Viewing Item

#2034: Avenger Wizard Staff

Item ID 2034 For Sale No
Identifier Avenger_Wizardy_Staff Credit Price Not For Sale
Name Avenger Wizard Staff Type Weapon - Two-Handed Staff
NPC Buy 20 Weight 0
NPC Sell 10 Weapon Level 4
Range 1 Defense 0
Slots 0 Refineable Yes
Attack 70 Min Equip Level 100
MATK 210 Max Equip Level None
Equip Locations Two-Handed
Equip Upper Third / Third Upper / Third Baby
Equippable Jobs Super novice / Priest / Wizard / Monk / Sage / Soul Linker
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bUnbreakableWeapon;

3 bonus2 bMagicAddRace,RC_DemiHuman,25;

4 bonus2 bSubRace,RC_DemiHuman,10;

5 bonus2 bIgnoreMdefRaceRate,RC_DemiHuman,5*.@r;

6 if (.@r>4) {

7 bonus2 bMagicAddRace,RC_DemiHuman,10;

8 bonus2 bSubRace,RC_DemiHuman,10;

9 }

10 if (.@r>6) {

11 .@bonus = 14;

12 if(.@r>7)

13 .@bonus += min((.@r - 7) * 2,6);

14 bonus2 bMagicAddRace,RC_DemiHuman,.@bonus;

15 bonus2 bSubRace,RC_DemiHuman,10;

16 }

17 if (.@r>8)

18 bonus2 bSkillAtk,"WL_COMET",20;

Equip Script None
Unequip Script None