Results: 202Comments by: Brusalk
File: EventHorizon Continued03-15-13
I have an issue with my Brewmaster....
Posted By: Brusalk
I have an issue with my Brewmaster. We have two different buffs with the same name "Elusive brew", but different IDs: 128939 and 115308. When I try to enable only 115308 buff, it shows me 115308 AND 128939 at the same line. How can I fix this problem? The code is: --Elusive brew self:newSpell({ playerbuff = 115308, re...
File: EventHorizon Continued03-15-13
Re: update for SP rotation
Posted By: Brusalk
Aloha...haven't had to hit this forum in ages, but a change in ShadowPriest is forcing me back. So, apparently when you take the talent Solace and Insanity, and trigger Insanity (via Devouring Plague) it changes the spell ID for Mind Flay, well I have to assume it does as it no longer registers on EH. granted it is only a 2 cast (6 s...
File: EventHorizon Continued03-15-13
As someone else mentioned way back...
Posted By: Brusalk
As someone else mentioned way back in Sept., I too am unable to get EH to hide when out of combat on my warlock. Tested with no other addons running. Was anything ever discovered as to what causes this? EDIT: Oh good grief. I somehow totally missed that there is a "/ehz redshift" command - I thought setting it in the config file w...
File: EventHorizon Continued03-15-13
Re: After 5.2 EHZ on my warrior printing
Posted By: Brusalk
Hello, After patch 5.2 today EHZ on my warrior was printing continously printing "Eventhorizon: nil" to the chat frame. In addition the EHZ frame was not showing correctly (only top border of frame, nothing else). Patch 5.2 removed the warrior ability Deadly Calm from the game so I wondered if that was the cause. I removed the...
File: EventHorizon Continued03-06-13
Re: 5.2
Posted By: Brusalk
Is anyone else experiencing a constant stream of lua errors running EventHorizon since 5.2? more so; has anyone found a way to fix this? I haven't had any trouble, but if you can post an error log I can figure out the problem.
File: EventHorizon Continued11-11-12
No. That being said, if a murder...
Posted By: Brusalk
No. That being said, if a murder of crows is a debuff on the target, then make sure that the spellID you're using is correct. (It's possible for the debuff to not be the same as the spellID of the spell you cast) Wowhead seems to have the spellID as 120657. See below: http://www.wowhead.com/spell=120657/a-murder-of-crows#com...
File: EventHorizon Continued11-11-12
Is there a way to manually decide o...
Posted By: Brusalk
Is there a way to manually decide on a debuff tracker for an ability? As it currently stands, A Murder of Crows can't be tracked by inputting the spell ID. This normally wouldn't be an issue (I don't think?), but because hunters can reset their cooldowns yet can't allow MoC to be overwritten, we need a timer to track when our MoC de...
File: EventHorizon Continued10-29-12
That seems very wrong and not what...
Posted By: Brusalk
That seems very wrong and not what I have on my version. Can you pastebin.com me your myconfig.lua and config.lua files? User error. I was seeing that code I talked about in EventHorizon.lua, not config.lua Ah. Yep. That'd do it. Sorry for the confusion!
File: EventHorizon Continued10-29-12
Re: Re: Re: playerbuff clobbers cooldown
Posted By: Brusalk
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
Re: playerbuff clobbers cooldown
Posted By: Brusalk
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-23-12
Update on the state of the rewrite:
Posted By: Brusalk
Hey All. I figured it was due time for an update! I'm still working as much as I can on finishing up the rewrite. I have a lot done but between the release of 5.0 and raiding, as well as school and the hardest set of classes I've ever taken I don't have a whole lot of free time. (Which is why I was trying to get it out before rele...
File: EventHorizon Continued10-23-12
Change in the config.lua file the t...
Posted By: Brusalk
Change in the config.lua file the text config.width = 375 to config.width = 150 I tried putting config.width = 100 in myconfig.lua and it didn't narrow it down. I see in my config.lua width = { default = 150, number = true, name = 'Bar Width', desc = 'Set the width of shown bars. Icons add to the actual width o...
File: EventHorizon Continued09-21-12
I've been running into an issue wit...
Posted By: Brusalk
I've been running into an issue with my Engineering gloves and 5.0: I added the line self:NewSpell({slotID = 10}) in the config.lua for priests, and the gloves show properly on the EventHorizon bar. When I zone into an instance (or take a port across the world), my gloves are removed from EventHorizon and no longer show on the s...
File: VuhDo09-16-12
Hey! I've been trying out Vuhdo...
Posted By: Brusalk
Hey! I've been trying out Vuhdo as a replacement for Grid because of all the amazing customization and options you've included into this addon. I've only encountered one problem so far, unfortunately, and it's that I've set up and saved 2 different profiles which activate based off of group size. I've set up a 10man profil...
File: VuhDo09-15-12
Hey! I've been trying out Vuhdo...
Posted By: Brusalk
Hey! I've been trying out Vuhdo as a replacement for Grid because of all the amazing customization and options you've included into this addon. I've only encountered one problem so far, unfortunately, and it's that I've set up and saved 2 different profiles which activate based off of group size. I've set up a 10man profil...
File: EventHorizon Continued09-15-12
Re: Re: Re: Re: Redshift auto hide not working?
Posted By: Brusalk
Is the redshift stuff working? I've tried enabling redshift so that EH should hide when I have no target, but it's no hiding.... config.enableRedshift = true -- Enable Redshift's show/hide functions? Default = false config.Redshift.showCombat = true -- Always show EH in combat. Default = true config.Redshift.showHarm = true...
File: EventHorizon Continued09-13-12
How do I disable the spellid insert...
Posted By: Brusalk
How do I disable the spellid insert into tooltips? At the top of EventHorizon.lua set local spellIDsEnabled = true to false instead. Or remove the line entirely.
File: EventHorizon Continued09-10-12
I'm not sure how you're predicting...
Posted By: Brusalk
I'm not sure how you're predicting ticks at the moment, but I've found out the AURA_APPLIED/AURA_REFRESHED timestamp and the initial instant tick of SW:P (PERIODIC_DAMAGE) are always identical, so it seems like that should be an easy to filter out issue. Sorry for all the spam. :P I've become so dependent on EventHorizon that a...
File: EventHorizon Continued09-10-12
Re: Re: Re: Re: Re: Re: Re: Re: Shadow Priest suggestions
Posted By: Brusalk
Are you positive? The last time I inspected this during Cataclysm beta I was watching the tooltip of my applied dot change as I gained and lost dynamic haste, and we know that doesn't happen. What would you do? Cycle through the aura's destination unit debuff buttons? How are you going to deal with non unitID'd applications such a...
File: EventHorizon Continued09-10-12
Re: Re: Re: Re: Re: Re: Re: Shadow Priest suggestions
Posted By: Brusalk
Are you positive? The last time I inspected this during Cataclysm beta I was watching the tooltip of my applied dot change as I gained and lost dynamic haste, and we know that doesn't happen. What would you do? Cycle through the aura's destination unit debuff buttons? How are you going to deal with non unitID'd applications such a...
File: EventHorizon Continued09-10-12
Re: Re: Re: Re: Re: Shadow Priest suggestions
Posted By: Brusalk
I'm actually experimenting with pulling the tick-time information from the tooltips themselves rather than attempting to calculate it manually in the rewrite. Not sure if I'll end up keeping it this way as it mostly depends on whether I can reliably get the tick time from the debuff/buffs on units, but my cursory inspection of debuff...
File: EventHorizon Continued09-09-12
Re: Re: Re: Shadow Priest suggestions
Posted By: Brusalk
First of all, I would like to thank you for continuing this project. As a long time priest and warlock, I cannot tell you how much the addon means to me. That said I have a few small requests for the shadow priest module: I think it's fine that Devouring Plague doesn't have it's own bar, however, I think it might make more s...
File: EventHorizon Continued09-08-12
Re: Shadow Priest suggestions
Posted By: Brusalk
First of all, I would like to thank you for continuing this project. As a long time priest and warlock, I cannot tell you how much the addon means to me. That said I have a few small requests for the shadow priest module: I think it's fine that Devouring Plague doesn't have it's own bar, however, I think it might make more s...
File: EventHorizon Continued09-04-12
Re: Re: Redshift auto hide not working?
Posted By: Brusalk
Is the redshift stuff working? I've tried enabling redshift so that EH should hide when I have no target, but it's no hiding.... config.enableRedshift = true -- Enable Redshift's show/hide functions? Default = false config.Redshift.showCombat = true -- Always show EH in combat. Default = true config.Redshift.showHarm = true...
File: EventHorizon Continued09-04-12
eh .10 works great in the raid....
Posted By: Brusalk
eh .10 works great in the raid. only when you have bigwigs additional it doesn't work - but seems to be a problem from bw. so gr8 job, tx 4 updating. if i see any problems or inaccuracity i will report it here. Odd. I run .10 and bigwigs with no problems. yeah, i found out it's a problem with using tukui. so tukui + bw...