Commit Graph

7 Commits

Author SHA1 Message Date
florian.berthold d1dc8ca236 Update mage guide with crafted and custom gear adjustments
- Replaced outdated 'best-in-slot' references with 'current' gear considerations.
- Updated gear suggestions to include crafted options and clarified alternatives.
- Adjusted enchant recommendations to reflect custom item changes.
2025-12-08 15:57:19 +01:00
florian.berthold c5031a06ea Simplify enchant handling by removing base enchant detection logic 2025-12-08 15:52:55 +01:00
florian.berthold 3b272c47c8 Remove enchant detection from gear collector
- Removed tooltip-based enchant parsing logic due to complexity and inconsistent results.
- Simplified gear collection by discarding enchant-related data.
2025-12-08 15:50:44 +01:00
florian.berthold 27a41bfe69 Enhance gear enchant detection and handling fallback
- Refined tooltip parsing to accurately detect base enchantments.
- Added durability-based heuristic to improve enchantment line identification.
- Implemented fallback to `GetSpellInfo` for missing enchant names.
- Provided "Unresolved" as a last-resort identifier for unidentified enchants.
2025-12-08 15:48:23 +01:00
florian.berthold 94f6f55fb6 Add installation script and enhance addon functionality
- Introduced `install_addon_sub.sh` to automate addon installation.
- Improved argument normalization with a new `Norm` helper function.
- Added debug command for enhanced diagnostics and collector status visibility.
- Ensured global addon table initialization for flexible load order.
- Marked modules as loaded for better debug tracking.
- Fixed TOC path formatting for Windows compatibility.
- Updated `.gitignore` rules for IDE folders.
2025-12-08 15:25:07 +01:00
florian.berthold 06704f628f Add fallback export UI and improve gem data handling
- Implemented a fallback lightweight export window for cases where the UI module is not loaded.
- Abstracted export display logic into a unified `ShowExport` function.
- Added gem `enchantId` to gem data for better clarity.
2025-12-08 14:03:52 +01:00
florian.berthold bd66424c2a first commit 2025-12-08 13:45:59 +01:00