Download
(75Kb)
Download
Updated: 07-06-21 04:20 PM
Pictures
File Info
Compatibility:
Chains of Domination (9.1.0)
Updated:07-06-21 04:20 PM
Created:11-24-08 03:34 PM
Downloads:58,586
Favorites:307
MD5:
Categories:Character Advancement, Action Bar Mods, Bags, Bank, Inventory, Utility Mods

QuestClicks  Popular! (More than 5000 hits)

Version: 9.1.0
by: Gorebag [More]

QuestClicks generates a dynamic bar of up to 12 buttons to make your life easier. Originally, this add-on was created in response to the large number of usable quest items introduced in WoLK – the kind where the quest giver would hand you an item and tell you to go somewhere and use it. Throw parachutes to troops, thaw people out with a flamethrower, planting acorns in dead dragons, and the like.

Having to dig through bags to find these items and add them to a bar, only to have to get rid of them after the quest was completed, was a pain. I wrote QuestClicks to create temporary buttons for them to make this easier.

Over the years, the default WoW interface has adopted some of this burden, and now many items like this show up in the quest tracker on-screen. There are still some that don’t, however. In addition, there are a lot of other annoying instances where you pick up an item and need to find it to click on it – recipes, ore nuggets, herb parts, motes, toys, etc.

QuestClicks has optional categories for all of these types of items and more. If you pick up something you can learn or collect, you’ll get a button for it. Click it, learn the recipe, and the button goes away by itself.
You can even add your own items (see the GUI panel in your interface configuration window for details).
Currently, the following categories of items can be enabled to generate buttons automatically:

  • Quest Starters (Items that say “This item begins a quest’)
  • Combinable Items (Motes, Crystalized stuff, and the like, if you have the minimum number of required items to perform the combination)
  • Trade Skill items (Milling Herbs, Prospecting Ores, etc. Only shows up if you have the skill and the required minimum quantity of items to perform the action.)
  • Artifact Boosters (Add XX Artifact Power to your current artifact)
  • Toys and Pets (But only if you don’t already have them in your collection)
  • Garrison Rewards (Currently, items that give you spec-specific equipment, more planned)
  • Profession Recipes (if you know the profession, have enough skill, and don’t know the recipe)
  • Lootable Containers (Faction world quest rewards, blingtron boxes, etc)
  • Oneshot Boosts (Ancient Mana Gems, Faction Rep boosters, Nethershards, and the like)

Generally, anything I can think of that allows me to not have to dig through my inventory – and prevents me from missing collectable goodies – gets included in the add-in as I get the chance to add them, and I’m very open to suggestions on additional categories to add.

Update History for QuestClicks
===================

v9.1.0 (58095)
- TOC update for WoW 9.1
- Added Patch 9.1 Lootable Containers

v9.0.3 (56685)
- Fixed TOC for the API version change in the pre-patch
- Added openables from Shadowlands

v9.0.1 (55789)
- Updated for Shadowlands Pre-Patch

v8.3.2 (54129)
- Added a new category : Zone Dependent Usables. These will show buttons for items that are conditionally usable based on your location. There are a number of these in patch 8.3 that can only be used in Uldum and the Vale of Eternal Blossoms. This implementation should handle most items from older zones, though it needs some testing for that and maybe a bit of tweaking. So far I've found 5 different ways Blizz words this on tooltips.
- Added Island Expedition pouches to Lootable Containers
- Added some lines to the output of the iteminfo command to make including additional items easier
- Cleaned up some code internally

v8.3.1 (54039)
- Added various caches from completing N'Zoth assaults to the Lootable Containers category
- Moved BFA lootable containers from Additions category to Lootable Containers category
- Added filter for gear tokens that your current character can't use

v8.3.0 (53857)
- Updated for v80300 interface (Visions of N'Zoth).
- Added various relic fragments from 8.3 to the combines list
- Resolve a SetPoint error due to interface changes in WoW 8.2

v8.2.0 (53150)
- Updated for v80200 interface. Added BFA items from original zones and from the 8.2 expansion zones

v8.1.0 (52267)
- Updated TOC for patch 8.1 (Tides of Vengeance)

v8.0.1 (51069)
- Updated TOC for interface v80000
- Added a few Battle for Azeroth items

v7.3.32 (50139)
- Expanded the utility function "/qclicks iteminfo" to provide additional details.
- Added a "behind-the-scenes" function : /qclicks findrelics will display all of the relics you are carrying in your inventory (shows item links). You can also specify a type : /qclicks findrelics Arcane will only showing arcane relics. Filter is case sensitive (needs to be Arcane, not arcane) because I'm lazy and because this feature is really for my own sanity in sorting out the pile of relics I was carrying around.
- Corrected item ID for Kyparite Fragments to make them show up when combinable
- Slightly altered clause for reputation gain items because some say "Increase" and some say "Increases". I'm sure I'll find other variations at some point.
- Added clause for Withered upgrades from the Collapse scenario in Suramar to the One Time Boosts category
- Added "Greater Tribute of the Broken Isles" as its own clause, since it doesn't have identifiable text (thanks tntdruid)
- Added Northrend herb partials (thanks again to tntdruid)
- Added follower gear upgrade items from Draenor to the Garrison Rewards category

v7.3.31 (49945)
- v7.3.30 broke the "Already Known" check for recipes, so I rewrote the way this is detected, along with the way requirements are determined. Instead of parsing out all of the text and determining what skill and skill level is required to use a recipe (or other Clause matching item) we now scan for "Already Known" text, and for "Requires " with the text in red. Red "Requires..." indicates that the item requires something (skill, level, etc) that the player doesn't have, so we use that as a shortcut to not generate buttons for items you can't use. These checks are now called "Blockers", and are checked for in a single pass. Blocker information is cached just like other information scans to speed things up.
- We now listen for the CHAT_MSG_SKILL event and the PLAYER_LEVEL_UP events. When we see them come up, we clear the recipe and blockers caches, as we might now be able to use items we couldn't before.
- Added a clause for reputaion gain items that are worded as "Grants ... reputation" (Argus) in addition to the normal "Increases reputation..." wording. (Thanks Tnrdruid for mentioning these)

v7.3.30 (49765)
- Rewrote entire clause evaluation system. We now have a list of clauses that is updated when categories are enabled or disabled. Instead of separate functions and loops to check for various types of items based on tooltip clauses, we now examine the item tooltip lines against the list of active clauses so we can do the whole thing with a single function.
- Added a category for "Lootable Containers" for things like World Quest Tribute
- Added a category for "Oneshot Boosts", such as Ancient Mana, Nethershards, etc.
- Added additional item types to the Garrison Rewards category (Champion boosters)
- Removed an errant debugging message when evaluating cooking recipes
- Added a new slash command option : /qclicks iteminfo [ItemLink] displays the results of GetItemInfo (for dev purposes)

v7.3.29 (49599)
- Added mining, skinning, and herbalism partials (nuggets, stems, etc.) to combinables list.
- Added a new optional category : Toys and Pets. Won't display buttons for ones you already know.
- Added a new optional category : Garrison Rewards. These can be items that give you spec-specific gear. In a future version, this category will also include items that allow you to boost your followers.
- Added a new optional category : Recipes. Only recipes that you don't already know and have the appropriate professions at a sufficient level will generate buttons.
- Updated some code to deal with a rare issue where saved variables are not loaded correctly, resulting in an error when QuestClicks tries to position the window on load. If QC detects a problem with the RelativePosition saved variable, it will reset to the center of the screen.

v7.3.28
- Included artifact boosters into their own caching system. Not strictly necessary, but it keeps them separate from the other caches.
- When checking or unchecking an option category, all of the caches are now cleared. If this isn't done, items from those categories won't appear/disappear from the bar until a UI reload or relog.
- Fixed oversight with TOC update that didn't include new version number :) (OOPS!)

v7.3.27
- Resolved outstanding issues with PlaySound and errors thrown by HasKey() (The HasKey function was removed from the API).
- Added new optional category of automatic items called "Artifact Boosters", which will add buttons for the many "Grants XX Artifact Power to your currently equipped Artifact" items.

v7.3.26
- Change revision numbering system.
- Fixed problem with the PlaySound system

V1.25b (43459)
- Corrected a bug with the new caching system that was preventing combinable/tradeskill items from working properly.

V1.25a (42992)
- Corrected bug that was preventing QuestClicks from loading if you don't also have ButtonFacade

V1.25 (42798)
- Really added Cataclysm Ore and Herbs this time... Don't know where I got the Item IDs I used in 1.24 :)
- Added "Tahret Dynasty Mallet" to the default inclusion list as it is not being detected properly.
- Small change to the way LibButtonFacade is detected to attempt to resolve issues with addons that include older versions of the LibButtonFacade library.

V1.24 (42519)
- New caching system for item evaluation results that should eliminate/vastly reduce any noticable stutter when picking up items.
- Added Cataclysm ore items to the prospectable list, herbs to the millable list, and enchanting essence to the combinable list.

V1.23 (42071)
- New method of detecting quest items that are not flagged as Quest Items by Blizzard. This should cause the bar to automatically display items that were not displaying for some Cataclysm quests.

V1.22 (41076)
- Update to correct issue introduced by BAG_UPDATE event changes in patch 4.0.3. QuestClicks should no longer cause unreasonably long zoning times with the 4.0.3 client.

V1.21 (39578)
- Updated for Cataclysm/Patch 4.0.1 (Updated usage of "this" and frame creation)
- Removed the startup spam accidently added in the 1.20 build.
- Added some items from the Worgen starting area that were not showing up on the bar.
- Fixed addon not properly responding to being disabled after logging out/back in.

V1.20 (38358)
- Added the ability to specify a number of buttons per row/column (depending on bar orientation). Settable in the config.
- Corrected a bug causing errors to be thrown when displaying the contents of the extras/exlcusion lists.
- (Partially) corrected the problem of the bar resetting to the center of the screen when the addong has been disabled/reenabled. This still isn't perfect (the bar may move a small amount) and it may require that you reset the bar's position the first time after updating to Version 1.20+

V1.19 (35092)
- Fixed a bug that prevented item counts from updating properly when reducing from 2 to 1.
- Fixed a load order issue in TOC file that could cause trouble if QuestClicks was the only addon you are using.
- Updated TOC for Patch 3.3

V1.18 (33166)
- Fixed bug in 1.17 that was preventing milling/prospecting from working properly.

V1.17 (32301)
- TOC Update for patch 3.2
- Converted the internal additions lists (Additions, Trades, Combines) to use Item IDs instead of names. This reduces the size of the addon considerably, as it is no longer necessary to store the (often long) full names of the items and it is also not necessary to have them in the localization file with their translations. Added benefit that new items in the lists won't break translations.
- Beginnings of support for Key Binding to the most recently used button, but it is not activated yet because I'm not happy with the implementation so far.

V1.16a
- Minor update to resolve an issue that could potentially result in "nil comparison" error messages.

V1.16 (30399)
- Moved the update history to "Update_Log.txt" and out of QuestClicks.lua
- Typing /qclicks without any parameters now opens the GUI configuration panel.
- Added "drag and drop" buttons in the GUI panel for adding and removing items to the Exclusion and Extras lists.
- Reworked the layout of some elements of the GUI panel to accomodate new buttons.
- Extras and Excludes lists now use Item IDs internally instead of links. Recommend that you clear your lists (but not 100% necessary)
- If you have an item on your cursor and you drop it on the Anchor Frame, it will be added to the Extras List.
- BUGFIX: "Quest Starters" and "Quest Starter Alerts" always resetting to On upload loading has been fixed.
- BUGFIX: Cooldown overlays will now move properly with their buttons when items are inserted into the QuestClicks bar.
- BUGFIX: If you have more than one stack of an item that appears on the QuestClicks bar, only one button for that item will be created.

V1.15 (29050)
- Reformatted some code, cleaned things up a bit. Expanded some commenting. Removed unused code
- New button creating code to optimize the addon. Buttons that don't change are not "recreated" each cycle.
- Rewrote the way the inventory is scanned to eliminate multiple loops. Keyring and Inventory are treated as bags now
- Removed the old (pre V1.10) profile variables.
- Included localization updates from Xandokan, and a couple of items that weren't triggering buttons (because of the way WoW displays them)

V1.14 (27853)
- Added "Quest Starter Notification", alerts you when you pick up an item that starts a quest
- Quest Starter Items will now be marked with a green "*" where you would see quantity text for stackable items

V1.13 (26442)
- Check for validity of itemLink passed to QuestClicksItemHasUseClause
- Implemented caching of items after scanning their tooltips to improve performance
- TOC Update for patch 3.10

V1.12 (23231)
- Added "Padding" between buttons, from 0 to 20 pixels. Settable via the Blizz-Options Panel
- New Category: Quest Starters - Add anything that says "This Item Begins a Quest" to the bar
- Added additional detection for Quest items via scanning for "Use:" in tooltips of items flagged as "Quest"
- Removed Pre 1.10 configuration variables from SavedVariables
-Corrected some problems with my own guesses at French translation (Thanks again, Laumac... I'm sure I've got more :))

V1.11 (19711)
- Fixed the /qclicks resetpos command to actually move the bar
- Remove the spammy debug message about prospecting/milling macros
- Added a "Reset Position" button to the Options Panel
- Added French translations for Milling Herbs

V1.10 (16854)
- Added support for Milling (similar to Prospecting)
- Milling and Prospecting now create "Macros" that will mill or prospect the item on the button
- Added optional support for ButtonFacade
- Should be more intelligent about placement of the tooltip window to avoid overlapping the bar
- Converted SavedVariable storage to a single Profile variable. Old variables will be removed in 1.11
- Note: The French localization for Milling and Herb Names will be updated in the next version.

V1.09 (13622)
- Added localization capability and French translation (provided by Laumac)
- Added the Key Ring as a supported search container (Defaults to off)

V1.08
- Added a configuration GUI, accessible via the Blizzard addon options system.
- Reconfigured what used to be called "collapsibles" into a more flexible format.
- Added "Additions", "Combines", and "Trades" categories

V1.07
- It is now possible to right-click the title frame to collapse the QuestClicks bar
- Items your character is wearing are now possible inclusions in the QuestClicks bar
- Major refactoring of several code sections, including the item evaluation and button creation code
- Cleaned up the formatting of the source via text editor changes

V1.06
- Added buttons for "Collapsible" items (motes, crystallized, and enchanting essences)

V1.05
- Made sure Anchor status is updated when reloading the UI/logging back in
- Only respond to Mouse Up events to prevent "double activating" items
- Added "extras" list (/qclicks addextra (itemlink), /qclicks removeextra (itemlink), etc) for items that the detection routine doesn't pick up automatically

V1.04
- Added stack size information for any stackable item you have more than one of
- Added the ability to lock the bar's location with the "lock" command
- Added the ability to hide the anchor (title) frame with the "anchor" command
- Figured out why right clicks weren't working and enabled them
- Resolved a bug that would sometimes result in a UI error about setting the tooltip to empty

V1.03 - Added Scaling
- /qclicks scale # (Where 1 is 1, 2, 3, 4, or 5) sets button size
- Cleaned up positioning of buttons in left and right orientation

V1.02 - Added a few new features:
- Cooldown display on items
- Exclude list (/qclicks exclude, /qclicks unexclude, /qclicks clearlist, /qclicks list)

V1.01 - Fixed a bug in the /qclicks direction command
Optional Files (0)


Post A Reply Comment Options
Unread 04-11-09, 01:38 PM  
Gorebag
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 139
Uploads: 3
I believe I have a fix for the SetHyperlink error. If Patch 3.1 isn't release on Tuesday, I'll release an intermediate version of QuestClicks then. If 3.1 does come out on Tuesday, the 3.1 version will include this fix.
Report comment to moderator  
Reply With Quote
Unread 04-11-09, 12:35 PM  
cptmurdok
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Date: 2009-04-11 11:31:37
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\QuestClicks\QuestClicks.lua line 1088:
Usage: QuestClicksScanningTooltip:SetHyperlink(link)
Debug:
(tail call): ?
[C]: ?
[C]: SetHyperlink()
QuestClicks\QuestClicks.lua:1088: QuestClicksIsStartQuestItem()
QuestClicks\QuestClicks.lua:1172: QuestClicksEvaluateItem()
QuestClicks\QuestClicks.lua:1227: QuestClicksUpdateButtons()
QuestClicks\QuestClicks.lua:1390: QuestClicksEvent()
[string "*:OnEvent"]:1:
[string "*:OnEvent"]:1
AddOns:
Swatter, v5.3.4105 (DingoIII)
Acheron, v
Achievement, v1.0
Align, v
AraBrokerGuildFriends, vr17
AraBrokerXP, vr2
ArkInventory, v3.02
AtlasLoot, vv5.03.03
AtlasLootFu, vv5.03.03
BadBoy, v2.2.2.1
BadgeWatch, v
Bartender4, v4.2.6
BigWigs, v2.0
BrokerClock, v1.0
BrokerItemRack, v1.8
BrokerLocation, v
BrokerMail, v1.0
BrokerSysMon, v1.0
ButtonFacade, v3.0.225
ButtonFacadeCaith, v3.0.44
CalendarBroker, v3.0.24
Capping, v3.0.021
Chatter, v1.0
Chinchilla, v
ClassTimer, v2.1
ClearFont2, v2.6
Clique, v116
coolDown, v
CowTip, v
DockingStation, v0.2.13 (Beta)
DoubleWide, v
DrDamage, v1.6.0b
EnhancedAchievements, v
EnhancedColourPicker, vb1.9056.1
FailBot, v2.0
FriendsWithBenefits, v3.0.9.3
FuBar2Broker, v1.0.3
FuBarMoneyFu, vv1.2
FuBarProfessionsFu, v3.0.4
GatherMate, vv1.16
Grid, v1.30000.2009021101
GridSideIndicators, v0.5
GridStatusHots, v3.1
GridStatusRaidDebuff, vv3.00.08.01
GuildCheck, v
IFrameManager, v
InstanceMaps, v
ItemRack, v
LightHeaded, v278
LittleWigs, v3.0.0
LittleWigsTBC, v
LoggerHead, v3
MalygosFlamer, v
Mapster, v1.1.3
MikScrollingBattleText, v5.3.41
MyMedia, v1.0
Omen, v3.0.6
OmniCC, v2.3.1
OpenAll, v1
oRA2, v2.0.$Revision: 628 $
PerfectRaid, v185
PitBull, vv3.2.9
PitBullBarFader, v0.1
PitBullCombatIcon, v2.0
PitBullCombatText, v2.0
PitBullHealthBar, v2.0
PitBullHideBlizzard, v2.0
PitBullLeaderIcon, v2.0
PitBullMasterLooterIcon, v2.0
PitBullPortrait, v2.0
PitBullPowerBar, v2.0
PitBullPvPIcon, v2.0
PitBullRaidTargetIcon, v2.0
PitBullRangeCheck, v0.2
PitBullRestIcon, v2.0
PitBullThreatBar, v2.0
PowerAuras, v2.6.0
Quartz, v1.0
QuartzGCD, v1.0
QuartzInterrupt, v1.0
QuartzLatency, v1.0
QuartzMirror, v1.0
QuartzPet, v1.0
QuartzPlayer, v1.0
QuartzRange, v1.0
QuartzSwing, v1.0
QuartzTimer, v1.0
QuartzTradeskill, v1.0
QuestAnnouncer, v0.5
QuestClicks, v1.12
QuestHelper, v0.98
RaidBuffStatus, v3.86
RaidCooldowns, v
RaidCooldownsDisplay, v
RatingBuster, v
Recount, v
RecountFailBot, v
SatrinaBuffFrame, v3.0
SharedMedia, v3.0
StatBlockAmmo, v2.2.1
tekability, v3.0.3.4
teksLoot, v3.0.2.5
TomTom, v197
UnderHood, v2.0
UnderHoodAuras, v2.0
UnderHoodBars, v2.0
UnderHoodComboPoints, v2.0
UnderHoodHideBlizzard, v2.0
UnderHoodIcons, v2.0
UnderHoodPortraits, v2.0
UnderHoodRunes, v2.0
UnderHoodTexts, v2.0
XLoot, v0.9
XLootMaster, v0.7
zBrokerClock, v1.1
zBrokerTracking, v1.0
(ck=9e5)
Report comment to moderator  
Reply With Quote
Unread 04-05-09, 05:52 PM  
justinm
A Kobold Labourer

Forum posts: 1
File comments: 58
Uploads: 0
Re: Re: Re: Error

Originally posted by Gorebag
I"m looking into the error message, but for the "floating" button, are you by any chance using TourGuide? It creates a "disembodied" button when you are supposed to click on an item as part of the current quest in the guide.

All of QuestClicks buttons are anchored to it's anchor frame, so a floating one would be pretty off the wall.

Also, I believe the button that TourGuide creates doesn't have a tooltip.
Huh, thanks. You're right, I'm using TourGuide (specifically, with Jame's guides loaded in), but I never noticed the button before. Maybe I've been playing around with my configs a bit too much.

I'll have to look into that, so you can ignore my confusion.
Report comment to moderator  
Reply With Quote
Unread 04-05-09, 01:12 PM  
Gorebag
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 139
Uploads: 3
Re: Re: Error

EDIT 2: Also, I've noticed occasionally that the addon will spawn an extra clickable button with no tooltip. Most recently, it happened with Zelig's Scrying Orb for the quest "Frostmourne Cavern". I have no idea whether these two bugs are related. This extra button tends to float somewhere below the minimap and is draggable all over the screen. It works just like the Questclicks button, also, aside from the missing tooltip. [/b]
I"m looking into the error message, but for the "floating" button, are you by any chance using TourGuide? It creates a "disembodied" button when you are supposed to click on an item as part of the current quest in the guide.

All of QuestClicks buttons are anchored to it's anchor frame, so a floating one would be pretty off the wall.

Also, I believe the button that TourGuide creates doesn't have a tooltip.
Report comment to moderator  
Reply With Quote
Unread 04-05-09, 08:59 AM  
justinm
A Kobold Labourer

Forum posts: 1
File comments: 58
Uploads: 0
Re: Error

Originally posted by Twidget
Hi,
I got the following error when I accepted the quest "Boat Wreckage" which gave me a quest item called "Discarded Knife" in Feralas on the Forgotten Coast.
I just got something similar for Flesh-Bound Tome for the quest "Secrets of the Scourge".

Date: 2009-04-05 10:56:48
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\QuestClicks\QuestClicks.lua line 1088:
Usage: QuestClicksScanningTooltip:SetHyperlink(link)
Debug:
[C]: ?
[C]: SetHyperlink()
QuestClicks\QuestClicks.lua:1088: QuestClicksIsStartQuestItem()
QuestClicks\QuestClicks.lua:1172: QuestClicksEvaluateItem()
QuestClicks\QuestClicks.lua:1227: QuestClicksUpdateButtons()
QuestClicks\QuestClicks.lua:1390: QuestClicksEvent()
[string "*:OnEvent"]:1:
[string "*:OnEvent"]:1
AddOns:
etc. etc. etc.


EDIT: It doesn't appear that the tome is used at any point as anything other than a turn-in for the quest. You can't click on it. Perhaps that's the problem.

EDIT 2: Also, I've noticed occasionally that the addon will spawn an extra clickable button with no tooltip. Most recently, it happened with Zelig's Scrying Orb for the quest "Frostmourne Cavern". I have no idea whether these two bugs are related. This extra button tends to float somewhere below the minimap and is draggable all over the screen. It works just like the Questclicks button, also, aside from the missing tooltip.
Last edited by justinm : 04-05-09 at 10:05 AM.
Report comment to moderator  
Reply With Quote
Unread 04-05-09, 07:06 AM  
Twidget
An Aku'mai Servant
 
Twidget's Avatar

Forum posts: 33
File comments: 401
Uploads: 0
Exclamation Error

Hi,
I got the following error when I accepted the quest "Boat Wreckage" which gave me a quest item called "Discarded Knife" in Feralas on the Forgotten Coast.

Date: 2009-04-05 09:01:17
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\QuestClicks\QuestClicks.lua line 1088:
Usage: QuestClicksScanningTooltip:SetHyperlink(link)
Debug:
[C]: ?
[C]: SetHyperlink()
QuestClicks\QuestClicks.lua:1088: QuestClicksIsStartQuestItem()
QuestClicks\QuestClicks.lua:1172: QuestClicksEvaluateItem()
QuestClicks\QuestClicks.lua:1227: QuestClicksUpdateButtons()
QuestClicks\QuestClicks.lua:1390: QuestClicksEvent()
[string "*:OnEvent"]:1:
[string "*:OnEvent"]:1
AddOns:

Thanks,
Twidget
Report comment to moderator  
Reply With Quote
Unread 04-05-09, 12:03 AM  
Theondry
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 110
Uploads: 1
Re: Re: Re: Re: feature request (dock anchor to screen)

Originally posted by Gorebag
I ran through all of the dailies in Icecrown and didn't see anything similar... can you post a list of the other addons you use so I can look for potential conflicts?
I have sent it via PM.
__________________
Theondry of Perenolde
Report comment to moderator  
Reply With Quote
Unread 04-04-09, 06:57 PM  
Gorebag
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 139
Uploads: 3
Re: Re: Re: feature request (dock anchor to screen)

Originally posted by Theondry
the presence or absence of this addon was the only change between freezing with this addon and no freezing while using QuestItemBar
http://www.wowace.com/projects/questitembar/
I ran through all of the dailies in Icecrown and didn't see anything similar... can you post a list of the other addons you use so I can look for potential conflicts?
Report comment to moderator  
Reply With Quote
Unread 04-04-09, 05:30 PM  
Theondry
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 110
Uploads: 1
Re: Re: feature request (dock anchor to screen)

Originally posted by Gorebag
Odd, I haven't had that happen... The same scanning process happens any time your inventory is rearranged or you leave combat, so if it should be more frequent that that if you are seeing an issue.

I'll go do those quests and see if the same thing happens.
the presence or absence of this addon was the only change between freezing with this addon and no freezing while using QuestItemBar
http://www.wowace.com/projects/questitembar/
__________________
Theondry of Perenolde
Report comment to moderator  
Reply With Quote
Unread 04-04-09, 01:59 PM  
justinm
A Kobold Labourer

Forum posts: 1
File comments: 58
Uploads: 0
Re: Version 1.12 Released

Originally posted by Gorebag
The next version of QuestClicks will be for WoW 3.1. I am experimenting on the PTR now, and there are some interesting new quest-item related API functions that I hope to use to make QuestClicks even more useful.
More useful? This might be one of the simpler addons out there, but the fact that it basically lets me clear at least one entire action bar for other stuff makes it indispensable. I can't wait to see what you've got in store now.
Report comment to moderator  
Reply With Quote
Unread 04-04-09, 12:55 PM  
Gorebag
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 139
Uploads: 3
Re: feature request (dock anchor to screen)

Originally posted by Theondry
n/t
(very nice, btw.)

Edit:
I have to rescind the "very nice", bit. Wow will freeze for a half-second or full second every time I loot a quest item. (specifically noted while impaling vyrkul with Ebon Blade banners and looting keys to unlock cages nearby in Ice Crown.)
Odd, I haven't had that happen... The same scanning process happens any time your inventory is rearranged or you leave combat, so if it should be more frequent that that if you are seeing an issue.

I'll go do those quests and see if the same thing happens.
Report comment to moderator  
Reply With Quote
Unread 04-04-09, 09:41 AM  
Theondry
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 110
Uploads: 1
feature request (dock anchor to screen)

n/t
(very nice, btw.)

Edit:
I have to rescind the "very nice", bit. Wow will freeze for a half-second or full second every time I loot a quest item. (specifically noted while impaling vyrkul with Ebon Blade banners and looting keys to unlock cages nearby in Ice Crown.)
__________________
Theondry of Perenolde
Last edited by Theondry : 04-04-09 at 11:31 AM.
Report comment to moderator  
Reply With Quote
Unread 04-03-09, 07:24 PM  
Gorebag
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 139
Uploads: 3
Version 1.12 Released

I have uploaded version 1.12 of QuestClicks. The changes are:

Padding - You can now set a button padding space (between 0 and 20 pixels) in the addon's control panel (via the Blizzard Interface Options)

Category : Quest Starters - If this category is enabled, any item that says "This Item Begins a Quest" will generate a button on the QuestClicks bar.

Updated Item Evaluation - I have added an additional type of item evaluation code. If a quest item does not have an associated spell (the way I detect most of them) QuestClicks will scan the tooltip of the item for "Use:" text.

Finally, there are some updates to the French localization, as well as the inclusion of the overlooked "Peacebloom" herb for Milling purposes.

Up Next...
The next version of QuestClicks will be for WoW 3.1. I am experimenting on the PTR now, and there are some interesting new quest-item related API functions that I hope to use to make QuestClicks even more useful.
Report comment to moderator  
Reply With Quote
Unread 04-03-09, 07:09 PM  
Gorebag
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 139
Uploads: 3
Re: Re: Re: Herb called Fire Leaf

Originally posted by justinm
Peacebloom is also missing in v1.11. No typo in the .lua; it just appears to be missing.
Hrm... you caught me as I was just about to upload 1.12 Fixing that real quick
Report comment to moderator  
Reply With Quote
Unread 04-03-09, 05:43 PM  
justinm
A Kobold Labourer

Forum posts: 1
File comments: 58
Uploads: 0
Re: Re: Herb called Fire Leaf

Originally posted by Gorebag
Thanks, I'll add Fire Leaf. I also need to take out a couple that I've found aren't millable for the next update as well.
Peacebloom is also missing in v1.11. No typo in the .lua; it just appears to be missing.
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.