[Not For Sale] Elemental Boots
| Item ID | 470282 | Name | [Not For Sale] Elemental Boots |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | aegis_470282 | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Footgear | ||
| Defense | 10 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 10 | Min Equip Level | 99 | ||
| 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();
bonus2 bSkillAtk,"MG_FIREBOLT",15+(2*.@r);
bonus2 bSkillAtk,"MG_COLDBOLT",15+(2*.@r);
bonus2 bSkillAtk,"WZ_EARTHSPIKE",15+(2*.@r);
bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",15+(2*.@r);
if (.@r>=7) {
bonus bMatk,20;
}
if (.@r>=9) {
autobonus "{ bonus bMatkRate,10; bonus bInt,70; }",30,5000,BF_WEAPON;
}
if (.@r>=11) {
bonus2 bMagicAtkEle,Ele_Fire,10;
bonus2 bMagicAtkEle,Ele_Earth,10;
bonus2 bMagicAtkEle,Ele_Water,10;
bonus2 bMagicAtkEle,Ele_Wind,10;
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bMatk,70;
bonus bAspd,2;
if (getequiprefinerycnt(EQI_HAND_R) >= 10) {
bonus2 bMagicAtkEle,Ele_All,10;
}
|