View Single Post
02-22-10, 08:03 AM   #3
Taroven
A Cyclonian
AddOn Author - Click to view addons
Join Date: Dec 2006
Posts: 49
Custom tags are the way to go, and fairly easy to do.

Code:
local myES = select(8,UnitBuff(unit,"Earth Shield")) == 'player'
You'll need to figure out how to use that in a tag. Event to watch is UNIT_AURA. If you need the number of stacks and not just whether or not the buff is there, it's about the same deal with a full list of UnitBuff returns.
__________________
Former author of EventHorizon Continued and Other Releases.
  Reply With Quote