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

Raids don't seem to work!

Servant

New Member
Joined
Aug 21, 2009
Messages
5
Reaction score
0
Hi! I'm using TFS 0.3.5 (Crying Damson). Whenever I try and execute a raid, we'll use Ferumbras for an example, I always get this message in the console:

[13/09/2009 11:50:33] Lua Script Error: [TalkAction Interface]
[13/09/2009 11:50:33] data/talkactions/scripts/raid.lua:onSay

[13/09/2009 11:50:33] luaDoExecuteRaid(). Raid with name ferumbras does not exists.

I swear I'm doing everything right... I was wondering if someone could give me an example of a raid? Even when I try and do the example raids that came with the server, I get the same messages in the console. Anyone who helps will get +rep! Thanks!

~Servant~
 
Raids.xml for crying damson 3.5:

<raids>
<raid name="Rats" file="Rats.xml" chance="6" interval2="600" margin="0"></raid>
<raid name="Orshabaal" file="Orshabaal.xml" chance="2" interval2="800" margin="0"></raid>
<raid name="Ferumbras" file="Ferumbras.xml" chance="2" interval2="800" margin="0"></raid>
<raid name="Morgaroth" file="Morgaroth.xml" chance="1" interval2="600" margin="0"></raid>
<raid name="TheOldWidow" file="TheOldWidow.xml" chance="2" interval2="800" margin="0"></raid>
<raid name="ghazbaran" file="ghazbaran.xml" chance="1" interval2="600" margin="0"></raid>
<!--
<raid name="Testraid" file="testraid.xml" interval2="30" margin="60"/>
executed on average once every 30 minutes
-->
<raid name="WolfsRaid" file="WolfsRaid.xml" chance="2" interval2="600" margin="0"></raid>
<raid name="Pirates" file="Pirates.xml" chance="2" interval2="900" margin="0"></raid>
<raid name="Elfs" file="Elfs.xml" chance="2" interval2="800" margin="0"></raid>
<raid name="Demodras" file="Demodras.xml" chance="2" interval2="1250" margin="0"></raid>
<raid name="Necropharus" file="Necropharus.xml" chance="2" interval2="770" margin="0"></raid>
<raid name="UndeadDarashia" file="UndeadDarashia.xml" chance="2" interval2="850" margin="0"></raid>
<raid name="Quara" file="Quara.xml" chance="2" interval2="820" margin="0"></raid>
<raid name="OrcsThais" file="OrcsThais.xml" chance="2" interval2="770" margin="0"></raid>
<raid name="UndeadArmy" file="UndeadArmy.xml" chance="2" interval2="470" margin="0"></raid>
<raid name="Hornedfox" file="Hornedfox.xml" chance="2" interval2="650" margin="0"></raid>
<raid name="Scarabs" file="Scarabs.xml" chance="2" interval2="650" margin="0"></raid>
<raid name="Barbarian" file="Barbarian.xml" chance="2" interval2="520" margin="0"></raid>
<raid name="Rookbeholder" file="Rookbeholder.xml" chance="100" interval2="600" margin="0"></raid>
<raid name="Zarabustor" file="Zarabustor.xml" chance="10" interval2="240" margin="0"></raid>
<raid name="Zevelon" file="Zevelon.xml" chance="100" interval2="240" margin="0"></raid>
</raids>
 
Ferumbras.xml:

<raid>
<!--Announcements-->
<announce delay="1000" type="Event" message="The seals on Ferumbras old cidatel are glowing. Prepare for HIS return mortals." />
<announce delay="50000" type="Event" message="Ferumbras return is at hand. The Edron Academy calls for Heroes to fight that evil." />
<announce delay="60000" type="Event" message="Ferumbras has returned to his citadel once more. Stop him before its too late." />
<!--Single Spawns-->
<singlespawn delay="60000" name="Ferumbras" x="31955" y="32694" z="4" />
<!--Area Spawns-->
<areaspawn delay="52000" fromx="31950" fromy="32691" fromz="4" tox="31959" toy="32698" toz="4">
<monster name="Demon" amount="6" />
</areaspawn>
</raid>
 
Back
Top