Fixed some teleporter XML files.

This commit is contained in:
MobiusDev
2017-11-18 02:06:00 +00:00
parent 579177bb5a
commit 5fbbb2fa22
14 changed files with 141 additions and 132 deletions

View File

@@ -3,7 +3,7 @@ Greetings, seeker of knowledge! Welcome to the Ivory Tower, a venerable reposito
The Ivory Tower consists of several floors, each of which is completely separated from the others. To travel from one floor to another, you must use the services of a gatekeeper like myself.<br>
You are currently standing in the first floor lobby. There is a shopping center in the basement, the Human Mystic Guild is on level 2, the Elven Mystic Guild is on level 3, and the Dark Mystic Guild is on level 4. Where do you wish to go?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_showTeleports">"I want to teleport."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_showTeleports OTHER">"I want to go to another floor."</Button>
<!-- <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport OTHER 4">"I want to teleport outside the Ivory Tower."</Button> -->
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_showTeleports ivory_inside">"I want to go to another floor."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport ivory_outside 0">"I want to teleport outside the Ivory Tower."</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@@ -6,16 +6,14 @@
<location npcStringId="1010013" x="82971" y="53207" z="-1488" feeCount="3700" /> <!-- Town of Oren -->
<location npcStringId="1010020" x="117088" y="76931" z="-2696" feeCount="6800" /> <!-- Hunters Village -->
</teleport>
<teleport type="OTHER">
<teleport name="ivory_inside" type="OTHER">
<location npcStringId="1010016" x="84852" y="15863" z="-4288" feeCount="0" /> <!-- Underground Shopping Area-->
<location npcStringId="1010017" x="85289" y="16225" z="-2800" feeCount="0" /> <!-- 2nd Floor Human Wizard Guild -->
<location npcStringId="1010018" x="85289" y="16225" z="-2288" feeCount="0" /> <!-- 3rd Floor Elven Wizard Guild -->
<location npcStringId="1010019" x="85289" y="16225" z="-1768" feeCount="0" /> <!-- 4th Floor Dark Wizard Guild -->
</teleport>
<!--
<teleport type="OTHER">
<location x="90880" y="12439" z="-4960" /> Outside Ivory Tower
<teleport name="ivory_outside" type="OTHER">
<location x="90880" y="12439" z="-4960" /> <!-- Ivory Tower - Outside -->
</teleport>
-->
</npc>
</list>