cnl_cnl_cnl

Untitled

Oct 4th, 2025
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. auto
  2.  
  3. cnl_auto v2025.3.21
  4. ----------------------------------------
  5. Settings:
  6. auto On
  7. ....grab On
  8. ....spin On
  9. ....task On
  10. ....stash On
  11. ....drop On
  12. ....junk On
  13. ..spirit Off
  14. .....mob Off
  15.  
  16. For usage help: auto help
  17. The oily sheen covering your skin dries out.
  18.  
  19. <1393hp 717ma 503mv>
  20. cast 'resist webs'
  21. You weave the threads of magic masterfully!
  22. Your body glows with an iridescent sheen.[?]
  23.  
  24. <1393hp 695ma 503mv>
  25. auto ?
  26. cnl_auto: INPUT NOT UNDERSTOOD
  27. usage:
  28.  
  29.  
  30. auto - show current config
  31. auto [on|off] - master switch auto
  32. on/off
  33. auto[spirit|grab|spin|task|stash|drop|junk] [on|off] - specified auto
  34. on/off
  35. example:
  36. auto
  37. auto off
  38. autojunk on
  39.  
  40. auto[grab|task|spin|drop|junk]+ {item} {cmd} - add item to auto-type
  41. {item} - in-game handle of item
  42. eg:
  43. note
  44. orange-potion
  45. {cmd} - command to submit to expandAlias
  46. Only valid for task
  47. $handle will first subst for item handles
  48. $name will first subst for item name
  49.  
  50. eg:
  51. quaff $handle
  52. stashshard $handle
  53. example:
  54. autotask+ orange quaff $handle
  55. (add new auto task to quaff orange by handle)
  56. autojunk+ teeth (add new auto junk for teeth)
  57.  
  58. auto? {pattern} - find items in any auto-
  59. type
  60. auto[grab|task|spin|drop|junk]? {pattern} - find items in auto-type
  61. {pattern} - regex pattern compared to item names
  62. example:
  63. auto? . (list all autos)
  64. autojunk? page (list all autojunk of "page")
  65.  
  66. auto- {pattern} - delete items in any auto-
  67. type
  68. auto[grab|task|spin|drop|junk]- {pattern} - delete items in in auto-
  69. type
  70. {pattern} - regex pattern compared to item names
  71. example:
  72. auto- . (delete all autos)
  73. autojunk- page (delete all autojunk of "page")
  74.  
  75. auto clean - run autos against
  76. inventory
  77.  
  78. If item exists in multiple auto-types it execute first match in order:
  79. spirit, * tries all items *
  80. spin,
  81. task,
  82. stash,
  83. drop,
  84. junk
Advertisement
Add Comment
Please, Sign In to add comment