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

TFS 0.3 Raids

tiddpd

PHP Scripter
Joined
Apr 16, 2008
Messages
331
Reaction score
0
Ok so i've made raids the way I always have, but when I try to launch the raid, it says no such raid exists. But it is right there in the raid folder. I've checked spelling and everything, I also put it in raids.xml too still doesn't work. How do I do it?

Error:
[01/03/2009 12:11:11] Lua Script Error: [TalkAction Interface]
[01/03/2009 12:11:11] data/talkactions/scripts/raid.lua:eek:nSay

[01/03/2009 12:11:11] luaDoExecuteRaid(). Such raid does not exists.
 
Well all I need is an example, because its not working the way it used to in tfs 0.2, and I dont really need auto either.
 
Raids.xml
PHP:
<?xml version="1.0" encoding="UTF-8"?>
<raids>
                <raid name="Testraid" file="testraid.xml" interval2="30000" margin="0"/>
                executed on average once every 30 minutes
                <raid name="o" file="o.xml" interval2="120" margin="0"/>
                <raid name="a" file="a.xml" interval2="120" margin="0"/>

</raids>


a.xml
PHP:
<raid>
<announce delay="0" type="event" message="Atak na Averain" />


<areaspawn delay="1000" fromx="411" fromy="587" fromz="7" tox="366" toy="629" toz="7">
<monster name="apocalypse" amount="50" />
</areaspawn>

</raid>
 
Back
Top