Hey, I'm trying to make a PB profile to work with TSM. I'm running into a brick wall it seems. They aren't really buttons, when I use the Code: /run local f=GetMouseFocus();print(f:GetName() or tostring(f)) I get a frame: Random string with numbers and letters. I also tried highvoltz's Code: /run local f=EnumerateFrames(AuctionFrame) while f do if f:GetObjectType() == 'Button' and f:GetText() == 'Batch post' then f:Click('RightButton') end f = EnumerateFrames(f) end if AuctioneerPostPromptYes then AuctioneerPostPromptYes:Click() end but it did nothing when I replaced the Batch post with the text on this "button". If you'd like to have a look at the lua code, you can find the addon here: TradeSkillMaster_Auctioning - Auction & Economy - World of Warcraft Addons - Curse And if you want to give it a whirl in wow, I believe you have to install this also: TradeSkillMaster - Auction & Economy - World of Warcraft Addons - Curse
TSM creator works hard to make it impossible to use it with any kind of bot or automation tool. I've tried to use PB with TSM and also failed Those buttons without a normal name (just address - your random numbers and letters) aren't accessible at all and those in TSM are such.
Not to mention the random number popout that shows up every now and then. I've been thinking of doing this and rolling back to the very first release of TSM, cuz it didn't have the bot protection, but it broke with the patch unfortunately. That said, I used to have macros for the crafting modules and was able to make it automated with my keyboard macros. I never tried to get the frame name from the auctioning modules... didn't know they had such a hard protection... EDIT: How about trying with this addon? Quick Auctions 3 : Auction House & Vendors : World of Warcraft AddOns I've never tried it myself, but I remember hearing about it. Seems similar to TSM. I can't try it right now (I'm in bed and my laptop doesn't have the patch installed yet and for some reason it's downloading at 50 kb/s when my connection goes at 3.75 mb/s normally), but I wanted to throw it out there before I went to bed. Might be worth looking into.
I'll check out Quick Auctions. But the random number popout is rather easy to disable.. It's just getting the bot to start the posting and cancelling actions that is the problem.
armydr from PB has changed a version of tradeskillmaster so its usabe for bots Armydr changed version on PB He solved this problem with TSM (v0.2.3) just by makin his own button names ^^ View attachment armydr.txt <-----tradeSkillMaster_Mailing.lua View attachment armydr2.txt <---- automail.lua change YOURBUTTONNAME and use it via /click YOURBUTTONNAME On the one hand I don't want to post it, because I don't want to steel armydr work. On the other hand I can't ask him and I don't know his name here (if he changed to hb) and it's impossible to read the thread in pb after next month / without an acc.
well how about looking to the attached txt file ? But i forgot there was a second file ^^ As far as I know most people have moved to Auction Profit Master But as you want a quote As I said his files where posted above
Hello... The deactivation of the Antibot Feature is really Easy. If you are Interested in, pls Leave pm
Bpost to start posting /click bpost Bcancel to start cancel auction page /click bcancel see code if you want to add buttons to other pages of the addon. Anti-bot disabled replace TradeSkillMaster\Remote.lua and TradeSkillMaster_Auctioning\modules\post.lua Download: Multiupload.com - upload your files to multiple file hosting sites! or see attached file.
replace the remote & post files, but "/click bpost" won't do anything for me... is this still working with the latest version of TSM?
Still not working for me... Any chance you could post a zip of your TSM AddOns folder? Would appreciate that a lot!
notworking for me too i can see the auctions canceled on tsm but nothing is canceled ,nothing in my mailbox sorry for my english
I am assuming you need to be interacting the Auctioneer and have the auction UI open, yes? I also have the tsm side panel open and using latest version of all TSM modules (v0.3.5.2)... Please help!
It's working for me too, just with the 2 files he provided, so he doesn't need to upload his whole TSM folder. Although I could upload mine later (I also *****ed mine a little bit more to be able to make better PB profiles for it)