Feng

Feng
Member
Feng submitted a new resource:

MyStats - Modernized Player Statistics Dashboard - A clean, centralized player stats gump including real skills.

MyStats is a modernized Quality of Life (QoL) dashboard built off older statistic gumps, redesigned to give players a clean, easy-to-read overview of their character's true capabilities.

Players can access the dashboard at any time by typing [mystats in-game.

Core Features & Sections:

  • Attributes & Vitals: Displays Str, Dex, Int, alongside current and max HP, Stamina, and Mana.
  • Color-Coded Resistances: Shows Physical, Fire, Cold, Poison, and Energy...

Read more about this resource...
 
Feng updated MyStats - Modernized Player Statistics Dashboard with a new update entry:

Player Stats Dashboard v2.0 (Enhanced Attribute Tracking)

This update brings a significant overhaul to the visual layout and data accuracy of the Player Statistics Gump. The focus of this version was to synchronize gump data with custom server mechanics and provide a cleaner "at-a-glance" experience for suit building.

Key Changes:

  • Synced Bandage Logic: Please Note: The Bandage Speed display uses a custom DEX / 10 formula (90 DEX = 2.0s for Bandage self-healing) to perfectly match the modified scaling in Bandage.cs...

Read the rest of this update entry...
 
Update looks very nice with lots of important informations packed in.
If anyone wants the bandage speed to exactly reflect your server setup, modify
C#:
Expand Collapse Copy
double dex = m_From.Dex;
double bandageSeconds = Math.Min(8, Math.Ceiling(11.0 - dex / 10)); // Standard AOS Math
bandageSeconds = Math.Max(bandageSeconds, 2); // Hard cap at 2.0 seconds
to below
C#:
Expand Collapse Copy
double bandageSeconds = BandageContext.GetDelay(m_From, m_From, false).TotalSeconds;
 

Donations

Total amount
$30.00
Goal
$500.00

Shards

Back