How does one take the Regions.xml file and delete the guard zones from it?
We have changed a few things on our maps and need to delete some zones. When I try, the server throws region errors BUT it does start and runs.

I am including the xml file for reference.
 

Attachments

  • Regions.xml
    126.1 KB · Views: 4
What errors/warnings come up when you start?
Do your customized regions work correctly?
 
Last edited:
Only issue i can see is a format issue

Servuo repo: <region type="GuardedRegion" priority="50" name="Moongates">
Your repo:<name="Moongates" priority="50" region type="GuardedRegion">

and it extends beyond just the region type and name format. I don't believe it will cause any issues due to how XML is read.
 
Back