Simple MUSHclient question

by Jillian

Back to Mechanic's Corner.

Jillian2006-10-17 19:04:37
I'd like to make an alias that allows me to quickly get all my defences up. However I can't put all the defences in one long list because I have to recover equilibrium inbetween. Is there a simple way to check if I got equilibrium and cast the next spell then? I'm using Ethelon's system and poked around the code a bit but couldn't find any code examples to further help me sad.gif
Simimi2006-10-17 19:17:56
Mine looks like this...

send "insomnia"
send "thirdeye"
doafter 1, "abjure cloak"
doafter 4, "abjure deathsight"
doafter 7, "abjure waterwalk"
doafter 10, "chant draconis"
doafter 13, "starcall halo"
doafter 16, "chant fortuna"
doafter 19, "starcall wings"
doafter 22, "evoke malkuth"
doafter 28, "chant rubeus"

with a doafter timer for each eq, because malkuth and rubeus are longer eq than the other skills... just make the send to box "script" and make sure VBscript is on in your script section. and make the alias whatever you want (mine is defup)

Yours,mimi

Its not pretty, but it gets the job done...
Unknown2006-10-17 19:21:26
http://lusternia.ire-community.com/index.php?showtopic=8978
http://lusternia.ire-community.com/index.php?showtopic=8995

Read through those two threads, too. The second has a script I wrote. If you're using psionics you'll have to modify it slightly.