PDA

View Full Version : x and y cooridnates are reversed for #loc and /loc


haushalter
02-12-2004, 07:53 AM
I noticed that when i do a #loc on a mob, #goto that location and then do a /loc on myself that the x and y coordinates are reversed. Could this be why I have been having problems with my moving mobs disappearing and then walking back from someplace unknown when using all combinations of #grid commands?

Monrezz
02-12-2004, 07:56 AM
Yes, I think it was done intentionally to make it easier but ended up causing more confusion.

I seem to remember it was changed so #loc and /loc will now give the same, should be in the latest CVS.

Monrezz

Windcatcher
02-12-2004, 09:34 AM
The x value should be the north-south value, increasing as you move north. The y value should be the east-west value, increasing as you move west. Therefore, the smallest x and y values are to the southeast and the largest values are to the northwest. At least, this is how .WLD files are coded.

Basically, EQ uses a "right-handed" coordinate system. Take your right hand and extend your forefinger, middle finger, and thumb at right angles to each other (forefinger pointing away from you, middle finger pointing to your left, and thumb pointing up). Your forefinger would represent the x axis, your middle finger the y axis, and your thumb the z axis. Your forefinger would be pointing north, your middle finger pointing west, and your thumb pointing up.

Wind

samandhi
02-12-2004, 10:11 AM
Good analogy Wind... :) I always forget myself what coord. is what.. That will help me remember tremendously.

Lurker_005
02-12-2004, 05:29 PM
:twisted: And just to confuse everyone, I'll point out that the OOT zone is all screwed up. The whole thing is rotated 180 degrees.

This is ONLY in OOT that I know of.