Page 1 of 1

Another error starting POL

Posted: Mon Aug 05, 2013 6:24 am
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?

Re: Another error starting POL

Posted: Tue Aug 06, 2013 4:01 am
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.