|
talonnb Apprentice
Joined: 30 Oct 2004 Posts: 127
|
Posted: Thu Sep 16, 2010 4:48 am
GMCP not working? |
I can't figure out why a friend of mine's gmcp settings aren't allowing access to the gmcp coding in game. I made sure under session that ATCP is unchecked and GMCP is checked, along with putting the generic settings under the protocols along with Char.skills 1 and Char.items 1 which works for me. I can do #echo %gmcp and get a HUGE list of what my char stats are, but on his system, even with the exact same settings, and the same version of Cmud, he doesn't get anything.
Now, I'm not sure if this has anything to do with it, but he does use the Mudbot program, although I know a few people that have it and have no issues, so I'm unsure where to go from here. Any help would be appreciated. |
|
|
|
GeneralStonewall Magician
Joined: 02 Feb 2004 Posts: 364 Location: USA
|
Posted: Thu Sep 16, 2010 10:21 am |
Fairly sure IRE does not support having both ATCP and GMCP enabled at the same time.
|
|
|
|
charneus Wizard
Joined: 19 Jun 2005 Posts: 1876 Location: California
|
Posted: Thu Sep 16, 2010 3:53 pm |
GeneralStonewall wrote: |
Fairly sure IRE does not support having both ATCP and GMCP enabled at the same time. |
He didn't say he was using them together. In fact, he said he "ATCP is unchecked GMCP is checked".
Not sure what the issue is, though.
Charneus |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Thu Sep 16, 2010 4:34 pm |
Check to be sure the MudBot program isn't enabling ATCP itself. If MudBot enables ATCP then the MUD isn't going to send GMCP data. That's all I ca think of.
You might also compare the first page of data in the Tools/Message Log menu option which shows the raw telnet option negotiation between CMUD and the server to see what might be different. You should see something like this:
Code: |
09/16/10 10:33:11 : Looking up IP address for imperian.com
09/16/10 10:33:11 : Connecting to 209.212.145.199 23
09/16/10 10:33:11 : Attempting connection to 209.212.145.199
09/16/10 10:33:11 : Connected to 209.212.145.199
09/16/10 10:33:11 : SERVER sent WILL 25 End of Record
09/16/10 10:33:11 : CLIENT sent DO 25 End of Record
09/16/10 10:33:11 : SERVER sent WILL 200 ATCP
09/16/10 10:33:11 : CLIENT sent DONT 200 ATCP
09/16/10 10:33:11 : SERVER sent WILL 201
09/16/10 10:33:11 : CLIENT sent DO 201 |
The last two lines show the GMCP option negotiation. |
|
|
|
GeneralStonewall Magician
Joined: 02 Feb 2004 Posts: 364 Location: USA
|
Posted: Thu Sep 16, 2010 9:35 pm |
Ooph, sorry, guess I was a bit too tired when I responded.
|
|
|
|
|
|