Author |
Message |
Topic: Problems with ",'s" |
immortalking
Replies: 3
Views: 4445
|
Forum: zMUD General Discussion Posted: Thu May 20, 2004 11:49 pm Subject: Problems with ",'s" |
<Health %n/%n
#If(1%<2500) {#EXEC ;west;up;south}
So that would be the new trigger? Cause it seems that it just keeps shooting off even when my health is over 2500 |
Topic: Problems with ",'s" |
immortalking
Replies: 3
Views: 4445
|
Forum: zMUD General Discussion Posted: Thu May 20, 2004 10:10 pm Subject: Problems with ",'s" |
<Health %d/%d
#If(1%<700) {#EXEC ;west;up;south}
Thats my trigge rim using right now. The mud im playing putd a "," on numbers over 1k. Now i want to put that in my trigger so it allows me to ... |
Topic: Hitpoints Trigger |
immortalking
Replies: 7
Views: 9343
|
Forum: zMUD General Discussion Posted: Fri May 07, 2004 10:07 pm Subject: Hitpoints Trigger |
Sorry to be asking what im doing wrong again.
I keep getting the message and the Trigger doesnt work still.
#IF ((%1 < 700 AND (@lowhp = 0)) {#VAR lowhp 1;west;up;south} {}
... |
Topic: Hitpoints Trigger |
immortalking
Replies: 7
Views: 9343
|
Forum: zMUD General Discussion Posted: Fri May 07, 2004 8:22 pm Subject: Hitpoints Trigger |
#TR {~<Health (%n)/%d} {#IF (%1 > 700) {#VAR lowhp 0} {} {prompt|nocr}
#TR {~<Health (%n)/%d} {#IF ((%1 < 700 AND (@lowhp = 0)) {#VAR lowhp 1;south;east} {} {prompt|nocr}
I Seem to be ... |
Topic: Hitpoints Trigger |
immortalking
Replies: 7
Views: 9343
|
Forum: zMUD General Discussion Posted: Fri May 07, 2004 2:22 am Subject: Hitpoints Trigger |
Hello
I am pretty new to zmud and i would like to know if theres a way to set up this kind of trigger.
I would like to create a trigger to move my character once his hp gets below a point.
My ... |
Topic: Below Trigger |
immortalking
Replies: 1
Views: 3135
|
Forum: zMUD General Discussion Posted: Thu Apr 29, 2004 8:48 pm Subject: Below Trigger |
I would like to create a trigger to cast a spell once my heath drops below a number like. If my Health droped to 200 i would like zmud to cast Heal for any number 200 and below once. |
Topic: zMUD v3.62 |
immortalking
Replies: 2
Views: 6816
|
Forum: zMUD General Discussion Posted: Mon Apr 07, 2003 1:23 am Subject: zMUD v3.62 |
im trying to run zMUD v3.62 on windows xp and it doesnt seem to work.Does any know how to get it to work
|
|