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

Whats wrong?

Tibia Rox

Member
Joined
Feb 4, 2009
Messages
1,181
Reaction score
9
Location
U.S.A
data/raids/Zulazza the Corruptor.xml
Code:
<?xml version="1.0" encoding="utf-8"?> 
<raid> 
  <!--Announcements--> 
  <announce delay="1000" type="Event" message="A massive orc force is gathering at the gates of Zzaion." /> 
  <announce delay="30000" type="Event" message="Orc reinforcements have arrived at the gates of Zzaion! The gates are under heavy attack!." /> 
  <announce delay="60000" type="Event" message="More orc reinforcements have arrived at the gates of Zzaion! The gates are under heavy attack!." /> 
  <announce delay="90000" type="Event" message="The gates to Zzaion have been breached! Orcs are invading the city!." /> 
  <announce delay="120000" type="Event" message="More orcs have arrived in Zzaion! The city is under attack! Strong lizard leaders have come to defend the city." /> 
<!--Single Spawns--> 
  <singlespawn delay="120000" name="Zulazza the Corruptor" x="160" y="58" z="7" /> 
  <singlespawn delay="120000" name="Chizzoron the Distorter" x="161" y="58" z="7" /> 
</raid>
data/raids/raids.xml
Code:
<raid name="Zulazza the Corruptor" file="Zulazza the Corruptor.xml" interval2="30" margin="1000" enabled="yes"/>

I keep tring to execute this raid, but I keep getting this message "22:04 Could not execute raid. (Raid does not exist or other raid is already running)" No, there isnt a raid running. Whats wrong? Maybe Im saying it wrong in-game? Help!!
 
Back
Top