Vapes Summoning (script)

From Elanthipedia
Jump to navigation Jump to search
Vapes Summoning (script)
Category training,Magic,Warrior Mage
Front-end StormFront,Genie
Author Vapes


Trains Summoning for Warrior Mages. It defaults to your current element and pathway power if you pass no arguments. You can change the default where noted at the top of the script and you can pass in specific element / pathway with: .summon <element> <pathway> ie: .summon water ease

if_2 goto Align
## Defaults to current alignment and pathway power, if you want to default a different
## pathway change the next line
setvariable pathway power
goto StartSummon

Align:
setvariable pathway %2
match Align ...wait
match StartSummon You are already embodying the Elemental Plane of Water.
match StartSummon You now embody the relationship
match Impedance Roundtime 
put align %1
matchwait

StartSummon:
match Pathway A small charge
match Pathway A charge dances
match Pathway A charge circulates
match Pathway Elemental essence
match Pathway Extraplanar power crackles
match Pathway Your body sings and crackles
match Pathway You have reached the limits
match OneSum You sense nothing out of the ordinary.
put pathway sense
matchwait

OneSum:
put summon admittance
waitfor Finishing your meditation
goto StartSummon

Impedance:
match Impedance ...wait
match Align Roundtime
put summon impedance
matchwait

Summon:
match Done mind lock
match Summon2 EXP HELP
put exp skill summoning
matchwait

Summon2:
match Summon ...wait
match Summon Finishing your meditation, you feel that you can still
match Pathway Finishing your meditation, you feel that you have reached your limit.
put summon admittance
matchwait

Pathway:
match Summon You focus
match OneSum You lack the necessary resolve
put pathway focus %pathway
matchwait

Done:
put stand
echo ***
echo *** Summoning Locked
echo ***
exit