← Back to team overview

mudlet-makers team mailing list archive

[Bug 794325] Re: GMCP info isn't properly filled out for the survival skillset in Achaea

 

The game was sending \r's in that particular response, which yajl
doesn't like and silently fails on. This patch strips out that
character, which makes it work fine.

** Patch added: "0002-fix-GMCP-messages-with-r-s-in-them-silently-failing-.patch"
   https://bugs.launchpad.net/mudlet/+bug/794325/+attachment/3460327/+files/0002-fix-GMCP-messages-with-r-s-in-them-silently-failing-.patch

** Changed in: mudlet
     Assignee: (unassigned) => Vadim Peretokin (vperetokin)

** Changed in: mudlet
       Status: New => Incomplete

** Changed in: mudlet
       Status: Incomplete => In Progress

-- 
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/794325

Title:
  GMCP info isn't properly filled out for the survival skillset in
  Achaea

Status in Mudlet the MUD client:
  In Progress

Bug description:
  lua sendGMCP("Char.Skills.Get "..yajl.to_string({group = "survival",
  name = "focusing"})) for example raises the proper Mudlet event but
  not fill in the data at all. It works for other skillsets however, and
  Rapture does send it (tested with an admin)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/794325/+subscriptions


References