HeadCount
Overview
HeadCount is a configurable World of Warcraft add-on that automatically tracks raid attendance, loot, and boss kills.
HeadCount answers the following questions:
- How long is a player active in a raid?
- How long is a player on standby for a raid?
- How long is a player offline during a given raid?
- What loot dropped during a raid and who received it?
- What boss kills occurred during a given raid and who was there for the kill?
Downloads
Curse
http://wow.curse.com/downloads/wow-ad.../head-count.aspx
WoW Interface
http://www.wowinterface.com/downloads/info8867-HeadCount.html...
WoW Ui
http://wowui.worldofwar.net/?p=mod&m=6819
Information
HeadCount forum thread: http://forums.wowace.com/showthread.php?t=12225...
Project page: http://www.wowace.com/projects/head-count/
Wish list
All defects and enhancement requests (wish list) items can be filed and/or reviewed on the HeadCount work ticket page:
http://www.wowace.com/projects/head-c.../tickets/
Features
Raids
- Raid creation: Automatically creates a new raid as you join or start a raid.
- Raid finalization: Automatically ends an existing raid as you leave a raid.
- Raid management: The user can end raids, remove raids, or remove all raids on demand.
- Raid zone tracking: Zone name are automatically added to raids as you zone into a raid instance for the first time.
Player attendance
- Player tracking: Players are tracked based on their timed participation in the raid. Players can be tracked based on configurable raid groups for raid list activity (active raiding players) and wait list players (queue/standby players).
- Player removal: The user can remove tracked information for specific players on demand.
- Player history: View specific player history for a raid to see how and when a player moved from activity to standby to offline and back during a raid.
- No list tracking: Players can be tracked as non-raid list and non-standby players as needed. Players that go offline are automatically taken out of the raid and wait list groups for tracking purposes.
- Integrated wait list: Receive whispers from members outside of the raid group in order to track them.
Boss kills
- Boss kill tracking: Tracks the world bosses killed during the course of a raid and the raid list members present for the kill.
- Boss kill removal: The user can remove tracked boss kills on demand.
- Manual boss kill: The user can add a boss kill to the current raid at the current time with the current roster via /hc boss add [bossname]
Loot
- Loot tracking: Tracks loot received during a raid based on configurable item level quality (default: Epic item level or higher)
- Loot removal: The user can remove specific pieces of loot on demand.
- Loot exclusion: The user can manage loot exclusion which will prevent certain pieces of loot from being tracked during a raid. (e.g. - Emblem of Valor)
Export
- Export: Users can export current raid attendance and received loot information to one of a number of formats (CSV, XML, Text, EQdkp XML string, phpBB forum post, phpBB with ItemStats forum post).
Reporting
- Boss kill broadcast: The user can optionally broadcast when the raid kills a boss to a configurable chat channel.
- Loot broadcast: The user can optionally broadcast when a player receives a valid piece of loot to a configurable chat channel.
Performance
- Fault tolerance: If the mod owner quits WoW, restarts WoW, or reloads their UI during a raid and returns to the game, HeadCount will attempt to gracefully recover from the outage to continue tracking the active raid.
- Attendance delay: Configure how often HeadCount should manage attendance updates to increase or decrease performance and/or accuracy.
...e\AddOns\Blizzard_DebugTools\Blizzard_DebugTools.lua.432:
bad argument #6 to 'format' (string expected, got nil)
Message: Interface\AddOns\HeadCount\HeadCountFrames.lua:327: attempt to index field '?' (a nil value)
Time: 05/12/10 11:15:57
Count: 1
Stack: [C]: ?
Interface\AddOns\HeadCount\HeadCountFrames.lua:327: in function `HeadCountFrameRaidHistoryContentScroll_Update'
[string "*:OnShow"]:1: in function <[string "*:OnShow"]:1>
[C]: in function `Show'
Interface\AddOns\HeadCount\HeadCountFrames.lua:122: in function `ShowUserInterface'
Interface\AddOns\HeadCount\HeadCountFrames.lua:131: in function `ToggleUserInterface'
Interface\AddOns\HeadCount\HeadCount.lua:746: in function `OnClick'
...AtlasLootFu\Libs\FuBarPlugin-2.0\FuBarPlugin-2.0.lua:975: in function <...AtlasLootFu\Libs\FuBarPlugin-2.0\FuBarPlugin-2.0.lua:972>
Interface\AddOns\FuBar\FuBar.lua:1201: in function <Interface\AddOns\FuBar\FuBar.lua:1199>
Locals:
Time: 05/12/10 12:21:47
Count: 4
Stack: [C]: ?
Interface\AddOns\HeadCount\HeadCountFrames.lua:327: in function `HeadCountFrameRaidHistoryContentScroll_Update'
Interface\AddOns\HeadCount\HeadCountFrames.lua:43: in function `HeadCountFrame_Update'
Interface\AddOns\HeadCount\HeadCountFrames.lua:1267: in function `HeadCountFrameRaidHistoryContentTemplateHitArea_Click'
[string "*:OnClick"]:1: in function <[string "*:OnClick"]:1>
Locals:
Got that too
2x HeadCount-1.7.4\HeadCountFrames.lua:327: attempt to index field '?' (a nil value)
---
Looks like it is in this block:
[code]-- Display if the active raid text if it exists<br/> local zone = raid:getZone() <br/> local difficulty = raid:getDifficulty()<br/> local difficultyString = HeadCount.INSTANCE_DIFFICULTY[difficulty]<br/> if ((zone) and HeadCount.INSTANCES[zone].hasMultiDifficulty and (difficultyString)) then <br/> -- track heroic and above only for display<br/> zone = zone .. " (" .. difficultyString .. ")"<br/> end<br/> [/code]
But I'm not seeing where the error is.
Any suggestions?
Using the latest release version.
also, when I loot an item and the player is too far away the addon doesn't pick it up, which is fine. But when I try to manually add the item to a player that has uncommon characters in their name, I get 'player not found' - I am copying and pasting the name into the command syntax. It works fine though if the addon picks up on loot distribution automatically. thanks
Started receiving the following error at every login.
2x HeadCount-1.7.4\HeadCountFrames.lua:327: attempt to index field '?' (a nil value)
-Using the latest release version.
And I have many problems with locales. when I edit Saurfang name to my language (ruRU) addon doesn't track it any more, there are many bugs with boss saving... Mb you have a little new version?:) Alpha or something else
Question though, usually our 25 man group is pretty consistent. Is it possible to click on a player's name and have it list items looted to that player from multiple raid dates? currently I go through the raid history one by one, and scroll through the loot manually, I would think I'm doing it incorrectly. cheers.