PDA

View Full Version : Returning Success, Miss, Parry or Dodge on 'Bash'


freeri
07-09-2006, 05:49 PM
Hey,

I have a problem with tracking my skill 'Bash' (Druid stun).

I'm going to check every time I use Bash, if the Bash was Dodged, Parried, Missed or succeeded.

Already now I have problems.

Currently I'm parsing the arguments from the Event 'CHAT_MSG_SPELL_PERIODIC_CREATURE_DAMAGE' to know when my enemy is afflicted by Bash, but it also counts when some other Druid uses Bash, and I only want it to check for MY Bashes.

I can't find a way to find out if the Bash misses, or get dodged or parried.


A helping hand would be nice :)