View Single Post
03-31-22, 01:17 PM   #7
jeruku
A Cobalt Mageweaver
 
jeruku's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2010
Posts: 223
My answer after lunch.

Try using GetPlayerAuraBySpellID instead.

Replacing:
Lua Code:
  1. AuraUtil.FindAuraByName("Defensive Stance", "player", "HELPFUL") -- AuraUtil.FindAuraByName("Defensive Stance", "player")
with
Lua Code:
  1. GetPlayerAuraBySpellID(197690) -- That should be the buffID, if not you'll need to find it yourself.
__________________
"I have not failed, I simply found 10,000 ways that did not work." - Thomas Edison
  Reply With Quote