Dylan Habbo Member Oct 30, 2011 35 0 Nov 21, 2011 #1 Well, the title says it all, i'm using iis and navicat, how do i make them all spawn in 1 room?
E enet Member Oct 28, 2011 36 2 Nov 21, 2011 #2 ALTER TABLE `users` CHANGE `home_room` `home_room` INT( 10 ) UNSIGNED NOT NULL DEFAULT 'CHANGE TO YOUR ROOM ID' Run that it'll change everyone that registers home_room to spawn in that room. Upvote 0 Downvote
ALTER TABLE `users` CHANGE `home_room` `home_room` INT( 10 ) UNSIGNED NOT NULL DEFAULT 'CHANGE TO YOUR ROOM ID' Run that it'll change everyone that registers home_room to spawn in that room.
D Dylannnn New Member Jul 27, 2011 29 4 Nov 22, 2011 #3 And where do i add that? do i go on users then wut? LOL Upvote 0 Downvote
TesoMayn Boredom, it vexes me. Oct 30, 2011 1,482 1,482 Nov 22, 2011 #4 Run it as a SQL query. With Navicat is is easier to save it in a .SQL file and then execute it. You must be registered for see links Upvote 0 Downvote
Run it as a SQL query. With Navicat is is easier to save it in a .SQL file and then execute it. You must be registered for see links