WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Help/Support (https://www.wowinterface.com/forums/forumdisplay.php?f=3)
-   -   Keeping objectives enabled (https://www.wowinterface.com/forums/showthread.php?t=43594)

Petrah 06-29-12 11:51 AM

Keeping objectives enabled
 
I've got 10 characters, and a ton of addons for each (I use ACP so not all addons are loaded all the time). One of them, and I cannot seem to track down which one, keeps disabling objective tracking (game options: Objectives > both Automatic Quest Tracking and Automatic Quest Progress Updates).

This is so random that I'm having an extremely difficult time trying to track down which addon is disabling it because it doesn't happen all the time (I could go a week without the options being disabled, and then out of the blue they get turned off). Rather than go through this headache any longer, is there some short bits of code that I can toss in a lua file to keep those two options enabled when I log in?

Any help would be greatly appreciated!

Haleth 06-29-12 01:10 PM

If there is an addon disabling it at a certain point, then enabling it in an other addon might not have any effect.

Could you list the addons you use?

Petrah 06-29-12 08:03 PM

1 Attachment(s)
This was happening before I installed iQuest (replaced Carbonite), so it's not that addon. Normally I would just disable them all accept 5 at a time and try to troubleshoot that way, but this is so terribly random that it's almost impossible.


Here's a screenie.

Petrah 07-01-12 01:05 PM

Still needing some help. :(

Xrystal 07-01-12 01:08 PM

Have you tried disabling altoholic and its subsidiary addons and see if that stops the problem. I haven't used it in ages so am not 100% sure whether it plays with the system settings or not.

Phanx 07-02-12 02:30 PM

Code:

SetCVar("autoQuestProgress", 1)
SetCVar("autoQuestWatch", 1)

If you want to figure out which addon is changing them in the first place, search for "autoQuestProgress" and/or "autoQuestWatch" and/or "SetCVar" in your addon files.


All times are GMT -6. The time now is 10:54 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI