Skip to content

vmangos mod to allow programming bots in lua.

License

Notifications You must be signed in to change notification settings

TuriansNotBad/vmangos-luabots

 
 

Repository files navigation

Core mod to allow programming bots in lua. Scripts repository: https://github.com/TuriansNotBad/vanilla-luab

Compiling on Windows:

  1. Clone.
  2. Create folder "lua" in the same folder you cloned to. In folder "lua" create folders lib and src.
  3. Download and build lua 5.4.6 as dll from their website.
  4. Put lua.dll and lua.lib into folder "lua/lib"
  5. Put lua source files into folder "lua/src"
  6. Your root folder should contain folders "lua" and "vmangos-luab" now.
  7. Build vmangos as you would normally. Keep precompiled headers options on in cmake.
  8. Copy lua.dll to where mangosd.exe is located.
  9. Clone scripts repository.
  10. Copy folder "ai" from your cloned scripts to where mangosd.exe is located.

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

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

About

vmangos mod to allow programming bots in lua.

Resources

License

Stars

Watchers

Forks

Languages

  • C++ 79.1%
  • C 19.1%
  • CMake 0.6%
  • Pascal 0.3%
  • Roff 0.3%
  • HTML 0.3%
  • Other 0.3%