Another error starting POL

Here you can post threads specific to the current release of the core (099)
Post Reply
xeon
Forum Regular
Posts: 338
Joined: Fri Oct 31, 2008 3:18 am

Another error starting POL

Post by xeon »

This one I think it's easier :D

Starting POL I get this:
Couldn't find an Armor Zone in armrzone.cfg for layer 0
Error in ObjType 0x822e. Package gmitems.
Server Shutdown: load_itemdesc
Execution aborted due to: Configuration file error
The item in itemdesc.cfg is this:

Code: Select all

Armor 0x822e
{
 Name		MetalKiteShield
 Desc		magic Metal Kite Shield
 Graphic	7029

 AR		1

 MaxHP		18
 StrRequired	12

 ArmorType	         7
 DefaultDex	-8
 BlocksCastingIfInHand 0

 EquipScript	::skilladvancerequip
 UnequipScript	::skilladvancerunequip
 DestroyScript	::maindestroy

// some cprops ... removed

}
Looking at the graphic using UOFiddler, I see that the layer is 2, not 0,
Name: kite shield
Graphic: 0x1B75
Height/Capacity: 1
Weight: 7
Animation: 581
Quality/Layer/Light: 2
Quantity: 0
Hue: 0
StackingOffset/Unk4: 15
Flags: Weapon, ArticleA, PartialHue, Wearable
but apart from that I don't understand what I have to change to make it work.
Suggestions?
xeon
Forum Regular
Posts: 338
Joined: Fri Oct 31, 2008 3:18 am

Re: Another error starting POL

Post by xeon »

Ok, solved.
I actually found that in the pol-distro scripts, the shields have a "Coverage body" line. So I added it to the items giving this error.
Post Reply