Advertisement
Trails

AFK THIEVING [WATCHDOG]

Aug 16th, 2024
10,799
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | Gaming | 0 0
  1. {
  2. "type": "AlertGroup",
  3. "alerts": [
  4. {
  5. "type": "InventoryAlert",
  6. "inventoryAlertType": "ITEM",
  7. "itemName": "Coin Pouch",
  8. "isRegexEnabled": false,
  9. "itemQuantity": 55,
  10. "quantityComparator": "GREATER_THAN_OR_EQUALS",
  11. "enabled": true,
  12. "name": "Coinbags Need Emptying",
  13. "debounceTime": 3000,
  14. "notifications": [
  15. {
  16. "type": "TextToSpeech",
  17. "gain": 9,
  18. "rate": 1,
  19. "voice": "GEORGE",
  20. "source": "LEGACY",
  21. "message": "Empty your coin pouches!",
  22. "fireWhenFocused": true,
  23. "fireWhenAFK": false,
  24. "fireWhenAFKForSeconds": 5,
  25. "delayMilliseconds": 0
  26. },
  27. {
  28. "type": "Overhead",
  29. "displayTime": 3,
  30. "message": "Empty your coin pouches!",
  31. "fireWhenFocused": true,
  32. "fireWhenAFK": false,
  33. "fireWhenAFKForSeconds": 5,
  34. "delayMilliseconds": 0
  35. }
  36. ]
  37. },
  38. {
  39. "type": "ChatAlert",
  40. "message": "*distract a wealthy citizen*",
  41. "regexEnabled": false,
  42. "gameMessageType": "GAME_MESSAGE",
  43. "enabled": true,
  44. "name": "Wealthy Citizen Distracted",
  45. "debounceTime": 500,
  46. "notifications": [
  47. {
  48. "type": "TrayNotification",
  49. "message": "A wealthy citizen is distracted!",
  50. "fireWhenFocused": true,
  51. "fireWhenAFK": false,
  52. "fireWhenAFKForSeconds": 1,
  53. "delayMilliseconds": 0
  54. },
  55. {
  56. "type": "ScreenFlash",
  57. "color": "#46FF0000",
  58. "flashMode": "FLASH",
  59. "flashDuration": 2,
  60. "fireWhenFocused": true,
  61. "fireWhenAFK": false,
  62. "fireWhenAFKForSeconds": 5,
  63. "delayMilliseconds": 0
  64. },
  65. {
  66. "type": "TextToSpeech",
  67. "gain": 9,
  68. "rate": 1,
  69. "voice": "GEORGE",
  70. "source": "LEGACY",
  71. "message": "A Wealthy Citizen is distracted!",
  72. "fireWhenFocused": true,
  73. "fireWhenAFK": false,
  74. "fireWhenAFKForSeconds": 5,
  75. "delayMilliseconds": 0
  76. },
  77. {
  78. "type": "TextToSpeech",
  79. "gain": 9,
  80. "rate": 1,
  81. "voice": "GEORGE",
  82. "source": "LEGACY",
  83. "message": "Get ready, a wealthy citizen is about to be distracted.",
  84. "fireWhenFocused": true,
  85. "fireWhenAFK": false,
  86. "fireWhenAFKForSeconds": 5,
  87. "delayMilliseconds": 85000
  88. },
  89. {
  90. "type": "RequestFocus",
  91. "forceFocus": true,
  92. "fireWhenFocused": true,
  93. "fireWhenAFK": false,
  94. "fireWhenAFKForSeconds": 5,
  95. "delayMilliseconds": 0
  96. },
  97. {
  98. "type": "ScreenFlash",
  99. "color": "#4100FF00",
  100. "flashMode": "FLASH",
  101. "flashDuration": 2,
  102. "fireWhenFocused": true,
  103. "fireWhenAFK": false,
  104. "fireWhenAFKForSeconds": 5,
  105. "delayMilliseconds": 0
  106. }
  107. ]
  108. }
  109. ],
  110. "enabled": true,
  111. "name": "Varlamore Pickpocketing",
  112. "debounceTime": 0
  113. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement