Eluna-Ports / Eluna-VMaNGOS

Progressive Vanilla Core aimed at all versions from 1.2 to 1.12

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eluna-VMaNGOS CI build

VMangos-eluna

This project is a VMangos version with Eluna code merged.

Progressive Vanilla

This project is an independent continuation of the Elysium / LightsHope codebases, focused on delivering the most complete and accurate content progression system possible, including support for the patch appropriate game clients.

Currently supported builds

  • 1.12.1.5875+
  • 1.11.2.5464
  • 1.10.2.5302
  • 1.9.4.5086
  • 1.8.4.4878
  • 1.7.1.4695
  • 1.6.1.4544

The original version is from Vale and CoolZoom,thanks for them!

Project guidelines

  • Accuracy: The point of an emulator is to recreate the functionality of that which it is emulating as closely as possible. Therefore any custom behaviour should be behind a config option and off by default.
  • DB Scripting: Content should be separate from the core itself, so hardcoding scripts should be avoided where possible. When database scripting functionality is insufficient, we simply expand it.
  • Full progression: The ultimate goal of this project is to have complete progression starting from patch 1.2 through 1.12. This means every piece of data must be marked with the patch in which it was added or changed to it's current state.
  • Tools are great: Content creation should not require programming knowledge. We hope to eventually provide tools that allow for user-friendly editing of database scripts and content, with all data presented in human-readable form.

Downloads

  • vmangos CI build Latest development binary
  • vmangos Development DB Dump mysql5.6 full dump, no update needed.

Useful Links

  • Wiki
  • Discord
  • Script Editor
  • Script Converter
  • Build: Same with VMangos,use cmake to generate project file,and build with vs2017.
  • Run: Put lua file to lua_scripts folder in your vmangos server folder,and modify the "Eluna.ScriptPath" line in the mangosd.conf file point to "lua_scripts" folder.

About

Progressive Vanilla Core aimed at all versions from 1.2 to 1.12

License:GNU General Public License v2.0


Languages

Language:C++ 78.7%Language:C 19.3%Language:CMake 0.6%Language:Pascal 0.3%Language:Roff 0.3%Language:HTML 0.3%Language:SQLPL 0.2%Language:Python 0.1%Language:Assembly 0.0%Language:D 0.0%Language:Makefile 0.0%Language:TSQL 0.0%Language:Objective-C 0.0%Language:Batchfile 0.0%Language:Shell 0.0%Language:M4 0.0%Language:PHP 0.0%Language:Dockerfile 0.0%