-
-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
I found that NewNPC always contains Marketboard and Summoning Bell.
This problem always occurs when the character is near the market.
Code:
ActorReadResult readResult = Reader.GetActors();
foreach (var id in readResult.NewNPC)
{
string strNPC = "NPC => ID: " + id + ", Name: " + readResult.NPCEntities[id].Name;
Console.WriteLine(strNPC);
}
Result:
NPC => ID: 2000402, Name: マーケットボード
NPC => ID: 2000401, Name: 呼び鈴
NPC => ID: 2000402, Name: マーケットボード
Remarks:
"Marketbord" is "マーケットボード" in Japanese.
"Summoning Bell" is "呼び鈴" in Japanese.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels