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);
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
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now