A simple npc bot module for AzerothCore.
The code base on [TrinityCore-3.3.5-with-NPCBots](https://github.com/trickerer/TrinityCore-3.3.5-with-NPCBots), but rewritten as a module of AzerothCore.
This module is still in very early stages. And only have one bot dreadlord.
- Talk to the bot giver in town.
- Select th bot you want to play with.
mod-npc-bots requires:
- AzerothCore v3.0.0+
1) Simply `git clone` the module under the `modules` directory of your AzerothCore source or copy paste it manually.
2) Import the SQL manually to the right Database (auth, world or characters) or with the `db_assembler.sh` (if `include.sh` provided).
3) Re-run cmake and launch a clean build of AzerothCore.
If you need to change the module configuration, go to your server configuration directory (where your worldserver
or worldserver.exe
is), copy npcbots.conf.dist
to npcbots.conf
and edit that new file.
- Me (author of the module)
- AzerothCore: repository - website - discord chat community