Download
(17Kb)
Download
Updated: 09-26-19 10:31 AM
Patch for:
Classic Quest Log.
Pictures
File Info
Compatibility:
Classic (1.13.2)
Updated:09-26-19 10:31 AM
Created:05-23-19 10:47 AM
Downloads:120,035
Favorites:54
MD5:

Classic Quest Log for Classic  Popular! (More than 5000 hits)

Version: 1.4.6-Classic
by: Stanzilla [More]

Fix toggling tracking
Post A Reply Comment Options
Unread 05-20-21, 11:47 AM  
sykopat
A Kobold Labourer

Forum posts: 1
File comments: 28
Uploads: 0
Originally Posted by moglis
Are you going to make this work for TBC Classic?
Best quest log addon i have used in Classic
Yes please, there is nothing else that comes close!
Report comment to moderator  
Reply With Quote
Unread 05-21-21, 10:55 AM  
Fr0stwing
A Kobold Labourer
 
Fr0stwing's Avatar

Forum posts: 0
File comments: 1
Uploads: 0
For those who want to use this on TBC Classic, here's a temporary fix which makes it work.

I found that a lot of the code is anchored to the "IsClassic" check.
I simply changed the "20000" to "30000" from the second line of code in the .lua file without editing anything else to match to TBC build numbers, and it seems to all be working flawlessly; I haven't encountered any errors since.

So, all you need to do is open up the "Classic Quest Log.lua" file and change the following:

From
Code:
local IsClassic = select(4, GetBuildInfo()) < 20000
To
Code:
local IsClassic = select(4, GetBuildInfo()) < 30000

You can also open up the .toc file (Classic Quest Log.toc) and change the following so that the game doesn't see it as an outdated addon as well:

From
Code:
## Interface: 11302
To
Code:
## Interface: 20501
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.