Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- auto
- cnl_auto v2025.3.21
- ----------------------------------------
- Settings:
- auto On
- ....grab On
- ....spin On
- ....task On
- ....stash On
- ....drop On
- ....junk On
- ..spirit Off
- .....mob Off
- For usage help: auto help
- The oily sheen covering your skin dries out.
- <1393hp 717ma 503mv>
- cast 'resist webs'
- You weave the threads of magic masterfully!
- Your body glows with an iridescent sheen.[?]
- <1393hp 695ma 503mv>
- auto ?
- cnl_auto: INPUT NOT UNDERSTOOD
- usage:
- auto - show current config
- auto [on|off] - master switch auto
- on/off
- auto[spirit|grab|spin|task|stash|drop|junk] [on|off] - specified auto
- on/off
- example:
- auto
- auto off
- autojunk on
- auto[grab|task|spin|drop|junk]+ {item} {cmd} - add item to auto-type
- {item} - in-game handle of item
- eg:
- note
- orange-potion
- {cmd} - command to submit to expandAlias
- Only valid for task
- $handle will first subst for item handles
- $name will first subst for item name
- eg:
- quaff $handle
- stashshard $handle
- example:
- autotask+ orange quaff $handle
- (add new auto task to quaff orange by handle)
- autojunk+ teeth (add new auto junk for teeth)
- auto? {pattern} - find items in any auto-
- type
- auto[grab|task|spin|drop|junk]? {pattern} - find items in auto-type
- {pattern} - regex pattern compared to item names
- example:
- auto? . (list all autos)
- autojunk? page (list all autojunk of "page")
- auto- {pattern} - delete items in any auto-
- type
- auto[grab|task|spin|drop|junk]- {pattern} - delete items in in auto-
- type
- {pattern} - regex pattern compared to item names
- example:
- auto- . (delete all autos)
- autojunk- page (delete all autojunk of "page")
- auto clean - run autos against
- inventory
- If item exists in multiple auto-types it execute first match in order:
- spirit, * tries all items *
- spin,
- task,
- stash,
- drop,
- junk
Advertisement
Add Comment
Please, Sign In to add comment