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

Compiling errors scriptmgr

Status
Not open for further replies.

Neth

BETA Tester
Tommy pushed some change related to this, I didin't see what it was so update eluna or revert the said commit
 

Tommy

Founder
I thought you did that to the Trinitycore source yourself and put up the repository?

Eluna Lua Engine © source files is on their own repo: https://github.com/ElunaLuaEngine/Eluna ~ Any update to "Eluna", you will need to pull the new changes to ElunaTCWotLK or whatever source you're using. Future advice: Mainly when something gets updated via Eluna's emulator source code (Eluna TrinityCore WotLK, Eluna TrinityCore Cataclysm, Eluna cMaNGOS Classic, etc..), that can also mean Eluna was updated (https://github.com/ElunaLuaEngine/Eluna). It really depends on what was changed.

What I committed was changes to both emulator and Eluna.

Read Eluna's README if you haven't. That includes the installation guide too, because it can help simplify things. Originally, Eluna was in the emulator sources that it supported, but later on that became a hassle to maintain. So, Eluna was then moved to its own repo and setup for you to just pull Eluna to the emulator source code (Eluna's emulator source) you're using.
 

kolakocide

Super Baked
I am still getting the same errors as the last. N' I've done everything you told me twice or more. Do you think you could assist me lively?
 

Tommy

Founder
I am still getting the same errors as the last. N' I've done everything you told me twice or more. Do you think you could assist me lively?

If you've done everything it would compile correctly. I don't commit without compiling to see if there are errors. I still think you didn't move the Eluna files over to your Eluna TC source, or you at least didn't update the files. :p

PM me your teamviewer information.
 

Foereaper

Founder
You don't need to copy the files over at all, just clone using --recursive.

Code:
git clone https://github.com/ElunaLuaEngine/ElunaTrinityWotlk.git --recursive

This automatically pulls the correct Eluna files.

And for updating use
Code:
git pull https://github.com/ElunaLuaEngine/ElunaTrinityWotlk.git --recurse-submodules
 
Last edited by a moderator:

Tommy

Founder
You don't need to copy the files over at all, just clone using --recursive.

Code:
git clone https://github.com/ElunaLuaEngine/ElunaTrinityWotlk.git --recursive

This automatically pulls the correct Eluna files.

And for updating use
Code:
git pull https://github.com/ElunaLuaEngine/ElunaTrinityWotlk.git --recurse-submodules

That's mainly why I mentioned viewing the installation README. Though, I did go on Teamviewer last night, cloned Eluna, copy & pasted the LuaEngine files (since that's what I do no matter what.) As I suspected, he didn't update the LuaEngine files. :p

Regardless, marking as solved.
 
Status
Not open for further replies.
Top