Viewing Item

#24028: Holy_Knight_Helm

Item ID 24028 For Sale No
Identifier [Vanilla] Holy Knight Helm Credit Price Not For Sale
Name Holy_Knight_Helm
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_BLESSING_OF_ANGELS,true);

Equip Script

1 if (getequipid(EQI_COSTUME_HEAD_TOP) == 23151) {hateffect(HAT_EF_BLESSING_OF_ANGELS,true);}

Unequip Script

1 hateffect(HAT_EF_BLESSING_OF_ANGELS,false);