Addon Information
Works with 3.3
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Author:
Version:
1.0
Date:
12-10-2009 12:20 AM
Size:
4.76 Kb
Downloads:
11,496
Favorites:
72
MD5:
Pictures
Coordinates displayed on the Minimap.
MapCoords   Popular! (More than 5000 hits)
Mapcoords is a simple AddOn to display your current coordinates on the minimap.


-=NOTICE=-
As of March 19th, 2010, my WoW account will be suspended indefinitely.
I'm no longer able to afford to keep it running at this time.
If anyone wants to pick up the project or send a donation, be my guest.
PayPal donations are accepted.

  Optional Files - MapCoords
Sorry, there are currently no optional files available.
  Comments - MapCoords
Post A Reply Comment Options
Old 12-12-2009, 06:40 PM  
SDPhantom
A Theradrim Guardian
 
SDPhantom's Avatar
Interface Author - Click to view interfaces

Forum posts: 68
File comments: 13
Uploads: 7
Quote:
Originally posted by Ash-rak
Some Changes that i have made. I think it looks better.

Original:
MapCoordsMinimapText:SetPoint("TOP",Minimap,"TOP",0,-16);
Changed:
MapCoordsMinimapText:SetPoint("BOTTOM",Minimap,"BOTTOM",0,12);

Original:
MapCoordsMinimapText:SetText(string.format("%0.2f,%0.2f",x*100,y*100));
Changed:
MapCoordsMinimapText:SetText(string.format("%0d,%0d",x*100,y*100));

Hidiho Althena of Wrathbringer
The first one was just a matter of personal preference.
I stuck it wherever it would be out of the way and didn't look too cluttered.
Everyone is free to change it to wherever they wish to have it.

The second one was to include the decimal precision to some point. A lot of the older coordinate addons have no decimal precision while some newer ones only have it to 1 place. The example original code displays a decimal precision of 2 places which is adequate enough to measure a character's movement down to a single step. Adjusting this precision is as easy as changing the "2" in "%0.2f" to how many decimal places you want it to display.
__________________
Quote:
Pray that there's intelligent life somewhere up in space 'cause there's bugger all down here on Earth.
-Monty Python: The Meaning of Life
SDPhantom is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-11-2009, 07:46 AM  
Ash-rak
A Kobold Labourer
 
Ash-rak's Avatar

Forum posts: 0
File comments: 7
Uploads: 0
Some Changes that i have made. I think it looks better.

Original:
MapCoordsMinimapText:SetPoint("TOP",Minimap,"TOP",0,-16);
Changed:
MapCoordsMinimapText:SetPoint("BOTTOM",Minimap,"BOTTOM",0,12);

Original:
MapCoordsMinimapText:SetText(string.format("%0.2f,%0.2f",x*100,y*100));
Changed:
MapCoordsMinimapText:SetText(string.format("%0d,%0d",x*100,y*100));

Hidiho Althena of Wrathbringer
__________________
Ash-rak is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.