Author |
Message |
Topic: Newbie needs help |
Konquer
Replies: 5
Views: 7974
|
Forum: zMUD General Discussion Posted: Sat Apr 01, 2006 7:06 pm Subject: Newbie needs help |
Well I simplified everything all together. since knowing how much mana i have really isn't a must, I wote this instead. Even though it's EXTREMLY simply, it work very well.
#TR {^~<%d/%dhp %d/ ... |
Topic: Newbie needs help |
Konquer
Replies: 5
Views: 7974
|
Forum: zMUD General Discussion Posted: Fri Mar 31, 2006 4:26 pm Subject: Newbie needs help |
ok, i got it working now but now it's working too well. Here's my script.
#TR {^~<%d/%dhp %d/%dm %d/%dmv>}
#IF (@hp < 350) {hm}
#IF (@mana < 300) {#echo LOW MANA}
how can I modi ... |
Topic: Auto Heal |
Konquer
Replies: 15
Views: 28885
|
Forum: zMUD General Discussion Posted: Fri Mar 31, 2006 4:22 pm Subject: Auto Heal |
I have a question reguaring this topic. I read through it and have tried your script and it works really well, however. I'm not using it to have someone else heal me, but instead to heal myslef. It ... |
Topic: Newbie needs help |
Konquer
Replies: 5
Views: 7974
|
Forum: zMUD General Discussion Posted: Fri Mar 31, 2006 7:10 am Subject: Newbie needs help |
I'm sure this is asked ALLOT, but I'm having trouble with getting my prompt trigger to work. All that I want is something that will auto heal if I drop below a certain percent of health. Here is my ... |
|