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

how to make raid start randomly couple times a day?

Magictibiaman

New Member
Joined
May 25, 2009
Messages
371
Reaction score
0
how to make raid start randomly couple times a day?

i have got a raid and i made in talk action form, but i want something so it does the raid for me so i don't have to always host em
 
Check grinch's realmap release in the downloads/distribution board, he released a realmap with automatic raid scripts, you can probably copy them to yours.

If you are too lazy, here's a automatic rat script in thais. The very known "Rat plague in thais" ~~ etc

put this in your raids folder.

Code:
<raid>
<announce delay="1000" type="event" message="Rat Plague in Thais!" />

  <!--Area Spawns-->
  <areaspawn delay="1000" fromx="32331" fromy="32182" fromz="7" tox="32426" toy="32261" toz="7">
    <monster name="rat" amount="400" />
    <monster name="cave rat" amount="250" />
  </areaspawn>
 


</raid>
 
how to make raid start randomly couple times a day?

i have got a raid and i made in talk action form, but i want something so it does the raid for me so i don't have to always host em

nik~ gave you the raid script

now go to data/raid/raids.xml
open that and
Code:
<raid name="Rats" file="Rats.xml" interval2="9500" margin="0"/>
at this line u see interval 9500 so change the time to how much you want experiement it.
 
noobs plx???
It won't be random lol, nikkster posted just raid script (gz) and belthazor told how to execute it with 9500 interval... IS IT RANDOM?? NO, IT'S NOT!

You can use globalevents to execute it randomly... The tutorial is posted on otland.
 
lol.

he said randomly 2/3 times a day why would you use global event if you can use raid system the evect is almost the same thing lol.
 
BECAUSE IT'S NOT RANDOMLY!!! It will be something like that:
-Server Start
-Interval2
-Raid
-Interval2
-Raid
-Interval2
-Raid
-Server Stop
-Server Start
-Interval2
-Raid

Is it random for you? For me it's not.
 
Back
Top