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

pioncz

New Member
Joined
Dec 3, 2008
Messages
149
Reaction score
1
Hello,
Anybody have workin randomly raid system for tfs 0.3.6?
Ill rep.
 
Example of one of my raids...

raids.xml
Code:
<raid name="Orshabaal" file="raids/orshabaal.xml" interval2="2" margin="0" reftype="block" ref="no" enabled="no"/>

raids/orshabaal.xml
Code:
<?xml version="1.0" encoding="UTF-8"?>
<raid>
	<announce delay="1000" type="event" message="Orshabaal's minions are working on his return to the World. LEAVE the island at once, mortals." />
	<announce delay="30000" type="event" message="Orshabaal is about to make his way into the mortal realm. Run for your lives!" />
	<announce delay="60000" type="event" message="Orshabaal has been summoned from hell to plague the lands of mortals again." />
	<singlespawn delay="61000" name="Orshabaal" x="1020" y="993" z="7"/>
</raid>

It won't run automatically.
 
I have same raids but i want to make them randomly(automaticaly) on tfs 0.3.6

I found on other forum script but download link is outdated.
 
Back
Top