0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #2018 Weapon

Metal Staff [1]

Buy Price: N/A Sell Price: N/A
Staff coated with metal that enhance ability.
_______________________
MATK +70
_______________________
When equipped by Wizard classes:
MATK +15
_______________________
When equipped by Sage classes:
MATK +10
_______________________
For each Refine Level:
MATK +5
_______________________
Base Level at least 20:
For each 10 Base Level:
MATK +5 (Up to Base Level 120)
_______________________
Type: Two-Handed Staff
Attack: 50
Weight: 0
Weapon Level: 3
_______________________
Requirement:
Wizard, Acolyte and Soul Linker

Available from boxes

Basic Information

Weapon
1

Job Requirements

Yes
Yes
Yes
Yes
Yes
Yes
Yes

Requirements

3
1

Scripts

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);
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);
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.