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

Chance to run a raid.

vichoko

Member
Joined
Oct 9, 2008
Messages
128
Reaction score
6
Location
Santiago, Chile
I remember in the past there was an option to add a 'chance to happen' for a raid.
Now the raid happens in a interval of time.

Is there a way to add that chance to happen again?

Can someone explain why the parameter is 'interval2'? Why is that 2?
 
I'm sorry but my raid scripts is an .xml:
Code:
<?xml version="1.0" encoding="utf-8"?>
<raid>
    <announce delay="1000" type="warning" message="The minotaurs are getting crazy near Midguard. The Horned Fox has appeared to rule them again." />
    <singlespawn delay="15000" name="The Horned Fox" x="2903" y="3060" z="9"/>
</raid>

I don't know how to add that randint function to an xml.
 
Back
Top