Results: 6Comments by: Fenn
File: Guild Store Search Extended [En/Fr/De]04/30/14
with futher testing, this seem lowe...
Posted By: Fenn
with futher testing, this seem lowest i can make it. 3s local t1 = GetGameTimeMilliseconds() while GetGameTimeMilliseconds() - t1 <= 3000 do end Causes the game to hang for 3 seconds before searching for the next page, then hanging again... Need to just throw a buffered timer in :). Like i said not perfect,...
File: Guild Store Search Extended [En/Fr/De]04/30/14
with futher testing, this seem lowe...
Posted By: Fenn
with futher testing, this seem lowest i can make it. 3s local t1 = GetGameTimeMilliseconds() while GetGameTimeMilliseconds() - t1 <= 3000 do end
File: Guild Store Search Extended [En/Fr/De]04/30/14
i did a quick fix myself, if you ar...
Posted By: Fenn
i did a quick fix myself, if you are want to change the file yourself open the lua and go to line 355, and add this local t1 = GetGameTimeMilliseconds() while GetGameTimeMilliseconds() - t1 <= 5000 do end Basically general area should look like this after function gsse.ResultsReceived (eventId, guildId, numItem...
File: GoldSpamFilter04/01/14
First line in GoldSpamFilter.lua:...
Posted By: Fenn
First line in GoldSpamFilter.lua: -- GoldSpamFilter by Xzandro Oh well.. ;) well i did say i ripped off your code lol. sorry, was too lazy. i will fix that in next version. Was too annoyed by those gold spammer and yours was fastest way to get there :) ...so why not just use his plugin? The Mod i copied to do this was...
File: GoldSpamFilter03/31/14
First line in GoldSpamFilter.lua:...
Posted By: Fenn
First line in GoldSpamFilter.lua: -- GoldSpamFilter by Xzandro Oh well.. ;) well i did say i ripped off your code lol. sorry, was too lazy. i will fix that in next version. Was too annoyed by those gold spammer and yours was fastest way to get there :)
File: GoldSpamFilter03/31/14
Are you going based off a key word...
Posted By: Fenn
Are you going based off a key word like the domain? Their messages can change a lot but their domain normally does not. Keyword for now. I will update it as we go, but figured it's a start. and i'm sure the someone will actually port BadBoy or something similar before too long.