Viewing Item

#470183: Exotic Temporal Boots-LT

Item ID 470183 For Sale No
Identifier Temporal_Boots_LT_TW Credit Price Not For Sale
Name Exotic Temporal Boots-LT Type Armor
NPC Buy 0 Weight 30
NPC Sell 0 Weapon Level 0
Range 0 Defense 20
Slots 1 Refineable Yes
Attack 0 Min Equip Level 190
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 = getrefine();

2 .@g = getenchantgrade();

3 bonus bAllStats,2;

4 bonus bMdef,15;

5 bonus bMaxHPrate,15;

6 bonus bMaxSPrate,5;

7 if (.@r>=10) {

8 if (readparam(bStr)>=108)

9 bonus bBaseAtk,80;

10 if (readparam(bAgi)>=108)

11 bonus bAspd,2;

12 if (readparam(bVit)>=108)

13 bonus bMaxHPrate,10;

14 if (readparam(bInt)>=108)

15 bonus bMatk,80;

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

17 bonus bFixedCast,-500;

18 bonus bLongAtkRate,10;

19 }

20 if (readparam(bLuk)>=108)

21 bonus bCritAtkRate,35;

22 }

23 if (.@r>=13) {

24 if (readparam(bPow)>=60)

25 bonus2 bAddSize,Size_All,15;

26 if (readparam(bSta)>=60) {

27 bonus bDelayrate,-5;

28 bonus bPAtk,15;

29 }

30 if (readparam(bWis)>=60) {

31 bonus bDelayrate,-5;

32 bonus bSMatk,15;

33 }

34 if (readparam(bSpl)>=60)

35 bonus2 bMagicAddSize,Size_All,15;

36 if (readparam(bCon)>=60)

37 bonus bAspdRate,10;

38 if (readparam(bCrt)>=60) {

39 bonus bFixedCast,-200;

40 bonus bCritAtkRate,10;

41 }

42 }

43 if (.@g>=ENCHANTGRADE_D) {

44 bonus bRes,30;

45 bonus bMRes,30;

46 }

47 if (.@g>=ENCHANTGRADE_C) {

48 bonus bBaseAtk,50;

49 bonus bMatk,50;

50 }

51 if (.@g>=ENCHANTGRADE_B) {

52 bonus2 bAddRace,RC_All,15;

53 bonus2 bMagicAddRace,RC_All,15;

54 }

55 if (.@g>=ENCHANTGRADE_A) {

56 bonus bPAtk,7;

57 bonus bSMatk,7;

58 }

Equip Script None
Unequip Script None