Viewing Item

#640006: Pisces Staff of Soul

Item ID 640006 For Sale No
Identifier Pisces_Staff_O_S_J Credit Price Not For Sale
Name Pisces Staff of Soul Type Weapon - Two-Handed Staff
NPC Buy 20 Weight 30
NPC Sell 10 Weapon Level 4
Range 1 Defense 0
Slots 1 Refineable Yes
Attack 0 Min Equip Level None
MATK 10 Max Equip Level None
Equip Locations Two-Handed
Equip Upper None
Equippable Jobs Novice / Super novice / Mage / Priest / Wizard / Monk / Sage / Soul Linker
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bUnbreakableWeapon;

3 bonus bMatk,50+BaseLevel;

4 bonus bDelayrate,-10;

5 if (eaclass()&EAJL_THIRD && BaseJob == Job_Sage) {

6 bonus bAspdRate,10;

7 bonus bMatkRate,25;

8 bonus2 bSkillAtk,"MG_FIREBOLT",100;

9 bonus2 bSkillAtk,"MG_COLDBOLT",100;

10 bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",100;

11 bonus2 bSkillAtk,"WZ_EARTHSPIKE",100;

12 bonus2 bSubEle,Ele_Fire,10;

13 bonus2 bSubEle,Ele_Water,10;

14 bonus2 bSubEle,Ele_Wind,10;

15 bonus2 bSubEle,Ele_Earth,10;

16 bonus2 bSubClass,Class_Boss,40;

17 if (.@r>=7) {

18 .@val = 50;

19 if (.@r>=9)

20 .@val += 50;

21 bonus2 bIgnoreMdefRaceRate,RC_All,.@val;

22 }

23 }

Equip Script None
Unequip Script None