View Single Post
07/04/14, 02:22 AM   #6
simosf
Join Date: Jul 2014
Posts: 5
Originally Posted by Harven View Post
When you enter the combat another event is triggered: EVENT_PLAYER_COMBAT_STATE.
EVENT_COMBAT_EVENT is the right one for you.
Look at the parameters: (integer result, bool isError, string abilityName, integer abilityGraphic, integer abilityActionSlotType, string sourceName, integer sourceType, string targetName, integer targetType, integer hitValue, integer powerType, integer damageType, bool log)

Hello - any idea why the sourceName is always yourself and never the enemy mob ?
  Reply With Quote