JostakDR Cambrinth (script): Difference between revisions
Jump to navigation
Jump to search
m (moved JostakDR Cambrinth to JostakDR Cambrinth (script)) |
No edit summary |
||
Line 8: | Line 8: | ||
==Fixes and Additions== |
==Fixes and Additions== |
||
10/4/12 |
|||
* Wears your cambrinth item when its done now. |
|||
10/2/12 |
10/2/12 |
||
* Fixed some match tables |
* Fixed some match tables |
||
Line 84: | Line 86: | ||
end: |
end: |
||
wear my %2 |
|||
Echo Mind Locked |
Echo Mind Locked |
||
Revision as of 14:14, 4 October 2012
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. 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