GMCP Requests (Aardwolf) #192
thechanster
started this conversation in
Script help
Replies: 2 comments
-
You may have to drop the spaces before/after. You can get additional info using |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey, thanks again, I didn't know about telnet debug. I have managed to get it working, somewhere in my code (someone elses code i was using) broke the request, so after first request, all subsequent ones failed. After removing the offending code (haven't reviewed it yet) requests are working again on demand. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Scandum and all,
Thanks as always for your prompt help.
I have GMCP working fine for Aardwolf when server sends info, but looking to "request" info from the server.
There is very little documentation on sending a request vs receiving a request. Have the usual codes created, and as far as I can tell, something like the following is on the right track.
I'm really unclear what the %0 format should be, if spaces before and after are bad, etc., and I think Aardwolf request structure is confusing as it seems to be two words separated by a space, not dot notation.
Command:
request area
request char
request quest
request room
request sectors
Can anyone shed some light on how I might get this working?
Also not sure how to get debug info on a failed command, is there a way to get that info?
Regards, Matt
Beta Was this translation helpful? Give feedback.
All reactions