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

Question with Eluna

Status
Not open for further replies.

DndTheTroll

Respected Member
Hello guys, really thanks for that great work i can't believe that there's Lua engine for Trinity but i've a question I've outdated trinity source version 97e876209ea7d097c010c2baef50970fee93d89c and i don't want to update because when I update characters can't speak in game and I'm wondering if there's a way to install Eluna without updating the core please if possible tell me how

thanks a lot
 

AlexeWarr

Epic Member
add remote eluna then pull over

right click on the source folder , tortoise git > settigs > remote > url https://github.com/ElunaLuaEngine/Source.git name blabla, if asks for "fetch" click no.

Then go back and right click on the source folder > tortoise git > pull and as remote select "blabla" the new remote added. I hope it helps. that should add the extenstion over the core
 

DndTheTroll

Respected Member
well thank you rochet but when i apply that patch with TurtoiseGit it gives me so errors so i applied it manually but when i compile it give me these errors

error1xw.jpg

error2hz.jpg

error3k.jpg

error4o.jpg

error5v.jpg

error6.jpg

error7s.jpg


here's my core revision https://github.com/trinitycore/trinitycore/tree/97e876209ea7d097c010c2baef50970fee93d89c
 
Last edited:

DndTheTroll

Respected Member
I've done it manually but it gives me 61 errors now.. please i need your help if u want me to upload the core that i've applied that patch to it manually tell me
 

Rochet2

Moderator / Eluna Dev
The diff is for a newer version of TC obviously.
You need to fix the compile errors yourself.

The differences dont magically disappear :p
 

Rochet2

Moderator / Eluna Dev

Ican

Enthusiast
Hi guys, i have the question about Eluna so posting in this thread.
Is there is a way to remove all buffs from the player (except RemoveAllAuras)? Thanks.
 

Tommy

Founder
Hi guys, i have the question about Eluna so posting in this thread.
Is there is a way to remove all buffs from the player (except RemoveAllAuras)? Thanks.

I don't think there is, why aren't you using RemoveAllAuras?
 

Ican

Enthusiast
Could you not make a table and loop through specific auras that you want to remove by using RemoveAura method?
Yea, seems i have to do it like this, but at the first i have to find all buff spell ids.
 
Last edited:

Rochet2

Moderator / Eluna Dev
So what you would want is a method to remove all buffs (visible)
and possibly all debuffs separately?

- - - Updated - - -

By the way, if you have any issues, bugs, enhancement suggestions or new method / hook requests or codes
Check out the issue tracker and leave us a note there: https://github.com/ElunaLuaEngine/Source/issues
Pull requests and ready code snippets are also welcome :)
 
Status
Not open for further replies.
Top