EveryQuest QuestGivers

EveryQuest QuestGivers is a seperate database of quest givers and the quests that they give to be displayed on your minimap and world map.

Filters for EveryQuest are separate from filters for EveryQuest: Quest Givers. You can now filter based on category.

Current Addon Requirements

Later I will possibly add support for Cartographer as a replacement for Handynotes Cartographer is no longer in active development, I will not be supporting it

Bug Reports

Please direct all support requests to Wowace.

Localization

Wowace localization is now setup for all you world travelers! Visit the localization page to translate.

What does it do?

World Map & Minimap Display

Displays a (!) on your world map and minimap where quest givers appear in game (if an NPC has more then 1 location, the mark on the map is averaged so it might not be spot on all the time)

Quest History

As you complete quests and EveryQuest logs them, the minimap and world map update and remove completed quests from being displayed.

Integration

Due to the nature of this being a module of Handynotes, you can make waypoints to any quest giver's location using the right click menu on any npc.

Filters

By default, the marks on the map are filtered by your character's faction. You can change this by using the EveryQuest options frame under the Quest Givers sub menu.

You must login to post a comment. Don't have an account? Register to get one!

  • 7 comments
  • Avatar of azaghtod azaghtod Fri, 05 Feb 2010 13:18:36

    i like your modification, it'm more like Handynotes quest giver now! i'll appreciate if it would be possible to display ONLY missing's quest names, not all guest giver's quest and missing quest in rounds... what do u think about?

  • Avatar of chullah chullah Wed, 27 Jan 2010 02:34:35

    This is a change I keep on making locally, wondering if you'd be interested incorporating it.

    Currently, a quest giver with quests remaining displays as:

    NPCName
    X quests left
    

    I've changed it to:

    NPCName (X)
    questname
    questname
    (lists all quests)
    

    (I find this to be more helpful than just the X quests left)

    here's how I did this...

    Added at 257:

    local questNames = {}
    local questCounter = 0
    

    replaced the if/elseif block at line 274 w/

    local _, questData = EveryQuest:GetQuestData( tonumber(uid) )
    if (questData == nil or (questData.status or -2) >= 2) then
       showcount = showcount - 1
    elseif not showquest then
       showcount = showcount - 1
    else
       questNames[questCounter] = questData.n
       questCounter = questCounter + 1
    end
    

    and replaced the two lines that populate the tooltip with

    tooltip2:AddHeader( string.format("|cffffff00%s|r (%d)", npcname, showcount) )
    for i = 0, questCounter do
       tooltip2:AddLine( questNames[i] )
    end
    
    Last edited on 27 Jan 2010 by chullah: Added markup for formatting
  • Avatar of Marluxia_Kyoshu Marluxia_Kyoshu Fri, 22 Jan 2010 03:04:45

    Cartographer is no longer updated, it is certainly not dead. So many people use this addon still, and it is far from broken.

  • Avatar of trinkalou trinkalou Mon, 11 Jan 2010 15:36:37

    I manually did it...but the toc for this addy as d/l'ed today (r18) is still sitting at 30200 and needs to be updated to 30300. Thanks for the great addon!

  • Avatar of yoshimo yoshimo Thu, 26 Nov 2009 21:12:56

    how will you deal with quests started by items that drop?
    Id suggest questgiver for this quest is the mob which drops the item, so you are sent in the right direction when you want to do that quest.

    also it would be great if you could filter questgivers that only offer quests based on classes /professions.

    Last edited on 26 Nov 2009 by yoshimo
  • Avatar of mysticalos mysticalos Sun, 25 Oct 2009 01:09:45

    same bug, missing locals

  • Avatar of shilum shilum Sat, 24 Oct 2009 23:34:40

    hey how do i post bug reports on this? im still getting one even with the second update. anyways heres what im getting

    Date: 2009-10-24 18:33:17 ID: 1 Error occured in: Global Count: 1 Message: AceLocale-3.0: EveryQuest: Missing entry for 'Quest Givers' Debug: ...ddOns\AtlasLoot\Libs\AceLocale-3.0\AceLocale-3.0.lua:23: ...ddOns\AtlasLoot\Libs\AceLocale-3.0\AceLocale-3.0.lua:21 EveryQuest_QuestGivers\addon.lua:490: EveryQuest_QuestGivers\addon.lua:486 (tail call): ? [C]: ? [string "safecall Dispatcher[1]"]:9: [string "safecall Dispatcher[1]"]:5 (tail call): ? ...\AddOns\AtlasLoot\Libs\AceAddon-3.0\AceAddon-3.0.lua:502: InitializeAddon() ...\AddOns\AtlasLoot\Libs\AceAddon-3.0\AceAddon-3.0.lua:614: ...\AddOns\AtlasLoot\Libs\AceAddon-3.0\AceAddon-3.0.lua:607 AddOns: Swatter, v5.6.4424 (KangaII) Atlas, v1.15.1 AtlasBattlegrounds, v1.15.1 AtlasDungeonLocs, v1.15.1 AtlasOutdoorRaids, v1.15.1 AtlasTransportation, v1.15.1 AtlasLoot, vv5.08.06 AtlasLootFu, vv5.08.06 AtlasQuest, v4.3.6 AucAdvanced, v5.6.4424 (KangaII) AucDb, v5.1.DEV.3583 AucFilterBasic, v5.6.4424 (KangaII) AucFilterOutlier, v5.6.4424.2531 AucMatchUndercut, v5.6.4424.2531 AucStatClassic, v5.6.4424 (KangaII) AucStatHistogram, v5.6.4424 (KangaII) AucStatiLevel, v5.6.4424 (KangaII) AucStatPurchased, v5.6.4424 (KangaII) AucStatSales, v5.6.4424.2842 AucStatSimple, v5.6.4424 (KangaII) AucStatStdDev, v5.6.4424 (KangaII) AucStatWOWEcon, v5.6.4424.2530 AucUtilAHWindowControl, v5.6.4424.3311 AucUtilAppraiser, v5.6.4424.2530 AucUtilAskPrice, v5.6.4424.3175 AucUtilAutoMagic, v5.6.4424.3142 AucUtilCompactUI, v5.6.4424.2530 AucUtilEasyBuyout, v5.6.4424.3583 AucUtilItemSuggest, v5.6.4424.3108 AucUtilPriceLevel, v5.6.4424.2545 AucUtilScanButton, v5.6.4424.2530 AucUtilScanFinish, v5.6.4424.2530 AucUtilScanProgress, v5.6.4424.2530 AucUtilSearchUI, v5.6.4424.3655 AucUtilSimpleAuction, v5.6.4424.0 AucUtilVendMarkup, v5.6.4424.2530 AutoRepair, v Babylonian, v5.1.DEV.130 BeanCounter, v5.6.4424 (KangaII) Configator, v5.1.DEV.130 CurseProfiler, v DBMBurningCrusade, v DBMCore, v DBMLDB, v DebugLib, v5.1.DEV.130 Enchantrix, v5.6.4424 (KangaII) EnchantrixBarker, v5.6.4424 (KangaII) EveryQuest, v2.3.2 EveryQuestQuestGivers, v1.1.7 HandyNotes, v1.1.4 SlideBar, v5.6.4424 (KangaII) Stubby, v5.6.4424 (KangaII) BlizRuntimeLib_enUS v3.2.2.30200 <us> (ck=66e)

  • 7 comments

Facts

Date created
24 Oct 2009
Categories
Last update
08 Feb 2010
Development stage
Beta
License
GNU General Public License version 2 (GPLv2)
Curse link
EveryQuest QuestGivers
Recent files
  • B: r24-beta for 3.2.0 on 08 Feb 2010
  • A: r23 for 3.2.0 on 08 Feb 2010
  • B: r22-beta for 3.2.0 on 08 Feb 2010
  • A: r21 for 3.2.0 on 08 Feb 2010
  • A: r20 for 3.2.0 on 08 Feb 2010

Authors

Relationships

Required dependency
EveryQuest
HandyNotes
Embedded library
LibQTip-1.0
LibStub