Results: 121Comments by: Awbee
File: Beast Training04-11-08
Originally posted by Kazragore Th...
Posted By: Awbee
Originally posted by Kazragore There is no need to encode the umlauts since Patch 2.3.0. Interesting. Well, v13 is up, let me know if it works.
File: Beast Training04-11-08
Originally posted by Kazragore No...
Posted By: Awbee
Originally posted by Kazragore No, there is a bug that you can't learn rank 6 from the boars in eastern plaguelands. I learned this a few days ago. took a while, but they must have fixed it.
File: Beast Training04-11-08
Originally posted by X-buZZ Hmm g...
Posted By: Awbee
Originally posted by X-buZZ Hmm good point :) Do do not like boars so no i don't. I will check this ingame... ok, that's why you don't get an error, because charge isn't in your list so it's not able to cause the error.
File: Beast Training04-11-08
Originally posted by X-buZZ Hi th...
Posted By: Awbee
Originally posted by X-buZZ 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 does your hunter have any ranks of charge learned?
File: Beast Training04-11-08
The problem would be with one or mo...
Posted By: Awbee
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\...
File: Action Bar Saver04-04-08
well, I was just going to start mak...
Posted By: Awbee
well, I was just going to start making an addon that does this, but I knew it would be a good idea to see if it was already done. :) one thing I would like to see added though, is a GUI for the slash commands added to the addon section of the interface options.
File: TextHUD03-28-08
Originally posted by Tenson ok, i...
Posted By: Awbee
Originally posted by Tenson ok, i think it's still neat, just thought i'd ask. an idea i could try is use bars only for unit-frames and use these as text display, assuming i can move any one of the stats? not sure what you are asking
File: TextHUD03-27-08
afaik I can't add that stuff to fon...
Posted By: Awbee
afaik I can't add that stuff to fontstrings.
File: Beast Training03-27-08
New in v12 - Fixed issue with not...
Posted By: Awbee
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.
File: Beast Training03-27-08
Originally posted by KayossZero J...
Posted By: Awbee
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 :o 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...
File: Beast Training03-26-08
New in v11 - Fixed localizations h...
Posted By: Awbee
New in v11 - Fixed localizations hopefully. - Fixed error with warp. - Added version number indicator to the in-game panel.
File: Beast Training03-26-08
Originally posted by Kazragore v1...
Posted By: Awbee
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.
File: Beast Training03-26-08
New in v10 - TOC update to 2.4 -...
Posted By: Awbee
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 :)...
File: Beast Training03-26-08
Originally posted by Tonedef What...
Posted By: Awbee
Originally posted by Tonedef What about making templates to apply ala talented? hmm easier said than done. probably not. :(
File: Beast Training03-25-08
I'm going to need translations for:...
Posted By: Awbee
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: ";
File: Beast Training03-25-08
i'll see what I can cook up after t...
Posted By: Awbee
i'll see what I can cook up after this BT raid
File: Beast Training03-25-08
I thought about doing something lik...
Posted By: Awbee
I thought about doing something like that. but it really is only an extra few seconds. retraining a pet isn't something that happens very often either. I think I would prefer not to because someone might right click expecting only 1 rank to be taught. it's just not worth it.
File: Beast Training03-23-08
Originally posted by Cralor :conf...
Posted By: Awbee
Originally posted by Cralor :confused: why does version data need to be sent to other part members? doesn't this addon just make the Beast Training window easier to use? if you group with someone who has a newer version of this mod it will let you know that yours is out of date so you can come here and update it. the addon can'...
File: Beast Training03-23-08
New in v9 - Version data is only s...
Posted By: Awbee
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.
File: Beast Training03-23-08
ok I found out editing a player not...
Posted By: Awbee
ok I found out editing a player note or the gmotd sends it twice. I've changed it so that it will only send version data one time per re-log or reload. the party/raid notifications are probably worse, so i'm going to look into that before I upload v9.
File: Beast Training03-21-08
Originally posted by vithos Sendi...
Posted By: Awbee
Originally posted by vithos Sending the version number over the guild addon message channel every 16 seconds is a bit overkill. How about only sending it to guild chat once after login, maybe replying if a lower version number than the currently running one is seen (with a different message format that would not trigger a chain re...
File: Beast Training03-21-08
Originally posted by Cralor do yo...
Posted By: Awbee
Originally posted by Cralor do you think you could make a line of code so that this addon only loads on a Hunter character? local _, class = UnitClass("player") if class ~= "HUNTER" then return DisableAddOn("Beast Training") end:banana: (this would go first in the main LUA file) I would prefer not to since people playing c...
File: Beast Training03-21-08
Originally posted by wolftankk fi...
Posted By: Awbee
Originally posted by wolftankk fix Chinese Local BT_PROWL = "潜伏"; BT_SCORPID_POISON = "蝎毒"; BT_SCREECH = "尖啸"; BT_SHELL_SHIELD = "龟壳护盾"; BT_THUNDERSTOMP = "雷霆践踏"; BT_WARP = "迁跃"; ok done
File: Beast Training03-19-08
Originally posted by X-buZZ Hi th...
Posted By: Awbee
Originally posted by X-buZZ Hi there, i have discovered a little issue with Beast Training. It seems that the original training window is not hidden but lies beyond the Beast Training frame. Using frame modification addons like ElkanoFramesResized or Skinner i can still see the original window lying under the Beast Training...
File: TextHUD03-17-08
Re: Great!
Posted By: Awbee
Originally posted by Industrial This is great! I love it. Thanks