Results: 5Comments by: Stilmore
File: EventHorizon Continued07-22-16
Re: Re: Re: Re: Re: Re: MM Hunter Config
Posted By: Stilmore
I actually did try that, but the bars still don't show up Strange. It could be a text encoding problem. I had a problem the other day where dashes were converted to emdashes when I copied from the web browser. If that happened to you, the comments would not be interpreted as comments and would definitely cause that problem. You ma...
File: EventHorizon Continued07-21-16
Re: Re: Re: Re: MM Hunter Config
Posted By: Stilmore
I actually did try that, but the bars still don't show up Strange. It could be a text encoding problem. I had a problem the other day where dashes were converted to emdashes when I copied from the web browser. If that happened to you, the comments would not be interpreted as comments and would definitely cause that problem. You ma...
File: EventHorizon Continued07-21-16
Re: Re: MM Hunter Config
Posted By: Stilmore
I put together a basic config for MM hunter. Since talents are largely different between the different specs, I included a spec conditional for each of the talent configs included. I also changed the gcdSpellID. self.config.gcdSpellID = 982 -- Revive Pet --MARKSMANSHIP -- Vulnerable self:newSpell({...
File: EventHorizon Continued07-21-16
Re: Help
Posted By: Stilmore
I was also trying to put a simple Ret paladin config together, but I can't even get it to show one bar; I normally test each spell individually before adding another. But I can't even get this to load: function EventHorizon:InitializeClass() self.config.gcdSpellID = 642 -- Retribution -- Crusader Strike self:newSpe...
File: EventHorizon Continued07-20-16
MM Hunter Config
Posted By: Stilmore
I put together a basic config for MM hunter. Since talents are largely different between the different specs, I included a spec conditional for each of the talent configs included. I also changed the gcdSpellID. function EventHorizon:InitializeClass() self.config.gcdSpellID = 982 -- Revive Pet --MARKSMANSHIP...