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

Raid Problem :(

Frozen_Cloud

New Member
Joined
Oct 10, 2010
Messages
57
Reaction score
1
Greetings! Right now I'm making raids for my ot server and I'm done with them all.
I can run them ingame by typing for example /raid ratthais but i can't bring them to work automaticly like every 5 hours or so...
I'm getting this error also after starting TFS 0.4

Code:
[Notice - AnnounceEvent::configureRaidEvent] Missing type tag for announce event. Using default: 22

This is also my raid file.
Code:
<raid>
  <announce delay="0" message="Rat Plague in Thais!" type="event" />
 
   <!--Area Spawns-->
  <areaspawn delay="2000" fromx="32331" fromy="32182" fromz="7" tox="32426" toy="32261" toz="7">
    <monster name="rat" amount="400" />
    <monster name="cave rat" amount="250" />
  </areaspawn>
 
  </raid>

Code:
<raid name="ratthais" file="ratthais.xml" interval2="6000" margin="0" enabled="yes"/>

I would appreciate your help.:$
 

Similar threads

Back
Top