• 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's ?

Sure, here you go:
data/raids/....
Code:
<raid>
<announce delay="0" type="event" message="First announce!" />

<singlespawn delay="2000" name="Demon" x="1008" y="1008" z="7" />

<announce delay="10000" type="event" message="Second announce!" />
<areaspawn delay="12000" fromx="980" fromy="960" fromz="7" tox="1048" toy="1024" toz="7">
<monster name="dragon lord" amount="10" />
<monster name="dragon lord hatchling" amount="10" />
</areaspawn>

</raid>
You can get a raid maker [HERE]
You can get a small raid tutorial [HERE]

:thumbup:
 
Back
Top