Full Version : XMLfind, property test
xmlspawner >>Q&A >>XMLfind, property test


<< Prev | Next >>

dikomix- 12-26-2007
Hi.
I need find the objects: spellbook with property loottype = newbied; and recal rune in runebook with property Target (x,y,z).


loottype = newbied is not work.
Target = (x,y,z) is not work, when a rune is in runebook


ArteGordon- 12-26-2007
newbied is an enum value, so you need to check it like

loottype = #Newbied

look here for more on property tests
http://xmlspawner.15.forumer.com/index.php?showtopic=399

When you put runes in runebooks, it deletes the actual rune and just keeps a list of the rune information.
So your search fails because there are no actual runes to be found.

dikomix- 12-28-2007
Very thanks. Super...

and So can i find this information somehow? Information inside the runebook for the location? it is possibly?


ArteGordon- 12-28-2007
QUOTE (dikomix @ December 28, 2007 08:36 am)
Very thanks. Super...

and So can i find this information somehow? Information inside the runebook for the location? it is possibly?

It is possible, but it would require custom scripting to go through the list of rune entries in the runebooks.