caesarc711

Member
I've been playing with servuo for a few days and I am having a blast. It does some things really really well but it does others not so great. One thing I struggled with is the xmlspawner because all the spawns are just thrown together with bad descriptions into 1 file. I wrote a simple php parser to loop through and change the xml to fit ultima mapper markers format. I can now get a visual location of what is placed on my map. I am now separating out my vendors, wildlife, healers, etc etc into separate files so I can manage those better and I can easily find what spawns I need to remove or add. For ultima mapper, I used a generic ICON for a mob. I picked it because it was kinda bright and showed up well on the map. I also tried to put all the <object2> information into marker name so we have an idea of what is spawning. The first number is the number of distinct mobile types and then it list all the mobiles separated by a dash.

Download Ultima Mapper XML Tram Data
 
Last edited:
Back