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

I need a Raid Script for my raid new generator.

Jesper_Kladden

Donator
Joined
May 16, 2008
Messages
458
Reaction score
1
Location
Sweden
I'm currently making a raid creator in C# .Net, but I need a script to see how it is built.

Can someone give a raid?

Cheers.
 
I'm currently making a raid creator in C# .Net, but I need a script to see how it is built.

Can someone give a raid?

Cheers.

yes here

Code:
<raid>
<announce delay="1000" type="event" message="Scouts report a barbarian army gathering near Svargrond" />
<announce delay="4000" type="event" message="Some invaders might try to access Svargrond via the ice to the North." />
<announce delay="8000" type="event" message="Raiders are attacking Svargrond!" />

  <!--Area Spawns-->
  <areaspawn delay="10000" fromx="32199" fromy="31063" fromz="5" tox="32251" toy="31084" toz="5">
    <monster name="Barbarian Bloodwalker" amount="35" />
    <monster name="Barbarian Brutetamer" amount="22" />
    <monster name="Barbarian Headsplitter" amount="22" />
    <monster name="Barbarian Skullhunter" amount="28" />
  <monster name="Ice Witch" amount="15" />
  </areaspawn>






</raid>
 
yes here

Code:
<raid>
<announce delay="1000" type="event" message="Scouts report a barbarian army gathering near Svargrond" />
<announce delay="4000" type="event" message="Some invaders might try to access Svargrond via the ice to the North." />
<announce delay="8000" type="event" message="Raiders are attacking Svargrond!" />

  <!--Area Spawns-->
  <areaspawn delay="10000" fromx="32199" fromy="31063" fromz="5" tox="32251" toy="31084" toz="5">
    <monster name="Barbarian Bloodwalker" amount="35" />
    <monster name="Barbarian Brutetamer" amount="22" />
    <monster name="Barbarian Headsplitter" amount="22" />
    <monster name="Barbarian Skullhunter" amount="28" />
  <monster name="Ice Witch" amount="15" />
  </areaspawn>






</raid>

its some of your real map raids? :>
 
Back
Top