Results: 4Comments by: Angaroth
File: EventHorizon Continued10-29-12
That seems very wrong and not what...
Posted By: Angaroth
That seems very wrong and not what I have on my version. Can you pastebin.com me your myconfig.lua and config.lua files? User error. I was seeing that code I talked about in EventHorizon.lua, not config.lua
File: EventHorizon Continued10-17-12
Change in the config.lua file the t...
Posted By: Angaroth
Change in the config.lua file the text config.width = 375 to config.width = 150 I tried putting config.width = 100 in myconfig.lua and it didn't narrow it down. I see in my config.lua width = { default = 150, number = true, name = 'Bar Width', desc = 'Set the width of shown bars. Icons add to the actual width o...
File: EventHorizon Continued09-28-11
Re: Re: Bane of Doom
Posted By: Angaroth
Originally posted by Taroven Try this: hasted = true, }) OK, thanks. Another question - Bane of Doom ticks aren't affected by haste, they are a constant 15 seconds. Should I leave hasted=true?
File: EventHorizon Continued09-27-11
Bane of Doom
Posted By: Angaroth
Is there a way to show the 15 second Bane of Doom ticks? Would something like -- Bane self:NewSpell({ spellID = 603, debuff = {18662}, dot = 15, refreshable = true, hasted = false, requiredLevel = 8, }) work?