Welcome room

Sab

I love milfs.
Jun 25, 2011
1,212
136
How can I change the welcome room to where everyone spawn at when they login?
 

TinyBuilder

Bike ✔
Mar 19, 2012
717
66
Go to phpmyadmin> database > click SQL tab > and run this SQL

Code:
UPDATE `users` SET `home_room` = 'roomid'

And to find your room ID, go to the room in the client and see :

swift.png


Hope I helped,
Tiny
 

Gajeel

Well-Known Member
Oct 4, 2011
2,411
413
You can also do this on Navicat..
  1. Open Navicat
  2. Open the database (to make a connection to it)
  3. Click the 'Tables' option
  4. Open 'users'
  5. Click 'File' on the Menu bar then click 'Design Table...'
  6. Find the 'home_room', click it...
  7. On the default value, you will see 0. Change it to the room ID.
 

Users who are viewing this thread

Top