zerodowned

Moderator
Edit: Never mind, it's LogoutMap in Server/Mobile.

Does anyone know where it records what map a player or mobile is on ?

Under Props it has Map but that shows Internal when they logout, but how does it know which map they go back to when OnLogin?

I'll do some more digging but it seems like it should be a lot easier to find.
 
Last edited:
When the player logs out their logout map is set to the map they should log back in on and their "Map" becomes internal.

When they log back in their Map is set to their logout map.

Not sure about ServUO but in RunUO this code happens in Mobile.cs, in the setter for NetState.
 
Back