1. Combat log

    Y`all knows why combat log its empty and dosent work? I have friends with the same problem.
    Or this is another warmane "situation"???

  2. You need to clear it so it starts to work again. Best way is to use addon like MPR or DBM that has built in feature to automatically reset it. Also you can do it with macro.

  3. /run local f = CreateFrame("frame",nil, UIParent); f:SetScript("OnUpdate", CombatLogClearEntries);

    Good to put on a macro with a skill that you use.

    /cast [flyable] Mimiron's Head
    /cast [noflyable] Spectral Tiger
    /run local f = CreateFrame("frame",nil, UIParent); f:SetScript("OnUpdate", CombatLogClearEntries);

    IIRC there's even an AddOn for it.


Posting Permissions

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