1. Hi Folks,



    Just starting out on the road to writing my first Addon.  Thanks for the help in advance.  I am trying to create a mod that will play a sound file when a shot becomes available.  In this case, Kill Shot, (Hunter shot that only becomes active when target is less then 25% health).  This doesnt count as a buff so the unit_aura isnt returning anything.



    Any help would be appreciated.



    Red

  2. Hi Folks,



    Just starting out on the road to writing my first Addon.  Thanks for the help in advance.  I am trying to create a mod that will play a sound file when a shot becomes available.  In this case, Kill Shot, (Hunter shot that only becomes active when target is less then 25% health).  This doesnt count as a buff so the unit_aura isnt returning anything.



    Any help would be appreciated.



    Red

  3. Watch for the COMBAT_TEXT_UPDATE event and then look for the message type SPELL_ACTIVE.  This is how the default FCT implementation shows these notifications.

  4. Thanks,



    That worked well. 

    Red