roughnecks Posted October 3, 2023 Report Posted October 3, 2023 zed.manager._steam.setPersona(5); //"5": "LookingToTrade" -- https://github.com/DoctorMcKay/node-steam-user/blob/master/enums/EPersonaState.js zed.manager._steam.gamesPlayed(zed.config.customGame); Hello, I have the following code since forever. It's been a few days now that my bot status is correctly displaying the message "Looking to Trade" but it's not showing up as green anymore (playing a game), but blue - online. Did steam change this? Any fix? Thanks Quote
Cipher Posted October 14, 2023 Report Posted October 14, 2023 I have the same problem I use gamesPlayed() method to show custom text and it was working till now but not anymore The bot shows in blue indicating it is online but not the custom text I also dont get any errors Quote
Magahaka Posted November 3, 2023 Report Posted November 3, 2023 Switch the methods 1. call gamesPlayed 2. setPersona It should work then, works for me atleast 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.