Skip to content

A scripting extension for "mangos-zero", with game data for World of Warcraft Client Patch 1.12 - "Drums of War", providing functions to extend game features beyond the default database features. Compatible with client 1.12.1 (build 5875), and 1.12.2 (build 6005).

License

KalimdorGaming/scriptdev0

 
 

Repository files navigation

scriptdev0 Project status

scriptdev0 provides bindings to create custom creature reactions, events, game objects, items, spells, and more for mangos-zero that can not be created via the mangos-zero game content database.

scriptdev0 is based on the original scriptdev2 bindings for mangos and contains many custom scripts for content which was available in the classic World of Warcaft experience for World of Warcraft Client Patch 1.12 - Drums of War.

scriptdev0 is released under the GPL v2. The file (LICENSE.mdown) must be a part of any redistributable packages made from this software. No licenses should be removed from this software if you are making redistributable copies.

Development

The develop branch is where the development of scriptdev0 is done. Any of the commits submitted here may or may not become part of the next release.

It is recommended to use the master branch for stable systems, and only use the develop branch if you intend to test commits and submit issues and/or reports.

Compatibility

The scriptdev0 bindings are compatible with mangos-zero revision 1765 and newer.

Installation

If your already have a local copy of the mangos-zero source code (either via the git clone mechanism or via github downloads), you can clone or download the scriptdev0 bindings into mangos-zero/src/bindings/ as scriptdev0.

Edit mangos-zero/src/bindings/CMakeLists.txt, and add a line containing

add_subdirectory(scriptdev0)

at the bottom of the file. Afterwards proceed with the usual mangos-zero build process via CMake to create a build with scriptdev0 included.

And if something goes wrong?

If you feel like submitting an issue, please do so only if you are willing to provide a detailed report, and are available to verify any solution to the issue provided by the developers of this repository.

About

A scripting extension for "mangos-zero", with game data for World of Warcraft Client Patch 1.12 - "Drums of War", providing functions to extend game features beyond the default database features. Compatible with client 1.12.1 (build 5875), and 1.12.2 (build 6005).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.3%
  • C 0.7%