Recent changes (below) Seems to break both SimpleCombatLog and ScrollingCombatText or at least they stop working when I have it enabled :)
More specifically SCL won't work until I reset it in game , SCT won't show buff gains and SCTD refuses to work ;)
------------------------------------------------------------------------
r29380 | darkimakuni | 2007-03-02 10:08:39 -0500 (Fri, 02 Mar 2007) | 4 lines
Changed paths:
M /trunk/FuBar_DPS
M /trunk/FuBar_DPS/FuBar_DPS.toc
M /trunk/FuBar_DPS/changelog.txt
FuBar_DPS:
- Updated TOC number to 20003.
- Removed optimizer-enUS.lua from .toc, it was merged into the main Parser-1.1 file some time ago.
- Setting SVN properties.
------------------------------------------------------------------------
More likely, an external that all three mods use was updated and it broke the other ones. A simple fix is to just delete the Libs directory from the updated version and copy over the Libs from a older version.
Having the exact same issues. I've been using SCT, SCT-D, and SCL for a long time now with no issues between them. Fubar_DPS just broke them both. Is Fubar_DPS intercepting all the combat log messages and not releasing them or something? I know nothing about lua or how these work, so pardon the possibly ridiculous idea.
I downloaded newest embedded version of SimpleCombatLog, sct and FuBar_DPS, run them in the game with no other addons turned on, and they all worked fine.
For what who have problems, what locales are you on?
I found the cause. Since r28100, ParserLib-1.1's version upgrading function wasn't working.
Addons in files.wowace.com which have embedded ParserLib-1.1 revision between 28100 to 29434 will need to be touched to grab the fixed ParserLib-1.1 version.
Until all addons have updated ParserLib-1.1, using stand alone ParserLib-1.1 should prevent such problem.
I found the cause. Since r28100, ParserLib-1.1's version upgrading function wasn't working.
Addons in files.wowace.com which have embedded ParserLib-1.1 revision between 28100 to 29434 will need to be touched to grab the fixed ParserLib-1.1 version.
Until all addons have updated ParserLib-1.1, using stand alone ParserLib-1.1 should prevent such problem.
Thank you, that worked fine. I was surprised to find a dependency error since I use the ace downloader with the option to download dependencies automatically. I guess they were not linked to the file.
Just a follow-up. I did a bit of digging in the source, and it is (obviously) because of the changes in 2.4 that remove the CHAT_MSG_(COMBAT|SPELL)_* events and replace them with the COMBAT_LOG stuff.
I've been trying to figure out how this works, but so far the API docs and what I'm seeing don't quite tally for some reason. Will keep tinkering unless someone fixes it first :D
I have a feeling that it might be possible to use the (also new) combat log filtering API, but I haven't had the courage to examine that too deeply!
More specifically SCL won't work until I reset it in game , SCT won't show buff gains and SCTD refuses to work ;)
Available at:
http://www.wowace.com/files/FuBar_DPS/
--
You'll note from the changelog above that none of the changes were to the .lua files. Only the .toc and the SVN properties.
Hasn't been changed in a while :P
For what who have problems, what locales are you on?
english version.
Addons in files.wowace.com which have embedded ParserLib-1.1 revision between 28100 to 29434 will need to be touched to grab the fixed ParserLib-1.1 version.
Until all addons have updated ParserLib-1.1, using stand alone ParserLib-1.1 should prevent such problem.
Thank you very much, I'll try this today.
Is fubar_dps still supported or it's an outdated addon and is there an equivalent of this addon I can use with fubar?
o.0
Install 'Metrognome' or make sure that the 'Metrognome-2.0' directory exists in the addons 'Libs' directory.
ty
=)
toc file:
new File: FuBar_DPS-Locale-esES.lua
Yep, I noticed that as well, any ETA on an update?
Thanks,
B.
could be that 2.4 completely changed how damage is reported, this mod is going to need a rewrite to use the new combat log methods
Like this addon too and would love to see it get fixed
I've been trying to figure out how this works, but so far the API docs and what I'm seeing don't quite tally for some reason. Will keep tinkering unless someone fixes it first :D
I have a feeling that it might be possible to use the (also new) combat log filtering API, but I haven't had the courage to examine that too deeply!
This is a *very* hacky 'get it working' solution, hence why I'm posting it here, rather than putting it in the svn.
Use at your peril!
I would be happy to hear all criticism of my crappy coding. Especially anything that makes it better.
I intend to follow a suggestion to remove ParserLib from it completely, and I believe that once that's done it can be svn'd.