Can anyone create a new omnibar that actually works? I see that the addon creator gave up on updating it. No matter what tactic i find to try and fix it , it doesnt work. Theres no options or set up for it anymore. PLEASE ANYONE
on live or beta?? it’s still working on live for me
it works to an extent all the options and whatnot are gone as far as i see i cant edit anything
Someone had a fix for it that worked actually. Lemme try and find it.
Found it
Notifying you.
if you prefer to update your code manually/have manual addons
-go to your wow addon folder
-delete line 107 in Options.lua
local s = Spell:CreateFromSpellID(spellID)
s:ContinueOnSpellLoad(function()
descriptions[spellID] = s:GetSpellDescription()
end
and replace with the line below
descriptions[spellID] = GetSpellDescription(spellID)
Go here
Look for debonzis comment. He has a retail.lua file you download and replace it on the omnibar add on folder, can confirm it works as a temporary fix
Thank you! Can confirm this works