SkullerHD Posted September 27, 2017 Report Posted September 27, 2017 (edited) I want my bot to answer on chat message if my status is set to away. What did i do wrong ? client.getPersonas((client), (personas) => { if (client.persona_state == 3) { friends.sendMessage(steamID, "AFK"); console.log("Send back: AFK"); } }); Edited September 27, 2017 by SkullerHD Quote
Dr. McKay Posted September 27, 2017 Report Posted September 27, 2017 I don't really think this can be done with a bot. The bot would need to go online in order to receive chat messages, which would override your persona state from the proper Steam client. Quote
SkullerHD Posted September 29, 2017 Author Report Posted September 29, 2017 I don't really think this can be done with a bot. The bot would need to go online in order to receive chat messages, which would override your persona state from the proper Steam client. Are u sure ? I use the bot on my main steam account. So if i dont move my mouse for some minutes my steam account turns automatically to "away". So it should be possible shouldnt it ? Quote
Dr. McKay Posted September 29, 2017 Report Posted September 29, 2017 No, because having two clients logged into the same Steam account does trickery with your online status. 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.