L2JMobius

Free Users => Shares/Contributions => Topic started by: Naker on July 06, 2021, 02:25:47 PM

Title: fixed some teleports
Post by: Naker on July 06, 2021, 02:25:47 PM
Hello everyone, it is not something very complex or difficult to change but it may help someone not to spend time reviewing all the teleports.


The first is the Forgotten Island that leaves you in the middle of the island, with this modification it leaves you on the ramp (without any mob nearby) which should favor the charge of the character when using the teleport.
Find this folder and archive
...\game\data\teleporters\others\ForgottenIsland.xml
and change the code for this (only the coordinates of the teleport are modified)
Code: [Select]
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/teleporterData.xsd">
<npc id="34040">
<teleport type="OTHER">
<location x="9240" y="-21605" z="-3584" />
</teleport>
</npc>
</list>
The second is Eastern Mining Zone the native location of this teleport throws it into a vacuum with this new location that problem is solved.

...\game\data\TeleportListData.xml
finde the line 66 and change for this
Code: [Select]
<teleport id="146" x="169008" y="-208272" z="-3496" price="1650" /> <!-- Eastern Mining Zone -->