View Single Post
09-26-22, 04:21 AM   #1
chenzu
A Kobold Labourer
Join Date: Sep 2022
Posts: 1
IsUsableAction, IsUsableSpell etc not working for warrior

Hello!

These commands seems to be working nicely on other classes, but not on warrior.
/run print(IsUsableAction(3))
/run print(GetActionCooldown(3))
/run print(IsUsableSpell(3))
/run print(GetSpellCooldown(3))

Why is warrior special and how do i get the same information?

I'm playing on wotlk classic

Last edited by chenzu : 09-26-22 at 04:46 AM.
  Reply With Quote