Results: 391Comments by: Aranarth
File: Ara Broker Tradeskills02-07-11
I'm currently working on this addon...
Posted By: Aranarth
I'm currently working on this addon (got some time!) and coming release should include: TipTac skin support (requires TipTac) and auto-tracking (like really). Abandonned professions will be correctly removed. But for characters that have already abandonned professions and display ghosts, you will have to log them and hover this br...
File: Ara Broker Guild Friends01-22-11
About the disconnect issue: Is t...
Posted By: Aranarth
About the disconnect issue: Is there any improvement when using Addon Loader to delay the load time ? About the white entries for real friends: I have the same issue since several days. I checked the battle net functions, and it appears they return empty strings (or " - ") for most data (like class, zone, server...). You c...
File: Ara Broker Tradeskills01-14-11
Re: Smelting / Mining Added
Posted By: Aranarth
@joshmiller83: There's no link for Mining/Smelting, so that's not possible.
File: Ara Broker Reputations01-13-11
Right now I don't feel like thinkin...
Posted By: Aranarth
Right now I don't feel like thinking, so I will ask you to do it for me. :p @imthedci: The zone to faction link is interesting; but right now I don't see how to implement the UI for an option without resorting to a huge config file (I like simle menus :)); so, what if I hardcode those links, are there undesirable effects ? Fo...
File: Ara Broker Tradeskills01-10-11
Re: Tradeskills not visible
Posted By: Aranarth
@Koreos: I will check how to copy the tiptac style when I get time. Not sure if it's easy or not. @Goncyn: Auto tracking doesn't auto track yet. Currently, it only tracks your clicks in the panel and display the associated values. But it should auto track like reputation in a futur release. For your update problem, what...
File: Ara Broker Tradeskills12-10-10
Sorry, I couldn't stop playing wow;...
Posted By: Aranarth
Sorry, I couldn't stop playing wow; I will fix that tomorrow.
File: Ara Broker Tradeskills12-08-10
So far my main character hasn't enc...
Posted By: Aranarth
So far my main character hasn't encountered the missing profession issue. I will learn more illustrious professions with alts to increase chances. Meanwhile, I'm also looking for informations on new cooldowns to add in coming release. Here is what I currently have and what I need to know: - Forged Documents (reset at midnigh...
File: Ara Broker Tradeskills12-03-10
@Nananea: Someone reported that...
Posted By: Aranarth
@Nananea: Someone reported that it's really 3 days (72 hours). Is it possible one of you bought the egg around midnight ? :p
File: Ara Broker Tradeskills11-30-10
Re: Error
Posted By: Aranarth
@joshmiller83: You click on a profession link from another toon, Prat intercept the click to do something, and finally Bagnon errors... Could be any of the 3 (I know this helps alot :p). Could be a corrupted or obsolete link (Blizzard using a different format since last snapshot was taken). To check that, refresh the snapshot (...
File: Ara Broker Tradeskills11-26-10
Re: Mysterious Egg, hatch time reduction.
Posted By: Aranarth
@Aphelion78: I saw it in patch notes, but as usual they are not precise. Previously when they said 7 days, it was in fact 6 days and 20 hours. So now, is it 2 days and 20 hours ? Or are they using their new system that counts midnights to reset at the 3rd since bought time ? Where I live we don't hate turkey that much, but happ...
File: Ara Broker Reputations11-25-10
Re: Re: ASCII colours on the Cata beta
Posted By: Aranarth
@myrroddin: I saw your issue, went on beta server to check, didn't notice anything wrong, but forgot to mention it here, sorry.
File: Ara Broker Tradeskills11-21-10
@Sayrox: As I'm currently unable...
Posted By: Aranarth
@Sayrox: As I'm currently unable to correctly match letters, I will match all non numbers. Please replace by: local item, count = reagent:match"(+).%((%d+)%)" But there's a flaw: if there's a number in the reagent name (which is pretty common with engineering stuff) it won't work; but at least it will provide a temporary fi...
File: Ara Broker WeaponBuffer11-21-10
@Zidomo: Will be fixed really so...
Posted By: Aranarth
@Zidomo: Will be fixed really soon. Thank you for reporting this issue. A typo (== instead of ~=) was restricting stones and some oils to wrong classes.
File: Ara Broker Tradeskills11-21-10
@Sayrox: A friend told me that t...
Posted By: Aranarth
@Sayrox: A friend told me that trying to match all forms of human letters is like playing russian roulette with a fully loaded gun... Just in case you're not tired of this, how about "%w" ? The line should be exactly like that: local item, count = reagent:match"(+).%((%d+)%)" Unfortunatly I think my best shot was \u...
File: Ara Broker Tradeskills11-21-10
@Sayrox: How about: \u0400-\u...
Posted By: Aranarth
@Sayrox: How about: \u0400-\u04FF Instead of A-Za-z or %a.
File: Ara Broker Tradeskills11-21-10
@Sayrox: Interesting find. The o...
Posted By: Aranarth
@Sayrox: Interesting find. The only glyph that works is the only glyph that requires only one ink (all others require 3). Same thing with the 3 tailoring recipe you linked: they all have the same reagent multiple time and don't work (you had runecloths in your bags to be sure about 14048 ? oO). As I thought it looks like a pars...
File: Ara Broker Tradeskills11-21-10
@Sayrox: It seems 4.0.1+ prevent...
Posted By: Aranarth
@Sayrox: It seems 4.0.1+ prevent installing language pack 3.x.x and there's no language pack 4.x.x as of now. Can you confirm the problem ONLY occurs with glyphs ? All glyphs ?
File: Ara Broker Tradeskills11-20-10
@Sayrox: Damn I don't see what's...
Posted By: Aranarth
@Sayrox: Damn I don't see what's wrong. I need to debug, which means downloading the RU language pack, and because I can't go on a non russian serveur with it, I will need to create a character and learn a profession, right ? :x For a quick and dirty fix of your original problem, search for: quantity > 0 and replace with: true
File: Ara Broker Tradeskills11-20-10
@Sayrox: The problem is linked t...
Posted By: Aranarth
@Sayrox: The problem is linked to the shown 0 and that's what I want to fix. To determine the number of craft a shortcut can do, I scan the line with reagents on the tooltip. All I need to know is the RU format used for that line. A screenshot would be perfect. Link a tradeskill with many reagents and click on that link to get...
File: Ara Broker Guild Friends11-18-10
@Valik: Separating notes won't b...
Posted By: Aranarth
@Valik: Separating notes won't be easy the way I coupled things in my code. But I can easily provide an option to hide officer notes if you want.
File: Ara Broker Tradeskills11-18-10
@Digex: Oh I just figured what y...
Posted By: Aranarth
@Digex: Oh I just figured what you were talking about by experiencing it today (or so I think): the highlight on alt list is covered by the frame! Please tell me if there's more. :)
File: Ara Broker WeaponBuffer11-18-10
@SaberHawke: Awww I forgot that...
Posted By: Aranarth
@SaberHawke: Awww I forgot that annoying protection Blizzard put on buffs. I will temporarily remove the option that control the visibility of the weapon buff frame until I can fix it (and that the fix doesn't require a huge implementation of secure templates).
File: Ara Broker WeaponBuffer11-17-10
Re: Ranged Slot
Posted By: Aranarth
@pomr: It's already in. If it doesn't appear, check your display addon.
File: Ara Broker WeaponBuffer11-17-10
@merola: Both issues should be f...
Posted By: Aranarth
@merola: Both issues should be fixed with r15.
File: Ara Broker Tradeskills11-17-10
Re: Clicking on a cooldown alias in the tooltip list no longer works..
Posted By: Aranarth
@Alyred: Doh! You're right! It will be fixed quickly. @denlee0710: Thank you for reporting this as my only toon with alchemy is 70. Currently it seems that alchemy research is the only multi-day CD that reset at midnight (I checked prismatic sphere and glacial bag). Fixed in coming release.