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).
Although, everything must have an end.
if so he says type certain things like "at the beginning of line 371 add "--[[" with no quotes". Do you expect me to count every line to 371? or is there a easy way of doing it??
Do we need to do any tweaks or just throw them in the addon folder??
Hi,
i tried to fix cartographer how Asagron told: Asagron said Mittwoch, 13. Januar 2010 19:15:24 (4 days ago) (post from Curse)
@MrDreamers
---- cartographer.lua---- at the beginning of line 371 add "[[" with no quotes. at line 385 add a - in front of the --[[ just to make sure our block comment doesn't end prematurely. at line 398 remove a ] from the --]] again to make sure our block comment doesn't end prematurely. at line 1070 add "" at the front of the line to comment out that line, don't use quotes...do this again at line 1074-notes.lua-goto line 1810 change the whole line "frame:SetFrameLevel(9)" to "frame:SetFrameLevel(WorldMapFrame:GetFrameLevel() + 20)" don't add the quotes.at the end of notes.lua add the following block starting on a new line:
"function Cartographer_Notes:PLAYER_ENTERING_WORLD(...) rotateMinimap = GetCVar("rotateMinimap") == "1" end "
don't put the quotes in. If you are not sure how to jump to a specific line simply open the .lua file in notepad and press ctrl+g to open the goto box allowing you to go to a specific line.
Hope that helps!
---------------------------I use notepad but i canĀ“t use ctrl+g to go to a specific line. I count manually the lines and comment the lines out. After next login i get a bunch of errors.I only want to use cartographer + questobjectives + questinfo. Mapster is the latest v. 1.3.4. I use the german client.
Hope, somebody can help me out.
i tried to fix cartographer how Asagron told:
Asagron said
Mittwoch, 13. Januar 2010 19:15:24 (4 days ago)
@MrDreamers
----------------
cartographer.lua
----------------
at the beginning of line 371 add "--[[" with no quotes.
at line 385 add a - in front of the --[[ just to make sure our block comment doesn't end prematurely.
at line 398 remove a ] from the --]] again to make sure our block comment doesn't end prematurely.
at line 1070 add "--" at the front of the line to comment out that line, don't use quotes...do this again at line 1074
---------
notes.lua
---------
goto line 1810
change the whole line "frame:SetFrameLevel(9)" to "frame:SetFrameLevel(WorldMapFrame:GetFrameLevel() + 20)" don't add the quotes.
at the end of notes.lua add the following block starting on a new line:
"function Cartographer_Notes:PLAYER_ENTERING_WORLD(...)
rotateMinimap = GetCVar("rotateMinimap") == "1"
end "
don't put the quotes in. If you are not sure how to jump to a specific line simply open the .lua file in notepad and press ctrl+g to open the goto box allowing you to go to a specific line.
Hope that helps!
I use notepad but i canĀ“t use ctrl+g to go to a specific line. I count manually the lines and comment the lines out. After next login i get a bunch of errors.
I only want to use cartographer + questobjectives + questinfo. Mapster is the latest v. 1.3.4. I use the german client.
Hope, somebody can help me out.
/begupdate
Mapster (simple configuration of the world map, also highlighting of unexplored areas and coords)
TomTom (waypoints) --hosted by WoWInterface.com
HandyNotes (with its various plugins for questgivers, venders, mailboxes, ect.)
MapNotes (allows notes to be added to the world map)
Atlas (instance maps)
Cromulent (zone info)
Hope this helps someone.