Viewing Item

#2002: Glorious Destruction Staff

Item ID 2002 For Sale No
Identifier Krieger_Twohand_Staff1 Credit Price Not For Sale
Name Glorious Destruction 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 80
MATK 210 Max Equip Level None
Equip Locations Two-Handed
Equip Upper None
Equippable Jobs Mage / Priest / Wizard / Monk / Sage / Soul Linker
Equip Gender Both (Male and Female)
Trade restriction Can't be dropped / Can't be traded with player / Can't be put in Cart / Can't be put in Storage / Can't be put in Guild Storage / Can't be attached in Mail / Can't be auctioned
Item Use Script

1 .@r = min(14,getrefine());

2 bonus bMatkRate,.@r;

3 bonus bUnbreakableWeapon;

4 if (.@r>5) {

5 .@bonus1 = 5;

6 .@bonus2 = (.@r-5) * 2;

7 }

8 if (.@r>8) {

9 bonus5 bAutoSpellOnSkill,"WZ_STORMGUST","MG_SAFETYWALL",10,200,1;

10 bonus5 bAutoSpellOnSkill,"WZ_METEOR","MG_SAFETYWALL",10,200,1;

11 bonus5 bAutoSpellOnSkill,"WZ_VERMILION","MG_SAFETYWALL",10,200,1;

12 }

13 bonus2 bMagicAddRace,RC_DemiHuman,15+.@bonus2;

14 bonus2 bMagicAddRace,RC_Player_Human,15+.@bonus2;

15 bonus2 bIgnoreMdefRaceRate,RC_DemiHuman,25+.@bonus1+.@bonus2;

16 bonus2 bIgnoreMdefRaceRate,RC_Player_Human,25+.@bonus1+.@bonus2;

Equip Script None
Unequip Script None