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

No raids seem to work. Need help

Thylonn

New Member
Joined
Dec 15, 2012
Messages
52
Reaction score
3
whenever I create or download a raid it doesn't seem to work.

It always gives me this : 23:19 /raid testraid
23:19 Could not execute raid. (Raid does not exist or other raid is already running)

XML
Code:
<raid>
  <announce delay="0" message="Test Raid!" type="19" /> 
  <singlespawn delay="5000" name="Demon" x="1194" y="804" z="7" /> 
  <singlespawn delay="5500" name="Demon" x="1198" y="801" z="7" /> 
 <areaspawn delay="6500" fromx="1188" fromy="801" fromz="7" tox="1192" toy="797" toz="7">
  <monster name="poison spider" amount="5" /> 
  <monster name="minotaur archer" amount="5" /> 
  </areaspawn>
  </raid>

XML
Code:
<?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>

I can't figure it out,
Please help me
 
I think it has to do with the second XML.

XML:
<?xml version="1.0" encoding="UTF-8"?>
<raids>
		<raid name="Testraid" file="testraid.xml" interval2="30" margin="0"/>
		</raids>
 
Back
Top