Issue TrinityCore #22243 (fermee sans solution) : Shang Xi disparait a lacceptation, aucun dialogue, quete interminable. Trois causes cumulees, identifiees par sondes temporaires et .debug phase : 1. PHASE : le PNJ de scene (56686) heritait de la phase du donneur (1527), que le joueur PERD justement en acceptant la quete (il ne garde que 1327). Cree mais invisible. Mesure : summon=OK cibleVoitSummon=NON. 2. DIALOGUES : repliques et sons ciblaient invocateur (7) / proprietaire (23) - non resolus dans les listes daction differees (source_type 9). 3. CREDIT : le sort 106625 (credit du PNJ 56688 = lobjectif) ciblait 23 et sexecutait au meme instant que la disparition du PNJ. Correctifs : retrait de phase avant invocation + le joueur invoque ; le PNJ force sa phase sur 1327 ; textes/sons cibles sur soi ; credit attribue directement (KilledMonster) au joueur le plus proche ; despawn repousse de 3s. Patch SQL rejouable, valide en jeu de bout en bout. Note : seul le patch SQL est commite - dautres fichiers du working tree appartiennent a une session parallele (module bots/BG).
DestinyCore
🚀 Build Status
| Windows | GCC | Clang |
|---|---|---|
📖 Introduction
DestinyCore is a modern, modular MMORPG server framework written in C++ that supports multiple platforms (Windows, Linux, macOS) and builds cleanly with GCC, Clang, and MSVC.
It is designed to be lightweight, scalable, and extensible, providing developers and server administrators with a stable foundation for World of Warcraft® (Legion 7.3.5) and beyond.
Key goals of DestinyCore:
- ⚡ Modern C++ design (C++20+)
- 🔌 Modular architecture (authserver, worldserver, shared libs)
- 🤖 Integrated PlayerBots system
- 🌍 Multi-database support (auth, characters, world)
- 🛠️ Easy build system (CMake + GitHub Actions CI)
- 🎮 MMO-ready networking with scalability in mind
🛠️ Requirements
DestinyCore depends on modern development tools and libraries:
- CMake 3.31+
- Boost 1.84.0
- MySQL 8.0
- OpenSSL 3.x
- GCC / Clang / MSVC (Visual Studio 2022 recommended)
📦 Installation
-
Clone the repository:
git clone https://github.com/slash-design/DestinyCore.git cd DestinyCore -
Create a build directory:
cmake -S . -B build -DTOOLS=ON cmake --build build -
Configure your databases (
auth,characters,world) and import the SQL structures provided in/sql/base. -
Start the servers:
./bin/worldserver ./bin/bnetserver
🤝 Contributing
We welcome all contributions!
Whether you’re fixing a bug, improving documentation, or adding new features — PRs are always appreciated.
- Fork the repo
- Create a feature branch
- Submit a pull request
🐛 Reporting Issues
Issues can be reported directly via the GitHub Issue Tracker.
Before creating a new one, please check for existing reports to avoid duplicates.
📜 License
This project is licensed under GPL v2.0.
See the LICENSE file for details.
🌐 Links
⭐ If you like DestinyCore, consider giving the project a star on GitHub!