Download
(68Kb)
Download
Updated: 07-03-10 11:05 PM
Pictures
File Info
Updated:07-03-10 11:05 PM
Created:unknown
Downloads:105,751
Favorites:301
MD5:

UberQuest  Popular! (More than 5000 hits)

Version: 3.3.2c
by: quicksylver [More]

UberQuest

UberQuest is a drop-in replacement for Blizzard's QuestLog providing a dual pane view, full panes for the quest listing and a second full pane for the quest description itself. Plus, my favorite feature, a powerful quest tracker/minion.

UberQuest is a community effort. The original version was written by Saien (Modded by BanMan and Ithilyn, Additions by CaptCrunch), fixes by me to have it work with WotLK and now fixed again by BG for Patch v3.1.

----------------------------------

I, as well as many other people, have not found a quest mod replacement that is better than this one. I like it because of its simplicity yet exact options that I've wanted to have for a questlog interface. Thanks to all who have kept this mod going!

- Verick of Hyjal


----------------------------------

Moved mod development to http://wow.curseforge.com/addons/uberquest/

Known Issues:
None.

Version 3.3.2c:

Fix for "ChatFrameEditBox" error introduced in patch 3.3.5

---------- Version 3.3.2b (201006132020R): ------------

Add Detail Information to Quest Log + Honor + Arena Points + Experience Points Add Show Map Button to Detail Planel

---------- Version 3.3.2a (20100606): ------------

Fix Show selected Quest/s in Minion Fix Quest Details by using the WoW Minion

Version 3.3.2:

+ Add MobMap Support by using the WoW Quest Frame (BETA) Change Minion: On open/close the zone on Quest Log Add/remove the Quest from the Minion

Fix Localizations Fix MoneyType error

Version 3.2.2:

+ Added Localizations:
Localization.kr.lua - Thank you chkid!
Localization.tw.lua - Thank you wowuicn!
Localization.cn.lua - Thank you wowuicn!

+ Added new localization loading and seperated all localizations into their own directory.
+ Added new "Images" directory
- Removed myAddOns support as it's no longer in development

Version 3.2.1:

Removed "Reborn Again CC" from mod name. It's not just reborn - It's here to stay!
Localization.es.lua - Fixed spanish localization not to load automatically. ES localization done by Arj2000.
Localization.ru.lua - Added russian localization by StingerSoft, Dr.JetCheshirsky, Swix

Version 3.2:

Fix for WoW patch v3.2
Uberquest.toc - Updated TOC to 30200
Uberquest.lua - Corrected for LUA changes for "QuestDifficultyColors" and "GetQuestDifficultyColor"
Uberquest.xml - Tried messing around with using the new WoW dual frame textures, but decided to leave existing Uberquest textures the same.

Version 3.1.1:

Implemented all changes from (Development) PTR version 3.2.2 minus the "QuestDifficultyColor" changes that PTR 3.2 requires.

Version 3.1:
Fixed for WoW patch v3.1 by BG (2009-05-08) Version Reborn Again 3.1 CC
-----------------------------------------------
Added lines :
local UQframe = getglobal("QuestLogFrame") -- BG
UQframe:SetScript("OnShow", UberQuest_ListShowHide) -- Fix for Patch 3.1 2009.05.08
in UberQuest_OnLoad function

Version 3.0.4:
Fixed: Active Quest Minion bug on line 1529 - still was trying to call function "ToggleQuestLog"

Version 3.0.3:
Fixed: Changes by LBXZero so that WoW default "Quest Log Toggle" now defaults to you're normal quest hot key. Both uberquest hotkey or WoW default keybinds can be used (if you really want two keys to open your quest log) or just one.

Version 3.0.2:
Fixed: Active Minion" option bug (Oops, inadvertently caused this)
Minor other changes to code, same functionality.

Version 3.0.1:
Fixed: Error when hovering over Abandon Quest button.
Fixed: MoneyFrame error at login caused by incorrect MoneyFrame_SetType

Version 3.0:
Several fixes for "self" and "SetTextColor"
.TOC changed to 30000

2.4 CC - Removed UberQuest2.4.3_Fan_Update.zip and uploaded UberQuest24CC.zip from comments from CaptCrunch located at http://wowui.worldofwar.net/?p=mod&m=4506

CaptCrunch (CC) 2.4 Edition Changes (3/28/2008)
-----------------------------------------------

New Features:

* Add quest to minion on progress - If selected in the configuration window, a quest will be automatically added to the minion if the player advances an objective of that quest

* Lightheaded button - If LightHeaded is detected, a WOWHead logo will appear in the upper right corner of the detail frame. When clicked, this will reattach the LightHeaded frame to UberQuest. I found that it was really easy to break the attachment just by moving the LH frame, using the "attach" console command, thinking it would work as advertised (it causes the LH frame to disappear when UberQuest is active), or in any number of other ways. This feature will immediate fix that problem without forcing you to do a "/console reloadui" to get it back.

Other Changes:

* Updated TOC to work with the 2.4 patch

* Updated UberQuest to work with the new LightHeaded

* Resized the LightHeaded frame to match the size of the UberQuest detail frame

* Modified shift-clicking of quest titles to pass quest links to the chat window instead of text

* The scale slider has had its scale range increased to 150%. This is to accomodate players that use decreased UI scaling on WoW (even 100% was difficult to read at the lowest scale setting)

* The "Active Minion" option may now be used with locked minions. However, a locked minion is no longer click-through to the background; it just can't be moved.

2.4.3

· Added additional XML and LUA code changes by Aoon to be able to toggle the display of quest level in front of the new quest linking feature introduced in World of Warcraft v2.4

2.4.2

· Added the ability to use the new quest linking feature - changes recommended by Aoon. To show a quest link in your chat window, open the chat edit box and while having your UberQuest list open and Shift + Left Mouse Click a quest title to have it show up in your chat window as a quest link including level difficulty.

2.4.1

· Minor changes to the Readme.txt file

2.4

· Updated TOC to 20400
· Fixed errors that were calling incorrect LightHeaded functions on line 697, 1504 and 1614 of UberQuest.lua
Post A Reply Comment Options
Unread 03-27-08, 12:21 PM  
Aoon
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Lightbulb Add new quest linking feature

I've never messed with lua before and was just concerned with getting it working. Can probably be cleaned up by someone who knows the addon. If you change:
Code:
function UberQuest_TitleButton_OnClick(button)
	if ( button == "LeftButton" ) then
		if ( IsShiftKeyDown() and ChatFrameEditBox:IsVisible() ) then
			ChatFrameEditBox:Insert(this:GetText())
		end
		UberQuest_List_SetSelection(this:GetID() + FauxScrollFrame_GetOffset(UberQuest_List_Scroll))
		UberQuest_List_Update()
	end
        if (UberQuest_LightHeadedSupport) then
           LightHeaded:SelectQuestLogEntry()
        end
end
to:

Code:
function UberQuest_TitleButton_OnClick(button)
	local QuestLinkID = GetQuestLink(this:GetID())
	local questLogTitleText, level, questTag, suggestedGroup, isHeader, isCollapsed, isComplete, isDaily = GetQuestLogTitle(this:GetID())		
	if ( button == "LeftButton" ) then
		if ( IsShiftKeyDown() and ChatFrameEditBox:IsVisible() ) then
			if ( UberQuest_Config.showquestlevels == 1 ) then
				if ( questTag == ELITE or questTag == GROUP ) then
					ChatFrameEditBox:Insert("  ["..level.."+] "..QuestLinkID)
				else									
			
					if ( questTag == RAID or questTag == "Schlachtzug" ) then
						ChatFrameEditBox:Insert("  ["..level.."R] "..QuestLinkID)
														
					else
						if ( questTag == "Dungeon" or questTag == "Donjon" or questTag == "Instanz" ) then
							ChatFrameEditBox:Insert("  ["..level.."D] "..QuestLinkID)
						else
							if ( questTag == "PvP" ) then
								ChatFrameEditBox:Insert("  ["..level.."P] "..QuestLinkID)
							elseif ( questTag == "Heroic" ) then
								ChatFrameEditBox:Insert("  ["..level.."H] "..QuestLinkID)
							else					
								ChatFrameEditBox:Insert("  ["..level.."] "..QuestLinkID)
							end
						end
					end
				end
			else
				ChatFrameEditBox:Insert(QuestLinkID)
			end
		end
		UberQuest_List_SetSelection(this:GetID() + FauxScrollFrame_GetOffset(UberQuest_List_Scroll))
		UberQuest_List_Update()
	end
        if (UberQuest_LightHeadedSupport) then
           LightHeaded:SelectQuestLogEntry()
        end
end
Quest linking in chat will work, it also appends the Uberquest style level/tag(raid,group,heroic...)
Report comment to moderator  
Reply With Quote
Unread 03-27-08, 07:46 PM  
quicksylver
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 33
Uploads: 2
Re: Add new quest linking feature

Originally posted by Aoon
I've never messed with lua before and was just concerned with getting it working. Can probably be cleaned up by someone who knows the addon.

Quest linking in chat will work, it also appends the Uberquest style level/tag(raid,group,heroic...)
Good idea - I'll update the UI and re-upload it after this feature is added.
Report comment to moderator  
Reply With Quote
Unread 04-19-08, 02:54 AM  
yothisbling
A Deviate Faerie Dragon

Forum posts: 15
File comments: 2
Uploads: 0
Hi I get this error when im in groups and accept a quest!

[2008/04/19 01:46:50-38-x1]: UberQuest-Reborn Again 2.4 CC\UberQuest.lua:474: table index is nil
UberQuest-Reborn Again 2.4 CC\UberQuest.lua:747: in function `UberQuest_OnEvent'
<string>:"*:OnEvent":1: in function <[string "*:OnEvent"]:1>

---
Report comment to moderator  
Reply With Quote
Unread 10-04-08, 01:14 PM  
jinleileiking
A Murloc Raider

Forum posts: 6
File comments: 102
Uploads: 0
Can not use with cartographer_questinfo!!!!!
Report comment to moderator  
Reply With Quote
Unread 10-15-08, 07:23 AM  
wolflrv
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Any word on if this will be updated for 3.0? I've really been using it heavily..and feel rather lost without it.!
Report comment to moderator  
Reply With Quote
Unread 10-16-08, 03:26 AM  
wolflrv
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
awesome!! Thx for the update! I loaded it up and it works like a charm!!
Report comment to moderator  
Reply With Quote
Unread 10-18-08, 01:44 AM  
MingKlytus
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
THANK YOU FOR UPDATING ........ I LOVE THIS MOD!!!!!!
Report comment to moderator  
Reply With Quote
Unread 10-18-08, 11:32 AM  
johnnyp
A Murloc Raider

Forum posts: 4
File comments: 6
Uploads: 0
Problem with Multiple Toons

I noticed that everything works great with the first toon I log into after the install, but then it will not work on any other toons on that server. Wondering if this is a known issue or how I can fix it.
Report comment to moderator  
Reply With Quote
Unread 10-19-08, 08:20 AM  
JMHammer
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 309
Uploads: 1
Thank you for your work on this mod.

Might it be possible to include an option to disable the quest minion and use the default UI's quest tracking instead? I really like the large quest log window, and the separate window for the individual quest text display. And there are times when I like using the "minion" - but there are other times it's just in the way and I would prefer to have the default quest tracker instead.
Report comment to moderator  
Reply With Quote
Unread 10-21-08, 01:01 PM  
herrmannTom
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 3
Uploads: 1
I would also like a working default quest tracking UI. ;-)
Otherwise great work, please keep it up as long as you can.
Last edited by herrmannTom : 10-22-08 at 03:57 AM.
Report comment to moderator  
Reply With Quote
Unread 10-22-08, 12:15 PM  
palmsized
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Exclamation Not Working

I'm having the same prob as johnnyp. Worked once, the first time I logged in after install...now it's not working at all. I NEED this mod! Pls help!
Last edited by palmsized : 10-22-08 at 12:16 PM.
Report comment to moderator  
Reply With Quote
Unread 10-23-08, 06:25 PM  
blackpandemic
A Flamescale Wyrmkin
 
blackpandemic's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 123
File comments: 82
Uploads: 2
Interface\AddOns\UberQuest\UberQuest.lua:1030: attempt to call method 'SetTextColor' (a nil value)
[C]: in function `SetTextColor'
Interface\AddOns\UberQuest\UberQuest.lua:1030: in function `UberQuest_List_Update'
Interface\AddOns\UberQuest\UberQuest.lua:727: in function `UberQuest_OnEvent'
[string "*:OnEvent"]:1: in function <[string "*:OnEvent"]:1>


I'm baffled.
__________________
"It is forbidden to kill; therefore all murderers are punished unless they kill in large numbers and to the sound of trumpets." -Voltaire
Report comment to moderator  
Reply With Quote
Unread 10-23-08, 11:08 PM  
quicksylver
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 33
Uploads: 2
Re: Not Working

Originally posted by palmsized
I'm having the same prob as johnnyp. Worked once, the first time I logged in after install...now it's not working at all. I NEED this mod! Pls help!
I can't duplicate the problem. Is this on the live servers? I've tried clearing my WTF/Uberquest cache and logged into different characters... It works every time for me. You're using the 3.0.4 uberquest version?
Report comment to moderator  
Reply With Quote
Unread 10-23-08, 11:12 PM  
quicksylver
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 33
Uploads: 2
Originally posted by blackpandemic
Interface\AddOns\UberQuest\UberQuest.lua:1030: attempt to call method 'SetTextColor' (a nil value)
[C]: in function `SetTextColor'
Interface\AddOns\UberQuest\UberQuest.lua:1030: in function `UberQuest_List_Update'
Interface\AddOns\UberQuest\UberQuest.lua:727: in function `UberQuest_OnEvent'
[string "*:OnEvent"]:1: in function <[string "*:OnEvent"]:1>


I'm baffled.
Download the newest version 3.0.4 and install it. You're using an older version.

Line 1030 should read
Code:
questLogTitle:SetNormalFontObject(color.font);
Report comment to moderator  
Reply With Quote
Unread 10-24-08, 10:04 PM  
Heracy
A Defias Bandit

Forum posts: 3
File comments: 14
Uploads: 0
I'm not trying to hate on you in any way, and i'm sure that there are things in this mod that make it unique, but how is it different from other mods that do something similar, like doublewide, for example...I like to know exactly what feature set an addon has when i'm comparing against my current addons, so i'd like to know more about the special features.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: