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

How do i fix

Teddy

SweStream.se
Joined
Oct 2, 2008
Messages
3,797
Reaction score
10
Location
Sweden 172
How do i fix raids ? so it storm monster to the city ? :eek:

Edit
06.12: /raid
06:12 No such raid exists.

Raid.xml
<?xml version="1.0" encoding="UTF-8"?>
<raids>
<!--
<raid name="Testraid" file="testraid.xml" interval2="30" margin="0"/>
executed on average once every 30 minutes
-->
</raids>
 
Last edited:
Here Script:
Code:
<raids>
<!-- Raids: -->
<raid name="[COLOR="Red"]RatRaid[/COLOR]" file="[COLOR="Red"]Ratraid[/COLOR].xml" chance="[COLOR="Red"]10[/COLOR]" interval2="[COLOR="Red"]60[/COLOR]" margin="0" /> Each 60 minutes there is a 10% chance that the raid is executed... />
</raids>

Change Red Words.
 
And:
raidname.xml:
Code:
<raid>
<announce delay="0" type="event" message="Bager is having trouble in hes food shop with a few rats! Help him get rid of them!" />
<singlespawn delay="1000" name="Rat" x="1008" y="1005" z="7" /><singlespawn delay="6000" name="Rat" x="1003" y="1003" z="7" />
</raid>

Change Positions.
 
Yes, like kokorec did and don't just do /raid, but in this case /raid RatRaid (so /raid <the name of the raid you put in raids.xml>).
 

Similar threads

Back
Top