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

Damn Weird Raids... -.-

Kedor

New Member
Joined
Mar 3, 2008
Messages
263
Reaction score
0
Location
Poland, Gdynia
PHP:
<?xml version="1.0" encoding="UTF-8"?>
<raids> 
<raid name="Demodras"  	file="demodras.xml" 	interval2="120" margin="0" />
<raid name="Pirate"	file="pirate.xml" 	interval2="120" margin="0" />
<raid name="Ferumbas" 	file="ferumbas.xml" 	interval2="120" margin="0" />
<raid name="Tiquanda" 	file="tiquanda.xml" 	interval2="120" margin="0" />
</raids>

so i guess it should be executed every 2 h right? and sometimes its executed like 10 mins after i run the server.. is there a way to "dont make it executing automatically"?
ONLY when i write /raid bla bla?:p
 
PHP:
<?xml version="1.0" encoding="UTF-8"?>
<raids> 
<raid name="Demodras"  	file="demodras.xml" 	interval2="120" margin="0" />
<raid name="Pirate"	file="pirate.xml" 	interval2="120" margin="0" />
<raid name="Ferumbas" 	file="ferumbas.xml" 	interval2="120" margin="0" />
<raid name="Tiquanda" 	file="tiquanda.xml" 	interval2="120" margin="0" />
</raids>

so i guess it should be executed every 2 h right? and sometimes its executed like 10 mins after i run the server.. is there a way to "dont make it executing automatically"?
ONLY when i write /raid bla bla?:p

I got the same problem but I changed it too something like 90000 and it executed every 2 hour :p
 
i think i gonna love you lol ;D
i am so stupid, i didnt thought about that lol..
close thread xD


but.. how to spawn DL in talk actiion?

do<singlespawn delay="0" name="Dragon Lord" x="125" y="198" z="9" />
?? XD
i dont know that
 
Last edited:

Similar threads

Back
Top