Results: 3Comments by: Preston.brown
File: EventHorizon04-22-09
Re: Rogue
Posted By: Preston.brown
Originally posted by Taroven http://www.wowhead.com/?search=crippling&sourceid=mozilla-search#uncategorized-spells Try those. I finally found it. Here is the code that works: -- Crippling Poison self:NewSpell({ spellID = 3408, debuff = true, refreshable = true, })
File: EventHorizon04-22-09
Re: Re: Rogue
Posted By: Preston.brown
Originally posted by Taroven You'll need to experiment more with the spellid. And take out that dot line, if you would... Thanks for the quick reply, I have tried to change the spellid. Is there a way to get the Spell ID? I have Googled the Spell Id and came up with two but both of which do not work 3775 and 3776. Maybe it changed?
File: EventHorizon04-22-09
Rogue
Posted By: Preston.brown
This is a great interface Addon! I would like to add Crippling Poison to the interface. I'm not a coder but have tried a few things. Here is where I am currently: -- Crippling Poison TODO check tooltip self:NewSpell({ spellID = 3775, debuff = true, dot = 12, refreshable = true, I'm fairly certain about the spe...