A content database for mangos-classic, and World of Warcraft Client Patch 1.12 - Drums of War. It is compatible with client 1.12.1 (build 5875), 1.12.2 (build 6005) and 1.12.3 (build 6141).
classic DB is released under the GPL v3. 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.
The Classic DB database is compatible with mangos-classic commit aeec9ad8e124497c511a7db33b227d504b270cba and newer. It also requires ScriptDev2 commit feb11bd8c837d4082c3c56faf814a4e1646052fe or newer in order to be fully enjoyable.
The basic principle behind this database repository is to have a single SQL file
holding every table in the database. When something is changed into the database
the modification is done by adding a small SQL update files placed into the updates
directory.
Every time an user (that would be you) wishes to change something into the database, he/she
have to create and add the right SQL file. This helps tracking what changes are made, when and where.
Classic DB is the main content database: mangos
where the world is defined
with creatures, items, objects, quests, etc.
It must be applied after creating the mangos
database from your mangos core distribution, usually mangos-classic from CMaNGOS project.
If you used the default values when installing your mangos core, simply run into a bash compatible shell
(like Bash Git for Windows) the following command ./InstallFullDB.sh
.
It will create a single file InstallFullDB.config
.
If you have modified the default values for connecting to the database, in order to use
this database repository, you will have to open InstallFullDB.config
,
and edit in the desired database, username and password according to how you have
configured your MySQL server. Default values for mangos core are username:mangos
,
password:mangos
, database:mangos
. For security reasons, it is strongly adviced to
use different username and password.
Once you have the desired database user and rights configured in MySQL, you may
run again the ./InstallFullDB.sh
command to load the individual data tables into your
database, populate them and apply all updates since the last milestone.
Note: for low populated servers, after installing it is adviced to import into your database the file
utilities/pool_autoadjust_maxlimit.sql
to prevent a too low number of resources spawns (herbs and minerals)
For a full installation guide, please refer to CMaNGOS installation instructions.
The best way to submit an issue is to use the issue tracker on the GitHub repository of this database.