• 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!

Lua TFS 0.2 raid system

Shadow Ghost

New Member
Joined
Jul 15, 2008
Messages
57
Reaction score
0
Hi.
I using TFS 0.2 patch 20. I want know, how make randomize raid in 24 hours? Chance for raid is ex. 10%. How do that?
Code:
<raid name="Elf" file="elf.xml" interval2="3600" margin="0" />
<raid name="Deadeye" file="deadeye devious.xml" interval2="3602" margin="0" />
<raid name="Ferumbras" file="ferumbras.xml" interval2="3601" margin="0" />

Yours,
Shadow~
 
Hi.
I using TFS 0.2 patch 20. I want know, how make randomize raid in 24 hours? Chance for raid is ex. 10%. How do that?
Code:
<raid name="Elf" file="elf.xml" interval2="3600" margin="0" />
<raid name="Deadeye" file="deadeye devious.xml" interval2="3602" margin="0" />
<raid name="Ferumbras" file="ferumbras.xml" interval2="3601" margin="0" />

Yours,
Shadow~

"interval2" mean how many minutes between each spawn.
if you now put:
interval2="20" there will be about 20 minutes between raids..

see it like this. you have an raid there is 10% chance each 1 hour between raids.
that mean its interval2="600".. the same thing..


Hope it helped ya :p
 
I still don't understand interval2. Can you make for me this 3 raids (in xml file), randomize in 24h (3600 minuts)? Ty for help :p
 
Last edited:
Back
Top