{R63} Making all furniture Stackable without rollers {R63}

Mar 20, 2014
166
10
Okay this is very simple to do. Go into localhost/phpmyadmin, and open your database. click SQL and run this into the box :
Code:
UPDATE `furniture` SET can_stack = '1';

then click go.
Reload your client, then do these commands in-game :
:update_catalogue
:update_settings
:update_items


Now try it yourself :) all furni is stackable !
 

Zymf

 
Aug 19, 2012
868
166
This will help a lot of people, nice tutorial.
:update_catalogue and :update_settings aren't needed though - Once you've updated your items table then used furni that isn't already placed it should work
 

Jamescool12

Member
Jan 17, 2014
139
13
i put on my navicat i put as a qurey
UPDATE `furniture` SET can_stack = '1';

and it didnt work LOOL i tired puting all the commands you listed
 

Adapt

Learning Habbo Retro Developer
Jan 1, 2016
37
6
Nice SQL. This will help out many people who are owning hotels and have these problems. Great release.
 

Swiftay98

New Member
Feb 20, 2018
17
6
1eaf45c50043ea05b5040b3a55c1ac1f.png


Just tried running as a Query but rp.furniture doesn't exist, but catalog_furnis and catalog_items does, would it be the same command but using one of these?
 

Zachariah

Active Member
Aug 26, 2017
177
78
Or you can just go into furniture table and do the furni that you want stackable change it to stackable / can_stack = 1
 

Kak

Posting Freak
Apr 21, 2017
951
165
1eaf45c50043ea05b5040b3a55c1ac1f.png


Just tried running as a Query but rp.furniture doesn't exist, but catalog_furnis and catalog_items does, would it be the same command but using one of these?
im not sure wat your furniture table is called. im guessing its catalog_furnis? so alter the furniture part to this
Code:
UPDATE `catalog_furnis` SET can_stack = '1';
 

Users who are viewing this thread

Top