TinTin++ Configs for DiscworldMUD
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.

35 lines
1.5 KiB

6 years ago
  1. #CLASS {actions} {kill};
  2. #CLASS {actions} {open};
  3. #NOP ==[TPA Alerts]==
  4. #HIGHLIGHT {^There is a sudden white flash. Your magical shield has broken.$} {bold red underscore};
  5. #HIGHLIGHT {^There is a sudden white flash around {(?!a passing wizard).+}.$} {bold red underscore};
  6. #ACTION {^There is a sudden white flash around {(?!a passing wizard).+}.$} {
  7. #showme {\a};
  8. #line {log} {$chat_file};
  9. };
  10. #NOP ==[T-Shop Alerts]==
  11. #HIGHLIGHT {Greasy sparks crawl over the %1 wall, and a door silently materialises.} {bold green underscore};
  12. #HIGHLIGHT {There is a doorway in the %1 wall leading into a curious shop.} {bold green underscore};
  13. #NOP ==[NPC Highlighting]==
  14. #HIGHLIGHT {thug} {red};
  15. #HIGHLIGHT {bodyguard} {red};
  16. #HIGHLIGHT {hoplite} {red};
  17. #NOP ==[Incident Highlighting]==
  18. #HIGHLIGHT {^%1 grabs %2 from you. You struggle briefly but %3 wrests it from your grip and makes for a hasty retreat.$} {bold red underscore};
  19. #HIGHLIGHT {^As %1 dies %2 drops %3 in shock.$} {bold green underscore};
  20. #HIGHLIGHT {^When you open the %1 you think you can hear a faint rumbling sound from it.$} {red underscore};
  21. #HIGHLIGHT {^Whoops! You tried to carry too many things and fumbled %1} {red underscore};
  22. #HIGHLIGHT {%1 juggles around his stuff and fumbles %2} {red underscore};
  23. #NOP ==[Command Color Highlighting]==
  24. #SUB {%w %w with a total of %* item} {<148>%1 %2<099> with a total of <148>%3<099> item}
  25. #ACTION {Thanks for playing. See you next time.} {
  26. #end;
  27. }
  28. #CLASS {actions} {close};