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

Help w/ Interval2

D_Evans89

Member
Joined
Dec 3, 2014
Messages
175
Reaction score
12
I'm using The Forgotten Server - Version 0.2.13 (Mystic Spirit).

What are the interval2 times for my distro?

Example:

1 hour = ?????
1 minte = ????

Raids.xml
Code:
        <raid name="Demodras" file="Demodras.lua" interval2="7200" margin="0"/>

Demodras.lua
Code:
<?xml version="1.0" encoding="utf-8"?>
<raid>
  <!--Announcements-->
  <announce delay="1000" type="Event" message="Shifts in the earth west of town is putting off mass amounts of heat." />
  <announce delay="90000" type="Event" message="The dragon race is becoming restless." />
  <announce delay="180000" type="Event" message="Defend your town my dear Tibians! Demodras has risen!" />
  <!--Single Spawns-->
  <singlespawn delay="180000" name="Demodras" x="1107" y="985" z="8" />
  <!--Area Spawns-->
  <areaspawn delay="180000" fromx="1106" fromy="984" fromz="8" tox="1113" toy="987" toz="8">
    <monster name="Dragon Lord" amount="2" />
  </areaspawn>
</raid>

I'm trying to set this raid up so it occurs once a day. The script works good but only when I use /raid demodras

I need it to where I don't have to use the command and it does it automatically. I have seen scripts for this but none of them have worked properly for me. I'm thinking it might just be a quick fix in the Interval2 = 7200

Or am I wrong and need a script for global?
 

Similar threads

Back
Top