View Single Post
12-21-05, 05:13 PM   #15
Gello
A Molten Giant
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 521
Try this:

Name: Gouged
Trigger: UNIT_AURA
Delay: 0
Script:
if arg1=="target" then
local i
for i=1,16 do if UnitDebuff("target",i)=="Interface\\Icons\\Ability_Gouge" then EquipSet() i=17 end
end

I'm not sure what the debuff texture is for gouge. If Interface\\Icons\\Ability_Gouge doesn't work another rogue may need to help.
  Reply With Quote