JostakDR Cambrinth (script): Difference between revisions
Jump to navigation
Jump to search
(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...") |
m (changed categories to "Training" and "Magic") |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Script |
{{Script |
||
|cat= |
|cat=Training, Magic |
||
|fe=StormFront |
|fe=StormFront |
||
|auth=[[User:JostakDR|JostakDR]] |
|auth=[[User:JostakDR|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. |
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. If you DO run out of mana, it will pause for 2 minutes then continue. |
||
==Fixes and Additions== |
|||
10/4/12 |
|||
* Wears your cambrinth item when its done now. |
|||
10/2/12 |
|||
* Fixed some match tables |
|||
<pre> |
<pre> |
||
Line 25: | Line 31: | ||
charging: |
charging: |
||
match charging You fail to |
match charging You fail to |
||
match focus The cambrinth |
match focus The cambrinth %2 absorbs |
||
match focus The cambrinth |
match focus The cambrinth %2 resists |
||
match focus almost all of |
match focus almost all of |
||
match charging ...wait |
match charging ...wait |
||
match focus The cambrinth |
match focus The cambrinth %2 is already |
||
match break You strain, but cannot |
match break You strain, but cannot |
||
put charge my %2 %3 |
put charge my %2 %3 |
||
Line 80: | Line 86: | ||
end: |
end: |
||
wear my %2 |
|||
Echo Mind Locked |
Echo Mind Locked |
||
Latest revision as of 20:35, 16 May 2016
JostakDR Cambrinth (script) | |
---|---|
Category | Training,Magic |
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. If you DO run out of mana, it will pause for 2 minutes then continue.
Fixes and Additions
10/4/12
- Wears your cambrinth item when its done now.
10/2/12
- Fixed some match tables
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 %2 absorbs match focus The cambrinth %2 resists match focus almost all of match charging ...wait match focus The cambrinth %2 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: wear my %2 Echo Mind Locked