数据库:characters数据库:character_queststatus
差别
这里会显示出您选择的修订版和当前版本之间的差别。
后一修订版 | 前一修订版 | ||
数据库:characters数据库:character_queststatus [2023/09/24 11:09] – 创建 admin | 数据库:characters数据库:character_queststatus [2023/09/24 11:12] (当前版本) – [character_queststatus 表] admin | ||
---|---|---|---|
行 7: | 行 7: | ||
**表结构** | **表结构** | ||
^Field^Type^Attributes^Key^Null^Default^extra^Comment^ | ^Field^Type^Attributes^Key^Null^Default^extra^Comment^ | ||
- | |[[#id|id]]|INT|UNSIGNED|PRI|NO| | | | | + | |[[#guid|guid]]|INT|UNSIGNED|PRI|NO|0| |Global Unique Identifier| |
- | |[[#gmlevel|gmlevel]]|TINYINT|UNSIGNED| |NO| | | | | + | |[[#quest|quest]]|INT|UNSIGNED|PRI|NO|0| |Quest Identifier| |
- | |[[#RealmID|RealmID]]|INT|SIGNED|PRI|NO|-1| | | | + | |[[# |
- | |[[#comment|comment]]|VARCHAR(255)|SIGNED| |YES|' '| | | | + | |[[#explored|explored]]|TINYINT|UNSIGNED| |NO|0| | | |
+ | |[[# | ||
+ | |[[#mobcount|mobcount1]]|SMALLINT|UNSIGNED| |NO|0| | | | ||
+ | |[[# | ||
+ | |[[# | ||
+ | |[[# | ||
+ | |[[# | ||
+ | |[[# | ||
+ | |[[# | ||
+ | |[[# | ||
+ | |[[# | ||
+ | |[[# | ||
+ | |[[# | ||
行 30: | 行 43: | ||
**Possible values** | **Possible values** | ||
- | Value Status Comments | + | ^Value^Status^Comments^ |
- | 0 QUEST_STATUS_NONE Quest isn't shown in quest list; default | + | |0|QUEST_STATUS_NONE|Quest isn't shown in quest list; default| |
- | 1 QUEST_STATUS_COMPLETE Quest has been completed | + | |1|QUEST_STATUS_COMPLETE|Quest has been completed| |
- | 2 QUEST_STATUS_UNAVAILABLE NOT USED | + | |2|QUEST_STATUS_UNAVAILABLE|NOT USED| |
- | 3 QUEST_STATUS_INCOMPLETE Quest is active in quest log but incomplete | + | |3|QUEST_STATUS_INCOMPLETE|Quest is active in quest log but incomplete| |
- | 4 QUEST_STATUS_AVAILABLE NOT USED | + | |4|QUEST_STATUS_AVAILABLE|NOT USED| |
- | 5 QUEST_STATUS_FAILED Player failed to complete the quest | + | |5|QUEST_STATUS_FAILED|Player failed to complete the quest| |
==== explored ==== | ==== explored ==== | ||
数据库/characters数据库/character_queststatus.1695524989.txt.gz · 最后更改: 2023/09/24 11:09 由 admin