I installed a couple of addons and my combat text just stopped working idk why. I uninstalled all addons and tried "/console floatingCombatTextCombatDamage 1" but it didnt work.
Printable View
I installed a couple of addons and my combat text just stopped working idk why. I uninstalled all addons and tried "/console floatingCombatTextCombatDamage 1" but it didnt work.
I think Combat Log Fix addon should fix it. Or use combat log fix macro when you enter instances, BG's etc.
You macro that with common spell you use before fighting, e.g. Inner Fire, Seal of X, party/raid wide buff.Code:/run local f = CreateFrame("frame",nil, UIParent); f:SetScript("OnUpdate", CombatLogClearEntries);
#showtooltip
/cast Inner Fire
/run local f = CreateFrame("frame",nil, UIParent); f:SetScript("OnUpdate", CombatLogClearEntries);
/say I fixed my combat log yay!