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,033
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 05-21-2009, 09:31 AM  
JMHammer
A Defias Bandit
Interface Author - Click to view interfaces

Forum posts: 3
File comments: 331
Uploads: 1
Quote:
Originally posted by Ichse
Change in the UberQuest.xml on line 1889 the following value:

in:


That's all.

Bob
Thank you, Bob/Ichse!


edit: I just tried this change, and it is not preventing the UberQuest minion from being "on top" of other UI elements. It did require me to reposition the minion to my preferred position.

Thanks for trying, though.

Last edited by JMHammer : 05-21-2009 at 09:38 AM.
JMHammer is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-17-2009, 09:58 AM  
Calik
A Kobold Labourer
 
Calik's Avatar

Forum posts: 0
File comments: 3
Uploads: 0
Quest minion keeps moving.

One issue I have with this last release is my quest minion keeps getting repositioned as quests get added and completed. It seems to add them going up at first, then adds on the bottom as I get more quests, and after completing them the minion is now either further up or down from where it started. Minor annoyance to have to re-adjust it so often.

This has to be my favorite quest tracking addon and I thank everyone for their continuing efforts on maintaining it. Thanks and keep up the good work!
Calik is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-13-2009, 02:48 AM  
Ichse
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Change in the UberQuest.xml on line 1889 the following value:
Quote:
<Frame name="UberQuest_Minion" toplevel="true" parent="UIParent" hidden="true" frameStrata="BACKGROUND" enableMouse="false" movable="true">
in:
Quote:
<Frame name="UberQuest_Minion" toplevel="true" parent="nil" hidden="true" frameStrata="BACKGROUND" enableMouse="false" movable="true">
That's all.

Bob
Ichse is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-12-2009, 09:41 AM  
JMHammer
A Defias Bandit
Interface Author - Click to view interfaces

Forum posts: 3
File comments: 331
Uploads: 1
Quest Minion Click-Through

Is there any way to make the Quest Minion - the replacement for the default UI's Quest Tracker Frame - completely click-through and non-interactable?

I like the way the Minion displays an entry even for a quest that is complete or does not have standard objectives. However, I don't want the frame preventing me from being able to click other UI elements which might be sharing screen space with the minion ("over" or "under" the Minion frame) or preventing me from clicking on or otherwise interacting with 3D world objects which might be under the Minion frame.

I think it just needs
Code:
UberQuest_Minion:SetFrameStrata(Background)
However, I have no idea where to place this in the UberQuest.lua file or even if the frame name is actually "UberQuest_Minion".

Thanks for keeping UberQuest running!

Last edited by JMHammer : 05-12-2009 at 04:42 PM.
JMHammer is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-10-2009, 09:33 AM  
01Byte
A Murloc Raider
 
01Byte's Avatar

Forum posts: 4
File comments: 8
Uploads: 0
Quote:
Originally posted by 01Byte
First, thank you for making the add on compatible with 3.1.

But, like others, my minion will no longer work.

I'll continue to monitor this page as I love this add on and have not found any other that works so well.

Thank you.
Update, I installed the version that is linked below and my little minion friend is back!!!

Thank you!!!! It is great to have this add on fully functioning again.
01Byte is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-10-2009, 09:27 AM  
01Byte
A Murloc Raider
 
01Byte's Avatar

Forum posts: 4
File comments: 8
Uploads: 0
First, thank you for making the add on compatible with 3.1.

But, like others, my minion will no longer work.

I'll continue to monitor this page as I love this add on and have not found any other that works so well.

Thank you.
01Byte is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-08-2009, 10:43 PM  
quicksylver
A Defias Bandit
Interface Author - Click to view interfaces

Forum posts: 3
File comments: 26
Uploads: 3
Quote:
Originally posted by Ichse
I use this release:
http://rapidshare.com/files/23073255...r31CC.zip.html

It works.

Bob
Thanks, uploaded and updated.
quicksylver is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-08-2009, 05:05 PM  
Ichse
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Ichse is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-23-2009, 04:49 PM  
Thayer
A Kobold Labourer
 
Thayer's Avatar

Forum posts: 0
File comments: 1
Uploads: 0
Re: new error after 4/21 patch

Quote:
Originally posted by johnnyp
[b]After 3.1 my minion would work, but all quests would load on the minion when accepted.

As of yesterday, 4/21 my minion does not appear at all and I get the following error message...
I have the same problem and I know people have suggested binding the L key to uberquest but this doesn't help when you click the quest log icon which is what I usually do. Is there a way to make that icon load up uberquest? Also even when I do hit L I get it OK but Lightheaded doesn't load anymore. This has only happened since 3.1.1 as after 3.1 both mods still worked fine.
Thayer is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-22-2009, 02:16 AM  
johnnyp
A Defias Bandit

Forum posts: 2
File comments: 6
Uploads: 0
new error after 4/21 patch

After 3.1 my minion would work, but all quests would load on the minion when accepted.

As of yesterday, 4/21 my minion does not appear at all and I get the following error message.

Date: 2009-04-22 01:14:00
ID: 3
Error occured in: Global
Count: 1
Message: ..\AddOns\UberQuest\UberQuest.lua line 1714:
UberQuest_Minion:SetScale(): Scale must be > 0
Debug:
[C]: ?
[C]: SetScale()
UberQuest\UberQuest.lua:1714: UberMinion_Scale_Update()
UberQuest\UberQuest.lua:1179: UberQuest_Config_Update()
UberQuest\UberQuest.lua:1135: UberQuest_ConfigShowHide()
[string "*:OnClick"]:1:
[string "*:OnClick"]:1
johnnyp is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-21-2009, 06:41 PM  
logiboy123
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
This version IS working.

To get this version to work simply go into your key bindings, scroll down to the bottom and bind L to UberQuest.
logiboy123 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-19-2009, 12:21 PM  
drai
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
wowmatrix

Both Curse and Wowinterface have blocked wowmatrix, so that addons cannot be update with it. This forces all players who use that utility to hand-install addons. If an addon is licensed with a free license like GPL, wowmatrix will be able store the addon on their servers, allowing people to update it automatically. Or you (the author) can simply contact them (**************) and just give them permission to store it on there servers.

There are a *lot* of people who use wowmatrix. Many guilds require members to run it before starting wow for raids.

*please* consider letting wowmatrix to work with your addon. There will be no change to code.

thanks

edit: wowinterface blocks URLs in its posts. The site above is wowmatrix dot com

Last edited by drai : 04-19-2009 at 12:22 PM.
drai is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-18-2009, 03:19 PM  
Schwiggle
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Quote:
Originally posted by Alas
Thank you very much for the solution I appreciate it...now is there anyway to change the keybinding for the quest log when you click the symbol on the screen? I know I could just press the L key but was curious if the log symbol could be reset.

Thanks,
Alas

If I left-click the log icon, I get the Blizzard log - if I RIGHT-CLICK the log icon, I get UberQuest. I don't know why (I have no geekish in me) but at least it's some improvement. Hope it works for you too.

PS This is after fixing the keybinding issue (reset L key to bind to Uberquest)

Last edited by Schwiggle : 04-18-2009 at 03:21 PM.
Schwiggle is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-18-2009, 02:49 AM  
crashgnx
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
OMG thanks for the fix avatar2k3a I was going nutz tryin to find a replacement for Uber and its just not out there.
crashgnx is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-17-2009, 08:07 AM  
Beowolf82
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Quote:
Thank you for the pointer about keybinding UberQuest to the L key. That fixed the problem--Uberquest is indeed there.
Is there any chance to change something that Ubar Quest start wenn i klick the button for questlog?
Beowolf82 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.