Skip to content

NewNPC always contains Marketboard and Summoning Bell #29

@ghost

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions