View Single Post
02/09/16, 06:09 AM   #6
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,579
Originally Posted by circonian View Post
Do note that each rank/morph has a different abilityId...so if you want it to work for all versions of reflective scales you'll have to find all of their abilityId's.
You should also keep in mind that not every effect has the same abilityId as its skill.
Some skills that have multiple effects with different length simply apply multiple abilities to the target, so just looking for it in the action bar won't necessarily give you the correct id.
P.S. There are also cases where the API reports the wrong effect, but still applies the correct ability (e.g. Phase).
  Reply With Quote