Thread Tools Display Modes
09-26-16, 11:33 AM   #1
Blooblahguy
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Oct 2009
Posts: 18
Nameplate Tapped Info

Blizzard Removed UnitIsTapped from the API in legion, however "tapped" still exists as a state in the game. If a player from the opposing faction tags a mob, or 5 players tag a non-boss mob before you do, the game marks it as tapped. I'm making my own nameplates, and since i overwrite both health and text color I can't seem to find a way to determine if a mob is tapped.

Is there some alternative to UnitIsTapped in the game? Has anyone ran into this issue and found a good solution? Thanks in advance.
  Reply With Quote
09-26-16, 11:50 AM   #2
kurapica.igas
A Chromatic Dragonspawn
Join Date: Aug 2011
Posts: 152
Use UnitIsTapDenied(unit)
  Reply With Quote
09-26-16, 05:12 PM   #3
Blooblahguy
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Oct 2009
Posts: 18
Originally Posted by kurapica.igas View Post
Use UnitIsTapDenied(unit)
Life saver, thank you. I could not find that since so many sites are out of date.
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Nameplate Tapped Info


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