JostakDR NecroTrain (script): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Script |
{{Script |
||
|cat=Necromancer, Training, Magic |
|||
|cat=utility |
|||
|fe=StormFront |
|fe=StormFront |
||
|auth=[[User:JostakDR|JostakDR]] |
|auth=[[User:JostakDR|JostakDR]] |
||
Line 12: | Line 12: | ||
10/2/12 |
10/2/12 |
||
* Fixed some match tables |
* Fixed some match tables |
||
10/4/16 |
|||
* Changed casting ease spell to a spell of your choice(Caledric) |
|||
* Changed mind check for power perception to attunement |
|||
* Changed focus to invoke |
|||
<pre> |
<pre> |
||
Line 41: | Line 45: | ||
match chargestart mind lock |
match chargestart mind lock |
||
match pause EXP HELP |
match pause EXP HELP |
||
put exp skill |
put exp skill attunement |
||
matchwait |
matchwait |
||
Line 76: | Line 80: | ||
charging: |
charging: |
||
match charging You fail to |
match charging You fail to |
||
match |
match invoke %2 absorbs |
||
match |
match invoke %2 resists |
||
match charging ...wait |
match charging ...wait |
||
match |
match invoke %2 is already |
||
match break You strain, but cannot |
match break You strain, but cannot |
||
put charge my %2 12 |
put charge my %2 12 |
||
Line 88: | Line 92: | ||
goto charging |
goto charging |
||
invoke: |
|||
focus: |
|||
match prepare readying |
match prepare readying all of its mana for your use |
||
match prepare Your link to the |
match prepare Your link to the |
||
match |
match invoke ...wait |
||
match |
match invoke but fail |
||
put |
put invoke my %2 |
||
matchwait |
matchwait |
||
Line 99: | Line 103: | ||
match cast You feel fully prepared |
match cast You feel fully prepared |
||
match prepare ...wait |
match prepare ...wait |
||
put prep |
put prep %3 |
||
matchwait |
matchwait |
||
Latest revision as of 17:49, 6 October 2016
JostakDR NecroTrain (script) | |
---|---|
Category | Necromancer,Training,Magic |
Front-end | StormFront |
Author | JostakDR |
This is a script for traing magic skills in the Necromancer guild. It starts in the bucket room of the common area (One with the shops) it will lock power perception, then move on to arcana. Juggles during pauses for maximum efficiency. If you DO run out of mana, it will pause for 2 minutes then continue. Uses the EASE spell.
Designed to use worn cambrinth. Usage: (scriptname) (juggling item) (worn cambrinth) (charge amount)
Fixes and Additions
10/2/12
- Fixed some match tables
10/4/16
- Changed casting ease spell to a spell of your choice(Caledric)
- Changed mind check for power perception to attunement
- Changed focus to invoke
startwalk: put north pause 1 put perc waitfor roundtime pause 1 put west pause 1 put perc waitfor roundtime pause 1 put south pause 1 put perc waitfor roundtime pause 1 put east pause 1 put perc waitfor roundtime pause 1 goto walkexp walkexp: match chargestart mind lock match pause EXP HELP put exp skill attunement matchwait pause: put get my %1 pause 1 put juggle my %1 waitfor roundtime pause 1 put juggle my %1 waitfor roundtime pause 1 put juggle my %1 waitfor roundtime pause 1 put juggle my %1 waitfor roundtime pause 1 put stow right pause 1 put stow left pause 1 goto startwalk chargestart: put stow right pause 1 put stow left pause 1 put remove my %2 pause 1 goto charging charging: match charging You fail to match invoke %2 absorbs match invoke %2 resists match charging ...wait match invoke %2 is already match break You strain, but cannot put charge my %2 12 matchwait break: pause 120 goto charging invoke: match prepare readying all of its mana for your use match prepare Your link to the match invoke ...wait match invoke but fail put invoke my %2 matchwait prepare: match cast You feel fully prepared match prepare ...wait put prep %3 matchwait cast: match cambexp You gesture put cast matchwait cambexp: match end mind lock match charging EXP HELP put exp skill arcana matchwait end: put wear my %2 Echo Mind Locked