1. My combat text just disappeared PLS HELP!!!!

    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.

  2. I think Combat Log Fix addon should fix it. Or use combat log fix macro when you enter instances, BG's etc.

    Code:
    /run local f = CreateFrame("frame",nil, UIParent); f:SetScript("OnUpdate", CombatLogClearEntries);
    You macro that with common spell you use before fighting, e.g. Inner Fire, Seal of X, party/raid wide buff.

    #showtooltip
    /cast Inner Fire
    /run local f = CreateFrame("frame",nil, UIParent); f:SetScript("OnUpdate", CombatLogClearEntries);
    /say I fixed my combat log yay!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •