Back to 'conversation_line_template' Return to world Go to 'creature'
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| Id | int | unsigned | PRI | NO | |||
| FirstLineId | int | unsigned | NO | ||||
| TextureKitId | int | unsigned | NO | 0 | |||
| Flags | tinyint | signed | NO | 0 | |||
| ScriptName | varchar(64) | NO | '' | ||||
| VerifiedBuild | int | unsigned | NO | 0 |
Unique ID for a conversation.
ID of ConversationLine.db2 where the conversation starts.
Background texture (UiTextureKit.db2)
| Name | Flag |
|---|---|
| None | 0x00 |
| MultipleConversationType | 0x01 |
| IsTalkingHeadConversation | 0x02 |
| AllowWithoutSpawnedActor | 0x03 |
Name of the script this object uses if needed.
This field is used by the TrinityDB Team to determine whether a template has been verified from WDB files.
If value is 0 then it has not been parsed yet.
If value is above 0 then it has been parsed with WDB files from that specific client build.
If value is -1 then it is just a place holder until proper data are found on WDBs.
If value is -Client Build then it was parsed with WDB files from that specific client build and manually edited later for some special necessity.
Back to 'conversation_line_template' Return to world Go to 'creature'