Full Version : xmlspawner vs ML
xmlspawner >>XMLSpawner - Discussion >>xmlspawner vs ML


<< Prev | Next >>

yarex- 04-29-2007
Hello,

On runuo forum was recently published ML pack that is very nice.

However, its not using xml spawner, but the definition of spawns is in *.cfg files that are under /data directory and loaded using Decorate.Generate method.

Is there a way how to convert those spawn definitions in cfg files into xml spawner?

thank you.

godfood- 04-29-2007
Here's some info you might find usefull yarex smile.gif.

How do I - Convert distro spawners into xmlspawners

How do I - Import map files from other systems?

yarex- 05-01-2007
Well, but there are not msf or map files.

That sytem is using *.cfg files with spawn definition. ;(((

At the moment am loading them using included c# code, but would be more flexible to have them converted to xml spawner wink.gif)

ArteGordon- 05-02-2007
if the .cfg defines spawners (like they do for quest mobs), then you can load the .cfg, save out the spawners using the [exportspawner command, and then import them back in as xmlspawners using the [importspawners command.

If the spawns are defined as regional spawns, then there is no easy conversion.