Viewing Item

#24027: Elegant_Fox_Ears

Item ID 24027 For Sale No
Identifier [Vanilla] Elegant Fox Ears Credit Price Not For Sale
Name Elegant_Fox_Ears
NPC Buy 1,000 Weight 20
NPC Sell 500 Weapon Level 0
Range 0 Defense 0
Slots 1 Refineable Yes
Attack 0 Min Equip Level None
MATK 0 Max Equip Level None
Equip Locations None
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 if(isequipped(15048) || isequipped(15046) || isequipped(15047) || isequipped(1508) || isequipped(2444) || isequipped(2549) || isequipped(2394)) { dispbottom "You cannot combine this item with any Glorious or Siege equipment."; end; } hateffect(HAT_EF_CAMELLIA_HAIR_PIN,true);

Equip Script

1 if (getequipid(EQI_COSTUME_HEAD_TOP) == 23146) {hateffect(HAT_EF_CAMELLIA_HAIR_PIN,true);end;}

Unequip Script

1 hateffect(HAT_EF_CAMELLIA_HAIR_PIN,false);