• 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

Enxorix

New Member
Joined
Sep 25, 2008
Messages
946
Reaction score
0
Location
Sweden
Why won't my raid function?

Anyway you got any raid i can insret to the list that may work? cuz i really want my raid to rowk, it's sucha funny :p


Code:
<?xml version="1.0" encoding="UTF-8"?>
<raids>

		<raid name="hydra" file="hydra.xml" />

</raids>
	<!--
		<raid name="Testraid" file="testraid.xml" interval2="30" margin="0"/>
		executed on average once every 30 minutes
	-->
</raids>

when i execute command in game it says

Code:
21:03 No such raid exists.
21:03 /raid hydra


Why and WTF? O.O xD
 
Last edited:
Example

hydra.xml
PHP:
<raid>
<announce delay="0" type="event" message="Hydras have been sighted near NoobCity!" />
<singlespawn delay="0" name="Hydra" x="1008" y="1005" z="7" />
<singlespawn delay="0" name="Hydra" x="1008" y="1006" z="7" />
<singlespawn delay="0" name="Hydra" x="1008" y="1007" z="7" />
</raid>
 
But, some guy told me you need to put something in script also? or is it only to make an Hydra.xml

In
Server/data/raids

??Then really thanks.
 
But, some guy told me you need to put something in script also? or is it only to make an Hydra.xml

In
Server/data/raids

??Then really thanks.

If this help you give me some rep+++ :)


yee her is mine for rat

fromx="113" fromy="358" fromz="6"
= Positions
Change The Red Text To ever you wanna have

But This In Server/data/raids/CREAT A HYDRA.XML

Code:
<?xml version="1.0" encoding="utf-8"?>
<!--This raid was made by: OT RaidMaker v1.4-->
<raid>
  <!--Announcements-->
  <announce delay="0" type="Omg Rat Raid In the city !" />
  [COLOR="Red"][B]<!--Single Spawns-->[/B][/COLOR]
  <singlespawn delay="0" name="[COLOR="Red"]MOB NAME[/COLOR]" x="118" y="362" z="6" />
  <singlespawn delay="0" name="[COLOR="Red"]MOB NAME[/COLOR]" x="119" y="362" z="6" />
  <singlespawn delay="0" name="[COLOR="Red"]MOB NAME[/COLOR]" x="120" y="362" z="6" />
  <singlespawn delay="0" name="[COLOR="Red"]MOB NAME[/COLOR]" x="121" y="362" z="6" />
  <singlespawn delay="0" name="[COLOR="Red"]MOB NAME[/COLOR]" x="122" y="362" z="6" />
  <singlespawn delay="0" name="[COLOR="Red"]MOB NAME[/COLOR]" x="123" y="362" z="6" />
  <singlespawn delay="0" name="[COLOR="Red"]MOB NAME[/COLOR]" x="124" y="362" z="6" amount="30" />
  [B][COLOR="Red"]<!--Area Spawns-->[/COLOR][/B]
  <areaspawn delay="0" fromx="122" fromy="367" fromz="6" tox="126" toy="370" toz="6">
    <monster name="[COLOR="Red"]MOB NAME FOR MASS SPAWN[/COLOR]" amount="30" />
  </areaspawn>
  <areaspawn delay="0" fromx="113" fromy="358" fromz="6" tox="115" toy="362" toz="6">
    <monster name="[COLOR="Red"]MOB NANME FOR MASS SPAW[/COLOR]" amount="30" />
  </areaspawn>
  <areaspawn delay="0" fromx="113" fromy="358" fromz="6" tox="115" toy="362" toz="6">
    <monster name="[COLOR="Red"]MOB NAME FOR MASS SPAWN[/COLOR]" amount="30" />
  </areaspawn>
  <areaspawn delay="0" fromx="116" fromy="361" fromz="6" tox="129" toy="365" toz="6">
    <monster name="[COLOR="Red"]MOB NAME FOR MASS SPAWN[/COLOR]" amount="60" />
  </areaspawn>
</raid>
 

Similar threads

Back
Top