Thread Tools Display Modes
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
10-27-15, 05:17 PM   #2
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 758
Why not use an addon to replace the raidframes like grid or VuhDo ?
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
  Reply With Quote
10-27-15, 07:57 PM   #3
Lesteryoung
A Black Drake
Join Date: Aug 2015
Posts: 81
Originally Posted by Tonyleila View Post
Why not use an addon to replace the raidframes like grid or VuhDo ?
I'm not really a fan of alternate raid frames, they don't look as good for arena/RBG purposes as the default frames do, and they're really designed for a raiding environment. I don't really raid or do much PvE content so I don't need a ton of extra features.

I've seen the script I'm looking for on a twitch stream once but I can't remember the name of the stream, but I know it exists.

It would just be super useful to instantly see if your buff got purged on teammates/self instead of having to see it on the unit frame.
  Reply With Quote
01-27-16, 02:03 PM   #4
Baggyman
A Deviate Faerie Dragon
Join Date: Jan 2016
Posts: 12
This should do it. Just make your own addon folder with this script.

http://pastebin.com/AAcXnm7L
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Script to show your own 60 minute buff on raid frames.

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