|
tjubby Newbie
Joined: 15 Jan 2009 Posts: 2
|
Posted: Thu Jan 15, 2009 1:09 pm
Only need it to send once |
ok I have this trigger to auto purge for me on this game Aetolia....
Pattern: You feel the power of the venom * flowing through your veins.
Value: #wait 9000
purge |
|
|
|
tjubby Newbie
Joined: 15 Jan 2009 Posts: 2
|
Posted: Thu Jan 15, 2009 1:10 pm |
sorry wasn't able to finish that I dont know what happened... but that is how it is set up and whenever it purges it spams it multiple times and I am wondering if there is a way i could set it to only go one time...
|
|
|
|
Scirkhan Apprentice
Joined: 14 Sep 2007 Posts: 167 Location: aztx
|
Posted: Thu Jan 15, 2009 3:15 pm |
yes you can. This should get you started.
Note: #wait will stop all your triggers for 9 seconds, I think anyway.
Value: #alarm +9 {purge;#t+ "venom"}
#t- "venom"
----------------------------------------------------
I am not sure if you want to turn off the trigger for 9 seconds,
Or if you are wanting to purge 9 seconds after being envenomed.
If you want to purge right away:
Value: #alarm +9 {#t+ "venom"}
purge
#t- "venom" |
|
Last edited by Scirkhan on Thu Jan 15, 2009 3:16 pm; edited 1 time in total |
|
|
|
Scirkhan Apprentice
Joined: 14 Sep 2007 Posts: 167 Location: aztx
|
Posted: Thu Jan 15, 2009 3:15 pm |
Double posted :/
|
|
|
|
|
|