View Single Post
01-31-09, 12:22 PM   #603
MoonWitch
A Firelord
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 455
Originally Posted by haste View Post
Doesn't self.Buffs.onlyShowPlayer = true do the trick?
Tried it, I still saw all buffs. I'll give it another try.

Originally Posted by p3lim View Post
This parameter can be any of "HELPFUL", "HARMFUL", "PLAYER", "RAID", "CANCELABLE", "NOT_CANCELABLE". You can also specify several filters separated by a space or | character to chain multiple filters together (e.g. "HELPFUL|RAID" == helpful buffs that you can cast on your raid). By default UnitAura has "HELPFUL" as an implicit filter - you cannot get back BOTH helpful and harmful at the same time. Neither "HELPFUL" or "HARMFUL" have meaning for UnitBuff/UnitDebuff, and will be ignored.

Quoted from WoWWiki: http://www.wowwiki.com/API_UnitAura
Yeah I know. I know which filters are possible, I just didn't see a difference when using "PLAYER", "RAID" or anything else, so figured I was doing something wrong.