Skip to content

Instantly share code, notes, and snippets.

@rodhfr
Created May 9, 2025 16:26
Show Gist options
  • Save rodhfr/1a39dd769941b16e3efaa0a5ba67efdd to your computer and use it in GitHub Desktop.
Save rodhfr/1a39dd769941b16e3efaa0a5ba67efdd to your computer and use it in GitHub Desktop.
{
"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
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment