Results: 6Comments by: lowthor
File: Grindspot Locations04/25/15
Hey, this add-on is out of date and...
Posted By: lowthor
Hey, this add-on is out of date and doesn't work with the last patch. Anyway it could get updated. The addon had a few divide-by-zero errors. I cannot update the official version, but you can download a fixed gpl.lua HERE. The full problem: The code calculates an average rating for any downloaded grindspot. It is determined...
File: FreeSlots+08/05/14
AddOn is failing with Update 3 (on...
Posted By: lowthor
AddOn is failing with Update 3 (on August 5) Update 3 removes the API call GetBagInfo() in FreeSlots.lua replace line 157 (call to GetBagInfo() with: totalSlots = GetBagSize(BAG_BACKPACK)
File: Guild Store Search Extended [En/Fr/De]06/27/14
Re: Re: Re: Re: Re: Re: Re: Bugs Since New Patch
Posted By: lowthor
you did it right it works on a single guild with multiple pages but I have 5 guilds and the first 1 only has 1 page it fails to cycle through all the stores this code: for i = 1,gsse.MAX_GUILD_ID do local id =GetGuildId(i) local name = GetGuildName(id) gathers all the store names and sets and ID for them - but f...
File: Guild Store Search Extended [En/Fr/De]06/26/14
Re: Re: Re: Re: Re: Re: Bugs Since New Patch
Posted By: lowthor
Hello. I just made three attempts at this fix and am unsuccessful (not really familiar with programming). For me...a screenshot of the two changes would be useful to be certain that I have the change correct. Thanks! Nisadir Here, until it is fixed, just download my revised GuildStoreSearchEx.lua
File: Guild Store Search Extended [En/Fr/De]06/25/14
Re: Re: Re: Bugs Since New Patch
Posted By: lowthor
As far as I can tell the made the wait time variable now - the more searches, the longer you have to wait. I keep getting "too many searches in sucession" reliably on the 5th page of my active Trading Guild (the others have no store or less then 5 pages) with the default 5 second delay. Edit: Also get stuck on page 5 with 6 second...
File: Guild Store Search Extended [En/Fr/De]06/25/14
Re: Bugs Since New Patch
Posted By: lowthor
Hi, just wanted to report the new bugs the new patch has introduced. Bug 1: When you go to retrieve the listings from all your guilds, it goes through the pages of "guild 1", then once it has finished, it starts going through the pages from guild 1 all over again. It doesnt move onto the next guilds listings, it just keeps re-ret...