• Runes of Magic Addons
  • Runes of Magic
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Minimap Wheel Zoom

 

Project Updated:
Files Updated: Wed, Feb 18 2009
Supports Game Version: 1810
Category: Map & Minimap
Tags:

[Edit Tags]

Project Manager: ibuffyou
Additional Authors: No additional authors
Current Version: MinimapWheelZoom2
License: Public Domain
Development Site: CurseForge
Avg Daily DL (last 30 days): 21
Downloads Total: 3,648
Favorites: 16
Comments: 6
  • Curse Giveaways
  • Alganon

    Alganon

    Alganon Open Beta Key Giveaway Alganon is an upcoming fantasy-based MMORPG that allows thousands of people to play together in a virtual world that features a rich history dominated by commanding deities...

    Get Key

  • Contests
  • About Minimap Wheel Zoom
  •  

This allows you to zoom in and out of the minimap easily with the simple use of your mouse's scroll wheel.

  • Downloads (2)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Minimap Wheel Zoom MinimapWheelZoom2 Beta 1810 3,567 2/18/2009
  Minimap Wheel Zoom MinimapWheelZoom01.zip Beta 1810 81 2/15/2009
  • 1 page(s)
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Ok addon but on logon my minimap defaults to max zoom out and returns to whatever it was last time if I scroll up or down. This has to be done every time.

    Without this installed the client keeps the last zoom position properly.

    Any way to fix this?

    Reply Report Permalink
  • nbanyan said

    Nice add.
    One thing though. The scaling of the minimap spams the DEFAULT_CHAT_FRAME with "Minimap scale set to ..." messages

    From looking at the code for the ChatFilter addon I found that if you add

    function DEFAULT_CHAT_FRAME:AddMessage(message, r, g, b)
    if (string.sub(message, 0, 13) == "Minimap scale") then
    return;
    end
    DEFAULT_CHAT_FRAME:AddMessage(message, r, g, b);
    end;

    to the lua file, it blocks the Minimap scale messages.

    Looking at it, it logically should result in an infinite loop due to recursion (the function calling itself) but it I think recursion is probably disabled.

    Reply Report Permalink
  • nbanyan said

    The problem with this is that it could cause any other mod that overrides the DEFAULT_CHAT_FRAME:AddMessage to not work as expected.

    Since I use ChatFilter, I instead added the

    if (string.sub(message, 0, 13) == "Minimap scale") then
    return;
    end

    to the start of ChatFilter's DEFAULT_CHAT_FRAME:AddMessage function.

    This code basicly says that if a message starts with "Minimap scale" to not display it. This doesn't interfere with player chat since all player messages start with the players name.

    Reply Report Permalink
  • Zilver_EU said

    Just a quick question, when you use this addon, will you still be able to "ping" the minimap?

    I created this feature in MoveableMinimap, but had to move the "ping" feature to the overlay too, so just courious...

    Reply Report Permalink
  • ZsZso said

    Nice job! Simple but useful. I checked your code ... nice trick ;).

    Reply Report Permalink
  • TheGooch said

    Nice job. Clean and simple. I like it.

    Reply Report Permalink
  • Kenze said

    nice. i wish somehting similar could be added to scroll the chat window with the mouse wheel

    Reply Report Permalink
  • ZsZso said

    I tried to create something like that, but it's not that simple :(.

    Reply Report Permalink
  • 1 page(s)
  • Similar Addons
  •  

Average downloads per day

  1. 527 WoWMap Map & Minimap
  2. 356 yGather - Gatherers Map Map & Minimap, Auction & Economy...
  3. 324 Advanced Quest Book Quests & Leveling, and Map...
  4. 141 XBar II Action Bars, Artwork, Map...
  5. 130 AddonManager Map & Minimap, and Development...