Download
(954 b)
Download
Updated: 11-01-08 07:14 PM
Updated:11-01-08 07:14 PM
Created:unknown
Downloads:8,588
Favorites:75
MD5:

tekMapEnhancer  Popular! (More than 5000 hits)

Version: 3.0.2.2-Release
by: Tekkub [More]

tekMapEnhancer is a tiny addon designed to make the WorldMap a bit better. It does a few things:

  • Scale down the map a bit
  • Remove the "blackout" behind the map so you can interact with the world
  • Allow you to use the chat editbox while the map is open
Links

Visit my site for more great addons
Please report all bugs and feature requests to my Github tracker
Alpha builds can be found on GitHub.
Please direct all feedback and questions to my Google Groups mailinglist

4.1.0.3-Beta
Fix if map is displayed before addon loads
Fix issues after toggling to smaller map mode

3.0.2.2-Release
Typos suck too
Beta Files (1)
File Name
Version
Hits
Size
Author
Date
4.1.0.3-Beta
992
1kB
Tekkub
05-14-11 09:36 PM


Optional Files (0)


Post A Reply Comment Options
Unread 11-22-12, 08:11 PM  
Clamsoda
A Frostmaul Preserver

Forum posts: 269
File comments: 35
Uploads: 0
Fixes for 5.0.4

At some point, Blizzard added the ability to minimize and maximize the WorldMap, and if you make use of this feature, you will notice tekMapEnhancer acting strangely. Below is a fix that will return this add on to working state. Replace the entire tekMapEnhancer.lua code with the posted code.

Lua Code:
  1. UIPanelWindows["WorldMapFrame"] = {area = "center", pushable = 9}
  2.  
  3. hooksecurefunc(WorldMapFrame, "Show", function(self)
  4.     self:SetScale(0.75)
  5.     self:EnableKeyboard(false)
  6.     self:EnableMouse(false)
  7.     BlackoutWorld:Hide()
  8. end)
  9.  
  10. hooksecurefunc("WorldMap_ToggleSizeUp", function(self)
  11.     UIPanelWindows["WorldMapFrame"] = {area = "center", pushable = 9}
  12.     WorldMapFrame:SetAttribute("UIPanelLayout-defined", nil)
  13. end)
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.