Skip to content

vanilla-wow/ZeroDatabase

Repository files navigation

mangos-zero-database Project status

A content database for mangos-zero, and World of Warcraft Client Patch 1.12 - Drums of War. It is compatible with client 1.12.1 (build 5875), and 1.12.2 (build 6005).

This database is an attempt to provide a readable structure, and a bit of more user-friendlyness to the Vanilla database, created by UDW. Content has been imported from the UDW database repository, and is based on the update pack 3, and extended with patches from zerodatabase.

Compatibility

This database is compatible with mangos-zero z1765.

Getting started

The basic principle behind this customized database repository is to keep the databases stored as individual tables, and all content rows stored as single lines to make changes more trackable for the user (that would be you).

The repository is developed and maintained using the excellent git-flow extension for git, to provide a clear, and visible workflow to the user.

Installing the database

By default MaNGOS Zero uses four databases:

  • zp_characters: where all character data is stored,
  • zp_realm: where user accounts, and realms are defined,
  • zp_world: where the world with creatures, items, objects, quests, etc. is defined,
  • zp_scripts: and the ScriptDevZero database.

In order to use this database repository, you will have to edit mysql_info, and edit in the desired username, hostname, and password.

Once you have the desired database user and rights configured in MySQL, you may use the mysql_import script to load the individual data tables into your databases. Should your database user have wildcard rights, the script creates the database - if not existent - and then populates them.

If you make changes to the database, either by adding/modifying content, or by making changes to the database structure, you may execute mysql_dump to save each table into the repository. Should you add or remove tables, add dump_data, dump_struc commands to mysql_dump, or remove them as needed.

And if something goes wrong?

... for now you will have to figure out on your own. This repository currently is intended to test some structure, and help figure out some structural issues.

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages