TinTin++ setup for Aardwolf MUD
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

78 lines
2.5 KiB

  1. #NOP #######################
  2. #NOP ### Channel Gagging ###
  3. #NOP #######################
  4. #NOP /* All channels turned on will be logged to a file. */
  5. #NOP /* This section is just for the display in Tintin. */
  6. #NOP /* Select which channels to gag from Tintin */
  7. #ACTION {^\{chan ch={answer|question|wangrp|gossip|barter|auction|mxit|nobletalk|sports|gclan}\}%2$} {#line gag}
  8. #NOP /* Remove the tags from stuff we don't gag */
  9. #SUB {\{chan ch=%*\}} {}
  10. #NOP #######################
  11. #NOP ### Door Opening & Mapping ###
  12. #NOP #######################
  13. #NOP /* Using these aliases when creating the exits for rooms will enable door opening */
  14. #ALIAS {op} {#map exit {%0} command {#send {op %0};%0};#send {open %0}}
  15. #alias {ope} {op e;e;close w}
  16. #alias {opw} {op w;w;close e}
  17. #alias {opn} {op n;n;close s}
  18. #alias {ops} {op s;s;close n}
  19. #alias {opu} {op u;u;close d}
  20. #alias {opd} {op d;d;close u}
  21. #NOP #######################
  22. #nop ### Misc Aliases ###
  23. #NOP #######################
  24. /* Example aliases, uncomment to use */
  25. /*
  26. #alias cl {close}
  27. #alias df {drink fountain}
  28. #alias gac {get all corpse}
  29. #alias h {qq '$healpot'}
  30. #alias hs {cast 'psychic healing'}
  31. #alias j {scan}
  32. #alias lic {look in corpse}
  33. #alias m meditate
  34. #alias pe {qq 'light allegiance'}
  35. #alias qq {get %0 from $potbag;quaff %0}
  36. #alias wr {$word}
  37. #alias wc {wr;#delay 1 {qc}}
  38. */
  39. #NOP #######################
  40. #nop ### Misc Actions ###
  41. #NOP #######################
  42. #ACTION {The quest will start in} {#bell}
  43. #macro {\e[11~} {!}
  44. #CONFIG {256 COLORS} {ON}
  45. #CONFIG {AUTO TAB} {5000}
  46. #CONFIG {BUFFER SIZE} {20000}
  47. #CONFIG {CHARSET} {ASCII}
  48. #CONFIG {COMMAND COLOR} {<099>}
  49. #CONFIG {COMMAND ECHO} {ON}
  50. #CONFIG {CONNECT RETRY} {15}
  51. #CONFIG {HISTORY SIZE} {9999}
  52. #CONFIG {LOG} {RAW}
  53. #CONFIG {PACKET PATCH} {0.00}
  54. #CONFIG {REPEAT CHAR} {!}
  55. #CONFIG {REPEAT ENTER} {ON}
  56. #CONFIG {SCROLL LOCK} {ON}
  57. #CONFIG {SPEEDWALK} {ON}
  58. #CONFIG {TINTIN CHAR} {#}
  59. #CONFIG {VERBATIM} {OFF}
  60. #CONFIG {VERBATIM CHAR} {\}
  61. #CONFIG {VERBOSE} {OFF}
  62. #CONFIG {WORDWRAP} {ON}
  63. #PATHDIR {d} {u} {32}
  64. #PATHDIR {e} {w} {2}
  65. #PATHDIR {n} {s} {1}
  66. #PATHDIR {s} {n} {4}
  67. #PATHDIR {u} {d} {16}
  68. #PATHDIR {w} {e} {8}
  69. #TICKER {mapupdate} {#map write {$dir/map-all.tt}} {300}
  70. #TICKER {varupdate} {#class variables write {$dir/variables.tin}} {300}