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?
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 )
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.