Advertisement
nethaxion

WhoList Capture

May 2nd, 2024 (edited)
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | Gaming | 0 0
  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <cmud>
  3. <class name="WhoList" copy="yes">
  4. <class name="whocap" enabled="false" copy="yes">
  5. <trigger priority="5910" prompt="true" copy="yes">
  6. <pattern>~[*~]~[*~] ~* *</pattern>
  7. <value>#GAG
  8. :Who:
  9. #CAP Who
  10. </value>
  11. </trigger>
  12. <trigger priority="5920" copy="yes">
  13. <pattern>-------------------------- Mortals --------------------------</pattern>
  14. <value>#GAG
  15. #IF (@immon = 0) {:Who:#CLR}
  16. :Who:#PRINT %ansi(def)-------------------------- Mortals --------------------------</value>
  17. </trigger>
  18. <trigger priority="5940" copy="yes">
  19. <pattern>-------------------------- Immortals --------------------------</pattern>
  20. <value>:Who:#CLR
  21. #VAR immon 1
  22. #CAP Who
  23. #GAG</value>
  24. </trigger>
  25. <trigger priority="5950" copy="yes">
  26. <pattern>There are * players on, the most today was *.</pattern>
  27. <value>#GAG
  28. #CAP Who</value>
  29. </trigger>
  30. <trigger priority="5960" copy="yes">
  31. <pattern>* characters have played since the last reboot.</pattern>
  32. <value>#GAG
  33. #CAP Who
  34. #T- whocap
  35. #VAR immon 0</value>
  36. </trigger>
  37. <trigger priority="5970" enabled="false" copy="yes">
  38. <pattern>*</pattern>
  39. <value>#GAG</value>
  40. </trigger>
  41. <trigger priority="7580" copy="yes">
  42. <pattern>For Name-only BRIEF wholist: TOGGLE SHORTWHO</pattern>
  43. <value>#GAG</value>
  44. </trigger>
  45. </class>
  46. <var name="immon" copy="yes">0</var>
  47. <alias name="who" autoappend="true" copy="yes">
  48. <value>#T+ whocap
  49. #SENDRAW wh
  50. #ALARM +4 {#T- whocap}</value>
  51. </alias>
  52. <trigger type="Alarm" priority="3920" copy="yes">
  53. <pattern>-0:01:00</pattern>
  54. <value>#IF (@OPPONENT_HEALTH &gt; 0) {} {who}</value>
  55. </trigger>
  56. </class>
  57. </cmud>
  58.  
Tags: mud cmud ANSALON
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement