yorgei22 revisó este gist . Ir a la revisión
1 file changed, 69 insertions, 1 deletion
cwars-watchdog.json
@@ -6,7 +6,7 @@ | |||
6 | 6 | "message": "You\u0027ve been awarded * plaudits and * tickets for your contributions.", | |
7 | 7 | "regexEnabled": true, | |
8 | 8 | "gameMessageType": "GAME_MESSAGE", | |
9 | - | "enabled": true, | |
9 | + | "enabled": false, | |
10 | 10 | "name": "Awarded Chat Msg (Game end)", | |
11 | 11 | "debounceTime": 0, | |
12 | 12 | "randomNotifications": false, | |
@@ -64,6 +64,74 @@ | |||
64 | 64 | "delayMilliseconds": 0 | |
65 | 65 | } | |
66 | 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 | + | ] | |
67 | 135 | } | |
68 | 136 | ], | |
69 | 137 | "enabled": true, |
yorgei22 revisó este gist . Ir a la revisión
1 file changed, 73 insertions
cwars-watchdog.json(archivo creado)
@@ -0,0 +1,73 @@ | |||
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": true, | |
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 | + | "enabled": true, | |
70 | + | "name": "CastleWars", | |
71 | + | "debounceTime": 0, | |
72 | + | "randomNotifications": false | |
73 | + | } |