Author |
Message |
Topic: Helpfull things |
Frahg
Replies: 3
Views: 5703
|
Forum: zMUD General Discussion Posted: Wed Jul 14, 2004 3:39 pm Subject: Helpfull things |
I think you can even make the first one easier....
#alias castBless {#ALARM "BlessCountdown" +374 {#show Bless is over!};cast 'bless'}
#alias checkTime {#SHOW %eval(%alarm(BlessCountdown) / 1000) ... |
Topic: Trying to get help on a autoprac trigger |
Frahg
Replies: 5
Views: 8346
|
Forum: zMUD General Discussion Posted: Wed Jul 14, 2004 2:14 pm Subject: Trying to get help on a autoprac trigger |
#ALARM "castSpell" {1} {cast Spell}
#TRIGGER {You haven't the energy to cast that spell.} {#ALARM "castSpell" {1} {stat};w}
#TRIGGER {^2852hp 2913m 832mv~>} {e;#ALARM "castSpell" {1} {cast Spell ... |
Topic: Extra Carriage Returns - Help |
Frahg
Replies: 7
Views: 8475
|
Forum: zMUD General Discussion Posted: Fri Apr 12, 2002 5:09 pm Subject: Extra Carriage Returns - Help |
Thank you for your help, that solution worked. It's not the best solution I could hope for, but at least it works.
Right now I have to think very carefully about every command I send to the game. ... |
Topic: Extra Carriage Returns - Help |
Frahg
Replies: 7
Views: 8475
|
Forum: zMUD General Discussion Posted: Thu Apr 11, 2002 7:15 pm Subject: Extra Carriage Returns - Help |
I figured something out... I think Tradewars reads commands as they are pressed, so a lot of the time there is no need to press the Carriage Return button for a command to be accepted. Is there a way ... |
Topic: Extra Carriage Returns - Help |
Frahg
Replies: 7
Views: 8475
|
Forum: zMUD General Discussion Posted: Thu Apr 11, 2002 6:49 pm Subject: Extra Carriage Returns - Help |
I'm using zMUD not to play a mud but rather to play Trade Wars (very mud-like, but still). Anyway, whenever I issue a command to the Tradewars server it thinks it has received both my command and an ... |
|