• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

MinimapTarget

 
Project Updated:
Files Updated: Thu, Jun 4 2009
Supports Game Version: 3.1.0
Category: Map & Minimap
Tags:

[Edit Tags]

Project Manager: Adirelle
Additional Authors: No additional authors
Current Version: v1.5
License: GNU General Public License version 2 (GPLv2)
Development Site: WowAce.com
Avg Daily DL (last 30 days): 4
Downloads Total: 5,554
Favorites: 23
Comments: 19
  • About MinimapTarget
  •  

Out of combat, right-click on minimap blips to open a targeting menu.

Now come with an MinimapTarget_Decorator, an optional module that adds class, level and reaction information to player and pet menu entries. Data are passively gathered from guild roster, party/raid roster, battleground scoreboard and when the mouse hovers over characters and unit frames. This module can be safely disabled at character selection screen.

  • Downloads (5)
  •  
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  
  MinimapTarget v1.5 Release 3.1.0 2,503 6/4/2009
  MinimapTarget v1.4 Release 3.1.0 200 6/1/2009
  MinimapTarget v1.3 Release 3.1.0 372 5/18/2009
  MinimapTarget v1.2 Release 3.1.0 312 5/10/2009
  MinimapTarget v1.1 Release 3.0.3 952 11/17/2008
  • 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.
  • Hi Adirelle, could we get an update? I'm getting lua errors :(

    This mod is very appreciated, thanks.

    Reply Report Permalink
  • waldi112 said

    hallo adirelle,
    i have a questen: is it posibile to get in an optionsmenu in wow ?
    the screens shows the names of the target much bigger than in my wow. how can i change the size ?

    Reply Report Permalink
  • Dixon_Butz said

    If i change GetDifficultyColor to GetQuestDifficultyColor in line 218, it works.
    Sorry to keep spamming. Just want to help :D

    Reply Report Permalink
  • Dixon_Butz said

    [10:22:30 PM]ErrBlock: Interface\AddOns\MinimapTarget\Decorator.lua:218: attempt to call upvalue 'GetDifficultyColor' (a nil value)

    Reply Report Permalink
  • Dixon_Butz said

    Ok. It only work sometimes now in 3.2. Can you look into it?

    Reply Report Permalink
  • Hi! Thanks for greate addon.

    Why it can't be used in combat? Is it possible?

    Reply Report Permalink
  • Adirelle said

    It cannot be used in combat because of addon targeting rules that Blizzard introduced in 2.0 (BC).

    Reply Report Permalink
  • Dixon_Butz said

    Great update! Thx so much!

    Reply Report Permalink
  • Although the mod still works, I do get this error:

    I'm getting the following error: \MinimapTarget\libs\dewdrop-2.0\Dewdrop-2.0.lua:242: attempt to index global 'this ' (a nil value)

    here is a pic of the ingame error.
    http://img132.imageshack.us/img132/4778/minimaperrnilval.jpg

    Reply Report Permalink
  • Adirelle said

    This looks like an issue with the Dewdrop library and secure stuff (that is needed for targeting).

    Reply Report Permalink
  • We all know how long we waited for someone to pick this up, so please go and donate to this guy ASAP, $5.00 - $10.00, who cares, just send something to keep this project going, next patch it will need an update, so give this guy a reason to do it!

    GL and enjoy a long awaited update for this type of mod!

    PS
    Adirelle, thank you for creating this mod! I would recommend that you put ICU and Personal Sentry in your search tag. There are tons of people that have been looking for a substitute. Je vous aime!

    Reply Report Permalink
  • Beutju said

    Can we get a screen please?

    Reply Report Permalink
  • Dixon_Butz said

    Wow thx soo much! You are awesome! Works perfect with BGMinimapTracker!Perfecto :D

    Reply Report Permalink
  • Dixon_Butz said

    It is a confilct with:
    http://wow.curse.com/downloads/wow-addons/details/bgminimapplayertracker.aspx

    I get this error unless I disable that addon.

    [08:31:34 AM]ErrBlock: Interface\AddOns\MinimapTarget\MinimapTarget.lua:53: attempt to index local 'target' (a nil value)

    Any chance you could add player class like BGMinimapPlayerTracker does? Or make MinimapTarget compatable with it?
    Thx

    Reply Report Permalink
  • Dixon_Butz said

    Any luck in fixing in bg's?

    Reply Report Permalink
  • Adirelle said

    It is working fine in BG here. I need more information, by example names that make it fails (with tooltip screenshot if possible).

    Reply Report Permalink
  • Adirelle said

    It may be an issue with (absence of) realm names in the tooltip. I'll make some tries.

    Reply Report Permalink
  • Dixon_Butz said

    Doesn't work in bg's :(

    Reply Report Permalink
  • freki said

    Hi, this stopped working as of 3.1. This is how I got it to work for those who rely on this mod as I did:

    Open MinimapTarget.lua in Notepad and replace this section (starting at line 23):

    local OldOnClick
    function MinimapTarget:OnEnable(first)
       local Chinchilla_Ping = Chinchilla and Chinchilla:GetModule("Ping")
       if Chinchilla_Ping then
           self:Hook(Chinchilla_Ping, "Minimap_OnClick", true)
           OldOnClick = self.hooks[Chinchilla_Ping].Minimap_OnClick
       else
           self:Hook("Minimap_OnClick", true)
           OldOnClick = self.hooks.Minimap_OnClick
       end
    end


    With this:

    local OldOnClick = Minimap.PingLocation
    Minimap.PingLocation = function(...) MinimapTarget.Minimap_OnClick(MinimapTarget,...) end

    Reply Report Permalink
  • nicolina said

    Hi
    Nice Addon

    I have a problem.

    Date: 2009-01-18 16:04:29
    ID: 2
    Error occured in: Global
    Count: 1
    Message: ...ddOns\MinimapTarget\libs\Dewdrop-2.0\Dewdrop-2.0.lua line 242:
    attempt to index global 'this' (a nil value)
    Debug:
    [C]: ?
    ...ddOns\MinimapTarget\libs\Dewdrop-2.0\Dewdrop-2.0.lua:242:
    ...ddOns\MinimapTarget\libs\Dewdrop-2.0\Dewdrop-2.0.lua:239
    [C]: ?
    AddOns:
    Swatter, v5.1.3715 (SnaggleTooth)
    Ace2, v
    MinimapTarget, vv1.1
    OmniCC, v2.2.5
    Recount, v
    sct, v6.2
    sctd, v3.1
    (ck=7c)

    Reply Report Permalink
  • Addon Packs Containing MinimapTarget

Most Downloads / Day

  • Similar Addons
  •  

Average downloads per day

  1. 18,767 QuestHelper Map & Minimap, and Quests...
  2. 17,127 Atlasloot Enhanced Arena, Map & Minimap, Professions...
  3. 3,172 GatherMate_Data Map & Minimap
  4. 1,518 Gatherer Map & Minimap, Herbalism,...
  5. 1,444 Atlas Map & Minimap