|
|
|
|
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
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
|
|
|
|
|
|