ID #1436
Weapon
Vellum Spear
Buy Price: N/A
Sell Price: N/A
*Effects in WoE & PVP area
Increases Physical Damage against Players by 60%.
_______________________
Refine Level +6:
Increases damage of Pinpoint Attack and Hundred Spears by 80%.
_______________________
Refine Level +9:
Increases Physical Damage against Players by additional 30%.
_______________________
Type: One-Handed Spear
Attack: 150
Weight: 85
Weapon Level: 4
_______________________
Requirement:
Base Level 95
Swordman classes
Increases Physical Damage against Players by 60%.
_______________________
Refine Level +6:
Increases damage of Pinpoint Attack and Hundred Spears by 80%.
_______________________
Refine Level +9:
Increases Physical Damage against Players by additional 30%.
_______________________
Type: One-Handed Spear
Attack: 150
Weight: 85
Weapon Level: 4
_______________________
Requirement:
Base Level 95
Swordman classes
Monster Drops
Normal Drops
Dark Mace Kobold
Rate: 0.5%
Available from boxes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
850
Range
3
Job Requirements
Crusader
Yes
Knight
Yes
Swordsman
Yes
Requirements
Weapon Level
4
Min Level
95
Scripts
Script bonus2 bAddRace,RC_Player_Human,60; bonus2 bAddRace,RC_Player_Doram,60; .@r = getrefine(); if (.@r>=6) { bonus2 bSkillAtk,"RK_HUNDREDSPEAR",80; bonus2 bSkillAtk,"LG_PINPOINTATTACK",80; } if (.@r>=9) { bonus2 bAddRace,RC_Player_Human,30; bonus2 bAddRace,RC_Player_Doram,30; }
bonus2 bAddRace,RC_Player_Human,60;
bonus2 bAddRace,RC_Player_Doram,60;
.@r = getrefine();
if (.@r>=6) {
bonus2 bSkillAtk,"RK_HUNDREDSPEAR",80;
bonus2 bSkillAtk,"LG_PINPOINTATTACK",80;
}
if (.@r>=9) {
bonus2 bAddRace,RC_Player_Human,30;
bonus2 bAddRace,RC_Player_Doram,30;
}