|
Derzo Beginner
Joined: 16 Sep 2001 Posts: 10
|
Posted: Tue May 14, 2002 1:52 am
Autoheal Trigger Help! |
Hey, I've been trying to make an autoheal trigger that I can use once I go under a certain amount of HP. The problem I encounter is once I'm under that HP I set it to, It'll start spamming until I'm above the set HP. Help please!
Heres the pattern: 2509H 100M 696V 0X Mob: >
Thanks! |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Tue May 14, 2002 2:09 am |
You need to set up a control variable. Here is an example:
#TRIGGER {(%d)H %dM %dV %dX %w: ~>} {#IF ((@heal) & (%1 < 500)) {cast 'heal';#VAR heal 0}} "" {nocr|prompt}
#TRIGGER {You feel better} {#VAR heal 1}
Kjata |
|
|
|
|
|