Log: Forgotten Kingdoms ready on port 4500.
Log: Jaenoic: alist add 1
Log: Reading in all pending areas...
Log: [*****] FILE: ../pending/cloister.are LINE: 1603
Log: [*****] BUG: Slot_lookup: bad slot 88.
Log: [*****] FILE: ../pending/cloister.are LINE: 1715
Log: [*****] BUG: Load_objects: # not found.
Log: Error while loading ../pending/cloister.are (Cloister of St Ramedar), freeing memory.
Which indicates a problem with these two items:
Code: Select all
#101430
flowery patterned cloak~
{90}a patterned cloak~
{90}A cloak decorated in flowery patterns lies here.~
~
ITEM_TYPE_ARMOR
FLAG_MAGIC
CAN_WEAR_TAKE|CAN_WEAR_BODY
QUALITY_OUTSTANDING MATERIAL_CLOTH COND_PERFECT SIZE_MEDIUM
0 0 LAYER_ARMOR ARMOR_TYPE_CLOTH 0 0
A APPLY_AC_DEFLECTION 2
E
flowery patterned cloak~
It is red velvet on the outside and black on the inside. It is decorated all
over with circular flower paterns.
~
Code: Select all
#101436
white studded leather gloves~
{F0}white and {10}red {F0}leather gloves~
{F0}A pair of white gloves lay here~
~
ITEM_TYPE_ARMOR
0
CAN_WEAR_TAKE|CAN_WEAR_HANDS
QUALITY_HIGH MATERIAL_LEATHER COND_PERFECT SIZE_MEDIUM
0 0 LAYER_ARMOR ARMOR_TYPE_STUDDED_LEATHER 0 0
E
white studded leather helm helmet~
{F0}These gloves are a clean white, with {10}red metal studs.
>wear_prog 100~
if deity($n) != Ilmater
mpforce $n remove i101436
mpechoat $n The armour shakes violently around your feet!
mpechoaround $n The armour bursts from $n's feet!
endif
if align($n) < -325
mpforce $n remove i101436
mpechoat $n The armour's Holy power burns you!
mpechoaround $n The armour glows bright around $n's feet with Holy power.
mpmadd $n currhp -30
endif
~
|