• 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 Questions Lua Raid

Sigoles

Discord: @sigoles
Joined
Nov 20, 2015
Messages
1,209
Solutions
2
Reaction score
154
Look the example:
<raid name="Tarantulas" file="bosses/tarantula.xml" interval2="440" margin="40" />

interval2="440" = Your check is 440 in 440 minutes?
margin="40" = 40% to execute raid each 440 min?

Thanks OTland
 
Look the example:
<raid name="Tarantulas" file="bosses/tarantula.xml" interval2="440" margin="40" />

interval2="440" = Your check is 440 in 440 minutes?
margin="40" = 40% to execute raid each 440 min?

Thanks OTland
Intervals is often written in milliseconds.

About margin I think thats the chance in percent for it to run.
 
Intervals is often written in milliseconds.

About margin I think thats the chance in percent for it to run.

I think no, because the margin of great bosses are hight like "160" and lowers are "50"

I really need to know how it work !
 
From what i understood, margin is the time beetwen raids so after 10 minutes(not seconds) have elapsed since Tarantulas raid, Medusas raid will start.
 
;/

Anyone have the raids working correctly to see a example?

well i think my raids all wrong cuz are much values equal

someone tell me how this really works please? If possible send raid.xml?
 
Last edited by a moderator:
Back
Top