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

TFS 1.X+ Daily events

Nuelman

Member
Joined
Nov 9, 2017
Messages
98
Solutions
1
Reaction score
6
Tfs 1x
Version 10.99 OTX

Hey, I'm using that version of OTX.
I see that there are random events like: Zombie, Capture Flag, Battlefield etc...

I see that sometimes they are launched automatically, but I would like to configure that and I really don't know where to start.

I'd like to set up myself the times when the events are launched

Thanks +rep
 
Supposed to be in data/globalevents/globalevents.xml and also check data/lib
 
Solution
Can this be it?
Lua:
    <globalevent name="Capture The Flag" time="09:30:00" script="capture.lua" />
    <globalevent name="Capture The Flag1" time="11:30:00" script="capture.lua" />
    <globalevent name="Capture The Flag4" time="02:00:00" script="capture.lua" />
    
    <globalevent name="BF_01" time="13:00:00" script="bf_start.lua" />
    <globalevent name="BF_04" time="00:30:00" script="bf_start.lua" />
 
Yeah its when CTF event starts 3 time/day and Battle Field event 2 times/day, There you can change or edit/add more in the XML file/Lua script inside.
 
Back
Top