Viewing Item

#470282: [Not For Sale] Elemental Boots

Item ID 470282 For Sale No
Identifier aegis_470282 Credit Price Not For Sale
Name [Not For Sale] Elemental Boots Type Armor
NPC Buy 0 Weight 10
NPC Sell 0 Weapon Level 0
Range 0 Defense 10
Slots 1 Refineable Yes
Attack 0 Min Equip Level 99
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 bonus2 bSkillAtk,"MG_FIREBOLT",15+(2*.@r);

3 bonus2 bSkillAtk,"MG_COLDBOLT",15+(2*.@r);

4 bonus2 bSkillAtk,"WZ_EARTHSPIKE",15+(2*.@r);

5 bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",15+(2*.@r);

6 if (.@r>=7) {

7 bonus bMatk,20;

8 }

9 if (.@r>=9) {

10 autobonus "{ bonus bMatkRate,10; bonus bInt,70; }",30,5000,BF_WEAPON;

11 }

12 if (.@r>=11) {

13 bonus2 bMagicAtkEle,Ele_Fire,10;

14 bonus2 bMagicAtkEle,Ele_Earth,10;

15 bonus2 bMagicAtkEle,Ele_Water,10;

16 bonus2 bMagicAtkEle,Ele_Wind,10;

17 }

Equip Script None
Unequip Script None