Harnak Underground spawns.

Contributed by hlwrave.
This commit is contained in:
MobiusDev
2016-02-08 21:38:56 +00:00
parent 09a943f0df
commit 710c8ebd6b
13 changed files with 272 additions and 30 deletions

View File

@@ -0,0 +1,6 @@
<html><body>First Warp Device of Harnak:<br>
You can move using this Warp Device<br>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 990005">Go to 2nd underground level</button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 990006">Go to 3rd underground level</button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 990007">Go outside</button>
</body></html>

View File

@@ -0,0 +1,4 @@
<html><body>Altar of Souls:<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 0">Go to the previous room</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">Go into the next room</button>
</body></html>