Ok..on the mud I play (Aetolia.com) I need to execute some commands after I am initially stunned. To date I have been using the 'Send To World (speedwalk delay)' option on the trigger but to do so I need to set my speed walk delay to 2100. As you can see that would make the word speedwalk a joke.
I am seeking to get help to create a simple script that I can use to replace those triggers. Also I am comfused as to whether I will need to create a new script for each trigger.
This is a basic rundown of what happens.
1. Person attacks me causing a 2 second stun
2. Immediately following that attack person inflicts me with one of quite a few afflictions.
3. Stun wears off
4. I am able to eat/apply the cure for the affliction.
This is VERY important in my mud because afflications can stack and really leave you crippled.
Another question is is there a way to script this scenario so that rather then have a set timer the script waits for the words 'You are no longer stunned' before taking care of the affliction that was applied during the stun.
Here are two examples of how this looks in the mud (First is a special skill that applies 2 afflictions rather then one and second is the normal attack)
---------------------
With a soft hiss, <NAME> launches herself at you, battering you in a frenzied
flurry of strikes.
H:1771 M:2230 B:84% [eb]
<NAME>'s eyes meet yours, suddenly locking your gaze to her. She utters a sharp, unintelligible whisper, and you break free of her piercing gaze.
Your mind feels suddenly confused and jumbled.
Your mind feels somewhat slower and more plodding.
approx 2 second later : You are no longer stunned.
--------------------
With a soft hiss, <NAME> launches himself at you, battering you in a frenzied flurry of strikes.
H:1708 M:2230 B:84% [eb]
<NAME>'s eyes meet yours, suddenly locking your gaze to his. He utters a sharp, unintelligible whisper, and you break free of his piercing gaze.
Your mind feels somewhat slower and more plodding.
approx 2 second later : You are no longer stunned.
---------------------
Lastly do I have to have Windows script installed on my PC for scripting to work? The majority of the time I play from work (hehe) and I cannot install it on that PC.
Thanks in advance for all help with this.
I am seeking to get help to create a simple script that I can use to replace those triggers. Also I am comfused as to whether I will need to create a new script for each trigger.
This is a basic rundown of what happens.
1. Person attacks me causing a 2 second stun
2. Immediately following that attack person inflicts me with one of quite a few afflictions.
3. Stun wears off
4. I am able to eat/apply the cure for the affliction.
This is VERY important in my mud because afflications can stack and really leave you crippled.
Another question is is there a way to script this scenario so that rather then have a set timer the script waits for the words 'You are no longer stunned' before taking care of the affliction that was applied during the stun.
Here are two examples of how this looks in the mud (First is a special skill that applies 2 afflictions rather then one and second is the normal attack)
---------------------
With a soft hiss, <NAME> launches herself at you, battering you in a frenzied
flurry of strikes.
H:1771 M:2230 B:84% [eb]
<NAME>'s eyes meet yours, suddenly locking your gaze to her. She utters a sharp, unintelligible whisper, and you break free of her piercing gaze.
Your mind feels suddenly confused and jumbled.
Your mind feels somewhat slower and more plodding.
approx 2 second later : You are no longer stunned.
--------------------
With a soft hiss, <NAME> launches himself at you, battering you in a frenzied flurry of strikes.
H:1708 M:2230 B:84% [eb]
<NAME>'s eyes meet yours, suddenly locking your gaze to his. He utters a sharp, unintelligible whisper, and you break free of his piercing gaze.
Your mind feels somewhat slower and more plodding.
approx 2 second later : You are no longer stunned.
---------------------
Lastly do I have to have Windows script installed on my PC for scripting to work? The majority of the time I play from work (hehe) and I cannot install it on that PC.
Thanks in advance for all help with this.