Author |
Message |
Topic: old zMUD doesn't work |
Yvves
Replies: 8
Views: 8041
|
Forum: zMUD General Discussion Posted: Sat Dec 04, 2004 7:13 pm Subject: old zMUD doesn't work |
can always try xp's built in thing to run old programs. forces it to work in windows 3.1, windows 95, or 98 environment.
i havent found it to work for ANY program, though. just a thought. |
Topic: Cannot get #IF command to work.... |
Yvves
Replies: 18
Views: 21815
|
Forum: zMUD General Discussion Posted: Fri Jan 30, 2004 8:27 am Subject: Cannot get #IF command to work.... |
yes, I am a moron who needs either caffiene or sleep. So many damn typos.
If A) the spaces between hp and the number changes,
but B) you only need to heal when there's two spaces,
then c)
#TR ... |
Topic: Cannot get #IF command to work.... |
Yvves
Replies: 18
Views: 21815
|
Forum: zMUD General Discussion Posted: Fri Jan 30, 2004 7:50 am Subject: Cannot get #IF command to work.... |
#CLASS {prompt}
#TRIGGER {HP: (@HP)} {#IF (@HP < 45) {get @food;eat @food}}
#CLASS 0
Forgot the parenthesis. |
Topic: http proxy |
Yvves
Replies: 6
Views: 9261
|
Forum: zMUD General Discussion Posted: Fri Jan 30, 2004 7:44 am Subject: http proxy |
WinGate is probably the most widely known windows app. Think it costs money tho. Just check it out. It'll give you a general idea of what you need to do.
~Yvves |
Topic: Cannot get #IF command to work.... |
Yvves
Replies: 18
Views: 21815
|
Forum: zMUD General Discussion Posted: Fri Jan 30, 2004 7:17 am Subject: Cannot get #IF command to work.... |
Okay, lets say your prompt is
HP: XX SP: XX
You'd need to create the following trigger
#TRIGGER {^HP: @HP} {#IF {@HP < 45} {get @food;eat @food}}
However, you will have the problem of sp ... |
Topic: Nifty little Text to Morse Code converter |
Yvves
Replies: 1
Views: 8818
|
Forum: Finished MUD Scripts Posted: Fri Jan 30, 2004 12:42 am Subject: Nifty little Text to Morse Code converter |
And for kicks, here's morse code to text. ;)
#ALIAS {revert} {
#VAR morse %replace(@morse,"-... ",b)
#VAR morse %replace(@morse,"-.-. ",c)
#VAR morse %replace(@morse,"..-. ",f)
#VAR morse %repl ... |
Topic: Nifty little Text to Morse Code converter |
Yvves
Replies: 1
Views: 8818
|
Forum: Finished MUD Scripts Posted: Fri Jan 30, 2004 12:12 am Subject: Nifty little Text to Morse Code converter |
Here's something I threw together for the hell of it. If you put it in correctly (That is to say, if I wrote it here correctly), it'll give you a nifty little button you press that in turn pops up a ... |
Topic: Question! |
Yvves
Replies: 2
Views: 3711
|
Forum: zMUD General Discussion Posted: Sat Nov 29, 2003 11:41 pm Subject: Question! |
Wait would be a bad idea, as it will "freeze" your character from doing anything, as I understand it. Try to look for a phrase that the mud echos to you when a spell runs out. For instance, if you h ... |
Topic: Multiple Characters on one Mud |
Yvves
Replies: 4
Views: 5356
|
Forum: zMUD General Discussion Posted: Sat Nov 29, 2003 11:38 pm Subject: Multiple Characters on one Mud |
Bah. Just make a copy of your connection (right click, copy, then paste). Under session id in prefs, name it something different, and put Charname on Mud/Mush as Icon caption. Now log your old one, ... |
|