|
Tanuki Novice
Joined: 06 Nov 2008 Posts: 38
|
Posted: Tue Nov 06, 2012 1:16 am
#SENDGMCP "request quest" |
I'm trying to have my comm.quest info resent to CMUD when i log into Aardwolf.
I am issues the following command but nothing happens. I have a GMCP trigger setup to fire when comm.quest info comes in and works fine when I request a quest, so I know it works.
#SENDGMCP "request quest"
0.0001 | c Aardwolf | [1] Aardwolf-Daruma Comline : start :
0.0005 | d Aardwolf | [1] Aardwolf-Daruma Comline : stopped
2.5234 | a Aardwolf #Telnet 201: comm.tick {}
0.2874 | a Aardwolf |--> TICK <-- (All: 100%, Qt: 11)
What am I doing wrong?
Tanuki |
|
|
|
Daern Sorcerer
Joined: 15 Apr 2011 Posts: 809
|
Posted: Tue Nov 06, 2012 4:54 pm |
#SENDGMCP can only be used to send JSON data. You could use #SENDSB instead to send any arbitrary string to the MUD (GMCP uses telnet subchannel 201).
|
|
|
|
Tanuki Novice
Joined: 06 Nov 2008 Posts: 38
|
Posted: Wed Nov 07, 2012 12:47 am |
That works... Thank you.
|
|
|
|
|
|