Versiones comparadas

Clave

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

Table: quest_greeting

...

FieldTypeAttributesKeyNULLDefaultComment
IDmediumintUnsignedYesNO0Unique ID (creature_template.IDentry or gameobject_template.IDentry)
TypetinyintUnsignedYesNO00=Creature 1=GameObject
GreetEmoteTypesmallintUnsignedNONO0Quest NPC Emote
GreetEmoteDelayintUnsignedNONO0Emote delay in milliseconds
Greetingtext
NOYESNULLText to show
VerifiedBuildsmallintSignedNONO0Game client Build number or manually set value

...

Description of the fields:

ID

Unique ID (creature_template.identry or gameobject_template.identry)

Type

  • 0=Creature (The ID is point to creature_template.entry)
  • 1=GameObject (The ID is point to gameobject_template.entry)

...

GreetEmoteDelay

Emote delay in milliseconds

Greeting

Text to show

VerifiedBuild

...