Skip to content

A simple library to read dbc files used by TrinityCore Server (v3.3.5).

Notifications You must be signed in to change notification settings

valcriss/TrinityCore.Dbc.Net.Lib

Repository files navigation

TrinityCore.Dbc.Net.Lib

⚠️ Only supported version is TrinityCore branch 3.3.5 ⚠️

First of all, English is not my mother tongue, so sorry in advance for any mistakes.

What can i do with the library ?

With this library you can open and read the contents of used dbc files used by the trinitycore server. Each file is represented by a specific class.

How to use the library ?

Basic example

DbcDirectory.Initialize("<path to dbc directory>");
List<Achievement> records = DbcDirectory.Open<Achievement>();

Specifying the locale

DbcDirectory.Initialize("<path to dbc directory>", Enums.DbcLocale.frFR);
List<Achievement> records = DbcDirectory.Open<Achievement>();

What files are currently available ?

About

A simple library to read dbc files used by TrinityCore Server (v3.3.5).

Topics

Resources

Stars

Watchers

Forks

Languages