• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

[Request] Some Raid Script !!

conde2

Active Member
Joined
Jun 22, 2008
Messages
348
Reaction score
44
Hi all =D
I come here to request a script...
I make a raid and doesn't work in the new TFS
Anyone can make one exemple of raid for TFS 0.3.5
And if is possible send me a Tutorial
 
in data/raids/raids.xml paste this

PHP:
		<raid name="Pirate" file="scripts/pirate.xml" interval2="1500" margin="0" reftype="block" ref="no"/>

in data/raids/scripts create file pirate.xml and paste this:

PHP:
<raid>
<announce delay="1000" type="event" message="What raid?" />
<announce delay="5000" type="event" message="Nargor is under attack!" />

<singlespawn delay="5000" name="Ron the Ripper" x="916" y="383" z="4" />
<singlespawn delay="5000" name="Lethal Lissy" x="907" y="387" z="4" />
<singlespawn delay="5000" name="Brutus Bloodbeard" x="896" y="379" z="4" />
<singlespawn delay="5000" name="Deadeye Devious" x="887" y="390" z="4" />

</raid>

remember you need to change x y z :P

rep please :)
 

Similar threads

Back
Top