Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ MUSHclient
➜ General
➜ Unable toconnect
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| David
USA (49 posts) Bio
|
Date
| Tue 01 Jan 2002 08:52 AM (UTC) |
Message
| Something strange happened tome tonight.
Unable to cnonect to the world that I was opening
Can't recall the exact error message but it had to do with buffering
I been lagging a lot lately... I would connect then for a short time later everything would lock up
I would reconnect and 45 seconds to 6 minutes later I would have to re-connect again...
Could there be an issue with WinXP here?
|
My code(with a LOT of Nicks help) to fame:
sub OnAutoCombo (TriggerName, TriggerLine, arrWildCards)
dim AutoCombo
AutoCombo = split (arrWildCards (1))
Dim i, attack
for i=lbound (AutoCombo ) to ubound (AutoCombo )
Select Case AutoCombo (i)
case "rp" attack = "punch right"
case "lp" attack = "punch left"
case "s" attack = "sweep"
case "r" attack = "roundhouse"
case else attack = "" ' unknown attack type
End Select
if i = ubound (AutoCombo ) then
world.send "throw " + world.getvariable ("attacker") + " down"
else
world.send attack + " " + world.GetVariable ("attacker")
end if
next
end sub
| Top |
|
Posted by
| Nick Gammon
Australia (23,165 posts) Bio
Forum Administrator |
Date
| Reply #1 on Tue 01 Jan 2002 10:26 AM (UTC) |
Message
| Could be. I have been connected for days to a server using MUSHclient, so these quick disconnections are likely to be a connection problem with your server, rather than the program itself. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
10,670 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top