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

  • Your Rating

  • Share
  • Report Abuse

Who Pinged?

  Download the Curse Client

Project Updated:
Files Updated: Sat, May 2 2009
Supports Game Version: 3.1.0
Category: Map & Minimap
Tags:

, , , and [Edit Tags]

Project Manager: Davie3
Additional Authors: No additional authors
Current Version: v1.2.7
License: All Rights Reserved
Avg Daily DL (last 30 days): 10
Downloads Total: 4,811
Favorites: 25
Comments: 10
  • About Who Pinged?
  •  

Who Pinged?

About

Displays players who have pinged the minimap in the chat window.

Contact

  • In Game: Zalra @ Hyjal (Alliance)
  • Email: Davieboy53@yahoo.com
  • XFire: Dawnseclipse

Localization

If you can provide any below marked as "Needed" please see the Localization Page: http://wow.curseforge.com/projects/wh.../localization.

  • frFR (French): Needed
  • deDE (German): Needed
  • koKR (Korean): Needed
  • zhCN (Chinese (simplified)): Translated by wowui.cn
  • zhTW (Chinese (traditional)): Translated by wowui.cn
  • ruRU (Russian): Needed
  • esES (Spanish Spain): Needed
  • esMX (Spanish Mexico): Needed

Quests, Comments, Problems, Suggestions?

Feel free to post any of these right here! Please, though, post any serious problems or bugs Feel free to post any of these right here! Please, though, post any serious problems or bugs using Curseforge's ticket system.

  • 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  
  Who Pinged? v1.2.7 Release 3.1.0 1,234 5/2/2009
  Who Pinged? v1.2.6 Release 3.1.0 893 4/15/2009
  Who Pinged? v1.2.4 Release 3.0.8 476 1/28/2009
  Who Pinged? v1.2.3 Release 3.0.3 143 1/19/2009
  Who Pinged? v1.2.2 Release 3.0.3 274 1/6/2009
  • 1 page(s)
Advertisement
  • Screenshots (1)
  •  
  • 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. Nice addon and have been using it. Good job.

    I was wondering if adding the function of not posting to chat pings from the same person for, say, 1 sec at a time would be possible? People (including PUGs) I have run with seem to always fear that their ping didn't get through and spam it.

    Reply Report Permalink
  • Davie3 said 

    This is something I am working on. Whether I can get it working or not is a different story D:.

    Reply Report Permalink
  • Lavahon said 

    [ Feature Request ]: Fading Waypoint Arrow & Coordinates

    One of the features I liked in an old favorite ping addon "PingDir" (Ping Direction), was the fact that it gave a pulse waypoint arrow that indicated which direction to go to reach the point on the map where the ping landed. The naming feature was also implemented in a different way, instead of appearing in the log, it popped up in the center of the screen just under where your player's guild name would be if you had all names enabled. I'd like to see coordinates integrated into the chat message along with the flashing arrow and nameplate be put into this addon, as it would make the addon ideal for battleground premades. It's a lot more work but a huge payoff in downloads.

    Reply Report Permalink
  • DtGorkem said 

    http://wow.curse.com/downloads/wow-addons/details/sexymap.aspx

    Reply Report Permalink
  • Davie3 said 

    That's nice to bad that addon is only pretty (read the comments). Why are you posting this here?

    Reply Report Permalink
  • Davie3 said 

    Maischter please retest in v1.2.3 and let me know if the class coloring is working on the German client.

    Reply Report Permalink
  • german class coloring does not work with new version!

    Reply Report Permalink
  • Who Pinged? v1.2

    is the last version where it works!

    Reply Report Permalink
  • Davie3 said 

    I have been trying to avoid putting the female names in the if statement. I will try something else when i get a chance. At the moment my normal computer that contains my files (including my addon project files) is not working and I don't have a way currently to get to these files.

    For now, though, it won't throw and error at you every time which would tend to get very annoying :).

    Reply Report Permalink
  • the prob is.. in german there are also female class names!!!

    warrior:

    elseif (localizedclass == "Krieger") then
    elseif (localizedclass == "Kriegerin") then

    druid:

    elseif (localizedclass == "Druide") then
    elseif (localizedclass == "Druidin") then

    mage:

    elseif (localizedclass == "Magier") then
    elseif (localizedclass == "Magierin") then

    hunter:

    elseif (localizedclass == "Jäger") then
    elseif (localizedclass == "Jägerin") then

    warlock
    elseif (localizedclass == "Hexenmeister") then
    elseif (localizedclass == "Hexenmeisterin"") then

    shaman:
    elseif (localizedclass == "Schamane") then
    elseif (localizedclass == "Schamanin") then


    only paladin and todesritter have no female part

    Reply Report Permalink
  • WhoPinged-1.2.1a\WhoPinged.lua:74: attempt to concatenate upvalue 'ClassColor' (a nil value)
    WhoPinged-1.2.1a\WhoPinged.lua:48: in function `?'
    CallbackHandler-1.0-3:146: in function <...tan\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:146>
    :"safecall Dispatcher[4]":4: in function <[string "safecall Dispatcher[4]"]:4>
    : ?
    :"safecall Dispatcher[4]":13: in function `?'
    CallbackHandler-1.0-3:91: in function `Fire'
    AceEvent-3.0-3:70: in function <...ventory\Externals\Ace3\AceEvent-3.0\AceEvent-3.0.lua:69>
    : in function `PingLocation'
    Interface\FrameXML\Minimap.lua:165: in function `Minimap_OnClick':
    :"*:OnMouseUp":1: in function <[string "*:OnMouseUp"]:1>

    Reply Report Permalink
  • german fix:

    if (localizedclass == "Death Knight") then
    ClassColor = "00C41F3B";
    elseif (localizedclass == "Todesritter") then
    ClassColor = "00C41F3B";
    elseif (localizedclass == "Krieger") then
    ClassColor = "00C79C6E";
    elseif (localizedclass == "Kriegerin") then
    ClassColor = "00C79C6E";
    elseif (localizedclass == "Druide") then
    ClassColor = "00FF7D0A";
    elseif (localizedclass == "Druidin") then
    ClassColor = "00FF7D0A";
    elseif (localizedclass == "Jäger") then
    ClassColor = "00ABD473";
    elseif (localizedclass == "Jägerin") then
    ClassColor = "00ABD473";
    elseif (localizedclass == "Magier") then
    ClassColor = "0069CCF0";
    elseif (localizedclass == "Magierin") then
    ClassColor = "0069CCF0";
    elseif (localizedclass == "Priester") then
    ClassColor = "00FFFFFF";
    elseif (localizedclass == "Priesterin") then
    ClassColor = "00FFFFFF";
    elseif (localizedclass == "Schurke") then
    ClassColor = "00FFF569";
    elseif (localizedclass == "Schurkin") then
    ClassColor = "00FFF569";
    elseif (localizedclass == "Hexenmeister") then
    ClassColor = "009482CA";
    elseif (localizedclass == "Hexenmeisterin"") then
    ClassColor = "009482CA";
    elseif (localizedclass == "Schamane") then
    ClassColor = "002459FF";
    elseif (localizedclass == "Schamanin") then
    ClassColor = "002459FF";
    elseif (localizedclass == "Druid") then
    ClassColor = "00FF7D0A";
    elseif (localizedclass == "Hunter") then
    ClassColor = "00ABD473";
    elseif (localizedclass == "Mage") then
    ClassColor = "0069CCF0";
    elseif (localizedclass == "Paladin") then
    ClassColor = "00F58CBA";
    elseif (localizedclass == "Priest") then
    ClassColor = "00FFFFFF";
    elseif (localizedclass == "Rogue") then
    ClassColor = "00FFF569";
    elseif (localizedclass == "Shaman") then
    ClassColor = "002459FF";
    elseif (localizedclass == "Warlock") then
    ClassColor = "009482CA";
    elseif (localizedclass == "Warrior") then
    ClassColor = "00C79C6E";

    Reply Report Permalink
  • Davie3 said 

    Thank you very much for these :D! This will be included in the next update.

    Reply Report Permalink
  • Nixxen said 

    Would like some kind of spam blocker for this.
    Trying to maintain your sanity while some mut in BG spamclicks the minimap is alot harder with the addon installed;P

    Also, some kind of range options would be nice. At times you don't see the ping on the minimap even if you have it way zoomed out, but the addon still show that playerX has just pinged the minimap. Kind of unnecessary since you won't find out what he was trying to ping unless you open up your world map and manually start searching for him there.

    Reply Report Permalink
  • Davie3 said 

    In a future release I'm adding an options menu and an option to disable it in bgs because of this.

    I've also noticed the range problem as well and have an idea in mind to correct this.

    Reply Report Permalink
  • Ant1dotE said 

    Why not to draw pinger's name near pinging icon?
    something like this: http://img442.imageshack.us/img442/5414/whopingedsuggestionng6.jpg

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

Average downloads per day

  1. 63,181 QuestHelper Map & Minimap, and Quests...
  2. 19,747 Atlasloot Enhanced PvP, Map & Minimap, Professions...
  3. 7,416 Cartographer Map & Minimap
  4. 5,144 GatherMate_Data Map & Minimap
  5. 3,438 Gatherer Map & Minimap, Herbalism,...