Update images with liyunfan1223 fork

This commit is contained in:
Deckard
2025-10-05 05:45:06 -04:00
parent 13fc1b7e66
commit a089136a04
5 changed files with 57 additions and 26 deletions

View File

@@ -140,24 +140,24 @@ docker ps
- **phpMyAdmin** - Web-based database administration
- **Keira3** - Game content editor and developer tools
### ✅ 13 Enhanced Modules (🔬 IN TESTING)
### ✅ 13 Enhanced Modules (✅ VERIFIED INTEGRATED)
All modules are automatically downloaded, configured, and SQL scripts executed:
| Module | Description | Status |
|--------|-------------|---------|
| **mod-playerbots** | AI companions for solo play | 🔬 IN TESTING |
| **mod-aoe-loot** | Streamlined loot collection | 🔬 IN TESTING |
| **mod-learn-spells** | Automatic spell learning | 🔬 IN TESTING |
| **mod-fireworks** | Level-up celebrations | 🔬 IN TESTING |
| **mod-individual-progression** | Personal advancement system | 🔬 IN TESTING |
| **mod-transmog** | Appearance customization | 🔬 IN TESTING |
| **mod-solo-lfg** | Solo dungeon access | 🔬 IN TESTING |
| **mod-eluna** | Lua scripting engine | 🔬 IN TESTING |
| **mod-arac** | All races/classes unlocked | 🔬 IN TESTING |
| **mod-npc-enchanter** | Enchanting services | 🔬 IN TESTING |
| **mod-assistant** | AI automation features | 🔬 IN TESTING |
| **mod-reagent-bank** | Reagent storage system | 🔬 IN TESTING |
| **mod-black-market** | Rare item auctions | 🔬 IN TESTING |
| **mod-playerbots** | AI companions for solo play | INTEGRATED |
| **mod-aoe-loot** | Streamlined loot collection | INTEGRATED |
| **mod-learn-spells** | Automatic spell learning | INTEGRATED |
| **mod-fireworks** | Level-up celebrations | INTEGRATED |
| **mod-individual-progression** | Personal advancement system | INTEGRATED |
| **mod-transmog** | Appearance customization | INTEGRATED |
| **mod-solo-lfg** | Solo dungeon access | INTEGRATED |
| **mod-eluna** | Lua scripting engine | INTEGRATED |
| **mod-arac** | All races/classes unlocked | INTEGRATED |
| **mod-npc-enchanter** | Enchanting services | INTEGRATED |
| **mod-assistant** | AI automation features | INTEGRATED |
| **mod-reagent-bank** | Reagent storage system | INTEGRATED |
| **mod-black-market** | Rare item auctions | INTEGRATED |
### ✅ Automated Configuration
- **Database Setup** - Complete schema import and user creation
@@ -177,12 +177,28 @@ All modules are automatically downloaded, configured, and SQL scripts executed:
While most setup is automated, some modules require manual configuration:
### 🚨 Critical Issues to Resolve
### ✅ Module Integration Verification
**mod-playerbots Compatibility**
- **Issue**: Requires custom AzerothCore branch
- **Current**: Standard AzerothCore (incompatible)
- **Resolution**: Switch to Playerbot branch OR disable module
**mod-playerbots Integration Status**
- **RESOLVED**: Now using compatible Docker images
- **Images**: `uprightbass360/azerothcore-wotlk-playerbots:*-Playerbot`
- **Branch**: AzerothCore Playerbot branch (confirmed in logs)
- **Database**: Playerbot tables created (`playerbots_rpg_races`)
- **Status**: Fully integrated and operational
**Module System Verification (All 13 modules)**
- **Binary Integration**: ✅ Compiled into WorldServer (Playerbot branch)
- **File System**: ✅ All modules present in `/azerothcore/modules/`
- **Database**: ✅ Module tables and SQL scripts executed
- **Configuration**: ✅ Module framework active in worldserver.conf
- **Process**: ✅ WorldServer running with 1.9GB RAM (normal for module build)
**Technical Verification Details**
- **Server Version**: `AzerothCore rev. 509eb73e0115+ (Playerbot branch)`
- **Docker Images**: All using `uprightbass360/azerothcore-wotlk-playerbots:*-Playerbot`
- **VMap Errors**: Non-critical cosmetic 3D model loading (safe to ignore)
- **Module Tables**: `module_string`, `module_string_locale`, `playerbots_rpg_races`
- **Lua Scripting**: Active with TypeScript compilation via ac-eluna container
### 📦 Client-Side Patches Required