Viewing Item

#18570: Ancient Gold Ornament

Item ID 18570 For Sale No
Identifier Ancient_Gold_Deco Credit Price Not For Sale
Name Ancient Gold Ornament Type Armor
NPC Buy 20 Weight 40
NPC Sell 10 Weapon Level 0
Range 0 Defense 7
Slots 1 Refineable Yes
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Upper Headgear
Equip Upper Third / Third Upper / Third Baby
Equippable Jobs Knight / Priest / Wizard / Blacksmith / Hunter / Assassin / Crusader / Monk / Sage / Rogue / Alchemist / Bard / Dancer
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 if (BaseLevel >= 150) {

2 bonus bAllStats,2;

3 }

4 if (BaseClass == Job_Swordman || BaseClass == Job_Merchant || BaseClass == Job_Thief) {

5 bonus2 bAddClass,Class_All,8;

6 }

7 if (BaseClass == Job_Mage || BaseClass == Job_Acolyte) {

8 bonus bMatkRate,8;

9 bonus bHealPower,7;

10 }

11 if (BaseClass == Job_Archer) {

12 bonus bDex,3;

13 if (getiteminfo(getequipid(EQI_HAND_R), II_VIEW) == W_BOW)

14 bonus bLongAtkRate,10;

15 }

Equip Script None
Unequip Script None