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,592,774
Favorites:7,690
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


Archived Files (1)
File Name
Version
Size
Author
Date
v90200-1.0.0-2020-12-09
42MB
Cladhaire
01-03-21 09:37 AM


Post A Reply Comment Options
Unread 03-29-07, 04:08 PM  
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 1935
File comments: 4939
Uploads: 19
Re: Quest Log Frame Mod?

Originally posted by moniker
This looks great -- just what I wanted wowhead_quests for. Which quest log mod are you using to get the two panes?

Thanks!
That's Doublewide, which you can find on WoWinterface.com =)
__________________
"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 03-29-07, 04:29 PM  
Aethra
A Deviate Faerie Dragon
AddOn Compiler - Click to view compilations

Forum posts: 19
File comments: 42
Uploads: 3
Works like a charm now. I'm looking forward to it working with EQL3 again....other than that? It's perfect!

Thanks again, Clad.
Report comment to moderator  
Reply With Quote
Unread 03-29-07, 08:14 PM  
moniker
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 63
Uploads: 2
Re: Re: Quest Log Frame Mod?

Originally posted by Cladhaire
That's Doublewide, which you can find on WoWinterface.com =)
Great, thanks -- works out perfectly with LightHead
Report comment to moderator  
Reply With Quote
Unread 03-30-07, 04:03 AM  
Punkie
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 4
Uploads: 5
Originally posted by Cladhaire
This is intentional at the moment, its visually very immature, and anchoring to WorldFrame gave me a good starting point. [/b]
I'm using this actively atm, it's really nice - however I did get a little annoyed with the WorldFrame anchoring.

If anyone wants to change it for the meantime (I'm sure Clad has some reason for anchoring there) you can find this line in LightHeaded.lua:

Code:
lhframe:SetPoint("RIGHT", UIParent, "RIGHT", -15, 0)
and either replace it, or comment it out and add this:

Code:
	lhframe:SetWidth(300)
Perhaps 300 is a bit too thin, but set it to a number that suits your resolution.

Thanks for the Addon Clad, works a charm really
Last edited by Punkie : 03-30-07 at 08:35 AM.
Report comment to moderator  
Reply With Quote
Unread 03-30-07, 11:06 PM  
OttoDeFe
A Chromatic Dragonspawn
 
OttoDeFe's Avatar
AddOn Author - Click to view AddOns

Forum posts: 178
File comments: 195
Uploads: 12
This is very good, but not usable w/ QuestFu - I think 'cause QuestFu appends the Quest level at the beginning of the String. My LightHeaded window has [67] <blah, blah, blah>[67]

no comments found.

Anyway to easily remedy that?
__________________
"They say
the pen is mightier than any saber -
any sword -
but if there's a war
I just don't know if a Bic will save ya..."

-- Last Offence
Report comment to moderator  
Reply With Quote
Unread 03-30-07, 11:07 PM  
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 1935
File comments: 4939
Uploads: 19
Originally posted by OttoDeFe
This is very good, but not usable w/ QuestFu - I think 'cause QuestFu appends the Quest level at the beginning of the String. My LightHeaded window has [67] <blah, blah, blah>[67]
Anyway to easily remedy that?
They shouldn't really be doing that, imho.
__________________
"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 03-31-07, 01:40 PM  
Kemayo
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 41
File comments: 129
Uploads: 11
Originally posted by Cladhaire
They shouldn't really be doing that, imho.
QuestsFu doesn't do that, so that's not the problem.
Report comment to moderator  
Reply With Quote
Unread 03-31-07, 01:49 PM  
OttoDeFe
A Chromatic Dragonspawn
 
OttoDeFe's Avatar
AddOn Author - Click to view AddOns

Forum posts: 178
File comments: 195
Uploads: 12
Hmph - Thanx for the info...

Must figure out what's doing that!

**edit**

It was Minimalist...

Thanx again Clad for this - too cool.
__________________
"They say
the pen is mightier than any saber -
any sword -
but if there's a war
I just don't know if a Bic will save ya..."

-- Last Offence
Last edited by OttoDeFe : 03-31-07 at 01:58 PM.
Report comment to moderator  
Reply With Quote
Unread 04-02-07, 02:41 AM  
Tweeker
A Cobalt Mageweaver
 
Tweeker's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 234
File comments: 153
Uploads: 5
EQL3

Just checking in for update on compatability with EQl3, nothing working yet clad?
Keep up the good work.
We are all eargerly awaiting
__________________
Report comment to moderator  
Reply With Quote
Unread 04-04-07, 04:51 PM  
mornaistar
A Deviate Faerie Dragon
 
mornaistar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 15
File comments: 49
Uploads: 2
EQL3 support its just going to be my sweeeeet dream!!!

alot of my friends keep asking me if i remember this or that locations just because they are lazy to search on websites! this will help me alot!!!

Report comment to moderator  
Reply With Quote
Unread 04-04-07, 05:25 PM  
fred
A Cobalt Mageweaver

Forum posts: 208
File comments: 354
Uploads: 0
Just an FYI. The mod author for nQuestfu just made a version that is "Very lightly tested module to support Lightheaded"......taken from the update notes at WoWAce.com...
Report comment to moderator  
Reply With Quote
Unread 04-04-07, 05:26 PM  
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 1935
File comments: 4939
Uploads: 19
Originally posted by mornaistar
EQL3 support its just going to be my sweeeeet dream!!!

alot of my friends keep asking me if i remember this or that locations just because they are lazy to search on websites! this will help me alot!!!

Not sure how I'm gonna handle "support" for other mods, I may ask those authors to use my API so they can display it however they want. Any know how the EQL author is, and can get him in touchw ith me?
__________________
"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 04-04-07, 05:27 PM  
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 1935
File comments: 4939
Uploads: 19
Originally posted by fred
Just an FYI. The mod author for nQuestfu just made a version that is "Very lightly tested module to support Lightheaded"......taken from the update notes at WoWAce.com...
I think it uses a newer version than whats posted here. Either way I'll be updating this tomorrow, hopefully.
__________________
"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 04-06-07, 12:46 PM  
discofiend
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Originally posted by Punkie
I'm using this actively atm, it's really nice - however I did get a little annoyed with the WorldFrame anchoring.

If anyone wants to change it for the meantime (I'm sure Clad has some reason for anchoring there) you can find this line in LightHeaded.lua:

Code:
lhframe:SetPoint("RIGHT", UIParent, "RIGHT", -15, 0)
and either replace it, or comment it out and add this:

Code:
	lhframe:SetWidth(300)
Perhaps 300 is a bit too thin, but set it to a number that suits your resolution.

Thanks for the Addon Clad, works a charm really
Thanks much for that tip. Especially on a widescreen monitor, the world frame anchoring was ridiculously too wide to the point that I probably would have disabled the mod it if I had to play with it in default format. Setting the width works great. As to why he anchored it there, it's probably because he can't tell how person x is going to have their quest log displayed, but he always knows where the edge of the screen is.

What I'd probably have done in his situation is a test of the calculated width based on the righthand side of the screen, and 300 (or some "decent") width, and taken the lesser of those two values to set the width.

And thanks to the author for a kickass mod (besides the frame width )
Last edited by discofiend : 04-06-07 at 12:52 PM.
Report comment to moderator  
Reply With Quote
Unread 04-10-07, 03:45 PM  
grandthrash
A Kobold Labourer

Forum posts: 0
File comments: 18
Uploads: 0
big bug?

This mod is great in most ways. I have one rather big problem with it though. If I open my questlog and then quickly close it WoW freezes completely and never recovers. If I open the log, wait for everything to load nicely, then close it this doesn't seem to happen. This is a problem for when I just open my log to see remaining quest slots free, etc.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: