Thread: oUF_Simple3
View Single Post
04-03-12, 06:14 PM   #11
villiv
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Jun 2006
Posts: 14
You may want to do some tests with:

Lua Code:
  1. local name, rank, icon, count, debuffType, duration, expirationTime, unitCaster, canStealOrPurge, shouldConsolidate, spellId, canApplyAura, isBossDebuff, points1, points2, points3, isCastByPlayer = UnitAura(unit, index, filter)
  2.  
  3. local hasCustom, alwaysShowMine, showForMySpec = SpellGetVisibilityInfo(spellId, "ENEMY_TARGET") -- "RAID_INCOMBAT" or "RAID_OUTOFCOMBAT"

And I hope you'll share your thought. =)
  Reply With Quote