Thread Tools Display Modes
09-04-14, 06:39 PM   #1
galvin
A Frostmaul Preserver
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 265
Tapped functions not working?

I tested the UnitIsTapped, and a bunch of others. And returns false everytime, even if the mob is tagged by someone else. The nameplate will show the mob in grey, showing that its really tagged.
 
09-04-14, 07:36 PM   #2
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,871
Code:
if (not UnitPlayerControlled("target") and UnitIsTapped("target") and not UnitIsTappedByPlayer("target") and not UnitIsTappedByAllThreatList("target")) then
  --tapped, no reward.
else 
  --player tapped, multitapped or not in combat.
end
Edited for greater clarity.
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.

Last edited by Fizzlemizz : 09-05-14 at 12:32 AM.
 
09-04-14, 11:01 PM   #3
galvin
A Frostmaul Preserver
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 265
Working fine now, thanks.
 
 

WoWInterface » Site Forums » Archived Beta Forums » WoD Beta archived threads » Tapped functions not working?

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