Viewing Item

#470248: Dragon Slayer Shoes

Item ID 470248 For Sale No
Identifier aegis_470248 Credit Price Not For Sale
Name Dragon Slayer Shoes Type Armor
NPC Buy 0 Weight 90
NPC Sell 0 Weapon Level 0
Range 0 Defense 30
Slots 1 Refineable Yes
Attack 0 Min Equip Level 30
MATK 0 Max Equip Level None
Equip Locations Footgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bMaxHP,1000;

3 bonus bMaxSP,200;

4 if (.@r>=7) {

5 bonus2 bExpAddRace,RC_All,8;

6 if (.@r>=9) {

7 bonus2 bAddRace,RC_Dragon,15;

8 bonus2 bAddRace,RC_Insect,15;

9 bonus2 bMagicAddRace,RC_Dragon,15;

10 bonus2 bMagicAddRace,RC_Insect,15;

11 if (.@r>=11) {

12 bonus2 bSubRace,RC_Dragon,20;

13 bonus2 bSubRace,RC_Insect,20;

14 }

15 }

16 }

Equip Script None
Unequip Script None