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

Raid error help please?

XxDeathAvenger

New Member
Joined
May 5, 2011
Messages
95
Reaction score
2
Hi guys, when I start up my server, this appears with tons of other errors. (I'm working on fixing all of them.)
Would anyone know how I can fix this?

Code:
[13/09/2015 22:41:57] [Error] Raids: Could not load data/raids/raids.xml
 
Hi guys, when I start up my server, this appears with tons of other errors. (I'm working on fixing all of them.)
Would anyone know how I can fix this?

Code:
[13/09/2015 22:41:57] [Error] Raids: Could not load data/raids/raids.xml
We need to see the file not just the error.
 
Last edited:
Well, I don't have anything in my "raids," folder. So I'm not sure why it's doing it.
well then create one...
Code:
<?xml version="1.0" encoding="UTF-8"?>
<raids>
    <!--
        executed on average once every 2 minutes
        <raid name="Example" file="example.xml" interval2="2" margin="0" reftype="single" ref="no"/>
            won't be executed again till Cave Rat gets killed
        <raid name="Example2" file="example.xml" interval2="2" margin="0" reftype="block" ref="no"/>
            will stay as 'running' until Cave Rat gets killed
    -->
</raids>

Code:
<!-- this is a comment and anything in between the brackets is ignored -->
 
Back
Top