Freya Hard Mode.

This commit is contained in:
mobius
2015-01-02 13:23:29 +00:00
parent aa6dd2f44f
commit c3b0fca70b
9 changed files with 1403 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance name="Ice Queen's Castle" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<activityTime val="120" />
<allowSummon val="false" />
<emptyDestroyTime val="600" />
<spawnPoint spawnX="115717" spawnY="-125734" spawnZ="-3392" />
<doorlist>
<door doorId="23140101" />
</doorlist>
<spawnlist>
<group name="general">
<!-- Sirra -->
<spawn npcId="32762" x="114766" y="-113141" z="-11200" heading="15956" respawn="0" />
</group>
</spawnlist>
</instance>

View File

@@ -175,6 +175,7 @@ instances/ElcadiasTent/ElcadiasTent.java
instances/FinalEmperialTomb/FinalEmperialTomb.java instances/FinalEmperialTomb/FinalEmperialTomb.java
instances/HideoutOfTheDawn/HideoutOfTheDawn.java instances/HideoutOfTheDawn/HideoutOfTheDawn.java
instances/IceQueensCastle/IceQueensCastle.java instances/IceQueensCastle/IceQueensCastle.java
instances/IceQueensCastleHardBattle/IceQueensCastleHardBattle.java
instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java instances/IceQueensCastleNormalBattle/IceQueensCastleNormalBattle.java
instances/JiniaGuildHideout1/JiniaGuildHideout1.java instances/JiniaGuildHideout1/JiniaGuildHideout1.java
instances/JiniaGuildHideout2/JiniaGuildHideout2.java instances/JiniaGuildHideout2/JiniaGuildHideout2.java

View File

@@ -1,5 +1,5 @@
<html><body>Jinia:<br> <html><body>Jinia:<br>
Her power is without equal. She truly is a frozen goddess. Are you sure you're ready?<br> Her power is without equal. She truly is a frozen goddess. Are you sure you're ready?<br>
<a action="bypass -h Quest Jinia 32781-05.html">"It's now or never."</a><br> <a action="bypass -h Quest IceQueensCastleHardBattle enter">"It's now or never."</a><br>
<a action="bypass -h Quest Jinia 32781-08.html">"Perhaps I'll think again."</a> <a action="bypass -h Quest Jinia 32781-08.html">"Perhaps I'll think again."</a>
</body></html> </body></html>

View File

@@ -1,5 +1,6 @@
<html><body>Jinia:<br> <html><body>Jinia:<br>
Alright, we'll depart now. Keep those nerves of steel!<br> Alright, we'll depart now. Keep those nerves of steel!<br>
<a action="bypass -h npc_%objectId%_Quest IceQueensCastleNormalBattle enter">Enter the Ice Queen's Castle.</a><br> <a action="bypass -h npc_%objectId%_Quest IceQueensCastleNormalBattle enter">Enter the Ice Queen's Castle.</a><br>
<a action="bypass -h npc_%objectId%_Quest IceQueensCastleHardBattle enter">Enter the Ice Queen's Castle (Hard).</a><br>
<a action="bypass -h Quest Jinia 32781-11.html">"Wait a moment, I'm not ready."</a> <a action="bypass -h Quest Jinia 32781-11.html">"Wait a moment, I'm not ready."</a>
</body></html> </body></html>

View File

@@ -1,4 +1,4 @@
<html><body>Sirra:<br> <html><body>Sirra:<br>
This is the way to the Ice Queen's Throne room, where she awaits. As I've told you, Freya is powerful beyond all comprehension and can destroy you with a mere thought. I keep telling other would-be heroes this, but they keep going anyway. It's actually getting rather fun. But I'm SURE you're different than they were! You shall succeed where they failed. Hahahaha...<br> This is the way to the Ice Queen's Throne room, where she awaits. As I've told you, Freya is powerful beyond all comprehension and can destroy you with a mere thought. I keep telling other would-be heroes this, but they keep going anyway. It's actually getting rather fun. But I'm SURE you're different than they were! You shall succeed where they failed. Hahahaha...<br>
<a action="bypass -h Quest IceQueenCastleUltimateBattle opendoor">Open door</a> <a action="bypass -h Quest IceQueensCastleHardBattle openDoor">Open door</a>
</body></html> </body></html>

View File

@@ -1,4 +1,4 @@
<html><body>Sirra:<br> <html><body>Sirra:<br>
Beyond this door the Ice Queen Freya is making ice sculptures from foolish adventurers. You're not trying to join them, are you? Tsk tsk. The smart ones run screaming about now.<br> Beyond this door the Ice Queen Freya is making ice sculptures from foolish adventurers. You're not trying to join them, are you? Tsk tsk. The smart ones run screaming about now.<br>
<a action="bypass -h Quest IceQueensCastleUltimateBattle portInside">I will go in.</a> <a action="bypass -h Quest IceQueensCastleHardBattle portInside">I will go in.</a>
</body></html> </body></html>

View File

@@ -0,0 +1,3 @@
<html><body>Kegor:<br>
I'd entrust your associate with this mission, but..
</body></html>

View File

@@ -0,0 +1,6 @@
<html><body>Kegor:<br>
Without you, we would have failed. I can't thank you enough.<br>
Freya's last breath will flutter against your blade, I can feel it!<br>
<a action="bypass -h Quest IceQueensCastleHardBattle killFreya">Rest in peace!</a><br>
<a action="bypass -h Quest IceQueensCastleHardBattle 18851-01.html">Can I have a second with you?</a>
</body></html>