Greets!
I have searched and searched, tryed and tryed, nothing seem to work. What am I missing?
(TFS 0.2 Mystic Spirit)
I have never really understood how the raid system works, tryed for hours to mix with it. The only thing I got clear is that the numbers means minutes.
Lets say I do it like above as for an example, it would in other words be:
interval2="5" = Raid will execute after about 5 minutes.
margin="60" = The server will stop this raid to happen again within 60 minutes.
So, if I want the raid to maybe execute each 24 hours, what do I write? I guess setting chance="x" wont work?
Lets say I "restart" (to keep it clean) the server once every X days and don't want it to set of raids after eachother in the same way?
Would be possible with chance, (tryed it and doesn't seem to work), I might be missing something or how to write the interval and margin?
Thanks in advance.
Kind Regards,
Eldin.
I have searched and searched, tryed and tryed, nothing seem to work. What am I missing?
(TFS 0.2 Mystic Spirit)
Code:
<?xml version="1.0" encoding="UTF-8"?>
<raids>
<raid name="test" file="testraid.xml" interval2="5" margin="60"/>
</raids>
I have never really understood how the raid system works, tryed for hours to mix with it. The only thing I got clear is that the numbers means minutes.
Lets say I do it like above as for an example, it would in other words be:
interval2="5" = Raid will execute after about 5 minutes.
margin="60" = The server will stop this raid to happen again within 60 minutes.
So, if I want the raid to maybe execute each 24 hours, what do I write? I guess setting chance="x" wont work?
Lets say I "restart" (to keep it clean) the server once every X days and don't want it to set of raids after eachother in the same way?
Would be possible with chance, (tryed it and doesn't seem to work), I might be missing something or how to write the interval and margin?
Thanks in advance.
Kind Regards,
Eldin.