I have alot of custom spawns but I am wanting to save just certain places in there own little file. like level 3 of covetous and such as that. I thought I remembered seeing something about it here in the forums before but can't seem to find it now. if you could point me in the right direction I would be most appreciative.
Depending on how you have named them, you can specify different subsets of spawners to be saved using
[xmlsave file prefix
where the prefix is just a string that will be used to match the beginning of the spawners name.
So if you named all of your covetous spawners something like
CovetousL3Spawn#1
CovetousL3Spawn#2
etc.
then you could save all of the spawners with names that began with CovetousL3 with the command
[xmlsave covetous.xml CovetousL3
If you want to save spawns just based on their location, you will need to use the SpawnEditor and either download them from the server using the TransferServer, or just save out all of your spawns, load them into the editor, and then filter the ones that you want to save using the various spawn editor features.