View Single Post
  #8  
Old 04-30-2004, 03:49 AM
Gonkers
Sarnak
 
Join Date: Mar 2004
Posts: 65
Default

Let's say a location in Everquest is -15.00, 25.10, 9.00

So you end up typing #goto -15.00 25.10 9.00

Now the trick is to flip around the first and second number so you appear in the correct place.

For example

#goto 25.10 -15.00 9.00

If you're using #zone cshome <loc> you would do

#zone cshome -15.00 25.10 9.00