Viewing Item

#22258: [Not For Sale] Exotic Temporal Boots

Item ID 22258 For Sale No
Identifier Comp_Temporal_Boots_TW Credit Price Not For Sale
Name [Not For Sale] Exotic Temporal Boots Type Armor
NPC Buy 0 Weight 60
NPC Sell 0 Weapon Level 0
Range 0 Defense 25
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 bonus bMdef,15;

2 if (getrefine()>=10) {

3 bonus bAllStats,2;

4 if (readparam(bStr)>=108)

5 bonus bBaseAtk,50;

6 if (readparam(bAgi)>=108)

7 bonus bAspd,1;

8 if (readparam(bVit)>=108)

9 bonus bMaxHPrate,8;

10 if (readparam(bInt)>=108)

11 bonus bMatk,60;

12 if (readparam(bDex)>=108) {

13 bonus bFixedCast,-500;

14 bonus bLongAtkRate,5;

15 }

16 if (readparam(bLuk)>=108)

17 bonus bCriticalRate,30;

18 }

Equip Script None
Unequip Script None