Advertisement
cnl_cnl_cnl

Untitled

Jul 8th, 2023
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. <1405hp 1626ma 370mv -% @59765>
  2. [1:28 pm] (overcast) -9 78875732619 -11.0
  3. ****
  4. The streetsweeper leaves north.
  5. look
  6. <1405hp 1625ma 370mv -% @59765>
  7. [1:31 pm] (overcast) -9 78875732619 -11.0
  8. Room 8003: Idol Square
  9. The road is formed from several rows of gold brick surrounded on each
  10. side by two rows of red brick. Small boardwalks made of wood begin on each
  11. side of the road giving pedestrians a place to walk. Large wooden poles
  12. have been placed along the street to support the brass lanterns used to see
  13. during the night.
  14. Exits: North East South West Up
  15. <1405hp 1625ma 370mv -% @59765>
  16. [1:32 pm] (overcast) -9 78875732619 -11.0
  17. **auto
  18.  
  19. cnl_auto v2022.12.5v5
  20. ----------------------------------------
  21. Settings:
  22. auto On
  23. ....task On
  24. ....spin On
  25. ....drop On
  26. ....junk On
  27.  
  28. For usage help: auto help
  29. You calm down and return to a peaceful state of mind.
  30. <1405hp 1624ma 370mv -% @59765>
  31. [1:34 pm] (overcast) -9 78875732619 -11.0
  32. *frenzy
  33. You begin to channel your anger and enter a state of frenzy.
  34. <1405hp 1624ma 370mv -% @59765>
  35. [1:35 pm] (overcast) -9 78875732619 -11.0
  36. auto help
  37.  
  38. usage:
  39.  
  40.  
  41. auto - show current config
  42. auto [on|off] - master switch auto on/off
  43. auto[task|spin|drop|junk] [on|off] - specified auto on/off
  44. example:
  45. auto
  46. auto off
  47. autojunk on
  48.  
  49. auto[task|spin|drop|junk]+ {item} {cmd} - add item to auto-type
  50. {item} - in-game handle of item
  51. eg:
  52. note
  53. orange-potion
  54. {cmd} - command to submit to expandAlias
  55. Only valid for task
  56. $handle will first subst for item handles
  57. $name will first subst for item name
  58. eg:
  59. quaff $handle
  60. stashshard $handle
  61. example:
  62. autotask+ orange quaff $handle
  63. (add new auto task to quaff orange by handle)
  64. autojunk+ teeth (add new auto junk for teeth)
  65.  
  66. auto? {pattern} - find items in any auto-type
  67. auto[task|spin|drop|junk]? {pattern} - find items in auto-type
  68. {pattern} - regex pattern compared to item names
  69. example:
  70. auto? . (list all autos)
  71. autojunk? page (list all autojunk of "page")
  72.  
  73. auto- {pattern} - delete items in any auto-type
  74. auto[task|spin|drop|junk]- {pattern} - delete items in in auto-type
  75. {pattern} - regex pattern compared to item names
  76. example:
  77. auto- . (delete all autos)
  78. autojunk- page (delete all autojunk of "page")
  79.  
  80. auto clean - run autos against inventory
  81.  
  82. If item exists in multiple auto-types it execute first match in order:
  83. task,
  84. spin,
  85. drop,
  86. junk
  87. *
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement