Lich's Bone Wand [2]
_______________________
INT +1
DEX +1
MATK +170
_______________________
Random chance to inflict Curse status on the target when dealing physical damage.
The chance increases based on Refine Level.
_______________________
Refine Level +9:
MaxSP +300
MATK +3%
_______________________
Type: One-Handed Staff
Attack: 60
Weight: 80
Element: Undead
Weapon Level: 3
_______________________
Requirement:
Base Level 70
Trascendent Magician and Acolyte
Monster Drops
Normal Drops
Necromancer
Rate: 5%
Treasure Chest
Rate: 37.5%
Entweihen Crothen
Rate: 100%
Nightmare Evil Druid
Rate: 0.5%
Necromancer Ringleader
Rate: 25%
Available from boxes
Sold by NPCs
Staffs / Rods
prontera (164, 258) · Price: 50,000z
Equipment Slots
Basic Information
Job Requirements
Class Requirements
Requirements
Scripts
Script bonus bInt,1; bonus bDex,1; bonus bAtkEle,Ele_Undead; .@r = getrefine(); bonus3 bAutoSpellWhenHit,"NPC_WIDECURSE",5,10+.@r; if (.@r>=9) { bonus bMatkRate,3; bonus bMaxSP,300; }
bonus bInt,1;
bonus bDex,1;
bonus bAtkEle,Ele_Undead;
.@r = getrefine();
bonus3 bAutoSpellWhenHit,"NPC_WIDECURSE",5,10+.@r;
if (.@r>=9) {
bonus bMatkRate,3;
bonus bMaxSP,300;
}