ID #1492
Weapon
Vellum Glaive
Buy Price: N/A
Sell Price: N/A
*Effects in WoE & PVP area
Increases Physical Damage against Players by 80%.
_______________________
Refine Level +6:
Increases damage of Spiral Pierce by 100%.
Increases damage of Overbrand by 50%.
_______________________
Refine Level +9:
Has a chance to reflect damage back to the enemy as well as casting Magic Mirror.
_______________________
Type: Two-Handed Spear
Attack: 250
Weight: 450
Weapon Level: 4
_______________________
Requirement:
Base Level 95
Swordman classes
Increases Physical Damage against Players by 80%.
_______________________
Refine Level +6:
Increases damage of Spiral Pierce by 100%.
Increases damage of Overbrand by 50%.
_______________________
Refine Level +9:
Has a chance to reflect damage back to the enemy as well as casting Magic Mirror.
_______________________
Type: Two-Handed Spear
Attack: 250
Weight: 450
Weapon Level: 4
_______________________
Requirement:
Base Level 95
Swordman classes
Monster Drops
Normal Drops
Killer Mantis
Rate: 0.5%
Available from boxes
Basic Information
Type
Weapon
Weight
4500
Range
3
Job Requirements
Crusader
Yes
Knight
Yes
Swordsman
Yes
Requirements
Weapon Level
4
Min Level
95
Scripts
Script bonus2 bAddRace,RC_Player_Human,80; bonus2 bAddRace,RC_Player_Doram,80; .@r = getrefine(); if (.@r>=6) { bonus2 bSkillAtk,"LK_SPIRALPIERCE",100; bonus2 bSkillAtk,"LG_OVERBRAND",50; } if (.@r>=9) { bonus bShortWeaponDamageReturn,20; bonus5 bAutoSpellWhenHit,"NPC_MAGICMIRROR",7,300,BF_MAGIC,0; }
bonus2 bAddRace,RC_Player_Human,80;
bonus2 bAddRace,RC_Player_Doram,80;
.@r = getrefine();
if (.@r>=6) {
bonus2 bSkillAtk,"LK_SPIRALPIERCE",100;
bonus2 bSkillAtk,"LG_OVERBRAND",50;
}
if (.@r>=9) {
bonus bShortWeaponDamageReturn,20;
bonus5 bAutoSpellWhenHit,"NPC_MAGICMIRROR",7,300,BF_MAGIC,0;
}