Download
(11Kb)
Download
Updated: 04-11-08 12:30 PM
Pictures
File Info
Updated:04-11-08 12:30 PM
Created:unknown
Downloads:23,572
Favorites:75
MD5:

Beast Training  Popular! (More than 5000 hits)

Version: 13
by: Awbee [More]

Makes the Beast Training window look like a talent window.

Helpful tooltips make pet training information easy to see.

Works with:
Ackis Recipe List
English - enUS
Français - frFR
Deutsch - deDE
汉语 - zhCN

New in v13
- Fix for German localization.

New in v12
- Fixed issue with not being able to right click to train the max rank of growl to a pet with negative training points.
- Fixed LUA error when enchanting window was opened.
- Enchanting window no longer closes when your pet changes.
- Blizzard's Beast Training window is hidden if you do not have AckisRecipeList loaded.

New in v11
- Fixed localizations hopefully.
- Fixed error with warp.
- Added version number indicator to the in-game panel.

New in v10
- TOC update to 2.4
- Fixed bug in v9 that made it not save the fact it knows it is out of date.
- Made the "Ranks You Have:" part of the tooltip take up less room.
- Added the ability to right click a skill to train the max rank your pet can learn.

New in v9
- Version data is only sent to guild once per login or interface reload.
- Version data is only sent to party/raid when a new member joins.
- Placed a 5 second cooldown on telling others they are out of date to stop chain reactions.

New in v8
- Fix for Chinese localization.

New in v7
- Removed BT_USED from localization.
- German localization tweaks.
- Beast Training window no longer closes when someone else's pet changed.
- Some code optimization - got rid of function BT_GetButtonNumber(name).

New in v6
- Chinese Localization.

New in v5
- German Localization.

New in v4
- French Localization.

New in v3
- French Localization Beta.

New in v2
- Clarified "Trainable Ranks:" as "Ranks You Have:"
- Added detection of bad version data to prevent an LUA error.
- Added more information to the out of date notification on where to download a new version.
- Added information to the tooltip about which pet types can learn the skill.
- Misc other little improvements.
Post A Reply Comment Options
Unread 03-11-08, 07:23 AM  
gothicknight
A Flamescale Wyrmkin
 
gothicknight's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 131
File comments: 87
Uploads: 1
Awsome Work

Thank you for the great work. It has made life as a hunter that little bit easier.

One thing that i would like to request though, if it is possible, can you please put what class of pets can use the different abilities in the tooltips. e.g when mousing over the dash ability in your training mod, have it say "usable by cats, dogs" etc..

Other than that i hope this mod stiks around for a long time.
Report comment to moderator  
Reply With Quote
Unread 03-11-08, 08:00 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
Re: Awsome Work

Originally posted by gothicknight
One thing that i would like to request though, if it is possible, can you please put what class of pets can use the different abilities in the tooltips. e.g when mousing over the dash ability in your training mod, have it say "usable by cats, dogs" etc..
I thought of that but i'm not sure if it would bloat the tooltip function. i'll try it out when I get time and see how it goes.
Report comment to moderator  
Reply With Quote
Unread 03-11-08, 11:08 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
Re: Re: Awsome Work

Originally posted by Awbee
I thought of that but i'm not sure if it would bloat the tooltip function. i'll try it out when I get time and see how it goes.
ok I found a really good way to do it. i'll upload a new version soon with a few other little things as well.
Report comment to moderator  
Reply With Quote
Unread 03-12-08, 06:18 AM  
Laumac
A Kobold Labourer

Forum posts: 0
File comments: 16
Uploads: 0
traduct error ?

hi, awbee

i really want to play with your addon but i have a big bug :

when i open pet training option i have an error in line 168 of beastraining.lua file "attempt to index field "?" (a nil value)"

I play with french version and my first opinion is a traduction needed in db.lua file but i m not sure

I traduct this file like this :

....
-- Passive

BT["Endurance sup\195\169rieure"] = {
currentRank = 0;
nextRank = 0;
maxRank = 11;
....

but i have another errors in diffrents lines of beastraining.lua

Can you give me a solution ?
I can traduct the add if you want localize
Thx

PS : my pooooor english is so bad ...sorry !
Report comment to moderator  
Reply With Quote
Unread 03-12-08, 09:37 AM  
kergoth
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 136
Uploads: 7
Re: Re: Awsome Work

Originally posted by Awbee
I thought of that but i'm not sure if it would bloat the tooltip function. i'll try it out when I get time and see how it goes.
If you end up adding that data to the mod, an option to completely hide the abilities your current pet can't learn, or maybe just grey them out (make them disabled) would be cool
Report comment to moderator  
Reply With Quote
Unread 03-12-08, 03:18 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
Re: Re: Re: Awsome Work

Originally posted by kergoth
If you end up adding that data to the mod, an option to completely hide the abilities your current pet can't learn, or maybe just grey them out (make them disabled) would be cool
they already get grayed out. i thought of hiding them, but even if your pet cant learn them you can mouse over the icon for some information.
Report comment to moderator  
Reply With Quote
Unread 03-12-08, 03:20 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
Re: traduct error ?

Originally posted by Laumac
hi, awbee

i really want to play with your addon but i have a big bug :

when i open pet training option i have an error in line 168 of beastraining.lua file "attempt to index field "?" (a nil value)"

I play with french version and my first opinion is a traduction needed in db.lua file but i m not sure

I traduct this file like this :

....
-- Passive

BT["Endurance sup\195\169rieure"] = {
currentRank = 0;
nextRank = 0;
maxRank = 11;
....

but i have another errors in diffrents lines of beastraining.lua

Can you give me a solution ?
I can traduct the add if you want localize
Thx

PS : my pooooor english is so bad ...sorry !
yeah, right now the addon will only work on an english client since it uses english name of skills to work. I will add a localization file soon, then you can help me fill it out if you want.
Report comment to moderator  
Reply With Quote
Unread 03-12-08, 07:35 PM  
devfool
A Murloc Raider

Forum posts: 4
File comments: 18
Uploads: 0
locale frFR:

BeastTrainingLocale_ARCANE_RESISTANCE = "R\195\169sistance aux Arcanes";
BeastTrainingLocale_FIRE_RESISTANCE = "R\195\169sistance au Feu";
BeastTrainingLocale_FROST_RESISTANCE = "R\195\169sistance au Givre";
BeastTrainingLocale_NATURE_RESISTANCE = "R\195\169sistance \195\160 la Nature";
BeastTrainingLocale_SHADOW_RESISTANCE = "R\195\169sistance \195\160 l'Ombre";
BeastTrainingLocale_GREAT_STAMINA = "Endurance sup\195\169rieure";
BeastTrainingLocale_NATURAL_ARMOR = "Armure naturelle";
BeastTrainingLocale_AVOIDANCE = "Evitement";
BeastTrainingLocale_COBRA_REFLEXES = "R\195\169flexes du cobra";
BeastTrainingLocale_DASH = "C\195\169l\195\169rit\195\169";
BeastTrainingLocale_DIVE = "Plongeon";
BeastTrainingLocale_COWER = "D\195\169robade";
BeastTrainingLocale_GROWL = "Grondement";
BeastTrainingLocale_BITE = "Morsure";
BeastTrainingLocale_CHARGE = "Charge";
BeastTrainingLocale_CLAW = "Griffe";
BeastTrainingLocale_FIRE_BREATH = "Souffle de feu";
BeastTrainingLocale_FURIOUS_HOWL = "Hurlement furieux";
BeastTrainingLocale_GORE = "Encorner";
BeastTrainingLocale_LIGHTNING_BREATH = "Souffle de foudre";
BeastTrainingLocale_POISON_SPIT = "Crachat de poison";
BeastTrainingLocale_PROWL = "R\195\180der";
BeastTrainingLocale_SCORPID_POISON = "Poison de scorpide";
BeastTrainingLocale_SCREECH = "Hurlement";
BeastTrainingLocale_SHELL_SHIELD = "Carapace bouclier";
BeastTrainingLocale_THUNDERSTOMP = "Grondeterre";
BeastTrainingLocale_WARP = "Distorsion";

if it could help
Report comment to moderator  
Reply With Quote
Unread 03-12-08, 07:51 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
Thanks.

There will be a few other things as well. once I get a full list I will post what I need.
Report comment to moderator  
Reply With Quote
Unread 03-12-08, 11:44 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
ok. I'll need these too. please make sure any spaces, periods, capital letters and new lines " \n " stay exactly the same. also, don't change the variable names.

BT_CAN_BE_LEARNED_BY = "Can be learned by ";
BT_ALL_PETS = "all pets.";
BT_LEARN_DASH = "boars, cats, hyenas, raptors, ravagers, tallstriders, and wolves.";
BT_LEARN_DIVE = "bats, carrion birds, dragonhawks, nether rays, owls, and wind serpents.";
BT_LEARN_BITE = "bats, bears, boars, carrion birds, cats, crocolisks, dragonhawks, gorillas, hyenas, nether rays, raptors, ravagers, serpents, spiders, tallstriders, turtles, warp stalkers, wind serpents, and wolves.";
BT_LEARN_CHARGE = "boars.";
BT_LEARN_CLAW = "bears, carrion birds, cats, crabs, owls, raptors, scorpids, and warp stalkers.";
BT_LEARN_FIRE_BREATH = "dragonhawks.";
BT_LEARN_FURIOUS_HOWL = "wolves.";
BT_LEARN_GORE = "boars and ravagers.";
BT_LEARN_LIGHTNING_BREATH = "wind serpents.";
BT_LEARN_POISON_SPIT = "serpents.";
BT_LEARN_PROWL = "cats.";
BT_LEARN_SCORPID_POISON = "scorpids.";
BT_LEARN_SCREECH = "bats, carrion birds, and owls.";
BT_LEARN_SHELL_SHIELD = "turtles.";
BT_LEARN_THUNDERSTOMP = "gorillas.";
BT_LEARN_WARP = "warp stalkers.";

BT_OUTOFDATE_1 = "Beast Training is Out of Date.\n";
BT_OUTOFDATE_2 = " has v";
BT_OUTOFDATE_3 = " but you have v";
BT_OUTOFDATE_4 = ".\nYou can get a new version at\nwww.wowinterface.com\nClick OK to not be notified again.";

BT_OK = "OK";
BT_CANCEL = "Cancel";
BT_USED = "used";
BT_NO_PET = "No Pet";
BT_CURRENT_RANK = "Current Rank: ";
BT_TP_SPENT = "Training Points Spent: ";
BT_RANKS_YOU_HAVE = "Ranks You Have:";
BT_RANK = "Rank ";
BT_NEXT_RANK = "Next Rank: ";
BT_REQUIRES = "Requires:";
BT_MORE_TP = " More Training Points.";
BT_LEVEL = "Level ";
BT_CLICK_TO_LEARN = "Click to learn";
BT_CANT_TEACH = "You can't teach a new rank.";
Report comment to moderator  
Reply With Quote
Unread 03-13-08, 05:46 AM  
devfool
A Murloc Raider

Forum posts: 4
File comments: 18
Uploads: 0
frFr:

BT_CAN_BE_LEARNED_BY = "Peut \195\170tre appris par ";
BT_ALL_PETS = "tous les familiers.";
BT_LEARN_DASH = "les sangliers, f\195\169lins, hy\195\168nes, raptors, ravageurs, haut-trotteurs, et les loups.";
BT_LEARN_DIVE = "les chauve-souris, charognards, faucon-dragons, raie de n\195\169ants, chouettes, et les serpent des vents.";
BT_LEARN_BITE = "les chauve-souris, ours, sangliers, charognards, f\195\169lins, crocilisques, faucon-dragons, gorilles, hy\195\168nes, raie de n\195\169ants, raptors, ravageurs, serpents, araign\195\169es, haut-trotteurs, tortues, traqueur dimensionnels, serpent des vents, et les loups.";
BT_LEARN_CHARGE = "les sangliers.";
BT_LEARN_CLAW = "les ours, charognards, f\195\169lins, crabes, chouettes, raptors, scorpides, et les traqueur dimensionnels.";
BT_LEARN_FIRE_BREATH = "les faucon-dragons.";
BT_LEARN_FURIOUS_HOWL = "les loups.";
BT_LEARN_GORE = "les sangliers et les ravageurs.";
BT_LEARN_LIGHTNING_BREATH = "les serpent des vents.";
BT_LEARN_POISON_SPIT = "les serpents.";
BT_LEARN_PROWL = "les f\195\169lins.";
BT_LEARN_SCORPID_POISON = "les scorpides.";
BT_LEARN_SCREECH = "les chauve-souris, charognards, et les chouettes.";
BT_LEARN_SHELL_SHIELD = "les tortues.";
BT_LEARN_THUNDERSTOMP = "les gorilles.";
BT_LEARN_WARP = "les traqueur dimensionnels.";

BT_OUTOFDATE_1 = "Votre version de Beast Training est d\195\169pass\195\169e.\n";
BT_OUTOFDATE_2 = " a v";
BT_OUTOFDATE_3 = " tandis que vous avez v";
BT_OUTOFDATE_4 = ".\nVous pouvez obtenir une version r\195\169cente ici\nwww.wowinterface.com\nCliquez sur OK pour ne plus en \195\170tre inform\195\169.";

BT_OK = "OK";
BT_CANCEL = "Annuler";
BT_USED = "Utilis\195\169";
BT_NO_PET = "Aucun familier";
BT_CURRENT_RANK = "Rang actuel: ";
BT_TP_SPENT = "Points d'entrainements d\195\169pens\195\169s: ";
BT_RANKS_YOU_HAVE = "Les rangs que vous poss\195\169dez:";
BT_RANK = "Rang ";
BT_NEXT_RANK = "Prochain rang: ";
BT_REQUIRES = "N\195\169cessite:";
BT_MORE_TP = " Plus de points d'entrainements.";
BT_LEVEL = "Niveau ";
BT_CLICK_TO_LEARN = "Cliquez pour apprendre";
BT_CANT_TEACH = "Vous ne pouvez pas apprendre un nouveau rang.";
Last edited by devfool : 03-13-08 at 05:48 AM.
Report comment to moderator  
Reply With Quote
Unread 03-13-08, 03:10 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
ok it's in. but I want to test it first before I upload it here. does anyone know if it's possible for me to change my client to French?

i tried changing a few lines in config.wtf to:

SET PreferedLocale "frFR"
SET locale "frFR"

but Set locale "frFR" gets reset to SET locale "enUS" when i log in.

any ideas?
Report comment to moderator  
Reply With Quote
Unread 03-13-08, 04:09 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
ok apparently I cant do this on north american servers. devfool do u mind adding me to msn or something? send me a PM
Report comment to moderator  
Reply With Quote
Unread 03-13-08, 07:12 PM  
devfool
A Murloc Raider

Forum posts: 4
File comments: 18
Uploads: 0
i think u have to install EPL (Européan Langage Pack)
never try, so can't help u in this way.
but i'm sure they are many how-to on net.

and sorry, don't use any msn-like.
anyway i could test BT(fr) if u want
Last edited by devfool : 03-13-08 at 07:13 PM.
Report comment to moderator  
Reply With Quote
Unread 03-13-08, 08:11 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
I asked on wow forums and apparently I can't get French info from the server so it wouldn't matter.

I need a Hunter who uses MSN and has a French client. I need a direct line of communication to someone who can debug for me.

if theres anything like msn we could use let me know.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: