Viewing Item

#420136: [Not For Sale] The Spirit Of World

Item ID 420136 For Sale No
Identifier aegis_420136 Credit Price Not For Sale
Name [Not For Sale] The Spirit Of World Type Armor
NPC Buy 0 Weight 60
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable No
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Lower Headgear
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 .@str = readparam(bStr);

2 .@agi = readparam(bAgi);

3 .@vit = readparam(bVit);

4 .@int = readparam(bInt);

5 .@dex = readparam(bDex);

6 .@luk = readparam(bLuk);

7 bonus bMatk,60;

8 bonus2 bHPRegenRate,60,6000;

9 bonus2 bMagicAtkEle,Ele_Neutral,2*(.@str/10);

10 bonus2 bMagicAtkEle,Ele_Wind,2*(.@agi/10);

11 bonus2 bMagicAtkEle,Ele_Earth,2*(.@vit/10);

12 bonus2 bMagicAtkEle,Ele_Fire,2*(.@int/10);

13 bonus2 bMagicAtkEle,Ele_Water,2*(.@dex/10);

14 bonus2 bMagicAtkEle,Ele_Holy,2*(.@luk/10);

15 if (.@str + .@agi + .@vit + .@int + .@dex + .@luk >= 60)

16 bonus2 bMagicAtkEle,Ele_Ghost,2;

17 hateffect HAT_EF_STRANGELIGHTS,true;

Equip Script None
Unequip Script

1 hateffect HAT_EF_STRANGELIGHTS,false;