• 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 Lua Engine now supports Cataclysm (4.3.4)!

Status
Not open for further replies.

Tommy

Founder
After deciding the further future for Eluna, it was time to merge it with TrinityCore Cataclysm 4.3.4. As you may know the WotLK (3.3.5) Eluna Lua Engine is still in Alpha, has been for a very long time. Eluna 4.3.4 is in Alpha now and ready for people to test it.

I just merged this so there are quite a few methods not working at the moment. I fixed up a lot of broken things, but over time these methods will get fixed:

(Not currently working)
GetHonorPointsGetArenaPoints
ModifyHonorPoints
ModifyArenaPoints
SetArenaPoints
SetHonorPoints
GetPhaseMaskForSpawn
GetShieldBlockValue
IsWeaponVellum
IsArmorVellum
ResetTalentsCost
SetMovement
GetStatsCount
SendMailMenu

You should also be aware of how buggy TrinityCore Cataclysm (4.3.4) emulator is -- this means you shouldn't blame Eluna unless it is an issue regarding Eluna and it's code. The wiki won't have a new page to just hold duplicated methods for TC Cataclysm, we will just join the methods and have sections to separate the two patches. That only refers to the same method, but if a method is changed in one patch, it will be documented under that patch on the same method page.

We will also be merging TC 4.3.4 like we do with 3.3.5 to keep it updated. Some changes regarding the same patches may vary depending on the situation on how it was supported. Meaning, if I updated Eluna 4.3.4 with a certain update and if that update cannot support Eluna 3.3.5, then Eluna 3.3.5 won't be updated with that said Eluna Cataclysm update.

You can use a simple print to make sure everything is okay:

Code:
print("Eluna Lua Engine - TrinityCore Cataclysm 4.3.4 is a go.......")
print("http://emudevs.com")
print("FEEL THE POWER!")

38zNCiZ.png



GITHUB: https://github.com/ElunaLuaEngine/Eluna/tree/master/TrinityCore/Cataclysm
WIKI: http://wiki.emudevs.com/doku.php?id=eluna


Happy Eluna Lua Engine Cataclysm 4.3.4 coding. \o/
 
Last edited:

Tommy

Founder
We had some changes done. The original Github link to Eluna-4.3.4 was deleted because we already have a 4.3.4 branch you can easily switch to.

The new link is:
https://github.com/ElunaLuaEngine/Eluna/tree/4.3.4

Download master or 4.3.4 and you can easily do git checkout [BRANCH] (without brackets) to switch between Eluna 3.3.5 & 4.3.4 if needed without downloading two repos. The main repo's name was changed: https://github.com/ElunaLuaEngine/Eluna much more organized. \o/
 
Status
Not open for further replies.
Top