Npc hired npcsTable: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Grimston (talk | contribs)
Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- |ADD |owner_id |int(8) unsigned |PRI |0 | | |- |ADD |hired_npc_id |int(8) unsigned |PRI |0 | | |- |ADD |guild |char(1) | |N | | |- |ADD |work_location_id |int(8) unsigned | |0 | | |- |ADD |script |text | | | |The script for the hired NPC dialog. |}"
 
Grimston (talk | contribs)
mNo edit summary
 
Line 9: Line 9:
!Description
!Description
|-
|-
|ADD
|
|owner_id
|owner_id
|int(8) unsigned
|int(8) unsigned
Line 17: Line 17:
|  
|  
|-
|-
|ADD
|
|hired_npc_id
|hired_npc_id
|int(8) unsigned
|int(8) unsigned
Line 25: Line 25:
|  
|  
|-
|-
|ADD
|
|guild
|guild
|char(1)
|char(1)
Line 33: Line 33:
|  
|  
|-
|-
|ADD
|
|work_location_id
|work_location_id
|int(8) unsigned
|int(8) unsigned
Line 41: Line 41:
|  
|  
|-
|-
|ADD
|
|script
|script
|text
|text

Latest revision as of 14:51, 11 January 2022

UE Field Type Key Type Default Extra Description
owner_id int(8) unsigned PRI 0
hired_npc_id int(8) unsigned PRI 0
guild char(1) N
work_location_id int(8) unsigned 0
script text The script for the hired NPC dialog.