Viewing Item

#22202: Temporal Boots

Item ID 22202 For Sale No
Identifier Temporal_Boots_TW Credit Price Not For Sale
Name 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 None
Item Use Script

1 .@r

2 =

3 getrefine();

4 bonus

5 bMdef,15;

6 if

7 (.@r

8 =10)

9 {

10 bonus

11 bAllStats,2;

12 if

13 (readparam(bStr)

14 =108)

15 bonus

16 bBaseAtk,50;

17 if

18 (readparam(bAgi)

19 =108)

20 bonus

21 bAspd,1;

22 if

23 (readparam(bVit)

24 =108)

25 bonus

26 bMaxHPrate,8;

27 if

28 (readparam(bInt)

29 =108)

30 bonus

31 bMatk,60;

32 if

33 (readparam(bDex)

34 =108)

35 {

36 bonus

37 bFixedCast,-500;

38 bonus

39 bLongAtkRate,5;

40 }

41 if

42 (readparam(bLuk)

43 =108)

44 bonus

45 bCriticalRate,30;

46 }

Equip Script None
Unequip Script None