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 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.

(Tôi đã có Trình quản lý tập lệnh người dùng, hãy cài đặt nó!)

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!)

Tác giả
Rene Kobelt
Cài đặt hàng ngày
0
Số lần cài đặt
3
Đánh giá
0 0 0
Phiên bản
0.9
Đã tạo
16-11-2025
Đã cập nhật
16-11-2025
Kích thước
10 KB
Giấy phép
MIT
Áp dụng cho

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