Results: 3Comments by: Calibaen
File: EventHorizon03-18-09
Originally posted by Tifi On http...
Posted By: Calibaen
Originally posted by Tifi On http://www.wowhead.com/?spell=36032 it says it's a buff. I just looked it up in a combat log, and it's a debuff indeed. Which sucks for Arcane Mages, because at the moment debuffs are only tracked on your target. Noted as a ToDo. thanks :) i'll keep one of my many eyes on this awesome addon ;)
File: EventHorizon03-18-09
Originally posted by Tifi Do you...
Posted By: Calibaen
Originally posted by Tifi Do you mean the buff? You should use only one bar per spell, so for Arcane Blast try this: -- Arcane Blast self:NewSpell({ spellID = 42897, cast = true, playerbuff = 36032, -- Arcane Blast minstacks = 3, }) Anyways, thanks for the config, I'll review it and use it for the default M...
File: EventHorizon03-17-09
as for an Arcane Mage (57/3/11), I...
Posted By: Calibaen
as for an Arcane Mage (57/3/11), I use the following config: local config = EventHorizon.config function EventHorizon:InitializeClass() self.config.gcdSpellID = 1459 -- Arcane Blast self:NewSpell({ spellID = 42897, cast = true, unique = true, }) -- Arcane Barrage self:NewSpell({ spellID = 44781, cast...