This is for SBW, sorry if it's the wrong thread, but I couldn't find anywhere else appropriate.
Would it be possible to have SBW add the percentage the boss was at when the player exited combat?
Something along the line of changing line 91 into:
local msg
if boss then msg = combatEndedString:format(math.floor(time/60)) .. " " .. boss .. "\'s hp was at " .. bossHp .. "\% when combat ended."
else msg = combatEndedString:format(math.floor(time / 60)) end
Yes please add support for Shaman and Druid's. Share the love
I won't write it for druids and shamans, as I believe that they can just do it with macros (seeing as they're not affected by buffs on target or player, etc.).
If someone wants to adapt it for druids and shammies, feel free :)
I don't think I'll implement. The addon already has way more options than I'd like it to have ;)
It would also complicate things since I use textures to identify the spells rather than names (keeps the addon working in different locales even though it's not been translated).
The libram of mending should also only be equipped when the buff is missing, so the change in hps over the 30 secs would be minimal.
The best solution is probably what you mentioned. You can even combine it in a macro with HL rank 11.
I've tested the latest version a bit. The Holy Shield toggle is working perfectly. The Switching Between Mending/Truth is working fine, however The BOL checking seems broken as it never switches the libram of souls redeemed in, I've tried it with every combination of flags I can think of.
Think this should be fixed in Rev 68453.
Had to rewrite a bit,so I hope I didn't break anything else (especially pvp or mending librams).
New version up (1.3):
Fixed some issues with sending the wrong parametres
Added support for ignoring libram changes when holy shield is active
Cleaned the code
The previous version isn't working properly and should be replaced if you downloaded it already.
After a long absence I'm uploading an update to this as we speak.
There may be bugs in this version, as I cannot check all the options myself (my highest pala is 51)
Added features:
-Support for Libram of Mending (checks for the buff, will use it if you don't have the buff. I cannot test this feature myself. Please give feedback)
-Support for Flash of Light PVP Item (checks for the buff on the target, will use it if the target doesn't have the buff. I cannot test this feature myself. Please give feedback)
-Toggle checks for PVP
-Toggle the option to override the check for BoL when casting either HL or FoL. Configurable individually for the two spells. (Created with Libram of Light vs Libram of Souls Redeemed in mind)
-Disables sound when switching items
Thanks to Janosia of Uther for doing the legwork on the pvp items.
0
If you are still insistent on doing it, it should be fairly easy to do, though.
0
Would it be possible to have SBW add the percentage the boss was at when the player exited combat?
Something along the line of changing line 91 into:
0
Someone already has made one for shammies it seems:
http://www.curse.com/downloads/details/10838/
0
0
If not, I'd appreciate if you would add '<>' to the spamlist, as they've been spamming a lot on dragonmaw-eu.
0
I won't write it for druids and shamans, as I believe that they can just do it with macros (seeing as they're not affected by buffs on target or player, etc.).
If someone wants to adapt it for druids and shammies, feel free :)
0
It would also complicate things since I use textures to identify the spells rather than names (keeps the addon working in different locales even though it's not been translated).
The libram of mending should also only be equipped when the buff is missing, so the change in hps over the 30 secs would be minimal.
The best solution is probably what you mentioned. You can even combine it in a macro with HL rank 11.
Hope that answers your question
0
Thought it was my first addon, so it's probably not very well written ;)
It also tells you when you're innervated (and changes your weapon) and when you're gaining mana from mana tide.
0
Think I found the error, testing it now.
Possible fix committed, let's hope I didn't break something else while I was at it.
0
0
It sounded reasonable so I added it and uploaded a new version.
0
rev 68455 should have it fixed.
0
Think this should be fixed in Rev 68453.
Had to rewrite a bit,so I hope I didn't break anything else (especially pvp or mending librams).
Let me know.
0
Fixed some issues with sending the wrong parametres
Added support for ignoring libram changes when holy shield is active
Cleaned the code
The previous version isn't working properly and should be replaced if you downloaded it already.
0
There may be bugs in this version, as I cannot check all the options myself (my highest pala is 51)
Added features:
-Support for Libram of Mending (checks for the buff, will use it if you don't have the buff. I cannot test this feature myself. Please give feedback)
-Support for Flash of Light PVP Item (checks for the buff on the target, will use it if the target doesn't have the buff. I cannot test this feature myself. Please give feedback)
-Toggle checks for PVP
-Toggle the option to override the check for BoL when casting either HL or FoL. Configurable individually for the two spells. (Created with Libram of Light vs Libram of Souls Redeemed in mind)
-Disables sound when switching items
Thanks to Janosia of Uther for doing the legwork on the pvp items.