• World of Warcraft Addons
Advertisement
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share

MonkeyQuest

  Download the Curse Client

Last Update:
Category: Quests & Leveling
Tags:
Project Manager: Jim-Bim
Current Version: v2.8
Downloads Today: 400
Downloads Total: 809,386
Favorites: 4,701
Comments: 668
  • About MonkeyQuest
  •  

Note: For easy configuration, download MonkeyBuddy!


About MonkeyQuest:

The MonkeyQuest AddOn for World of WarCraft displays quests and their objectives in a nice drag able frame in a very customizable way.


Features:

  • Mousing over quests shows the overview in a tooltip.
  • Option to display the quest overview if there's no objectives.
  • Clicking on quests brings up the real quest log with that quest selected.
  • Displays the quest level in the quest title.
  • Elite quests display a ' ' in the level of the quest.
  • Completed quests show a '(Completed)' in the quest title.
  • Quest area headers are displayed.
  • Clicking on a quest area header collapses or expands it.
  • Check boxes next to quests allow hiding/showing of that quest.
  • Check box to toggle displaying collapsed quest area headers and hidden quests.
  • Close and minimize buttons.
  • Quest objective coloring.
  • Quest objective coloring for special 'friendly/hostile' type objectives.
  • Special quest objective coloring for 'find an area' type objectives.
  • Nice font for increased readability.
  • No additional buttons or options are displayed in the real quest log.
  • Option to always hide quest area headers.
  • New slash command for hiding the border.
  • Key bindings for toggle hidden, minimize, and close.
  • Slash command to change the expand direction, up or down (thanks Diungo)
  • Shift-left clicking on quests to add the quest name to the chat edit box if it's open.
  • Shift-right clicking on quests to add your current quest objective data to the chat edit box if it's open.
  • Option to display the number of free quest slots.
  • Lockable frame.
  • Option to display quest titles colored by difficulty. (thanks Pkp)
  • Option to hide completed quests.
  • Option to hide completed objectives.
  • Ctrl-Left clicking on quests to share that quest with party members.
  • Ctrl-Right clicking on quests to abandon that quest, after a confirmation dialog box.
  • Integration with MonkeyBuddy for configuration.
  • Font size setting.
  • Option to turn off right-click to open MonkeyBuddy.
  • Option to hide the title buttons.
  • Quest Items now show up in tooltips. Mousing over targets you need for quests will show 'Quest Item XX/YY' in the tooltip. Same for items you need for quests.

    (** Currently doesn't update if MonkeyQuest is closed or minimized **)

  • Dungeon quests display a 'd' in the level of the quest.
  • Raid quests display an 'r' in the level of the quest.
  • Party members show up in the quest overview tooltip. If they have that quest they'll be displayed in the 100% objective color.
  • If the current sub-zone name appears in the quest overview, the quest will highlight.

Slash Commands:

See included ReadMe.txt for slash commands or use MonkeyBuddy to configure your MonkeyQuest.

  • Downloads (2)
  •  
  File Name Release Type Game Version Downloads Date  
  MonkeyQuest v2.8 Release 2.4.3 3,657 4/15/2008
  MonkeyQuest v2.7 Release 2.3.3 9 1/19/2008
  • 1 page(s)
Advertisement
  • Comments

Add Comment

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • jtbalogh said 

    Ya, as arT2 and Karnifex said, the quest item totals are not appearing when monkey is minimized. A bug may be causing the variable MonkeyQuest.m_aQuestItemList to contain invalid results when minimized, because the for-loop sees zero quests and stops checking tooltips. It is not nil and contains something, but I assume it is invalid.

    To test, go to options and turn off and back on the 'Show Objective Completeness'. Then it works even if minimized. However the minute you open and close monkey, we loose it.

    To find bug, in MonkeyQuestTooltip.lua,

    function MonkeyQuest_SearchQuestListItem(strSearch) DEFAULT_CHAT_FRAME:AddMessage("runs even when minimized so options are correct"); ... for key, value in pairs(MonkeyQuest.m_aQuestItemList) do DEFAULT_CHAT_FRAME:AddMessage("only runs when maximized or when option to show completed is turned off/on"); ...

  • nabziF said 

    One of the features listed is "Completed quests show a '(Completed)' in the quest title." But I just completed one, and it disappeared completely. I've tried turning off the "hide completed quests" option, and clicking and unclicking the "show hidden" checkbox, but it won't show up. Does that option only work for quests that are first acquired *while* MonkeyQuest is running?

    The quest said "done" in the title after I had collected all the required items, but once I did the turnin it disappeared. Anyone else have this problem? Or perhaps I'm confused on how the mod is supposed to treat those..

  • Jim-Bim said 

    Thanks. This and the shift-leftclick chat text is updated in v2.6.1!

  • The notification of elite/group quests has dissappeared from the quest level. e.g. [38+] [38G]

    Is there a way to get it back? I've tried looking in the monkey buddy options and can't see anything.

  • Jim-Bim said 

    New version (v2.6) available - now compatible with current Patch 2.2.2!

    Sorry for the long delay, I hope all existing errors are gone for now. If you still notice any errors, please report them here or write a ticket. Thanks for your patience.

    (ATTENTION: File may be offline for some minutes due to slightly code change)

  • Vamplil said 

    UPDATED VERSION :

    http://www.curse.com/downloads/details/9322/

    Works with WoW 2.2

  • ralawar said 

    The latest wow patch is making monkeyquest error and not show any inventory item tooltips whatsoever.

  • Czarisyn said 

    Open MonkeyQuestTooltip.lua

    Starting on line 46, ending on line 53

    change any OnEnter() to OnEnter(self)