 |
Zinjin Newbie
Joined: 02 Mar 2004 Posts: 6
|
Posted: Wed Mar 24, 2004 9:57 am
Help with Autosipper |
I have an autosipper that *should* be working right, but it waits to see the NEXT prompt before it fires. In other words, when my hp variable goes below the alloted amount, it wont drink health until it sees the next prompt. Here is what I have:
Trigger:
^{H:}(%d) {M:}(%d) (*)$
Value:
HpVar=%1
MpVar=%2
#if (@healbalance=1 & @hpvar < 320) {v}
#if (@healbalance=1 & @mpvar < 130) {dm}
Value for Alias {v} is:
drink health;healbalance=0
Same code for {dm}, or my mana vial.
Whats the deal? How can I make it trigger the second it sees my prompt?
Fyi- My prompt reads, H:362 M:179 <eb db>
And a little sneak question!
Where can I find the numeric color list for zmud?
Thanks! |
|
|
 |
shalimar GURU

Joined: 04 Aug 2002 Posts: 4719 Location: Pensacola, FL, USA
|
Posted: Wed Mar 24, 2004 10:35 am |
did you check the prompt checkbox on the options tab of the trigger in the settings editor?
and the color list is locating in prefs - colors - foreground
or try:
#HELP %colorname |
|
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|