Closed ghost closed 11 years ago
This is duplicate of #320. So I'm going to copy paste the best answer from there. (TL;DR - compile the code with the KeyUserHandler)
This is a basic programming/helpdesk type question and should not be in this repository. See #307 for more details.
@ImElgo, your question is common enough, and is addressed in the Wiki (Last sentence was recently added for further clarification)
Please follow the instructions there to add an existing class to your project and close this issue.
Thank you.
I tried to trade with the bot, but then this appears on my screen: This also happen when I send the bot a message on the chat and then the bot goes offline.Note: I'm using the Steambot Keyhandler. Here are is my settings.json:
{ "Admins":["1234567"], "ApiKey":"1234567", "mainLog": "syslog.log", "UseSeparateProcesses": "false", "AutoStartAllBots": "true", "Bots": [ { "Username":"name", "Password":"password", "DisplayName":"name", "logFile": "main.log", "BotControlClass":"SteamBot.KeyUserHandler", "ChatResponse":"Hi there bro", "MaximumTradeTime":180, "MaximumActionGap":30, "DisplayNamePrefix":"[Keybot] ", "TradePollingInterval":800, "LogLevel":"Success", "AutoStart": "true" } ] }