Skip to content

XP Drop Alert

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

XP Drop Alert

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


Fields

Skill

Select any of the 23 OSRS skills to monitor. The alert only fires when XP is received in the chosen skill.

Comparator

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.

Gained Amount

The XP amount to compare against using the selected comparator.


Practical Examples

  • 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.

Clone this wiki locally