-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bot doesn't recognize commands like !ready #9
Comments
|
Can you state the output of the console in here? |
|
The Counterstrike Console output is this: Tried to look up command say as if it were a variable. and this is from terminal Matthiass-Mac-Pro:eBot matthiashollerbach$ php bootstrap.php PHP Compatibility Test| PHP 5.3.1 or newer -> required -> [ Yes ] 5.4.4 | MCrypt -> required -> [ Yes ]2013-02-02 00:33:23 - LOG [eBot\Application\Application] eBot CS:Go version 3.0 Am 02.02.2013 um 00:30 schrieb Basert:
|
|
Can you show me the output of this rcon-command: logaddress_list Can the gameserver server send logfiles to your pc/mac? Is the port-forwarding correct? You can add me on skype, it would be easier to help: fabiangruber00 |
|
unfortunately rcon access doesn't work yet in cs:go mac version so i can't test this command. Am 02.02.2013 um 00:47 schrieb Basert:
|
|
works good for me, with my ebot server. I think the problem is, that the gameserver cannot send you the rcon-logfiles. Are you behind a router? Is port-forwarding enabled (for port 12360)? |
|
I have another idea: paste this into your server.cfg: then restart the server and excute the following php file: It will simulate the ebot-logfile socket. Then connect to the server, there should be some output then. If not, you are not recieving any of the serverlogs send by the gameserver. |
|
I'll give that a try tomorrow because i have no ftp access to server.cfg. Am 02.02.2013 um 01:11 schrieb Basert:
|
|
sry i missed your first post. Yes i am behind a router. My bot is running on port 33333 and this port i forwarded. Do i need a DynDNS for the configfile? |
|
DynDNS is not necessary, you just have to enter your WAN IP. My little php script is just to check, if any logfiles are incomming. If there are messages incomming, the bot should work too. Port-Forwarding must be enabeld, in my script case for the port 12360 |
|
Thanks, at the Moment the Serveradmin is not online to write cfg. Does the logaddress_add command only take effect at a reboot? So my WAN ip is this: My LAN ip is: 192.168.1.3 No i should enter this as followed right? Router forwards port to 192.168.1.3 logaddress_add 81.210.186.251:12360 Now when i run the script i takes some time but theres no output, when i start the script again, he is unable to bind the socket. |
|
if you not geeting any information, there server won't send you these logfiles. You have to be sure, you get the logfiles. It's not a bot problem: |
|
I gave it a try with a local server so i started cs => offline with bots => there in console i typed: log on;logaddress_add 192.168.1.3:12360; in the script i entered the same ip and port so it should work because there can't be probs with router. Does the Snippet work at your machine? |
|
Yeah, it works excelent on windows and ubuntu. So no problem for me. The bot has to be offline, while the script is running. It's working for me both, offline and online with no problems. |
|
Hey it works now, i tried everything from the beginning. |
I managed to get the Bot on the Server, I'm able to restart the game form the web panel but when I type !ready or !help there is no reaction from the bot. Unfortunately i don't know how i can debug if the chatcommand are processed by the Server.
The text was updated successfully, but these errors were encountered: