 |
PHLN Adept
Joined: 30 Dec 2001 Posts: 220 Location: Canada
|
Posted: Wed May 29, 2002 9:06 pm
Reconnecting problems |
When zMUD auto reconnect to my mud .. sometime it doesn't do it correctly and output a line of weird txt symbol .. anyone know how I can set up a trigger to re-connect again if the reconnection doesn't work the first time ?
|
|
|
 |
PHLN Adept
Joined: 30 Dec 2001 Posts: 220 Location: Canada
|
Posted: Thu May 30, 2002 4:38 am |
No one know how to fix this problem eh ? .. hehe .. o well
|
|
|
 |
TonDiening GURU

Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Thu May 30, 2002 4:41 am |
Seeing weird text symbols when connecting to a mud can be a symptom of having
MXP enabled for a non-MXP mud. Try unenabling MXP etc in your zMud client.
Another idea is to figure out "how fast" you normally log in and identify a
text message you can latch on to.
ie:
Hack into atconnect in the hidden system class folder and add an alarm trigger that
reconnects if a variable is a 1. Have your identified unique-always there message to make the variable 0
So in class folder System
#ALIAS atconnect {#VAR V_Message_Seen 0;#ALARM +20 {#IF (@V_Message_Seen == 0) {#MENU {File|Reconnect}}}
#TRIGGER {~[2~] Establish a new character%s~[6~] Read about LegendMUD} {#VAR V_Message_Seen 1}
Assumes you hit that trigger in 20 seconds.
TonDiening
Beta Upgrading to 6.26 |
|
|
 |
PHLN Adept
Joined: 30 Dec 2001 Posts: 220 Location: Canada
|
Posted: Thu May 30, 2002 2:15 pm |
Thx Yui ....
|
|
|
 |
|
|