 |
01/07/11, 5:20 PM
|
#646
|
|
Glass Joe
|
Anyone else getting a weird "ghosting" effect ? Hard to describe, after a bar appears and the effect wears off the bar is still visible on screen and doesn't show anything after. I have to reload UI to make everything go away... ?
|
|
|
|
|
04/26/11, 9:10 PM
|
#647
|
|
<Druid Trainer>
|
This is currently not working perfectly in 4.1. I think it should be a simple fix, it's just missing updates due to some change to combat log events (if you target and retarget, it shows correct timers). But wondering whether this will be updated at all.
|
|
|
|
04/26/11, 10:14 PM
|
#648
|
|
Happy October 19th!
Night Elf Druid
Dragonblight
|
Originally Posted by Hamlet
This is currently not working perfectly in 4.1. I think it should be a simple fix, it's just missing updates due to some change to combat log events (if you target and retarget, it shows correct timers). But wondering whether this will be updated at all.
|
It's not completely impossible for me to do, depending on how significant the necessary changes are, but I think the better option at this point is for me to pass the mantle on to someone else. While I'd love to continue maintaining SAA because it's good experience with Lua, I really can't devote the time to it anymore.
Last edited by Adoriele : 04/29/11 at 4:18 PM.
|
|
|
|
|
04/27/11, 8:12 AM
|
#649
|
|
King Hippo
|
Most parsing mods were fixed with by simply adding hideCaster as a parameter for the combat event function. I fixed my balance power tracker this way.
line 459:
function SquawkAndAwe:COMBAT_LOG_EVENT_UNFILTERED(_, timestamp, event, sourceGUID, sourceName, sourceFlags, destGUID, destName, destFlags, ...)
to
function SquawkAndAwe:COMBAT_LOG_EVENT_UNFILTERED(_, timestamp, event, hideCaster, sourceGUID, sourceName, sourceFlags, destGUID, destName, destFlags, ...)
|
Last edited by Glayde : 04/27/11 at 8:36 AM.
|
|
|
|
|
04/27/11, 2:35 PM
|
#650
|
|
Happy October 19th!
Night Elf Druid
Dragonblight
|
Okay, if someone wants to check this version and let me know if it fixes the issue, I'll upload it to WoWI and Curse.
Last edited by Adoriele : 04/29/11 at 4:18 PM.
|
|
|
|
|
04/27/11, 8:33 PM
|
#651
|
|
<Druid Trainer>
|
Seems fine, except that you left the Starsurge debug text in.
|
|
|
|
04/29/11, 3:49 PM
|
#652
|
|
Glass Joe
Night Elf Druid
Azuremyst (EU)
|
With the current patch, neither of the two versions are displaying on screen when spells are cast. If you click move bars, they appear perfectly fine and respond as they ought to in configuration. However outside of that nothing. Tried all I can think of before posting this.
Simplish side question, how do i get starsurge to appear on its own. Each combo I've tried just hides it totally rather than seperating it out from Force of Nature, typhoon and starfall
|
|
|
|
|
04/29/11, 4:17 PM
|
#653
|
|
Happy October 19th!
Night Elf Druid
Dragonblight
|
Originally Posted by Hamlet
Seems fine, except that you left the Starsurge debug text in.
|
Fixed, uploaded.
Originally Posted by JSRGibbs
With the current patch, neither of the two versions are displaying on screen when spells are cast. If you click move bars, they appear perfectly fine and respond as they ought to in configuration. However outside of that nothing. Tried all I can think of before posting this.
Simplish side question, how do i get starsurge to appear on its own. Each combo I've tried just hides it totally rather than seperating it out from Force of Nature, typhoon and starfall
|
Unmerging should work. If it doesn't, that's unfortunately something I'm not going to be able to diagnose and/or fix, much like your first issue, as I mentioned in my earlier post. It's likely a mod interaction since Hamlet didn't mention it, but i have no idea what kind.
|
|
|
|
|
04/30/11, 9:42 PM
|
#654
|
|
<Druid Trainer>
|
Hmm, looking now, Starsurge doesn't seem to be working. I'm not sure if it was on the Thursday, I might just not have noticed. I feel like I would have noticed if it wasn't working though.
DoT's are working fine, which they weren't before the fix.
I've always run unmerged (I think I remember some issue when I tried to merge, not sure now).
|
|
|
|
05/01/11, 3:39 PM
|
#655
|
|
<Druid Trainer>
|
I tried loading the 1.6.2.370 version again, which I could have sworn was working fine the other day. Maybe something changed in the API again when they put in a minipatch a couple days ago? Now I'm not getting the "starsurge triggered" warning or the timer.
|
|
|
|
05/01/11, 4:33 PM
|
#656
|
|
Happy October 19th!
Night Elf Druid
Dragonblight
|
Originally Posted by Hamlet
I tried loading the 1.6.2.370 version again, which I could have sworn was working fine the other day. Maybe something changed in the API again when they put in a minipatch a couple days ago? Now I'm not getting the "starsurge triggered" warning or the timer.
|
Bah, and that was about the only thing giving me a workable theory. I'll try a look Monday in case it's something bleedingly obvious.
|
|
|
|
|
05/04/11, 5:05 PM
|
#657
|
|
King Hippo
|
It looks like they did change something. Starsurge isn't working on DruidTimerBars either.
|
|
|
|
|
06/30/11, 11:54 AM
|
#659
|
|
Glass Joe
Night Elf Druid
Blackhand (EU)
|
Hey everybody!
Just a little question. Is there a planed update for 4.2?
I love this beautifull Addon, and i can't live without SquawkAndAwe. ;-)
Warm regards
Murphy
|
|
|
|
|
06/30/11, 12:55 PM
|
#660
|
|
Happy October 19th!
Night Elf Druid
Dragonblight
|
Quick change, so here we go. Lemme know if anything fails here.
|
|
|
|
|
|