The DropTracker plugin has been updated to version 5.0.1
A more detailed update log is available in our Discord server.

Featured Groups Featured Players

DropTracker.io

A community-oriented, all-in-one loot and achievement tracking system built for Old School RuneScape clans.

Track your drops, compete on leaderboards, and share your achievements with your clan.
The DropTracker is an approved third-party Old School RuneScape® client plugin that seamlessly integrates with your Discord server.

Community Statistics

6,659
Tracked Players
50M+
Achievements Tracked
620B+
Loot Tracked
88
Registered Groups

RuneLite DropTracker v5.1 - QOL / Bugfixes

posted by joelhalen ·
The DropTracker plugin has been updated to version `v5.1.0`, with the following changes:
  • Fixed Araxxor drop tracking functionality
  • UI changes to the side panel for an enhanced user experience
  • Added the ability to toggle whether you want to receive in-game messages for your discord-notified submissions
  • Fixed Doom tracking (all levels should now be working properly)
  • Added support for new notification types to group configuration displays on the API panel
  • Restored tracking functionality for non-api users
  • Added a 'Session Statistics' and 'Session Submissions' section to the API panel, which allow users to see their tracked data for the current client session.
  • Removed pointer-style cursor when hovering player/group submissions that do not have a valid image URL to load for view
  • Added players' point displays to their profiles when viewed on the side panel
Alongside a number of other, small changes.

As always, if you have any issues/suggestions please reach out in [our discord server](https://www.droptracker.io/discord).

A new plugin update is in the process of being developed (v4.1).
In hopes of receiving some additional feedback and testing prior to attempting to get the update approved; I've created a thread that outlines what will change & what you can expect.
You can read more about the upcoming updates here
If you have any thoughts our suggestions, you know where to go :)

RuneLite Big Upcoming Changes

posted by joelhalen ·
There will soon be an update to the DropTracker that allows players to track their drops using our API instead of relying on discord webhooks for transmission of data.

This will be highly recommended for all players; but will come alongside a warning for enabling it.

For the time being and until these changes go live (stay tuned here for updates), the DropTracker is only going to be around 10% functional.

If you want to read more about the process of this update feel free to grab the Clan Leader role from the roles channel.
Bug Report

Hall of Fame contains non-group members

posted by joelhalen ·
It seems that as a result of the way we have our cache structured, we are not properly removing players from their respective groups' cached loot data when they are removed from the group.

This relates to the way we store data in Redis, and the fact that the keys we delete on each 24-hour invalidation only include player-specific keys, not those that are involved in z-scores; which is where loot totals are extrapolated from.

Suggestion

Track loot events effectively

posted by joelhalen ·
When players receive drops, collection logs, etc, we oftentimes send a number of messages in quick succession, and our backend reads each one individually with no context to the last one.

It would be ideal for us to have a way of knowing which "event" each drop a player sends came from. This would help us be able to more accurately track how many kc a player has tracked at specific bosses within the system.

Could use a simple integer on the client that signifies how many events have been processed, incrementing it each time a new one occurs.

This could also help us group messages together; for example if someone receives a drop that is also a collection log, we could send a message containing both sets of information instead of sending two; or note that its a collection log in the drop embed

Bug Report

Discord Bot Hall of Fame duplications

posted by joelhalen ·
Hall of fame is currently duplicating entries and sending new messages every few hours/days, seemingly at random.

Needs a bit of inspection...