Skip to content

AyaseCore/mod-LuaEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

574c6c5 · Mar 23, 2020

History

57 Commits
Mar 22, 2020
Mar 23, 2020
Apr 28, 2018
Jan 3, 2020
Feb 20, 2019
Mar 9, 2019
May 23, 2018
Feb 20, 2019
Feb 20, 2019
Feb 20, 2019
Jun 7, 2018
Dec 2, 2019
Apr 3, 2019
Oct 3, 2019
Oct 3, 2019
Oct 3, 2019
Nov 15, 2018
Mar 27, 2019
May 23, 2018

Repository files navigation

mod-LuaEngine

english | 中文说明 | Español

a Eluna module for AzerothCore.

How to install:

  1. download or clone this module:

download zip file.
or clone git clone https://github.com/azerothcore/mod-eluna-lua-engine.git

  1. Put it in the modules folder of the Azerothcore.
  2. download or clone the ELUNA core file:

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

  1. Put it in the lua module folder:mod-LuaEngine/LuaEngine. (If you downloaded the zip-file you'll want to 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. cmake again
  3. rebuild.

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