|
|
|
|
Viewing Item
#15096: Hero Trade Mail
Item ID |
15096 |
|
For Sale |
No
|
Identifier |
Hero_Trade_Mail |
Credit Price |
Not For Sale
|
Name |
Hero Trade Mail |
Type |
Armor |
NPC Buy |
10 |
Weight |
50 |
NPC Sell |
5 |
Weapon Level |
0 |
Range |
0 |
Defense |
100 |
Slots |
1 |
Refineable |
Yes
|
Attack |
0 |
Min Equip Level |
160 |
MATK |
0 |
Max Equip Level |
None
|
Equip Locations |
Armor |
Equip Upper |
Upper / Third Upper |
Equippable Jobs |
Merchant / Blacksmith / Alchemist |
Equip Gender |
Both (Male and Female)
|
Trade restriction |
None
|
Item Use Script |
1 bonus
2 bMaxHPrate,5;
3 bonus
4 bMaxSPrate,5;
5 bonus
6 bMatk,10;
7 bonus
8 bBaseAtk,10;
9 .@r
10 =
11 getrefine();
12 if
13 (readparam(bStr)
14 =
15 90)
16 bonus
17 bStr,.@r/2;
18 if
19 (readparam(bInt)
20 =
21 90)
22 bonus
23 bInt,.@r/2;
24 if
25 (readparam(bAgi)
26 =
27 90)
28 bonus
29 bAgi,.@r/2;
30 if
31 (readparam(bVit)
32 =
33 90)
34 bonus
35 bVit,.@r/2;
36 if
37 (readparam(bDex)
38 =
39 90)
40 bonus
41 bDex,.@r/2;
42 if
43 (readparam(bLuk)
44 =
45 90)
46 bonus
47 bLuk,.@r/2;
48 .@c
49 =
50 (.@r+1)*30;
51 bonus2
52 bAddEff,Eff_Stun,.@c;
53 bonus2
54 bAddEff,Eff_Silence,.@c;
55 bonus2
56 bAddEff,Eff_Curse,.@c;
57 bonus2
58 bAddEff,Eff_Poison,.@c; |
Equip Script |
None
|
Unequip Script |
None
|
|
|
|
|
|