dejavueakay / orangebot

OrangeBot 3.0 is a CS:GO matchmaking bot written in node.js. It uses a logaddress and rcon to execute server commands based on chat !commands. This means it works on a vanilla CS:GO server.
MIT License
14 stars 7 forks source link

Knife round ready hint at the start of every Round #1

Closed Siiggyy closed 6 years ago

Siiggyy commented 6 years ago

"Knife round will start when both teams are !ready" appears at the start of every round, more or less at 7 seconds in the freezetime and mid round.

dejavueakay commented 6 years ago

Hey Cyrill, the next time this message appears can you write !debug and paste the output here? Would appreciate :)

Also, what OS / architecture and did you use a binary or the script itself? if you used the script, which version did you use?

dejavueakay commented 6 years ago

Is it possible that you started two bots at the same time? also, we need your config.json (remove your rcon and mask the ip obviously) and any info you can provide to understand what is going on

Siiggyy commented 6 years ago

Thanks for your fast reply. I use Ubuntu 16.04.4 LTS I downloadet it over git. Thats the output i get from !debug Console: live: false paused: false freeze: false knife: true knifewinner: false ready: T:false CT:false unpause: T:false CT:false Console: mix1 [] mix2 I started the bot over the command line because my autostart didnt worked. config.txt

dejavueakay commented 6 years ago

hey cyrill, nothing to thank me for! did you try to !start a match? what does it do if you type !start?

Siiggyy commented 6 years ago

It starts the map normally everthing works fine just the message appears every time.

dejavueakay commented 6 years ago

Would you have some minutes to have a closer look at this problem? I'd really appreciate your time! If so, add me on steam: http://steamcommunity.com/id/parisienne

Or, you could try a fix a user found in a similar problem:

Go to the cfg folder and add to the very end of warmup.cfg the following two lines:

log off
log on

and try again.

Siiggyy commented 6 years ago

Just added you on Steam.

dejavueakay commented 6 years ago

Resolved issue: Bot was running on the same LAN as the CSGO Server and serverType was not set to local. The server was once added by the config.json and once "on-the-fly" due to an old logaddress entry on the server. If you run into a similar problem (bot giving out everything double), check your config.json and try to do a "rcon logaddress_delall" and restart the bot.