Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: EntropyZ
Forum: Lua/XML Help 10-03-05, 07:59 PM
Replies: 8
Views: 6,350
Posted By EntropyZ
Not at all All done now Thanks alot

Not at all
All done now
Thanks alot
Forum: Lua/XML Help 10-03-05, 06:32 AM
Replies: 8
Views: 6,350
Posted By EntropyZ
So u mean CHAT_MSG_COMBAT_SELF_HITS or something...

So u mean CHAT_MSG_COMBAT_SELF_HITS
or something like this?

But there isn't any Crit info...
Forum: Lua/XML Help 10-03-05, 02:00 AM
Replies: 8
Views: 6,350
Posted By EntropyZ
How to detect the player making a critical hit

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...
Showing results 1 to 3 of 3