用户工具

站点工具


数据库:world数据库:quest_template

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
后一修订版
前一修订版
数据库:world数据库:quest_template [2023/10/03 17:08] – [QuestType] admin数据库:world数据库:quest_template [2023/10/09 18:41] (当前版本) – [QuestType] admin
行 123: 行 123:
 ==== QuestType ==== ==== QuestType ====
  
-Accepted values: 01or 3. Their meaning is described in table below.+接受的值:01或 3。它们的含义如下表所述。
  
 ^Value^Result^ ^Value^Result^
-|0|Quest is enabled, but it is auto-completed when acceptedthis skips quest objectives and quest details.+|0|任务已启用,但在接受时会自动完成;这将跳过任务目标和任务细节。
-|1|Quest is disabled (not yet implemented in the core).+|1|任务已禁用(尚未在核心中实现)。
-|2|Quest is enabled (does not auto-complete).| +|2|任务已启用 (不会自动完成).| 
-|3|Quest is a World Quest.|+|3|任务是世界任务。|
  
 ==== QuestLevel ==== ==== QuestLevel ====
行 231: 行 231:
 This flag field defines more specifically the type of quest it is. Aside from the daily flag and sharable flag, this field is used just for grouping purposes and NOT for any other quest requirements. The quest requirements are calculated from non-zero values in other quest template fields. Also, while some of these flags are known, others have yet an unknown purpose and the comments below is simply guesswork on them. This flag field defines more specifically the type of quest it is. Aside from the daily flag and sharable flag, this field is used just for grouping purposes and NOT for any other quest requirements. The quest requirements are calculated from non-zero values in other quest template fields. Also, while some of these flags are known, others have yet an unknown purpose and the comments below is simply guesswork on them.
  
-Flag Name Comments +^Flag^Name^Comments^ 
-0 QUEST_FLAGS_NONE No flags, so no groups assigned to this quest. +|0|QUEST_FLAGS_NONE|No flags, so no groups assigned to this quest.| 
-1 QUEST_FLAGS_STAY_ALIVE If the player dies, the quest is failed. +|1|QUEST_FLAGS_STAY_ALIVE|If the player dies, the quest is failed.| 
-2 QUEST_FLAGS_PARTY_ACCEPT Escort quests or any other event-driven quests. If player in party, all players that can accept this quest will receive confirmation box to accept quest. +|2|QUEST_FLAGS_PARTY_ACCEPT|Escort quests or any other event-driven quests. If player in party, all players that can accept this quest will receive confirmation box to accept quest.| 
-4 QUEST_FLAGS_EXPLORATION Involves the activation of an areatrigger. +|4|QUEST_FLAGS_EXPLORATION|Involves the activation of an areatrigger.| 
-8 QUEST_FLAGS_SHARABLE Allows the quest to be shared with other players. +|8|QUEST_FLAGS_SHARABLE|Allows the quest to be shared with other players.| 
-16 QUEST_FLAGS_HAS_CONDITION Not used currently +|16|QUEST_FLAGS_HAS_CONDITION|Not used currently| 
-32 QUEST_FLAGS_HIDE_REWARD_POI Not used currently: Unsure of content +|32|QUEST_FLAGS_HIDE_REWARD_POI|Not used currently: Unsure of content| 
-64 QUEST_FLAGS_RAID Can be completed while in raid +|64|QUEST_FLAGS_RAID|Can be completed while in raid| 
-128 QUEST_FLAGS_TBC Not used currently: Available if TBC expansion enabled only +|128|QUEST_FLAGS_TBC|Not used currently: Available if TBC expansion enabled only| 
-256 QUEST_FLAGS_NO_MONEY_FROM_XP Not used currently: Experience is not converted to gold at max level +|256|QUEST_FLAGS_NO_MONEY_FROM_XP|Not used currently: Experience is not converted to gold at max level| 
-512 QUEST_FLAGS_HIDDEN_REWARDS Item and monetary rewards are hidden in the initial quest details page and in the quest log but will appear once ready to be rewarded. +|512|QUEST_FLAGS_HIDDEN_REWARDS|Item and monetary rewards are hidden in the initial quest details page and in the quest log but will appear once ready to be rewarded.| 
-1024 QUEST_FLAGS_TRACKING These quests are automatically rewarded on quest complete and they will never appear in quest log client side. +|1024|QUEST_FLAGS_TRACKING|These quests are automatically rewarded on quest complete and they will never appear in quest log client side.| 
-2048 QUEST_FLAGS_DEPRECATE_REPUTATION Not used currently +|2048|QUEST_FLAGS_DEPRECATE_REPUTATION|Not used currently| 
-4096 QUEST_FLAGS_DAILY Daily repeatable quests (only flag that the core applies specific behavior for) +|4096|QUEST_FLAGS_DAILY|Daily repeatable quests (only flag that the core applies specific behavior for)| 
-8192 QUEST_FLAGS_FLAGS_PVP Having this quest in log forces PvP flag +|8192|QUEST_FLAGS_FLAGS_PVP|Having this quest in log forces PvP flag| 
-16384 QUEST_FLAGS_UNAVAILABLE Used on quests that are not generically available +|16384|QUEST_FLAGS_UNAVAILABLE|Used on quests that are not generically available| 
-32768 QUEST_FLAGS_WEEKLY Weekly repeatable quests (only flag that the core applies specific behavior for) +|32768|QUEST_FLAGS_WEEKLY|Weekly repeatable quests (only flag that the core applies specific behavior for)| 
-65536 QUEST_FLAGS_AUTOCOMPLETE Auto complete +|65536|QUEST_FLAGS_AUTOCOMPLETE|Auto complete| 
-131072 QUEST_FLAGS_DISPLAY_ITEM_IN_TRACKER Displays usable item in quest tracker +|131072|QUEST_FLAGS_DISPLAY_ITEM_IN_TRACKER|Displays usable item in quest tracker| 
-262144 QUEST_FLAGS_OBJ_TEXT Use Objective text as Complete text +|262144|QUEST_FLAGS_OBJ_TEXT|Use Objective text as Complete text| 
-524288 QUEST_FLAGS_AUTO_ACCEPT The client recognizes this flag as auto-accept. However, NONE of the current quests (3.3.5a) have this flag. Maybe blizz used to use it, or will use it in the future. +|524288|QUEST_FLAGS_AUTO_ACCEPT|The client recognizes this flag as auto-accept. However, NONE of the current quests (3.3.5a) have this flag. Maybe blizz used to use it, or will use it in the future.| 
-1048576 QUEST_FLAGS_PLAYER_CAST_ON_ACCEPT Quests with this flag player submit automatically by special button in player GUI +|1048576|QUEST_FLAGS_PLAYER_CAST_ON_ACCEPT|Quests with this flag player submit automatically by special button in player GUI| 
-2097152 QUEST_FLAGS_PLAYER_CAST_ON_COMPLETE Automatically suggestion of accepting quest. Not from npc. +|2097152|QUEST_FLAGS_PLAYER_CAST_ON_COMPLETE|Automatically suggestion of accepting quest. Not from npc.| 
-4194304 QUEST_FLAGS_UPDATE_PHASE_SHIFT  +|4194304|QUEST_FLAGS_UPDATE_PHASE_SHIFT| | 
-8388608 QUEST_FLAGS_SOR_WHITELIST  +|8388608|QUEST_FLAGS_SOR_WHITELIST| | 
-16777216 QUEST_FLAGS_LAUNCH_GOSSIP_COMPLETE  +|16777216|QUEST_FLAGS_LAUNCH_GOSSIP_COMPLETE| | 
-54432 QUEST_FLAGS_REMOVE_EXTRA_GET_ITEMS  +|54432|QUEST_FLAGS_REMOVE_EXTRA_GET_ITEMS| | 
-67108864 QUEST_FLAGS_HIDE_UNTIL_DISCOVERED  +|67108864|QUEST_FLAGS_HIDE_UNTIL_DISCOVERED| | 
-134217728 QUEST_FLAGS_PORTRAIT_IN_QUEST_LOG  +|134217728|QUEST_FLAGS_PORTRAIT_IN_QUEST_LOG| | 
-268435456 QUEST_FLAGS_SHOW_ITEM_WHEN_COMPLETED  +|268435456|QUEST_FLAGS_SHOW_ITEM_WHEN_COMPLETED| | 
-536870912 QUEST_FLAGS_LAUNCH_GOSSIP_ACCEPT  +|536870912|QUEST_FLAGS_LAUNCH_GOSSIP_ACCEPT| | 
-1073741824 QUEST_FLAGS_ITEMS_GLOW_WHEN_DONE  +|1073741824|QUEST_FLAGS_ITEMS_GLOW_WHEN_DONE| | 
-2147483648 QUEST_FLAGS_FAIL_ON_LOGOUT +|2147483648|QUEST_FLAGS_FAIL_ON_LOGOUT| | 
 +
 Like all flag based fields, QuestFlags can be added for the different types of quest. Like all flag based fields, QuestFlags can be added for the different types of quest.
  
数据库/world数据库/quest_template.1696324094.txt.gz · 最后更改: 2023/10/03 17:08 由 admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki