-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsummon.cmd
More file actions
32 lines (26 loc) · 769 Bytes
/
summon.cmd
File metadata and controls
32 lines (26 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Simple script to train Warrior Mage's Summoning skill.
# Summon admittance / impedance until mind locked.
# debuglevel 5
start:
var summon_action impedance
goto summon
summon:
gosub summon_exp_check
matchre set_action_to_admittance briefly increasing|further increasing|cannot discharge|you have exhausted your planar charge
matchre set_action_to_impedance briefly decreasing|further decreasing|so heavily embody
pause 0.5
put summon %summon_action
matchwait 30
goto summon
set_action_to_admittance:
var summon_action admittance
goto summon
set_action_to_impedance:
var summon_action impedance
goto summon
summon_exp_check:
if $Summoning.LearningRate >= 34 then goto move_out
return
move_out:
pause 2
put #parse SUMMONING DONE