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

  • Your Rating

  • Share
  • Report Abuse

MonkeyQuest

  Download the Curse Client

Project Updated:
Files Updated: Wed, Oct 15 2008
Category: Quests & Leveling
Tags:

, , and [Edit Tags]

Project Manager: Jim-Bim
Current Version: v2.9
Downloads Today: 1,109
Downloads Total: 862,570
Favorites: 4,678
Comments: 704
  • 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 (3)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  MonkeyQuest v2.9 Release 3.0.2 48,116 10/15/2008
  MonkeyQuest v2.8 Release 2.4.3 8,668 4/15/2008
  MonkeyQuest v2.7 Release 2.3.3 56 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.
  • silkfire said 

    Hi guys! I'm a getting an annoying error everytime I hold Ctrl and mouseover a reward item in the quest log. If I hold my mouse above the reward item and press Ctrl, I don't get it. Only happens when I move my mouse from the frame to a reward item.

    Here's the error: attempt to index local 'self' a nil value. I know it's very common so does anyone have a fix? As far as I know you only have to replace a word or something, but I don't know LUA. Help me Jim-Bim or anyone else skilled. Thank you!

    The error in BugSack gave OnEnter or something similar in addition to "attempt to index..."

  • cjosephs said 

    I've been using this mod for some time, but it no longer works correctly after I installed Cowtip. Quest completion text no longer shows in the tool tips for mobs or items. (This may also be happening to any addon that alters the game tool tip)

    I did some searching, and it appears that monkey quest requires the name to be in the first tool tip line, and then there is some code that attempts to clean up that text (remove color codes) before comparing to the quest item needed list. Since cowtip is can be configured to move the item/mob name to a different line, or color it in many ways, monkey quest parsing no longer works.

    I did a quick little test switching monkey quest's text parsing to use GameToolTip:GetUnit, which seems to return an unformatted version of the mob's name and it works well. I did not find out where to put in GameToolTip:GetItem for quest items. The advatage here is you may no longer need the 'remove color code' (I did test this) and that users can move the names to any line they wish (In theory anyways, untested on my part).

    Can you take a look at getting these into monkey quest?

    Thank you for continuing this great addon!

    -CJ

  • silkfire said