diff --git a/.env.template b/.env.template index 93017f2..4b247f4 100644 --- a/.env.template +++ b/.env.template @@ -564,3 +564,11 @@ MODULE_DELVES=0 MODULE_MOD_DISABLE_ACHIEVEMENTS=0 MODULE_LUA_BATTLEPASS=0 MODULE_MOD_GM_DISCORD=0 +MODULE_MOD_AC130=0 +MODULE_MOD_CREATURE_CAPTURE=0 +MODULE_MOD_DIABLO=0 +MODULE_MOD_DUNGEON_MASTER=0 +MODULE_MOD_GOBLINWORLDDOMINATION=0 +MODULE_MOD_OLLAMA_BOT_AMIGO=0 +MODULE_MOD_OLLAMA_CHAT_CLAUDE_PROXY=0 +MODULE_MOD_SCARBOUND=0 diff --git a/config/module-manifest.json b/config/module-manifest.json index b488ef6..21ad9f1 100644 --- a/config/module-manifest.json +++ b/config/module-manifest.json @@ -5587,6 +5587,118 @@ "requires": [], "post_install_hooks": [], "config_cleanup": [] + }, + { + "key": "MODULE_MOD_AC130", + "name": "mod-ac130", + "repo": "https://github.com/WeebzSlayer/mod-ac130.git", + "description": "Drop it like it's hot!", + "type": "cpp", + "category": "uncategorized", + "notes": "Discovered via GitHub topic 'azerothcore-module'", + "status": "active", + "order": 5000, + "requires": [], + "post_install_hooks": [], + "config_cleanup": [] + }, + { + "key": "MODULE_MOD_SCARBOUND", + "name": "mod-scarbound", + "repo": "https://github.com/thanhtong89/mod-scarbound.git", + "description": "AzerothCore module inspired by the Kenshi leveling experience. Players gain XP through combat, and normal XP gains give Inspiration instead, which act as a buffer before death. Special downed state with get up action. Custom UI.", + "type": "cpp", + "category": "uncategorized", + "notes": "Discovered via GitHub topic 'azerothcore-module'", + "status": "active", + "order": 5000, + "requires": [], + "post_install_hooks": [], + "config_cleanup": [] + }, + { + "key": "MODULE_MOD_GOBLINWORLDDOMINATION", + "name": "mod-goblinworlddomination", + "repo": "https://github.com/WeebzSlayer/mod-goblinworlddomination.git", + "description": "They are all goblins !", + "type": "cpp", + "category": "uncategorized", + "notes": "Discovered via GitHub topic 'azerothcore-module'", + "status": "active", + "order": 5000, + "requires": [], + "post_install_hooks": [], + "config_cleanup": [] + }, + { + "key": "MODULE_MOD_DIABLO", + "name": "mod-diablo", + "repo": "https://github.com/WeebzSlayer/mod-diablo.git", + "description": "Transform Wow into Diablo", + "type": "cpp", + "category": "uncategorized", + "notes": "Discovered via GitHub topic 'azerothcore-module'", + "status": "active", + "order": 5000, + "requires": [], + "post_install_hooks": [], + "config_cleanup": [] + }, + { + "key": "MODULE_MOD_DUNGEON_MASTER", + "name": "mod-dungeon-master", + "repo": "https://github.com/InstanceForge/mod-dungeon-master.git", + "description": "azerothcore-module", + "type": "cpp", + "category": "uncategorized", + "notes": "Discovered via GitHub topic 'azerothcore-module'", + "status": "active", + "order": 5000, + "requires": [], + "post_install_hooks": [], + "config_cleanup": [] + }, + { + "key": "MODULE_MOD_OLLAMA_BOT_AMIGO", + "name": "mod-ollama-bot-amigo", + "repo": "https://github.com/notOrrytrout/mod-ollama-bot-amigo.git", + "description": "An AzerothCore module that integrates Ollama to drive AI-powered bots with questing behavior using local LLMs.", + "type": "cpp", + "category": "uncategorized", + "notes": "Discovered via GitHub topic 'azerothcore-module'", + "status": "active", + "order": 5000, + "requires": [], + "post_install_hooks": [], + "config_cleanup": [] + }, + { + "key": "MODULE_MOD_CREATURE_CAPTURE", + "name": "mod-creature-capture", + "repo": "https://github.com/thanhtong89/mod-creature-capture.git", + "description": "AzerothCore module that allows players to capture, store, and summon a guardian from any NPC.", + "type": "cpp", + "category": "uncategorized", + "notes": "Discovered via GitHub topic 'azerothcore-module'", + "status": "active", + "order": 5000, + "requires": [], + "post_install_hooks": [], + "config_cleanup": [] + }, + { + "key": "MODULE_MOD_OLLAMA_CHAT_CLAUDE_PROXY", + "name": "mod-ollama-chat-claude-proxy", + "repo": "https://github.com/trauntrow/mod-ollama-chat-claude-proxy.git", + "description": "", + "type": "tool", + "category": "tooling", + "notes": "Discovered via GitHub topic 'azerothcore-tools'", + "status": "active", + "order": 5000, + "requires": [], + "post_install_hooks": [], + "config_cleanup": [] } ] }