-
Content Count
8 -
Joined
-
Last visited
-
if bot#1 retrieves a user's inventory via offer.getPartnerInventoryContents then saves it on a global variable, can bot#2 use the contents saved in the global variable to send an offer? assuming that inventory has not changed
-
So, my bot cancels trade-offers after 30 minutes(now set to two hours). How do I check if the trade is already being accepted but not fully processed yet(for large trades like buying sets of cards). Yesterday, my bot cancelled a trade that was already accepted but not marked as accepted yet bc it consists atleast 300 or more cards and it usually takes a few minutes to process. It ended with some of my cards missing and my client's keys are missing too. I checked my bot's inventory history(not trade history) and it showed that some of the cards were traded, just traded without a name
-
Client is for polling and community for requests, right?
-
apibot reacted to a post in a topic: regarding local address
-
Hi, i have a server with 5 public IPs, 1 for pihole dns/vpn 1 for my tradebot and the rest for other stuffs now, I use all three packages(user-tradeoffer-community) in my tradebot, and as I read in doc for user and community that you can pass a local address. If I pass one of my public ip(the one intended for tradebot) to my bot instance, will it use the IP too in trade-offer-manager requests? I'm passing steam-user instance to trade-offer-manager constructor. If I decided to host other people's bot using my extra public IPs, are the requests separate from
-
if I decided to make a counter-offer and call getPartnerInventoryContents, do I get inventory contents without the items in offer window? example scenario would be, in his offer window he placed 1000 steam gems and he got 1200 steam gems total, if I loop his steam inventory which is retrieved from getPartnerInventoryContents, will i get amount as 1200 or 200?
-
Reporting a bug. (most probably caused by Steam)
apibot replied to Op1x3r's topic in node-steam-tradeoffer-manager
are u getting values from receivedOfferChanged and/or sentOfferChanged? -
does .gamesPlayed counts toward ratelimit?
-
My bot cancels trades for no reason
apibot replied to EnelGy's topic in node-steam-tradeoffer-manager
check your trademanager constructor?