• 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 tfs 0.3.6

Faraonekkk

New Member
Joined
Feb 15, 2010
Messages
686
Reaction score
4
THE ERROR IN CONSOLE:
Code:
[08/10/2011 09:57:36] [Error - Raid::loadFromXml] Could not load raid file (data/raids/raids/srattata.xml).
[08/10/2011 09:57:36] Info: failed to load external entity "data/raids/raids/srattata.xml"


[08/10/2011 09:57:36] [Fatal - Raids::parseRaidNode] failed to load raid Srattata


my raids.xml
Code:
<raids>
<!-- Raids: -->
<raid name="Srattata" file="raids/srattata.xml" interval2="2" margin="0" reftype="block" ref="no" enabled="no"/>
</raids>


srattata.xml
Code:
<?xml version="1.0" encoding="UTF-8"?>
<raid>
	<announce delay="1000" type="event" message="SAFFRON IS UNDER ATTACK!" />
	<announce delay="30000" type="event" message="SMALL RATTATAS GONA TAKE THE CITY!" />
	<singlespawn delay="61000" name="Small Rattata" x="601" y="1115" z="6"/>
</raid>


anyone can help? tfs 0.3.6
 
any idea?

when i write

/raid srattata

i got error console

[08/10/2011 20:48:03] [Error - TalkAction Interface]
[08/10/2011 20:48:03] data/talkactions/scripts/raid.lua:onSay
[08/10/2011 20:48:03] Description:
[08/10/2011 20:48:03] (luaDoExecuteRaid) Raid with name srattata does not exists.
 
try to edit this code
<raids>
<!-- Raids: -->
<raid name="Srattata" file="raids/srattata.xml" interval2="2" margin="0" reftype="block" ref="no" enabled="no"/>
</raids>
to
Code:
<raids>
<!-- Raids: -->
<raid name="Srattata" file="srattata.xml" interval2="2" margin="0" reftype="block" ref="no" enabled="no"/>
</raids>

cusi doubt you got 2 "raids" file inside the first raids file.
 
Back
Top