WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Help/Support (https://www.wowinterface.com/forums/forumdisplay.php?f=3)
-   -   help with map's (https://www.wowinterface.com/forums/showthread.php?t=1619)

cristian 09-09-05 08:56 PM

help with map's
 
Which mod or addon do i need to be able to read cordinates on my mao or something ??? plz.

Cairenn 09-09-05 09:21 PM

There are a number of addons that allow for map coordinates. Do you have any mods already?

cristian 09-09-05 09:38 PM

Quote:

Originally Posted by Cairenn
There are a number of addons that allow for map coordinates. Do you have any mods already?

man i dont know i am a bit new on this of the mods n addons can u like explain me a bit what i need to download then what to do n how does the the thing works plz ?

Cairenn 09-09-05 09:48 PM

Okay, I can presume from that, that you don't already have any.

Tell you what, I'm going to link 3 different map mods for you to look at. Pick the one you like

Map Notes
Titan Panel
CT_MapMod (make sure you pick just the map mod, you don't need everything else from on that page)

After you decide which one you like and want to use, download it, then go to the FAQ link on the bar up above. There are instructions listed there telling you how to install the mod you pick.

Littlejohn 09-10-05 09:42 AM

Gatherer shows coordinates on the big map.

You don't actually need a mod to show the coordinates of your current player position -- it's a pretty simple macro:

/script DEFAULT_CHAT_FRAME:AddMessage(string.format("%.2f , %.2f", GetPlayerMapPosition("player")))

Littlejohn 09-10-05 09:47 AM

Whoops, on second thought, I don't think that will work. (Can't remember if Lua returns multiple values when called in list context.) The following should work:

/script local x,y=GetPlayerMapPosition("player"); DEFAULT_CHAT_FRAME:AddMessage(string.format("%d , %d", x*100, y*100))

Make sure to type it all on one line in the macro editing window (it's ok if the line wraps around, just don't hit enter).


All times are GMT -6. The time now is 01:55 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI