Item Details

Metal Staff [1] ( Metal_Staff )

ID 2018 Metal Staff [1]
Metal Staff [1] Buy Price: 20 zeny Sell Price: 10 zeny Weight: 0 Slots: 1
Type: Weapon item. Sub Type: Two-handed staves Gender: Both Locations: Right_Hand + Left_Hand
Attack: 50 Magic Attack: 70 Range: 1 Defense: Not specified
Weapon Level: 3 Armor Level: Not specified Min. Equip Level: 1 Max. Equip Level: Not specified
Refineable: 1 Gradable: Not specified Element: Neutral Classes: Not specified

Staff made of metal with enhanced abilities by adding Phracon and Emveretarcon to Steel.
Character Bound
Type: Weapon
Class: Two-Handed Staff
Attack: 50
Weight: 0
Weapon Level: 3
Requires Level: 1
Usable By: Mage, Soul Linker
MATK + 70.
Additional MATK + 15 when equipped by Wizards.
Additional MATK + 10 when equipped by Sages.
MATK + 5 per refine rate.
If your base level is 20 or greater, increases MATK by 5 for every 10 base levels past 20 up to base level 120.

Not specified

Allowed in player purchase shop: Summons monster: Bind On Equip: Stacking restriction in inventory:
Can be dropped: Can be traded: Can be traded with partner: Can be sold to NPC:
Can be placed in the cart: Can be placed in the storage: Can be placed in guild storage: Can be put in a mail:
Can be put in an auction: Delay:
if (BaseJob == Job_Wizard)
   bonus bMatk,15;
else if (BaseJob == Job_Sage)
   bonus bMatk,10;
bonus bMatk,(getrefine()*5);
.@i = min(BaseLevel/10,12);
if (.@i>2)
   bonus bMatk,((.@i-2)*5);
Not specified
Not specified