Open Walhaelll opened 1 month ago
I'll take a look but in the past these one button totem macros have been nothing but buggy for me with the client in general. Since the client will fire off events that aren't even happening
I can see potential in fixing it with using the CHAT_MSG_SPELL_SELF_BUFF event. But the time required to fix the addon is high, and it's for a use case I don't use. So for now this isn't changing.
as a workaround this macro will achieve the same results without the error spam, and it works with the addon.
/script local t={[1]="Windfury Totem", [2]="Earthbind Totem", [3]="Poison Cleansing Totem",[4]="Searing Totem"} if not TC or TC >= 4 then TC = 0 end if not TT or GetTime() - TT > .25 then TT = GetTime() TC = TC + 1 CastSpellByName(t[TC]) end
update it with the totems of your choice.
When i use this macro doesnt work pfui-better totems.