Thread Tools Display Modes
03-26-08, 10:59 PM   #1
SenseiLoki
A Flamescale Wyrmkin
AddOn Compiler - Click to view compilations
Join Date: Feb 2007
Posts: 117
Has anyone tested this?

I am not on my wow computer so I am not sure how well this works so i post it here in hopes that the community can check it out and let me know.

http://www.wowinterface.com/download...lFix.html#info

Hopefully it does.
  Reply With Quote
03-27-08, 01:29 AM   #2
Levee
Premium Member
 
Levee's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 26
It does - but there's a way to do it without downloading a mod.

How to stop framerate lag due to refiltering when you zone:

Issue: When you zone from an instance to the outside world, the combat log goes through a massive loop, pasting every combat log message in the last 5 minutes.

Why would I want to do this fix?

You have framerate issues when zoning
You have recently been in a combat sessions where there are many combat log events (e.g. raid boss encounters)

Instructions
1. Select the “Everything” tab
2. /script Blizzard_CombatLog_CurrentSettings.settings.showHistory = false

This will prevent all combat log messages from being re-filtered when you zone.

Side-Effects
This will also prevent you from seeing old messages with the “Everything” tab.

How to Undo
If you accidentally set this on the wrong tab, select the broken tab and type:
/script Blizzard_CombatLog_CurrentSettings.settings.showHistory = true

These settings will be saved when you logout.
Hope that helps.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Has anyone tested this?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off