• Warhammer Online Addons
  • Warhammer Online
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Minmap

 

Project Updated:
Files Updated: Sat, Sep 5 2009
Supports Game Version: 1.3.1
Category: Map & Minimap
Tags:

[Edit Tags]

Project Manager: Crestor
Additional Authors: Adalyn
Current Version: v1.2.2
License: MIT License
Development Site: CurseForge
Avg Daily DL (last 30 days): 17
Downloads Total: 22,021
Favorites: 155
Comments: 89
  • About Minmap
  •  

Minmap

Information

Square Minimap, Mousewheel zooming, saves zoom level.

Alrighty, lets start explaining things.

I have tried to do away with as much crap as possible. Mostly everything is based off of the single WAR logo now:

  • Left click: Scenario queue Window
  • Right click: Map Pin Filter Window
  • Middle click: Answers a rally call


when queued for a scenario, mousing over the WAR logo will show you what scenarios you are queued for, click the scenario will cause you to leave that queue.

when in a scenario:

  • Left click: Shows scenario summary.
  • Right click: Shows scenario groups.
  • Downloads (6)
  •  
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  
  Minmap v1.2.2 Release 1.3.1 1,536 9/5/2009
  Minmap v1.2.1 Release 1.3.1 1,149 8/20/2009
  Minmap v1.2 Release 1.3 1,583 7/21/2009
  Minmap v1.1 Release 1.3 38 7/21/2009
  Minmap v1.0 Release 1.1.1 7,450 3/4/2009
  • Screenshots (3)
  •  
  • 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.
  • This mod keeps producing a "!Loading" warning because of an error within the addon. I can make the warning vanish if I stop displaying the compass. The bug and the compass seem to be related perhaps.

    The only other effect I have seen since the warning appeared is warband members and party members no longer show up on the large map.

    Let me know if you need me to answer some questions to help you find the issue. Many thanks for your hard work!

    Reply Report Permalink
  • Crestor said 

    I tried to reproduce this but I couldn't produce any error message or some sort of strange behavior.
    It would be nice if you would open a ticket (on curseforge) for that bug.
    What additional information do I need ?
    Basically everything that helps me reproducing this bug,
    i.e. what compass do you mean ?
    The world map has nothing todo with the Minmap could there be other reasons ?
    Could you provide me with errormessages ?

    Anyway, big thanks for reporting Bugs!

    Reply Report Permalink
  • Im sorry. The bug is for MiniMapMonster. It is fine when I first start the game, but when I zone, I then go into Manage Addons and look down the list and MinMapMonster is flagged as having errors.
    Sorry for the confusion; the names are similar so I got a bit confused.

    Reply Report Permalink
  • Immo13 said 

    awesome.
    i really appreciate your way of fixing bugs so quickly!

    Reply Report Permalink
  • Crestor said 

    with v.1.2.2 this problem should be fixed
    The fix took so long because I needed some Scenarios popping
    until I figured out what it was.

    Reply Report Permalink
  • Immo13 said 

    in scnearios the hotkey for the scenario stats (usually "^") does not work.
    the windom simply wont open. no error message at all...
    besides that: great addon

    Reply Report Permalink
  • Crestor said 

    Ok, tested it and I have the same problem
    it seems it has something to do with 1.3.1
    I will try get a fix out in the next few days

    Reply Report Permalink
  • Crestor said 

    I just got into the Minmap project as a Maintainer.
    The version 1.1 was written by me and contains alot of bugfixes.
    If you find any Bugs plaese let me know.
    I dont care if the Bugs are old or new, just leave a comment or a ticket.

    Your new Maintainer Crestor

    Reply Report Permalink
  • Glad to see this one being updated again.

    Couple of things:
    1). Clicking the scenario button to queue for scenarios no longer works in the latest version. The window doesn't show and an error is thrown to to the debug log.

    The issue is that Minmap.OnJoinAScenario() is broadcasting an old (pre-1.3) nonexistent event (SystemData.Events.INTERACT_SELECT_SCENARIO_QUEUE_LIST).

    To fix: simply change line #345 to: BroadcastEvent( SystemData.Events.INTERACT_SHOW_SCENARIO_QUEUE_LIST )

    2). The method MinMap.OnJoinAScenario() is duplicated twice. The first copy appears at line #339 the next copy appears at line #349. Need to remove one of these in order for the above fix to properly work.

    Reply Report Permalink
  • Crestor said 

    Thanks for the reply
    it seems that an old version was packed up for curse
    try the new packed one
    (I fixed all this already ...)

    Reply Report Permalink
  • Berzerka said 

    This was the best square map mod for ages.

    Sadly now, it's to broken, even with the scenario button fix, and the location fix it no longer works for me.

    Using Cmap in the meantime.

    Reply Report Permalink
  • Llnk said 

    Left clicking on the war icon no longer brings up scenario join options.

    Reply Report Permalink
  • p0ft said 

    The fix is quite simple you only need to change 2 lines of code in your "core.lua" file inside the zmm folder in /interface/addons/

    In line 362 and 372 change SystemData.Events.INTERACT_SELECT_SCENARIO_QUEUE_LIST to SystemData.Events.INTERACT_SHOW_SCENARIO_QUEUE_LIST

    if your editor of choice doesn't support line marking, just search and replace.

    If you are not comfortable editing code just download the addon fixed here: http://www.zshare.net/download/614794713f181aea/

    This change is needed cause Mythic changed the way scenario queues are handled.

    Reply Report Permalink
  • Sentack said 

    Someone needs to update this addon, or branch it for new features. Thanks for identifying the bug and posting a fix, by the way.

    Reply Report Permalink
  • did this fix break again with the 2nd hotfix for today that just went up now? it stopped working for me...grumble grumble

    Reply Report Permalink
  • Didz said 

    Can't get the map to stay where I out it. Whenever I log on I find its re-located to the top left corner of the screen. Tried reinstalling from the latest version but that didn't change anything. Tried the edits to the Core.Lua but that just caused it to disappear altogether. Had a look in the save variables file as suggested by Gabbon but I don't have the anchor statement he found in my variables.

    So, guess its back to the standard mini-map for me.

    Reply Report Permalink
  • gabbon said 

    When I tried to apply this fix I got the same bug as Kyder so I started to look around. In my SavedVariables.lua for MinMap I found this:
    anchor =
    {
    y = 0,
    x = 0.#QNAN,
    },
    So I simply removed the .#QNAN, saved the file and restarted the game and voila, it works again.

    Reply Report Permalink
  • Kyder said 

    Inserting that code did not work for me and the map doesn't even show up now. =/

    Could you host the file somewhere so we can swap out the new with the old.


    Or maybe actually get this fix published. =/

    Reply Report Permalink
  • Daede said 

    http://www.warhammeralliance.com/forums/showpost.php?p=3951282&postcount=59

    There is a LINK in that post to an actual ZIP FILE with the patch already applied.

    Steps:
    1) DELETE WAR\Interface\AddOns\zmm
    2) DELETE WAR\User\Settings\Your_Server\Your_Toon\Your_Toon\Minmap
    3) UNZIP Crestor's zip file to WAR\Interface\AddOns (will create folder zmm)
    4) Start Warhammer Online.
    5) When you login, you will get the message saying you haven't used Minmap. Click Re-enable. Put a dot next to Minmap and click Ok. Answer Yes to the reload question.
    6) EXIT and RESTART Warhammer.

    Your minimap will show up (and will save it's position).

    PS: If the code below did not work for you, then you did it wrong.
    PPS: The code on WHA can't be copied into an addon, apparently. Something about special characters.

    Reply Report Permalink
  • Dalsie said 

    Read the thread on WHA aswell...
    Confirmed to work, thank you to all parties involved.

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 75 QuestTrackerHelper Quests & Leveling, and Map...
  2. 29 CustomMap Map & Minimap
  3. 24 Map Monster Map & Minimap, and Development...
  4. 21 RealmStatus PvP, Combat, and Map & Minimap
  5. 18 WARCommander Chat & Communication, Combat...