• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Problem with raids :S

Serginov

Onkonkoronkonk
Joined
Jun 28, 2008
Messages
1,321
Reaction score
18
Location
Sweden - Dalarna
Okay, I make a raid. I use this for example, morgaroth.xml:
PHP:
<?xml version="1.0" encoding="utf-8"?>
<raid>
  <!--Announcements-->
  <announce delay="0" type="Event" message="The ancient volcano on Goroma slowly becomes active once again." />
  <announce delay="40000" type="Event" message="There is an evil presence at the volcano of Goroma." />
  <announce delay="55000" type="Event" message="Evil Cultists have called an ancient evil into the volcano on Goroma. Beware of its power mortals." />
  <!--Single Spawns-->
  <singlespawn delay="60000" name="Morgaroth" x="32062" y="32625" z="14" />
  <!--Area Spawns-->
</raid>
and:
PHP:
<?xml version="1.0" encoding="utf-8"?>
<raids>
		<raid name="morgaroth" file="morgaroth.xml" interval2="1440" margin="0"/>
</raids>
And restart server/reload raids.
But when I'm going to execute the raid:
Code:
20:49 /raid morgaroth
20:49 Such raid does not exists.

I'm using TFS 0.3 ALPHA 4



Thanks in advance
 
Last edited:
w0tw0t im useing crying damson, beta 3, cant use raid's either.. any idea?
Code:
15:44 /raid orshabaal
15:44 Such raid does not exists.
[04/03/2009 15:44:42] Lua Script Error: [TalkAction Interface]
[04/03/2009 15:44:42] data/talkactions/scripts/raid.lua:-onSay

[04/03/2009 15:44:42] luaDoExecuteRaid(). Such raid does not exists.


plix 0mg help MY ;s
 

Similar threads

Back
Top