I have a pvp arena that I've created and will be copy/pasting into new server seeds as they change. I would like the ability to copy not only the building but keep the zone/spawnfiles in place when I paste in the new wipe seed. This way I don't have to set it all up each time. Currently when I wipe I still have zones in the wrong location. As an alternative solution, the ability to move zones to the proper location on the new wipe would help.
Compatibility with zones/spawns
you can do the zone move, thats what im currently doing. i have a doc with each command i have to run for the various places i have, after ive pasted the building in, go to the new center of the building and
/zone_edit 123123123 (get this from config\zonemanager.json)
/zone location here
(and then make sure to enable zone if you disabled it before../zone enabled true)
tada
The NPCs are what i would love as well, i take the same approach and respawn in the correct place (i just note the ids down, same as the zones)
Thanks for the help Red. Do you know how to move the group of spawns as well?red797you can do the zone move, thats what im currently doing. i have a doc with each command i have to run for the various places i have, after ive pasted the building in, go to the new center of the building and
/zone_edit 123123123 (get this from config\zonemanager.json)
/zone location here
(and then make sure to enable zone if you disabled it before../zone enabled true)
tada
The NPCs are what i would love as well, i take the same approach and respawn in the correct place (i just note the ids down, same as the zones)
Merged post
would be nice if copy/paste could get the building/zone/spawns/loot so it would be easy to recreate my arena on a new seed. Something like a /paste Arena zsl(zone, spawns, loot)
Not the group no. After a new wipe/diiferent seed i go find a nice location, paste the building, redo the zone as above, respawn the humannpc that is still at last maps position with /npc_edit 123123123, /npc spawn new, and if needed /npc enable trueMelonpoprDo you know how to move the group of spawns as well?
Same as approach as the zone.
Copying npcs along with the building is probably a complicated thing, otherwise i have no doubt it would be done already.. but yea some things arent feasible to recreate every wipe.
ok I appreciate the tips