Author |
Message |
Topic: cant get this healing script to work..any ideas? |
shaughn2323
Replies: 10
Views: 10645
|
Forum: zMUD General Discussion Posted: Fri Oct 01, 2010 2:15 pm Subject: cant get this healing script to work..any ideas? |
hmm K i messed with it a little bit, but i cant get it to work, im just going to scrap it, thanks for the help. |
Topic: cant get this healing script to work..any ideas? |
shaughn2323
Replies: 10
Views: 10645
|
Forum: zMUD General Discussion Posted: Fri Oct 01, 2010 12:11 am Subject: cant get this healing script to work..any ideas? |
I did misunderstand you, sorry about that,
OK the
Code:
#trigger {~<%d/%dhp %d/%dm %d/%dmv~> TN: (%w) TC: (%d)} {#if ((%2 * 30) < (@tankmaxhp * 100)) {cast 'rejuv' %1}}
is the ... |
Topic: little help here please. |
shaughn2323
Replies: 2
Views: 3886
|
Forum: CMUD General Discussion Posted: Thu Sep 30, 2010 4:09 am Subject: little help here please. |
bump |
Topic: cant get this healing script to work..any ideas? |
shaughn2323
Replies: 10
Views: 10645
|
Forum: zMUD General Discussion Posted: Thu Sep 30, 2010 4:09 am Subject: cant get this healing script to work..any ideas? |
bump |
Topic: cant get this healing script to work..any ideas? |
shaughn2323
Replies: 10
Views: 10645
|
Forum: zMUD General Discussion Posted: Tue Sep 28, 2010 3:16 am Subject: cant get this healing script to work..any ideas? |
The first example is what i started with, and the 2nd is how i changed it after you said i hadnt sent the tankmaxhp, I have tried it a few other ways and just cant get it to work. What i am trying to ... |
Topic: cant get this healing script to work..any ideas? |
shaughn2323
Replies: 10
Views: 10645
|
Forum: zMUD General Discussion Posted: Mon Sep 27, 2010 1:06 pm Subject: cant get this healing script to work..any ideas? |
Still cant get this to work, Im z/cmud dumb so any help would be appriecated. |
Topic: cant get this healing script to work..any ideas? |
shaughn2323
Replies: 10
Views: 10645
|
Forum: zMUD General Discussion Posted: Sun Sep 26, 2010 7:09 pm Subject: cant get this healing script to work..any ideas? |
#alias setmaxhp {#var tankmaxhp {%1}}
#var tankmaxhp {583}
#trigger {~<%d/%dhp %d/%dm %d/%dmv~> TN: (%w) TC: (%d)} {#if ((%2 * 30) < (@tankmaxhp * 100)) {cast 'rejuv' %1}}
so it shoul ... |
Topic: cant get this healing script to work..any ideas? |
shaughn2323
Replies: 10
Views: 10645
|
Forum: zMUD General Discussion Posted: Sun Sep 26, 2010 6:44 pm Subject: cant get this healing script to work..any ideas? |
This is the script
#alias setmaxhp {#var tankmaxhp {%1}}
#var tankmaxhp {0}
#trigger {~<%d/%dhp %d/%dm %d/%dmv~> TN: (%w) TC: (%d)} {#if ((%2 * 30) < (@tankmaxhp * 100)) {cast 'rejuv' ... |
Topic: little help here please. |
shaughn2323
Replies: 2
Views: 3886
|
Forum: CMUD General Discussion Posted: Sun Sep 26, 2010 4:59 pm Subject: little help here please. |
I am currently using an autokill bot that i got off the forums here, the problem I am having is that it is not changing from room to room when there arent any more mobs to kill in a room, can any help ... |
Topic: I am Zmud dumb, change color question. |
shaughn2323
Replies: 4
Views: 12332
|
Forum: zMUD General Discussion Posted: Fri May 29, 2009 4:28 pm Subject: I am Zmud dumb, change color question. |
you assumed right as far as Steve gossips, 'whatever'. Now do I just copy and paste #trigger {gossip} {#color red} to the pattern and put nothing in the value?..also if I want to have it set to cyan i ... |
Topic: I am Zmud dumb, change color question. |
shaughn2323
Replies: 4
Views: 12332
|
Forum: zMUD General Discussion Posted: Fri May 29, 2009 1:17 pm Subject: I am Zmud dumb, change color question. |
I would like to change the default color of the gossip channel on the mud I play. The gossip channel currently shows up as a green color, which is the same color as combat text which makes it hard to ... |
|