Download
(49MB)
Download
Updated: 12-25-22 01:22 PM
Pictures
File Info
Compatibility:
Dragonflight (10.0.2)
Shadowlands patch (9.0.2)
Visions of N'Zoth (8.3.0)
Updated:12-25-22 01:22 PM
Created:unknown
Downloads:5,596,502
Favorites:7,686
MD5:

LightHeaded  Popular! (More than 5000 hits)

Version: v100002-1.0.0-2022-12-15
by: Cladhaire [More]

Classic not updated at the moment, only retail.


LightHeaded is a very simple addon that displays quest information and comments from http://www.wowhead.com in game, eliminating the need to Alt-Tab when you get stuck on quest. This addon was inspired by qcomments and wowhead_quests, which both serve a similar purpose. Data is only loaded when you first request it, so you can be sure you're not using more memory than you need to.

I HIGHLY suggest using this addon with TomTom, another one of my addons (http://www.wowinterface.com/download...32-TomTom.html ). This allows you to simply click any coordinate in LightHeaded to add it to your map as a waypoint.

The following slash commands are valid:
  • /lh attach - Attaches the frame to the quest log
  • /lh detach - Detaches the frame, allows you to resize and move it
  • /lh sound - Toggles the open/close sound
  • /lh page - Toggles showing all comments on one page, or with multiple pages
  • /lh bgalpha <0.0-1.0> - Changes the alpha of the LH window background textures, so you can see the world.
  • /lh debug - Enables or disabled debug messages when loading quest databases
  • /lh config - Opens the LightHeaded configuration window
  • /lh autodetails - Toggle automatic opening of the Lightheaded window when clicking a quest in the objective tracker

LightHeaded now includes the English descriptions and introductory text for most of the quests in the game. This is disabled by default, but can be enabled for those players that are not playing in their native locale.

LightHeaded supports sending coordinates to TomTom, MapNotes, Cartographer2 and Cartographer3.

IMPORTANT: Addon authors that wish to use this API and data should
include the wowhead logo in the frame that displays this information.
They are kind enough to let me continue parsing their database, and we
owe them at least that much. Thank you.

Thanks for using my addons!

Updated 2022-12-15 for retail.
Beta Files (7)
File Name
Version
Hits
Size
Author
Date
v30401-1.1.0-2022-12-15
0
32MB
Cladhaire
02-04-23 03:41 AM
v11302-1.0.0-2020-05-01
591
10MB
Cladhaire
05-05-20 11:47 AM
v11302-1.1.0
1,322
10MB
Cladhaire
10-04-19 11:26 AM
v11302-1.0.0
1,464
10MB
Cladhaire
09-05-19 12:16 AM
v70100-1.1.0-2016-12-29
299
30MB
Cladhaire
01-12-17 02:27 PM
v70000-1.0.0-beta
307
27MB
Cladhaire
09-05-16 07:11 AM
v60000-0.1.0
1,012
22MB
Cladhaire
10-20-14 02:50 PM


Post A Reply Comment Options
Unread 10-27-08, 04:19 PM  
Taus
A Kobold Labourer
 
Taus's Avatar

Forum posts: 0
File comments: 6
Uploads: 0
Smile The comma within the second coord pair

Originally posted by Cladhaire
If it uses a , as the decimal separator, LightHeaded shouldn't even highlight it as a clickable coordinate. I'd like to make this system more robust, but there are a number of things that are a bit higher priority. Thanks for the report.

I had this one too and I think it might be, as strange as it sounds , a bug in string.format(), not in parsing comments. I found that the coord display from mapnotes showed the same bug (0.00, 0,00). Then I took a look at the code and changed LighHeaded.lua line 398 to
return string.format("|cFF0066FF|Hlhref:coord:%0.0f:%0.0f:"..qid .. "|h[%.0f, %.0f]|h|r", x, y, x, y)
That removed coordinate decimal accuracy, but also any decimal seperator, and therefore put the whole thing back to work. I do not exactly understand, why the second occurence of %0.2f in string.format() seems to give a false formatted result, maybe its some overdone localisation to a german decimal ",", but at least I can click the coordinates again.
Report comment to moderator  
Reply With Quote
Unread 10-27-08, 06:30 AM  
KZXten
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Lightheaded w/quest help

Alrighty I know I'm new here but I have my quest help back again and after searching through the different addons after the latest patch I was lead here to see how LH worked with the quest help.

I have cartographer, not cartographer3; with Lightheaded, doublewide, Tomtom , along with a few other addons but the four listed are what gives me the desired effects that I had before the patch (in regard to log/mapping quest help). What I get in the lines of quest help is when I open the quest log I can see the suggested level of the quest and on most quests i'll get a speach bubble type thing that will map the coordinates of where you should find an item(s) or person(s).

Hope this helps!

KZXten
Report comment to moderator  
Reply With Quote
Unread 10-27-08, 06:21 AM  
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 1935
File comments: 4961
Uploads: 19
Originally posted by gagou
Got the same problem the y coordinate has a , as decimal separator instead of . but this is only for the coordinates in the comments not the one from the npc given by lightheaded.
I don't know if this might be related but I'm using FRfr client
If it uses a , as the decimal separator, LightHeaded shouldn't even highlight it as a clickable coordinate. I'd like to make this system more robust, but there are a number of things that are a bit higher priority. Thanks for the report.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."
Report comment to moderator  
Reply With Quote
Unread 10-27-08, 06:16 AM  
gagou
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 16
File comments: 254
Uploads: 2
Originally posted by Dawn
I'm using LightHeaded along with Mapster and TomTom (all newest versions available here).

When i click on coordinates in LightHeaded that are shown like [33.33, 55,11], it won't add them as a waypoint, the arrow from TomTom doesn't show.
Got the same problem the y coordinate has a , as decimal separator instead of . but this is only for the coordinates in the comments not the one from the npc given by lightheaded.
I don't know if this might be related but I'm using FRfr client
Report comment to moderator  
Reply With Quote
Unread 10-27-08, 04:03 AM  
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 1935
File comments: 4961
Uploads: 19
Re: LH Lag

Originally posted by hollymeP
Everything now and then I get this qlitch or error. When I open my questlog and try to select a quest it kinda starts freaking out and jumping between quests. Also then I have my questlog open while trying to run it will occassionally cause a lot of lag. I am use its this addon, since my husband has the same issues and thats the only addon he uses. Any help for this, or any idea why? Thank you for your time and your great addons.
I'm sorry but this can't be caused by only LightHeaded. The only time that LightHeaded changes the quest it is displaying is when someone calls the SelectQuestLogEntry() function. This is only called by the default user interface in the quest log code (when you click a new quest, etc). Addons that are known to cause this issue are Armory and a few others.

Originally posted by EnjoyRC
I was wondering if there is anyway that LightHeaded can lookup quests from a quest link? I have guildies and friends ask me all the time about a quest they're on. They link the quest to me via chat. I wish there was a way I could look up the quest for them in Lightheaded.

Maybe a command line feature ie...

/lh [quest link here]

or

/lh show [quest link here]
Yes, I would like to see this, but not sure how soon I'll put it in.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."
Report comment to moderator  
Reply With Quote
Unread 10-27-08, 02:49 AM  
hollymeP
A Murloc Raider
 
hollymeP's Avatar

Forum posts: 4
File comments: 8
Uploads: 0
LH Lag

Everything now and then I get this qlitch or error. When I open my questlog and try to select a quest it kinda starts freaking out and jumping between quests. Also then I have my questlog open while trying to run it will occassionally cause a lot of lag. I am use its this addon, since my husband has the same issues and thats the only addon he uses. Any help for this, or any idea why? Thank you for your time and your great addons.
Report comment to moderator  
Reply With Quote
Unread 10-26-08, 10:20 PM  
EnjoyRC
A Fallenroot Satyr
 
EnjoyRC's Avatar

Forum posts: 21
File comments: 60
Uploads: 0
[Feature Request] Quest Lookup

I was wondering if there is anyway that LightHeaded can lookup quests from a quest link? I have guildies and friends ask me all the time about a quest they're on. They link the quest to me via chat. I wish there was a way I could look up the quest for them in Lightheaded.

Maybe a command line feature ie...

/lh [quest link here]

or

/lh show [quest link here]
Last edited by EnjoyRC : 10-26-08 at 10:21 PM.
Report comment to moderator  
Reply With Quote
Unread 10-26-08, 07:21 AM  
kruuger
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
error?

hi. i just installed LH again and i cant get anny info from wowhead in the box on the right.. the box is there but there is no info about the quest and stuff there.. is there something i can do? -thanks-
Report comment to moderator  
Reply With Quote
Unread 10-26-08, 04:13 AM  
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 1935
File comments: 4961
Uploads: 19
Re: Updating addons

Originally posted by CWhite1625
Its very possible that Im just being stupid but Im having trouble updating Lightheaded and TomTom. I removed all my old addons from my Addons folder and tried to reinstal but all of them continue to show up in my in-game addons menu, and even after downloading the new version of Lightheaded the old version is still the one enabled. Anything Im forgetting to do?
How do you mean "the old one is still the one enabled". I don't understand what that means.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."
Report comment to moderator  
Reply With Quote
Unread 10-26-08, 02:36 AM  
CWhite1625
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Updating addons

Its very possible that Im just being stupid but Im having trouble updating Lightheaded and TomTom. I removed all my old addons from my Addons folder and tried to reinstal but all of them continue to show up in my in-game addons menu, and even after downloading the new version of Lightheaded the old version is still the one enabled. Anything Im forgetting to do?
Report comment to moderator  
Reply With Quote
Unread 10-25-08, 09:29 AM  
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 1935
File comments: 4961
Uploads: 19
Originally posted by Zelmel
I could swear that I used to be able to use LightHeaded with MonkeyQuest, but now I can't seem to get LH to open when I open quest details in MQ. Anything I'm doing wrong, or does LH not support MQ anymore?
LH does not "support" anything.. if something broke it was in another addon. LightHeaded is designed to work with the default ques log, any other integration is done by the other addon.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."
Report comment to moderator  
Reply With Quote
Unread 10-25-08, 09:26 AM  
Zelmel
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
I could swear that I used to be able to use LightHeaded with MonkeyQuest, but now I can't seem to get LH to open when I open quest details in MQ. Anything I'm doing wrong, or does LH not support MQ anymore?
Report comment to moderator  
Reply With Quote
Unread 10-23-08, 03:57 AM  
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 1935
File comments: 4961
Uploads: 19
Originally posted by elsia
Is there any way to get a zone list of quests in the lightheaded DB? Given the loremaster achievement that'd be very helpful.
Not at the moment, no.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."
Report comment to moderator  
Reply With Quote
Unread 10-23-08, 02:52 AM  
elsia
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Is there any way to get a zone list of quests in the lightheaded DB? Given the loremaster achievement that'd be very helpful.
Report comment to moderator  
Reply With Quote
Unread 10-23-08, 02:11 AM  
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 1935
File comments: 4961
Uploads: 19
Originally posted by Scilia
hi there, im wondering what option, if any, i can enable to show the actual quest level...im seeing it enabled in a couple (but not all) screenshots...ive looked in the options and can find no setting for this...i have lightheaded, tomtom, doublewide installed, all current versions...any ideas/suggestions? thanks
None of these addons provide that feature. As listed in the addon description, I use Gazmik Fizzwidget's Levelator to display quest levels.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: