This addon is hereby moved into inactive state. As of patch 4.01, the purpose of the addon has become moot and is no longer required as non-spell based tracking is allowed for all types at the same time, which includes Low Level Quests. You can now track all things all the time. Happy questing all!
Lightweight addon to enable "Low Level Quests" tracking (LLQ) upon entry of character to world. Updates on zone change. Useful for the Loremaster Achievement!
- Per Character settings (on/off)
- Will not enable LLQ if there is an existing tracking unless set to forced
- Should play nice with other addons (SmartBuff, etc), letting those take precedence unless set to forced
- Does not do anything other than what is described.
- Localized for enUS. Other languages require localization. Feel free to add those in comments and they will be added.
Usage:
- /llq - Show status and help message
- /llq on - Enable Addon (per character) and turn on Low Level Quests
- /llq forced - Force Enable Addon (per character) and turn on Loq Level Quests
- /llq off - Disable Addon (per character) and attempt to turn on your last known tracking type
- /llq debug terse - show minimum level of debug messages (per character)
- /llq debug verbose - show maximum level of debug messages (per character)
- /llq debug off - disable debug messages (per character, default)
This addon does tracking checks and updates during the following events:
- PLAYER_ENTERING_WORLD (Logging into WoW after any loading screen)
- ZONE_CHANGED (Changing sub-zones within an area, IE Crystalsong Forest: Forlorn Woods to Crystalsong Forest: The Twilight Rivulet)
- ZONE_CHANGED_AREA (Changing areas, IE Darkshore to Ashenvale Forest)
I am more likely to see comments regarding this addon on www.curse.com than anywhere else. Feel free to comment!
- 4 comments
- 4 comments
Facts
- Date created
- 10 May 2009
- Categories
- Last update
- 09 Dec 2009
- Development stage
- Abandoned
- Language
- enUS
- License
- Public Domain
- Recent files
- R: LLQ 30300.1.1 for 3.3.0 on 09 Dec 2009
- R: LLQ 30200.1.1 for 3.2.0 on 08 Aug 2009
- R: LLQ 30200.1.0 for 3.2.0 on 04 Aug 2009
- R: LLQ 30100.1.0 for 3.1.0 on 12 May 2009
- B: LLQ 30100.0.9 for 3.1.0 on 10 May 2009
- Reply
- #4
Scorpia Mon, 25 Oct 2010 13:08:48Upon the changes in 4.01, there will be no further updates to this addon, as tracking system is updated where you can track more than one thing at all times. WOOOOO! It's about time Blizzard!
- Reply
- #3
Scorpia Tue, 06 Jul 2010 16:24:06Noticed I didn't post an updated comment to the below. /forced option was added. This option will do as described upon PLAYER_ENTERING_WORLD and ZONE_CHANGED
- Reply
- #2
Scorpia Tue, 04 Aug 2009 23:23:32Thanks RLD. I'll look at adding it in.
- Reply
- #1
RLD Thu, 04 Jun 2009 22:35:25Personally I would rather not (in most cases) change from low level quests even if I change form (I'm a druid) and herbalist. So tracking humanoids and find herbs are in my tracking lists. What I did was add ZONE_CHANGED line in a couple of places and changed the "off" to "On"in the function LLQ_CheckTracking() paragraph and commented out some of the msgs. This allows for llq tracking to reset as soon as I change zones if I forgot to change it back. This might be an option you could add for others that feel the same way (i.e. Zone Change on/off).
Great addition to my addons btw.