|
|
|
|
Viewing Item
#480262: [Not For Sale] Golden Wings
|
Item ID
|
480262
|
|
For Sale
|
No
|
|
Identifier
|
Comp_Golden_Wings_ROC
|
Credit Price
|
Not For Sale
|
|
Name
|
[Not For Sale] Golden Wings
|
Type
|
Armor
|
|
NPC Buy
|
0
|
Weight
|
0
|
|
NPC Sell
|
0
|
Weapon Level
|
0
|
|
Range
|
0
|
Defense
|
15
|
|
Slots
|
1
|
Refineable
|
Yes
|
|
Attack
|
0
|
Min Equip Level
|
None
|
|
MATK
|
0
|
Max Equip Level
|
None
|
|
Equip Locations
|
Garment
|
|
Equip Upper
|
None
|
|
Equippable Jobs
|
None
|
|
Equip Gender
|
Both (Male and Female)
|
|
Trade restriction
|
Can't be dropped / Can't be traded with player / Can't be put in Cart / Can't be put in Guild Storage / Can't be attached in Mail / Can't be auctioned
|
|
Item Use Script
|
1 .@r
2 =
3 getrefine();
4 bonus2
5 bExpAddClass,Class_All,10;
6 bonus2
7 bDropAddClass,Class_All,10;
8 if
9 (readparam(bStr)
10 =
11 90)
12 {
13 bonus
14 bAllStats,1;
15 bonus
16 bMaxHPrate,1;
17 bonus
18 bMaxSPrate,1;
19 bonus
20 bStr,.@r;
21 }
22 if
23 (readparam(bAgi)
24 =
25 90)
26 {
27 bonus
28 bAllStats,1;
29 bonus
30 bMaxHPrate,1;
31 bonus
32 bMaxSPrate,1;
33 bonus
34 bAgi,.@r;
35 }
36 if
37 (readparam(bVit)
38 =
39 90)
40 {
41 bonus
42 bAllStats,1;
43 bonus
44 bMaxHPrate,1;
45 bonus
46 bMaxSPrate,1;
47 bonus
48 bVit,.@r;
49 }
50 if
51 (readparam(bInt)
52 =
53 90)
54 {
55 bonus
56 bAllStats,1;
57 bonus
58 bMaxHPrate,1;
59 bonus
60 bMaxSPrate,1;
61 bonus
62 bInt,.@r;
63 }
64 if
65 (readparam(bDex)
66 =
67 90)
68 {
69 bonus
70 bAllStats,1;
71 bonus
72 bMaxHPrate,1;
73 bonus
74 bMaxSPrate,1;
75 bonus
76 bDex,.@r;
77 }
78 if
79 (readparam(bLuk)
80 =
81 90)
82 {
83 bonus
84 bAllStats,1;
85 bonus
86 bMaxHPrate,1;
87 bonus
88 bMaxSPrate,1;
89 bonus
90 bLuk,.@r;
91 }
|
|
Equip Script
|
None
|
|
Unequip Script
|
None
|
|
|
|
|
|