MWI Level-Up Timer + Target Level Input

Time-to-Level-Up mit Wochen/Tagen/Stunden/Minuten/Sekunden, Number-Input für Ziel-Level, nur sichtbar wenn BattlePanel geöffnet

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

יוצר
Rene Kobelt
התקנות יומיות
0
סה"כ התקנות
3
דירוגים
0 0 0
גרסה
0.9
נוצר
16-11-2025
עודכן
16-11-2025
Size
9.85 קילו-בייט
רישיון
MIT
חל על

MWI Level-Up Timer + Battles + Seconds (Observer)

This userscript adds a “Time-to-Level-Up” display for combat skills in Milky Way Idle, using MWI Tools as a dependency to gather skill and battle data. It calculates the estimated time and number of battles needed to reach the next level based on your current skill levels, percentage progress, and XP gained during battles.

Features:

Shows time to next level for all combat skills in hours, minutes, and seconds.

Calculates required battles based on XP gained so far.

Only visible when the Battle Panel is open; automatically hides when the panel is closed.

Uses the official XP table for accurate calculations.

Updates dynamically as you gain XP or perform battles.

Works on both the Steam client and browser version (as long as the HTML structure remains the same).

Dependencies:

MWI Tools userscript must be installed, as it provides skill and battle information that this script reads.

How it works:

Observes the Battle Panel using a MutationObserver.

Parses skill levels, percentages, and XP gained from the panel.

Computes remaining XP using the XP table and calculates time per skill based on XP/hour.

Displays a small fixed box in the bottom-right corner with all active combat skills and their respective time and battles to level up.


Load after MWITools