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

@@ -33,6 +33,10 @@
<tr>
<td align=center><button action="bypass -h admin_html teleports/OtherLocations/toi.htm" value="Tower of Insolence" width=128 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
<td align=center><button action="bypass -h admin_html teleports/OtherLocations/toinf.htm" value="Tower of Infinitum" width=128 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
</tr>
<tr>
<td align=center><button action="bypass -h admin_move_to -114700 147909 -7715" value="Harnak Underground" width=128 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
<td align=center></td>
</tr></table>
</center>
</body></html>

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>

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,6 @@
<html><body>Second Warp Device of Harnak:<br>
You can move using this Warp Device<br>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 990008">Go to 1st 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,6 @@
<html><body>Harnak's Soul Circle:<br>
You can move using this Warp Device<br>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 990008">Go to 1st underground level</button>
<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 990007">Go outside</button>
</body></html>

View File

@@ -0,0 +1,3 @@
<html><body>Altar of Souls::<br>
To remove the seals needed Harnak Seal Key.<br>
</body></html>

View File

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

View File

@@ -0,0 +1,3 @@
<html><body>Prison of Soul:<br>
To remove the seals needed Harnak Seal Key.<br>
</body></html>

View File

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