make this a macro, and find out whats ur posision is:
/script px,py=GetPlayerMapPosition("player")
/script DEFAULT_CHAT_FRAME:AddMessage(format("[%s]%i, %i",GetZoneText(),px*100,py*100));
Then click, and it stad what possion u are in (exp 22.13)
Useful, but if you're running something like Titan Bar then it is already displayed.
TL.
not everyone runs mods that displays coords though :smile:
IMO titan bar is such a valuable tool and it takes up such little room
Quote from: sheepy;156255IMO titan bar is such a valuable tool and it takes up such little room
used it for months, but it got disabled last patch, haven't even noticed it was there till i looked at how much durabillity i had :P
Quote from: sheepy;156255IMO Fubar is such a valuable tool and it takes up such little room
Ace2 enhanced mods beat the normal ones :boxing: Much lighter for your PC and thus keeping your framerate somewaht decent
Quote from: Andin;156053make this a macro, and find out whats ur posision is:
/script px,py=GetPlayerMapPosition("player")
/script DEFAULT_CHAT_FRAME:AddMessage(format("[%s]%i, %i",GetZoneText(),px*100,py*100));
Then click, and it stad what possion u are in (exp 22.13)
hmm, looks bloody close the the one i use..
/script local px, py= GetPlayerMapPosition( "player" ) DEFAULT_CHAT_FRAME:AddMessage(string.format( "(%s, %s) %s", floor(px * 100 + 0.5), floor(py * 100 + 0.5), GetZoneText() ))
gorion.... you are a dwarf geek you know that:roflmao: