Download
(151Kb)
Download
Updated: 10-12-08 08:58 PM
Addon for:
Cartographer.
Pictures
File Info
Updated:10-12-08 08:58 PM
Created:unknown
Downloads:44,561
Favorites:315
MD5:

Cartographer Trainers  Popular! (More than 5000 hits)

Version: 20400.3
by: Kodewulf [More]

Cartographer module showing notes about trainers on the world map.

20400.3
* Quick fix for missing libraries

20400.2
* Fixed ZIP archive

20400.1
* Changed version numbering
* TOC
-- Updated interface version to 20400

r49725
* TOC
-- Updated version to 20200

r49649
* Fixed
-- Check for School:Notes should work now
-- Import should work again

r35244
* TOC
-- Added Cartographer_Notes as an optional dependancy

r26541
* Localization

r25240
* New features
-- Icon transparency
-- Icon size
-- Filters
* Updated TOC
-- Added graphics credits
* Updated credits.txt
-- Added graphics credits

r23456
* Added trainer types

r23683
* Updated TOC
-- Fixed Gratuity-2.0
Post A Reply Comment Options
Unread 03-20-07, 07:00 PM  
Xenorim
A Kobold Labourer

Forum posts: 0
File comments: 16
Uploads: 0
Re: Re: odd annoying thing

Originally posted by Kodewulf
sorry about that. forgot to remove a debug message.
should be fixed the next time you update using the updater.
No reason to be sorry thanks though
Report comment to moderator  
Reply With Quote
Unread 05-14-07, 09:19 PM  
nogudnik
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 84
Uploads: 1
Attempt to access Cartographer_Notes before it is loaded

I think I have a problem with the order the mods are getting loaded. I get:

Code:
addon.lua line 337: attempt to index global 'Cartographer_Notes' (a nil value)
everytime I log in. I think this is because Cartographer_Notes is not loaded when Cartographer_Trainers.noteDefault is initialized. I changed the call to Cartographer_Notes.getColorID() on line 337 to use a precomputed color ID and that seem to have taken care of the problem.

I'm not sure if that is the right solution or if added a dependency on Cartographer_Notes in the .toc would be a better option.
Report comment to moderator  
Reply With Quote
Unread 05-16-07, 11:19 AM  
Mook
A Murloc Raider
AddOn Compiler - Click to view compilations

Forum posts: 6
File comments: 125
Uploads: 1
I'm receiving the same error message as Nogudnik for both Cartographer_Trainers and Cartographer_Vendors.

UPDATE: Adding 'Cartographer_Notes' as a required dependency in the .TOCs seems to have resolved this issue, but on the spectrum of 'Elegant Solution --> Kludgy Hack', I'm not sure where this falls.

At any rate, it's working for the moment.
Last edited by Mook : 05-16-07 at 11:41 AM.
Report comment to moderator  
Reply With Quote
Unread 05-16-07, 09:11 PM  
Kodewulf
Premium Member
 
Kodewulf's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 114
File comments: 104
Uploads: 18
Originally posted by Mook
I'm receiving the same error message as Nogudnik for both Cartographer_Trainers and Cartographer_Vendors.

UPDATE: Adding 'Cartographer_Notes' as a required dependency in the .TOCs seems to have resolved this issue, but on the spectrum of 'Elegant Solution --> Kludgy Hack', I'm not sure where this falls.

At any rate, it's working for the moment.
I've updated the TOC entry. Hopefully that will solve the problem, although I can't reproduce the error on my system. Both Vendors and Trainers works fine in 2.0.x as well as on PTR for me.

Please let me know if you continue to have problems.
__________________
I will never forget. I will never regret. I will live my life.
Report comment to moderator  
Reply With Quote
Unread 05-17-07, 07:42 PM  
nogudnik
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 84
Uploads: 1
All Clear on the Update Front

Originally posted by Kodewulf
I've updated the TOC entry. Hopefully that will solve the problem, although I can't reproduce the error on my system. Both Vendors and Trainers works fine in 2.0.x as well as on PTR for me.

Please let me know if you continue to have problems.
That update to the .TOC has cleared up the problem for me. Glad I could find the unusual problem for you. Keeps you from getting bored :-)

Thanks!
Report comment to moderator  
Reply With Quote
Unread 05-17-07, 08:06 PM  
Kodewulf
Premium Member
 
Kodewulf's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 114
File comments: 104
Uploads: 18
Re: All Clear on the Update Front

Originally posted by nogudnik
That update to the .TOC has cleared up the problem for me. Glad I could find the unusual problem for you. Keeps you from getting bored :-)

Thanks!
Not that I get bored easily, but it's always fun to have a challenge.

If you do find any more unusual problems, please try to limit them to one a week. I don't know if I can stand the excitement more often than that.

Seriously, if you have any more issues give me a shout. Thanks
__________________
I will never forget. I will never regret. I will live my life.
Report comment to moderator  
Reply With Quote
Unread 06-15-07, 08:33 AM  
Grumbul
A Defias Bandit

Forum posts: 2
File comments: 13
Uploads: 0
With Cartographer Trainers and FuBar_Trainerfu both enabled and FuBar_Trainerfu has all note making ability disabled cartographer Trainers can not be enabled at all. have I missed a config issue here?

Posted same question on FuBar_Trainerfu.
Report comment to moderator  
Reply With Quote
Unread 06-15-07, 08:42 AM  
Kodewulf
Premium Member
 
Kodewulf's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 114
File comments: 104
Uploads: 18
Originally posted by Grumbul
With Cartographer Trainers and FuBar_Trainerfu both enabled and FuBar_Trainerfu has all note making ability disabled cartographer Trainers can not be enabled at all. have I missed a config issue here?

Posted same question on FuBar_Trainerfu.
Cartographer Trainers only detects if you have FuBar_TrainerFu installed, and then disables itself. I'll download the latest version of FuBar_TrainerFu and have a look if I can determine if the notes ability is enabled or not. Never thought someone might use FuBar_TrainerFu, but not the notes that come with it.
__________________
I will never forget. I will never regret. I will live my life.
Report comment to moderator  
Reply With Quote
Unread 06-15-07, 10:42 AM  
Grumbul
A Defias Bandit

Forum posts: 2
File comments: 13
Uploads: 0
Originally posted by Kodewulf
Cartographer Trainers only detects if you have FuBar_TrainerFu installed, and then disables itself. I'll download the latest version of FuBar_TrainerFu and have a look if I can determine if the notes ability is enabled or not. Never thought someone might use FuBar_TrainerFu, but not the notes that come with it.
I have a complete trainers database and like to keep it with Cart-Trainers. But I like the TrainerFu tracking of my training. Were you implying TrainerFu has a complete database like trainers?
Report comment to moderator  
Reply With Quote
Unread 07-16-07, 12:03 AM  
Siku
A Fallenroot Satyr
 
Siku's Avatar
AddOn Author - Click to view AddOns

Forum posts: 29
File comments: 100
Uploads: 5
Mind sharing your CartTrainers DB? (And your Quests DB if you have one too). This post is targetted at both the author and the bleow poster saying "i have a complete databse of trainers"

Pretty please?
Report comment to moderator  
Reply With Quote
Unread 02-18-08, 08:35 PM  
xNomeda
A Kobold Labourer

Forum posts: 1
File comments: 8
Uploads: 0
Filtering out only my class

Any chance of having Cartographer_trainers when "Class" is selected as a filter could it only show the class trainers of the class of my current character? Or is it supposed to do this? If this is the intended functionality then mine isnt working and Id like to know what I need to do to fix it.

Thank you
[email protected]
Report comment to moderator  
Reply With Quote
Unread 05-13-08, 11:11 PM  
Moosetrax
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 124
Uploads: 1
Re: Filtering out only my class

After patching to WoW 2.4.2 I received the following errors in BugGrabber/BugSack:

1 of 5
[2008/05/14 00:58:24-1725-x1]: Cartographer_nnTrainers-1\nnTrainers.lua:8: Cannot find a library instance of "LibBabble-CreatureType-3.0".
Cartographer_nnTrainers-1\nnTrainers.lua:8: in main chunk

2 of 5
[2008/05/14 00:58:26-1725-x1]: Cartographer_Trainers-1.0\addon.lua:5: Cannot find a library instance of Babble-Tradeskill-2.2.
Cartographer_Trainers-1.0\addon.lua:5: in main chunk

3 of 5
[2008/05/14 00:58:26-1725-x1]: Cartographer_Trainers-1.0\import.lua:1: Cartographer Trainers not found!
Cartographer_Trainers-1.0\import.lua:1: in main chunk

4 of 5
[2008/05/14 00:58:30-1725-x1]: FuBar_TrainerFu-0.2\TrainerFu_FuBar.lua:8: Cannot find a library instance of "LibBabble-Spell-3.0".
FuBar_TrainerFu-0.2\TrainerFu_FuBar.lua:8: in main chunk

5 of 5
[2008/05/14 00:58:30-1725-x1]: FuBar_TrainerFu-0.2\modules\DemonTrainer.lua:5: Cannot find a library instance of "LibBabble-CreatureType-3.0".
FuBar_TrainerFu-0.2\modules\DemonTrainer.lua:5: in main chunk
Report comment to moderator  
Reply With Quote
Unread 08-05-08, 05:19 PM  
Normal
A Murloc Raider

Forum posts: 7
File comments: 37
Uploads: 0
Your SVN is broken

Fetching external item into '/mnt/sdc1/sw/World of Warcraft/Storage/WoWAceSVN/Cartographer_nnTrainers/Libs/Babble-Trainer-2.2'
Authentication realm: <http://dev.wowace.com:80> Subversion Repository

Your externals should not point to a password protected repository (obviously if your entire addon were password protected, the preceding statement would be false)

I do have a WoWAce account, and could fix this. But it's probably best all round if you fix the properties from your end before some 'unknown person' messes with your stuffs
Report comment to moderator  
Reply With Quote
Unread 10-09-08, 07:11 PM  
jinleileiking
A Murloc Raider

Forum posts: 6
File comments: 102
Uploads: 0
Does the CA vendor and trainer addon has its own NPC database??

when use this at first time, seem no NPC is noted on the map.

when you click the NPC, the NPC is noted on the map.

I want all the NPC is available no the map first time.

It is useful!
Report comment to moderator  
Reply With Quote
Unread 10-12-08, 01:41 PM  
[email protected]
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
New install

I just installed Cartographer, and that's woring fine. I added Trainers and am getting the following error:

Interface\Addons\Cartographer_Trainers\addon.lua:1: Cannont find a library instance of AceAddon-2.0.

Not sure how to resolve this. Any suggestions?

Thanks.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: