Viewing Item

#2058: Detecting Staff

Item ID 2058 For Sale No
Identifier Ein_BHSTAFF Credit Price Not For Sale
Name Detecting Staff Type Weapon - Two-Handed Staff
NPC Buy 0 Weight 200
NPC Sell 0 Weapon Level 4
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 180 Min Equip Level 170
MATK 330 Max Equip Level None
Equip Locations Two-Handed
Equip Upper Third / Third Upper / Third Baby
Equippable Jobs Wizard
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bUnbreakableWeapon;

3 bonus bMatkRate,10;

4 if (.@r >= 7) {

5 bonus bMatk,60;

6 bonus bVariableCastrate,-10;

7 }

8 if (.@r >= 9) {

9 bonus2 bMagicAtkEle,Ele_Fire,15;

10 autobonus "{ bonus2 bMagicAddSize,Size_All,20; }",10,10000,BF_MAGIC;

11 }

12 if (.@r >= 11) {

13 bonus bDelayrate,-20;

14 }

Equip Script None
Unequip Script None