Results: 121Comments by: Awbee
File: Beast Training03-17-08
Re: Re: Not working correctly in german client
Posted By: Awbee
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)
File: Beast Training03-16-08
Re: Perfect...
Posted By: Awbee
Originally posted by braininblack great job! thanks
File: Beast Training03-16-08
Originally posted by wolftankk ad...
Posted By: Awbee
Originally posted by wolftankk add zhCN local for BTdb. done
File: Beast Training03-16-08
Originally posted by X-buZZ Hi th...
Posted By: Awbee
Originally posted by X-buZZ Hi there, i am done with the german localization: I am looking forward to use Beast Training on my german client :) Kind regards X-buZZ Thanks. Uploaded as v5.
File: Beast Training03-16-08
Originally posted by eloora This...
Posted By: Awbee
Originally posted by eloora This addon was giving me some trouble yesterday while using Fluid Frames to move it. While the pet training frame was highlighted for moving it would tend to "stick" where it was and would only be moved after click holding for a while. Also any further moving of the frame caused a bit of screen lag. Any...
File: Beast Training03-14-08
Originally posted by Laumac works...
Posted By: Awbee
Originally posted by Laumac works fine on french client thx :) good to hear
File: Beast Training03-14-08
ok v4 is up, let me know if it need...
Posted By: Awbee
ok v4 is up, let me know if it needs any edits or if it works fine.
File: Beast Training03-14-08
Originally posted by devfool frFr...
Posted By: Awbee
Originally posted by devfool frFr: works well with this fix: -fix typo -BT_USED should not be translate -pet = "|cFFFF0000No etc... should be translate for complete job ;) for info No = Non (frFR) the "used" thing had me worried the most. i was wondering if it would be different at all. maybe it is with other language...
File: Beast Training03-14-08
ok I uploaded v3.1 which fixes my d...
Posted By: Awbee
ok I uploaded v3.1 which fixes my dumb mistakes in db.lua when i can confirm its all working i will upload it as v4. in order for it to work, this has to work: for i=1, GetNumCrafts(), 1 do craftName, craftSubSpellName, craftType, numAvailable, isExpanded, trainingPointCost, requiredLevel = GetCraftInfo(index); ... end...
File: Beast Training03-14-08
Re: not working
Posted By: Awbee
Originally posted by X-buZZ Hi there, this seems to be a very nice addon but i am unable to use it. It come with the following error message when opening the beast training window: Date: 2008-03-14 19:08:39 ID: 56 Error occured in: Global Count: 1 Message: ..\AddOns\BeastTraining\BeastTraining.lua line 168: attempt...
File: Beast Training03-14-08
Re: same error
Posted By: Awbee
Originally posted by Laumac on french client : error in beastraining.lua line 168 ---> attempt to index field ? (nil value) same error pb in function GetCraftInfo() ? ---> variable ? PS : awbee you didn't replace all the variables in db.lua (just the first variable was replaced). I replace them but there is always the...
File: Beast Training03-13-08
ok, I changed my mind and went ahea...
Posted By: Awbee
ok, I changed my mind and went ahead and uploaded version 3. if theres any problems 99% chance its a problem with a letter not being capital when it needs to be or something small like that. i also hope the unicode characters don't cause problems. please let me know if it works or if theres any LUA errors and what they are....
File: Beast Training03-13-08
I asked on wow forums and apparentl...
Posted By: Awbee
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.
File: Beast Training03-13-08
ok apparently I cant do this on nor...
Posted By: Awbee
ok apparently I cant do this on north american servers. devfool do u mind adding me to msn or something? send me a PM
File: Beast Training03-13-08
ok it's in. but I want to test it f...
Posted By: Awbee
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?
File: Beast Training03-12-08
ok. I'll need these too. please mak...
Posted By: Awbee
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_D...
File: Beast Training03-12-08
Thanks. There will be a few othe...
Posted By: Awbee
Thanks. There will be a few other things as well. once I get a full list I will post what I need.
File: Beast Training03-12-08
Re: traduct error ?
Posted By: Awbee
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...
File: Beast Training03-12-08
Re: Re: Re: Awsome Work
Posted By: Awbee
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...
File: Beast Training03-11-08
Re: Re: Awsome Work
Posted By: Awbee
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.
File: Beast Training03-11-08
Re: Awsome Work
Posted By: Awbee
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 wo...