Npc responsesTable: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Ethryn (talk | contribs)
m add to category (Engine documents)
Grimston (talk | contribs)
No edit summary
 
Line 1: Line 1:
{| border="1"
 
 
{| class="wikitable"
|+
!UE
!Field
!Type
!Key Type
!Default
!Extra
!Description
|-
|-
! field
|
! type
|id
! foreign key
|int(10) unsigned
! description
|PRI
|
|auto_increment
|
|-
|-
| id
|
| integer
|trigger_id
|int(10) unsigned
|
|0
|
|  
|  
|-
|
|response1
|text
|
|
|
|  
|  
|-
|-
| trigger_id
|
| integer
|response2
|text
|
|
|
|  
|  
|-
|
|response3
|text
|
|
|
|  
|  
|-
|-
| response1
|
| longvarchar
|response4
|text
|
|
|
|  
|  
|-
|
|response5
|text
|
|
|
|  
|  
|-
|-
| response2
|
| longvarchar
|pronoun_him
|  
|varchar(30)
|
|
|
|  
|  
|-
|-
| response3
|
| longvarchar
|pronoun_her
|  
|varchar(30)
|
|
|
|  
|  
|-
|-
| response4
|
| longvarchar
|pronoun_it
|  
|varchar(30)
|
|
|
|  
|  
|-
|-
| response5
|
| longvarchar
|pronoun_them
|  
|varchar(30)
|
|
|
|  
|  
|-
|-
| pronoun_him
|
| varchar
|script
|  
|blob
|
|
|
|  
|  
|-
|-
| pronoun_her
|
| varchar
|prerequisite
|  
|blob
|
|
|
|  
|  
|-
|-
| pronoun_it
|
| varchar
|quest_id
|  
|int(10) unsigned
|
|
|
|  
|  
|-
|-
| pronoun_them
|
| varchar
|audio_path1
|  
|varchar(100)
|  
|
|
|
|This holds an optional VFS path to a speech file to be sent to the client and played on demand for response1.
|-
|-
| script
|
| longvarbinary
|audio_path2
|  
|varchar(100)
|  
|
|
|
|This holds an optional VFS path to a speech file to be sent to the client and played on demand for response2.
|-
|-
| prerequisite
|
| longvarbinary
|audio_path3
|  
|varchar(100)
|  
|
|
|
|This holds an optional VFS path to a speech file to be sent to the client and played on demand for response3.
|-
|-
| quest_id
|
| integer
|audio_path4
|  
|varchar(100)
|  
|
|
|
|This holds an optional VFS path to a speech file to be sent to the client and played on demand for response4.
|-
|-
| audio_path
|
| varchar
|audio_path5
|  
|varchar(100)
|  
|
|
|
|This holds an optional VFS path to a speech file to be sent to the client and played on demand for response5.
|}
|}




[[Category:Engine documents]]
[[Category:Engine documents]]

Latest revision as of 12:47, 11 January 2022


UE Field Type Key Type Default Extra Description
id int(10) unsigned PRI auto_increment
trigger_id int(10) unsigned 0
response1 text
response2 text
response3 text
response4 text
response5 text
pronoun_him varchar(30)
pronoun_her varchar(30)
pronoun_it varchar(30)
pronoun_them varchar(30)
script blob
prerequisite blob
quest_id int(10) unsigned
audio_path1 varchar(100) This holds an optional VFS path to a speech file to be sent to the client and played on demand for response1.
audio_path2 varchar(100) This holds an optional VFS path to a speech file to be sent to the client and played on demand for response2.
audio_path3 varchar(100) This holds an optional VFS path to a speech file to be sent to the client and played on demand for response3.
audio_path4 varchar(100) This holds an optional VFS path to a speech file to be sent to the client and played on demand for response4.
audio_path5 varchar(100) This holds an optional VFS path to a speech file to be sent to the client and played on demand for response5.