Thread Tools Display Modes
07-10-16, 10:53 PM   #1
dandraffbal
A Defias Bandit
Join Date: Dec 2010
Posts: 3
UnitAura (UnitBuff, UnitDebuff) Changed

So I am seeing two new return values from UnitAura, UnitBuff, and UnitDebuff:

Code:
 --- Live --- 
	1: Power Word: Shield
	2: 
	3: Interface\Icons\Spell_Holy_PowerWordShield
	4: 0
	5: Magic
	6: 15
	7: 20939.999
	8: player
	9: false
	10: false
	11: 17
	12: true
	13: false
	14: true
	15: 121012

--- Legion ---
	1: Power Word: Shield
	2: 
	3: Interface\Icons\Spell_Holy_PowerWordShield
	4: 0
	5: Magic
	6: 15
	7: 21027.464
	8: player
	9: false
	10: false
	11: 17
	12: true
	13: false
	14: true
	15: false ** new? **
	16: 1 ** new? **
	17: 28358
Does anyone have any information on what they are?
 
07-10-16, 11:14 PM   #2
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,871
15 and 16 are the last in these two calls
Code:
local name, rank, texture, count, debuffType, duration, expirationTime, _, _, _, spellId, _, _, _, _, timeMod = UnitAura(unit, index, filter);

local name, rank, texture, count, debuffType, duration, expirationTime, caster, _, nameplateShowPersonal, spellId, _, _, _, nameplateShowAll = UnitAura(unit, i, filter);
15 = nameplateShowAll
16 = timeMod
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.

Last edited by Fizzlemizz : 07-10-16 at 11:18 PM.
 
07-10-16, 11:31 PM   #3
nebula
A Deviate Faerie Dragon
 
nebula's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2007
Posts: 16
Should point out "shouldConsolidate" was repurposed to "nameplateShowPersonal" as well (return 10)
 
 

WoWInterface » Site Forums » Archived Beta Forums » Legion Beta archived threads » UnitAura (UnitBuff, UnitDebuff) Changed

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