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

  • Your Rating

  • Share
  • Report Abuse

CorpseInfo

  Download the Curse Client

Project Updated:
Files Updated: Sun, Jun 10 2007
Category: Miscellaneous
Tags:

[Edit Tags]

Project Manager: wbb
Current Version: testversion14
Downloads Today: 2
Downloads Total: 23,202
Favorites: 278
Comments: 71
  • About CorpseInfo
  •  

This addon sends automatically /who <name of dead player> if you hover mouse pointer over a corpse. Alternative you can bind a key or do a mouse click to inspect the corpse. It adds then the information from the response to the tooltip. If the player is still online it adds race, class, level and the word 'Online' to the tooltip otherwise it adds Offline or <name of opposite faction>.

Commands

  • /corpseinfo - Display current setup and a help message.
  • /corpseinfo mode - Toggle between automatic inspection on/off (Default: automode is on). If off, you have to left click the corpse to inspect it.
  • /corpseinfo chat - Toggle whether to suppress the ouput of /who commands initiated by this addon (Default: suppress output)

KoS Support

Integrated support for Opium KoS Addon (currently disabled see patch notes ) and SKMap. These two stores data about enemy player (race, level, class).

CorpseInfo utilize this information if available. It will add your note/comment about the player to the tooltip and for enemy player it adds race, level and class (see pic).

Notes from HoloFriends and ct_PlayerNotes are also shown if available.

If you use TipBuddy

With default TipBuddy settings, only the automatic mode from CorpseInfo will work. To get left-click to work with TipBuddy you have to enable "Anchor Unit Frames" or "Fade Default Tooltip" in TipBuddy options. Alternativ bind the key to inspect the corpse.

Limits

  • There is no way to get an exact match via /who command. So you may get a chat result of another player who has a very similiar name as dead player, but tooltip says 'Offline'. The tooltip is always right, because the addon knows the name you are looking for.
  • WoW allows the /who command only every 3 seconds, so if you hover fast over many corpses the addon can't keep up.
  • Can only inspect dead player of your faction.
  • Downloads (3)
  •  
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  
  CorpseInfo testversion14 Release 2.1.1 74 6/10/2007
  CorpseInfo testversion13a Release 1.12.0 0 11/2/2006
  CorpseInfo testversion13 Release 1.12.0 1 11/2/2006
  • 1 page(s)
Advertisement
  • 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.
  • Well I tried the fixes mentioned and they don't work as I got a ton of error messages concurrently along with Stubby, a Auctioneer component. Just too may to list here. Hope this gets updates or can anyone recommend a replacement?

  • Urbin said 

    More changes needed to stop a tooltip error (the ones below only fix chat window problems)

    In CorpseInfo.lua:

    line 99 change
    function CorpseInfo_ClearTip()
    to
    function CorpseInfo_ClearTip(self)

    line 101 change
    GameTooltipOnTooltipClear();
    to
    GameTooltipOnTooltipClear(self);

  • Urbin said 

    to get this to work, make the following changes in CorpseInfo.lua:

    line 55 change
    function CorpseInfo_ChatFrame_OnEvent(event)
    to
    function CorpseInfo_ChatFrame_OnEvent(self, event, ...)

    line 60 change
    ChatFrame_OnEvent_Org(event);
    to
    ChatFrame_OnEvent_Org(self, event, ...);

  • Posting these errors as seen by BuGrabber in the hopes it is still maintained. When enabled the errors appear plus all chat input is blocked. These errors disappear when I disable Coprseinfo.

    [2008/10/17 20:40:22-1997-x434]: Error: Original call failed after running hooks for: ChatFrame_OnEvent :
    Interface\FrameXML\ChatFrame.lua:2218: bad argument #1 to 'strsub' (string expected, got nil)(tail call): ?:
    CorpseInfo-testversion14\CorpseInfo.lua:68: in function `ChatFrame_OnEvent'
    :"*:OnEvent":1: in function <[string "*:OnEvent"]:1>
    :
    Stubby-130\Stubby.lua:381: in function
    (tail call): ?:
    CorpseInfo-testversion14\CorpseInfo.lua:68: in function `ChatFrame_OnEvent'
    :"*:OnEvent":1: in function <[string "*:OnEvent"]:1>

    [2008/10/17 20:40:25-1997-x1]: Error: Original call failed after running hooks for: ChatFrame_OnEvent :
    Interface\FrameXML\ChatFrame.lua:2218: bad argument #1 to 'strsub' (string expected, got nil)(tail call): ?:
    CorpseInfo-testversion14\CorpseInfo.lua:68: in function `ChatFrame_OnEvent'
    :"*:OnEvent":1: in function <[string "*:OnEvent"]:1>
    Blizzard_CombatLog\Blizzard_CombatLog.lua:3350: in function <...ace\AddOns\Blizzard_CombatLog\Blizzard_CombatLog.lua:3329>
    :
    Stubby-130\Stubby.lua:381: in function
    (tail call): ?:
    CorpseInfo-testversion14\CorpseInfo.lua:68: in function `ChatFrame_OnEvent'
    :"*:OnEvent":1: in function <[string "*:OnEvent"]:1>
    Blizzard_CombatLog\Blizzard_CombatLog.lua:3350: in function <...ace\AddOns\Blizzard_CombatLog\Blizzard_CombatLog.lua:3329>

    [2008/10/17 20:40:33-1997-x1]: Interface\FrameXML\GameTooltip.lua:124: attempt to index local 'self' (a nil value):
    :"*:OnTooltipCleared":1: in function <[string "*:OnTooltipCleared"]:1>
    CorpseInfo-testversion14\CorpseInfo.lua:109: in function
    EquipCompare-2.13\EquipCompare.lua:253: in function `origFunc'
    Armory-6\ArmoryFrame.lua:827: in function
    (tail call): ?:
    (tail call): ?:
    (tail call): ?:
    (tail call): ?:
    : ?
    : in function `Hide'
    FuBarPlugin-2.0-90003:464: in function `UpdateTooltip'