Milkyway Idle - Current Loot Tracker

Tracks loot with overlay, total coin value via ask prices, improved UI/CSS, and fixed display logic.

这些是代码更新过的版本。 显示所有版本

  • v2.1 2025-04-08

    Handled Character Switching: Modified the script to detect when the game's WebSocket connection closes (like during logout/character switch). When this happens, it now automatically clears all tracked loot data, player tabs, and resets the active player state using the LootTrackerWSClosed event.

    Fixed CSV Export: Repaired the CSV export function with correct syntax, added a header row, and included basic quoting for item names.

    Refactored UI/CSS: Moved inline styles into a dedicated CSS block within the script for better organization and easier modification.

    Fixed Tooltip Cutoff: Removed the overflow: hidden; style from the main overlay container to prevent tooltips on the header buttons from being cut off.

    Added Persistence: Made the open/closed state of the collapsible loot list section save to localStorage.

    Prepared for Steam Version: Verified that the WebSocket URL check and player name selector were compatible with the Steam/Electron version, and confirmed it could be loaded via the game's built-in Extension Manager.

  • v2.0 2025-04-07
  • v2.0 2025-04-07

    v2.0 Changelog

    • Revenue Tracking
      Items now show total estimated coin value using market ask prices.
    • Toggleable Item List
      Added a "Loot ▲▼" section to collapse the item list, allowing a more compact overlay focused on revenue only.
    • Improved Dragging
      The overlay can now be dragged from both the top and bottom edge for flexibility.
    • Code Cleanup
      Removed unused variables lootSnapshot, hasSnapshot, and related legacy logic.
    • Structural Optimization
      Improved internal code structure and organization for better maintainability.

    Note: CSV export doesn't currently work.

  • v1.8 2025-04-02

    Refactored WebSocket handling to use a Proxy rather than a full class override, ensuring compatibility with other scripts like MWITools.

  • v1.7 2025-04-02
  • v1.6 2025-04-02

    Fix for chrome

  • v1.5 2025-04-02
  • v1.3 2025-03-30
  • v1.2 2025-03-30

    Added support for group combat.

  • v1.1 2025-03-30

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址