View Single Post
03-02-09, 12:00 PM   #836
lanacan
A Warpwood Thunder Caller
 
lanacan's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 94
Question on showing Raid Icons for raid member's targets.

I know P3lim made the following tag:

Code:
--Instantiation
oUF.Tags['[assisticon]'] = function(u) return GetRaidTargetIndex(u..'target') and ICON_LIST[i]..'22|t' end

--Event 
oUF.TagEvents['[assisticon]'] = 'UNIT_TARGET RAID_TARGET_UPDATE'


--Display In Unit Frame
self:Tag(name, '[name( )][leader( )][offline( )][afk( )]|cff00ffff[(- )assistname( )][assisticon]')
Lately though It is causing an error, I thought it was due to a custom change I made adding a pvp flag (via ouf pvp tag) to the raid frames but that is not the case.

I'm at a loss on how to correct this and would like to get the icons working again.

I tried using older ouf versions to see if that was a cause but i still got the same error.

Any suggestions?
__________________
Busy modifying your code for my own UI.