Author |
Message |
Topic: Help with an auto-heal "program" |
jcx2001
Replies: 32
Views: 38719
|
Forum: zMUD General Discussion Posted: Thu Jul 19, 2007 11:21 pm Subject: Help with an auto-heal "program" |
Thanks Arminas and Fang Xianfu and everyone. It works perfectly now, it turns out it was a typo and Fang Xianfu solution worked!! |
Topic: Help with an auto-heal "program" |
jcx2001
Replies: 32
Views: 38719
|
Forum: zMUD General Discussion Posted: Thu Jul 19, 2007 1:08 am Subject: Help with an auto-heal "program" |
#tr {(%d)h, (%d)m, (%d)e, (%d)p, (%d)en, (%d)w %-} {#if (%eval( (%1*100)/@maxhp)<=75) {#if (@potion_queue=1) {#var potion_queue 0} {drink health}}}
any ideas on why my trigger will not recogn ... |
Topic: Help with an auto-heal "program" |
jcx2001
Replies: 32
Views: 38719
|
Forum: zMUD General Discussion Posted: Tue Jul 17, 2007 9:40 pm Subject: Help with an auto-heal "program" |
I have almost got it, but I am still having one issue. It will work when my HP is at 75% but if it gets to low it will loop. I have a variable called potion_queue to try and fix that problem and my t ... |
Topic: Help with an auto-heal "program" |
jcx2001
Replies: 32
Views: 38719
|
Forum: zMUD General Discussion Posted: Tue Jul 17, 2007 4:57 am Subject: Help with an auto-heal "program" |
I am having lots of trouble with this. I have no idea what I am doing wrong.
Sometimes it works, sometimes it goes into a continuous loop when it triggers and sometimes it goes into a continuous loop ... |
Topic: Help with an auto-heal "program" |
jcx2001
Replies: 32
Views: 38719
|
Forum: zMUD General Discussion Posted: Tue Jul 17, 2007 1:19 am Subject: Help with an auto-heal "program" |
I guess the only other thing is that I have to wait some time before I can drink another potion. I wanted to use the variable so that I would only drink after the mud prompted me I could. I haven't ... |
Topic: Help with an auto-heal "program" |
jcx2001
Replies: 32
Views: 38719
|
Forum: zMUD General Discussion Posted: Mon Jul 16, 2007 8:22 pm Subject: Help! |
I have been trying forever to try to get this auto-heal script to work, but I am having major issues. At one point it was working and then all of a sudden it went into an endless loop.
I am just t ... |
|