Lineage 2 Tower Forum

Full Version: Problem with teleport
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
    LUA Programming
MoveTo(-116779, 46568, 373, moveDistance);
TargetNpc("Teleport Device", 32163);
MoveTo(-116779, 46568, 373, moveDistance);
Talk();
ClickAndWait("teleport_request", "\"Uh, can I teleport?\"");
--ClickText("F;1010655"); -- Tele to Kamael Village (code 1)
ClickAndWait("teleport_4807232784_9_57_1209026848_1", "F;1010655");-- Tele to Kamael Village , server Shilen (code 2)
WaitForTeleport();



I have a problem with teleport. I want to teleport from Kamael Village to SH3. I use .recstart in game.
When i use code 1 ( ClickText("F;1010655")Wink , i tele to Gludio.
When i use code 2 , on server Shilen ,i teleport to SH3 .On server Chronos, i teleport to Gludio.

Please help !!! Thanks.
Reference URL's