Results: 202Comments by: Brusalk
File: EventHorizon Continued01-06-14
Re: thanks and request
Posted By: Brusalk
Thank you so much for continuing to develop and support Event Horizon. I started using EH way back in vanilla WoW, and it's really my one critical add-on as a caster dps. That being said, here's my request, since I'm not brave enough to start tinkering with EH settings myself - would you consider separating moonfire and sunfire track...
File: EventHorizon Continued01-06-14
Re:
Posted By: Brusalk
Im very. very, very neew to .lua configuration but I find it very fun to fiddle around with. Is there any way you can get "overlapping" bars? For example, when Im playing Sub on my rogue, I would like the rupture bar to show Rupture, but if I used Garotte I would like it to show Garrote instead so that I dont overlap the two spells...
File: EventHorizon Continued01-06-14
I have dire beast (hunter) showing...
Posted By: Brusalk
I have dire beast (hunter) showing up even without the talent active. Looks like there's 2 entries for it in the lua, only one is marked as a talent Thanks for catching this. I apparently missed that entry when going through all the class configs originally.
File: EventHorizon Continued01-06-14
I finally have some time between he...
Posted By: Brusalk
I finally have some time between heroic progression (9/13H :D) to work on EH. I just wanted to take a moment to say thanks for keeping this alive! This addon is what makes me the most amazing raider in my group ;) (I just came out of retirement, and I'm more than 20 item levels average below the DPS leader and I'm his main compe...
File: EventHorizon Continued01-06-14
Shadow Blades did not load when I t...
Posted By: Brusalk
Shadow Blades did not load when I tried the new version, and the issue is with me typing it the old way. This is the correct code (for anyone who needs quick fix, just overwrite Shadow Blades code in config.lua file of EH_Rogue folder): -- Shadow Blades self:newSpell({ playerbuff = {121471,0}, cooldown = 121471, requ...
File: EventHorizon Continued01-06-14
I might be blind but I can't find a...
Posted By: Brusalk
I might be blind but I can't find anything to modify the tick indicators. I want to make it take the entire bar and be thick/white. Right now it's like a tiny light blue dot at the top of the bar (I'm a shaman) Down at the bottom of the config there is a section called layouts which from the comments says: "This little table j...
File: EventHorizon Continued01-06-14
Oh god I wish I could figure out wh...
Posted By: Brusalk
Oh god I wish I could figure out why my inbox is spam-filtering all of my "comment posted" emails from WoWI. I'm sorry guys! I thought no one was asking anything. (A apologize for this incoming wall-o'-text in advance.) 1.9.5-14 seems to be corrupt. Archive won't unzip I rezipped it. Hopefully it works this time. Yup, t...
File: OPie01-06-14
To revisit that last answer, Is...
Posted By: Brusalk
To revisit that last answer, Is there a way to choose a "default" button for when you have sub-rings that's remembered between openings? OPie Lime 9 has a "Forget sub-ring rotation" option for sub-ring slices, which ensures that whenever you open a ring, the first slice in the sub-ring starts out selected. Also, there woul...
File: OPie10-30-13
Hey! I recently found OPie and I've...
Posted By: Brusalk
Hey! I recently found OPie and I've fallen in love with it. It's so smooth and awesome! :D Is there a way to choose a "default" button for when you have sub-rings that's remembered between openings? I'll give an example: I have a ring that is set up to have multiple rings, and one of those sub-rings is one for choosing betwee...
File: EventHorizon Continued09-21-13
Re: Raiding Mistweaver help
Posted By: Brusalk
I am so glad this addon is being kept up again. One of this attributes I love about this addon is the ability to modify it. With that being said... help please. Im an active higher end raider- mistweaver. I am hoping that EventHorizon can be modified in a very specific way. I need the following: Thunder Focus Tea - tracks both o...
File: EventHorizon Continued09-21-13
Re: Re: ehz hidden option remembered
Posted By: Brusalk
Also I've edited my class specific spells pretty heavily, and every login I get like 6-7 lines from event Horizon that it's loading spell ids, nil, nil whatever, that's really unnecessary I think, but that's really a minor annoyance. I mostly have it because it's the easiest way I have to get errors from the config noticed in such...
File: EventHorizon Continued09-21-13
Re: ehz hidden option remembered
Posted By: Brusalk
Hey there, thanks for your work on this addon, it's great but there's one thing I can't seem to be able to solve. I'd simply like eventhorizon to remember if it's hidden/deactivated or not, so that i don't have to type /ehz every time I login, since I only want to activate it for raids, just like recount. Recount stays hidden, unt...
File: EventHorizon Continued09-21-13
The following is my old config.lua...
Posted By: Brusalk
The following is my old config.lua file inside EventHorizon_Rogue folder. I've added the spells that need tracking. Not sure if anything needs to be updated for new version, as my programming is fairly limited. So still rolling with the old version until new one is stable. :) function EventHorizon:InitializeClass()...
File: EventHorizon Continued09-21-13
1.9.5-14 seems to be corrupt. Arch...
Posted By: Brusalk
1.9.5-14 seems to be corrupt. Archive won't unzip I rezipped it. Hopefully it works this time.
File: EventHorizon Continued09-20-13
Made an account just to post about...
Posted By: Brusalk
Made an account just to post about this. :) First of all, thank you for keeping this awesome add-on alive, Brusalk. Here is my small contribution in form of some issues I've caught. Rogue abilities appear to be out of date. Overkill has been gone since Cataclysm launch and Deadly Poison tracking is irrelevant. Assassinatio...
File: EventHorizon Continued09-20-13
The spell ID for Dream of Cenarius...
Posted By: Brusalk
The spell ID for Dream of Cenarius on druids is causing EH to break completely and output "nil" to the chat window every second. Here is the fix: -- Dream of Cenarius self:newSpell({ playerbuff = {145162,0}, requiredTalent = 17, }) Also, while I'm posting. This is very useful to add to the guardian bars: -- Savag...
File: EventHorizon Continued09-16-13
New Version: v1.9.5-13 *Class C...
Posted By: Brusalk
New Version: v1.9.5-13 *Class Configurations: - Warrior - - Removed Deadly Calm (No longer in-game) - Hunter - - Fixed a typo causing major issues
File: EventHorizon Continued09-16-13
Hello, could we have a config optio...
Posted By: Brusalk
Hello, could we have a config option to set the opacity of the anchor, and to hide the spell-ID display? Currently the only way to hide it is to go into the main lua file and change it there. Hi there: Those are certainly doable, though I'm not sure with Heroic progression this week and what I have to finish tonight if I'll be...
File: EventHorizon Continued09-16-13
it works! thank you very much :)...
Posted By: Brusalk
it works! thank you very much :) PS: "dire beast" : this line is always shown, regardless i specced into it or not. maybe you can fix it also in the next version. Will do. It's difficult because I don't actually have a lot of the classes supported by EH. I mostly just take my best guess at what's important rotationally, or g...
File: EventHorizon Continued09-16-13
disabled the lua errors in the opti...
Posted By: Brusalk
disabled the lua errors in the options- sorry my bad :) now i am getting this Message: Interface\AddOns\EventHorizon_Hunter\config.lua:139: '}' expected (to close '{' at line 136) near 'requiredTalent' Time: 09/16/13 20:30:42 Count: 1 Stack: : in function `LoadAddOn' Interface\AddOns\EventHorizon\EventHorizon.lua:1983: in fu...
File: EventHorizon Continued09-16-13
It doesn't appear on screen - so it...
Posted By: Brusalk
It doesn't appear on screen - so it dont make sense to post a screenshot :) there is no debug txt in the chatbox. Tried it on my priest and there is the debug text , but on my hunter there is simply nothing Can you post any Lua errors you get? I'm 99% sure that if EH isn't even showing up on your hunter that you should be gettin...
File: EventHorizon Continued09-16-13
Addon is not working any more for m...
Posted By: Brusalk
Addon is not working any more for my hunter Can you give me anything more specific? Is there any LUA Errors? When you reloadui, there should be some debug text output printed to your main chat frame that tells you the spells being put on specific bars. Can you tell me if any of those say nil, and if they do, what the last bar that...
File: EventHorizon Continued09-16-13
Updated Version: v1.9.5-12 *Cla...
Posted By: Brusalk
Updated Version: v1.9.5-12 *Class Configurations: - Shaman - - Fixed configuration error with level 60/90 talents.
File: EventHorizon Continued09-15-13
Just updated to a new version. Note...
Posted By: Brusalk
Just updated to a new version. Note that, while I updated most class modules, I'm not 100% sure on whether they all work correctly as I don't have a character at 90 of all classes. Please let me know here if there are issues! v1.9.5-11 *Core: - Added support for requiredTalent (graciously given to me by Sylna (http://www.cursefo...
File: EventHorizon Continued05-27-13
Re: Having Issues Brewmaster
Posted By: Brusalk
Can someone help me please, I am having trouble setting up a bar to show my Shuffle uptime I have tried the following code: --Shuffle self:newSpell({ Playerbuff = 115307, requiredTree = 1, }) for some reason this is causing EH to display my Legacy of the Emperor buff :-S I'm not sure why it's showing that as...