PDA

View Full Version : Sorrow Spell Selection Script



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

Fallen
01-15-2009, 09:34 AM
I thought one of the spell selections on the sword was broke. Is there anything you would still consider "Broke" with the sword? (in a negative way, call the rests "features")

Khariz
01-15-2009, 12:24 PM
I thought one of the spell selections on the sword was broke. Is there anything you would still consider "Broke" with the sword? (in a negative way, call the rests "features")

Hmm, I haven't noticed anything broken. I've used all the spell for giggles, and some I use regularly for utility.

The only thing that I find broken about the spells is the fact that I can't point the sword at boxes to use Call Lightning. I think it would be neat to do that in the middle of a hunt.

Edit: And yeah...there's plenty of "features", many positive.