View Single Post
09-08-09, 08:53 PM   #279
Waverian
A Chromatic Dragonspawn
AddOn Author - Click to view addons
Join Date: Dec 2006
Posts: 188
Originally Posted by Aerials View Post
k, i'll check out info on onupdate scripts... gotta change the core until I want to fully impliment the element into the layout because it's only set up to work for player in oUF's status.lua.
You can handle it manually. Create a combat icon (or text) for each raid member with a loop / iteration of some sort, then hide it. In your OnUpdate script iterate through each raid member, if they're in combat call :Show() on their combat icon.

I personally wouldn't suggest implementing it though honestly. It's a lot cleaner to track player only because the client has events that trigger when the player enters and leaves combat. To each their own though.