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
➜ Strange events and Mushclient
|
Strange events and Mushclient
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
| Posted by
| Akal Ashata Alis
(2 posts) Bio
|
| Date
| Tue 27 May 2003 06:57 AM (UTC) |
| Message
|
Apparently my previous working version of Mushclient has stopped working. I was doing some system cleanup, recently, and after much cleaning and streamlining, tried to run Mushclient.
It did not run. I uninstalled it, then reinstalled the newer version. This did not seem to fix my problem, and I'm curious as to what, if any, solutions there might be for this.
I've a few things left to try out, but I doubt they'll work. It seems to me I had this problem once before, and I don't remember what I did to fix it.
Akal Ashata Alis | | Top |
|
| Posted by
| Nick Gammon
Australia (23,173 posts) Bio
Forum Administrator |
| Date
| Reply #1 on Tue 27 May 2003 08:39 AM (UTC) |
| Message
| In what way does it not run? Any message?
Anyway, try re-installing VBscript if are using scripting. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | | Top |
|
| Posted by
| Akal Ashata Alis
(2 posts) Bio
|
| Date
| Reply #2 on Tue 27 May 2003 09:57 AM (UTC) |
| Message
| ow doe sit not run?
I double click on the icon. The curser does it's waiting thing for about half a second, then returns to normal. No windows pop up. No screens saying the program is running. -Nothing-.
Now this could be a problem with something I did to windows, and I will reinstall vbscript, but I don't really use it, so I don't know what effect that would have on the program itself.
| | Top |
|
| Posted by
| David B
USA (80 posts) Bio
|
| Date
| Reply #3 on Tue 27 May 2003 01:00 PM (UTC) |
| Message
| | If your running windowsXP ctrl+alt+delete, go to processes, check tos ee if youhave a mushclient.exe active already. I've had that happen to me before. |
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 |
|
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.
16,501 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top