The MUD I play (Discworld MUD) has a small collection of Odd things they do with MXP which seem to be not quite working with MUSHClient.
For example:
is designed such that:
should produce a little right-click popup menu on the link on the NPC.
However! This doesn't work in MUSHClient, while it does in CMUD. (No criticism implied. I only downloaded CMUD *shudder* to test this specific error.) Turning on MXP debugging, I get
for all of the definitions similar to this.
I'm not really sure what this means, and I'm not sure if it could be a bug or not, since it produces the same message if you replace !EN with !EL. Anyone have any more info about what this error code/message is about? I can't find anything related in the MXP spec or the element and entity posts linked to from the MXP section header.
For example:
<!EL livingpopup '<!EN ob &arg; private><send href="look &ob;|nod &ob; |smile &ob;" hint="Right click for menu">' att=arg>
is designed such that:
<livingpopup "evil-looking rat">evil-looking rat</livingpopup>
should produce a little right-click popup menu on the link on the NPC.
However! This doesn't work in MUSHClient, while it does in CMUD. (No criticism implied. I only downloaded CMUD *shudder* to test this specific error.) Turning on MXP debugging, I get
E 1039: ( 441) Element definitions cannot define other elements: <!en>
for all of the definitions similar to this.
I'm not really sure what this means, and I'm not sure if it could be a bug or not, since it produces the same message if you replace !EN with !EL. Anyone have any more info about what this error code/message is about? I can't find anything related in the MXP spec or the element and entity posts linked to from the MXP section header.