I was wondering if there was a way for me to change the default min/max spawntimes... And do it globally ? I would hate to have to track down all of them spawners and change them
 
can you do [global set maxdelay <interval> where xmlspawner
you can replace maxdelay for mindelay for similar results.
I do not know the expected format for <interval> someone else can help you there.
You want to make sure you keep the where xmlspawner incase anything else has the min/maxdelay.
 
Thanks. I figured out also the format for the interval Th:Tm:Ts like if I wanted to make the spawner respawn every 2 min 30 sec
[global set mindelay 00:02:30 where xmlspawner
 
Would also suggest learning to use [xmlfind You can use this to find things globally, and it even allows
you to execute commands on items, mobiles, spawners,etc. Say for instance you want to change the Min/Max delay only on certain spawners. You use the search features to find the spawners you're looking for then you can select them individually or select them all. Then a field in the lower right will allow you to change settings from it. Lots you can do with it. Hope that helps!
 
Back