JostakDR Cambrinth (script)

From Elanthipedia
Revision as of 23:18, 1 October 2012 by Maintenance script (talk | contribs) (Created page with "{{Script |cat=utility |fe=StormFront |auth=JostakDR }} This is my universal cambrinth script designed to remove your worn cambrinth, charge/cast, juggle onc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
JostakDR Cambrinth (script)
Category utility
Front-end StormFront
Author JostakDR


This is my universal cambrinth script designed to remove your worn cambrinth, charge/cast, juggle once, repeat. Will stop when arcana is mind locked. I personally set it up so that my attunement can fully recover while juggling.


echo ***************************************************************************
echo Usage: .camb (Juggling Item) (Worn Cambrinth) (Charge Amount) (Spell) (Optional: Prep amount)
echo ***************************************************************************
goto start

start:
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 armband absorbs
match focus The cambrinth armband resists
match focus almost all of
match charging ...wait
match focus The cambrinth armband is already
match break You strain, but cannot
put charge my %2 %3
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 %4 %5
matchwait

cast:
match cambexp You gesture
put cast
matchwait

cambexp:
match end mind lock
match juggle EXP HELP
put exp skill arcana
matchwait

juggle:
put wear my %2
pause 1
put get my %1
pause 1
put juggle my %1
waitfor roundtime
pause 1
put stow right
pause 1
put stow left
pause 1
put remove my %2
pause 1
goto charging

end:
Echo Mind Locked