How to ignore some text using MXP

Posted by Lerkista on Wed 26 Jun 2019 06:14 AM — 3 posts, 15,266 views.

#0
I've some texts that breaks with MXP, like the design of my menus:

This with MXP off:
                                 _____________ 
                         </=-=\><< JUGADORES >></=-=\>
-=/></=-=\></=-=\></=-=\>/        \_________/        \</=-=\></=-=\></=-=\><\=-


-=|>-=-=-=-=-=-=-=-=-=-=-=-=-=-=[ INMORTALES ]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-<|=-

  ^v^ ^v^ ^v^ Lerkista Wolff. (Deidad, Orden de Iluminati) [Jefe de Codigo]

-=\><\=-=/><\=-=/><\=-=/><\=-=/><\=-=/>-<\=-=/><\=-=/><\=-=/><\=-=/><\=-=/></=-


This with MXP on:
                                 _____________ 
                         JUGADORES >>
-=/>/        \_________/        \


-=|>-=-=-=-=-=-=-=-=-=-=-=-=-=-=[ INMORTALES ]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

  ^v^ ^v^ ^v^ Lerkista Wolff. (Deidad, Orden de Iluminati) [Jefe de Codigo]

-=\>-


i use this patch to enable MXP: http://www.gammon.com.au/mushclient/addingservermxp.htm

How can i make that certain text is ignored by MXP?
Australia Forum Administrator #1
It looks like "<" symbols are not being processed correctly. If you followed the guidelines in the link you gave, that shouldn't have been a problem.

Did you exactly follow that patch?
#2
Nick Gammon said:

It looks like "<" symbols are not being processed correctly. If you followed the guidelines in the link you gave, that shouldn't have been a problem.

Did you exactly follow that patch?


As i remember yes, i'm going to do it again in a smaugfuss 1.9.3 clean source to test it

EDIT: I've reviewed all steps and i found my error, now works fine, and also make it work in a LPMUd (2.4.5 lib running by DGD)

I've a question, i've a menu in my mud

                     [Q] - Salir del Mud           
                     [E] - Entrar                  
                     [C] - Crear Un Personaje      
                     [W] - Ver Lista De Usuarios   
                     [S] - Ver Status Del Mud      

I use the example of the exits tags to make the options clickables, but i want to change what the popup shows, for when i put the cursor in the options, some custom text appear, not just the "Q", "E", etc is that possible?

Thanks