Thread Tools Display Modes
06-10-10, 11:41 AM   #1
Adaptine
A Defias Bandit
Join Date: Jun 2010
Posts: 2
Greyed out debuffs

Hi

I've done a bit searching but cant seem to find anything helpfull, so here it goes:

I want target-debuffs to be greyed out if they're not "mine".
Example:
http://s.wowinterface.com/preview/pvw40116.jpg

Can I do that with pitbull or satrina?
  Reply With Quote
06-10-10, 11:55 AM   #2
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
I don't know/recall off the top of my head.

For starters, where did you get that screenshot link?
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
06-10-10, 12:20 PM   #3
mankeluvsit
An Onyxian Warder
 
mankeluvsit's Avatar
Join Date: Sep 2008
Posts: 354
is this for lua? (oUF) or something like pubull or stuf

i got this from p3lim

Code:
local function updateDebuff(self, icons, unit, icon, index)
local _, _, _, _, dtype = UnitAura(unit, index, icon.filter)

if(icon.debuff) then

if(not UnitIsFriend('player', unit) and icon.owner ~= 'player' and icon.owner ~= 'vehicle') then
icon:SetBackdropColor(0, 0, 0)
icon.icon:SetDesaturated(true)

else
local color = DebuffTypeColor[dtype] or DebuffTypeColor.none
icon:SetBackdropColor(color.r * 0.6, color.g * 0.6, color.b * 0.6)
icon.icon:SetDesaturated(false)
end
end
end
if you need help how to use it, pm me.
  Reply With Quote
06-10-10, 01:11 PM   #4
Nobgul
A Molten Giant
 
Nobgul's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 693
Is that code straight out of ouf p3lim? Cause if it is i think i found my new unitframes lol
  Reply With Quote
06-10-10, 02:20 PM   #5
Ferous
Sheer Sense of Doom
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 863
Originally Posted by Adaptine View Post
Hi

I've done a bit searching but cant seem to find anything helpfull, so here it goes:

I want target-debuffs to be greyed out if they're not "mine".
Example:
http://s.wowinterface.com/preview/pvw40116.jpg

Can I do that with pitbull or satrina?


The unit frames linked were oUF_Viv

edit - link http://www.wowinterface.com/download...3-oUF_viv.html

In response to the OPs question, as to what they were :P

Last edited by Ferous : 06-10-10 at 03:46 PM.
  Reply With Quote
06-10-10, 03:00 PM   #6
mankeluvsit
An Onyxian Warder
 
mankeluvsit's Avatar
Join Date: Sep 2008
Posts: 354
Originally Posted by Ferous View Post
The unit frames linked were oUF_Viv

edit - link http://www.wowinterface.com/download...3-oUF_viv.html
i got it from p3lim's ouf. so ferous no.
  Reply With Quote
06-10-10, 03:45 PM   #7
Ferous
Sheer Sense of Doom
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 863
Originally Posted by mankeluvsit View Post
i got it from p3lim's ouf. so ferous no.
No, the OPs screenshot, what I was referring to. That is what he was asking :P
  Reply With Quote
06-10-10, 04:47 PM   #8
ravagernl
Proceritate Corporis
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 1,176
Originally Posted by Adaptine View Post
Hi

I've done a bit searching but cant seem to find anything helpfull, so here it goes:

I want target-debuffs to be greyed out if they're not "mine".
Example:
http://s.wowinterface.com/preview/pvw40116.jpg

Can I do that with pitbull or satrina?
From the top of my head, I don't believe you can with those 2. Unless p3lim got it from someone else, he was the first to use grayscale for debuffs not coming from him.

You'd need to post a feature request for one of the unitframes if you do not want to use oUF.
  Reply With Quote
06-10-10, 04:49 PM   #9
mankeluvsit
An Onyxian Warder
 
mankeluvsit's Avatar
Join Date: Sep 2008
Posts: 354
Originally Posted by Ferous View Post
No, the OPs screenshot, what I was referring to. That is what he was asking :P
oh lol, muh bad :P
  Reply With Quote
06-11-10, 03:21 AM   #10
Adaptine
A Defias Bandit
Join Date: Jun 2010
Posts: 2
Originally Posted by Seerah View Post
I don't know/recall off the top of my head.

For starters, where did you get that screenshot link?
http://www.wowinterface.com/download...iconazeUi.html

Thanks for answers everyone.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Greyed out debuffs


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