Back to 'conversation_actors' Return to world Go to 'conversation_template'
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
Id | int | unsigned | PRI | NO | |||
UiCameraID | int | unsigned | NO | 0 | |||
ActorIdx | tinyint | unsigned | NO | 0 | |||
Flags | tinyint | unsigned | NO | 0 | |||
ChatType | tinyint | unsigned | NO | 0 | |||
VerifiedBuild | int | unsigned | NO | 0 |
Unique ID for a line in a conversation.
Reference: ConversationLine.db2
Reference: UiCamera.db2
Links the line to an actor by conversation_actors.Idx.
Value | Name | Description |
---|---|---|
0x1 | CONVERSATION_LINE_FLAG_NOTIFY_STARTED | Client will send CMSG_CONVERSATION_LINE_STARTED when it runs this line |
- no description -
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_actors' Return to world Go to 'conversation_template'