MMapper icon indicating copy to clipboard operation
MMapper copied to clipboard

Make it possible to forward XML tags to the client

Open MuMeM opened this issue 2 years ago • 2 comments

Currently the XML targs ("change xml on") are not forwarded to the client. It would be great if this would be configurable in MMapper via the preferences dialog, so that also clients (like Mudlet) can receive these XML codes.

MuMeM avatar Jan 18 '23 15:01 MuMeM

Not discounting this ticket, but couldn't Mudlet use GMCP instead to get some of the structured information?

nschimme avatar Jan 25 '23 06:01 nschimme

Yes, some. But not all. E.g. the <character> and <enemy> information is not sent, and all the combat messages (<hit>, <damage>, <avoid_damage>. XML makes it so much easier to identify all this information, without resorting to parsing.

But if we can include them into GMCP you have my vote for this! :+1:

MuMeM avatar Jan 25 '23 15:01 MuMeM