Mappy

About Mappy

Mappy is a minimap addon which changes the standard round minimap into a square minimap. In addition, it adds these features to the minimap:

  • Automatic layout of addon buttons
  • Zooming in and out with the mouse wheel
  • Combat alpha setting
  • Save and load profiles (size, position, settings, etc.)
  • Flashing nodes for better visibility (off by default)

Recent Changes

2.3 Changes

  • FEATURE: Large minimap node size

2.2.6 Changes

  • FEATURE: Bumped .toc for patch 3.2 (no compatibility issues found)

2.2.5 Changes

  • BUGFIX: Fixed QuestHelper support so that QH icons don't end up behind the minimap

2.2.4 Changes

  • BUGFIX: Adjusted mirrored player arrow to avoid ghosting
  • BUGFIX: Mirrored player arrow fades out as minimap (and normal player arrow) fade in

You must login to post a comment. Don't have an account? Register to get one!

  • 3 comments
  • Avatar of shinchih2001 shinchih2001 Fri, 06 Nov 2009 01:51:41

    that's great addon but i got a problem how can i just move the minimap frame but keep buff frame not move

  • Avatar of Mundocani Mundocani Sun, 17 Aug 2008 20:42:29

    Ah, I see the problem I think. Blizzard must not be creating that TimeManagerClockButton frame unless you've got the option to show it turned on in their UI and Mappy barfs when it doesn't find it.

    I believe the fix is to find those lines you mentioned, which look like this

        TimeManagerClockButton:ClearAllPoints()
        TimeManagerClockButton:SetPoint("CENTER", Minimap, "BOTTOM")
        TimeManagerClockButton:SetFrameLevel(10)
    

    and change them to this

        if TimeManagerClockButton then
            TimeManagerClockButton:ClearAllPoints()
            TimeManagerClockButton:SetPoint("CENTER", Minimap, "BOTTOM")
            TimeManagerClockButton:SetFrameLevel(10)
        end
    


    I'll verify this and then post 2.0b4 later on (sorry for the rapid double-update, I just didn't realize there was a trivial bug lurking in there)

  • Avatar of Mundocani Mundocani Sun, 17 Aug 2008 20:35:36

    I don't think Curse causes the date to change when doing description edits just to drive traffic, I suspect they're trying to make it a sort of "last modified" date for the whole addon so that if an author adds something important to the description then you'll notice it.

    Of course, I imagine their ad revenue is a string motivator for them, wish they gave me some of that pie ;)

  • 3 comments

Facts

Date created
22 Feb 2007
Categories
Last update
23 Jan 2010
Development stage
Release
Language
  • enUS
License
All Rights Reserved
Curse link
Mappy
Recent files
  • B: 3.0b1 for 3.3.0 on 23 Jan 2010
  • R: 2.4.2 for 3.3.0 on 09 Dec 2009
  • R: 2.4.1 for 3.3.0 on 09 Dec 2009
  • R: 2.4 for 3.3.0 on 08 Dec 2009
  • R: 2.3 for 3.2.0 on 08 Aug 2009

Authors