
AlaDyn172
Member-
Posts
10 -
Joined
-
Last visited
AlaDyn172's Achievements
-
AlaDyn172 reacted to a post in a topic: Error: Not Logged In
-
Okay, thanks.
-
Hello, I am having this issue after certain time, and the users can't trade with the bot. I think there's something to check for this error, but I'm not sure what is that event, can someone help me? Thanks a lot!
-
I've fixed the issue. It was ``addTheirItem`` instead of ``addMyItem``.
-
AlaDyn172 started following Saving a sent offer and checking for accepted offers. , Error 26 when sending trade offer , Sending the items one by one, and loops and 1 other
-
I mean to run more bots in one js file. And to pick a random bot every offer sent.
-
xLeeJYx reacted to a post in a topic: offer.itemsToGive/Recieve.length Doesn't Exist
-
Someone? Please.
-
Question Sending the items one by one, and loops
AlaDyn172 replied to IdiotScriptieKid's topic in node-steam-tradeoffer-manager
Yes my bad, I copied his line, and forgot to edit to addMyItem -
Question Sending the items one by one, and loops
AlaDyn172 replied to IdiotScriptieKid's topic in node-steam-tradeoffer-manager
for(var i in inventory) { create.addMyItems({ "assetid": inventory.assetid, "appid": applicationid, "contextid": 1/2 (depends which appid is) }); } -
offer.itemsToGive/Recieve.length Doesn't Exist
AlaDyn172 replied to African's topic in node-steam-tradeoffer-manager
You made a typo, it's itemsToReceive not itemsToRecieve. -
Hello, I want to use multiple bots. I have node v6.x