Thread Tools Display Modes
04-26-09, 09:58 AM   #1
Satrina
A Cyclonian
AddOn Author - Click to view addons
Join Date: Aug 2005
Posts: 47
UnitAura

Current version:
name, rank, icon, count, debuffType, duration, expirationTime, unitCaster, isStealable = UnitAura("unit", index or ["name", "rank"][, "filter"])
Awesome new version:
name, rank, icon, spellID, count, debuffType, duration, expirationTime, unitCaster, isStealable = UnitAura("unit", index or ["name", "rank"][, "filter"])
spellID - exactly what you think it'd be
  Reply With Quote
04-27-09, 09:25 AM   #2
Satrina
A Cyclonian
AddOn Author - Click to view addons
Join Date: Aug 2005
Posts: 47
Actually, let me expand that a bit. The castable flag for UnitBuff and the removable flag for UnitDebuff are nice and all, but having to iterate separately to get those is pretty inefficient.

This would rock my world:

name, rank, icon, spellID, count, debuffType, duration, expirationTime, unitCaster, isCastable, isStealable, isRemovable = UnitAura("unit", index or ["name", "rank"][, "filter"])
  Reply With Quote
04-27-09, 09:28 AM   #3
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,360
The spellID alone would save me many hours of re-write so +++ vote from me
  Reply With Quote

WoWInterface » Developer Discussions » Wish List » UnitAura


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