Hello, I wanted to know how I can save a coordinate, because on my tvt when the event ends I'm teleported to giran I would like to know how I can get where I was
This instead of putting me where I was, leaves me in the same place after the event ends.
int[] playerCoordinates = new int[]
{
player.getPosition().getX(),
player.getPosition().getY(),
player.getPosition().getZ(),
player.getPosition().getHeading()
};
new EventTeleporter(player, playerCoordinates, false);
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Lineage II Classic Einhovant new project is looking for a skilled Java Developer to join our team!
If you're passionate about game development and eager to contribute to this project, we'd love to hear from you.
For more details, feel free to send us a message. Let’s create something amazing together!
Question
l2jkain
Hello, I wanted to know how I can save a coordinate, because on my tvt when the event ends I'm teleported to giran I would like to know how I can get where I was
This instead of putting me where I was, leaves me in the same place after the event ends.
20 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.