Results: 202Comments by: Brusalk
File: EventHorizon Continued09-30-20
Shadowlands Support
Posted By: Brusalk
Hey All! Apologies for the mass-ping, but it's been quite a while, and I wanted to give folks some insight into my life, and an update on the status of EventHorizon for the future! I've been extremely busy with work, and also been suffering from debilitating depression and anxiety for a long time. Both affected my motivation to...
File: EventHorizon Continued03-29-17
v1.9.19 Released!
Posted By: Brusalk
v1.9.19 * Issue #35 - Updated for Patch 7.2 * Added BM/Survival Class Configs (Thanks Cluey!!!) * Many class-config updates, plus new styling (Huge thanks Cluey!!!) * Fix for debuffs showing charge counts by mistake (Thanks Ikuria!)
File: EventHorizon Continued01-15-17
v1.9.18 Released!
Posted By: Brusalk
v1.9.18 Released! * Issue #17 -- Added support for per-bar configuration of colors and texture options * * This allows you to set most colors on a bar-by-bar basis by adding a "barcolors" option to the config for a spellbar. This option accepts a table of color IDs to the color table (RGBA). * * Here is an example for I...
File: EventHorizon Continued09-26-16
EventHorizon v1.9.14 Released
Posted By: Brusalk
Big things: 1) Added Prot Warrior 2) Fixed CurseClient update process deleting myconfig files -- New EventHorizon_Configs folder you can create and dump myconfig.lua files in there. See changelog/class toc files for more details. 3) Fixed requiredArtifactTalent by swapping to a new Artifact API Library 4) Cleaned up debug log spa...
File: EventHorizon Continued08-30-16
Re: Rogue complete config
Posted By: Brusalk
Didn't make it in time for your update but below i am pasting a full config of the rogue class. I have included talents with cooldowns and duration and artifact spells. One clarification though. On the Outlaw spec i moved the bars under the level 100 talents. The reason are the 6 different buffs that you can get via Roll the Bones...
File: EventHorizon Continued08-30-16
With the release of 1.9.11 I've got...
Posted By: Brusalk
With the release of 1.9.11 I've gotten things more or less how I want them. As shadowpriest, there are however a couple of small things I can't figure out... When I load in, the Mind Flay icon is shown as Prayer of Mending. It's no big deal as it switches back to the real Mind Flay icon once I start channeling, its just weird. Also,...
File: EventHorizon Continued08-30-16
Re: few more basic configs
Posted By: Brusalk
I've cobbled a few more configs together. Blood and Unholy DK, Windwalker Monk, Arms and Fury Warrior, Ret Paladin and Feral Druid. They're not comprehensive; I just wanted something to use with my alts so I might have missed a few talents, but they should cover the rotations and talents suggested by Icy Veins. ... I do want to...
File: EventHorizon Continued08-30-16
v1.9.12 Released
Posted By: Brusalk
v1.9.12 Fixed requiredArtifactTalent option for non-level-100-characters. Added the following class configs: Paladin - Holy/Prot/Ret Warrior - Arms/Fury Druid - Balance/Feral/Guardian/Resto Death Knight - Blood/Frost/Unholy Priest - Disc/Holy/Discipline Rogue - Assassination/Outlaw/Sub...
File: EventHorizon Continued07-23-16
v1.9.11 released!
Posted By: Brusalk
Hey All! Huge thanks to everyone that's contributed a config for their spec! v1.9.11 should fix all the various bugs that v1.9.10 introduced, such as the problematic login dialogs (OOPS). It also includes all the various spec configs that I've gathered from here and the Discord server chat (Come say hi if you've not checked it...
File: EventHorizon Continued07-10-16
v1.9.10 Beta Version Releases
Posted By: Brusalk
v1.9.10 *Core - Added requiredArtifactTalent requirement with 3 usages: - 1) requiredArtifactTalent = spellID | Bar has a requirement that the given artifact talent (by passive SpellID) has at least one rank selected - 2) requiredArtifactTalent = { spellID, rank# } | Bar has a requirement that the given artifact talent (by passiv...
File: EventHorizon Continued06-26-16
Build 21992. Loading Core + Hunte...
Posted By: Brusalk
Build 21992. Loading Core + Hunter. Upon entering the game, "You do not have permission to perform that function" Can be re-initialised with /ehz /reload to display the same permission error. /ehz itself shows an empty set even with pruning to the hunter config.lua for legion spells. Can you please post the entire backtrace...
File: EventHorizon Continued06-26-16
Re: Assassination Rogue config
Posted By: Brusalk
Assassination Rogue config: function EventHorizon:InitializeClass() self.config.gcdSpellID = 1966 -- Assassination -- Rupture self:newSpell({ debuff = {1943,2}, requiredTree = 1, }) -- Garrote self:newSpell({ debuff = {703,2}, cooldown = 703, requiredTree = {1}, }) --Hemmorrhage self:new...
File: EventHorizon Continued06-17-16
Hey there, since about 5 days E...
Posted By: Brusalk
Hey there, since about 5 days Event Horizon won't load in WoW (Liveserver). I did not change anything, ... I think. In my Addonlist it's loaded. But the class part won't load. When I type /ehz the "/help text" appears, so WoW don't recognize this Addon. What's wrong =( I miss it. I tried on Shadow and Warlock. Both don't w...
File: EventHorizon Continued05-21-16
Beta Version for Legion Up
Posted By: Brusalk
v1.9.9 *Core: - Updated core addon functionality for legion beta *Class Configurations: - Warlock - - Implemented Destro Warlock Spec Class Configs *Misc Notes: - I do not have the time or will to update every class config for every new spec/class redesign for Legion. In the past this has taken me upwards of 80 hours, and I do...
File: EventHorizon Continued08-21-15
Anyone have a way to track the lege...
Posted By: Brusalk
Anyone have a way to track the legendary ring buffs and cooldowns. I got it working for when I click it but am not getting anything when someone else does. Unfortunately EventHorizon doesn't currently display buffs/debuffs with infinite duration. Unfortunately Blizzard coded the rings weirdly and made it so the raid gets an infini...
File: EventHorizon Continued07-23-15
Thanks for the update and continued...
Posted By: Brusalk
Thanks for the update and continued work! I tried to do something last week - showing buff stack counts on the icons (specifically Elemental Fusion stacks on the Flame Shock icon for elemental shamans) but didn't manage to do it. I remember EventHorizon being able to show Lightning Shield charges on the combined LB/CL/EQ bar befor...
File: EventHorizon Continued04-20-15
Release v1.9.7: v1.9.7 *Core:...
Posted By: Brusalk
Release v1.9.7: v1.9.7 *Core: - Removed addon load spam from being on by default. *Class Configurations: - Hunter - - Fixed Dire Beast to properly display cooldown and playerbuff - Druid - - Removed references to spells which no longer exist
File: EventHorizon Continued04-20-15
Couple of things. I don't belie...
Posted By: Brusalk
Couple of things. I don't believe this is currently possible so I suppose it is a request. Is there a way to stack multiple buffs on one row? I realise more then one buff can't be shown at once. Maybe the icon can change to the current / most recently applied buff. It would be nice for clumping similar buffs together, for example...
File: EventHorizon Continued04-20-15
Re: Spell charges
Posted By: Brusalk
I wanted to ask for the same as Morzella here; would it be possible for you to program in spells with charges, and have the charges f.ex. be a more translucent version of the cooldown bar. The best that is currently programmed is for there to be a bar shown from 0 charges to 1 charge. Stacking multiple bars on top of each other to...
File: EventHorizon Continued04-20-15
Re: Load spam
Posted By: Brusalk
Is there a setting somewhere to disable the load/reloadui spam? I don't need or want to see this each time I load into the game, change specs, or reload the UI. I know EventHorizon is loaded; there is no need to spam my chat. Please and thank you ;) I've turned this off in 1.9.7. Sorry :)
File: EventHorizon Continued04-20-15
Hey Brusalk, Event Horizon isn't...
Posted By: Brusalk
Hey Brusalk, Event Horizon isn't currently tracking GCDs for GCDStyle - whether line or bar. IE, with gcdStyle set to line or bar (not false) there are no lines displayed for the GCD. I'm also no longer getting lines for attempted button presses . edit; just a follow up to this since I never actually checked it...... the spell...
File: EventHorizon Continued04-20-15
I use this add-on for many classes...
Posted By: Brusalk
I use this add-on for many classes and very much appreciate all your hard work. I play primarily rogue, DK and priest and tracking the dots and self-buffs become greatly simplified. Given that buffs and dots can now be renewed with such a significant amount of time remaining (30% by my understanding), can this please be indicated...
File: EventHorizon Continued04-20-15
Re: Resto Druid
Posted By: Brusalk
Needless to say I love this addon. No other addon I know, can keep me on my toes when comes to rotations like EH does. Having problems with my resto druid thought. Can someone please help? Tanks in advance. Message: Interface\AddOns\EventHorizon\EventHorizon.lua:2270: table index is nil Time: 11/29/14 14:27:08 Count: 39 Stack...
File: EventHorizon Continued04-20-15
Re: Resto Druid problems
Posted By: Brusalk
Hello! I have several toons that i use this wonderful addon on. My main is a Rogue witch works like a charm. I have an alt Druid witch works witgh the feral spec but when i use the resto spec nothing comes up. No bars at all. Anyone else seing this problem? //Rocca 1.9.7 should fix this issue. Thanks for the report :)
File: EventHorizon Continued04-20-15
Re: [bug] Shadow Word: Pain and new target
Posted By: Brusalk
Playing as a Shadow Priest, the EventHorizon frame resets as it should when you switch targets, except for Shadow Word: Pain. The duration bar is displayed from the most recently afflicted mob. When you switch back to a mob that has SWP, its duration is from the previous mob. In other words, if you switch targets, the duration is...