Teleport

This function returns a tuple with the necessary data to use a teleporter.

Usage

get_teleport_data('Jangan', 'Donwhang')

Source or destination can be the NPC name, location name, or the server name.

Returns

None if the data could not be found or a tuple with the necessary data to use a teleporter.

(1, 2)

The second value in the tuple is all you need. You must select the NPC or teleporter and send the teleport code to the server. This command will not send any packets.

Last updated