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

Raid Mobs+Boss

merfus

Member
Joined
Dec 27, 2011
Messages
214
Reaction score
5
Location
Poland
Hello i need raid script for tfs 0.3.6pl1 8.54.
In this script i need that when he start raid it give's message:
In 5 minutes te StarTown will be attacked.
after 3 minutes new message:
They will be scary Bossname
and after all (5minutes from first message)when the raid will start, first will be monsters (i need in script to change monster name and count) and after 5-10min will appear other Monster (BOSS).

can anyone help me with that? I search forum for script like this but i don't find any.
 
PHP:
<?xml version="1.0" encoding="UTF-8"?>
<raid> 
<announce delay="1000" type="event" message="In five minutes Star Town will be under attack!" /> 
<announce delay="180000" type="event" message="Bossname has risen from the gates of hell, and will be in Star Town!" /> 

<singlespawn delay="300000" name="Monstername" x="916" y="383" z="4" /> 
<singlespawn delay="300000" name="Monstername" x="916" y="383" z="4" /> 
<singlespawn delay="300000" name="Monstername" x="916" y="383" z="4" /> 
<singlespawn delay="300000" name="Monstername" x="916" y="383" z="4" /> 
<singlespawn delay="300000" name="Monstername" x="916" y="383" z="4" /> 
<singlespawn delay="300000" name="Monstername" x="916" y="383" z="4" /> 
<singlespawn delay="600000" name="Bossname" x="916" y="383" z="4" /> 

</raid>
There you go ^^ Sorry for the wait :>
 
Back
Top