• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Raid.xml - TFS 0.2

Eldin

Eldin Projects
Joined
Jun 12, 2008
Messages
1,334
Reaction score
615
Location
Sweden
Greets!

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
.
 
Back
Top