Reworked Isle of Souls hunting zone.

Contributed by nasseka.
This commit is contained in:
MobiusDevelopment
2021-11-19 13:22:17 +00:00
parent 502da69f0a
commit 42a1cc7d25
16 changed files with 2574 additions and 38 deletions

View File

@@ -1,7 +1,12 @@
<html><body>Overseer Teleporter:<br>
We will safely send you to our camps.<br>
Where would you like to go?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport OTHER 0">Eastern Camp</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport OTHER 1">Western Camp</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport OTHER 2">Southern Camp</Button>
I can teleport you to any Overseer camp.<br>
Where would you like to teleport?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport OTHER 0">Golden Hills(north)</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport OTHER 1">Golden Hills(south)</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport OTHER 2">Golden Altar</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport OTHER 3"><font color="f96464">Mimir's Altar(Lv. 112)</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport OTHER 4"><font color="f96464">Nornil's Altar(Lv. 112)</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport OTHER 5"><font color="f96464">Isle of Souls Harbor(Lv. 112)</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport OTHER 6"><font color="f96464">Kamael Village(East)(Lv. 112)</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport OTHER 7"><font color="f96464">Kamael Village(South)(Lv. 112)</font></Button>
</body></html>