• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Need Raids for 9.6 TFS

<?xml version="1.0" encoding="UTF-8"?>
<raid>
-- Warning 1
<announce delay="0" type="event" message="Thais rat plague! Beware!"/>
-- Warning 2
<announce delay="10000" type="event" message="Thais rat plague! Beware!"/> -- delay="10000" << 1000 it 1 sec 10 000 it 10 sec 60 000 one minute

--- WAWE 1
<announce delay="0" type="event" message="THAIS is under attack!"/>
<areaspawn delay="0" fromx="970" fromy="1158" fromz="7" tox="1039" toy="1205" toz="7"> -- spawn x y z to x y z [' -.]
<monster name="Rat" amount="55"/> -- Monster name and amount
<monster name="Cave Rat" amount="30"/>
</areaspawn>

--- WAWE 2
<announce delay="60000" type="event" message="THAIS is under attack!"/>
<areaspawn delay="60000" fromx="970" fromy="1158" fromz="7" tox="1039" toy="1205" toz="7"> -- spawn x y z to x y z [' -.]
<monster name="Rat" amount="55"/> -- Monster name and amount
<monster name="Cave Rat" amount="30"/>
</areaspawn>
</raid>
 
Back
Top