Tracks loot with overlay, total coin value via ask prices, improved UI/CSS, and fixed display logic.
這裡只顯示彼此間有代碼差異的版本。 顯示所有版本。
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.
lootSnapshot
hasSnapshot
Note: CSV export doesn't currently work.
Refactored WebSocket handling to use a Proxy rather than a full class override, ensuring compatibility with other scripts like MWITools.
Fix for chrome
Added support for group combat.