Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "type": "AlertGroup",
- "alerts": [
- {
- "type": "InventoryAlert",
- "inventoryAlertType": "ITEM",
- "itemName": "Coin Pouch",
- "isRegexEnabled": false,
- "itemQuantity": 55,
- "quantityComparator": "GREATER_THAN_OR_EQUALS",
- "enabled": true,
- "name": "Coinbags Need Emptying",
- "debounceTime": 3000,
- "notifications": [
- {
- "type": "TextToSpeech",
- "gain": 9,
- "rate": 1,
- "voice": "GEORGE",
- "source": "LEGACY",
- "message": "Empty your coin pouches!",
- "fireWhenFocused": true,
- "fireWhenAFK": false,
- "fireWhenAFKForSeconds": 5,
- "delayMilliseconds": 0
- },
- {
- "type": "Overhead",
- "displayTime": 3,
- "message": "Empty your coin pouches!",
- "fireWhenFocused": true,
- "fireWhenAFK": false,
- "fireWhenAFKForSeconds": 5,
- "delayMilliseconds": 0
- }
- ]
- },
- {
- "type": "ChatAlert",
- "message": "*distract a wealthy citizen*",
- "regexEnabled": false,
- "gameMessageType": "GAME_MESSAGE",
- "enabled": true,
- "name": "Wealthy Citizen Distracted",
- "debounceTime": 500,
- "notifications": [
- {
- "type": "TrayNotification",
- "message": "A wealthy citizen is distracted!",
- "fireWhenFocused": true,
- "fireWhenAFK": false,
- "fireWhenAFKForSeconds": 1,
- "delayMilliseconds": 0
- },
- {
- "type": "ScreenFlash",
- "color": "#46FF0000",
- "flashMode": "FLASH",
- "flashDuration": 2,
- "fireWhenFocused": true,
- "fireWhenAFK": false,
- "fireWhenAFKForSeconds": 5,
- "delayMilliseconds": 0
- },
- {
- "type": "TextToSpeech",
- "gain": 9,
- "rate": 1,
- "voice": "GEORGE",
- "source": "LEGACY",
- "message": "A Wealthy Citizen is distracted!",
- "fireWhenFocused": true,
- "fireWhenAFK": false,
- "fireWhenAFKForSeconds": 5,
- "delayMilliseconds": 0
- },
- {
- "type": "TextToSpeech",
- "gain": 9,
- "rate": 1,
- "voice": "GEORGE",
- "source": "LEGACY",
- "message": "Get ready, a wealthy citizen is about to be distracted.",
- "fireWhenFocused": true,
- "fireWhenAFK": false,
- "fireWhenAFKForSeconds": 5,
- "delayMilliseconds": 85000
- },
- {
- "type": "RequestFocus",
- "forceFocus": true,
- "fireWhenFocused": true,
- "fireWhenAFK": false,
- "fireWhenAFKForSeconds": 5,
- "delayMilliseconds": 0
- },
- {
- "type": "ScreenFlash",
- "color": "#4100FF00",
- "flashMode": "FLASH",
- "flashDuration": 2,
- "fireWhenFocused": true,
- "fireWhenAFK": false,
- "fireWhenAFKForSeconds": 5,
- "delayMilliseconds": 0
- }
- ]
- }
- ],
- "enabled": true,
- "name": "Varlamore Pickpocketing",
- "debounceTime": 0
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement