Home_room Doesn't save when I reload

Tmax

Member
Nov 1, 2016
87
9
Hey, for example say if the home room is already 140 id
and i'm changing to 213 I ran the query to change it all to 213
then I restarted emu to make sure it saves this time and then when I reload hotel it goes back to 140?
 

Liam

smooth and dynamic
Staff member
FindRetros Moderator
Apr 10, 2013
1,267
830
If you were online while restarting the emulator that's probably why the home room didn't update for you.

Design users table > go to home_room > change default to 213
UPDATE users SET home_room = 213;

The first step might not be needed, I can't remember. Make sure your emulator is off before doing this and it should work.
 

Blasteh

big tits
Apr 3, 2013
1,156
521
If you were online while restarting the emulator that's probably why the home room didn't update for you.

Design users table > go to home_room > change default to 213
UPDATE users SET home_room = 213;

The first step might not be needed, I can't remember. Make sure your emulator is off before doing this and it should work.
As @li4m said, your emulator cannot be running when doing this update.

Turn off your emulator
Run this in your database:
Code:
UPDATE users SET home_room = 213;
Start Emulator

You should now be going to that room ID automatically.
 

Users who are viewing this thread

Top