Matsyir / pvp-performance-tracker

External plugin for RuneLite: Tracks PvP performance by keeping track of various stats during combat
BSD 2-Clause "Simplified" License
4 stars 15 forks source link

Fight log: display details for selected row #15

Closed Matsyir closed 3 years ago

Matsyir commented 3 years ago

Related plugin component(s) Fight Log Window/Frame

Feature Idea: Add an extra panel to show more detailed information about a selected row in the fight log. Both players' equipment is saved, so we can display what was equipped & stats, as well as some other details that are left out from the main Fight Log table. The data required for this is already there, just need to display it.

A lot of the UI for equipment display can be taken from Inventory Setups, although this includes a ton of extra functionality so it may be simpler to start from scratch.

I'm not too good at making UI in Java and it's a tedious process, so this idea has just been sitting with me for a while, figured I'd throw it out here in case anyone would like to add this.

You'd probably need to rework a bit of the fight log panel to implement this as it was quickly thrown together.

Matsyir commented 3 years ago

Mostly finished in commit 856cf5e84dc446b520226458c19c86f270e7445d, will be live soon, Needed it for testing anyways