I recently spoke to you about an XMLattachment to prevent certain spawners from spawning Paragons. You talked to me about an xmldata attachment and it is working great! However, I had about 50 spawners I needed to do this to. Fortunately, I am always very thorough with my naming so I was able to use xmlfind to get the list of the 50 I wanted. I did the select all and in the commands I put [addatt xmldata NoParagon. It refused to do the attachments to the spawners. I was able to go to each spawner and do it manually by targeting each, but I though a nice feature would be the ability to add attachments to a whole list at a time...
yes, that requires a mod to the [addatt command to give it list support. It is on the todo list, thanks.
(edit)
actually, I see that it is no longer on the todo list and got added a couple of versions ago.
So that should have worked. Were you using the latest version when you tried it?
from xmlspawner2.txt
QUOTE |
- added support for the use of modifiers like global, multi, area, etc. with the addatt and delatt commands that add and delete attachments from objects (thanks to Vento Divino for the suggestion). So to add a particular attachment to all players you could do something like
[global addatt xmldata datavalue where playermobile
and to remove those attachments you could use
[global delatt xmldata where playermobile
|
(edit)
yeah, just tried it using the command
addatt xmldata NoParagon
on a bunch of selected spawners and it works fine with the current version.
I was also able to remove those attachments by selecting the spawners and using the
delatt xmldata
command.
Ok, might have an older one...our shard been running a while and your so quick with updates!! I'll get the latest...thanks