marilyn Newbie
Joined: 01 Jun 2002 Posts: 9 Location: USA
|
Posted: Sat Nov 01, 2003 1:07 am
The Great Escape |
I use an alias like KKK for attacking my currently targeted mob.
#20 {
slash %1 with longsword
#wa 8400
}
I know it aint elegant but it is simple and it works. I have to wait 8 seconds between each attack before sending next attack. I wait 8400 because of lag issues. I noticed that when I use precisely 8000, that I get a message from the mud indicating I am not ready to attack again yet.
This alias allows me to emulate how some muds use KILL to have a character keep hitting till they are dead or the mob is.
SOMETIMES, I need to send another command while I am hacking on the mob. By hitting the ESC key, Zmud aborts my KKK alias and I can then send the new set of commands to the mud. Also, after the mob is dead, my alias keeps going.. and going (till it reaches 20).
What I would like to do is have a trigger that picks up on the death of the mob and sends the equivalent of the ESC key to Zmud so it will stop as if I had manually pressed the key. Thus, when one mob is killed, the trigger will turn of my script and I can KKK a different mob or move on.
I have not found anyway of accomplishing this. Can one of you gurus suggest someting? I tried #send and %char but those are for sending characters to the mud. I want to send an ESC char to Zmud. So I tried: #DDE zmud zmud ^[ and
#DDE zmud zmud <%char(27)>
to no avail.
Thanks in advance.
Marilyn |
|