• 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 i can remove this errors from exe about raids

Calon

Experienced Member
Joined
Feb 6, 2009
Messages
1,070
Reaction score
21
[10/06/2009 19:23:26] [Error] Raids: interval2 tag missing or divided by 0 for raid Barbarian
[10/06/2009 19:23:26] [Error] Raids: interval2 tag missing or divided by 0 for raid Demodras
[10/06/2009 19:23:26] [Error] Raids: interval2 tag missing or divided by 0 for raid Elfs
[10/06/2009 19:23:26] [Error] Raids: interval2 tag missing or divided by 0 for raid Ferumbras
[10/06/2009 19:23:26] [Error] Raids: interval2 tag missing or divided by 0 for raid Ghazbaran
[10/06/2009 19:23:26] [Error] Raids: interval2 tag missing or divided by 0 for raid Morgaroth
[10/06/2009 19:23:26] [Error] Raids: interval2 tag missing or divided by 0 for raid Necropharus
[10/06/2009 19:23:26] [Error] Raids: interval2 tag missing or divided by 0 for raid Nomad
[10/06/2009 19:23:26] [Error] Raids: interval2 tag missing or divided by 0 for raid OrcsThais
[10/06/2009 19:23:26] [Error] Raids: interval2 tag missing or divided by 0 for raid Orshabaal
[10/06/2009 19:23:26] [Error] Raids: interval2 tag missing or divided by 0 for raid Pirates
[10/06/2009 19:23:26] [Error] Raids: interval2 tag missing or divided by 0 for raid Quara
[10/06/2009 19:23:26] [Error] Raids: interval2 tag missing or divided by 0 for raid Rats
[10/06/2009 19:23:26] [Error] Raids: interval2 tag missing or divided by 0 for raid Scarabs
[10/06/2009 19:23:26] [Error] Raids: interval2 tag missing or divided by 0 for raid The Old Widow
[10/06/2009 19:23:26] [Error] Raids: interval2 tag missing or divided by 0 for raid UndeadDarashia
[10/06/2009 19:23:26] [Error] Raids: interval2 tag missing or divided by 0 for raid UndeadArmy
[10/06/2009 19:23:26] [Error] Raids: interval2 tag missing or divided by 0 for raid Wolfsraid
[10/06/2009 19:23:26] [Error] Raids: interval2 tag missing or divided by 0 for raid Necropharus
[10/06/2009 19:23:26] [Error] Raids: interval2 tag missing or divided by 0 for raid Hornedfox
[10/06/2009 19:23:26] [Error] Raids: interval2 tag missing or divided by 0 for raid Halloweenhare
 
sorry for refreshing old topic, but i have this same problem.

[Error - Raids::parseRaidNode] interval2 tag missing or divided by 0 for raid pirates

There are my files:
raids.xml

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

<raids>

<!--

<raid name="Testraid" file="testraid.xml" interval2="30" margin="0"/>

executed on average once every 30 minutes
-->


<raid name="pirates" file="pirates.xml" interval="10" chance="35" margin="0" />


</raids>

and pirates.xml

<raid>
<announce delay="0" type="18" message="Pirates attack Vienta! To arms!" />
<areaspawn delay="10000" fromx="359" fromy="519" fromz="7" tox="395" toy="538" toz="7">
<monster name="Pirate Cutthroat" amount="7" />
<monster name="Pirate Maruder" amount="7" />
<monster name="Pirate Buccaneer" amount="7" />
<monster name="Deadeye Devious" amount="1" />
</areaspawn>
</raid>

Pls Fast Help ;]]
 
Back
Top