Download
(190Kb)
Download
Updated: 01-17-07 12:52 AM
Pictures
File Info
Updated:01-17-07 12:52 AM
Created:unknown
Downloads:14,655
Favorites:120
MD5:

FuBar - TrainerFu  Popular! (More than 5000 hits)

Version: r24394
by: Nickenyfiken [More]

== Features ==
*Keep track of skills you can learn from trainers (class, professions, demon).
*Skill information is available anywhere after you have visit a trainer.
*Create map notes automatically with trainer if you have Cartographer installed (I can probably add support for other map note add-ons easily by request).
*Coloured skills:
**Green if trainable.
**Yellow if trainable next equal level, i.e. 6, 20 or 56.
**Red skills aren’t learnable yet.
*Shows training cost and total cost for all trainable skills.
*Delete a trainer or all trainers of a type shift-ctrl-click on it.
*Adds trainers position on the map if you have Cartographer installed. (Thanks Mikma for the icons)

Note: This mod works without FuBar. If running without FuBar it shows a icon on the minimp instead.

== Important ==
For the demon skills to work properly you have to have all of your different demons (i.e. Imp, Succubus) out at least once after you have installed version 0.4 and before you visit the demon trainer. If you don't demon spells that you already know or can't train yet might be shown as trainable. There might also be a glitch when you reach levels where you can obtain new demons, TrainerFu will probably tell you that you can learn spells for a demon you don't have yet.

Changelog:
r24394:
- Alot of small changes that i don't know remember :-P


r19542:
- Tooltip can now show required level or profession needed to learn a skill.
- Tooltip is now more customizable. Showing trainers, cost, required level is toggable
- Removed annoying message. (sorry forgot a debug msg)
- Fixed a problem where skills wasn't shown in order, i.e. sorted by level required

0.5 (r19307):
- Updated for WoW 2.0
- Cartographer Mapnotes for trainers now have different fancy icons depending on type of trainer. (thanks Mikmna for the icons)
- Small fixes here and there

0.4 (r18172):
- Added demon trainer support. Make sure you read description above!
- Changed skill info frame to be on top of the skills tooltip
- Hopefully fixed all known bugs but i can't promise


0.3 (r17864):
- Changed how trainers are shown, i.e. if you visit many Mage trainers or Leather working trainers all the skills you can learn is only shown once, but with a list of trainer names and coordinates. (See screen shot)
- Added support for localization (enUS)
- Changed a lot of code and hopefully squashed all bugs but probably added some new :-P
- Data storage changed a bit but upgrade from previous version should work

0.2:
-WARNING: Sorry this version will wipe all saved skills and trainers. I changed the way skills are saved. You have to revisit your trainers 
- Added map notes (requires Cartographer)
- Replaced the chat spam with a frame that pop ups with skill-information when you click a skill in the list.
- Fixed a lot of stupid things. :-P

0.1:
- Initial version

Optional Files (0)


Post A Reply Comment Options
Unread 01-03-09, 08:00 AM  
Fragglerock
An Aku'mai Servant

Forum posts: 32
File comments: 62
Uploads: 0
Re: Is there a substitute for this Mod?

Originally posted by Xilebo
Is there a substitute for this Mod?
Broker_Trainer

If you use FuBar you'll need Broker2Fubar as well
Report comment to moderator  
Reply With Quote
Unread 04-23-09, 08:44 AM  
Paranoia
A Defias Bandit

Forum posts: 2
File comments: 9
Uploads: 0
Curse has a more updated version that works fine with wotlk

FuBar_TrainerFu-r74302.29 Beta 2.3.3 9/29/2008
Last edited by Paranoia : 04-23-09 at 11:29 AM.
Report comment to moderator  
Reply With Quote
Unread 08-16-09, 05:14 PM  
Bornabe
A Flamescale Wyrmkin
 
Bornabe's Avatar
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 264
Uploads: 6
Originally posted by Paranoia
Curse has a more updated version that works fine with wotlk

FuBar_TrainerFu-r74302.29 Beta 2.3.3 9/29/2008
Link not working anymore. This addon going to be updated? Using it with Fortress LDB Display, I love this AddOn, nothing out there to replace it. Here's the error I'm getting:

*************************
Message: Interface\AddOns\FuBar_TrainerFu\TrainerFu.lua:220: attempt to compare number with nil
Time: 08/16/09 19:12:07
Count: 1
Stack: [string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:18: in function <[string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:4>
...ddOns\AtlasLootFu\Libs\AceAddon-2.0\AceAddon-2.0.lua:25: in function <...ddOns\AtlasLootFu\Libs\AceAddon-2.0\AceAddon-2.0.lua:23>
...ddOns\AtlasLootFu\Libs\AceAddon-2.0\AceAddon-2.0.lua:1048: in function `ManualEnable'
...ddOns\AtlasLootFu\Libs\AceAddon-2.0\AceAddon-2.0.lua:983: in function <...ddOns\AtlasLootFu\Libs\AceAddon-2.0\AceAddon-2.0.lua:976>
[C]: ?
...ddOns\AtlasLootFu\Libs\AceEvent-2.0\AceEvent-2.0.lua:260: in function `TriggerEvent'
...ddOns\AtlasLootFu\Libs\AceEvent-2.0\AceEvent-2.0.lua:910: in function <...ddOns\AtlasLootFu\Libs\AceEvent-2.0\AceEvent-2.0.lua:903>

Locals: No locals to dump
Report comment to moderator  
Reply With Quote
Unread 11-19-09, 01:05 PM  
peewee_sweden
A Kobold Labourer

Forum posts: 1
File comments: 79
Uploads: 0
Re: Re: Is there a substitute for this Mod?

Originally posted by Fragglerock
Broker_Trainer
Broker_Trainer has apparently been removed from... everywhere. Can't find a working download anywhere.
Report comment to moderator  
Reply With Quote
Unread 01-07-10, 09:50 AM  
krstcs
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Changes to get it working again... :D

Ok, the two main variables costOfLearnableSkills and numberOfLearnableSkills are not being initialized correctly for some reason. I didn't want to back-track through all of it, so here are the two fixes that I put in to initialize these values if they haven't been already...


Line 220 was:
Code:
if self.numberOfLearnableSkills > 0 then return "|cff00FF00"..self.numberOfLearnableSkills.."|r"
Replace it with this (or just insert the first line right above 220):
Code:
if not self.numberOfLearnableSkills then self.numberOfLearnableSkills = 0 end
if self.numberOfLearnableSkills > 0 then return "|cff00FF00"..self.numberOfLearnableSkills.."|r"
This will offset the next line by 1 so look for the following around line 336/337:
Code:
if self:IsShowTrainingCost() and self.costOfLearnableSkills > 0 then
Replace it with this (or just insert the first line just above it like earlier):
Code:
if not self.costOfLearnableSkills then self.costOfLearnableSkills = 0 end
if self:IsShowTrainingCost() and self.costOfLearnableSkills > 0 then
These two things will set the initial values of these variables to 0 if the are nil (undefined).

krs
Report comment to moderator  
Reply With Quote
Unread 06-12-10, 08:50 AM  
CaptainFabulous
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Re: Changes to get it working again... :D

Originally posted by krstcs
Ok, the two main variables costOfLearnableSkills and numberOfLearnableSkills are not being initialized correctly for some reason. I didn't want to back-track through all of it, so here are the two fixes that I put in to initialize these values if they haven't been already...


Line 220 was:
Code:
if self.numberOfLearnableSkills > 0 then return "|cff00FF00"..self.numberOfLearnableSkills.."|r"
Replace it with this (or just insert the first line right above 220):
Code:
if not self.numberOfLearnableSkills then self.numberOfLearnableSkills = 0 end
if self.numberOfLearnableSkills > 0 then return "|cff00FF00"..self.numberOfLearnableSkills.."|r"
This will offset the next line by 1 so look for the following around line 336/337:
Code:
if self:IsShowTrainingCost() and self.costOfLearnableSkills > 0 then
Replace it with this (or just insert the first line just above it like earlier):
Code:
if not self.costOfLearnableSkills then self.costOfLearnableSkills = 0 end
if self:IsShowTrainingCost() and self.costOfLearnableSkills > 0 then
These two things will set the initial values of these variables to 0 if the are nil (undefined).

krs
When I went to find this I see "Learnamble" instead of "Learnable". Maybe that has something to do with it?
Report comment to moderator  
Reply With Quote
Unread 08-15-11, 08:37 AM  
Lheage
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Exclamation Update PLEASE!

Please please PLEASE make this work for Cata!
I will gladly donate $20 to the project.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: