Thread Tools Display Modes
Prev Previous Post   Next Post Next
10-03-05, 02:00 AM   #1
EntropyZ
A Defias Bandit
Join Date: Oct 2005
Posts: 3
How to detect the player making a critical hit

Code:
if( event == "UNIT_COMBAT") then 
      	if (arg1=="target") and (arg3=="CRITICAL") then 
	    --do something
	end 
   end
This can only detect a crit hit.
What should i do if i want to detect the player making a crit hit?
  Reply With Quote
 

WoWInterface » Developer Discussions » Lua/XML Help » How to detect the player making a critical hit


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