DropTracker.io | Old School RS Loot Tracking

This website is continously under construction; and many features may be unavailable. Please report any issues you experience to our Discord.
Tracking is not yet fully functional; thank you for your patience as we work to resolve the remaining issues.

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

4,743
Tracked Players
50M+
Achievements Tracked
620B+
Loot Tracked
72
Registered Groups

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.

Last night runelite approved our plugin update request!

Droptracker plugin was updated to version 3.83:

  • Fix PB tracking for Grotesque Guardians
  • Fix PB tracking for Fight Caves (TzTok-Jad)
  • Fix PB tracking for Inferno (TzKal-Zuk)
  • Improvements to how we are handling webhooks
To receive this update you need to restart your client or visit the plugin hub to update!

Enjoy and let us know if you run into other issues or have other suggestions!

The DropTracker received a host of new updates this week.
As you may have noticed, the last few days have been a mess in terms of our uptime and tracking reliability.
We're happy to say that this should no longer continue, and we've ironed out the issues in the background that were causing these 🙏

On the plugin side, we've fixed tracking for Grotesque Guardians, Jad and Inferno; and added some enhancements to the way that our backend webhooks are loaded to prevent it causing players lag.

Additionally, we implemented a much more resilient system, which attempts to ensure that there is always a valid set of webhooks available for players on RuneLite, even if the existing ones get destroyed all at once.

Finally, more changes to the website and backend than I can fit into a single post have happened over the course of the past week--you can look forward to hearing more about those soon.

For now, feel free to check out your profile on our site, and the leaderboards to get a feel for what we're working towards.
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...