Skip to content

Sound Fired Alert

Adam Keenan edited this page May 16, 2026 · 1 revision

Sound Fired Alert

The Sound Fired alert triggers when a specific in-game sound effect plays. This is useful for events that produce an audio cue but no accompanying chat message — such as certain boss attack sounds or skill-related audio events.

📷 Screenshot needed: The Sound Fired alert panel showing the sound ID numeric field


Fields

Sound ID

The numeric ID of the OSRS sound effect to watch for. The alert fires every time the game plays a sound effect with this ID.


Finding Sound IDs

  • The OSRS Wiki sound effect list contains IDs for many sounds.
  • Third-party RuneLite plugins (such as "Sound ID Finder") can display the ID of sound effects as they play in-game, making it easy to identify the one you want.

Practical Examples

  • Alert when a boss plays its special attack sound so you can react before seeing the animation.
  • Alert when a skill action completes (e.g. a firemaking log burning sound).
  • Alert when a specific ambient sound plays as an indication of a game state change.

Notes

Sound IDs can vary between game updates. If your alert stops working after an update, verify the sound ID is still correct using an in-game sound finder tool.

Clone this wiki locally