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.
@Hitcher I agree 100%! Are you running a live server using MyExt64 or just experimenting? I'm currently creating my IDA db's so i can start adding more stuff into the extender.
I don't understand why you are so offended and aggressive, who allowed you to disrespect me or call me in any way? Did I insulted you? You act like a angry kid, grow up boy.
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.