• 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 LuaEngine remote

Status
Not open for further replies.

siskko

Enthusiast
Hello guys,

I have a problem to get Eluna into my Core.


im use git bash command
-------------------------------------------------
git remote add Eluna git://github.com/ElunaLuaEngine/Source.git

=======> git pull Eluna master
fatal: repository not found
-------------------------------------------------
or
-------------------------------------------------
git remote add Eluna https://github.com/ElunaLuaEngine/Source.git

=======> git pull Eluna master
It requires user and password
And not imported a password.

fatal : authentication failed for https://github.com/ElunaLuaEngine
/Source.git
-------------------------------------------------

help me
sorry for bad speak english
 

Tommy

Founder
Hello guys,

I have a problem to get Eluna into my Core.


im use git bash command
-------------------------------------------------
git remote add Eluna git://github.com/ElunaLuaEngine/Source.git

=======> git pull Eluna master
fatal: repository not found
-------------------------------------------------
or
-------------------------------------------------
git remote add Eluna https://github.com/ElunaLuaEngine/Source.git

=======> git pull Eluna master
It requires user and password
And not imported a password.

fatal : authentication failed for https://github.com/ElunaLuaEngine
/Source.git
-------------------------------------------------

help me
sorry for bad speak english

Eluna is implemented into TrinityCore's source, if you want it in your custom source you will have to manually apply Eluna's changes. However, if you just want to download Eluna, this will be the appropriate command:



On a side note, Eluna is a big project with TrinityCore default file changes and it requires intermediate knowledge to manually add Eluna into your own, custom source.
 
Status
Not open for further replies.
Top