- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
4,842 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Rift Addons
- Top Skyrim Mods
- Top Minecraft Server Mods
- Top Terraria Maps
- Top Starcraft II Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
FDLogger
- 0 Likes
- World of Warcraft
- 1,946 Downloads
- Supports: 3.0.2
- 0 Average Daily Downloads
- Comments
- Created 7/19/2008 9:04:55 PM
- Updated 10/31/2008 4:43:06 PM
- 2 Favorites
- Project Site
- License: GNU General Public License version 2 (GPLv2)
- Release Type: Release
- Newest File: 1.1
About FDLogger
FDLogger is a simple addon that tries to track when which hunter was FD'd.
As normally FD does not generate combat log entries at all, not even for the hunter in question, this is kind of tricky.
This addon makes use of IsUnitFeignDeath() and the UNIT_HEALTH event which fires when a hunter FD's, even though his health is not changing.
For each UNIT_HEALTH event for a given unit, UnitClass() (language independent) is checked. If it's a hunter, IsUnitFeignDeath() is checked.
If that returns true, an entry is made into the table "FDLog", containing a timestamp and the name of the player that was feigning death at that time.
The timestamp is a unix timestamp style timestamp with .123 decimal places added for millisecond precision (so it can be converted to a date format like the combat log's, for relatively obvious reasons or be imported into something like Excel).
FDLog is marked as a saved variable, so after you're done raiding and yelling at hunters who claim to have FD'd but still pulled aggro, you can get all the data you need from your SavedVariables folder.
Enjoy - I know I got it into a working state ;D (our hunters didn't. heh.)
------------------------------------------------------------------------
r28 | 8timer | 2008-10-31 21:42:02 +0000 (Fri, 31 Oct 2008) | 1 line
Changed paths:
A /tags/1.1 (from /trunk:27)
Version 1.1, still works on 3.0.2 ;-)
------------------------------------------------------------------------
r27 | 8timer | 2008-10-31 21:38:00 +0000 (Fri, 31 Oct 2008) | 1 line
Changed paths:
M /trunk/FDLogger.toc
- update .toc
------------------------------------------------------------------------
r25 | root | 2008-09-29 22:18:23 +0000 (Mon, 29 Sep 2008) | 1 line
Changed paths:
A /trunk/.pkgmeta
Facilitate WowAce-on-CurseForge transition
------------------------------------------------------------------------
r23 | root | 2008-09-29 20:57:52 +0000 (Mon, 29 Sep 2008) | 1 line
Changed paths:
D /tmp/trunk/FDLogger
A /trunk (from /tmp/trunk/FDLogger:22)
Importing old repo data under /trunk
------------------------------------------------------------------------
r22 | gnarfoz | 2008-09-16 15:55:53 +0000 (Tue, 16 Sep 2008) | 1 line
Changed paths:
M /tmp/trunk/FDLogger/FDLogger.toc
FDLogger: Added X-Email
------------------------------------------------------------------------
r19 | gnarfoz | 2008-07-10 09:04:40 +0000 (Thu, 10 Jul 2008) | 1 line
Changed paths:
A /tmp/trunk/FDLogger
A /tmp/trunk/FDLogger/FDLogger.toc
A /tmp/trunk/FDLogger/huntard.lua
FDLogger: initial import, tries to track hunter's use of Feign Death in raids
------------------------------------------------------------------------
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| 1.1 | Release | 3.0.2 | 1,430 | 10/31/2008 4:43:06 PM |
| 1.0 | Release | 2.4.3 | 313 | 10/8/2008 5:53:10 AM |
| FDLogger-r81784 | Beta | 2.4.3 | 145 | 9/16/2008 7:48:03 AM |
| FDLogger-r78175 | Beta | 2.4.3 | 190 | 7/10/2008 12:58:22 AM |
Comments