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,593,843
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


Post A Reply Comment Options
Unread 03-27-08, 11:21 AM  
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 1935
File comments: 4940
Uploads: 19
Re: no more lorem ipsum

Code:
function LightHeaded:SelectQuestLogEntry(frame, button)
    	local lhframe = LightHeadedFrameSub
     	local qid = self:GetCurrentQID()
	
     	if not qid then return end

    	if qid ~= previousqid then 
       		lhframe.current_page = 1
    	end
	
    	previousqid = qid
	
     	-- Clear the stack
     	for k,v in pairs(stack) do stack[k] = nil end
		
     	if self.db.profile.singlepage then
          		self:UpdateFrame(qid, nil)
    	elseif lhframe.current_page then
         		self:UpdateFrame(qid, lhframe.current_page)
     	else
          		self:UpdateFrame(qid, 1)
     	end
end
Although the actual fix for this will be a bit different.
__________________
"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-27-08, 01:05 PM  
SShadow1974
A Defias Bandit

Forum posts: 2
File comments: 29
Uploads: 0
Re: Re: Re: Re: A coding suggestion

Because Lightheaded doesn't show the version in the updater application that the other two does show. I was in a time crunch, and the version numbers were displayed right there. And as for the version, it was exactly whatever the version number was at the time I posted the msg because I had literally just installed it 10 minutes or so before hand. *shrug*
When I get home, I'll update again and see if the problem is fixed. If it isn't, I will unload everything for you and try them one by one to see if I can reproduce the problem (if it doesn't reproduce with Lightheaded installed by itself.)

Quote:Originally posted by SShadow1974
[b]I am having the EXACT same problem. I do not have Doublewide, but I do have TomTom r120 and UberQuest Reborn Again 2.4.1. My Lightheaded is whatever version is on this site, since this is the first time I've ever used it.

Why on earth did you check the TomTom version, and not the LightHeaded version. There have been over 10 version pushes in the past 24 hours. Saying you have "the same probllem" with "whatever version is on this site" is about as useless to me as can be. Please, when I ask a question, I'm not just asking it for my health.

Also, do as I've asked 15 other people now, and do some basic troubleshooting if you'd like the bug fixed. That means finding ONE addon that ISNT Carbonite Quest that causes this to happen. That means ONLY LightHeaded and the other addon enabled. Anythign else is pretty much useless to us.
Report comment to moderator  
Reply With Quote
Unread 03-27-08, 01:51 PM  
Aethenelle
A Cliff Giant

Forum posts: 78
File comments: 3
Uploads: 0
Re: Re: Re: Re: A coding suggestion

Originally posted by Cladhaire
Nothing changed in LightHeaded with this code. Make sure you're using the latest Cart, from wowace since ckknight refuses to update anywhere else.
I am.. I've updated nQuestlLog also (which I think was causing some link parsing problems).

It seems like there might have been a problem with the way links were parsed (even in the default log the links didn't include zones) w/in LH but it seems to have gone away.

As for the waypoint thing, I looked into the code and, you're right, the LH call is correct... Cartographer_Waypoints seems to be broken or corrupted on my machine.

Thanks for the wonderful mod and support.

Edit: yup...I'm dumb... JWoWUpdater was doin some funny stuff w/ splitting mods that was probably the source of the problem. All fixed and all working. Thank you for the kick and the wonderful mod.
Last edited by Aethenelle : 03-27-08 at 03:14 PM.
Report comment to moderator  
Reply With Quote
Unread 03-27-08, 02:06 PM  
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 1935
File comments: 4940
Uploads: 19
Re: Re: Re: Re: Re: A coding suggestion

Updated. Changes listed on the changelog tab, as always.
__________________
"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-27-08, 03:54 PM  
SShadow1974
A Defias Bandit

Forum posts: 2
File comments: 29
Uploads: 0
Re: Re: Re: Re: Re: Re: A coding suggestion

Originally posted by Cladhaire
Updated. Changes listed on the changelog tab, as always.
Happy to report that once I disabled Carbonite Quest, the issues with the page turning went away. But as soon as I re-enable it, the problem returns.
Report comment to moderator  
Reply With Quote
Unread 03-27-08, 03:56 PM  
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 1935
File comments: 4940
Uploads: 19
Re: Re: Re: Re: Re: Re: Re: A coding suggestion

Originally posted by SShadow1974
Happy to report that once I disabled Carbonite Quest, the issues with the page turning went away. But as soon as I re-enable it, the problem returns.
*leh sigh*
__________________
"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-27-08, 04:00 PM  
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 1935
File comments: 4940
Uploads: 19
Re: Re: Re: Re: Re: Re: Re: A coding suggestion

Originally posted by SShadow1974
Happy to report that once I disabled Carbonite Quest, the issues with the page turning went away. But as soon as I re-enable it, the problem returns.
Just downloaded Carbonite. I absolutely and cannot reproduce this. If I use r-215 it flips back to page 1. If I use r-216 it doesn't.

If you're not using the latest version of the addon, why would you report the error, when quoting the message that says I've updated the addon?

Or am I missing something...
__________________
"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-27-08, 04:03 PM  
SShadow1974
A Defias Bandit

Forum posts: 2
File comments: 29
Uploads: 0
Re: Re: Re: Re: Re: Re: Re: Re: A coding suggestion

Originally posted by Cladhaire
*leh sigh*
I don't understand what *leh sigh* means.

BTW, my version of Lightheaded is .216... Just updated. (Still didn't solve the issue with Carbonite Quest though...)

But I am having an issue with Cartographer r65599 and the waypoint arrow... Will have to read through and see if it's mentioned elsewhere on here.
It works fine if I set a waypoint on the map, but when I click on coordinates from Lightheaded, it shows the person I am standing in front of over 7000 yards away in a different direction... LOL

I am going to delete cartographer and redownload it and apply it and see what happens...
Last edited by SShadow1974 : 03-27-08 at 04:07 PM.
Report comment to moderator  
Reply With Quote
Unread 03-27-08, 04:06 PM  
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 1935
File comments: 4940
Uploads: 19
Re: Re: Re: Re: Re: Re: Re: Re: Re: A coding suggestion

Originally posted by SShadow1974
I don't understand what *leh sigh* means.

BTW, my version of Lightheaded is .216... Just updated. (Still didn't solve the issue with Carbonite Quest though...)

But I am having an issue with Cartographer and the waypoint arrow... Will have to read through and see if it's mentioned elsewhere on here.
It works fine if I set a waypoint on the map, but when I click on coordinates from Lightheaded, it shows the person I am standing in front of over 7000 yards away in a different direction... LOL
Something else is wrong then. I have verified that my 216 release fixes the Carbonite Quest issue.
__________________
"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-27-08, 04:09 PM  
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 1935
File comments: 4940
Uploads: 19
Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: A coding suggestion

*sigh*.

The newest version of Carbonite re-breaks it. How freaking obnoxious.
__________________
"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-27-08, 04:37 PM  
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 1935
File comments: 4940
Uploads: 19
Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: A coding suggestion

Originally posted by Cladhaire
*sigh*.

The newest version of Carbonite re-breaks it. How freaking obnoxious.
Fixed.. again.. in theory. Gah.
__________________
"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-27-08, 04:54 PM  
Balsta
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Getting this error with 216 build and questFu. It will also not open Lightheaded from questfu like it did pre 2.4


[2008/03/27 17:27:42-10-x2]: LightHeaded-216\LightHeaded.lua:106: attempt to compare number with string

---

Awesome work on this by the way. Like all your other mods its top notch and the support is excelente'.
Last edited by : 03-27-08 at 04:59 PM.
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 03-27-08, 04:56 PM  
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 1935
File comments: 4940
Uploads: 19
Originally posted by Balsta
Getting this error with 216 build and questFu. It will also not open Lightheaded from questfu like it did pre 2.4


[2008/03/27 17:27:42-10-x2]: LightHeaded-216\LightHeaded.lua:106: attempt to compare number with string

---
Not a LightHeaded error. QuestFu needs to be updated.
__________________
"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-27-08, 05:09 PM  
Balsta
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Originally posted by Cladhaire
Not a LightHeaded error. QuestFu needs to be updated.
kk thx will report to that dev.
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 03-27-08, 06:12 PM  
mpraska
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Got error message:

Date: 2008-03-27 19:10:01
ID: 51
Error occured in: Global
Count: 1
Message: ..\AddOns\LightHeaded\LightHeaded.lua line 241:
QID : nil
Debug:
[C]: ?
[C]: assert()
LightHeaded\LightHeaded.lua:241: GetCommentText()
LightHeaded\LightHeaded.lua:365: GetPageText()
LightHeaded\LightHeaded.lua:423: UpdateFrame()
LightHeaded\LightHeaded.lua:99: SelectQuestLogEntry()
LightHeaded\LightHeaded.lua:41:
LightHeaded\LightHeaded.lua:40
[C]: SelectQuestLogEntry()
..\FrameXML\QuestLogFrame.lua:315:
..\FrameXML\QuestLogFrame.lua:305
[C]: QuestLog_SetSelection()
..\FrameXML\QuestLogFrame.lua:519:
..\FrameXML\QuestLogFrame.lua:484
[C]: QuestLogTitleButton_OnClick()
[string "*:OnClick"]:1:
[string "*:OnClick"]:1
AddOns:
Auctioneer, v5.0.PRE.2966
AuldLangSyne, vr57394
AuldLangSyneBackup, v2.0
AuldLangSyneFriendList, v2.0
AuldLangSyneFu, v2.0
AuldLangSyneGuildList, v2.0
AuldLangSyneInfo, v2.0
AuldLangSyneNote, v2.0
AuldLangSynePanel, v2.0
AuldLangSyneSync, v2.0
BankItems, v24000
Bartender3, v3.1.2 r65221
BeanCounter, v5.0.PRE.2966 (BillyGoat)
BonusScanner, v3.2
BtmScan, v5.0.PRE.2966
Cartographer, vr63590
CartographerMailboxes, v1.0
CartographerMining, v1.0
CartographerVendors, v1.0
CartographerBattlegrounds, v2.0
CartographerCoordinates, v2.0
CartographerFoglight, v2.0
CartographerGroupColors, v2.0
CartographerGuildPositions, v2.0
CartographerInstanceLoot, v2.0
CartographerInstanceMaps, v2.0
CartographerInstanceNotes, v2.0
CartographerLookNFeel, v2.0
CartographerNotes, v2.0
CartographerPOI, v2.0
CartographerProfessions, v2.0
CartographerWaypoints, v2.0
CartographerZoneInfo, v2.0
CartographerIcons, v1.0
cyCircled, v0.5
Enchantrix, v5.0.PRE.2966
EnhTooltip, v5.0.PRE.2966
FuBarBagFu, v2.0
BankItemsFu, vv20003
FuBarChimeClockFu, v1.5
FuBarDurabilityFu, v2.0
FuBarExperienceFu, v1.1 $Revision: 65606 $
FuBarFactionsFu, v2.2
FuBarGarbageFu, v2.0.$Revision: 55484 $
FuBarLocationFu, v3.0
FuBarMailFu, v2.0
FuBarMoneyFu, v20000-1
FuBarProfessionsFu, v1.5.1
FuBarQuestsFu, v2.0
FubarRecountFu, v3.4
FuBar, v60201
GroupCalendar
Informant, v5.0.PRE.2966
LightHeaded, v217
LowHPAlert
MobInfo2, v3.48
Omen, v2.0
ProfessionsBook, v2.1.8
Recount, v$Revision: 66300 $
Stubby, v52
Swatter, v5.0.PRE.2966
TomTom, v121
WIM, v2.3.65
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: