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

Lua Help, raid issue

owned

Excellent OT User
Joined
Nov 9, 2008
Messages
2,001
Solutions
3
Reaction score
563
Location
New York
everytime i try makeing a raid, or even copy one from otland this message appears for every one of them, edited or not

[18/06/2010 15:44:34] [Fatal - Raids::parseRaidNode] failed to load raid Boss
[18/06/2010 15:44:34] Reloaded raids.
[18/06/2010 15:45:25] [Error - Raid::loadFromXml] Could not load raid file (data/raids/boss.lua).
[18/06/2010 15:45:25] Info: failed to load external entity "data/raids/boss.lua"


[18/06/2010 15:45:25] [Fatal - Raids::parseRaidNode] failed to load raid Boss
[18/06/2010 15:45:25] Reloaded raids.

help pleasee??
 
Boss.lua

<?xml version="1.0" encoding="utf-8"?>
<raid>
<!--Announcements-->
<announce delay="1000" type="Event" message="The Ground Shakes in Raid City!" />
<announce delay="30000" type="Event" message="Demons have been summoned to Raid City by a evil creature." />
<!--Single Spawns-->
<singlespawn delay="30000" name="Demon" x="2587" y="1163" z="8" />
<singlespawn delay="30000" name="Demon" x="2604" y="1170" z="8" />
<singlespawn delay="30000" name="Demon" x="2618" y="1157" z="8" />
<singlespawn delay="30000" name="Demon" x="2627" y="1164" z="8" />
<singlespawn delay="30000" name="Demon" x="2608" y="1169" z="8" />
<singlespawn delay="30000" name="Demon" x="2591" y="1177" z="8" />
<singlespawn delay="30000" name="Demon" x="2579" y="1177" z="8" />
<singlespawn delay="30000" name="Demon" x="2576" y="1169" z="8" />
<singlespawn delay="30000" name="Demon" x="2586" y="1166" z="8" />
</raid>

Raids.xml

<?xml version="1.0" encoding="UTF-8"?>
<raids>
<raid name="Boss" file="boss.lua" interval2="3600" margin="0" enabled="yes"/>
</raids>
 
Nevermind, i fixed it. had the raid file in my raids/scripts folder :x

Rep++ for attempting to help me though :D
 
Back
Top