ServUO Version
Publish Unknown
Ultima Expansion
Endless Journey
Can anyone walk me to and tell me how to find these items and fix them? Thank you all for being so helpful during my early stages of development.
 
Inaccessible items are generally caused by items not being moved to a map or deleted. It can be pretty hard to track down where they are being created. I'd start by going to all the places where you have used new ItemName() and making sure you are deleting them with itemName.Delete() it or using itemName.MoveToWorld(x, y, z, map) to place it onto the map.
 
Hmm ok being a novice still in the deep workings of the server I will look into this. Thank you
 
Back