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

[Question] Raids - TFS Developer Please Respond

JDB

OtLand Veteran
Joined
Jun 1, 2009
Messages
4,145
Solutions
2
Reaction score
115
Alright, so the day is going great on the server...and our raids are set to go once a day.
Every now and then I decide to execute a raid in game for the players...
but when I do this, some of the raids start executing, randomly.

Why? :huh:

Example:
I say /raid Orshabaal and it works fine, but like 5 minutes later another raid executes, and another after.
 
Last edited:
What the hell was the point of this post? <_<

I think he is retarded. Still, maybe it's because your like "activating" your raids? With just a "/raid" command.

Then the globalevents/events start working.

What intervals do you have on your raids?
 
Like I said, they should only execute once every 24 hours...
Thing is, when I do an event, then bosses start executing and players get addon items easily.
It is a big problem, and it shouldn't be happening.

Perhaps I will have to just do it manually...
 
Like I said, they should only execute once every 24 hours...
Thing is, when I do an event, then bosses start executing and players get addon items easily.
It is a big problem, and it shouldn't be happening.

Perhaps I will have to just do it manually...

Well.. here's my raids scripts:

raids.xml

Code:
<?xml version="1.0" encoding="UTF-8"?>
<raids>
	<raid name="Barbarian" file="Barbarian.xml" interval2="30" margin="1800" enabled="yes"/>
	<raid name="Demodras" file="Demodras.xml" interval2="35" margin="1800" enabled="yes"/>
	<raid name="Elfs" file="Elfs.xml" interval2="30" margin="1800" enabled="yes"/>
	<raid name="Ferumbras" file="Ferumbras.xml" interval2="60" margin="1800" enabled="yes"/>
	<raid name="Necropharus" file="Necropharus.xml" interval2="30" margin="1800" enabled="yes"/>
	<raid name="OrcsThais" file="OrcsThais.xml" interval2="30" margin="1800" enabled="yes"/>
	<raid name="Orshabaal" file="Orshabaal.xml" interval2="45" margin="1800" enabled="yes"/>
	<raid name="Pirates" file="Pirates.xml" interval2="30" margin="1800" enabled="yes"/>
	<raid name="Quara" file="Quara.xml" interval2="30" margin="1800" enabled="yes"/>
	<raid name="Rats" file="Rats.xml" interval2="30" margin="1800" enabled="yes"/>
	<raid name="Scarabs" file="Scarabs.xml" interval2="30" margin="1800" enabled="yes"/>
	<raid name="The Old Widow" file="The Old Widow.xml" interval2="35" margin="1800" enabled="yes"/>
	<raid name="UndeadDarashia" file="UndeadDarashia.xml" interval2="30" margin="1800" enabled="yes"/>
	<raid name="UndeadArmy" file="UndeadArmy.xml" interval2="30" margin="1800" enabled="yes"/>
	<raid name="Wolfsraid" file="Wolfsraid.xml" interval2="25" margin="1800" enabled="yes"/>
	<raid name="Necropharus" file="Necropharus.xml" interval2="30" margin="1800" enabled="yes"/>
	<raid name="Hornedfox" file="Hornedfox.xml" interval2="30" margin="1800" enabled="yes"/>
	<raid name="Halloweenhare" file="Halloweenhare.xml" interval2="40" margin="1800" enabled="yes"/>
	<raid name="Nomad" file="nomad.xml" interval2="25" margin="1800" enabled="yes"/>
	<raid name="Ghazbaran" file="ghazbaran.xml" interval2="25" margin="1800" enabled="yes"/>
</raids>

I do it manually.
 
Bump, I wanna know why this is happening with the lastest SVN release.
Even sometimes the same raid that I execute occurs again.
 
Back
Top