View Single Post
02/16/21, 06:31 PM   #5
CyberOnEso
 
CyberOnEso's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2017
Posts: 18
Originally Posted by sirinsidiator View Post
Did you check the code for the champion skill bar? The game shows the slotted skills there, so there has to be a way to get that info.
Got it!!! Thank you =D

If anyone needs to use this in the future you need

Lua Code:
  1. -- SkillIndex = the Index of the slot on your champion bar from 1 - 12
  2. CHAMPION_PERKS.championBar:GetSlot(SkillIndex).championSkillData:GetId()
  Reply With Quote