Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- auto help
- usage:
- auto - show current config
- auto [on|off] - master switch auto on/off
- auto[task|spin|drop|junk] [on|off] - specified auto on/off
- example:
- auto
- auto off
- autojunk on
- auto[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[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[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:
- task,
- spin,
- drop,
- junk
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement