Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

Krowi_AchievementFilter

Krowi_AchievementFilter contient 5 skills collectées depuis TheKrowi, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
5
Stars
17
mis à jour
2026-06-28
Forks
16
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

migrate-zone-fallbacks
Développeurs de logiciels

Removes redundant A/C entries from ExportedUiMaps (Retail and Classic) when ZoneData already covers — or can be made to cover — the zone. Handles Shared vs client-specific ZoneData decisions, creates missing files and registers them in Files.xml. Use when cleaning up ExportedUiMaps, removing redundant zone entries, migrating zone fallbacks to ZoneData, or when asked to clean a specific expansion's zone entries from ExportedUiMaps.

2026-06-28
verify-achievement-data
Analystes en assurance qualité des logiciels et testeurs

Verifies Krowi_AchievementFilter Lua achievement entries against the WoW game database via wow.tools.local (http://localhost:5000). Use when checking if achievement IDs exist in the game DB, faction splits are correct, title rewards or reward items are properly tagged, or inline `-- Name` comments match live game data.

2026-06-28
add-achievement-data
Développeurs de logiciels

Transform raw achievement lists (IDs + comments) into properly formatted Lua achievement data entries for Krowi's Achievement Filter addon. Handles reward type mapping, season references, faction detection, and maintains consistent code style.

2026-06-21
migrate-to-shared
Développeurs de logiciels

Migrates duplicate achievement data blocks from Retail and Classic AchievementData.lua into a Shared file using the _S suffix convention, eliminating duplication while preserving client-specific entries. Use when reducing duplication between Retail and Classic files, when patches have identical or nearly-identical entries across clients, or when setting up a new Shared expansion subfolder.

2026-06-21
add-category-data
Développeurs de logiciels

Maps achievement IDs from a completed AchievementData.lua patch block into the correct CategoryData.lua category tree for Krowi's Achievement Filter addon. Handles zone/instance grouping, subcategory classification, new-node creation, DB lookups for uiMapId and journalInstanceId, and insertion at the correct position in the existing file. Use when adding category data for a new patch, updating CategoryData.lua, mapping achievements to categories, or after add-achievement-data has produced a new patch block.

2026-06-14