Item ID | 480262 | For Sale | No | |
---|---|---|---|---|
Identifier | aegis_480262 | 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 = getrefine(); 2 bonus2 bExpAddClass,Class_All,10; 3 bonus2 bDropAddClass,Class_All,10; 4 if (readparam(bStr) >= 90) { 5 bonus bAllStats,1; 6 bonus bMaxHPrate,1; 7 bonus bMaxSPrate,1; 8 bonus bStr,.@r; 9 } 10 if (readparam(bAgi) >= 90) { 11 bonus bAllStats,1; 12 bonus bMaxHPrate,1; 13 bonus bMaxSPrate,1; 14 bonus bAgi,.@r; 15 } 16 if (readparam(bVit) >= 90) { 17 bonus bAllStats,1; 18 bonus bMaxHPrate,1; 19 bonus bMaxSPrate,1; 20 bonus bVit,.@r; 21 } 22 if (readparam(bInt) >= 90) { 23 bonus bAllStats,1; 24 bonus bMaxHPrate,1; 25 bonus bMaxSPrate,1; 26 bonus bInt,.@r; 27 } 28 if (readparam(bDex) >= 90) { 29 bonus bAllStats,1; 30 bonus bMaxHPrate,1; 31 bonus bMaxSPrate,1; 32 bonus bDex,.@r; 33 } 34 if (readparam(bLuk) >= 90) { 35 bonus bAllStats,1; 36 bonus bMaxHPrate,1; 37 bonus bMaxSPrate,1; 38 bonus bLuk,.@r; 39 } |
|||
Equip Script | None | |||
Unequip Script | None |