Search found 7 matches

by Lierra
Mon Apr 30, 2012 4:07 pm
Forum: Mudlet Development
Topic: Issue with " transforming to & in Materia Magica
Replies: 4
Views: 5372

Re: Issue with " transforming to & in Materia Magica

That didn't work for me. After creating the triggers, or importing that package, say " still displays You say, '&'.
by Lierra
Thu Apr 05, 2012 2:47 pm
Forum: Mudlet Development
Topic: Issue with " transforming to & in Materia Magica
Replies: 4
Views: 5372

Issue with " transforming to & in Materia Magica

Basically, when running GMCP and MXP on this Mud, every " becomes a &. As per this thread (http://www.materiamagica.com/forum/12-support/452881-mxp-and-mudlet) this was also seen in CMUD and had to be corrected in the client. Normally I'd just turn off MXP but without that I get no prompt, ...
by Lierra
Thu Apr 05, 2012 2:34 pm
Forum: Mudlet Development
Topic: GMCP Handling
Replies: 10
Views: 15220

Re: GMCP Handling

I'd tell that to Vassago but it's unlikely to be changed :p I'm not an admin, just a player.
by Lierra
Wed Apr 04, 2012 11:00 pm
Forum: Mudlet Development
Topic: GMCP Handling
Replies: 10
Views: 15220

Re: GMCP Handling

Mostly got this working. I just had to beat luasocket until it worked, then create a script to convert the gmcp arrays into JSON strings. Only problem now is finding out why the JSON data I'm sending isn't being received right, which isn't a mudlet issue :) I did, however, encounter a (possible) bug...
by Lierra
Wed Mar 14, 2012 5:35 pm
Forum: Mudlet Development
Topic: GMCP Handling
Replies: 10
Views: 15220

Re: GMCP Handling

Oh I know it handles gmcp properly. Which is why I'm trying to bypass the proxy with luasocket, or by using a 2nd connection in mudlet to pass the server behind the proxy the gmcp data. Edit: Got luasocket working...mostly. socket:send(data) returns a blank error, but the function itself returns no ...
by Lierra
Wed Mar 14, 2012 4:04 pm
Forum: Mudlet Development
Topic: GMCP Handling
Replies: 10
Views: 15220

Re: GMCP Handling

I'm using 2.0 rc5. I've figured out a workaround, I'm just not sure how to make it...well...work. What I need is a way to send data either to another connection in mudlet (ie, forward all gmcp.room.info updates to another connection in mudlet that is hooked into the server the proxy connects to) or ...
by Lierra
Wed Mar 14, 2012 2:12 am
Forum: Mudlet Development
Topic: GMCP Handling
Replies: 10
Views: 15220

GMCP Handling

I'm trying to work out an oddity in how mudlet and a modified mudbot proxy are handling gmcp. GMCP requests to the server work fine, but any and all gmcp information sent from the server through the proxy are just being dumped to the client's screen like an echo, and not actually registering as gmcp...