Updated Primeval Island and added missing spawns to Storm Island.

Contributed by Edoo.
This commit is contained in:
MobiusDevelopment
2020-01-19 11:08:39 +00:00
parent e921e0b0c5
commit 7d7081c138
13 changed files with 930 additions and 1153 deletions

View File

@@ -0,0 +1,3 @@
<html><body>Expedition Guard:<br>
There are many dangerous monsters outside the camps. Don't let your guard down.
</body></html>

View File

@@ -0,0 +1,8 @@
<html><body>Expedition 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>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport OTHER 3">Northern Camp</Button>
</body></html>