Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

Table: quest_template

...

Mist of Pandaria and all Expansions after:

33555378 (33554432 + 256 + 128 + 32 + 16 + 2 + 512)  = Horde

18875469 (16777216 + 2097152 + 1024 + 64 + 8 + 4 + 1) = Alliance

RequiredSkillId

Skill required to know to accept the quest. See SkillIne.dbc
0 means no skill is required.

...

QUEST_FLAGS_AUTO_SUBMIT  

Flag

Name

Comments

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.(question)

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.

8

QUEST_FLAGS_SHARABLE

Allows the quest to be shared with other players.

16

QUEST_FLAGS_HAS_NONE2Unknown at this time and not used.CONDITION

Not used currently

32

QUEST_FLAGS_HIDE_REWARD_EPICEpic class quests (hunter) (??)POI

Not used currently: Unsure of content

64

QUEST_FLAGS_RAIDRaid

or similiar player group needed for quest.Can be completed while in raid

128

QUEST_FLAGS_TBCAdded with or after TBC.

Not used currently: Available if TBC expansion enabled only

256

QUEST_FLAGS_DELIVER_MOREQuest needs extra non-objective items dropped (eg. RequiredSourceItemId fields) (question)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.

1024

QUEST_FLAGS__AUTO_REWARDEDTRACKING

These quests are automatically rewarded on quest complete and they will never appear in quest log client side.

2048

QUEST_FLAGS_TBCDEPRECATE_RACESBlood elf/draenei starting zone quests.REPUTATION

Not used currently

4096

QUEST_FLAGS_DAILY

Daily repeatable quests (only flag that the core applies specific behavior for)

8192

QUEST_FLAGS_REPEATABLEUsed on repeatable questsFLAGS_PVP

Having this quest in log forces PvP flag

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)

65536

QUEST_FLAGS_AUTOCOMPLETE

Auto complete

131072

QUEST_FLAGS_SPECIALDISPLAY_ITEMhas something to do with RequiredItemId and SourceItemId_IN_TRACKER

Displays usable item in quest tracker

262144

QUEST_FLAGS_OBJ_TEXT

Use Objective text as Complete text

524288

QUEST_FLAGS_AUTO_ACCEPT

Quests in starting areas

1048576

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.

1048576QUEST_FLAGS_PLAYER_CAST_ON_ACCEPTQuests with this flag player submit automatically by special button in player GUI
2097152 QUEST_FLAGS_PLAYER_CAST_AUTOON_TAKECOMPLETEAutomatically suggestion of accepting quest. Not from npc.
4194304QUEST_FLAGS_UPDATE_PHASE_SHIFT
8388608QUEST_FLAGS_SOR_WHITELIST
16777216QUEST_FLAGS_LAUNCH_GOSSIP_COMPLETE
33554432QUEST_FLAGS_REMOVE_EXTRA_GET_ITEMS
67108864QUEST_FLAGS_HIDE_UNTIL_DISCOVERED
134217728QUEST_FLAGS_PORTRAIT_IN_QUEST_LOG
268435456QUEST_FLAGS_SHOW_ITEM_WHEN_COMPLETED
536870912QUEST_FLAGS_LAUNCH_GOSSIP_ACCEPT
1073741824QUEST_FLAGS_ITEMS_GLOW_WHEN_DONE
2147483648QUEST_FLAGS_FAIL_ON_LOGOUT

Like all flag based fields, QuestFlags can be added for the different types of quest.

...