Download
(127Kb)
Download
Updated: 02-09-24 01:37 PM
Pictures
File Info
Compatibility:
Seeds of Renewal (10.2.5)
Updated:02-09-24 01:37 PM
Created:unknown
Downloads:26,098
Favorites:101
MD5:
10.2.5

QuickQuest  Popular! (More than 5000 hits)

Version: 100205.67-Release
by: p3lim [More]

Description

QuickQuest will automate quest-related tasks such as accepting and delivering quests for you, saving you time while leveling or doing daily/weekly objectives.

List of features:

  • Automatically pick up any quest
  • Automatically deliver any quest
  • Automatically accept pop-up quests
  • Automatically skip talking to NPCs with only one option
  • Automatically pick up trivial (low level) quests
    • Only if the player is tracking trivial quests on the minimap
  • Automatically selects the most valuable quest reward
    • Only auto-delivers if there is just one item choice
  • Optionally automates paying Darkmoon Isle faires
  • Optionally shares all quests accepted with party members
  • Holding Shift will pause the automation

Access the options with /quickquest or /qq.

Translations

If you want to help translate QuickQuest, please use this form on GitHub:
https://github.com/p3lim-wow/QuickQuest/issues/new?template=translate.yaml

Feedback & issues

If you would like to report a bug or contribute to the project, please visit GitHub:
https://github.com/p3lim-wow/QuickQu...ues/new/choose

Legal

Please see the LICENSE file.

Changes in 100205.67-Release:
  • Added: Option to auto-select quest gossip (enabled by default)
  • Added: Auto-selecting event gossip (just Big Dig event for now)
  • Changed: Update Interface version
Archived Files (17)
File Name
Version
Size
Author
Date
100200.66-Release
125kB
p3lim
11-09-23 01:43 PM
100105.65-Release
125kB
p3lim
08-22-23 02:03 PM
100100.64-Release
124kB
p3lim
05-03-23 07:15 AM
100100.63-Release
124kB
p3lim
05-02-23 10:58 AM
100007.62-Release
124kB
p3lim
04-05-23 10:06 AM
100007.61-Release
124kB
p3lim
04-05-23 09:57 AM
100007.60-Release
124kB
p3lim
03-24-23 05:00 PM
100002.59-Release
118kB
p3lim
01-04-23 11:18 AM
100002.58-Release
118kB
p3lim
11-27-22 09:20 AM
100000.57-Release
118kB
p3lim
11-06-22 05:12 PM
100000.56-Release
118kB
p3lim
11-03-22 05:13 AM
100000.55-Release
118kB
p3lim
10-28-22 12:42 PM
100000.54-Release
118kB
p3lim
10-28-22 11:32 AM
90200.53-Release
118kB
p3lim
03-01-22 02:59 PM
90200.52-Release
118kB
p3lim
02-22-22 12:02 PM
90100.51-Release
118kB
p3lim
07-18-21 07:08 AM
90100.50-Release
118kB
p3lim
07-01-21 12:06 AM


Post A Reply Comment Options
Unread 02-11-12, 02:18 AM  
Manaman
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 39
File comments: 160
Uploads: 1
Nice

Seems to combine all the features I have about 5 mods to do. Very nice.
Report comment to moderator  
Reply With Quote
Unread 02-11-12, 07:55 AM  
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1359
File comments: 829
Uploads: 55
Looks very nice, I only have 1 small request.

An option to reverse the modifier behavior.
- Regular clicks = bypass automation.
- Modifier clicks = Monomyth does its thing.

Could even be a check for
Code:
if IsModifiedClick("AUTOLOOTTOGGLE") then
so it mimics the auto-loot setting.

You'd shift-pickup/deliver etc quests like you can shift-loot everything with default modifier.
It would be more intuitive to me; thanks for the nice mod in any case
Last edited by Dridzt : 02-11-12 at 07:56 AM.
Report comment to moderator  
Reply With Quote
Unread 04-01-12, 07:08 PM  
ibxdmxxdl
A Kobold Labourer

Forum posts: 0
File comments: 13
Uploads: 0
Looks good. I replaced a few mods with this one (namely idQuestAutomation) but it would be great if it could accept multiple quests from NPCs with one click in idQA does.
Report comment to moderator  
Reply With Quote
Unread 04-01-12, 08:41 PM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Originally Posted by ibxdmxxdl
Looks good. I replaced a few mods with this one (namely idQuestAutomation) but it would be great if it could accept multiple quests from NPCs with one click in idQA does.
It does, however some NPCs gives out quests in a different way than others, and thus require clicking them for each quest.

I've seen these beeing used more than before.
Report comment to moderator  
Reply With Quote
Unread 04-29-12, 04:53 AM  
jlrm365
A Flamescale Wyrmkin
AddOn Author - Click to view AddOns

Forum posts: 113
File comments: 113
Uploads: 1
As the first comment...
It appears to take the essentials from others, strip them down to the minimum and combine them.
I wish more addons would be like this.
Report comment to moderator  
Reply With Quote
Unread 04-29-12, 01:49 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Marked.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 05-26-12, 10:01 PM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Originally Posted by Dridzt
Looks very nice, I only have 1 small request.

An option to reverse the modifier behavior.
- Regular clicks = bypass automation.
- Modifier clicks = Monomyth does its thing.

Could even be a check for
Code:
if IsModifiedClick("AUTOLOOTTOGGLE") then
so it mimics the auto-loot setting.

You'd shift-pickup/deliver etc quests like you can shift-loot everything with default modifier.
It would be more intuitive to me; thanks for the nice mod in any case
This kind of defeats the purpose of the addon, as it is fully automated by default.
Report comment to moderator  
Reply With Quote
Unread 07-08-12, 09:10 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Btw...I love this mod!

Sidenote...I have this one quest that teleports you from Stormwind to Theramore (Mage Tower). Basically a free port. On arrival I'm standing next to Jaina and sometimes I nearly click here.
Could that one quest be excluded from turning in automatically?

Quest: http://www.wowhead.com/quest=27241

I keep that quest in my log all the time yes.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 07-08-12 at 09:26 AM.
Report comment to moderator  
Reply With Quote
Unread 07-08-12, 09:48 AM  
zohar101
A Cyclonian
 
zohar101's Avatar

Forum posts: 43
File comments: 188
Uploads: 0
Is this MoP ready?
Report comment to moderator  
Reply With Quote
Unread 07-08-12, 10:20 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Originally Posted by zork
Btw...I love this mod!

Sidenote...I have this one quest that teleports you from Stormwind to Theramore (Mage Tower). Basically a free port. On arrival I'm standing next to Jaina and sometimes I nearly click here.
Could that one quest be excluded from turning in automatically?

Quest: http://www.wowhead.com/quest=27241

I keep that quest in my log all the time yes.
I will see what I can do about filtering specific quests or NPCs.
I don't want to have a huge database of any kind.
Report comment to moderator  
Reply With Quote
Unread 07-08-12, 10:20 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Originally Posted by zohar101
Is this MoP ready?
More or less, the only thing that is not working is the quest item accepting, and you will get an error from it.
I have a version in development which should be available soon.
Report comment to moderator  
Reply With Quote
Unread 07-08-12, 11:12 AM  
zohar101
A Cyclonian
 
zohar101's Avatar

Forum posts: 43
File comments: 188
Uploads: 0
Awesome thanks.
Last edited by zohar101 : 07-08-12 at 11:13 AM.
Report comment to moderator  
Reply With Quote
Unread 07-12-12, 09:50 AM  
Malice.US
A Murloc Raider
 
Malice.US's Avatar

Forum posts: 5
File comments: 40
Uploads: 0
Is it possible to disable picking up quests from items in your bags? Somewhere perhaps in the LUA that can be commented out? I tried a couple things that I thought were for it but it just made the whole addon not work at all so I reverted it.
__________________
Report comment to moderator  
Reply With Quote
Unread 07-12-12, 12:56 PM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Originally Posted by Malice.US
Is it possible to disable picking up quests from items in your bags? Somewhere perhaps in the LUA that can be commented out? I tried a couple things that I thought were for it but it just made the whole addon not work at all so I reverted it.
Having the option to disable certain things is something that could be done, but currently the only way is to modify the file itself, which I won't encourage.
Report comment to moderator  
Reply With Quote
Unread 07-12-12, 06:47 PM  
Malice.US
A Murloc Raider
 
Malice.US's Avatar

Forum posts: 5
File comments: 40
Uploads: 0
appreciate the reply. It's a great addon.
__________________
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.