|
LordFett213 Novice
Joined: 20 Aug 2008 Posts: 34
|
Posted: Sat Mar 28, 2009 5:12 am
Possible to prevent doubling of #alarm? |
I have a trigger using #alarm to continually backstab mobs and use #alarm. But sometimes on a really good backstab I stab with both weapons causing it to go off twice. Also when assisting if I missed the first hit it doesn't start the trigger, triggering it off the assist message again causes a double up.
#t {You * pierce *} {#alarm +6 {backstab}} |
|
|
|
Tech GURU
Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Sat Mar 28, 2009 8:29 am |
Use a named alarm.
Code: |
#t {You * pierce *} {#alarm "bstab" +6 {backstab}} |
|
|
_________________ Asati di tempari! |
|
|
|
LordFett213 Novice
Joined: 20 Aug 2008 Posts: 34
|
Posted: Sat Mar 28, 2009 2:41 pm |
Thanks Tech!
|
|
|
|
|
|