Skip to content
This repository was archived by the owner on Jun 16, 2019. It is now read-only.

DBC routes

Francesco Borzì edited this page Jun 29, 2015 · 7 revisions

DBC routes

Here are listed all routes providing information from the sqlite database of the Discover-'s SAI Editor /storage/database/sqlite_database.db file.

Majority of following routes are available for 6.x too, you need just to pass an additional parameter version having value 6 to use 6.x DBC, example:

/dbc/achievements/9928?version=6

Available routes:

Achievements

Given the numeric {id} of an achievement, retrieve the couple (id, name) of the achievement:

/dbc/achievements/{id}

Areas and Zones

Given the numeric {id} of an area or zone, retrieve the row (id, m_ParentAreaID, m_AreaName_lang) of the area or zone:

/dbc/areas_and_zones/{id}

Areatriggers

Given the numeric {id} of an areatrigger, retrieve the row (m_id, m_mapId, m_posX, m_posY, m_posZ) of the areatrigger:

/dbc/areatriggers/{id}

Emotes

Given the numeric {id} of an emote, retrieve the couple (id, emote):

/dbc/emotes/{id}

Factions

Given the numeric {id} of a faction, retrieve the couple (m_ID, m_name_lang_1) of the faction:

/dbc/factions/{id}

Languages

Given the numeric {id} of a language, retrieve the couple (id, name) of the language:

/dbc/languages/{id}

Maps

Given the numeric {id} of a map, retrieve the couple (id, map) of the map:

/dbc/maps/{id}

Player Titles

Given the numeric {id} of a player title, retrieve the couple (id, title) of the player title:

/dbc/player_titles/{id}

Skills

Given the numeric {id} of a skill, retrieve the couple (id, name) of the skill:

/dbc/skills/{id}

Sound Entries

Given the numeric {id} of a sound entry, retrieve the couple (id, name) of the sound entry:

/dbc/sound_entries/{id}

Spells

Given the numeric {id} of a spell, retrieve the couple (ID, spellName) of the spell:

/dbc/spells/{id}

Taxi Nodes

Given the numeric {id} of a taxi node, retrieve the couple (ID, taxiName) of the taxi node:

/dbc/taxi_nodes/{id}

Clone this wiki locally