cwars-watchdog.json
· 3.6 KiB · JSON
Sin formato
{
"type": "AlertGroup",
"alerts": [
{
"type": "ChatAlert",
"message": "You\u0027ve been awarded * plaudits and * tickets for your contributions.",
"regexEnabled": true,
"gameMessageType": "GAME_MESSAGE",
"enabled": false,
"name": "Awarded Chat Msg (Game end)",
"debounceTime": 0,
"randomNotifications": false,
"notifications": [
{
"type": "SoundEffect",
"soundID": 3925,
"gain": 2,
"fireWhenFocused": true,
"fireWhenAFK": false,
"fireWhenAFKForSeconds": 5,
"delayMilliseconds": 0
},
{
"type": "ScreenFlash",
"color": "#46FF0000",
"flashMode": "FLASH",
"flashDuration": 2,
"fireWhenFocused": true,
"fireWhenAFK": false,
"fireWhenAFKForSeconds": 5,
"delayMilliseconds": 0
}
]
},
{
"type": "InventoryAlert",
"inventoryAlertType": "ITEM",
"itemName": "Rune Pouch",
"isRegexEnabled": false,
"itemQuantity": 1,
"quantityComparator": "GREATER_THAN_OR_EQUALS",
"enabled": true,
"name": "Rune pouch detected (game start)",
"debounceTime": 0,
"randomNotifications": false,
"notifications": [
{
"type": "SoundEffect",
"soundID": 3928,
"gain": 8,
"fireWhenFocused": true,
"fireWhenAFK": false,
"fireWhenAFKForSeconds": 5,
"delayMilliseconds": 0
},
{
"type": "ScreenFlash",
"color": "#4600FF1D",
"flashMode": "FLASH",
"flashDuration": 2,
"fireWhenFocused": true,
"fireWhenAFK": false,
"fireWhenAFKForSeconds": 5,
"delayMilliseconds": 0
}
]
},
{
"type": "InventoryAlert",
"inventoryAlertType": "ITEM",
"itemName": "Rune Pouch",
"isRegexEnabled": false,
"itemQuantity": 0,
"quantityComparator": "EQUALS",
"enabled": false,
"name": "Rune pouch disappeared (game end)",
"debounceTime": 0,
"randomNotifications": false,
"notifications": [
{
"type": "SoundEffect",
"soundID": 3928,
"gain": 8,
"fireWhenFocused": true,
"fireWhenAFK": false,
"fireWhenAFKForSeconds": 5,
"delayMilliseconds": 0
},
{
"type": "ScreenFlash",
"color": "#4600FF1D",
"flashMode": "FLASH",
"flashDuration": 2,
"fireWhenFocused": true,
"fireWhenAFK": false,
"fireWhenAFKForSeconds": 5,
"delayMilliseconds": 0
}
]
},
{
"type": "LocationAlert",
"worldPoint": {
"x": 2443,
"y": 3090,
"plane": 0
},
"distance": 60,
"repeat": false,
"enabled": true,
"name": "Castle Wars Lobby (game end)",
"debounceTime": 0,
"randomNotifications": false,
"notifications": [
{
"type": "ScreenFlash",
"color": "#46FF0000",
"flashMode": "FLASH",
"flashDuration": 2,
"fireWhenFocused": true,
"fireWhenAFK": false,
"fireWhenAFKForSeconds": 5,
"delayMilliseconds": 0
},
{
"type": "SoundEffect",
"soundID": 3925,
"gain": 4,
"fireWhenFocused": true,
"fireWhenAFK": false,
"fireWhenAFKForSeconds": 5,
"delayMilliseconds": 0
}
]
}
],
"enabled": true,
"name": "CastleWars",
"debounceTime": 0,
"randomNotifications": false
}
1 | { |
2 | "type": "AlertGroup", |
3 | "alerts": [ |
4 | { |
5 | "type": "ChatAlert", |
6 | "message": "You\u0027ve been awarded * plaudits and * tickets for your contributions.", |
7 | "regexEnabled": true, |
8 | "gameMessageType": "GAME_MESSAGE", |
9 | "enabled": false, |
10 | "name": "Awarded Chat Msg (Game end)", |
11 | "debounceTime": 0, |
12 | "randomNotifications": false, |
13 | "notifications": [ |
14 | { |
15 | "type": "SoundEffect", |
16 | "soundID": 3925, |
17 | "gain": 2, |
18 | "fireWhenFocused": true, |
19 | "fireWhenAFK": false, |
20 | "fireWhenAFKForSeconds": 5, |
21 | "delayMilliseconds": 0 |
22 | }, |
23 | { |
24 | "type": "ScreenFlash", |
25 | "color": "#46FF0000", |
26 | "flashMode": "FLASH", |
27 | "flashDuration": 2, |
28 | "fireWhenFocused": true, |
29 | "fireWhenAFK": false, |
30 | "fireWhenAFKForSeconds": 5, |
31 | "delayMilliseconds": 0 |
32 | } |
33 | ] |
34 | }, |
35 | { |
36 | "type": "InventoryAlert", |
37 | "inventoryAlertType": "ITEM", |
38 | "itemName": "Rune Pouch", |
39 | "isRegexEnabled": false, |
40 | "itemQuantity": 1, |
41 | "quantityComparator": "GREATER_THAN_OR_EQUALS", |
42 | "enabled": true, |
43 | "name": "Rune pouch detected (game start)", |
44 | "debounceTime": 0, |
45 | "randomNotifications": false, |
46 | "notifications": [ |
47 | { |
48 | "type": "SoundEffect", |
49 | "soundID": 3928, |
50 | "gain": 8, |
51 | "fireWhenFocused": true, |
52 | "fireWhenAFK": false, |
53 | "fireWhenAFKForSeconds": 5, |
54 | "delayMilliseconds": 0 |
55 | }, |
56 | { |
57 | "type": "ScreenFlash", |
58 | "color": "#4600FF1D", |
59 | "flashMode": "FLASH", |
60 | "flashDuration": 2, |
61 | "fireWhenFocused": true, |
62 | "fireWhenAFK": false, |
63 | "fireWhenAFKForSeconds": 5, |
64 | "delayMilliseconds": 0 |
65 | } |
66 | ] |
67 | }, |
68 | { |
69 | "type": "InventoryAlert", |
70 | "inventoryAlertType": "ITEM", |
71 | "itemName": "Rune Pouch", |
72 | "isRegexEnabled": false, |
73 | "itemQuantity": 0, |
74 | "quantityComparator": "EQUALS", |
75 | "enabled": false, |
76 | "name": "Rune pouch disappeared (game end)", |
77 | "debounceTime": 0, |
78 | "randomNotifications": false, |
79 | "notifications": [ |
80 | { |
81 | "type": "SoundEffect", |
82 | "soundID": 3928, |
83 | "gain": 8, |
84 | "fireWhenFocused": true, |
85 | "fireWhenAFK": false, |
86 | "fireWhenAFKForSeconds": 5, |
87 | "delayMilliseconds": 0 |
88 | }, |
89 | { |
90 | "type": "ScreenFlash", |
91 | "color": "#4600FF1D", |
92 | "flashMode": "FLASH", |
93 | "flashDuration": 2, |
94 | "fireWhenFocused": true, |
95 | "fireWhenAFK": false, |
96 | "fireWhenAFKForSeconds": 5, |
97 | "delayMilliseconds": 0 |
98 | } |
99 | ] |
100 | }, |
101 | { |
102 | "type": "LocationAlert", |
103 | "worldPoint": { |
104 | "x": 2443, |
105 | "y": 3090, |
106 | "plane": 0 |
107 | }, |
108 | "distance": 60, |
109 | "repeat": false, |
110 | "enabled": true, |
111 | "name": "Castle Wars Lobby (game end)", |
112 | "debounceTime": 0, |
113 | "randomNotifications": false, |
114 | "notifications": [ |
115 | { |
116 | "type": "ScreenFlash", |
117 | "color": "#46FF0000", |
118 | "flashMode": "FLASH", |
119 | "flashDuration": 2, |
120 | "fireWhenFocused": true, |
121 | "fireWhenAFK": false, |
122 | "fireWhenAFKForSeconds": 5, |
123 | "delayMilliseconds": 0 |
124 | }, |
125 | { |
126 | "type": "SoundEffect", |
127 | "soundID": 3925, |
128 | "gain": 4, |
129 | "fireWhenFocused": true, |
130 | "fireWhenAFK": false, |
131 | "fireWhenAFKForSeconds": 5, |
132 | "delayMilliseconds": 0 |
133 | } |
134 | ] |
135 | } |
136 | ], |
137 | "enabled": true, |
138 | "name": "CastleWars", |
139 | "debounceTime": 0, |
140 | "randomNotifications": false |
141 | } |