2018-04-28 22:46:26 +08:00
2020-01-03 22:11:06 +02:00
2019-02-20 20:12:49 +08:00
2018-11-15 23:22:17 +08:00
2018-05-23 22:38:31 +08:00
2019-02-20 20:12:49 +08:00
2019-02-20 20:12:49 +08:00
2018-06-07 20:51:22 +08:00
2018-05-23 22:38:31 +08:00
2019-10-03 13:53:17 +08:00
2019-10-03 13:53:17 +08:00
2020-11-23 15:40:40 +01:00

logo mod-eluna-lua-engine for AzerothCore

  • Latest build status with azerothcore: Build Status

english | 中文说明 | Español

An Eluna module for AzerothCore.

How to install:

1) Download the sources

You can get the sources either using git (recommended) or downloading them manually.

  1. open a terminal inside your azerothcore-wotlk folder
  2. go inside the modules folder: cd modules
  3. download the module sources using:
git clone https://github.com/azerothcore/mod-eluna-lua-engine.git
  1. go inside the mod-eluna-lua-engine folder: cd mod-eluna-lua-engine
  2. download the Eluna sources using git submodule update --init

Optional: if you need to update Eluna to the latest version, you can cd LuaEngine and run git pull from there.

download manually

  1. download mod-eluna-lua-engine
  2. extract it move the folder mod-eluna-lua-engine inside the modules folder of your azerothcore-wotlk sources
  3. download Eluna
  4. extract it and move all the files inside the Eluna-master folder into the mod-eluna-lua-engine/LuaEngine folder. LuaEngine.h needs to be directly under mod-eluna-lua-engine/LuaEngine without any extra sub-folders.

2) Build

You need to run the cmake again and and rebuild the project.

Eluna API : http://elunaluaengine.github.io/

Description
No description provided
Readme GPL-3.0 6.2 MiB
Languages
C++ 93.3%
JavaScript 2.1%
Python 1.4%
CSS 1.3%
CMake 0.9%
Other 1%