Skip to content

fishyforceftw/Rare-Drops

Repository files navigation

Discord Rare Drop Notifier

Plugin for RuneLite

logo

Description

This is a plugin for automatically posting a Discord channel message and screenshot whenever the user gets a rare item drop, either from a kill or from looting events such as Barrows or Chambers of Xeric.

example

Item rarity for NPC kills uses OSRSBox API.

Item rarity for events (Barrows, Clue Scrolls etc.) have been manually scraped from the OSRS Wiki.

Features

  • Show account type icon (Ironman variants)
  • Show item icon
  • Post screenshot
  • Show item rarity
  • Show item HA/GE values
  • OSRS wiki links for item and npc killed
  • Pet drop notification (rudimentary)

pet1

pet2

Configuration

config

Discord webhook URL

This is the webhook URL setup in Discord. Follow these instructions to setup.

Min NPC Rarity

For NPC drops (kills), any drop with a rarity equal to or more than this value will be posted to Discord.

The value is the divider, so 64 (default) means 1 in 64 or approximately 1.6% drop rate.

This value is OR'd with Min NPC Value, meaning the drop will be posted if it's either this rare, or worth equal to or more than Min NPC Value.

Min NPC Value

For NPC drops (kills), any drop worth equal to or more than this value will be posted to Discord.

Value is calculated as the largest value between Grand Exchange and High Alchemy.

This value is OR'd with Min NPC Rarity, meaning the drop will be posted if it's either worth equal to or more than this, or equal to or more rare than Min NPC Rarity.

TODO

  • Get pet info when a pet drop is detected
  • Logically combine notification with screenshot (right now if any notification fails no screenshots are sent at all)

Misc

This project follows Semantic Commit Messages.

Original Author

Huge thanks to @MasterKenth for creating this plugin.

About

Notification's

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages