Vendeliko
Banned User
- Joined
- Dec 3, 2011
- Messages
- 3,087
- Reaction score
- 93
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
Raids.xml
Raid Edited By Me
Raids.xml
Thanks in advance,
Vendeliko.
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: