-
Hello,
First of all, I want to thanks to all who had helped to keep this project.
I have finished my dota 2 bot, but I've just one little problem to solve.
(1) Dota 2 Web API is still under develop…
-
I opening new Trades invites in bot via:
OpenTrade(STEAMID);
and setting my bool inTrade to True
But i don't want to open next trade, unitl the current invite expires
I Tried to add to event OnTradeT…
-
Hi Guys,
I am trying to setup the steam bot, but I am facing an error:
When I try to trade the trade bot, I get the following message in the steam chat.
I have already checked my inventory (set to pu…
-
I'm attempting to get two bots using node-steam and node-steam-trade to trade with each other. Both bots log into Steam just fine and open trade sessions. However, eventually both crash with an "Inval…
-
When I ask the SteamBot to trade, it accepts and is fine. BUT, in the trade it keeps saying "Waiting for ~BotName~" until it times out.
![steambot waiting trade](https://f.cloud.github.com/assets/4671…
-
For example i want to do something like this:
``` javascript
var steam = new Steam.SteamClient();
steam.logOn(loginOne, ...);
steam.on('loggedOn', function(result) {
console.log('Hello my ID is '…
-
See this branch:
https://github.com/cwhelchel/SteamBot/tree/fix/privatebp
I don't want to pull this yet but I do want everyone to try it out. I've done some basic testing but I need **everyone** else…
-
```
npm ERR! System Linux 3.2.0-41-generic
npm ERR! command "node" "/usr/bin/npm" "install" "steam"
npm ERR! cwd /opt
npm ERR! node -v v0.11.2
npm ERR! npm -v 1.1.71
npm ERR!
npm ERR! Additional logg…
-
Hi All,
I'm trying to improve an already made bot that automatically trades all items from other steambots.
I'm attempting to ready up a bot and an exception is thrown constantly from the below code…
-
As You might know (When you work with the bot) When the bot wants to trade with the other people requires to fetch other peoples inventory (backpack) , The thing is if the bot profile doesn't have any…