mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-04 11:19:21 +02:00
14 lines
680 B
XML
14 lines
680 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<raid>
|
|
<!--
|
|
// Raid System by 5mok3
|
|
// DO NOT CHANGE INTERVAL UNLESS YOU ARE SURE WHAT YOU ARE DOING!!
|
|
-->
|
|
|
|
<!--Announcements-->
|
|
<announce delay="1000" type="Event" message="The seals on Ferumbras old cidatel are glowing. Prepare for HIS return mortals." />
|
|
<announce delay="50000" type="Event" message="Ferumbras return is at hand. The Edron Academy calls for Heroes to fight that evil." />
|
|
<announce delay="60000" type="Event" message="Ferumbras has returned to his citadel once more. Stop him before its too late." />
|
|
<!--Single Spawns-->
|
|
<singlespawn delay="60000" name="Ferumbras" x="32124" y="32687" z="4" />
|
|
</raid> |