summaryrefslogtreecommitdiff
path: root/docs/character_queststatus.md
diff options
context:
space:
mode:
authorWalter Pagani <paganiwalter@gmail.com>2021-01-12 07:02:37 -0300
committerGitHub <noreply@github.com>2021-01-12 11:02:37 +0100
commit58854d415c5ab6b19fcd530edd7726f35cc143f4 (patch)
treefa3eb7023ccce1b5abf473dd74a6069e0e0d8a4d /docs/character_queststatus.md
parent0e7b3b282b7e2712b0fcc9babd11e8a0dfc9351f (diff)
downloadwiki-58854d415c5ab6b19fcd530edd7726f35cc143f4.tar.gz
wiki-58854d415c5ab6b19fcd530edd7726f35cc143f4.tar.bz2
wiki-58854d415c5ab6b19fcd530edd7726f35cc143f4.zip
refact(tables): converting from HTML to Markdown part #7 (#337)
* Holidays.md * item_loot_items.md * game_weather.md * creature_classlevelstats.md * game_event_condition.md * game_event.md * item_instance.md * pet_aura.md * character_queststatus.md * gossip_menu_option_locale.md * arena_team.md * access_requirement.md * character_aura.md * guild_member.md * character_equipmentsets.md * character_pet.md * Spell.md * SkillLine.md * creature_addon.md * gm_ticket.md * character_stats.md * spell_area.md * gossip_menu_option.md * creature_text.md * quest_template_addon.md * Achievement_Criteria.md * fix powerType Spell.md * loot_template.md * Emotes.md * quest_template.md * npc_text.md * gameobject_template.md * spell_dbc.md * worldstates.md * FactionTemplate.md * Achievement.md * AreaTable.md * DBC-AreaTrigger.md
Diffstat (limited to 'docs/character_queststatus.md')
-rw-r--r--docs/character_queststatus.md253
1 files changed, 35 insertions, 218 deletions
diff --git a/docs/character_queststatus.md b/docs/character_queststatus.md
index f90a4ad..c77a198 100644
--- a/docs/character_queststatus.md
+++ b/docs/character_queststatus.md
@@ -8,224 +8,41 @@ Holds information on the quest status of each character.
**Structure**
-<table>
-<tbody>
-<tr class="odd">
-<td><p><strong>Field</strong></p></td>
-<td><p><strong>Type</strong></p></td>
-<td><p><strong>Attributes</strong></p></td>
-<td><p><strong>Key</strong></p></td>
-<td><p><strong>Null</strong></p></td>
-<td><p><strong>Default</strong></p></td>
-<td><p><strong>Extra</strong></p></td>
-<td><p><strong>Comment</strong></p></td>
-</tr>
-<tr class="even">
-<td><p><a href="#guid">guid</a></p></td>
-<td><p>int(10)</p></td>
-<td><p>unsigned</p></td>
-<td><p>PRI</p></td>
-<td><p>NO</p></td>
-<td><p>0</p></td>
-<td><p><br />
-</p></td>
-<td><p>Global Unique Identifier</p></td>
-</tr>
-<tr class="odd">
-<td><p><a href="#quest">quest</a></p></td>
-<td><p>int(10)</p></td>
-<td><p>unsigned</p></td>
-<td><p>PRI</p></td>
-<td><p>NO</p></td>
-<td><p>0</p></td>
-<td><p><br />
-</p></td>
-<td><p>Quest Identifier</p></td>
-</tr>
-<tr class="even">
-<td><p><a href="#status">status</a></p></td>
-<td><p>tinyint(3)</p></td>
-<td><p>unsigned</p></td>
-<td><p><br />
-</p></td>
-<td><p>NO</p></td>
-<td><p>0</p></td>
-<td><p><br />
-</p></td>
-<td><p><br />
-</p></td>
-</tr>
-<tr class="odd">
-<td><p><a href="#explored">explored</a></p></td>
-<td><p>tinyint(3)</p></td>
-<td><p>unsigned</p></td>
-<td><p><br />
-</p></td>
-<td><p>NO</p></td>
-<td><p>0</p></td>
-<td><p><br />
-</p></td>
-<td><p><br />
-</p></td>
-</tr>
-<tr class="even">
-<td><p><a href="#timer">timer</a></p></td>
-<td><p>int(10)</p></td>
-<td><p>unsigned</p></td>
-<td><p><br />
-</p></td>
-<td><p>NO</p></td>
-<td><p>0</p></td>
-<td><p><br />
-</p></td>
-<td><p><br />
-</p></td>
-</tr>
-<tr class="odd">
-<td><p><a href="#mobcount">mobcount1</a></p></td>
-<td><p>smallint(5)</p></td>
-<td><p>unsigned</p></td>
-<td><p><br />
-</p></td>
-<td><p>NO</p></td>
-<td><p>0</p></td>
-<td><p><br />
-</p></td>
-<td><p><br />
-</p></td>
-</tr>
-<tr class="even">
-<td><p><a href="#mobcount">mobcount2</a></p></td>
-<td><p>smallint(5)</p></td>
-<td><p>unsigned</p></td>
-<td><p><br />
-</p></td>
-<td><p>NO</p></td>
-<td><p>0</p></td>
-<td><p><br />
-</p></td>
-<td><p><br />
-</p></td>
-</tr>
-<tr class="odd">
-<td><p><a href="#mobcount">mobcount3</a></p></td>
-<td><p>smallint(5)</p></td>
-<td><p>unsigned</p></td>
-<td><p><br />
-</p></td>
-<td><p>NO</p></td>
-<td><p>0</p></td>
-<td><p><br />
-</p></td>
-<td><p><br />
-</p></td>
-</tr>
-<tr class="even">
-<td><p><a href="#mobcount">mobcount4</a></p></td>
-<td><p>smallint(5)</p></td>
-<td><p>unsigned</p></td>
-<td><p><br />
-</p></td>
-<td><p>NO</p></td>
-<td><p>0</p></td>
-<td><p><br />
-</p></td>
-<td><p><br />
-</p></td>
-</tr>
-<tr class="odd">
-<td><p><a href="#itemcount">itemcount1</a></p></td>
-<td><p>smallint(5)</p></td>
-<td><p>unsigned</p></td>
-<td><p><br />
-</p></td>
-<td><p>NO</p></td>
-<td><p>0</p></td>
-<td><p><br />
-</p></td>
-<td><p><br />
-</p></td>
-</tr>
-<tr class="even">
-<td><p><a href="#itemcount">itemcount2</a></p></td>
-<td><p>smallint(5)</p></td>
-<td><p>unsigned</p></td>
-<td><p><br />
-</p></td>
-<td><p>NO</p></td>
-<td><p>0</p></td>
-<td><p><br />
-</p></td>
-<td><p><br />
-</p></td>
-</tr>
-<tr class="odd">
-<td><p><a href="#itemcount">itemcount3</a></p></td>
-<td><p>smallint(5)</p></td>
-<td><p>unsigned</p></td>
-<td><p><br />
-</p></td>
-<td><p>NO</p></td>
-<td><p>0</p></td>
-<td><p><br />
-</p></td>
-<td><p><br />
-</p></td>
-</tr>
-<tr class="even">
-<td><p><a href="#itemcount">itemcount4</a></p></td>
-<td><p>smallint(5)</p></td>
-<td><p>unsigned</p></td>
-<td><p><br />
-</p></td>
-<td><p>NO</p></td>
-<td><p>0</p></td>
-<td><p><br />
-</p></td>
-<td><p><br />
-</p></td>
-</tr>
-<tr class="odd">
-<td>itemcount5</td>
-<td>smallint(5)</td>
-<td>unsigned</td>
-<td><br />
-</td>
-<td>NO</td>
-<td>0</td>
-<td><br />
-</td>
-<td><br />
-</td>
-</tr>
-<tr class="even">
-<td>itemcount6</td>
-<td>smallint(5)</td>
-<td>unsigned</td>
-<td><br />
-</td>
-<td>NO</td>
-<td>0</td>
-<td><br />
-</td>
-<td><br />
-</td>
-</tr>
-<tr class="odd">
-<td><p><a href="#playercount">playercount</a></p></td>
-<td><p>smallint(5)</p></td>
-<td><p>unsigned</p></td>
-<td><p><br />
-</p></td>
-<td><p>NO</p></td>
-<td><p>0</p></td>
-<td><p><br />
-</p></td>
-<td><p><br />
-</p></td>
-</tr>
-</tbody>
-</table>
+| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
+|-------------------|-------------|------------|-----|------|---------|-------|--------------------------|
+| [guid][1] | int(10) | unsigned | PRI | NO | | | Global Unique Identifier |
+| [quest][2] | int(10) | unsigned | PRI | NO | | | Quest Identifier |
+| [status][3] | tinyint(3) | unsigned | | NO | | | |
+| [explored][4] | tinyint(3) | unsigned | | NO | | | |
+| [timer][5] | int(10) | unsigned | | NO | | | |
+| [mobcount1][6] | smallint(5) | unsigned | | NO | | | |
+| [mobcount2][7] | smallint(5) | unsigned | | NO | | | |
+| [mobcount3][8] | smallint(5) | unsigned | | NO | | | |
+| [mobcount4][9] | smallint(5) | unsigned | | NO | | | |
+| [itemcount1][10] | smallint(5) | unsigned | | NO | | | |
+| [itemcount2][11] | smallint(5) | unsigned | | NO | | | |
+| [itemcount3][12] | smallint(5) | unsigned | | NO | | | |
+| [itemcount4][13] | smallint(5) | unsigned | | NO | | | |
+| [itemcount5][14] | smallint(5) | unsigned | | NO | | | |
+| [itemcount6][15] | smallint(5) | unsigned | | NO | | | |
+| [playercount][16] | smallint(5) | unsigned | | NO | | | |
+
+[1]: #guid
+[2]: #quest
+[3]: #status
+[4]: #explored
+[5]: #timer
+[6]: #mobcount1
+[7]: #mobcount2
+[8]: #mobcount3
+[9]: #mobcount4
+[10]: #itemcount1
+[11]: #itemcount2
+[12]: #itemcount3
+[13]: #itemcount4
+[14]: #itemcount5
+[15]: #itemcount6
+[16]: #playercount
**Description of the fields**