View Single Post
06/13/20, 03:46 PM   #3
QuantumPie
AddOn Author - Click to view addons
Join Date: Sep 2019
Posts: 32
Originally Posted by Scootworks View Post
you could try to hook that function:

ZO_ActionBarAssignmentManager:TryToSlotNewSkill(skillData)
What exactly do you mean by hooking? I also don't think that does what I need. I don't want the addon to actually change the user's abilities, just detect if they are manually changed and update a table with that info (to track what is on a users bars, currently it only happens when the UI is reloaded, and doesn't reflect any changes the user makes to their bars onwards).
  Reply With Quote