That'd be the very best, so it'd auto adjust to everyone's need, and not waste time.
How are you doing the pushes? Were you able to get the code running through HB or with key presses like I did?
can't you just use lua /runmacro ?
Lua.GetReturnVal<int>("current,last = LibStub(\"AceAddon-3.0\"):GetAddon(\"TradeSkillMaster_Auctioning\"):GetModule(\"Post\"):PostCount() if current ~= 0 and last ~= 0 and current <= last then return 1 else return 0 end", 0) == 1
Lua.GetReturnVal<int>("current,last = LibStub(\"AceAddon-3.0\"):GetAddon(\"TradeSkillMaster_Auctioning\"):GetModule(\"Cancel\"):CancelCount() if current ~= 0 and last ~= 0 and current <= last then return 1 else return 0 end", 0) == 1
Yea it's prolly something to do with hardware event. Many AH addons do that.
worked this morning but now its just spamming F1 at the auctioneer![]()
Sapu94 said:Toney001,
It has been brought to my attention that you are distributing modified a modified version of my licensed works. The specific works in question include files from my TradeSkillMaster and TradeSkillMaster_Auctioning World of Warcraft AddOns.
These works are licensed under the Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported (CC BY-NC-ND 3.0) license. Specific details and information on this license can be found here: Creative Commons — Attribution-NonCommercial-NoDerivs 3.0 Unported — CC BY-NC-ND 3.0 (and are also linked to at the top of the post.txt file you posted).
Your post at the following url is in violation of this license: http://www.thebuddyforum.com/honorb...neys-very-basic-tsm-based-ah-bot-profile.html
Your distribution of a modified version of the licensed works is a clear violation of the license and requires action be taken by the offending party (you) to correct this violation within 72 hours of receiving this notice.
If you have any questions please feel free to contact me via email.
-Sapu
Toney001 said:First of all, I want you to know I live in a country where selling illegally copied games isn't punished by law.
You can't touch me (not to mention you probably don't have the resources to pursue legal action in another continent, in a country you can't win).
Second of all, I clearly stated I wasn't the one modifying anything, or even posting. I was pointing at the files in another thread.
I can easily tell you to come and get me, and you never will. So don't think for a second you can make me do anything.
However, I've been using your software for years (the way it was meant to be used) and I appreciate your work, so if it means that much to you,
I can remove the link to the modified files from MY post.
But have in mind these files are still around here.
Merry Christmas.
Yeah, like I said he can't touch me. He's a WoW player that does coding on his free time. Not a company with Blizzard's resources.
I'm fairly sure he doesn't have funds to pursue legal action in south america, in a country with no legislation regarding this matter.
But, like I said, I do appreciate his work. TSM has made my life so much easier over the years that I'd feel like a douche if I just
told him to go fuck himself, though I can't say I wasn't tempted to do it.
Basicly your reply to him did say "go fuck yourself" ^^
Lua.GetReturnVal<int>("if isScanning then return 1 else return 0 end", 0) == 1
Lua.GetReturnVal<int>("if LibStub(\"AceAddon-3.0\"):GetAddon(\"TradeSkillMaster_Auctioning\"):GetModule(\"Cancel\"):isScanning() then return 1 else return 0 end", 0) == 1