Files
mod-ale/README_CN.md
2018-06-08 22:41:25 +08:00

822 B

mod-LuaEngine

english | 中文

一个用于AzerothCore的ELUNA模块.

为了兼容AzerothCore.更改了一个eluna的api

OnConfigLoad(bool reload) => OnConfigLoad(bool reload, bool isBefore)

如何安装:

  • 下载或者克隆这个模块:

下载zip压缩包
或者克隆 git clone https://github.com/azerothcore/mod-eluna-lua-engine.git

  • 解压并放到Azerothcore源码的modules文件夹中.
  • 下载或者克隆ELUNA的核心文件:

download zip file.
clone git clone https://github.com/ElunaLuaEngine/Eluna.git

  • 解压并放置到模块的LuaEngine文件夹中:mod-LuaEngine/LuaEngine
  • 重新cmake.
  • 重新生成.