• 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 Help with time of raid

bpm91

Intermediate OT User
Joined
May 23, 2019
Messages
931
Solutions
7
Reaction score
127
Location
Brazil
YouTube
caruniawikibr
Hi, I would like to know if someone who understands raids could explain it to me better, I used chatgpt but even so, I'm a little unsure how to configure it, I would like to know about the appearance time, how does it work? if it is 100% executed at an exact time, for example "every 10 days at 7 am boss X appears" or if it varies... I need more information to configure my raids... tfs 1.5

<raid name="Necropharus" file="bosses/Necropharus.xml" interval2="22520" margin="180" />

for example I want necropharus to appear every 3 or 4 days.... what would that be like?

<raid name="Orshabaal" file="bosses/Orshabaal.xml" interval2="94200" margin="180" />

or orshabaal once a month...


or
<raid name="Morgaroth" file="bosses/Morgaroth.xml" interval2="64200" margin="180" />

Every 3 months...
 
Solution
I've explained how it works before in the past.


You could also try using my Lua raid system, from the free scripting thread, if you want something easier to understand.

I've explained how it works before in the past.


You could also try using my Lua raid system, from the free scripting thread, if you want something easier to understand.

 
Solution

Similar threads

Back
Top