This project is discontinued
Due to various time constraints on my side and the interface/gameplay changes in Cataclysm regarding absorb effects, I can no longer actively develop or support this library. The healing game has changed considerably, making cumulative absorb tracking a lot less useful than it was in the days of Wrath of the Lich King, and it can be tracked now easily for specific effects just using the Blizzard UI. In generel the code still works, although it would require some small adjustments for the current combat log format. If anyone is interested in continuing this project, please let me know.
AbsorbsMonitor is a library that monitors and exports all ongoing absorb effects in your vicinity. It can handle different effects like Anti-Magic Shell, Power Word: Shield or Divine Aegis at the same time on the same target, as long as there is enough data to calculate the absorb values on creation.
In its core it consists of a framework to easily implement any spell, talent, proc or item that uses an absorb effect and then export this data to display it in a unit/raid frame or similar.
In the future this data can also be used to make precise statistics about the amount absorbed, which attack was absorbed, how much absorb value was wasted and so on.
Among other things, this library is implemented in these addons to actually display the absorb values:
- ShieldFrames: Powerful and customizeable UI to display any absorb effect as a collection of bars.
- GridStatusAbsorbsMonitor: Grid status module to display the remaining absorb value in a Grid status
- AbsorbsViewer: A simple addon used for debugging and to demonstrate how to use the values exported by AbsorbsMonitor. Note that this addon no longer gets packaged, but you can still find it in the repository.
Documentation
see http://www.wowace.com/addons/absorbsmon/pages/public-api/
Status
- All spells that report absorb values in combat log, most others as well as all items supported (see list)
- Mage spells are currently NOT supported. They do not report in combat log and require complete new code to calculate the values
- Multiple effects of the same spells like it can happen now in Cataclysm for Divine Aegis and Illuminated Healing WILL cause wrong numbers. The integrated self-correction will be able to adjust this in realtime thanks to the combat log reporting.
- It is not possible to reasonable support Power Word: Barrier at the moment, since the aura gain is not reported in the combat log.
- Realtime stats sharing: Shares informations like spell power, attack power and talents with other users of AbsorbsMonitor in a party/raid
Upcoming
- Statistics about absorb effects: how much, what broke it, what is wasted, ...
Limits of Accuracy
Given the new combat log reports in Cataclysm, the values for the most common absorb effects like Power Word: Shield, Divine Aegis and Illuminated Healing as well as specialized effects like Savage Defense and Anti-Magic Shell are 100% accurate. Sadly this does not apply to the warlock and mage spells, as well as the Death Knight Blood mastery and many item effects
Special thanks to my guild and friends on EU-Frostmane for countless hours of testing game mechanics.
Facts
- Date created
- Aug 05, 2010
- Categories
- Last update
- May 29, 2011
- Development stage
- Inactive
- Language
- deDE
- enUS
- frFR
- License
- GNU General Public License version 2 (GPLv2)
- Curse link
- LibAbsorbsMonitor-1.0
- Downloads
- 3,116
- Recent files
- A: beta4b-3-ga1a7322 for 4.1 May 29, 2011
- A: beta4b-2-gd73c295 for 4.0.1 Oct 20, 2010
- B: beta4b for 4.0.1 Oct 20, 2010
- A: beta4a-21-g006798d for 4.0.1 Oct 17, 2010
- A: beta4a-20-gbb5a62c for 4.0.1 Oct 17, 2010
Authors
Relationships
- Embedded library
- Ace3
- CallbackHandler-1.0
- LibStub
- Reply
- #28
Wrawrr Jul 20, 2011 at 15:16 UTC - 0 likesGetting this error at startup:
It seems that other addon also had some issues with AceComm
- Reply
- #27
technogeek127 May 17, 2011 at 05:03 UTC - 0 likesPlease tell me this still works? No update in a long time :(
- Reply
- #26
yoshimo Dec 18, 2010 at 20:21 UTC - 0 likesToday while doing the new Cataclysm BG , Twin Peaks i received:
Date: 2010-12-18 20:58:45 ID: -1 Error occured in: Global Count: 1 Message: ...Ons\LibAbsorbsMonitor\core\LibAbsorbsMonitor-1.0.lua line 1244: Positive refcount 0 remained for area effect 50461 by trigger 0xF1306E9200000088 Debug: (tail call): ? [C]: error() ...Ons\LibAbsorbsMonitor\core\LibAbsorbsMonitor-1.0.lua:1244: ...Ons\LibAbsorbsMonitor\core\LibAbsorbsMonitor-1.0.lua:1229 (tail call): ? [C]: ? [string "safecall Dispatcher[1]"]:9: [string "safecall Dispatcher[1]"]:5 (tail call): ? Ace3\AceTimer-3.0\AceTimer-3.0.lua:166: Ace3\AceTimer-3.0\AceTimer-3.0.lua:138
- Reply
- #25
Possible Oct 20, 2010 at 11:06 UTC - 0 likes@eyogar: Sey gains Sey Guarded by the Light. (5936 Remaining) Unbound Seer's attack was absorbed by Sey.(160 Absorbed) Sey Guarded by the Light is refreshed on Sey. (5776 Remaining)
- Reply
- #24
eyogar Oct 16, 2010 at 19:54 UTC - 0 likes@Possible:
Could you provide me with the lines in the combat log when you actually gain the shield? My concrete question is whether you see any number in parantheses like this or not:
<char> gains <char>'s Guarded by the Light (XXX remaining)
It will be possible to implement it in both cases, but this one would be more efficient.
- Reply
- #23
Possible Oct 16, 2010 at 19:13 UTC - 0 likesCan you add the Prot-Pala Absorb: http://www.wowhead.com/spell=85646 please?
Btw: The link to the effectlist is broken.
- Reply
- #22
eyogar Oct 16, 2010 at 10:08 UTC - 0 likesDefinitely yes to Blood mastery, and this will happen very soon.
The Mage and Warlock spells are a bit more of a problem, since they do not report in combat log and either require "oldschool" calculations with knowledge of spell power, talents etc or tooltip scanning. I will experiment with both methods a bit.
EDIT: I just pushed an alpha with support for Blood Shield. You can either replace the files in ShieldFrames/libs/LibAbsorbsMonitor with the ones in LibAbsorbsMonitor/core from the alpha package or run LibAbsorbsMonitor as a standalone library.
EDIT: Sorry, I forgot to round the result indeed. I fixed this now in ShieldFrames though temporarily by just rounding every result. And it looks like Anti-Magic Shell doesn't report the correct value anymore, 75 sounds more like 75% and not 50% of your hp. Gotta take a look at that tomorrow.
- Reply
- #21
jmsxl Oct 16, 2010 at 09:58 UTC - 0 likesHi there, great work so far.
Is there a possibility to add the deathknights blood mastery - blood shield and the warlock spell nether ward?
EDIT: thanks for the fast update, blood shield is working fine - 1 comment to make though, it would be a bit nicer to have those numbers rounded up - picture blood shield bar
- Reply
- #20
eyogar Oct 16, 2010 at 00:02 UTC - 0 likesSorry, but since I was a bit short on time the last days, I delayed a proper release for ShieldFrames and the Grid plugin until I'm sure everything works, especially regarding the Grid transition to Ace3. The commit I made here was just the work I did on the PTR. I will try to fix up everything by the end of this weekend.
- Reply
- #19
Zidomo Oct 15, 2010 at 20:07 UTC - 0 likesAfter making the noted changes below & giving this a try with the last ShieldFrames on an 80 Priest in WoW 4.x live, the following error was thrown: