Skip to content

res1n/tbc-db

 
 

Repository files navigation

TBC-DB for CMaNGOS-TBC

A Content Database for CMaNGOS-TBC, and World of Warcraft Client Patch 2.4.3 - It Is Compatible Only With Client 2.4.3 (build 8606)

TBC-DB is released under the GPL v3. The file (LICENSE.md) 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.

TBC-DB contains copyrighted materials that are not part of the GPL v3. Informations about copyrighted materials are located in the file (COPYRIGHT.md).

World of Warcraft content and materials are trademarks and copyrights of Blizzard or its licensors. All rights reserved. TBC-DB is part of CMaNGOS project and is not affiliated with Blizzard or its licensors.

Compatibility

The TBC-DB database is compatible with cmangos-tbc core only.

Getting started

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 small SQL update files placed into the updates directory. Every time a user (that would be you or TBC-DB Developers) 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.

Installation

TBC-DB is the main content database for: mangos where the world is defined with creatures, items, objects, quests, etc.

It must be applied after creating the mangos database from your CMaNGOS core distribution cmangos-tbc 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.

For a full installation guide, please refer to CMaNGOS installation instructions.

And if something goes wrong?

To submit an issue for ACID or Database. Pls use: Issue Tracker:.

To submit an issue for Core or ScriptDev2. Pls use: Issue Tracker:.

About

A content database for mangos-tbc, and World of Warcraft Client Patch 2.4.3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 74.9%
  • SQLPL 21.6%
  • PLpgSQL 2.8%
  • Shell 0.7%