Help- Home room & Guide Bots

Lemon

New Member
Nov 16, 2011
14
0
Hey there!

I was wondering how to make a room your home room and looked around in tables and couldn't find anything. I also need to know how to edit the Guide bot's Speech as it says Haboon instead of my retro name.

Thanks!
 

Twisting

HFFM
Sep 4, 2011
362
79
Liam,
I told you that I will do it for you *sigh*
Ill tell you anyway :)

Code:
ALTER TABLE  `users` CHANGE  `home_room`  `home_room` INT( 10 ) UNSIGNED NOT NULL DEFAULT  '999'
This Code Will Make Newly Registered Users Go To A Specific Room Upon Entering The Hotel, Change The '999' To The RoomID

Code:
update users set home_room='999';
This Code Will Make Old Registered Users Go To A Specific Room Upon Entering The Hotel, Change '999' To The RoomID
 

Users who are viewing this thread

Top