Thread Tools Display Modes
10-23-11, 11:16 PM   #1
zoktar
A Cliff Giant
AddOn Compiler - Click to view compilations
Join Date: Dec 2006
Posts: 72
noob question stacking dots/debuffs.

I was wondering if it is possible to stack the same debuff/dots from other players on say a target frame, so lets say we have 2 locks and 3 dks, instead of 3 seperate frost fevers and 2 corruptions, they could stack so to save screenspace. Placing the stack counter somewhere else from normal dot stacks ofc. Thanks!.
  Reply With Quote
10-24-11, 02:52 AM   #2
haste
Featured Artist
 
haste's Avatar
Premium Member
Featured
Join Date: Dec 2005
Posts: 1,027
You can do this quite easily with oUF, but you'll have to write some code.

Use CustomFilter() to build a list of active debuffs. If a debuff already exist within the list, then increase the stack number and tell oUF not to show the icon. Then you can use PostUpdate() to update the display counter on the icons.

You also have to remember to either wipe the list or reset the stack number after/before each update cycle.
__________________
「貴方は1人じゃないよ」
  Reply With Quote

WoWInterface » Featured Projects » oUF (Otravi Unit Frames) » noob question stacking dots/debuffs.

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off