Viewing Item

#24341: All Race Shadow Shoes

Item ID 24341 For Sale No
Identifier S_AllRace_Shoes Credit Price Not For Sale
Name All Race Shadow Shoes Type Shadow Equipment
NPC Buy 0 Weight 0
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable Yes
Attack 0 Min Equip Level 1
MATK 0 Max Equip Level None
Equip Locations Shadow Shoes
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bMaxHP,.@r*10;

3 if (.@r >= 9) {

4 .@val = 5;

5 } else if (.@r >= 7) {

6 .@val = 3;

7 }

8 else {

9 .@val = 2;

10 }

11 bonus2 bAddRace,RC_All,.@val;

12 bonus2 bMagicAddRace,RC_All,.@val;

Equip Script None
Unequip Script None