View Single Post
11-22-22, 01:08 AM   #2
Basil2
An Aku'mai Servant
Join Date: Feb 2015
Posts: 30
I finally made this list, using LibPlayerSpells addon. My code was the following:

Code:
local LibPlayerSpells = LibStub('LibPlayerSpells-1.0')
    
local ControlSpells = {}
for spellId in LibPlayerSpells:IterateSpells("CROWD_CTRL", nil, "ROOT TAUNT") do
        table.insert(ControlSpells, spellId)
end
__________________
Wow Switcher - super easy multiboxing software for leveling and more...
  Reply With Quote