Full Version : Spawners from Felucca -> Trammel?
xmlspawner >>Q&A >>Spawners from Felucca -> Trammel?


<< Prev | Next >>

Kagonos- 11-30-2006
Hellos!

Just a quick question for anyone that might be able to help. Is there currently any way to copy all of the spawns on one facet to another? The only way I know of doing it is a dirty .dupeinbag and then a .set map Felucca on each of the spawners in the world... which has the possibility of taking a looooong time.

Thanks in advance guys!
Kaga

ArteGordon- 11-30-2006
easiest way to do it is like this:
First go to Felucca, then execute the following three commands

[xmlsave felspawns.xml
[self set map trammel
[xmlnewloadhere felspawns.xml


The first command saves all of your spawners to a file named "felspawns.xml"
The second command sends you to tram (Dont move after you get there.)
The third command loads new copies of the spawners in "felspawns.xml" into the current map (tram).

Kagonos- 12-01-2006
Perfect! Thank you so much!

Xarlon- 12-04-2006
Wouldn't that load the Trammel, Malas, Ilshenar, and Tokuno spawns also? Or does the [xmlsave command only save the spawns in the same facet that you're in? (you said all spawns, so it looks like it saves the spawns from all facets)