PDA

View Full Version : None dangerous haste script



Morrff
07-15-2009, 03:55 PM
Below is a script I made for myself to keep haste on dah weezard in the temple or otf while hunting and spamming many commands. This script will almost never accidentally kill you or others, when/if that happens it does so on purpose.

I run this through lich and just keep it paused when it's not needed. Works well. Very easily able to edit this script to cast on someone else.


#haste myself

start0:
put incant 506
match abort You already have a different spell readied! You must RELEASE it if you wish to cast another!
match cast Your armor prevents the spell from working correctly.
match cast wait
match cast ...wait
match start You begin to notice the world slow down around you. Strange.
match start Your magic clashes with that which is already there!
matchwait

start:
match cast You notice that things have returned to their normal speed.
matchwait


cast:
put incant 506
match abort You already have a different spell readied! You must RELEASE it if you wish to cast another!
match cast Your armor prevents the spell from working correctly.
match cast wait
match cast ...wait
match start You begin to notice the world slow down around you. Strange.
match start Your magic clashes with that which is already there!
matchwait

abort:
put release
match abort wait
match abort ...wait
match cast You don't have a prepared spell to release!
match cast You feel the magic of your spell rush away from you.
matchwait

Bhuryn
07-15-2009, 04:20 PM
Ha, I should fix my scripts, I just use simple loops on my wizard to keep people hasted. I killed my bard last night thought when I preped 505 to kill a cloud in the other room and the script cast it at my bard while I was in offensive =P