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).
It would be very cool if i could only show the icons on the main map and not the minimap. Is there an option to do that?
cheers for a great addon
handynotes are still shown for already completed quests, am i doing something wrong? cheers. tho new quests completed are removed.
I've tried downloading quest history for the EveryQuest mod, but that doesn't seem to impact the QuestGivers one.
I like the idea, but as it is, this add-on is unusable.
Any suggestions?
I tried to change the opacity of the signs on the fly by typing this in the Chat:
/script EveryQuest.dbpc:GetNamespace("QuestGivers", false).profile.icon_alpha = 0.0
But unfortunately it is not using the new value without a /reload.
Does someone have an idea how to switch the signs on and off by pressing a key?
would it be possible to choose a different size and oppacity for the worldmap and the minimap?
Because on the minimap I want the signs to be small so that I don't confuse them with the normal "Questgiver"-Sign. But the same size is not really visible on the Worldmap.
You can replace that image, and it will use your replacement as the questgiver icon. For instance, I copied GoldGreenDot.tga from the TomTom addon, and renamed it Quest.tga. Now, the questgivers appear as little green dots, instead of the confusing !
What I would like is an option to draw the icons on the main map, but not on the minimap. That way, I could open my main map to check out the location of quest givers I've missed, but without the confusing clutter on my minimap.
Date: 2010-02-25 04:26:07
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\EveryQuest_QuestGivers\addon.lua line 5:
Cannot find a library instance of "LibQTip-1.0".
Debug:
[C]: ?
[C]: error()
!Swatter\Support\LibRevision.lua:47: LibStub()
EveryQuest_QuestGivers\addon.lua:5: in main chunk
notice the questCounter - 1
also "unknown quest name" is for the safety - sometimes questNames[i] has nil value
for i = 0, questCounter - 1 do
if questNames[i] ~= nil then
tooltip:AddLine( " " .. questNames[i], 1, 1, 1 )
else
tooltip:AddLine( " " .. "unknown quest name", 1, 1, 1 )
end
end
--local LibQTip = LibStub('LibQTip-1.0')
if you disable something, disable it completely :D otherwise addon crashes if you don't have LibQTip somewhere.
thanks soooo much this mod helped me so much 5 star! :)