How to make an RPG style party finder?

Options
MOGI
MOGI
edited September 2022 in DotNet

Hello Photon! I've been making a multiplay game using PUN. This is very powerful and works well. thank you. But I have a some problem. I want your help... :(

Think of a RPG game.

Many players in the field. all player is connected to the same room in Photon. Now open the (Tentative) Boss party finder window and search the list of parties. maybe, i can implemented using Photon's event function OnRoomListUpdate.

But when I try to enter by selecting a room, I get an error it's impossible. (Because I already accessed to the room.)

How can I implement this functionality? Should I use the new App ID to access?

I think... the best way is to use Photon's chat feature. Is that right?

Answers