Results: 202Comments by: Brusalk
File: EventHorizon Continued04-20-15
Hey All, I apologize for the ina...
Posted By: Brusalk
Hey All, I apologize for the inactivity in updating this addon. I just wanted to let those interested know that I'm getting back into the swing of developing this addon. Life has been rough and neccesistated prioritizing other projects. I'm at a point now where I can more regularly work on this addon. :)
File: EventHorizon Continued11-17-14
I am trying to make a bar for Bandi...
Posted By: Brusalk
I am trying to make a bar for Bandit's Guile for the rogue module. Here is what I have so far. -- Bandit's Guile self:newSpell({ playerbuff = {84747,84746,84745}, requiredTree = 2, requiredLevel = 60, }) I am trying to get them to be in the same bar and show which stage is active. I think it used to work that wa...
File: EventHorizon Continued11-14-14
UPDATE! Tonight I'm going to fin...
Posted By: Brusalk
UPDATE! Tonight I'm going to finish the Warrior config changes and then push out a new version. The reasoning behind why I waited to push all class config changes at once rather than pushing them as I finished them is due to my ability to provide support for people experiencing problems with the new version. Work/life has been...
File: EventHorizon Continued10-15-14
Thanks for catching this stuff guys...
Posted By: Brusalk
Thanks for catching this stuff guys. I'll work to add it in asap. With regards to the gcd thing, EH uses it to determine how long a GCD lasts. It's ideally an instant available to all three specs. The spell doesn't have to actually be the one used, but just one which goes on GCD the same time as everything else.
File: EventHorizon Continued10-14-14
I'm getting the addon to work with...
Posted By: Brusalk
I'm getting the addon to work with most of my characters, but I get the following error with my Affliction Warlock: Date: 2014-10-14 15:50:22 ID: 1 Error occured in: Global Count: 1 Message: ..\AddOns\EventHorizon\EventHorizon.lua line 2321: table index is nil Debug: EventHorizon\EventHorizon.lua:2321: EventHo...
File: EventHorizon Continued10-01-14
Hey Brusalk, Is there a way to co...
Posted By: Brusalk
Hey Brusalk, Is there a way to combine two different spell IDs onto one line? For example, I want to track Sniper Training and Sniper Training: Recently Moved on the same bar. I'm currently doing this with a weakaura overlayed on Sniper Training that's tracking Recently Moved, like this: http://i.imgur.com/fF07VXw.png I have...
File: EventHorizon Continued10-01-14
Is there a way to track FIRST charg...
Posted By: Brusalk
Is there a way to track FIRST charge of multiple-charged spells like Confalgrate? At the moment, no. I was thinking of adding something like ticks for dots for spells on a recharge, but I'm not sure what the best approach would be yet. I have to think on this still.
File: EventHorizon Continued10-01-14
Hey most "bugs" i have posted in...
Posted By: Brusalk
Hey most "bugs" i have posted in my post from 07-31-14, 04:22 PM nothing changed yet :( This weekend I'll have some time to work on class configs. I'll be sure to include yours and fix your bugs with those. Sorry it's taken so long. I'm working full time and going to school part time all while still raiding. I have a limit...
File: EventHorizon Continued09-06-14
After making my "standard" changes,...
Posted By: Brusalk
After making my "standard" changes, everything looks good. My only suggestion would be changing the default spell order for Elemental, so that Lava Burst and Elemental Blast will always end up next to each other (this is useful for judging which cooldown will be up soonest) Thanks for the input binkenstein!
File: EventHorizon Continued09-06-14
The code posted by Shmii doesn't se...
Posted By: Brusalk
The code posted by Shmii doesn't seem to work for me. I get this error: essage: Interface\AddOns\EventHorizon\EventHorizon.lua:2115: Usage: GetAddOnInfo(index) Time: 09/06/14 14:23:39 Count: 1 Stack: : in function `GetAddOnInfo' Interface\AddOns\EventHorizon\EventHorizon.lua:2115: in function `LoadClassModule' Interface\AddOn...
File: EventHorizon Continued09-06-14
I just uploaded v1.9.5-Beta-4 which...
Posted By: Brusalk
I just uploaded v1.9.5-Beta-4 which should fix the issues you guys are seeing. It's a bit of an annoying issue :/ Major thanks to the guys who stepped in and tried to fix the problem!
File: EventHorizon Continued09-06-14
Re: Interaction with kgPanels
Posted By: Brusalk
Hey there, Just started using EH, loving it so far but I'm wondering if it's possible to use it as a parent frame? I'm using kgPanels at the moment to help add outlines between bars when using spacing, but when I check the /framestack, all I get for EH is a set of tables without being able to properly set it as a parent frame....
File: EventHorizon Continued08-04-14
Thanks for the help all. I'm cur...
Posted By: Brusalk
Thanks for the help all. I'm currently right in the middle of crunch time at work for pushing this release out for the due date later this week, so I won't be able to make any changes until later this week potentially.
File: EventHorizon Continued07-27-14
Re: Requiredtree=0, not working
Posted By: Brusalk
Heya... Long time user of EH (from the old version too), and I love that work is stil being done on this very important addon. I'm a father of two and husband who's wife plays, and lately we have returned to the game for some "family outings"... Hehehe. We all created new characters to play together as a family. Anyway, upon c...
File: EventHorizon Continued07-27-14
Can you give me a class/spec/talent...
Posted By: Brusalk
Can you give me a class/spec/talent config to look at so I can reproduce the problem? I'm not sure what you're referring to. Sure: For example, this screenshot: http://i.imgur.com/RPMZ2q1.jpg Logged into my copied hunter Event Horizon displays Chimaera Shot, replaces Steady Shot with Focusing Shot appropriately, Aimed Shot and...
File: EventHorizon Continued07-25-14
I'll look into these two things lat...
Posted By: Brusalk
I'll look into these two things later when I get home from work.
File: EventHorizon Continued07-23-14
The reason it didn't show up for yo...
Posted By: Brusalk
The reason it didn't show up for you when dead is because the talent API in the past hasn't always been ready on PLAYER_LOGIN (It's like a 50% chance), so the workaround is checking if it is, and if it's not running on PLAYER_ALIVE. Makes sense. I'm at work during the days this week, so if you can improve the hunter one I'd be...
File: EventHorizon Continued07-21-14
Does 1.9.5-Beta-2 work? Looks go...
Posted By: Brusalk
Does 1.9.5-Beta-2 work? Looks good! No LUA errors. Here's what I've got for you so far - Logged in dead in Talador, didn't receive the one time message while in ghost form: http://i.imgur.com/WS4t5YR.jpg Worked after being disconnected and ported alive to Orgrimmar, though: http://i.imgur.com/rkYss8Q.jpg At a test dummy: h...
File: EventHorizon Continued07-20-14
In the meantime, I've updated V 1.9...
Posted By: Brusalk
In the meantime, I've updated V 1.9.5 to V 1.9.5-Beta-1 which retains backwards compatibility for 5.4, and adds WoD beta support. Keep in mind that this version is purely an update to the addon's core, and class configurations have not been touched or tested whatsoever, as I don't have the capacity to test/develop them all by myse...
File: EventHorizon Continued07-20-14
Being a nosey bugger I just thought...
Posted By: Brusalk
Being a nosey bugger I just thought I'd check in and see how the re-write is going. I've been running around on the Beta and really miss having EH there. Ditto this. I was messing with EH a bit in anticipation of the beta raid testing that was just announced, as I'd particularly like to have it up and running for that. I was onl...
File: EventHorizon Continued07-20-14
Being a nosey bugger I just thought...
Posted By: Brusalk
Being a nosey bugger I just thought I'd check in and see how the re-write is going. I've been running around on the Beta and really miss having EH there. I'm still working on the re-write, but it's a slow process made slower due to real life commitments/full-time employment/raiding. I've made some significant progress the past few...
File: EventHorizon Continued02-18-14
Hello! Is there a way to show the...
Posted By: Brusalk
Hello! Is there a way to show the count of Force of Nature treants left? I'm very interested in it =-) Not stock. It's something you could add yourself, but it's not possible with stock EH.
File: EventHorizon Continued01-27-14
Re: Re: Re: Re: Re: Re: [bug] 1.9.5 table index is nil
Posted By: Brusalk
Those pastebins are expired/deleted. Set the duration on them to at least a day, maybe more and I'll look at em. Weird, I had set the duration for a month. I'll try making them public instead. config.lua in EventHorizon folder http://pastebin.com/tMv9w3Wc myconfig.lua in EventHorizon_Priest http://pastebin.com/xkdhej3n...
File: EventHorizon Continued01-24-14
Re: Re: Re: Re: [bug] 1.9.5 table index is nil
Posted By: Brusalk
Can you pastebin me your priest config? I think you have a custom config or a really old version of it. The current configuration for priest doesn't include any trinket ICDs which is what that error tells me is going on.I shall do you one better, and give you both my priest config and my general config. myconfig.lua - in the Pries...
File: EventHorizon Continued01-20-14
Re: Re: [bug] 1.9.5 table index is nil
Posted By: Brusalk
I found the error was caused by this line in config.lua, within the main EventHorizon folder: config.showTrinketBars = falseIf you change the value to true, it gives that error. Also, even with RedShift enabled, that same line changed to true doesn't hide EH until after the first combat you get into. Can you pastebin me your prie...