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

Raids not working!

Santi

Theres no way im stopping
Joined
Aug 29, 2010
Messages
1,975
Reaction score
152
Location
00
I'm using Naxed ot 6.5 (Dyrolen)
The raid I made is not working, here the xml:

Code:
<?xml version="1.0" encoding="utf-8"?>
<raid>
  <!--Announcements-->
  <announce delay="5000" type="Event" message="Orshabaal has been summoned from hell in the woods of Sanfar! Go and fight or better hide!" />
  <!--Single Spawns-->
  <singlespawn delay="10000" name="Orshabaal" x="2290" y="2130" z="7" />
  <singlespawn delay="10000" name="Demon" x="2289" y="2127" z="7" />
  <singlespawn delay="10000" name="Demon" x="2286" y="2130" z="7" />
  <singlespawn delay="10000" name="Demon" x="2293" y="2128" z="7" />
  <singlespawn delay="10000" name="Demon" x="2293" y="2124" z="7" />
  <singlespawn delay="10000" name="Demon" x="2285" y="2125" z="7" />
</raid>

And my raid.xml
Code:
<?xml version="1.0" encoding="UTF-8"?>
<raids>
	<!--
<raid name="Demonio" file="Orshabaal.xml" interval2="5000" margin="0" reftype="block" ref="no"/> 
	-->
</raids>

Hope someone can do something about it really need it.
 
Use this one

Code:
<?xml version="1.0" encoding="UTF-8"?>
<raids>
	<raid name="Barbarian" file="Barbarian.xml" interval2="30" margin="1800" enabled="yes"/>
	<raid name="Demodras" file="Demodras.xml" interval2="35" margin="1800" enabled="yes"/>
	<raid name="Elfs" file="Elfs.xml" interval2="30" margin="1800" enabled="yes"/>
	<raid name="Ferumbras" file="Ferumbras.xml" interval2="60" margin="1800" enabled="yes"/>
	<raid name="Necropharus" file="Necropharus.xml" interval2="30" margin="1800" enabled="yes"/>
	<raid name="OrcsThais" file="OrcsThais.xml" interval2="30" margin="1800" enabled="yes"/>
	<raid name="Orshabaal" file="Orshabaal.xml" interval2="45" margin="1800" enabled="yes"/>
	<raid name="Pirates" file="Pirates.xml" interval2="30" margin="1800" enabled="yes"/>
	<raid name="Quara" file="Quara.xml" interval2="30" margin="1800" enabled="yes"/>
	<raid name="Rats" file="Rats.xml" interval2="30" margin="1800" enabled="yes"/>
	<raid name="Scarabs" file="Scarabs.xml" interval2="30" margin="1800" enabled="yes"/>
	<raid name="The Old Widow" file="The Old Widow.xml" interval2="35" margin="1800" enabled="yes"/>
	<raid name="UndeadDarashia" file="UndeadDarashia.xml" interval2="30" margin="1800" enabled="yes"/>
	<raid name="UndeadArmy" file="UndeadArmy.xml" interval2="30" margin="1800" enabled="yes"/>
	<raid name="Wolfsraid" file="Wolfsraid.xml" interval2="25" margin="1800" enabled="yes"/>
	<raid name="Necropharus" file="Necropharus.xml" interval2="30" margin="1800" enabled="yes"/>
	<raid name="Hornedfox" file="Hornedfox.xml" interval2="30" margin="1800" enabled="yes"/>
	<raid name="Halloweenhare" file="Halloweenhare.xml" interval2="40" margin="1800" enabled="yes"/>
	<raid name="Undead Jester" file="Undead Jester.xml" interval2="40" margin="1800" enabled="yes"/>
	<raid name="goblin" file="grynch clan goblin.xml" interval2="40" margin="1800" enabled="yes"/>
	<raid name="Morgaroth" file="Morgaroth.xml" interval2="40" margin="1800" enabled="yes"/>
</raids>

Downlaod attach have all raids

Code:
[ATTACH]7319.vB[/ATTACH]

Rep++ if Helped
 

Attachments

Well you have the spawn set to 10000 which is long. I think that may be the problem

I dont think thats the main problem, since when i start a raid this is what it says:

17:47 Could not execute raid. (Raid does not exist or other raid is already running)


@Onwer Knighty: Your stuff isnt working for me since im not being able to modifiy the xmls.
Now I'm not able to make raids anymore
 

Similar threads

Back
Top