# wow335 **Repository Path**: lavender2014/wow335 ## Basic Information - **Project Name**: wow335 - **Description**: azerothcore 搭建说明 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-02-01 - **Last Updated**: 2024-05-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wow335 #### 介绍 # 安装宝塔 ## centos yum install -y wget && wget -O install.sh https://download.bt.cn/install/install_6.0.sh && sh install.sh ed8484bec ## Ubuntu/Deepin wget -O install.sh https://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh ed8484bec # 安装服务端 #### 安装docker docker --version docker compose version strings /lib64/libstdc++.so.6| grep GLIBC_ #### 查看GLIBC2.18是否存在 #### 如果没有的话下载安装 wget http://ftp.gnu.org/gnu/glibc/glibc-2.18.tar.gz tar -zxvf glibc-2.18.tar.gz cd glibc-2.18 mkdir build cd build ../configure --prefix=/usr --disable-profile --enable-add-ons --with-headers=/usr/include --with-binutils=/usr/bin make -j4 make install #### 克隆源码 git clone https://gitee.com/lavender2014/azerothcore-wotlk.git cd azerothcore-wotlk #### 编译 ./acore.sh docker dev:build #### 下载解压data.zip到 azerothcore-wotlk/env/docker/data 文叔叔网盘 https://t.wss.ink/f/af8cusf3vr2 密码:4878 #### 运行容器 ./acore.sh docker start:app #### 关闭窗口 ./acore.sh docker start:app:d #### 查看容器 docker compose ps #### 访问容器世界服务器 docker attach azerothcore-wotlk-ac-worldserver-1 #### 创建游戏账户密码 account create #### 访问docker数据库 docker attach azerothcore-wotlk-ac-database-1 mysql -uroot -ppassword USE acore_auth; SELECT * FROM realmlist; UPDATE realmlist SET address='ip'; #### 开放端口 8085 3306 3724 7878 # 下载客户端 文叔叔 https://t.wss.ink/f/afpnb57743n 密码:4001 52pk是WLK 335版本 13507原端 HD是高清端 现在还有未知BUG 建议下载52PK源端 下载解压以后 需要把客户端替换文件 替换wow.exe以及Data 文件夹 打开 wow.exe 进行游戏 #### 需要修改下客户端的服务端IP 位置 解压的客户端路径\Data\zhCN\realmlist.wtf 修改 SET realmlist "xxx.xxx.xxx.xxx" # 335插件下载 https://t.wss.ink/f/ah73hwzt20u # 修改配置文件 路径 azerothcore-wotlk/env/docker/etc worldserver.conf authserver.conf 修改以后重启容器 docker-compose restart