Viewing Item

#2018: Metal Staff

Item ID 2018 For Sale No
Identifier Metal_Staff Credit Price Not For Sale
Name Metal Staff Type Weapon - Two-Handed Staff
NPC Buy 20 Weight 0
NPC Sell 10 Weapon Level 3
Range 1 Defense 0
Slots 1 Refineable Yes
Attack 50 Min Equip Level 1
MATK 70 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 if (BaseJob == Job_Wizard)

2 bonus bMatk,15;

3 else if (BaseJob == Job_Sage)

4 bonus bMatk,10;

5 bonus bMatk,(getrefine()*5);

6 .@i = min(BaseLevel/10,12);

7 if (.@i>2)

8 bonus bMatk,((.@i-2)*5);

Equip Script None
Unequip Script None