ServUO Version
Publish 57
Ultima Expansion
Endless Journey
Anyone else getting this error when the shard is loading?

Regions: Loading...Invalid region type 'Xanthos.JailSystem.Jail' in regions.xml
Invalid region type 'Xanthos.JailSystem.Jail' in regions.xml
 
regions.xml should probably be using "JailRegion" as "Jail" is the static class api for the system iirc.
 
Ok Thank you. Ill play with it and see what I can figure out. Im kind of newbie still. So not sure exactly what to do. But that is what backups are for.
 
Hmm, search for "Xanthos.JailSystem.Jail" in Data/regions.xml and change it to just "Jail"
XML:
<region type="Jail" ...
 
Hmm, search for "Xanthos.JailSystem.Jail" in Data/regions.xml and change it to just "Jail"
XML:
<region type="Jail" ...
Thanks Voxpire...the strangest thing, is that there isn't any reference in any file (not even the Xanthos Jail system or Regions.xml) to Xanthos.JailSystem.Jail. I don't get why this error is being thrown, when there isn't a region with that type. When I tried to create a region with the Xanthos.JailSystem.Jail type, it throws the same error... Any other ideas?
 
Back