• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Eluna MaNGOS : Things you should note!

Status
Not open for further replies.

Tommy

Founder
Here are some things you should note when using/getting started(with) Eluna MaNGOS (WotLK) or (TBC).

The main Eluna MaNGOS repos are (They are subject to change when development is getting closer to being finished):

WotLK: https://github.com/eluna-dev-mangos/ElunaCoreWotlk
TBC: https://github.com/eluna-dev-mangos/ElunaCoreTbc


There's still limited functionality. Some hooks and methods might not work. The Eluna wiki will be updated on MaNGOS methods or hooks if they are changed and different from TrinityCore's.

MAIN NOTES:

When you compile your core, move everything over to whatever, make sure in your mangosd.conf you have Eluna enabled. This option will be located at the very end of the configuration file. Here is what it looks like:

Code:
###################################################################################################################
# ELUNA SETTINGS
#
#    Eluna.Enabled
#        Enable Enabled Eluna LuaEngine
#        Default: 0 (Disabled)
#                 1 (Enabled)
#
###################################################################################################################

Eluna.Enabled = 1

BY DEFAULT this is DISABLED. Change from 0 to 1 if you want to enable it.

CMake isn't supported for both WotLK and TBC Eluna sources right now! Use the solution files located in YOUR_MANGOS_SOURCE/win/ folder.


ANOTHER NOTE:

The scripts folder is named 'lua_scripts'.
 
Last edited:
Status
Not open for further replies.
Top