Character questsTable: Difference between revisions

From PSwiki
Jump to navigation Jump to search
m Reverted edits by Luca (Talk) to last revision by Ethryn
Grimston (talk | contribs)
No edit summary
Line 1: Line 1:
{| border="1"
 
 
{| class="wikitable"
|+
!UE
!Field
!Type
!Key Type
!Default
!Extra
!Description
|-
|-
! field
|
! type
|player_id
! foreign key
|int(10) unsigned
! description
|PRI
|0
|
|
|-
|-
| player_id
|
| integer
|quest_id
|int(10) unsigned
|PRI
|0
|
|  
|  
|-
|
|status
|char(1)
|
|O
|
|  
|  
|-
|-
| quest_id
|
| integer
|assigner_id
|  
|int(10) unsigned
|
|0
|
|  
|  
|-
|-
| status
|
| char
|remaininglockout
|  
|int(10)
|
|0
|
|  
|  
|-
|-
| assigner_id
|
| integer
|last_response
|  
|int(10)
|
| -1
|
|  
|  
|-
|-
| remaininglockout
|
| integer
|last_response_npc_id
|  
|int(10) unsigned
|
|
|
|  
|  
|-
|-
| last_response
|ADD
| integer
|completionOrder
|  
|int(10) unsigned
|  
|
|0
|
|This field stores the ordering in which this quest was completed from 0 to n.
|}
|}




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

Revision as of 11:52, 11 January 2022


UE Field Type Key Type Default Extra Description
player_id int(10) unsigned PRI 0
quest_id int(10) unsigned PRI 0
status char(1) O
assigner_id int(10) unsigned 0
remaininglockout int(10) 0
last_response int(10) -1
last_response_npc_id int(10) unsigned
ADD completionOrder int(10) unsigned 0 This field stores the ordering in which this quest was completed from 0 to n.