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

Solved New Raid Problem

Vendeliko

Banned User
Joined
Dec 3, 2011
Messages
3,087
Reaction score
93
Location
Beside that guy with that thing but without that t
Hi,I have this problem that I tried to add a new raid by copying a raid that already existed & worked and editing the monster that spawns & the announcements but when I try to execute the raid I get this error '17:10 Could not execute raid. (Raid does not exist or other raid is already running)' but there is no raid already running.
Could anyone please help me solve it?

Original Raid
Code:
<?xml version="1.0" encoding="utf-8"?>
<raid>
    <!-- 
	// Raid System by 5mok3
	// DO NOT CHANGE INTERVAL UNLESS YOU ARE SURE WHAT YOU ARE DOING!!
	-->

<announce delay="1000" type="event" message="Rat Plague in Thais!" />

  <!--Area Spawns-->
  <areaspawn delay="1000" 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>

Raids.xml
Code:
<raid name="RatsThais" file="ratsthais.xml" interval2="30" margin="1000" enabled="yes"/>

Raid Edited By Me
Code:
<?xml version="1.0" encoding="utf-8"?>
<raid>
    <!-- 
	// Raid System by 5mok3
	// DO NOT CHANGE INTERVAL UNLESS YOU ARE SURE WHAT YOU ARE DOING!!
	-->

<announce delay="1000" type="event" message="The Casino Has Been Robbed Again & The Thieves Are Trying To Escape Through Thais" />
<announce delay="30000" type="Event" message="Stop The Thieves And Retrieve The Stolen Tokens!." />

  <!--Area Spawns-->
  <areaspawn delay="1000" fromx="32331" fromy="32182" fromz="7" tox="32426" toy="32261" toz="7">
    <monster name="casino thief" amount="400" />
  </areaspawn>
 


</raid>

Raids.xml
Code:
<raid name="Casino" file="casino.xml" interval2="30" margin="1000" enabled="yes"/>

Thanks in advance,
Vendeliko.
 
Last edited:
Hm sec, trying to figure out what's wrong.
Im not sure, i'm not sure about this, but i'll give it a try!

As i said, im not sure about this: AREA SPAWNS = 2x creatures, and at your customized raid its just one, so try to add like a rat or something?! :)
REP+ If helped!
 
i had the same problem but when i used raid pack from other one
it worked without any problem idk what was wrong but it just worked

try this raid pack just edit it
 

Attachments

Wait, sorry for double post - i think it's like this SEC

Change interval at the raids?.

OH WAIT, I KNOW THE PROBLEM SEC!.


Here's what you should add at announcement:
<!--Announcements-->
<announce delay="1000" type="Event" message="A massive orc force is gathering at the gates of Zzaion." />
<announce delay="60000" type="Event" message="Orc reinforcements have arrived at the gates of Zzaion! The gates are under heavy attack!." />
<announce delay="180000" type="Event" message="More orc reinforcements have arrived at the gates of Zzaion! The gates are under heavy attack!." />
<announce delay="780000" type="Event" message="The gates to Zzaion have been breached! Orcs are invading the city!." />
<announce delay="1380000" type="Event" message="More orcs have arrived in Zzaion! The city is under attack! Strong lizard leaders have come to defend the city." />
 
LOL, made me laugh! xD.

Ofc he did, since theres his code from RAIDS.XML!

Oh it made you laugh, lol..

The website is messed up sometimes while using phone, I couldn't see that last code tag. :p
 

Similar threads

Back
Top