Results: 2Comments by: alphonsse
File: EventHorizon04-23-09
Originally posted by Tifi Try rem...
Posted By: alphonsse
Originally posted by Tifi Try removing the last line like so: --Glyph of Life Tap self:NewSpell({ spellID = 63321, playerbuff = true, }) Life Tap is an instant, not a cast spell. This worked, thanks a bunch!
File: EventHorizon04-22-09
I added a bar to track the Glyph of...
Posted By: alphonsse
I added a bar to track the Glyph of Life Tap buff since it is now an important part of a warlocks rotation. Here is the code: --Glyph of Life Tap self:NewSpell({ spellID = 63321, playerbuff = true, cast = true, }) An issue that I'm having with it is that if I cast life tap again while the buff is still active, th...