Viewing Item

#32031: Aries Spear

Item ID 32031 For Sale No
Identifier Aries_Spear_J Credit Price Not For Sale
Name Aries Spear Type Weapon - One-Handed Spear
NPC Buy 20 Weight 100
NPC Sell 10 Weapon Level 4
Range 3 Defense 0
Slots 1 Refineable Yes
Attack 10 Min Equip Level None
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Swordman / Knight / Crusader
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bUnbreakableWeapon;

3 bonus bBaseAtk,50+BaseLevel;

4 bonus bAspdRate,10;

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

6 bonus bDelayrate,-10;

7 bonus bAtkRate,50;

8 bonus2 bSkillUseSP,"PA_SHIELDCHAIN",25;

9 bonus2 bSubClass,Class_Boss,10;

10 if (.@r>=7) {

11 .@val = 50;

12 if (.@r>=9)

13 .@val += 50;

14 bonus2 bIgnoreDefRaceRate,RC_All,.@val;

15 }

16 }

Equip Script None
Unequip Script None