Z axis command

thorpa

New member
Joined
Feb 21, 2010
Messages
31
Reaction score
0
Points
0
Age
40
is there a cmd to match your Z axis location with a targets?

Or possibly even within a certian range? say like +1

i keep ending up being way above but directly infront of my target if they're say in the water or on a cliff ill be just below it
 
Wow thanks didnt think it would be that easy =D
 
/zwarp doesnt match your with your targets

you need to do /warp loc ${Target.Y} ${Target.X} ${Target.Z}

or add in ${Math.Calc[${Target.Z}+1]}

You can do a lot of combinations actually

/warp loc ${Me.Y} ${Me.X} ${Target.Z}
Your Y X but target Z axis

/setgrav 0 will also help at times
 
JJ, how would you add in the math calc thingy?




BB
 
would be something like

Code:
/warp loc ${Math.Calc[${Target.Y}+1]}  ${Math.Calc[${Target.X}+1]}  ${Math.Calc[${Target.Z}+1]}

this would add 1 to every figure Y X Z, to give you an idea.
 
Awsome man, thanks a bunch.



BB
 
I believe you could set up an alias for this, like /warpz or something, for times when you wanted to use it without having to type out everything or if you don't want to have a hotkey with all that.