Download
(11Kb)
Download
Updated: 04-11-08 12:30 PM
Pictures
File Info
Updated:04-11-08 12:30 PM
Created:unknown
Downloads:23,578
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 04-11-08, 11:59 AM  
Kazragore
A Deviate Faerie Dragon

Forum posts: 14
File comments: 118
Uploads: 0
BT_ARCANE_RESISTANCE = "Arkanwiderstand";
BT_FIRE_RESISTANCE = "Feuerwiderstand";
BT_FROST_RESISTANCE = "Frostwiderstand";
BT_NATURE_RESISTANCE = "Naturwiderstand";
BT_SHADOW_RESISTANCE = "Schattenwiderstand";
BT_GREAT_STAMINA = "Große Ausdauer";
BT_NATURAL_ARMOR = "Natürliche Rüstung";
BT_AVOIDANCE = "Vermeidung";
BT_COBRA_REFLEXES = "Kobrareflexe";
BT_DASH = "Spurt";
BT_DIVE = "Sturzflug";
BT_COWER = "Ducken";
BT_GROWL = "Knurren";
BT_BITE = "Beißen";
BT_CHARGE = "Sturmangriff";
BT_CLAW = "Klaue";
BT_FIRE_BREATH = "Feueratem";
BT_FURIOUS_HOWL = "Wutgeheul";
BT_GORE = "Aufspießen";
BT_LIGHTNING_BREATH = "Blitzschlagatem";
BT_POISON_SPIT = "Gift spucken";
BT_PROWL = "Schleichen";
BT_SCORPID_POISON = "Skorpidgift";
BT_SCREECH = "Schrei";
BT_SHELL_SHIELD = "Panzerschild";
BT_THUNDERSTOMP = "Donnerstampfer";
BT_WARP = "Raumkrümmung";

This is the correct translation. Charge is Sturmangriff, not anstürmen.
Last edited by Kazragore : 04-11-08 at 12:01 PM.
Report comment to moderator  
Reply With Quote
Unread 04-11-08, 11:49 AM  
X-buZZ
A Kobold Labourer

Forum posts: 1
File comments: 56
Uploads: 0
Hi there,

i am the one who did the german translation. Beast Training is working absolutely fine for me. Are you sure that you do not have any other addon activ that may interact with the blizz training window in general?

Kind regards
X-buZZ
Report comment to moderator  
Reply With Quote
Unread 04-11-08, 11:00 AM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
The problem would be with one or more of these:

BT_ARCANE_RESISTANCE = "Arkanwiderstand";
BT_FIRE_RESISTANCE = "Feuerwiderstand";
BT_FROST_RESISTANCE = "Frostwiderstand";
BT_NATURE_RESISTANCE = "Naturwiderstand";
BT_SHADOW_RESISTANCE = "Schattenwiderstand";
BT_GREAT_STAMINA = "Gro\195\159e Ausdauer";
BT_NATURAL_ARMOR = "Nat\195\188rliche R\195\188stung";
BT_AVOIDANCE = "Vermeidung";
BT_COBRA_REFLEXES = "Kobrareflexe";
BT_DASH = "Spurt";
BT_DIVE = "Sturzflug";
BT_COWER = "Ducken";
BT_GROWL = "Knurren";
BT_BITE = "Bei\195\159en";
BT_CHARGE = "Anst\195\188rmen";
BT_CLAW = "Klaue";
BT_FIRE_BREATH = "Feueratem";
BT_FURIOUS_HOWL = "Wutgeheul";
BT_GORE = "Aufspie\195\159en";
BT_LIGHTNING_BREATH = "Blitzschlagatem";
BT_POISON_SPIT = "Gift spucken";
BT_PROWL = "Schleichen";
BT_SCORPID_POISON = "Skorpidgift";
BT_SCREECH = "Schrei";
BT_SHELL_SHIELD = "Panzerschild";
BT_THUNDERSTOMP = "Donnerstampfer";
BT_WARP = "Raumkr\195\188mmung";

I need someone to check them, and make sure they are exactly the same as what blizzard uses in their beast training window, letter for letter, and exact capitalization.

ß : \195\159
ü : \195\188

If they all look exactly the same then I probably need to put the actual accented letters in there since the file is saved as utf-8 because of the Chinese in there.
Report comment to moderator  
Reply With Quote
Unread 04-11-08, 05:12 AM  
Kazragore
A Deviate Faerie Dragon

Forum posts: 14
File comments: 118
Uploads: 0
Originally posted by Awbee
hmm i fixed something in the localization, but i don't know if it will fix that problem. let me know if it continues after I upload v11.
No, v12 still doesn't work on german client.

Date: 2008-04-11 13:10:35
ID: 56
Error occured in: Global
Count: 1
Message: ..\AddOns\BeastTraining\BeastTraining.lua line 113:
attempt to index field '?' (a nil value)
Debug:
[C]: ?
BeastTraining\BeastTraining.lua:113: BT_OnEvent()
[string "*:OnEvent"]:1:
[string "*:OnEvent"]:1
[C]: UseAction()
..\FrameXML\SecureTemplates.lua:266: SecureActionButton_OnClick()
[string "*:OnClick"]:1:
[string "*:OnClick"]:1
(tail call): ?
[C]: securecall()
..\FrameXML\SecureStateHeader.lua:1052:
..\FrameXML\SecureStateHeader.lua:1033
AddOns:
Report comment to moderator  
Reply With Quote
Unread 03-27-08, 04:00 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
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.
Report comment to moderator  
Reply With Quote
Unread 03-27-08, 03:42 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
Originally posted by KayossZero
Just tried the latest version, and it's utter perfection with the right click to max rank and no bugs/errors either, thanks a lot Awbee!
I wish

theres a problem with teaching growl to a pet with negative training points using right click. I've fixed it already but i'm going to try to fit more into v12.
Report comment to moderator  
Reply With Quote
Unread 03-27-08, 02:22 AM  
KayossZero
A Kobold Labourer

Forum posts: 0
File comments: 33
Uploads: 0
Originally posted by Awbee
New in v11
- Fixed localizations hopefully.
- Fixed error with warp.
- Added version number indicator to the in-game panel.
Just tried the latest version, and it's utter perfection with the right click to max rank and no bugs/errors either, thanks a lot Awbee!
Report comment to moderator  
Reply With Quote
Unread 03-26-08, 05:13 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
New in v11
- Fixed localizations hopefully.
- Fixed error with warp.
- Added version number indicator to the in-game panel.
Report comment to moderator  
Reply With Quote
Unread 03-26-08, 03:41 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
Originally posted by Kazragore
v10 doesn't work with german client:
hmm i fixed something in the localization, but i don't know if it will fix that problem. let me know if it continues after I upload v11.
Last edited by Awbee : 03-26-08 at 03:42 PM.
Report comment to moderator  
Reply With Quote
Unread 03-26-08, 02:46 PM  
Kazragore
A Deviate Faerie Dragon

Forum posts: 14
File comments: 118
Uploads: 0
v10 doesn't work with german client:

Date: 2008-03-26 20:52:52
ID: 80
Error occured in: Global
Count: 1
Message: ..\AddOns\BeastTraining\BeastTraining.lua line 113:
attempt to index field '?' (a nil value)
Debug:
[C]: ?
BeastTraining\BeastTraining.lua:113: BT_OnEvent()
[string "*:OnEvent"]:1:
[string "*:OnEvent"]:1
[C]: UseAction()
..\FrameXML\SecureTemplates.lua:266: SecureActionButton_OnClick()
[string "*:OnClick"]:1:
[string "*:OnClick"]:1
(tail call): ?
[C]: securecall()
..\FrameXML\SecureStateHeader.lua:1052:
..\FrameXML\SecureStateHeader.lua:1033
AddOns:
Report comment to moderator  
Reply With Quote
Unread 03-26-08, 02:49 AM  
wolftankk
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 11
Uploads: 4
hey,
update zhCN local, fix some chinese db wrong.

thx your hard work. XD..

BT_CAN_BE_LEARNED_BY = "可训练: ";
BT_ALL_PETS = "所有宠物 ";
BT_LEARN_DASH = "野猪, 豹, 土狼, 迅猛龙, 掠食者, 陆行鸟以及狼 ";
BT_LEARN_DIVE = "蝙蝠, 食腐鸟, 龙鹰, 虚空鳐, 猫头鹰, 以及风蛇 ";
BT_LEARN_BITE = "蝙蝠, 熊, 野猪, 食腐鸟, 豹, 鳄鱼, 龙鹰, 猩猩, 土狼, 虚空鳐, 迅猛龙, 掠食者, 蛇, 蜘蛛, 陆行鸟, 海龟, 迁跃捕猎者, 风蛇, 以及狼 ";
BT_LEARN_CHARGE = "野猪 ";
BT_LEARN_CLAW = "熊, 食腐鸟, 豹, 螃蟹, 猫头鹰, 迅猛龙, 蝎子, 以及迁跃捕猎者 ";
BT_LEARN_FIRE_BREATH = "龙鹰 ";
BT_LEARN_FURIOUS_HOWL = "狼 ";
BT_LEARN_GORE = "野猪和掠食者 ";
BT_LEARN_LIGHTNING_BREATH = "风蛇 ";
BT_LEARN_POISON_SPIT = "蛇 ";
BT_LEARN_PROWL = "豹 ";
BT_LEARN_SCORPID_POISON = "蝎子 ";
BT_LEARN_SCREECH = "蝙蝠, 食腐鸟以及猫头鹰 ";
BT_LEARN_SHELL_SHIELD = "海龟 ";
BT_LEARN_THUNDERSTOMP = "猩猩 ";
BT_LEARN_WARP = "迁跃捕猎者 ";

BT_OUTOFDATE_1 = "Beast Training数据过期.\n";
BT_OUTOFDATE_2 = " 目前版本为v";
BT_OUTOFDATE_3 = " 但你使用的版本为v";
BT_OUTOFDATE_4 = ".\n登陆www.wowinterface.com at\n获取最新版本";

BT_OK = "确定";
BT_CANCEL = "取消";
BT_RED_PET = "无宠物";
BT_CURRENT_RANK = "当前等级: ";
BT_TP_SPENT = "训练点数花费: ";
BT_RANKS_YOU_HAVE = "你可以训练等级:";
BT_RANK = "等级 ";
BT_NEXT_RANK = "下一等级: ";
BT_MAX_TRAINABLE_RANK = "最高训练等级: ";
BT_REQUIRES = "需要:";
BT_MORE_TP = " 更多训练点数.";
BT_LEVEL = "宠物等级 ";
BT_LEFT_CLICK_TO_LEARN = "左击训练";
BT_RIGHT_CLICK_TO_LEARN = "右击训练";
BT_CANT_TEACH = "你无法教新的等级.";

BT_ARCANE_RESISTANCE = "奥术抗性";
BT_FIRE_RESISTANCE = "火焰抗性";
BT_FROST_RESISTANCE = "冰霜抗性";
BT_NATURE_RESISTANCE = "自然抗性";
BT_SHADOW_RESISTANCE = "暗影抗性";
BT_GREAT_STAMINA = "持久耐力";
BT_NATURAL_ARMOR = "自然护甲";
BT_AVOIDANCE = "躲闪";
BT_COBRA_REFLEXES = "毒蛇反射";
BT_DASH = "突进";
BT_DIVE = "俯冲";
BT_COWER = "畏缩";
BT_GROWL = "低吼";
BT_BITE = "撕咬";
BT_CHARGE = "冲锋";
BT_CLAW = "爪击";
BT_FIRE_BREATH = "火焰吐息";
BT_FURIOUS_HOWL = "狂怒之嚎";
BT_GORE = "角刺";
BT_LIGHTNING_BREATH = "闪电吐息";
BT_POISON_SPIT = "毒液喷吐";
BT_PROWL = "潜伏";
BT_SCORPID_POISON = "蝎毒";
BT_SCREECH = "尖啸";
BT_SHELL_SHIELD = "甲壳护盾";
BT_THUNDERSTOMP = "雷霆践踏";
BT_WARP = "迁跃";
Last edited by wolftankk : 03-26-08 at 02:50 AM.
Report comment to moderator  
Reply With Quote
Unread 03-26-08, 02:17 AM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
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.



Originally posted by X-buZZ
Yeeha, features in progress

deDE:
Code:
BT_LEFT_CLICK_TO_LEARN = "Linksklick zum lernen";
BT_RIGHT_CLICK_TO_LEARN = "Rechtsklick zum lernen";
BT_MAX_TRAINABLE_RANK = "H\195\182chster erlernbarer Rang: ":
Kind regards
X-buZZ
lol I uploaded v10 seconds before I saw this post
I will include this in v11 soon. hopefully along with French and Chinese.
The mod will still work for now, it will just have some english in the tooltip.
if you want im sure you can edit the db.lua yourself for now.
Report comment to moderator  
Reply With Quote
Unread 03-26-08, 02:10 AM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
Originally posted by Tonedef
What about making templates to apply ala talented?
hmm easier said than done. probably not.
Report comment to moderator  
Reply With Quote
Unread 03-26-08, 01:51 AM  
X-buZZ
A Kobold Labourer

Forum posts: 1
File comments: 56
Uploads: 0
Yeeha, features in progress

deDE:
Code:
BT_LEFT_CLICK_TO_LEARN = "Linksklick zum lernen";
BT_RIGHT_CLICK_TO_LEARN = "Rechtsklick zum lernen";
BT_MAX_TRAINABLE_RANK = "H\195\182chster erlernbarer Rang: ":
Kind regards
X-buZZ
Report comment to moderator  
Reply With Quote
Unread 03-25-08, 11:59 PM  
Awbee
A Kobold Labourer
 
Awbee's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 121
Uploads: 10
I'm going to need translations for:

BT_LEFT_CLICK_TO_LEARN = "Left Click To Learn";
BT_RIGHT_CLICK_TO_LEARN = "Right Click To Learn";
BT_MAX_TRAINABLE_RANK = "Max Trainable Rank: ";
Last edited by Awbee : 03-26-08 at 12:06 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: