BahamutxD
Jack of all trades, master of none
I'm having a hard time with raids, is there any way to make raids execute every X hours and picked randomly from a list of avaiable raids?
This is the raid.xml I made for testing purpose, only the first raid "Orshabaal" is being executed if I set different interval2 for every raid.
Another example.
If I use interval2=3 for every raid, the first raid will be executed most of the times.
Can anyone please help me or explain me like if I where stupid what does interval2 and margin exactly mean?
Thanks!
This is the raid.xml I made for testing purpose, only the first raid "Orshabaal" is being executed if I set different interval2 for every raid.
Code:
<raid name="Orshabaal" file="Orshabaal.xml" interval2="3" margin="0" enabled="yes"/>
<raid name="Demodras" file="Demodras.xml" interval2="4" margin="0" enabled="yes"/>
<raid name="The Old Widow" file="The Old Widow.xml" interval2="5" margin="0" enabled="yes"/>
<raid name="Pirates" file="Pirates.xml" interval2="6" margin="0" enabled="yes"/>
<raid name="Barbarian" file="Barbarian.xml" interval2="7" margin="0" enabled="yes"/>
<raid name="Apocalypse" file="Apocalypse.xml" interval2="8" margin="0" enabled="yes"/>
Another example.
If I use interval2=3 for every raid, the first raid will be executed most of the times.
Can anyone please help me or explain me like if I where stupid what does interval2 and margin exactly mean?
Thanks!