Results: 11Comments by: fount
File: EventHorizon Continued10-29-12
Re: Re: playerbuff clobbers cooldown
Posted By: fount
Should I expect to be able to track a cooldown and a buff on the same bar, and not have the cooldown overwritten by the buff? self:newSpell({ cast = 8092, -- Mind Blast cooldown = 8092, smallCooldown = true, playerbuff = 21562, -- Fort (testing) }) Thats a shadowpriest config and it wont track the cooldown with fort...
File: EventHorizon Continued10-28-12
playerbuff clobbers cooldown
Posted By: fount
Should I expect to be able to track a cooldown and a buff on the same bar, and not have the cooldown overwritten by the buff? self:newSpell({ cast = 8092, -- Mind Blast cooldown = 8092, smallCooldown = true, playerbuff = 21562, -- Fort (testing) }) Thats a shadowpriest config and it wont track the cooldown with fort...
File: EventHorizon Continued09-04-12
Re: Re: Shadow Orb tracking
Posted By: fount
Hi Brusalk, I've almost got myconfig set up the way I want it. Any advice on how to hack in shadow orb tracking as a faux playerbuff? Preferably 3 colors for each 1, 2, 3 orbs. I'm happy to get my hands dirty in the code base but some direction of where to start looking would save me hours. I don't imagine you've got time to add f...
File: EventHorizon Continued09-04-12
Shadow Orb tracking
Posted By: fount
Hi Brusalk, I've almost got myconfig set up the way I want it. Any advice on how to hack in shadow orb tracking as a faux playerbuff? Preferably 3 colors for each 1, 2, 3 orbs. I'm happy to get my hands dirty in the code base but some direction of where to start looking would save me hours. I don't imagine you've got time to add f...
File: EventHorizon Continued08-30-12
Re: Re: Re: Re: Re: I See Nothing
Posted By: fount
Hi Brusalk, Thanks so much for picking this up, I wasn't sure what I was going to do without it when it eventually broke come MoP. Unfortunately it isn't working for me at the moment. All I get is an empty frame (5 pixels or so high with the drag anchor) which disappears after a few seconds, and returns temporarily if i toggle...
File: EventHorizon Continued08-30-12
Re: Re: Re: Re: I See Nothing
Posted By: fount
Hi Brusalk, Thanks so much for picking this up, I wasn't sure what I was going to do without it when it eventually broke come MoP. Unfortunately it isn't working for me at the moment. All I get is an empty frame (5 pixels or so high with the drag anchor) which disappears after a few seconds, and returns temporarily if i toggle...
File: EventHorizon Continued08-30-12
Re: Re: Re: I See Nothing
Posted By: fount
Hi Brusalk, Thanks so much for picking this up, I wasn't sure what I was going to do without it when it eventually broke come MoP. Unfortunately it isn't working for me at the moment. All I get is an empty frame (5 pixels or so high with the drag anchor) which disappears after a few seconds, and returns temporarily if i toggle...
File: EventHorizon Continued08-30-12
Re: Re: I See Nothing
Posted By: fount
Hi Brusalk, Thanks so much for picking this up, I wasn't sure what I was going to do without it when it eventually broke come MoP. Unfortunately it isn't working for me at the moment. All I get is an empty frame (5 pixels or so high with the drag anchor) which disappears after a few seconds, and returns temporarily if i toggle...
File: EventHorizon Continued08-30-12
I See Nothing
Posted By: fount
Hi Brusalk, Thanks so much for picking this up, I wasn't sure what I was going to do without it when it eventually broke come MoP. Unfortunately it isn't working for me at the moment. All I get is an empty frame (5 pixels or so high with the drag anchor) which disappears after a few seconds, and returns temporarily if i toggle...
File: EventHorizon Continued10-22-10
target debuffs checking lag
Posted By: fount
After updating to r376 my framerate drops from 35 to 6 in stormwind when I target anything other than myself or nothing. Though I've only tested it on my priest, and it only happens in my disc spec, shadow is fine. I switched to default config to be sure and still happening. If you need specifics of the spec you can find my toon here...
File: EventHorizon Continued10-17-10
[bug] blend modes changes mouseover behavior
Posted By: fount
@Irowyn: read the comments before you. Thanks for pushing this out Taroven, working great. I think I found a bug with the blend modes. changing "cooldown = 'MOD'," seems to cause the mouseover debuff tracking to only work with mouseover targets and not actual targets which is the normal behavior otherwise. so If I put a renew on m...