Cartographer
CARTOGRAPHER HAS NOT BEEN UPDATED FOR 3.3!!!
DO NOT CREATE BUG REPORTS SAYING IT IS BROKEN!
There are no plans to do any major bug fixes for Cartographer (v2 or v3). If there is an update it will only be a minor fix. (It has already been this way since at least 2008.) Cartographer(v2) uses an outdated framework that will not be updated in the case of major breakages so Cartographer(v2) would require a complete rewrite. Neither of the two main developers (Ckknight and Arrowmaster) have the time nor desire to do this currently. Occasionally a new version might be released to include fixes made by other developers or new versions of embedded libraries.
Cartographer is a modular, lightweight, and efficient framework for manipulation of the world map. It is based on Rock and other libraries of the WoWAce community.
- Battlegrounds : allows viewing of battlegrounds outside of the zone.
- Coordinates : adds coordinates to the bottom of the world map of the player and the cursor.
- Foglight : Shows unexplored areas on the map. replacement for MozzFullWorldMap or Unexplorer. Much more efficient, though.
- Group Colors : turns all your party's and your raid's POIs into circles colored based on class, and shows a number on them based on their raid group.
- Instance Maps : shows maps of instances.
- Instance Notes : adds boss notes and such to instance maps.
- Look 'n' Feel : allows you to change the transparency, position, and scale of the world map.
- Notes : lets you put notes on the map, similar to MapNotes.
- Zone Info : on hovering over a zone, it will show the levels of the zone, the instances in the zone, their levels, and the group size the instance is made for (e.g. 5-man, 40-man).
Is everyone still getting question marks for note icons? I had the Icon packs installed but none seem to work.
Ok for ppl who want Questinfo and Quests to work here is the fix
Ok Here is how you get Cartographer_ Questinfo and Cartographer_Quests to work
(Quoted from "Moncai") It is broken because LoadOnDemad does not function properly in the current patch. You Will probably have to reverse the .toc changes after next patch
Open the .toc files with notepad
To fix, edit Cartographer_Notes\Cartographer_Notes.toc to read:
## LoadOnDemand: 0
And edit Cartographer_QuestInfo\Cartographer_QuestInfo.toc to read (only lines to be modified are shown):
## Interface: 30000
## RequiredDeps: Cartographer, Cartographer_Notes
## OptionalDeps: Cartographer_Quests, Cartographer_QuestObjectives, LibQuixote-2.0, LibGratuity-3.0
Then to get Cartographer_Quests working first you need to get the new lib for the Quests addon to work. You can find this in the Cartographer_Questinfo\Libs\LibGratuity-3.0
Copy the LibGratuity-3.0 folder to the Cartographer_Quests\Libs folder
Then open the Cartographer_Quests.toc file with notepad. Change whats in the file to look like this and your done.
## RequiredDeps: Cartographer
## OptionalDeps: Ace2, LibGratuity-3.0, Cartographer_Notes
## SavedVariables: Cartographer_QuestsDB
## SavedVariablesPerCharacter: Cartographer_QuestsDBPC
Libs\LibGratuity-3.0\LibGratuity-3.0.lua
Then
To get rid of an error message from Cartographer_Quests do this
go to the Cartographer_Quests folder in your addons folder and open the file called addon.lua with Notepad. Then press ctrl+F on your keyboard and type in Babble. The line below should come up
-- local BZ = AceLibrary("Babble-Zone-2.2")
What you should do now is change the above to whats below
local BZ = AceLibrary("LibBabble-Zone-3.0")
Then you copy the LibBabble-3.0 folder (Which you can find in \Interface\Addons\Cartographer\Libs\LibBabble-Zone-3.0)
into the Cartographer_Quests\Libs\
And thats it no more error message
And there you go and working Cartographer_Questsinfo and Cartographer_Quests, Cartographer_QuestObjectives should still work
However, nothing shows up when I hit L - I just get the standard quest log. I must be missing something, but I have quadruple-checked everything in the steps and can't figure it out. No LUA errors show up in Swatter now for these addons. So I'm at a loss - probably something to do with LoadOnDemand?
I've found line 534 in the Addon.lua, and I see what it says, I just don't know how to correct it.
thanks Bloodykiller86 for your instructions.
Interface\AddOns\Cartographer_Notes\Notes.lua:3432: attempt to index field 'externalDBs' (a nil value)
...\AddOns\Automaton\Libs\AceAddon-2.0\AceAddon-2.0.lua:25: in function <...\AddOns\Automaton\Libs\AceAddon-2.0\AceAddon-2.0.lua:23>
...\AddOns\Automaton\Libs\AceAddon-2.0\AceAddon-2.0.lua:1055: in function `ManualEnable'
...\AddOns\Automaton\Libs\AceAddon-2.0\AceAddon-2.0.lua:983: in function <...\AddOns\Automaton\Libs\AceAddon-2.0\AceAddon-2.0.lua:976>
[C]: ?
...\AddOns\Automaton\Libs\AceEvent-2.0\AceEvent-2.0.lua:260: in function `TriggerEvent'
...\AddOns\Automaton\Libs\AceEvent-2.0\AceEvent-2.0.lua:910: in function <...\AddOns\Automaton\Libs\AceEvent-2.0\AceEvent-2.0.lua:903>
It only happens when I first log in or /reload ui
After I am in I can create notes, they save between sessions and all else seems good. Any clue or updates?
-- local BZ = AceLibrary("Babble-Zone-2.2")
local BZ = LibStub("LibBabble-Zone-3.0")
You shouldnt have changed AceLibrary to Libstub
What i did was make it look like this
local BZ = AceLibrary("LibBabble-Zone-3.0")
Then i copied the LibBabble-3.0 folder (Which you can fine in \Interface\Addons/Cartographer\Libs\LibBabble-Zone-3.0)
into the Cartographer_Quests\
Libs\
And thats it no more error message
Might be an idea to uninstall all your addons from curse client and then delete teh contents of your addons directory
when i installed cartographer and log in, i get this error message:
Interface\Addons\Cartographer\cartographer.lua:561 :table index is nil
Deleting the addon, new downloading and installing doesn't help.
Any suggestions ?
Seems a lot of the problems are isolated incidents, which isn't good. If everyone was having the same problem, it's much easier to isolate and fix those bugs. When all the problems are pick and choose who problem x is affecting, much more difficult to diagnose.
Hopefully we'll see a fully operational bug-free release in the near future. Til then, just be patient :) These are free addons, and we have to give credit where credit is due :) These folks work their butts off for us
could this just be a mac problem cause my friends have on there pc and no problems with it now