Results: 4Comments by: backjauerlock
File: EventHorizon Continued07-25-16
few more basic configs
Posted By: backjauerlock
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. Blood / Unholy DK...
File: EventHorizon Continued07-22-16
Re: Re: Help
Posted By: backjauerlock
function EventHorizon:InitializeClass() self.config.gcdSpellID = 19750 -- Flash of Light (lvl 8 spell common to all specs) -- Crusader Strike (lvl 1 spell) self:newSpell({ cooldown = 35395, requiredTree = {0,2,3}, -- Holy drops it but it works without a spec keepIcon = true, }) end Thanks, it is working now!
File: EventHorizon Continued07-21-16
Help
Posted By: backjauerlock
For some reason the Elemental Shaman bars just aren't loading for me, and I've no idea why. It's marked as implemented and looking at the config it all seems to be there, but it doesn't seem to be loading. Nevermind: Managed to get it working. In the config all the abilities seemed to repeat themselves, once in a local mouseover p...
File: EventHorizon Continued07-20-16
I stuck together a rough warlock co...
Posted By: backjauerlock
I stuck together a rough warlock config, using the destruction one already completed and adding in Affliction and Demonology. It's a bit rough but I think I got most of the main dps spells and cooldowns. Not perfect but might be useful for more talented people to refine. function EventHorizon:InitializeClass() self.config.gcdSpe...