mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-11-28 15:46:49 +01:00
introduce raid sacrifices and bonus exp if you eat sabrehaven talon
This commit is contained in:
14
data/raids/ferumbras.xml
Normal file
14
data/raids/ferumbras.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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>
|
||||
11
data/raids/libertybaypirates.xml
Normal file
11
data/raids/libertybaypirates.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<raid>
|
||||
<!--Announcements-->
|
||||
<announce delay="1000" type="event" message="Pillage and plunder! Pirates have been sighted north of Darashia!." />
|
||||
<!--Single Spawns-->
|
||||
<areaspawn delay="1000" fromx="33275" fromy="32324" fromz="7" tox="33316" toy="32360" toz="7">
|
||||
<monster name="Pirate Buccaneer" amount="20" />
|
||||
<monster name="Pirate Cutthroat" amount="15" />
|
||||
<monster name="Pirate Marauder" amount="15" />
|
||||
</areaspawn>
|
||||
</raid>
|
||||
14
data/raids/morgaroth.xml
Normal file
14
data/raids/morgaroth.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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 ancient volcano on Goroma slowly becomes active once again." />
|
||||
<announce delay="30000" type="Event" message="There is an evil presence at the volcano of Goroma." />
|
||||
<announce delay="60000" type="Event" message="Evil Cultists have called an ancient evil into the volcano on Goroma. Beware of its power mortals." />
|
||||
<!--Single Spawns-->
|
||||
<singlespawn delay="60000" name="Morgaroth" x="32063" y="32612" z="14" />
|
||||
</raid>
|
||||
@@ -46,4 +46,7 @@
|
||||
<raid name="thaisorcinvasion" repeat="false" margin="0" interval2="15552000" file="thaisorcinvasion.xml"/>
|
||||
<raid name="venoreelfinvasion" repeat="false" margin="0" interval2="15552000" file="venoreelfinvasion.xml"/>
|
||||
<raid name="venoreswampelves" repeat="true" margin="0" interval2="1209600" file="venoreswampelves.xml"/>
|
||||
<raid name="ferumbras" repeat="false" margin="0" interval2="15552000" file="ferumbras.xml"/>
|
||||
<raid name="morgaroth" repeat="false" margin="0" interval2="31104000" file="morgaroth.xml"/>
|
||||
<raid name="libertybaypirates" repeat="true" margin="0" interval2="2592000" file="libertybaypirates.xml"/>
|
||||
</raids>
|
||||
|
||||
Reference in New Issue
Block a user