Full Version : A goof with a spawner-how to locate a mobile?
xmlspawner >>Q&A >>A goof with a spawner-how to locate a mobile?


<< Prev | Next >>

koluch- 02-04-2008
*OOPS*
A staffer made a slight issue with a spawner and set it to spawn:

Horse/Blessed/true

and forgot to add /TAMABLE/false

So now we have some horses that are blessed out there sad.gif

Is there a global command to remove all blessed horses?

I tried [global interface where horse blessed true

...but THAT is sooo wrong!!!

Any help is appreciated!

Koluch

ArteGordon- 02-04-2008
I would use [xmlfind to do it. Just set the type to horse and the property test to blessed=true

If you wanted to do it via global interface the command is

[global interface where horse blessed == true

For the global interface command, the spaces between all of the arguments are important

koluch- 02-04-2008
hehe, Thanks as always, Arti!!!

:]