eyeofstorm / mod-npc-bots

An NPC bots module for AzerothCore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo AzerothCore

NPC Bots

  • Latest build status with azerothcore: Build Status

Description

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.

How to use ingame

  1. Talk to the bot giver in town.
  2. Select th bot you want to play with.

Youtube Link

Requirements

mod-npc-bots requires:

  • AzerothCore v3.0.0+

Installation

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.

Edit the module's configuration (optional)

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.

Credits

About

An NPC bots module for AzerothCore

License:GNU Affero General Public License v3.0


Languages

Language:C++ 99.3%Language:Shell 0.5%Language:C 0.2%