Khariz
01-15-2009, 12:28 AM
So I get so lazy, and so bored, that I decided to build a script to select the spell that Sorrow is set to via two letter input. It works flawlessly, and is nice for changing the spell on the fly for whatever the situation demands. It works in whatever:
main:
match darky dk
match manny mn
match disruption mr
match cloudy cl
match focused fi
echo
echo Start which?
echo 1. Focused Implosion = FI
echo 2. Darkness = DK
echo 3. Mana Drain = MN
echo 4. Mana Disrupt = MR
echo 5. Call Lightning = CL
matchwait
focused:
put exa my sword
match done violet
match violetturn green
match violetturn orange
match violetturn blue
match violetturn red
matchwait
darky:
put exa my sword
match done green
match greenturn violet
match greenturn blue
match greenturn orange
match greenturn red
matchwait
manny:
put exa my sword
match done orange
match orangeturn violet
match orangeturn blue
match orangeturn red
match orangeturn green
matchwait
disruption:
put exa my sword
match done blue
match blueturn red
match blueturn green
match blueturn violet
match blueturn orange
matchwait
cloudy:
put exa my sword
match done red
match redturn blue
match redturn violet
match redturn green
match redturn orange
matchwait
done:
echo CONGRATULATIONS, SORROW IS READY TO USE!!!
put .signs
Violetturn:
put turn my sword
match focused piercing shriek
match focused faint whisper
match focused thunderous boom
match focused loud *snap*
match done vibrating hum
matchwait
greenturn:
put turn my sword
match darky piercing shriek
match done faint whisper
match darky thunderous boom
match darky loud *snap*
match darky vibrating hum
matchwait
orangeturn:
put turn my sword
match done piercing shriek
match manny faint whisper
match manny thunderous boom
match manny loud *snap*
match manny vibrating hum
matchwait
blueturn:
put turn my sword
match disruption piercing shriek
match disruption faint whisper
match disruption thunderous boom
match done loud *snap*
match disruption vibrating hum
matchwait
redturn:
put turn my sword
match cloudy piercing shriek
match cloudy faint whisper
match done thunderous boom
match cloudy *snap*
match cloudy vibrating hum
matchwait
main:
match darky dk
match manny mn
match disruption mr
match cloudy cl
match focused fi
echo
echo Start which?
echo 1. Focused Implosion = FI
echo 2. Darkness = DK
echo 3. Mana Drain = MN
echo 4. Mana Disrupt = MR
echo 5. Call Lightning = CL
matchwait
focused:
put exa my sword
match done violet
match violetturn green
match violetturn orange
match violetturn blue
match violetturn red
matchwait
darky:
put exa my sword
match done green
match greenturn violet
match greenturn blue
match greenturn orange
match greenturn red
matchwait
manny:
put exa my sword
match done orange
match orangeturn violet
match orangeturn blue
match orangeturn red
match orangeturn green
matchwait
disruption:
put exa my sword
match done blue
match blueturn red
match blueturn green
match blueturn violet
match blueturn orange
matchwait
cloudy:
put exa my sword
match done red
match redturn blue
match redturn violet
match redturn green
match redturn orange
matchwait
done:
echo CONGRATULATIONS, SORROW IS READY TO USE!!!
put .signs
Violetturn:
put turn my sword
match focused piercing shriek
match focused faint whisper
match focused thunderous boom
match focused loud *snap*
match done vibrating hum
matchwait
greenturn:
put turn my sword
match darky piercing shriek
match done faint whisper
match darky thunderous boom
match darky loud *snap*
match darky vibrating hum
matchwait
orangeturn:
put turn my sword
match done piercing shriek
match manny faint whisper
match manny thunderous boom
match manny loud *snap*
match manny vibrating hum
matchwait
blueturn:
put turn my sword
match disruption piercing shriek
match disruption faint whisper
match disruption thunderous boom
match done loud *snap*
match disruption vibrating hum
matchwait
redturn:
put turn my sword
match cloudy piercing shriek
match cloudy faint whisper
match done thunderous boom
match cloudy *snap*
match cloudy vibrating hum
matchwait