JostakDR NecroTrain (script): Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:


Designed to use worn cambrinth. Usage: (scriptname) (juggling item) (worn cambrinth) (charge amount)
Designed to use worn cambrinth. Usage: (scriptname) (juggling item) (worn cambrinth) (charge amount)

==Fixes and Additions==
10/2/12
* Fixed some match tables


<pre>
<pre>
Line 72: Line 76:
charging:
charging:
match charging You fail to
match charging You fail to
match focus The cambrinth armband absorbs
match focus The cambrinth %2 absorbs
match focus The cambrinth armband resists
match focus The cambrinth %2 resists
match charging ...wait
match charging ...wait
match focus The cambrinth armband is already
match focus The cambrinth %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

Revision as of 16:32, 2 October 2012

JostakDR NecroTrain (script)
Category utility
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

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 power
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 focus The cambrinth %2 absorbs
match focus The cambrinth %2 resists
match charging ...wait
match focus The cambrinth %2 is already
match break You strain, but cannot
put charge my %2 12
matchwait

break:
pause 120
goto charging

focus:
match prepare readying it for your use
match prepare Your link to the cambrinth
match focus ...wait
match focus but fail
put focus my %2
matchwait

prepare:
match cast You feel fully prepared
match prepare ...wait
put prep ease
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