-
Posted by tjohnston1745 on Wed, 28 Oct 2009 16:14:13
I am unable to get UnitIsFeignDeath("player") to return anything but 'nil'
Is this broken? Can anyone else confirm?
-
Posted by jnwhiteh on Wed, 28 Oct 2009 18:37:02
It might only work on non-player units, i.e. people in your party. Should be fairly simple to test, but I don't have reliable access to WoW at the moment.
-
Posted by tjohnston1745 on Thu, 29 Oct 2009 14:37:23
Confirmed... UnitIsFeignDeath does not return "player" status, however, after some digging, I determined that UnitAura does.
Example: if UnitAura("player", "Feign Death") == "Feign Death" then .....
-
Posted by jnwhiteh on Thu, 29 Oct 2009 16:57:58
Yes, but does it work for other units? If not, let me know and I'll report a bug!