Commit Graph
3 Commits
Author SHA1 Message Date
Andreas Lierschaft 472bea1de6 Show "(Aktiv)" + remaining time on the white lion mount seal
The slot-highlight for activatable items (uiinventory.py) read
metinSocket[0], which the server now uses for the seal's remaining
usage-time countdown instead of the active flag - moved the check to
socket[2] to match.

Tooltip now shows "(Aktiv)" plus the standard remaining-time line
(reusing the existing AppendTimerBasedOnWearLastTime renderer) for any
IS_MOUNT_SEAL item, replacing the generic ITEM_TYPE_UNIQUE tooltip
logic that would otherwise have misread the active-flag socket as a
unique-item decay timestamp.
2026-08-18 00:59:26 +02:00
Andreas Lierschaft 6335902825 Drachenseelensystem entfernen: DS-Code aus gemeinsam genutzten UI-Dateien
Entfernt alle Drachenseelen-Referenzen aus interfacemodule.py (groesste
Baustelle: Import, Instanziierung beider Fenster, alle dedizierten
DragonSoul*-Methoden, Show/Hide/Destroy-Verkabelung), game.py (Hotkey O,
alle BINARY_DragonSoul*-Handler inkl. BINARY_Highlight_Item, DS-Zweige in
den Affect- und Drag&Drop-Pfaden), sowie kleinere DS-Zweige in
uiinventory.py (DSSButton, Refine-Fenster-Kopplung), uiaffectshower.py
(Buff-Icons), uiexchange.py, uiprivateshopbuilder.py, uishop.py,
uitaskbar.py (Taskbar-Button), uitooltip.py (komplette
__DragonSoulInfoString-Methode), mousemodule.py und ui.py.
2026-08-17 23:05:45 +02:00
Andreas Lierschaft 11df29aa6b Initial commit: UI-Quellcode (root + uiscript)
Enthaelt die editierbaren Python-UI-Skripte (root/, uiscript/) des
EterNexus-Clients, u.a. die Aenderungen fuer aktivierbare Items
(constinfo.py: IS_ACTIVATABLE_ITEM/IS_MOUNT_SEAL, uiinventory.py:
RefreshBagSlotWindow). Kompilierte Pack-Dateien (.epk/.eix) sowie
Binaries/DLLs/Locale-Assets sind bewusst nicht Teil dieses Repos.
2026-08-17 21:50:23 +02:00