logo
Loading...

Sign up and join our Growing community!

--

By clicking Create My Account, you agree to our Terms and that you have read our Policy, including the Rules & regulation.

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
Max Equip Level None
Equip Locations Two-Handed
Equip Upper None
Equippable Jobs Mage / Priest / Wizard / Monk / Sage
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 bonus bMatkRate,getrefine();

2 bonus2 bMagicAddRace,RC_DemiHuman,15;

3 bonus2 bMagicAddRace,RC_Player_Human,15;

4 bonus2 bIgnoreMdefRaceRate,RC_DemiHuman,25;

5 bonus2 bIgnoreMdefRaceRate,RC_Player_Human,25;

6 bonus bUnbreakableWeapon;

7 if (getrefine()>5) {

8 bonus2 bMagicAddRace,RC_DemiHuman,(getrefine()-5)*2;

9 bonus2 bMagicAddRace,RC_Player_Human,(getrefine()-5)*2;

10 bonus2 bIgnoreMdefRaceRate,RC_DemiHuman,5+(getrefine()-5)*2;

11 bonus2 bIgnoreMdefRaceRate,RC_Player_Human,5+(getrefine()-5)*2;

12 }

13 if (getrefine()>8) {

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

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

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

17 }

Equip Script None
Unequip Script None