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 after Expansions:

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.

...

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

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_NONE2

Unknown at this time and not used.

32

QUEST_FLAGS_EPIC

Epic class quests (hunter) (??)

64

QUEST_FLAGS_RAID

Raid or similiar player group needed for quest.

128

QUEST_FLAGS_TBC

Added with or after TBC.

256

QUEST_FLAGS_DELIVER_MORE

Quest needs extra non-objective items dropped (eg. RequiredSourceItemId fields) (pregunta)

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_REWARDED

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

2048

QUEST_FLAGS_TBC_RACES

Blood elf/draenei starting zone quests.

4096

QUEST_FLAGS_DAILY

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

8192

QUEST_FLAGS_REPEATABLE

Used on repeatable quests

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_SPECIAL_ITEM

has something to do with RequiredItemId and SourceItemId

262144

QUEST_FLAGS_OBJ_TEXT

Use Objective text as Complete text

524288

QUEST_FLAGS_AUTO_ACCEPT

Quests in starting areas

1048576QUEST_FLAGS_AUTO_SUBMIT  Quests with this flag player submit automatically by special button in player GUI
2097152 QUEST_FLAGS_AUTO_TAKEAutomatically suggestion of accepting quest. Not from npc.

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

...