Dead Men Walking

Old Server Admin Section => SOG Archive => SOG War Room => Silver Oak Guardians => Archived Topics => The Clean Up => Topic started by: Andin on October 12, 2006, 03:17:28 PM

Title: "whats the coord?"
Post by: Andin on October 12, 2006, 03:17:28 PM
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)
Title: "whats the coord?"
Post by: TeaLeaf on October 12, 2006, 03:35:28 PM
Useful, but if you're running something like Titan Bar then it is already displayed.

TL.
Title: "whats the coord?"
Post by: Bastet on October 13, 2006, 07:48:16 AM
not everyone runs mods that displays coords though :smile:
Title: "whats the coord?"
Post by: sheepy on October 13, 2006, 09:38:47 AM
IMO titan bar is such a valuable tool and it takes up such little room
Title: "whats the coord?"
Post by: Luminance on October 13, 2006, 10:19:16 AM
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
Title: "whats the coord?"
Post by: Sebas on October 13, 2006, 12:10:45 PM
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
Title: "whats the coord?"
Post by: Gorion on October 13, 2006, 05:16:13 PM
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() ))
Title: "whats the coord?"
Post by: noevra on October 17, 2006, 10:06:01 AM
gorion.... you are a dwarf geek you know that:roflmao: