Addition of missing dialog and teleport for Arisha (31698).

Contributed by nedixtv.
This commit is contained in:
MobiusDevelopment 2024-10-17 10:45:28 +03:00
parent 7e454eb780
commit 63c6e305b2
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<html><body>Gatekeeper Arisha:<br>
I'm sorry. Even though you only want to move a short distance, the rules of the guild forbid me from letting you use the gate of time and space.
</body></html>

View File

@ -0,0 +1,8 @@
<html><body>Gatekeeper Arisha:<br>
The Rune Township is very different from other villages of Elmore. For one thing, it is quite a bit larger than other villages. In fact, it's so huge that the structure of the village itself is divided into upper and lower levels! Therefore, people within the village have access to other parts of the village through the gate of time and space.<br>
Now, would you like to visit the town's library?<br>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_showTeleports">Teleport</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest TeleportToRaceTrack" msg="811;Monster Race Track">Teleport to the Monster Arena and the Monster Race Track (Free)</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Link default/BlessingOfProtection.htm"><font color="LEVEL">Ask for a Blessing of Protection</font></Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/teleporterData.xsd">
<npc id="31698"> <!-- Arisha -->
<teleport type="NORMAL">
<!-- Interlude - C6 -->
<location npcStringId="1010493" x="38386" y="-48162" z="-1156" feeCount="150" /> <!-- Town of Rune Guild -->
</teleport>
</npc>
</list>