Download
(885Kb)
Download
Updated: 04-16-09 10:19 PM
Pictures
File Info
Updated:04-16-09 10:19 PM
Created:unknown
Downloads:868,713
Favorites:3,402
MD5:

Cartographer  Popular! (More than 5000 hits)

Version: 2.5.3
by: ckknight, Arrowmaster

Click here to lend your support!
Cartographer is a modular, lightweight, and efficient framework for manipulation of the world map.

  • 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.
  • Guild Positions : show all guild members that also have Cartographer.
  • Instance Loot : shows loot tables when you click a boss note
  • 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.
  • POI : store notes that city guards point you to.
  • Professions : automatically tracks herbs, minerals, and treasure.
  • Waypoints : allow you to make waypoints and have a big arrow point the way.
  • Zone Info : on hovering over a zone, it will show the levels of the zone, the instances in the zone, their levels, and the number of men the instance is made for (e.g. 5-man, 40-man).
Additional plugins may be found by clicking the Optional Files tab above or at http://files.wowace.com/sw-c.html

If you find _any_ bugs, feel free to submit them at
http://jira.wowace.com/browse/CART

If you want to request any features, feel free to submit your ideas at
http://jira.wowace.com/browse/CART

Wiki: http://wiki.wowace.com/index.php/Cartographer

Forum: http://www.wowace.com/forums/index.php?board=54.0

If you love Cartographer, then give it a good rating and add it to your favorites

------------------------------------------------------------------------
r2321 | ckknight | 2009-04-17 00:46:37 +0000 (Fri, 17 Apr 2009) | 1 line
Changed paths:
A /tags/v2.5.3 (from /trunk:2320)

Tagging as v2.5.3

-------------------------------------------------------------------------

r74405.12
Lots of fixes, but the primary change is LibGuildPositions-1.0 is used instead of Cartographer's own CGP one.

r70534.1
Thanks to all of those helping with commits to Cartographer
Added Magister's Terrace and Sunwell
Library upgrades
Added Engineering to Gathering professions
Add support for LibGuildPositions-1.0. Sending positions along the old comm will stop in one month. Sending requests along the old comm will stop in two months, essentially ceasing the old comm prefix from use.

r65599
toc bump for 2.4

r63590
Updated to latest version from wowace
Herbalism, Mining, and Noteshare modules have been moved out to separate downloads.
Optional Files (0)


Post A Reply Comment Options
Unread 12-30-06, 06:11 PM  
elsia
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
My minimap button is behaving oddly, sometimes it displays the map when moving away from it, it seems to have weird mouse-over behavior etc. Not sure how to describe but it should be pretty obvious when one tries it.
Report comment to moderator  
Reply With Quote
Unread 12-30-06, 04:35 PM  
Alarius
A Defias Bandit
 
Alarius's Avatar

Forum posts: 2
File comments: 29
Uploads: 0
ckknight,

Thank you sooo much for this addon! I love it to death, definitely my primary map replacement over MetaMap. I upgraded and fell in love instantly with the mining node tracking since Gatherer is on standby and since it's Ace2 compliant I don't forsee myself even going back to MetaMap OR Gatherer. Thanks again man and keep up the great work!

Edit:
A few suggestions that I might add is that you change the icon for Dark Iron Deposits from the Mithril Ore icon to the Dark Iron Ore icon. I will admit that it does confuse me a bit sometimes when I don't filter out the ores. Also perhaps changing the icon between the Rich Thorium and Small Thorium veins so they're distinguishable. Lastly the ability for the drop-down options menu to disappear when clicked off of, currently the menu stays down until you hit the button again to close it.
Last edited by Alarius : 12-30-06 at 06:32 PM.
Report comment to moderator  
Reply With Quote
Unread 12-29-06, 06:11 PM  
bmwbasti
A Kobold Labourer

Forum posts: 0
File comments: 28
Uploads: 0
Hello guys,

i hope itīs not taht kind of off topic, but i hope you can help me.
How can i import the notes of gatherer into Cartographer ?
I know, thereīs Cartographer_Import but what do i have to do then ?
I think i have to put Gatherer and the lua files of Gatherer into my addons directory and saved variables directory, right ?
But how do i import the Gatherer notes into Cartographer then ?
Ist there a slash command or does it word automatically ?


I would be very happy, if you could help me.


Kind regards
Basti
Report comment to moderator  
Reply With Quote
Unread 12-29-06, 02:46 AM  
Everdreamer
A Kobold Labourer

Forum posts: 0
File comments: 25
Uploads: 0
some additional information in GatherItems:
(left there, not imported into Cartographer_Notes... yet) (yeah I'm requesting new Import feature again )

local gathererTreasuresToCartographer = {
["power crystal"] = "Power Crystal",
["un'goro soil"] = "Un'Goro Soil",
["solid chest"] = "Solid Chest",
["blood of heroes"] = "Blood of Heroes",
} -- these are popular ones
local gathererFishingSpotsToCartographer = {
["floating wreckage"] = "Floating Wreckage",
["school"] = "School of Fish",
} --[[ 2 or 3 kinds of fish schools pop interchangeably in a zone, and even liklely mixed with wreckages
For example, in Feralas one of "Oily Blackmount School", "Firefin Snapper School", "Stonescale Eel Swarms", and "Floating Wreckage" may spawn at a spot at a time.]]
Report comment to moderator  
Reply With Quote
Unread 12-28-06, 05:45 PM  
mizunagare
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 6
Uploads: 1
/note defaulting to current x,y?

When trying to place a note on the exact location I am on the map, I find it hard to get the cursor lined up on the world map frame. The closest I can get (according to the Cartographer distance reading) is 1m, but typically more like 5.

Metamap has a "create note on player" button that defaults to our current x,y. Would it be possible to get such a button, or failing that to let /note take an alternate argument format that sets the note to our current position?

Since notes can be multi-word and could start with two numbers, it might be difficult to overload /note. Perhaps a different slash command like /notehere would work. Or, special placeholders for x and y, like "/note . . foo bar baz"

Thanks for the work on this - I finally took on the task of writing my own importer for the original/alpha mapnotes and a text file of notes recovered from a metamap crash, and I have to say it's taken the place of all of them plus Gatherer quite well.
Report comment to moderator  
Reply With Quote
Unread 12-28-06, 01:57 PM  
Everdreamer
A Kobold Labourer

Forum posts: 0
File comments: 25
Uploads: 0
Request for MapNotes importing

Hi boss, may you add a import for the classic MapNotes? A format sample is PMed to you
Report comment to moderator  
Reply With Quote
Unread 12-28-06, 10:43 AM  
Sepioth
A Molten Giant
AddOn Author - Click to view AddOns

Forum posts: 894
File comments: 97
Uploads: 2
Can you add support for other things besides the Ore and Herbs. Things like chests and fish.

Also is it possible for it to add herbs and ore without actually being able to use the item. Maybe have it detect that you can't use it as well an put a location on the map for it.
Be nice so as I'm walking around I can build up a collection of this data.

Maybe someone here also has info on if there is a database that has this info already. I looked around but find it hard to believe that there is not a large database of notes we can import into Cartographer. All these nodes and stuff never move around as far as I know so someone should have a large database by now.

Is this possible??

Thanks
Last edited by Sepioth : 12-28-06 at 10:46 AM.
Report comment to moderator  
Reply With Quote
Unread 12-28-06, 03:29 AM  
TimTaler
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 31
Uploads: 4
For all user of non english WoW clients.
The problem with notes outside the minimap can simple correct at the Notes.lua.

The following changes are needed.
line 2803: yardWidthMult ---> currentYardWidth
line 2804: yardHeightMult ---> currentYardHeight

line 2890: yardWidthMult ---> currentYardWidth
line 2890: yardHeightMult ---> currentYardHeight

Then you can remove the line above for calculating the old values lines: 2794-2800 and 2879-2885.

The bug notes is ignoring by author at the moment I think.
Last edited by TimTaler : 12-28-06 at 10:40 AM.
Report comment to moderator  
Reply With Quote
Unread 12-27-06, 05:41 PM  
joypunk
A Scalebane Royal Guard

Forum posts: 449
File comments: 151
Uploads: 0
Well, found the answer to my own question over on wowace. Looks like the feature I wanted already exists, I just need to "Lock" the map.
Report comment to moderator  
Reply With Quote
Unread 12-27-06, 01:00 PM  
Kru
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
newest version at http://www.wowace.com/files/Cartogra...her-r22318.zip fixes the map off screen problem
Report comment to moderator  
Reply With Quote
Unread 12-27-06, 03:09 AM  
Tricksta_
A Murloc Raider
 
Tricksta_'s Avatar

Forum posts: 4
File comments: 8
Uploads: 0
Unhappy Also ...

Ckk:

I did not even know you added a "/note" command until I sifted through your changelogs. Is there anyway to write some simple paragraph like "Hey guys I added a slash command called /NOTE that works like /tloc etc.

I know you document everything, but in a programmers way of doing things.

If you want the average end user to start grabbing this stuff, it needs to have user friendly documentation, and not in Alien speak.

Again, no bash. Maybe I am missing something here.


Trick
__________________
Tricksta_
Report comment to moderator  
Reply With Quote
Unread 12-27-06, 03:07 AM  
Tricksta_
A Murloc Raider
 
Tricksta_'s Avatar

Forum posts: 4
File comments: 8
Uploads: 0
No Waypoint, no Use

Sorry man,

I was cranking through quests tonight and setting /notes , but if there is no way to flag my notes as waypoints on the mini map it useless to me for now.

Back to Alpha and Mapnotes for now until you have the time for this function. I know you have been very busy working on libs, I can understand.

Thanks,

Tricksta_
__________________
Tricksta_
Report comment to moderator  
Reply With Quote
Unread 12-26-06, 11:30 AM  
Tsurani
A Black Drake
 
Tsurani's Avatar
AddOn Author - Click to view AddOns

Forum posts: 81
File comments: 19
Uploads: 2
is there a way to import my Gatherer addon nodes into this mod? like all the ones i already found? i been playing for over 2 years and it would be horrible if i have to loose all my nodes
Report comment to moderator  
Reply With Quote
Unread 12-25-06, 08:39 PM  
joypunk
A Scalebane Royal Guard

Forum posts: 449
File comments: 151
Uploads: 0
I didn't see anything already posted about the topic, so I'll ask here.

Is there any "click through" functionality for Cartographer? In other map mods that allowed you to display the map over the screen with transparency, you were able to still click "through" the map into the game world. If this option is available for Cartographer I cannot find it.

If it is not a current feature, I will be glad to submit a request for it. =)
Report comment to moderator  
Reply With Quote
Unread 12-25-06, 01:12 PM  
Kru
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
World map off to right of screen

went awol while resizing. How do i get it back?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: