Versiones comparadas

Clave

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

...

RewardMailTemplateID

Field

Type

Attributes

Key

Null

Default

Extra

Comment

ID74254276mediumint(8)unsignedPRINO0
Unique ID linked to quest_template.ID
MaxLevel74254276tinyint(3)unsigned
NO0

AllowableClasses74254276int(10)unsigned
NO0

SourceSpellID74254276mediumint(8)unsigned
NO0

PrevQuestID74254276mediumint(8)

NO0

NextQuestID74254276mediumint(8)

NO0

ExclusiveGroup74254276mediumint(8)

NO0

quest_template_addon#BreadcrumbForQuestId






74254276mediumint(8)unsigned
NO0

RewardMailDelay74254276int(10)unsigned
NO0

RequiredSkillID74254276smallint(5)unsigned
NO0

RequiredSkillPoints74254276smallint(5)unsigned
NO0

RequiredMinRepFaction74254276smallint(5)unsigned
NO0

RequiredMaxRepFaction74254276smallint(5)unsigned
NO0

RequiredMinRepValue74254276mediumint(8)

NO0

RequiredMaxRepValue74254276mediumint(8)

NO0

ProvidedItemCount74254276tinyint(3)unsigned
NO0

SpecialFlags74254276tinyint(3)unsigned
NO0


Description of the fields:

...

Note: All quests that use an ExclusiveGroup must also have entries in pool_template and pool_quest in order for the core to choose one randomly. See the examples section for examples.

BreadcrumbForQuestId

Breadcrumb quests exist for the sole purpose of guiding the player to a new zone or subzone to quest in. They are often given by NPCs upon completing the previous quest hub, as well as Hero's Call Boards, Warchief's Command Boards, and the Adventure Guide. Often there are multiple breadcrumb quests followed by the same follow-up quest, and normally they are mutually exclusive, meaning that accepting one breadcrumb quest will make all the others leading to the same location unavailable. Also, normally completing the follow-up quest will make any breadcrumb quests leading to it unavailable, whether or not they were completed.

RewardMailTemplateID

If the quest gives as a reward an item from a possible list of items, the ID here corresponds to the proper loot template in quest_mail_loot_template. According to the rules in that loot template, items "looted" will be sent by mail at the completion of the quest.

...