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

[Help] Raids and Houses

justin234

New Member
Joined
Jan 22, 2008
Messages
999
Reaction score
4
Problem 1:
Yesterday, I had made some raids that seemed to be fine.
I set the Intervals correctly, and the positions.

After the raid had begun,
it kept doing it over and over again...
What is wrong with my raids?

Problem 2:
After those raids, I cleaned the server aproximately 3 times.
Then all the items in the houses disapeared...
Whats going on?

Regards.
 
Why does everyone spam their own thread every min almost?
Chill out and, wait atleast 24hours with bumping? It is not even on second page so why bother bumping it? ^^

On topic, post your raid 'script'.
 
Here are my Raids, Any Ideas?

Raids.xml

Code:
<raid name="GSRaid" file="GSRaid.xml" chance="4" interval2="80" margin="0" /> Each 80 minutes there is a 4% chance that the raid is executed... />

GSRaid.xml

Code:
<raid>
<announce delay="0" type="event" message="The mating season of the giant spiders is at hand. Leave the Depot Area as fast as you can." />
<announce delay="15000" type="event" message="Giant spiders have gathered near the depot for their mating spree. Beware!" />
<announce delay="55000" type="event" message="More Giant Spiders have come to seek revenge on the deaths of their loved ones!" />
<singlespawn delay="20000" name="Giant Spider" x="964" y="697" z="7" />
<singlespawn delay="20000" name="Giant Spider" x="964" y="698" z="7" />
<singlespawn delay="20000" name="Giant Spider" x="964" y="699" z="7" />
<singlespawn delay="20000" name="Giant Spider" x="964" y="700" z="7" />
<singlespawn delay="20000" name="Giant Spider" x="964" y="701" z="7" />
<singlespawn delay="20000" name="Giant Spider" x="964" y="702" z="7" />
<singlespawn delay="20000" name="Giant Spider" x="964" y="703" z="7" />
<singlespawn delay="20000" name="Giant Spider" x="964" y="704" z="7" />
<singlespawn delay="20000" name="The Old Widow" x="966" y="701" z="7" />
<singlespawn delay="20000" name="Giant Spider" x="968" y="697" z="7" />
<singlespawn delay="20000" name="Giant Spider" x="968" y="698" z="7" />
<singlespawn delay="20000" name="Giant Spider" x="968" y="699" z="7" />
<singlespawn delay="20000" name="Giant Spider" x="968" y="700" z="7" />
<singlespawn delay="20000" name="Giant Spider" x="968" y="701" z="7" />
<singlespawn delay="20000" name="Giant Spider" x="968" y="702" z="7" />
<singlespawn delay="20000" name="Giant Spider" x="968" y="703" z="7" />
<singlespawn delay="20000" name="Giant Spider" x="968" y="704" z="7" />
<singlespawn delay="60000" name="Giant Spider" x="964" y="697" z="7" />
<singlespawn delay="60000" name="Giant Spider" x="964" y="698" z="7" />
<singlespawn delay="60000" name="Giant Spider" x="964" y="699" z="7" />
<singlespawn delay="60000" name="Giant Spider" x="964" y="700" z="7" />
<singlespawn delay="60000" name="Giant Spider" x="964" y="701" z="7" />
<singlespawn delay="60000" name="Giant Spider" x="964" y="702" z="7" />
<singlespawn delay="60000" name="Giant Spider" x="964" y="703" z="7" />
<singlespawn delay="60000" name="Giant Spider" x="964" y="704" z="7" />
<singlespawn delay="60000" name="The Old Widow" x="966" y="701" z="7" />
<singlespawn delay="60000" name="Giant Spider" x="968" y="697" z="7" />
<singlespawn delay="60000" name="Giant Spider" x="968" y="698" z="7" />
<singlespawn delay="60000" name="Giant Spider" x="968" y="699" z="7" />
<singlespawn delay="60000" name="Giant Spider" x="968" y="700" z="7" />
<singlespawn delay="60000" name="Giant Spider" x="968" y="701" z="7" />
<singlespawn delay="60000" name="Giant Spider" x="968" y="702" z="7" />
<singlespawn delay="60000" name="Giant Spider" x="968" y="703" z="7" />
<singlespawn delay="60000" name="Giant Spider" x="968" y="704" z="7" />
</raid>
 
Uhm did you add the "Each 80 min blabla"?
If I'm not wrong that line isn't commented.

Try with deleting the bold part. Also you have to add <raids> </raids>

Code:
<raid name="GSRaid" file="GSRaid.xml" chance="4" interval2="80" margin="0" />[B] Each 80 minutes there is a 4% chance that the raid is executed... />[/B]

Should look like this:
Code:
<raids>
<raid name="GSRaid" file="GSRaid.xml" chance="4" interval2="80" margin="0" />
</raids>
 
Oh btw, I think it worked.
Thanks...
I should've known the extra "BS" on the end was causing it..

--Close Thread/Delete Thread!

(New One Opened for House Problem)
 
Back
Top