tdymel / DPSMateTBC

A wow 2.4.3 combat analyzation tool
https://www.legacy-logs.com
GNU General Public License v3.0
6 stars 1 forks source link

[Request] Clear Combatlog Entries #13

Closed RealZwox closed 7 years ago

RealZwox commented 7 years ago

There is a problem with the 2.4.3 Client that after some time the Combatlog bugs out and nothing shows up anymore.

This results in Corrupted Log Files. The only way too fix this is to use /script CombatLogClearEntries();

Is it possible that you maybe can include a function in DPSMateTBC, that uses this script like every 5 Min?

Cause i cant upload logs if i forget that even ones. And thats realy sad.

tdymel commented 7 years ago

sure

RealZwox commented 7 years ago

Is it realy happen? :O

Make it like every 30 Sec just to be safe :) <3

Evolvee commented 7 years ago

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

zwox noob