Download
(12Kb)
Download
Updated: 05-03-23 02:20 AM
Pictures
File Info
Compatibility:
Embers of Neltharion (10.1.0)
WOTLK Patch (3.4.1)
Classic (1.14.3)
TBC Patch (2.5.4)
Updated:05-03-23 02:20 AM
Created:07-13-10 07:11 AM
Downloads:74,772
Favorites:113
MD5:
Categories:Map, Coords, Compasses, The Burning Crusade Classic, Classic - General, WOTLK Classic

MapCoords (+Classic)  Popular! (More than 5000 hits)

Version: 0.41
by: Jim-Bim [More]

Hello MapCoords User!

Description:

This is an AddOn that shows the cursor & player coordinates on the worldmap.
As of 0.3 it also shows coords below your and your party members portrait.
And since 0.16 it can also show coords below your minimap (optional).
Options to toggle the display of every single label are available.
Options:

0.41 - Fixed issue with minimap
0.40 - Updated TOC Files and small positioning tweaks
0.39 - Updated TOC Files
0.38 - Updated TOC for Patch 10.0 and updated for new Retail UI
0.37 - Fixed issues with BC
0.36 - Updated TOC for Patch 9.0.5
0.35 - Updated TOC for Patch 9.0.2
0.34 - Updated TOC for Patch 9.0.1
0.33 - Updated TOC for Patch 8.3
0.32 - Added Russian localization (thanks Hubbotu!)
0.31 - Fixed issues with Classic
0.30 - Updated TOC for Patch 8.2
0.29 - Updated TOC for Patch 8.1
0.28 - Fixed issues with invalid mapID and invalid mapPos
0.27 - Updated TOC for Patch 8.0 and adjusted API calls for BfA
0.26 - Updated TOC for Patch 7.3
0.25 - Updated TOC for Patch 7.2 and added offset for WorldQuestTracker
0.24 - Updated TOC for Patch 7.1 and fixed dungeon coords/large map strata
0.23 - Updated text strata to be below world quest tooltips
0.22 - Updated TOC for Patch 7.0 and fixed coords in fullscreen worldmap
0.21 - Updated TOC for Patch 6.2
0.20 - Updated TOC for Patch 6.1
0.19 - Optimized coords for world map zoom (scroll wheel)
0.18 - Updated TOC for Patch 6.0 and fixed coords in minimized worldmap
0.17 - Updated TOC for Patch 5.4 and added default settings to options
0.16 - Updated TOC for Patch 5.3 and added minimap coords option
0.15 - Updated TOC for Patch 5.2 and coords of invisible frames are hidden
0.14 - Updated TOC for Patch 5.1
0.13 - Updated TOC for Patch 5.0 and fixed group number
0.12 - Fixed API call error (MoP)
0.11 - Only updated TOC for Patch 4.3
0.10 - Only updated TOC for Patch 4.2
0.9a - Added new coords position for small map modes
0.9 - Updated TOC for Patch 4.1 and movable/minimized map mode fixes
0.8 - Updated TOC for Patch 4.0 and corrected text placement in minimized map
0.7 - Updated TOC for Patch 3.3 and fixed cursor coords for new map modes
0.6 - Only updated TOC for Patch 3.2
0.5 - Added French localization (thanks Mordroba!)
0.4 - Released by Jim-Bim! Highlights: GUI, German translation, changeable decimals
0.33 - Thanks to svarv for the code to display the coord-decimals
0.32 - Added German tooltip in the addon overview and updated TOC
0.3 - Countless TOC Updates by Urmelus
Optional Files (0)


Archived Files (4)
File Name
Version
Size
Author
Date
0.40
12kB
Jim-Bim
05-02-23 02:13 PM
0.39
12kB
Jim-Bim
11-28-22 03:51 PM
0.38
12kB
Jim-Bim
10-27-22 04:59 PM
0.36
9kB
Jim-Bim
04-14-21 03:37 PM


Post A Reply Comment Options
Unread 04-08-20, 04:04 PM  
Bashman
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Exclamation Memory leak?

Wow Classic 1.13.4: MapCoords starts with ~0.5MB memory usage and grows quickly. After ~ half a minute (I don't know if Titan Performance does this) it resets to ~0.5MB and memory growing starts again. And again etc. With all my addons loaded it reaches ~ 20MB until reset.

No lua error. For testing purposes only MapCoords Classic, Titan Panel and Titan Panel Performance loaded, still happening.
Report comment to moderator  
Reply With Quote
Unread 08-30-19, 03:12 PM  
Jim-Bim
A Murloc Raider
 
Jim-Bim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 16
Uploads: 6
Originally Posted by sodez
This add-on is currently bugged in group content and spam the player with "Out of range" errors and "Unknown unit" errors.
Classic? Any lua errors?
__________________
Jim-Bim aka Ascalia Hunter @ EU-Aegwynn
Report comment to moderator  
Reply With Quote
Unread 08-29-19, 04:05 PM  
sodez
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
This add-on is currently bugged in group content and spam the player with "Out of range" errors and "Unknown unit" errors.
Report comment to moderator  
Reply With Quote
Unread 07-18-18, 10:57 AM  
Lonarms
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 30
Uploads: 1
2x Usage: local position = C_Map.GetPlayerMapPosition(uiMapID, unitToken)
[C]: in function `GetPlayerMapPosition'
MapCoords\MapCoords-0.27.lua:403: in function `MapCoordsMiniMap_OnUpdate'
[string "*:OnUpdate"]:1: in function <[string "*:OnUpdate"]:1>

Locals:
(*temporary) = "Usage: local position = C_Map.GetPlayerMapPosition(uiMapID, unitToken)"
Report comment to moderator  
Reply With Quote
Unread 10-19-16, 08:41 AM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Not working with World Quest Tracker

WQT is a must have addon in Legion and every time you update I had to move the map coords position to top left /only free space that is left lol. Maybe you coud offer another position when WQT is enabled or just give an option in the menu?

https://mods.curse.com/addons/wow/world-quest-tracker


This is my edit:
Code:
	if (mapExpanded) then
		MapCoordsWorldMap:SetPoint("BOTTOM", WorldMapFrame, "BOTTOM", 0, 10)
		MapCoordsWorldMap:SetTextColor(GameFontNormal:GetTextColor())
	else
		if(QuestMapFrame:IsVisible()) then
			MapCoordsWorldMap:SetPoint("TOP", WorldMapFrame, "TOP", -345, -5)
		else
			MapCoordsWorldMap:SetPoint("TOP", WorldMapFrame, "TOP", -200, -5)
		end
		MapCoordsWorldMap:SetTextColor(1, 1, 1, 1)
	end
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Report comment to moderator  
Reply With Quote
Unread 09-01-16, 01:58 AM  
sakurakira
A Chromatic Dragonspawn
 
sakurakira's Avatar
AddOn Author - Click to view AddOns

Forum posts: 151
File comments: 60
Uploads: 5
Exactly what I needed, a simple cord addon with some options. Thanks a bunch.
__________________
Arise, my champion!
Report comment to moderator  
Reply With Quote
Unread 08-04-16, 06:12 AM  
melicon
A Deviate Faerie Dragon
 
melicon's Avatar

Forum posts: 10
File comments: 11
Uploads: 0
This is perfect. no need for larger addons just to get this simple thing!!!
Report comment to moderator  
Reply With Quote
Unread 11-01-10, 08:19 AM  
CurtisTheGreat
A Murloc Raider
 
CurtisTheGreat's Avatar
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 200
Uploads: 1
This is perfect. Thanks for doing this.
Report comment to moderator  
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.