coc0nut / AzerothCore-with-Playerbots-Docker-Setup

Script installing AzerothCore with Playerbots, mod-aoe-loot and mod-learn-spells on Docker
7 stars 4 forks source link

AzerothCore with Playerbots Docker setup (installscript)

Script installing AzerothCore with Playerbots on Docker

This is not a fork! Its just scripts to manage the game.

Includes:

Prerequisits:

  1. Debian 12 Bookworm

Reference: Azeroth Core


Steps:

1.

Be sure to set correct timezone on your debian before you start.

git clone https://github.com/coc0nut/AzerothCore-with-Playerbots-Docker-Setup.git \
&& cd AzerothCore-with-Playerbots-Docker-Setup && chmod +x *.sh && ./setup.sh
  1. 
    NOTE:
  2. Execute 'docker attach ac-worldserver'

  3. 'account create username password' creates an account.

  4. 'account set gmlevel username 3 -1' sets the account as gm for all servers.

  5. Ctrl+p Ctrl+q will take you out of the world console.

  6. Now login to wow on $(hostname -I | awk '{print $1}') with 3.3.5a client!

  7. All the configs for the server and modules is copied to a folder named wotlk. This is where you edit playerbots and server configuration.

    
    See [Azeroth Core - Docker setup](https://www.azerothcore.org/wiki/install-with-docker) for more info.
  8. AC> account create username password
    AC> account set gmlevel username 3 -1
  9. Edit your wow_client_3.3.5a\Data\enUS\realmlist.wtf and type in the ip address you get in the end of installing... set realmlist dockerhost_ip

Change dockerhost_ip to the ip that the machine that runs the docker containers has.

To uninstall and start fresh, run ./uninstall.sh

To clear the data/sql/custom folders run ./clear_custom_sql.sh

Usage

Update

Backup & Recovery