Viewing Item

#26140: Witch's Broom

Item ID 26140 For Sale No
Identifier WitchsBroomStick Credit Price Not For Sale
Name Witch's Broom Type Weapon - Staff
NPC Buy 0 Weight 30
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 117 Min Equip Level 210
MATK 200 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Mage / Wizard / Sage / Soul Linker
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bUnbreakableWeapon;

4 bonus2 bMagicAddRace,RC_Formless,10;

5 bonus3 bAutoSpellWhenHit,"WZ_QUAGMIRE",1,10;

6 if (.@r>=7) {

7 bonus bVariableCastrate,-10;

8 bonus bMatk,35;

9 if (.@r>=9) {

10 bonus2 bMagicAddRace,RC_Formless,10;

11 if (.@r>=11) {

12 bonus bDelayrate,-10;

13 }

14 }

15 }

16 if (.@g >= ENCHANTGRADE_D) {

17 bonus bSmatk,2;

18 if (.@g >= ENCHANTGRADE_C) {

19 bonus bSmatk,1;

20 bonus bSpl,3;

21 if (.@g >= ENCHANTGRADE_B) {

22 bonus bVariableCastrate,-5;

23 }

24 }

25 }

Equip Script None
Unequip Script None