NPC lookface?

03/01/2021 01:54 denominator#1
Code:
[NpcType836]
Name=RebirthMaster
SimpleObjID=12
StandByMotion=9990120100
BlazeMotion=9990120190
RestMotion=9990120101
Effect=foot03
ASB=5
ADB=6
FixDir=1
Note=[Rebirth]
Notecolor=0xEEFFFF00
How do you go about finding out things such as lookface, Type etc? I get the ID UID part just not sure about lookface or type
03/01/2021 04:00 ~Crystaline#2
Lookface is the NpcType number + Facing Direction.

Example: 8361

Type is predetermined. 2 for example is the one for dialogs, 16 for booths and 32 for shops, and etc. You can check the npc table and test what each of them do.
03/02/2021 05:06 denominator#3
Appreciated