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).
PLZ SEE THE ERROR !!!!!!!!!!!!!!!!!!! THX A LOT !!!!!!
[2008/10/25 01:56:24-3-x1]: LibBabble-Class-3.0\LibBabble-3.0.lua:47: LibBabble-Boss-3.0: Translation "Overmaster Pyron" not found for locale "zhTW"
Cartographer_InstanceNotes-2.0\module.lua:45: in function <...terface\AddOns\Cartographer_InstanceNotes\module.lua:43>
Cartographer_InstanceNotes-2.0\module.lua:52: in function `tryConvert'
Cartographer_InstanceNotes-2.0\module.lua:89: in function <...terface\AddOns\Cartographer_InstanceNotes\module.lua:16>
<in C code>: ?
LibRock-1.0-90292 (Cartographer):2435: in function <...AddOns\Cartographer\libs\LibRock-1.0\LibRock-1.0.lua:2353>
LibRock-1.0-90292 (Cartographer):2569: in function <...AddOns\Cartographer\libs\LibRock-1.0\LibRock-1.0.lua:2557>
LibRock-1.0-90292 (Cartographer):2706: in function <...AddOns\Cartographer\libs\LibRock-1.0\LibRock-1.0.lua:2704>
-Any idea whats up with that? O_o
Will be releasing a new version tomorrow on curse though.
[2008/10/24 16:23:26-1958-x1]: Cartographer_Notes-2.0\Notes.lua:3432: attempt to index field 'externalDBs' (a nil value)
AceAddon-2.0-91091 (Ace2):983: in function <Interface\AddOns\Ace2\AceAddon-2.0\AceAddon-2.0.lua:976>
<in C code>: ?
AceEvent-2.0-91091 (Ace2):260: in function `TriggerEvent'
AceEvent-2.0-91091 (Ace2):910: in function <Interface\AddOns\Ace2\AceEvent-2.0\AceEvent-2.0.lua:903>
---
I downloaded one of the alpha versions and now my party shows up, as long as they aren't in the same zone I'm in. However if I change the zone I'm looking at they don't clear from the screen so they appear on every zone.
problem seems to be repaired with last alpha from libbabble
if you have the problem
"Cartographer:561 table index is nil"
here is a workaround:
open the follow file in notepad:
"..\AddOns\Cartographer\libs\LibBabble-Zone-3.0\LibBabble-Zone-3.0.lua"
search for
--["Northrend"] = true,
(please watch for "elseif GAME_LOCALE == "deDE" then" 5 lines above, this should only a problem of german language)
and paste the follow line under the searched line:
["Northrend"] = "Nordend",
now the problem should be repaired
Note:
it seems not be a problem from cartographer separate from libbabble. because zones from northrend are absent or in such a way...