Joined: 02 Feb 2006 Posts: 1094 Location: Southern Central USA
Posted: Thu Feb 09, 2006 3:40 am Post subject: Armorzone 0 error
I've been at this place before but I need help again. I was trying to make sure my server would run with the unpatched Mondain's Legacy files and got this error in my startup log.
Code:
...
Loading package in pkg/world/regionspawner/
Loading package in pkg/world/saver/
Loading package in pkg/world/spawnnet/
Loading package in pkg/world/timer/
Loading package in pkg/world/weather/
Couldn't find an Armor Zone for layer 0
Server Shutdown: load_itemdesc
Execution aborted due to: Data file error
I know it means that I have an item that is defined as a layer 0 item and there are no armourzones for layer 0 but how can I trace it to which item is giving me this error?
Author
Message
Bytehawk
Joined: 03 Feb 2006 Posts: 56 Location: Germany, Franconia
Posted: Thu Feb 09, 2006 4:14 am Post subject:
I can't help you with finding out what item exactly it is. But some days ago one of our new scripters had the same problem and we had a hard time finding out what POL wanted to tell us with this error message
Finally, we found out that he was using the wrong verdata. After copying the correct verdata into the UO directory, it worked. So you simply may not be using the correct mul files.
Author
Message
Danielle
Joined: 07 Feb 2006 Posts: 97 Location: Pittsburgh, Pennsylvania
Posted: Thu Feb 09, 2006 9:19 pm Post subject:
If I recall correctly it means that you have a object defined in itemdesc.cfg as armour for an item that does not have a layer/facing value set.
For example, say it was this item causing the error:
You would locate item 0x13C7 with InsideUO and verify that it has a facing/layer value set, and of course is flagged at least wearable and as armour.
As to locating which item causes the error, thats the hard and tedious part. Would be nice if the core said which item it was trying to load when it failed. However seeing as the last package loaded was "pkg/world/weather/" I would guess the itemdesc.cfg would be in that package, not sure though.
- Danielle
Author
Message
Tritan
Joined: 04 Feb 2006 Posts: 136 Location: Illinois, USA
Posted: Fri Feb 10, 2006 2:28 pm Post subject:
I run into this from time to time when I copy my server files from one machine to another. The only thing I have found is that my mul files are not the same between the two machines.
If you recently added something to your server, i.e. new graphics, and tried to add them into your scripts you might want to check those items first. Maybe you did get the flags set right or something. I made that mistake also a few times.
Author
Message
Yukiko
Joined: 02 Feb 2006 Posts: 1094 Location: Southern Central USA
Posted: Fri Feb 10, 2006 6:36 pm Post subject:
Well, here is what we are doing.
We are trying to get rid of our verdata file by adding the graphics directly to the gump and art mul files. So the first thing I was testing was the compatibility of my current POL server with an unblemish install of Mondain's Legacy. So I guess the problem exists due to conflicts between the tiledata that we were using and the ML tiledata.