Closed Blackstarsapphire closed 3 months ago
Is this a genie bug or a game bug? Does genie actually receive the right xml? I'm guessing no but would be good to include the raw xml info when you see this.
I got around to testing this today, and it's a game bug, not a bug with genie. The game doesn't send the needed XML for genie to update the room window:
Entering room on first Login:
<prompt time="[redacted]">></prompt>
Foo just arrived.
<pushStream id="logons"/> * Foo joins the adventure.
<popStream/><prompt time="[redacted]">></prompt>
Player entering room without login:
<prompt time="1723482327">R></prompt>
Bar came through a heavy door.
<component id='room players'>Also here: Bar and Foo.</component>
<prompt time="1723482330">R></prompt>
The xml tag missing from the game is "
When a character enters the game the Also here list in the room window is not updating. It requires someone to enter or exit the room via normal methods or a logout in the room.