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

[Request] Raids tutorial

Nesaj

New Member
Joined
Apr 10, 2008
Messages
126
Reaction score
0
Pla can some one explaim me how does the raids system works??

<raids>
<raid name="dourado" file="dourado.xml" interval2="221212" margin="1" />
<raid name="demon" file="demon.xml" interval2="12" margin="1" />
<raid name="wolf" file="wolf.xml" interval2="312" margin="1" />
<raid name="test" file="test.xml" interval2="41" margin="1" />
</raids>

Interval2 > What does it do??
Mardin > -iden-
 
well your question it's simple:

HTML:
>>raid name="dourado" << name if you use manual raid /raid dourado

>>file="dourado.xml" << file name content your monsters and spawns

>>interval2="221212" << it's a time for autoexecute, exemple interval2="60" in 60 minutes this raid will be autoexecuted

>>margin="1" << probrabylit of % to autoexecute work on time of interval2

Its this....
 
>>margin="1" << probrabylit of % to autoexecute work on time of interval2

Well i think its wrong...

I make a test using this raids:
<raids>
<raid name="dourado" file="dourado.xml" interval2="1" margin="0" />
<raid name="demon" file="demon.xml" interval2="2" margin="0" />
<raid name="wolf" file="wolf.xml" interval2="3" margin="0" />
<raid name="test" file="test.xml" interval2="4" margin="0" />
</raids>

As you can see, margin = 0 and:

[24/07/2008 09:55:59] Reloaded raids.
[24/07/2008 09:57:00] > Broadcasted message: "Dourado!".
[24/07/2008 09:58:00] > Broadcasted message: "Dourado!".
[24/07/2008 09:59:00] > Broadcasted message: "Dourado!".
[24/07/2008 10:00:00] > Broadcasted message: "Dourado!".
[24/07/2008 10:01:00] > Broadcasted message: "Dourado!".
[24/07/2008 10:02:00] > Broadcasted message: "Dourado!".
[24/07/2008 10:03:00] > Broadcasted message: "Dourado!".

Can some one explaim what does the "margin" do?
 
Margin is a delay, after the raid has executed. During that delay no other automatic raid will be executed. Kind of a 'rest' period.
 

Similar threads

Back
Top