View Single Post
08/07/17, 05:49 PM   #3
Hoft
 
Hoft's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 17
Id from EVENT_EFFECT_CHANGED and GetUnitBuffInfo are the same. It is effect ID.
I need to compare it with original AbilityID (from players skills or from action panel).
They are different for each Ability morph.

For example Evasion ability (from medium armor):
Evasion 1 Id=29556, it's effect Id=63015
Evasion 2 Id=41124, it's effect Id=63016
Evasion 3 Id=41125, it's effect Id=63017
Evasion 4 Id=41126, it's effect Id=63018
etc...
  Reply With Quote