Viewing Item

#470245: [Not For Sale] Destroyer Boots

Item ID 470245 For Sale No
Identifier aegis_470245 Credit Price Not For Sale
Name [Not For Sale] Destroyer Boots Type Armor
NPC Buy 0 Weight 20
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 1 Refineable Yes
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Footgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction Can't be dropped / Can't be traded with player / Can't be put in Cart / Can't be put in Storage / Can't be put in Guild Storage / Can't be attached in Mail / Can't be auctioned
Item Use Script

1 .@r = getrefine();

2 bonus bMatk,30;

3 bonus2 bMagicAddRace,RC_Angel,4*(.@r/3);

4 bonus2 bMagicAddRace,RC_Demon,4*(.@r/3);

5 bonus2 bMagicAddRace,RC_Undead,4*(.@r/3);

6 if (.@r>=7) {

7 bonus2 bMagicAtkEle,Ele_Dark,10;

8 bonus2 bMagicAtkEle,Ele_Earth,10;

9 bonus2 bMagicAtkEle,Ele_Fire,10;

10 }

11 if (.@r>=9)

12 bonus bFixedCast,-500;

13 if (.@r>=11) {

14 bonus2 bSkillCooldown,"WL_HELLINFERNO",-2000;

15 bonus2 bSkillCooldown,"WL_CRIMSONROCK",-1000;

16 bonus2 bSkillCooldown,"SO_EARTHGRAVE",-1000;

17 }

18 if (.@r>=12) {

19 bonus2 bSkillAtk,"WL_COMET",30;

20 bonus2 bSkillAtk,"WL_HELLINFERNO",30;

21 bonus2 bSkillAtk,"SO_EARTHGRAVE",30;

22 }

Equip Script None
Unequip Script None