Addon Information
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Author:
Version:
3.1 CC
Date:
05-22-2009 09:25 AM
Size:
56.03 Kb
Downloads:
97,044
Favorites:
358
MD5:
Pictures
Click to enlarge
UberQuest - shown with LightHeaded mod attached.
Click to enlarge
UberQuest - Configuration Window
Click to enlarge
UberQuest - Minion
UberQuest Reborn Again   Popular! (More than 5000 hits)
UberQuest Reborn Again 3.1 CC - Update/Fix by BG 05/08/09
- Thanks BG!

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/
  Change Log - UberQuest Reborn Again
Known Issues:
None.

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
  Archived Versions - UberQuest Reborn Again
File Name
Version
Size
Author
Date
3.1 CC
56kB
quicksylver
05-08-2009 10:35 PM
3.0.4 CC
56kB
quicksylver
10-15-2008 12:23 PM
  Comments - UberQuest Reborn Again
Post A Reply Comment Options
Old 10-04-2008, 03:14 PM  
jinleileiking
A Murloc Raider

Forum posts: 6
File comments: 106
Uploads: 0
Can not use with cartographer_questinfo!!!!!
jinleileiking is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-19-2008, 04: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>

---
yothisbling is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-27-2008, 09:46 PM  
quicksylver
A Defias Bandit
Interface Author - Click to view interfaces

Forum posts: 3
File comments: 26
Uploads: 3
Re: Add new quest linking feature

Quote:
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.
quicksylver is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-27-2008, 02: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...)
Aoon is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.