Results: 6Comments by: Mederi
File: Quick Auctions 304-23-09
Originally posted by Shadowed It...
Posted By: Mederi
Originally posted by Shadowed It shouldn't be able to post too quickly, as it's posting after each auction goes through, I haven't heard anyone else get this issue yet either. Do you perhaps have a high ping when you're trying to post? In fact i have this problem when the ping is very low, less than 150 of latency. Maybe there...
File: Quick Auctions 304-23-09
I had a issue sometimes when i post...
Posted By: Mederi
I had a issue sometimes when i post my auctions. Posts are too fast and stopped. I added an ugly code in the function PostQueuedAuction to wait 1sec between each auction. Now its working fine. My code is still ugly. You can probably do better with events. The point is, i think its a good idea to add a delay between each auction...
File: Quick Auctions 304-14-09
Originally posted by Shadowed The...
Posted By: Mederi
Originally posted by Shadowed The types should be localization independent, run: /script local name, _, _, itemLevel, _, itemType, subType, stackCount = GetItemInfo("item:39998"); print(name, itemType, subType) in game, what does it say. The answer is : "Rubis écarlate runique Gemme Rouge" So its localized, both it...
File: Quick Auctions 304-14-09
Ok i found the error. In fact, t...
Posted By: Mederi
Ok i found the error. In fact, the "subtype" and "itemType" at the bottom of the file "summary.lua" have also to be translate like that : summaryCats = { = { text = L, itemType = L, canCraft = function(link, name) if( not QuickAuctionsDB.crafts.Jewelcrafter ) then return true end if( string.match(nam...
File: Quick Auctions 304-13-09
French translation
Posted By: Mederi
Thx for your answer Shadowed. So i translated the file localization.enUS.lua, after some encoding issue with accent (i forget to change in UTF-8) the search in AH is working fine, but the summary frame stay empty after the the end of the research :/
File: Quick Auctions 304-10-09
Hello. Thanks for this great add...
Posted By: Mederi
Hello. Thanks for this great addon. Its really powerful to gain a lot of gold and save my time ^^ I tried to install it on a french wow installation. It seems that it didn't work on a non-english wow. So i would like to try to translate your addon. I looked in the addon files. To make it work i probably have to make some...