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

  • Your Rating

  • Share
  • Report Abuse

HandyNotes_QuestGivers

 
Project Updated:
Files Updated: Sat, Sep 12 2009
Supports Game Version: 3.0.3
Category: Quests & Leveling
Tags:

, , , and [Edit Tags]

Project Manager: jestempies
Additional Authors: No additional authors
Current Version: HandyNotes_QuestGivers 0.2.0
License: Public Domain
Development Site: CurseForge
Avg Daily DL (last 30 days): 27
Downloads Total: 23,830
Favorites: 34
Comments: 17
  • About HandyNotes_QuestGivers
  •  

HandyNotes_QuestGivers adds questgiver locations and information to the map, so that you can easily pick up all the available quests in a new area. You will need to download HandyNotes separately if you don't have it installed.

To use the addon, open your world map. You should notice little yellow exclamation marks ("!") - that's where the questgivers are located. If you hover your mouse over one of the !'s, you can see what particular quests are offered by the questgiver and at which levels. If the quest's name is displayed in red, it's too high level for you at the moment, green means you can accept that quest, and blue means that the minimum level for the quest is unknown.

Since the point of the addon is to be able to find all the quests offered in a new area, follow-up quests are not listed or displayed. Questgivers are listed regardless of their quests' required levels, since correct information about those isn't always available.

The code is based on HandyNotes_FlightMasters and HandyNotes_Mailboxes code. The quest data was painstakingly extracted from WowHead. If you like this addon, go click a banner their site to show appreciation, and also please ask them to offer their data in an XML format so that I don't have to scrape the HTML for it.

To report a bug or request a new feature, please visit the Google Code site.

  • Downloads (2)
  •  
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  
  HandyNotes_QuestGivers 0.2.0 Release 3.0.3 6,902 9/12/2009
  HandyNotes_QuestGivers 0.1.0 Release 3.0.3 16,924 12/3/2008
  • 1 page(s)
  • 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.
  • I am curious there really is no need of a dependency needed to a note making addon. And thus this could be a standalone addon requiring nothing but itself be installed.

    Reply Report Permalink
  • Kretvs said

    Great addon, hope this helps!

    [
    You can now query for a list of completed quests with
    “QueryQuestsCompleted()”
    then wait for the
    “QUEST_QUERY_COMPLETE” event, and call “getQuestsCompleted(<luatable>)”.
    ]

    I found it here -> http://projectlore.com/blog/quest-history-in-patch-33/

    If this could be implemented somehow, would save a lot of time for Loremaster achievments.

    Reply Report Permalink
  • jimmieg26 said

    it says dependancy missing and does nothing for me - it had worked WAY in teh past, but nothing now, thoughts?

    Reply Report Permalink
  • duncanov said

    I love this addon

    Reply Report Permalink
  • Julalie said

    This is almost exactly what i was looking for like since early BC times. ^^ I was almost about in right condition to start learning how to write addons myself just to make few things i can't find within all mods, including this. :P
    But even tho i like the idea, may i suggest few things on how to improve it functionality? I know it will require more coding, but it doesn't seems there's any of similar working mods (except maybe carbonite, but never liked it and haven't found there actually quest givers anyway), and maybe it worth some efforts. For example, just a simple one: can it include some filters? Like to disable showing quests by level range (or atleast just green-to-orange)? By non-group/group/dungeon/daily? Quests that has rewards or just money? To show only quests that gives rep (any rep or with only one faction)? Or atleast just some easy way to show/hide quest icons other then /handynotes -> disable? Alteast some button on the map or something...
    Well, there's actually alot of usefull things that can be added, but they'll require maybe too much of work... like integration with some existing quest history mod, which will allow you to show only quests that mod consider not done, or even adding quest to that history as "done" by alt-clicking it.
    But oh well... this mod is good even as is anyway. ^^ Thanks for the work, i hope it will atleast be updated with some magor patches.

    Reply Report Permalink
  • jestempies said

    Sorry, answered here by mistake: http://wow.curse.com/downloads/wow-addons/details/handynotes_questgivers.aspx#569878

    Reply Report Permalink
  • Julalie said

    Hmm, i see now. Seems it's hard to implement because of the way how this page of wowhead works. But even tho i don't know much about addons creation, i know php good enough (a web-master here), and maybe i can check out that script somehow? Not sure i can improve it, but im curious enough to try. ^^ Of course if you don't mind. What if that script will also grab some other data like quest IDs? I don't know if that possible coz i haven't seen the script myself, but im so much bored i may actually try to. ^^

    PS: sorry for bad language, english is not my native. ^^

    Reply Report Permalink
  • jestempies said

    The problem is that the page I use to scrape the data off doesn't contain quest IDs, just their names and in most cases level required. The NPCs also aren't specified by IDs, just by their names.

    I figured there are two ways around it: either to find the quests by their and the questgiver's names, or to start from the list of all quests and work it up to the point where I have a data file like I do now. I've tried both, but have finished neither.

    So if you want the script e-mail me: tatarynowicz at gmail dot com. It's a bit of a mess because I was trying to develop it further, but it's a start I suppose. I've got it to the point where you can do this:

    http://sputnik.pl/pies/wow/api/?quest=11282

    Reply Report Permalink
  • jestempies said

    Version 0.2 that I just posted hopefully adds the missing areas. I haven't been playing WoW for 8 months, hence the hiatus.

    Reply Report Permalink
  • MacDubhgal said

    SO glad to see this updated jestempies!! Thanks so much for the hard work, especially after your long hiatus! I know how it goes. Sometimes life gets in the way of the entertainment side of life!! Is there any possibility of coding this in such a way as to remove the exclamation marks once quests are completed? I am NOT a coder so don't know the intricacies involved... Just asking. Looking forward to seeing the updated data in Northrend! Off to give it a look! :D

    Reply Report Permalink
  • jestempies said

    While it would be feasible to remove the exclamation marks when one completes a quest, as far as I know it's impossible to retroactively remove the exclamation marks for quests you've already completed in the past, so I don't think it makes sense to implement it since it would only ever hide some of the quest givers and miss many more.

    As for filters, the way I extract the data from WowHead I don't really have any data except what you see -- quest giver's name and location, quest's name and in most cases level. I can't easily find out anything more about those quests -- even their IDs, which would allow me to scrape more data from WowHead. The last time I tried extending the system to include more data, I ended up abandoning the project because of the complexity involved.

    I would find it useful if someone created an addon that added the stuff you've mentioned, but I don't think it's going to be me.

    Reply Report Permalink
  • jestempies said

    To get some perspective on how this works, go to http://www.wowhead.com/?zone=3537 and select 'Horde' from the dropdown above the map -- my addon is using the data from this page to recreate it in-game.

    Reply Report Permalink
  • jestempies said

    By the way, the data file for the addon is generated by a PHP script that scrapes WowHead. I'll be happy to share the script if someone wants to fork this project.

    Reply Report Permalink
  • jestempies said

    While Curse approves you can download from here: http://wow-questgivers.googlecode.com/files/HandyNotes_QuestGivers_0.2.0.zip

    Reply Report Permalink
  • Casirati said

    Looking at the source code it appears that there is no data for anywhere in EK; this, unfortunately, renders this Add-On useless for the Loremaster of Eastern Kingdoms achievement. I note below that someone else has spotted this and has also spotted some missing in Outlands.

    A shame, since the has the potential to be a good add-on. Regretably I don't have the knowledge to take it on and get it sorted out - hopefully someone will.

    Reply Report Permalink
  • As this is not working anymore for patch 3.1 is there an alternative?

    Reply Report Permalink
  • kecallahan said

    I am currently working on the Loremaster achievement and I find the Handynotes questgivers a big help, however, it has no data for Eastern Kingdoms and some zones in Outlands. I hope that can be fixed soon.

    Reply Report Permalink
  • Vorty84 said

    Same issue here, nothing appears for Eastern Kingdoms, it's an awesome addon, a little compact database to serve as company to other quest addons :)

    Reply Report Permalink
  • the odd thing for me with this add on is that it works for Kailmdor, Outlands and Northrend just not Eastern Kingdoms, is there a fix ?

    Reply Report Permalink
  • madly said

    odd thing for me is that this only works in northrend for me and no where lse :-(

    Reply Report Permalink
  • Addon Packs Containing HandyNotes_QuestGivers

Most Downloads / Day

  • Similar Addons
  •  

Average downloads per day

  1. 18,767 QuestHelper Map & Minimap, and Quests...
  2. 1,528 Altoholic Guild, Bags & Inventory, Mail...
  3. 1,450 Elitist Group Quests & Leveling, Boss Encounters...
  4. 607 Armory Bags & Inventory, Guild, Professions...
  5. 601 EveryQuest Quests & Leveling