QuestPointer
QuestPointer puts the quest POI icons from the world map onto your minimap.
It'll integrate with TomTom's crazyarrow, if you have it installed. Click the broker plugin or type "/qp closest" to have the crazyarrow point to the current closest quest POI.
You can choose to:
- Track World Quests, too
- Auto-track the closest POI in TomTom
- Only show icons for quests you're watching
- Make icons on the edge of the minimap become arrows to make it more obvious that they're far away
- Change the icon scale
TODO:
- Arrowed-icons should include the number/icon that the closer ones use
i dont see any arrow on screen.. last game patch was a lot of time ago...this addon dead..
guys, anyone know working addon with arrow? i`d checked some - nothing working atm :(
It's on the edge of the minimap.
This is not working at all for me in 4.3. I'm seeing no icons on my minimap, no matter which options I have enabled. I'm having the issue both with all my other addons diabled and with all my other addons enabled.
Edit: It seems like there are issues with this addon in certain parts of Twilight Highlands. I checked other characters that are questing in other zones, and the POI marks show up fine for those. But the Twilight Highlands quests seem more hit and miss. This may be beyond the control of the addon author.
This no longer appears to be working for me in patch 4.3, unless it just has some issues with all the Twilight Highlands quests I've been doing. Hopefully you'll get a chance to update it if there's a problem. Thanks for the great addon.
Can you please update this for Patch 4.2 please?
Can you update for patch 4.1 please?
First I'd like to thank you for this addon, it's great. There is just one quirk with version 7.3 that is annoying. You have by default for QuestPointer to add the nearest POI to TomTom but when I uncheck the box in UI TomTom's arrow still comes up over my head when I begin a quest. Is there any way you can fix that from happening? Thanks again.
Feature Request: Add ability to disable the glueing to the edge - I'd like it to show the default Blizzard arrow when they're off the map, and only show the dots when I'm close enough. (bonus points if you can show the shaded areas)
Is there another addon that serves the same function?
I have tested some version of questpointer. QuestPointer-v6-1-g2c04fde is working fine with 4.3.0a except the same quest's coordinates are printed multiple time when I turned on tomtom's new coordinates added message, Anyway it is adding automaticaly new quest point.
But After QuestPointer-v6-1-g2c04fde is not adding any new quest point. So I can use only manuly add new quest point with ctrl-right click on worldmap. I am using Korean client and tomtom is latest version.
First of all, Thank for such a great addon. I have used questpointer and tomtom. My client is Korean. It was fine. Recently (I think after 4.03a or 4.0.3).QustPointer have not worked. I can't see any tomtom's news coordinate added message.
Tomtom :1.0.5 Qustpointer : 7-3 !BlizzBugsSuck 4.0.3.2 (http://www.wowinterface.com/downloads/info17002-BlizzBugsSuck.html)
Whenever I executed "/qp closest', It just opened qp's option panel ,instead of marking closest way point.
local pc, pz
right after
local t = 0
and then change
tomtompoint = TomTom:AddZWaypoint(closest.c, closest.z, closest.x * 100, closest.y * 100, closest.title, false, false, false, false, false, true)
to
pc, pz = GetCurrentMapContinent(), GetCurrentMapZone()
tomtompoint = TomTom:AddZWaypoint(pc, pz, closest.x * 100, closest.y * 100, closest.title, false, false, false, false, false, true)
A minor fix; find "WorldMapFrame:Show()" and replace with "ShowUIPanel(WorldMapFrame)" (line ~241)
Properly shows the world map when clicking on POI icons on the minimap. :)