-
-
Notifications
You must be signed in to change notification settings - Fork 33
XP Drop Alert
Adam Keenan edited this page May 16, 2026
·
1 revision
The XP Drop alert fires when your character receives an XP drop in a chosen skill, optionally filtered by the amount gained.
📷 Screenshot needed: The XP Drop alert panel showing the skill dropdown, comparator dropdown, and gained amount field
Select any of the 23 OSRS skills to monitor. The alert only fires when XP is received in the chosen skill.
How to compare the XP gained against the Gained Amount threshold:
| Comparator | Meaning |
|---|---|
== |
Exactly equal to |
!= |
Not equal to |
< |
Less than |
> |
Greater than |
<= |
Less than or equal to |
>= |
Greater than or equal to |
Default: >= with a Gained Amount of 1 — fires on any XP drop in the skill.
The XP amount to compare against using the selected comparator.
-
Any XP in a skill: Skill = Prayer, comparator =
>=, amount =1. Alerts you if you accidentally receive Prayer XP while AFK (e.g. picking up bones). -
Large drop indicating a kill: Skill = Slayer, comparator =
>=, amount =5000. Fires only on high Slayer XP drops, suggesting a boss kill. -
Exact XP check: Use
==with a specific XP value if you need to detect a precise drop.
Getting Started
Alert Types
- All Alerts
- Game Message
- Player Chat Message
- Overhead Text
- Stat Changed
- XP Drop
- Sound Fired
- Spawned Object
- Inventory
- Location
- Notification Fired
- Alert Group
- Advanced Alert
Action Types