New Registration Help

Status
Not open for further replies.

DVerse

Member
Oct 8, 2016
53
6
Can i set up somewhere that when a habbo is new registered and he opens the client he directly spawn in my welcome lounge ?
 

n4te

zzz
Oct 27, 2014
669
293
Code:
UPDATE users SET home_room = 'ROOMID'

Run this as a query in your database. Make sure you know the ID of the room that you want to set as your welcome room, and replace "ROOMID" with it.
 

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
Code:
UPDATE users SET home_room = 'ROOMID'

Run this as a query in your database. Make sure you know the ID of the room that you want to set as your welcome room, and replace "ROOMID" with it.
This will set existing users, to make new registered users you’d have to open the users table in editors view and change the default room_id to the ID.
Post automatically merged:

Question has already been answered anyway, try searching in future.
 
Status
Not open for further replies.

Users who are viewing this thread

Top