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. Use the same great filters from EveryQuest on your maps! Find the Category filters on the Quest Givers option page.
Whats new?
- Cataclysm Data (r30)
- Removed HandyNotes dependency (r30)
- Use base EveryQuest filters on QuestGivers, plus Category filters.
Addon Requirements
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). Icons can be hidden on each map individually and also based on if you are tracking low level quests.
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 EveryQuest, you can filter what gets shown on maps using EveryQuest filters. Additional category filters are made available for just the Quest Givers module. Any NPC can be sent to TomTom or hidden (by setting the quests that the NPC gives to ignored status in EveryQuest) by right clicking the icon on the World Map.
Filters
The Quest Givers module uses EveryQuests filtering system along with additional category filters on the Quest Givers option pane. You can also set Quest Givers to ignore EveryQuest's status filter and use its own status filter (Hides all completed and in progress quests).
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?
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:
I've changed it to:
(I find this to be more helpful than just the X quests left)
here's how I did this...
Added at 257:
replaced the if/elseif block at line 274 w/
and replaced the two lines that populate the tooltip with
Cartographer is no longer updated, it is certainly not dead. So many people use this addon still, and it is far from broken.
"Cartographer is dead, I will not be supporting it"
"Push a beta because people can't use the alpha apparently."
Enough said.
Hey author, grow up. It's not all about you.
Sure, "Push a beta because people can't use the alpha apparently.", wasn't the nicest way to put it but is is the truth. Most people don't understand the rather vast differences between Release, Beta, and Alpha. :/
He doesn't have to "grow up" if he doesn't want to, it is his choice, whether the rest of society likes it or not. Also, in this case it is all about him as it is /his/ addon.
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!
1) Seasonal quests (i.e. Elders (Lunar Festival))
2) Profession quests
3) Class specific quests
Since you didn't complete these quests (because you don't have access to them) they are not marked as "Turned In" and thus EQ:QuestGivers shows them on your map. They are not listed under the zone as quests but rather under a different category.
..\AddOns\EveryQuest_QuestGivers\addon.lua line 275:
attempt to compare number with nil
Here's how to fix this:
1) Open the file addon.lua in the EveryQuest_QuestGivers folder in your addons directory. Any standard text editor will work (i.e. Notepad)
2) Search for the line (should be line 275):
if (status >= 2 and dcount == nil) then
3) Change that line to the following:
if ((status or 0) >= 2 and dcount == nil) then
4) ???
5) Profit
Enjoy!
This was the perfect addition mod to.
r9 had a bug in it but it has been fixed in r16. (Actually r16 has a similar bug in it but this doesn't prevent it from working, plus I have a fix in the post above this.)
I got this for the PTR to test with 3.3 and am using it on 3.2 as well. On 3.2, it'll say an NPC has 1 quest left for me, but he doesn't, or maybe it is part of a chain? I can't seem to get any ! to go away, ever.
Also, it would be very cool to be able to choose a color for the !, so if I want to distinguish other than by size, I can make yours purple or something.
Thanks!