Versiones comparadas

Clave

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

...

             

Field

Type

Attributes

Key

Null

Default

Extra

Comment

IDmediumint(8)unsignedPRINO0 
Unique ID linked to quest_template.ID
MaxLeveltinyint(3)unsigned
NO0  

AllowableClassesint(10)unsigned 
NO0 

SourceSpellIDmediumint(8)unsigned
NO0  

PrevQuestIDmediumint(8)  

NO0 

NextQuestIDmediumint(8)  

NO0 

ExclusiveGroupmediumint(8) 

NO0  

RewardMailTemplateIDmediumint(8)unsigned 
NO0 

RewardMailDelayint(10)unsigned 
NO0 

RequiredSkillIDsmallint(5)unsigned
NO0 

RequiredSkillPointssmallint(5)unsigned 
NO0  

RequiredMinRepFactionsmallint(5)unsigned
NO0  

RequiredMaxRepFactionsmallint(5)unsigned 
NO0  

RequiredMinRepValuemediumint(8)  

NO0  

RequiredMaxRepValuemediumint(8)  

NO0  

ProvidedItemCounttinyint(3)unsigned
NO0 

SpecialFlagstinyint(3)unsigned 
NO0  


Description of the fields:

...

See the examples section for examples.

NextQuestID

...

Contains the next quest id,

...

in case PrevQuestId of that

...

other quest is not sufficient.

...

See the examples section for examples.

...

  •  1: Makes the quest repeatable.
  •  2: Makes the quest only completable by some external event (an entry in areatrigger_involvedrelation, spell effect quest complete or an entry in spell_scripts with command 7 as some examples)
  •  4: Make quest auto-accept. As of patch 3.3.5a only quests in the starter area need this flag.
  •  8: Only used for Dungeon Finder quests
  • 16: Makes the quest monthly
  • 32: The quest requires RequiredOrNpcGo killcredit (a spell cast), but NOT an actual NPC kill. This action usually involves killing an invisible "bunny" NPC.

...