refactor module db importing

This commit is contained in:
uprightbass360
2025-11-16 01:32:41 -05:00
parent 05e486ae4f
commit ea908dbbcf
15 changed files with 2120 additions and 31 deletions

View File

@@ -73,7 +73,9 @@
"config_cleanup": [
"mod_ahbot.conf*"
],
"category": "economy"
"category": "economy",
"status": "blocked",
"block_reason": "Linker error: Missing Addmod_ahbotScripts() function (use MODULE_LUA_AH_BOT instead)"
},
{
"key": "MODULE_AUTOBALANCE",
@@ -343,6 +345,8 @@
"name": "mod-quest-count-level",
"repo": "https://github.com/michaeldelago/mod-quest-count-level.git",
"type": "cpp",
"status": "blocked",
"block_reason": "Uses removed ConfigMgr::GetBoolDefault API; fails to compile on modern cores",
"post_install_hooks": [],
"config_cleanup": [
"levelGrant.conf*"
@@ -399,9 +403,11 @@
"name": "mod-challenge-modes",
"repo": "https://github.com/ZhengPeiRu21/mod-challenge-modes.git",
"type": "cpp",
"block_reason": "Compilation error: Override signature mismatch on OnGiveXP",
"post_install_hooks": [],
"description": "Implements keystone-style timed runs with leaderboards and scaling modifiers",
"category": "gameplay-enhancement"
"category": "gameplay-enhancement",
"status": "blocked"
},
{
"key": "MODULE_OLLAMA_CHAT",
@@ -475,8 +481,10 @@
"repo": "https://github.com/azerothcore/mod-azerothshard.git",
"type": "cpp",
"post_install_hooks": [],
"block_reason": "Compilation error: Method name mismatch (getLevel vs GetLevel)",
"description": "Bundles AzerothShard tweaks: utility NPCs, scripted events, and gameplay improvements",
"category": "content"
"category": "content",
"status": "blocked"
},
{
"key": "MODULE_WORGOBLIN",
@@ -680,7 +688,9 @@
"copy-standard-lua"
],
"description": "Enables multiple NPC merchants with database integration",
"category": "npc-service"
"category": "npc-service",
"status": "blocked",
"block_reason": "Linker error: Missing script loader function"
},
{
"key": "MODULE_TREASURE_CHEST_SYSTEM",
@@ -1151,4 +1161,4 @@
"category": "progression"
}
]
}
}