What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Need help] Bot with TradeSkillMaster AddOn

Inrego

New Member
Joined
Feb 7, 2010
Messages
2,765
Reaction score
71
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 :P
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.
 
Last edited:
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.
 
Last edited:
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 30420
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.

Could you please quote the thread here? I don't have acces to view that post.
 
well how about looking to the attached txt file ? :confused:

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
Many people were having issues with changing lines of code as with my other post. Therefore, I will give the entire code, simply cut and paste!!!

----- FROM PREVIOUS POST -------
If you don't know the wonders of TSM... please click here: TradeSkillMaster - Auction & Economy - World of Warcraft Addons - Curse

After about 10hours of work, i found a solution to the latest TSM. They put in a lot, A LOT, of nonsense code to prevent macros and click scripts. In fact, I couldn't figure out how to get the button to work!!! So I created my own button
----------------------------------------

Even If you don't know anything about coding you can do this!!!
Open the files in Notepad, then cut, paste and save!!!
CHANGE ONLY YOURBUTTON NAME (below in RED in the TradeSkillMaster_Mailing.lua file)!!!!
No changes need to be made to automail.lua, just cut and paste!!!
The command will then be... /click YourButtonName

As I said his files where posted above
 
Last edited:
Hello... The deactivation of the Antibot Feature is really Easy. If you are Interested in, pls Leave pm
 
well how about looking to the attached txt file ? :confused:

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

Hmm.. This is the mailing part. I'll have a look if it has anything I can use.
 
I'll be more than happy to buy you lunch, and build a monument in your honor if you make this work :D
 
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.
 

Attachments

replace the remote & post files, but "/click bpost" won't do anything for me... is this still working with the latest version of TSM?
 
replace the remote & post files, but "/click bpost" won't do anything for me... is this still working with the latest version of TSM?
I didnt update, will check.

update // Checked and its working as intended.
 
Last edited:
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)
 
Back
Top