roughnecks Posted December 27, 2018 Report Posted December 27, 2018 Hi. I was thinking about creating a random, 1:1 trade bot; meaning that anyone can send an item to the bot and then the bot sends back another item of the same inventory type (e.g. a TF2 weapon for another TF2 weapon). First problem I see is that I should somehow differentiate between donations (my bot is currently set up to accept donations only) and a "lottery" type of trade (people sending an item but expecting something back). I thought maybe they could attach a message like "lottery" to their trade offer and the bot would know it's not a donation, so initiating an outgoing offer soon after, but I only found a "setMessage(message)" method, can't see any "getMessage". Is this achievable somehow? Anyone (with experience) can shed some light about the best course of actions? Thanks Quote
manic Posted December 27, 2018 Report Posted December 27, 2018 (edited) https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/TradeOffer#properties there's a message property Edited December 27, 2018 by manic Quote
roughnecks Posted December 27, 2018 Author Report Posted December 27, 2018 Oh, that's nice. A good starting point for sure, thanks! Quote
roughnecks Posted February 20, 2019 Author Report Posted February 20, 2019 Bot's up and running, if anyone's interested: http://steamcommunity.com/id/meltdownzed/ Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.