Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TeleporterRegions.xml missing exit from Despise Trammel #5010

Open
Lexshmyr opened this issue May 15, 2022 · 1 comment
Open

TeleporterRegions.xml missing exit from Despise Trammel #5010

Lexshmyr opened this issue May 15, 2022 · 1 comment

Comments

@Lexshmyr
Copy link

Trammel Despise allows entry to the dungeon, but not allowing exit by walking.

The file ./Data/TeleporterRegions.xml is missing content for leaving the dungeon through the main entrance/exit. There are builds where TeleporterRegions.xml was included (pub 57/57.1 and 58) while the former method

I modified the file to add the following entry ahead of entrance code.
(New entry to allow exit from Despise to Trammel:)

    <Teleporter>
           <tiles from="(5588, 632, 30)" frommap="Trammel" to="(1296, 1082, 0)" tomap="Trammel" />
           <tiles from="(5588, 631, 30)" frommap="Trammel" to="(1296, 1081, 0)" tomap="Trammel" />
           <tiles from="(5588, 630, 30)" frommap="Trammel" to="(1296, 1080, 0)" tomap="Trammel" />
   </Teleporter>

This is the Despise Entrance code and adding the above entry makes sense in proximity to this part:

   <Teleporter>
           <tiles from="(1296, 1082, 0)" frommap="Trammel" to="(5588, 632, 30)" tomap="Trammel" />
           <tiles from="(1296, 1081, 0)" frommap="Trammel" to="(5588, 631, 30)" tomap="Trammel" />
           <tiles from="(1296, 1080, 0)" frommap="Trammel" to="(5588, 630, 30)" tomap="Trammel" />
   </Teleporter>

TeleporterRegions.txt

The attached file has the extension ".txt" because it won't allow dropping ".xml" file as an extension, so if you decide to just grab that file, you will have to rename it's extension.
The TeleporterRegions.xml file resides in the base ServUO directory under /Data

@TrueUO
Copy link

TrueUO commented Jun 12, 2022

https://github.com/ServUO/ServUO/blob/master/Scripts/Items/Internal/DespiseTeleporter.cs

The problem with this, and why it may be missing in the first place, is the exit teleporters need to be DespiseTeleporters to prevent people from leaving the dungeon with their Despise creatures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants