Recent content by joelhalen

Loading recent drops...
  1. joelhalen

    Discord Bot Command responses are inconsistent or inaccurate

    Many of the commands the DropTracker uses to interact with players have not been properly updated as the project has continued to expand; leading to the bot sending responses that sometimes make no sense or include irrelevant information. Would be great to go through all of these and come up...
  2. joelhalen

    RuneLite New Side Panel

    We're looking to expand upon our existing RuneLite side panel, adding group search/display functionality, better visibility of updates/news, and a more clear introduction to what our project is as a whole to new installing users. Some of the work so far:
  3. joelhalen

    Discord Event Infrastructure

    A copy-pasta from the initial Discord post I made, which you can find here (in the clan-leader channel, which you may not be able to see!)
  4. joelhalen

    Tracking Clog notification KCs, Experience Etc.

    Sending KC for clues & bosses is done with this update
  5. joelhalen

    Track inferno times!!

    This should be fixed in the next RuneLite plugin update :)
  6. joelhalen

    Discord Bot Hall of Fame duplications

    Hall of fame is currently duplicating entries and sending new messages every few hours/days, seemingly at random. Needs a bit of inspection...
  7. joelhalen

    RuneLite Collection Log Enhancements & Achievement Log Support

    This week, a few pretty massive changes were added to the DropTracker plugin: Proper tracking of the source and kill-count that a collection log was received from. Fixes for the remaining bosses whose personal bests we were currently not properly tracking. Support for extracting players'...
  8. joelhalen

    Task List

    These are just a few of the more major tasks that are currently on the back-burner for the project. They will take a fair bit more time than the usual update/change, and as such they're a low priority for now. Leaving this post here as a sense of direction, and in case anyone ever feels like...
  9. joelhalen

    Discord Bot Send CA screenshot only when users change CA Tiers

    Do you mean limit on the client side or on the server side? I think that hard coding this limit onto the client side is a bit of an iffy solution, incase of future events where we may want screenshots of all CAs; and adding a config option kinda just further complicates setup for players...
  10. joelhalen

    Track inferno times!!

    Managed to get this fully functional today, at least in terms of extracting PBs from an Adventure Log in a player's POH. Following the next RuneLite plugin update, we will be able to grab all of them without requiring users to submit a new kill. We'll just need to finish up fixing the regex...
  11. joelhalen

    Track inferno times!!

    https://github.com/runelite/runelite/blob/master/runelite-client/src/main/java/net/runelite/client/plugins/chatcommands/ChatCommandsPlugin.java This is the source code relevant for extracting from the achievement log in player's POH-leaving it here for future reference
  12. joelhalen

    Track inferno times!!

    I've been wondering what caused Inferno to stop properly tracking honestly. I'll need to take a look at what changes Koeppy has made to the regex filter for detecting kill times and find out why it's missing Inferno. This would also be a good time to try to implement scraping the adventure log...
  13. joelhalen

    Approved Untradeable drops that add significant value to the final product

    This is done- [4/2/25] Value tracking for untradeables
  14. joelhalen

    [4/2/25] Value tracking for untradeables

    Based on a suggestion from Brondt, I spent some time today implementing "proper" value tracking for the following drops: - Desert Treasure 2 boss vestiges - Abyssal Bludgeon components - Hydra ring piece components - Noxious Halberd components - Amulet of Rancour (araxyte fang) In other words...
  15. joelhalen

    Discord Bot Collection Log Leaderboards

    Suggested by @Call or Fold , Collection Log Leaderboards could use WiseOldMan data to generate a listing of groups' members, ranked based on their log slogs completed. We could then use this data inside embeds and for an embedded message similar to the Hall of Fame and Loot Leaderboards.