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

Lua Raid problem - bosses keep spawning

yes but thats not the problem
i dont want them to respawn if they are not killed

<!--
executed on average once every 2 minutes

<raid name="Example" file="example.xml" interval2="2" margin="0" reftype="single" ref="no"/>
won't be executed again till Cave Rat gets killed

<raid name="Example2" file="example.xml" interval2="2" margin="0" reftype="block" ref="no"/>
will stay as 'running' until Cave Rat gets killed
-->

copied from raids.xml
i couldn't get it to work
 
Dude i dont even know if you're alive, or finded the solution already, but here it is!

Lua:
<raid name="Raid_1" file="raid_1.xml" interval2="1" margin="0" reftype="block" ref="yes"/>

This is my example, you must make ref = "yes"

Anyway, I still didn't notice the difference of block or single yet
 
Last edited:
Back
Top