ModernUO icon indicating copy to clipboard operation
ModernUO copied to clipboard

Enable multiple characters from the same account

Open thecatontheflat opened this issue 1 year ago • 4 comments

thecatontheflat avatar Sep 04 '23 20:09 thecatontheflat

I am not sure if that is enough to make this work. Sagas added a similar feature and they had a problem with CUO where it somehow got MUO to log in two NetStates to the same player. So we need specific checks for that.

kamronbatman avatar Sep 05 '23 05:09 kamronbatman

image

This is the error CUO received on the logged in character when trying to login into the same character with the current implementation. It logs out the old character and logs in the new one

thecatontheflat avatar Sep 05 '23 13:09 thecatontheflat

image This is the error CUO received on the logged in character when trying to login into the same character with the current implementation. It logs out the old character and logs in the new one

Yeah that is the happy path, but when CUO is modified to allow multiple characters, it somehow showed the player twice with a small delay between.

kamronbatman avatar Sep 07 '23 01:09 kamronbatman

I did some testing on this. Looks like the CUO bug is an old one.

@thecatontheflat Let's modify this to use a number indicating the max amount of characters that can be logged in at once.

kamronbatman avatar Apr 20 '24 17:04 kamronbatman

As pointed out in Discord, some systems may enumerate an accounts Mobiles, checking for a NetState to find out if the user is online. This would "break."

So let's leave this as a modification for the developer to do.

kamronbatman avatar Jun 16 '24 01:06 kamronbatman