Author |
Message |
Topic: Help with script |
rking351
Replies: 4
Views: 8177
|
Forum: CMUD General Discussion Posted: Thu Feb 08, 2018 1:54 am Subject: Help with script |
Hi,
thanks for your help. So my mud grants experience on weapon damage done. My prompt includes my experience in the following format.
- Exp: 308015615 >
Therefore after a round where I ... |
Topic: Help with script |
rking351
Replies: 4
Views: 8177
|
Forum: CMUD General Discussion Posted: Wed Feb 07, 2018 7:31 am Subject: Help with script |
Hi,
I just switched from zmud to cmud but can't get the following trigger to work.
#var OldExp @NewExp
#var NewExp %1
#math ExpChange (@NewExp-@OldExp)
#math NewExpGoal (@ExpGoal-@NewExp)
# ... |
Topic: Zmud Trigger Class |
rking351
Replies: 0
Views: 5351
|
Forum: zMUD General Discussion Posted: Thu Sep 19, 2013 2:04 am Subject: Zmud Trigger Class |
hi,
let me first start off by saying I use the windowed version of Zmud 7.21, because I am not at all versed in coding. In the mud that I play, the health of monsters needs to be querried when fig ... |
Topic: Triggers, Setprompt, Windows Zmud |
rking351
Replies: 4
Views: 9055
|
Forum: zMUD General Discussion Posted: Tue Nov 06, 2007 5:58 am Subject: Triggers, Setprompt, Windows Zmud |
Thanks that worked! |
Topic: Triggers, Setprompt, Windows Zmud |
rking351
Replies: 4
Views: 9055
|
Forum: zMUD General Discussion Posted: Sun Nov 04, 2007 10:24 pm Subject: Triggers, Setprompt, Windows Zmud |
ok got this working with the following:
#TRIG {^~<&hp - &mana~> %1}
{#SETPROMPT "<" hp - mana
#IF (@mana < 50) {
#color blink
#BEEP
}}
An example of my prompt would b ... |
Topic: Triggers, Setprompt, Windows Zmud |
rking351
Replies: 4
Views: 9055
|
Forum: zMUD General Discussion Posted: Sun Nov 04, 2007 7:42 pm Subject: Triggers, Setprompt, Windows Zmud |
figured this out, sorry took me a while to understand help |
Topic: Triggers, Setprompt, Windows Zmud |
rking351
Replies: 4
Views: 9055
|
Forum: zMUD General Discussion Posted: Sun Nov 04, 2007 7:24 pm Subject: Triggers, Setprompt, Windows Zmud |
Hi,
First let me start by saying I'm not a coder.... I use to play around with tintin so I understand the Zmud help commands and fucntions like:
#ALIAS {name} {command} or
#TRIG {string} {action} ... |
|