i want a trigger that when the enemy send msg atacker begins focusing their energy. the trigger after 2 seconds send the command Deflect, but if the enemy send the msg again between the delay of the first trigger, the first trigger is being canceled and only the second trigger send the deflect, the command deflect of the first trigged is being canceled, srry for my bad inglish if someone can help me thnx a lot :)
help me in this trigger..
Posted by Jjaacckk on Sun 11 Jul 2004 04:09 PM — 7 posts, 21,761 views.
Can you give us the exact output that is recieved? We cant really help trigger things if we dont know the EXACT (including leading and trailing spaces) text (copy/paste, dont retype).
the msg of trigger:
* Enemy begins a low sweep motion...
after 2 seconds i need to send this command for defense:
Parry Low
if the enemy send 2 atacks in this delay:
* Enemy begins a low sweep motion...
* Enemy begins a low sweep motion...
i want to disable the parry low for the first atack and send only 1 parry low for the finish atack
* Enemy begins a low sweep motion...
after 2 seconds i need to send this command for defense:
Parry Low
if the enemy send 2 atacks in this delay:
* Enemy begins a low sweep motion...
* Enemy begins a low sweep motion...
i want to disable the parry low for the first atack and send only 1 parry low for the finish atack
Is there a * in front? And also, can enemy be more than one word?
If there is an asterisk, and only one word, then you can use this:
(copy from here)
(to here, and click "paste" in your trigger window)
If there is an asterisk, and only one word, then you can use this:
(copy from here)
<triggers>
<trigger
enabled="y"
ignore_case="y"
keep_evaluating="y"
match="^\* (\w+) begins a low sweep motion\.\.\.$"
regexp="y"
send_to="12"
sequence="100"
>
<send>Addtimer "DeflectTimer", 0, 0, 2, "Parry Low", 17415, ""</send>
</trigger>
</triggers>(to here, and click "paste" in your trigger window)
there a * in front and enemy have various names
yes, various names, but is it names like:
bob, Joe, Nick?
or names like
Phil the Wonder Pony, or Bill the disgruntled postman?
Basically, the "enemy" more than one word (in a particular name).
If its the former, then that trigger will work as is.
bob, Joe, Nick?
or names like
Phil the Wonder Pony, or Bill the disgruntled postman?
Basically, the "enemy" more than one word (in a particular name).
If its the former, then that trigger will work as is.
the name of enemy is more than one word