View Single Post
07-04-16, 09:51 AM   #77
whatisxml
A Murloc Raider
 
whatisxml's Avatar
Join Date: Jun 2016
Posts: 9
Originally Posted by lieandswell View Post
Forgive me if this is covered before, but UnitAura() seems to have a new argument related to nameplates:

local name, rank, texture, count, debuffType, duration, expirationTime, caster, canStealOrPurge, shouldConsolidate, spellId, canApplyAura, isBossDebuff, isCastByPlayer, nameplateShowAll, timeMod = UnitAura(unit, i, filter);

Maybe these are the debuffs applied by other players that show on your nameplates?
UnitAura output looks like this:
Code:
local name, rank, texture, count, debuffType, duration, expirationTime, caster, _, nameplateShowPersonal, spellId, _, _, _, nameplateShowAll = UnitAura(unit, i, filter);
nameplateShowAll means the aura is displayed on all nameplates whereas nameplateShowPersonal means it's shown only on you or your pet