Item ID | 2015 | For Sale | No | |
---|---|---|---|---|
Identifier | Upg_Staff | Credit Price | Not For Sale | |
Name | Upgrade Staff | Type | Weapon - Two-Handed Staff | |
NPC Buy | 20 | Weight | 100 | |
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 | |||
Item Use Script |
1 .@r = getrefine(); 2 bonus bMatk,(.@r*10); 3 bonus bHealPower,.@r; 4 if (BaseJob == Job_Wizard) 5 bonus bMatk,30; 6 else if (BaseJob == Job_Sage) 7 bonus bMatk,20; 8 if (BaseLevel>70) 9 bonus bMatk,(((BaseLevel-70)/10)*10); |
|||
Equip Script | None | |||
Unequip Script | None |