1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-06 15:33:00 +00:00

NPC Chatting

Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
2011-05-25 02:38:15 -03:00
parent ad6a2e89d2
commit 7033518023
21 changed files with 613 additions and 75 deletions

10
data/teleports.xml Normal file
View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<teleports xsi:noNamespaceSchemaLocation="teleports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<teleport id="TOWN_OF_GLUDIO" name="The Town of Gludio">
<coordinate x="-12787" y="122779" z="-3112" />
</teleport>
<teleport id="ELVEN_FOREST" name="Elven Forest">
<coordinate x="21362" y="51122" z="-3688" />
</teleport>
</teleports>