Please rotate your device to Portrait for the best experience.

Char: Online Login: Online Map: Online
Join to our Community

Exotic Temporal Boots-LT Item ID# 470183 (Temporal_Boots_LT_TW)

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
Description All Basic Stats +2, MDEF +15.
MaxHP +15%, MaxSP +5%.
_______________________
Refine Level +10:
Base STR at least 108:
ATK +80

Base AGI at least 108:
ASPD +2

Base VIT at least 108:
MaxHP +10%

Base INT at least 108:
MATK +80

Base DEX at least 108:
Decreases Fixed Casting Time by 0.5 seconds.
Increases Ranged Physical Daamage by 10%.

Base LUK at least 108:
Increases Critical Damage by 35%.
_______________________
Refine Level +13:
Base POW at least 60:
Increases Physical Damage against enemies of every size by 15%.

Base STA at least 60:
Decreases After Skill Delay by 5%.
P.ATK +15

Base WIS at least 60:
Decreases After Skill Delay by 5%.
S.MATK +15

Base SPL at least 60:
Increases Magical Damage against enemies of every size by 15%.

Base CON at least 60:
Increases Attack Speed (decreases After Attack Delay by 10%).

Base CRT at least 60:
Decreases Fixed Casting Time by additional 0.2 seconds.
Increases Critical Damage by additional 10%.
_______________________
[Bonus by Grade]
[Grade D]: RES +30, MRES +30.
[Grade C]: ATK +50, MATK +50.
[Grade B]: Damage against enemies of every race +15%.
[Grade A]: P.ATK +7, S.MATK +7.
_______________________
Type: Shoes
Defense: 20
Weight: 30
Armor Level: 2
_______________________
Requirement:
Base Level 190
Item Use Script

1 .@r

2 =

3 getrefine();

4 .@g

5 =

6 getenchantgrade();

7 bonus

8 bAllStats,2;

9 bonus

10 bMdef,15;

11 bonus

12 bMaxHPrate,15;

13 bonus

14 bMaxSPrate,5;

15 if

16 (.@r

17 =10)

18 {

19 if

20 (readparam(bStr)

21 =108)

22 bonus

23 bBaseAtk,80;

24 if

25 (readparam(bAgi)

26 =108)

27 bonus

28 bAspd,2;

29 if

30 (readparam(bVit)

31 =108)

32 bonus

33 bMaxHPrate,10;

34 if

35 (readparam(bInt)

36 =108)

37 bonus

38 bMatk,80;

39 if

40 (readparam(bDex)

41 =108)

42 {

43 bonus

44 bFixedCast,-500;

45 bonus

46 bLongAtkRate,10;

47 }

48 if

49 (readparam(bLuk)

50 =108)

51 bonus

52 bCritAtkRate,35;

53 }

54 if

55 (.@r

56 =13)

57 {

58 if

59 (readparam(bPow)

60 =60)

61 bonus2

62 bAddSize,Size_All,15;

63 if

64 (readparam(bSta)

65 =60)

66 {

67 bonus

68 bDelayrate,-5;

69 bonus

70 bPAtk,15;

71 }

72 if

73 (readparam(bWis)

74 =60)

75 {

76 bonus

77 bDelayrate,-5;

78 bonus

79 bSMatk,15;

80 }

81 if

82 (readparam(bSpl)

83 =60)

84 bonus2

85 bMagicAddSize,Size_All,15;

86 if

87 (readparam(bCon)

88 =60)

89 bonus

90 bAspdRate,10;

91 if

92 (readparam(bCrt)

93 =60)

94 {

95 bonus

96 bFixedCast,-200;

97 bonus

98 bCritAtkRate,10;

99 }

100 }

101 if

102 (.@g

103 =ENCHANTGRADE_D)

104 {

105 bonus

106 bRes,30;

107 bonus

108 bMRes,30;

109 }

110 if

111 (.@g

112 =ENCHANTGRADE_C)

113 {

114 bonus

115 bBaseAtk,50;

116 bonus

117 bMatk,50;

118 }

119 if

120 (.@g

121 =ENCHANTGRADE_B)

122 {

123 bonus2

124 bAddRace,RC_All,15;

125 bonus2

126 bMagicAddRace,RC_All,15;

127 }

128 if

129 (.@g

130 =ENCHANTGRADE_A)

131 {

132 bonus

133 bPAtk,7;

134 bonus

135 bSMatk,7;

136 }

Equip Script None
Unequip Script None