View Single Post
05/13/14, 08:44 AM   #5
ZunaSW
Join Date: Mar 2014
Posts: 37
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)
Ahh!! Ok, I understand now, thank you!
  Reply With Quote