promotional bannermobile promotional banner

RPG - System [pt-BR | en-US]

Adds RPG progression to Hytale with levels, XP, stats, and a combat-based health regeneration system.

File Details

RPG-STATUS-1.3.2.jar

  • R
  • Jan 26, 2026
  • 3.57 MB
  • 190
  • Early Access

File Name

RPG-STATUS-1.3.2.jar

Supported Versions

  • Early Access

🛠️ Patch Notes - v1.3.2

🚨 Critical Fixes

  • Menu Initialization: Fixed a major issue where the Level Menu would fail to open. This was caused by a syntax error in the UI layout (mismatched curly braces) that prevented the UI engine from parsing the file.
  • UI Selector Resolution: Resolved the #BarMana.value error. All vital bars are now correctly mapped and accessible by the server-side script.
  • Zero-Division Protection: Added mathematical safety checks to all progress bars. The UI will no longer crash or freeze if a player's Max Mana or Max Stamina is currently 0.

🎨 UI/UX Stability

  • Code Refactoring: Cleaned up the .ui file hierarchy, removing redundant Group tags that were causing rendering conflicts.
  • Component Mapping: Synchronized all button IDs to ensure that clicking "+" for Health, Mana, or Stamina triggers the rebuild() function instantly without lag.

🔧 Technical Details

  • Stability Build: Re-validated the entire component tree for the \(1000 \times 850\) layout.
  • Logic Sync: The LevelPage.java and LevelGui.ui are now 100% in sync regarding component naming and event handling.