Log in

View Full Version : Walk through Teleport x,y,z



Vinnie
07-22-2012, 18:21
Anyone know how to make your character go through a teleport?

I tried move x,y,z but that did'nt work....

Any help is appreciated

Vinnie
07-22-2012, 20:43
I found something that might work:


sayMessage exiva turbo

Force run in current direction...Not sure if it's safe or even if it still work's will find out soon enough.

Work's for what i need it for....thank's everyone for the fast response haha....

tytrydsdf
07-24-2012, 03:07
Anyone know how to make your character go through a teleport?

I tried move x,y,z but that did'nt work....

Any help is appreciated
it should work with move x,y,z but you have add position of teleport. Just go 1sqm near tp and press "move current x,y,z"
then
if tp is to the east from you of you add +1 to x
if tp from the west of you add -1 to x
if tp is to the north from you add -1 to y
if tp is to the south from you add +1 to y

if that doesnt work

use commands:
exiva > 01 00 65 for walk 1sqm north
exiva > 01 00 67 for walk 1sqm south
exiva > 01 00 68 for walk 1sqm west
exiva > 01 00 66 for walk 1sqm east

Vinnie
07-24-2012, 12:15
sayMessage exiva turbo

This command work's fine...Thank's for commenting.