mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #02335
Re: [Bug 794325] Re: GMCP info isn't properly filled out for the survival skillset in Achaea
In Achaea, do:
lua sendGMCP("Char.Skills.Get "..yajl.to_string({group = "survival", name =
"focusing"}))
You'll see with debug on that you get a reply for gmcp.Char.Skills.Info,
however display(gmcp.Char.Skills.Info) shows nil.
I didn't investigate yet at the telnet level as to what happens there. Here
is a replay of this.
** Attachment added: "13-12-2012#18-57-58.dat"
https://bugs.launchpad.net/bugs/794325/+attachment/3459015/+files/13-12-2012%2318-57-58.dat
--
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:
New
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