[Not For Sale] Dragon Slayer Shoes

Item ID 470249 Name [Not For Sale] Dragon Slayer Shoes
None
Weapon Level 0 Identifier Comp_Drago_Slayer_Shoes
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 30 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 90 Min Equip Level 30
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned
Item Script
.@r = getrefine();
bonus bMaxHP,1000;
bonus bMaxSP,200;
if (.@r>=7) {
   bonus2 bExpAddRace,RC_All,8;
   if (.@r>=9) {
       bonus2 bAddRace,RC_Dragon,15;
       bonus2 bAddRace,RC_Insect,15;
       bonus2 bMagicAddRace,RC_Dragon,15;
       bonus2 bMagicAddRace,RC_Insect,15;
       if (.@r>=11) {
           bonus2 bSubRace,RC_Dragon,20;
           bonus2 bSubRace,RC_Insect,20;
       }
   }
}