mirror of
https://github.com/runelite/plugin-hub.git
synced 2025-12-23 22:48:49 -05:00
update ruby-counter (#6297)
* Update ruby-counter Added extra stats to track. 1. Expected procs 2. dry chance for last proc 3. longest dry streak 4. Color coding for current procs and overall rate * Update ruby-counter Changed few things with new tracking stats. And removed coloring * Update and rename ruby-counter to bolt-proc-counter * Rename bolt-proc-counter to ruby-counter renamed bolt-proc-counter back to ruby-counter for the repository * Update ruby-counter * Update ruby-counter * Update ruby-counter * Update ruby-counter * Update ruby-counter Changed normal data saving to only happen "onClientShutdown". Data sample saving happens as often as user wants * Update ruby-counter Fixed oversight during normal data saving. * Update ruby-counter Forgot to add check if data saving config was enabled. Check is now in place * Update ruby-counter * Update ruby-counter Changed data to be saved when user logs out. "onClientShutdown" is used as backup saving incase user closes client without logging out first. * Update ruby-counter * Update ruby-counter * Update ruby-counter Added quiver ammo slot to work for tracking. Also added "Attacks that hit" tracking, and overall accuracy with that. Added "attacks that hit" tracking to saved data also * Update ruby-counter changed quiver ammo reading to happen from "public static final int"
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
repository=https://github.com/hyppis1/BoltProcCounter.git
|
||||
commit=938c92def86d439daa3bb92fc785cb83bcd5589c
|
||||
commit=6e3f7e4adee1231a3bc59b1207b9604b9d7e464d
|
||||
|
||||
Reference in New Issue
Block a user