View Single Post
10-27-15, 01:21 AM   #1
Lesteryoung
A Black Drake
Join Date: Aug 2015
Posts: 81
Script to show your own 60 minute buff on raid frames.

Hi, does anyone know of a script that shows buffs like might/kings/fort/mark of the wild on the default raid frames?

Preferably only showing your raid buffs displayed on the top right of the raid frames as the default size for buffs.

I found this via google but it doesn't display on the top right, it just adds the buff.

Code:
/run function CompactUnitFrame_UtilShouldDisplayBuff(un, ind, fi) local _, _, _, _, _, d, _, ut, _, sc, s, c = UnitBuff(un, ind, fi);return (ut == "player" or ut == "pet") and (not sc or d>0) and c and not SpellIsSelfBuff(s);end

Last edited by Lesteryoung : 10-27-15 at 02:28 AM.
  Reply With Quote