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

How to edit raids interval? (How often the raid launch)

Aleria

New Member
Joined
Mar 6, 2011
Messages
83
Reaction score
0
Hello, as the title says;

Code:
<raid name="Rats" file="rats.xml" interval2="30" margin="1800" enabled="yes"/>

How do I make this raid happend more often? What does margin and interval2 means?

Thanks!
 
I'll give you a explanation for that


XML:
<raid name="Rats" file="rats.xml" interval2="30" margin="1800" enabled="yes"/>


name = Name of the invasion, { used for /raid raid_name }
file = The file directory { Data/Raids/file_name }
interval2 = The time in minutes that led him to attempt the raid.
margin = Time in minutes that it runs from the opening of OTServer.
enabled = If it is active or not.

you can use too
chance = The percentage of chance that has to run every raid interval2
like this:

XML:
change = "45"
 
So I want it to happend 50% more often and 50% bigger chance for the raid to happend, what do I change?

interval2="15" margin="900" <--?
 
Back
Top