Is there a way to globally set ALL Xml spawn Min and Max delay? the 5 min and 10 max is just to long O_O and it's becoming hard trying to run around and find them all >.<

Oh am using a custom OSI spawn from this site.
 
Try
[Global set MinDelay 1 where XmlSpawner
and
[Global set MaxDelay 2 where XmlSpawner

...or whatever numbers you like.
 
You are are... amazing O_O I spent about 5 hours running around changing things yesterday.. those commands just save so much time. Thank you ^_^

Oh to anyone else who might want to change it. this is the command

[global set MinDelay 00:01:00 (HH:MM:SS) H= hours = M= Minuets S= Seconds
[global set MaxDelay 00:02:00
 
You should use [XMLFIND and set different groups of spawners a different hue.
From there, you can search for spawners only that hue and set global commands via the gump for those. Say Monsters are less respawn time, and chests are a greater spawn time.

Little bit better way to change around the Respawn time of all spawners in the game without affecting those that maybe you wouldnt want set so low.

We use multiple hues for different spawner groups that can all be changed relatively quicker on the fly if need be.
 
There's another hidden feature for XmlSpawner that's very helpful: [XmlAdd
This allows you to set up your a profile that contains your individual settings for all new xmlspawners you place. The image below is the XmlAdd window. Once you go through and set any/all defaults you wants, just click Save. You may also set multiple profiles and use the Load option to switch between different default profiles. So you could have default settings for all treasurechests, one for Ilshenar mobs, Dungeon mobs, etc.
 

Attachments

  • XmlAdd.jpg
    XmlAdd.jpg
    170.4 KB · Views: 33
Back