FunkyBohh Member Jun 21, 2011 181 6 Aug 21, 2013 #1 Looking for help on my hotel when we stack theirs a gap between the furniture You must be registered for see images attach Thats what i need help fixing any tuts or anything post below Kind Regards, George
Looking for help on my hotel when we stack theirs a gap between the furniture You must be registered for see images attach Thats what i need help fixing any tuts or anything post below Kind Regards, George
Wassim ♕ The Awesomeness Within... Sep 22, 2011 2,450 936 Aug 21, 2013 #4 run this SQL in your database: Code: UPDATE furniture SET can_stack = '1'; then update_items might need a emu restart this is going to make all your furniture stack so its better if you find the pillow and do it maually Upvote 0 Downvote
run this SQL in your database: Code: UPDATE furniture SET can_stack = '1'; then update_items might need a emu restart this is going to make all your furniture stack so its better if you find the pillow and do it maually
FunkyBohh Member Jun 21, 2011 181 6 Aug 21, 2013 Thread starter #5 I Dont mind them being all stackable Thanks Anyways Upvote 0 Downvote
FunkyBohh Member Jun 21, 2011 181 6 Aug 21, 2013 Thread starter #6 Wassim said: run this SQL in your database: Code: UPDATE furniture SET can_stack = '1'; then update_items might need a emu restart this is going to make all your furniture stack so its better if you find the pillow and do it maually Click to expand... This Query Didnt Work Upvote 0 Downvote
Wassim said: run this SQL in your database: Code: UPDATE furniture SET can_stack = '1'; then update_items might need a emu restart this is going to make all your furniture stack so its better if you find the pillow and do it maually Click to expand... This Query Didnt Work
Wassim ♕ The Awesomeness Within... Sep 22, 2011 2,450 936 Aug 21, 2013 #7 FunkyBohh said: This Query Didnt Work Click to expand... You using phx? right? Upvote 0 Downvote
FunkyBohh Member Jun 21, 2011 181 6 Aug 21, 2013 Thread starter #8 Yes, Run it restart emulator still big gap, Upvote 0 Downvote
Wassim ♕ The Awesomeness Within... Sep 22, 2011 2,450 936 Aug 21, 2013 #9 Wassim said: then update_items might need a emu restart Click to expand... Upvote 0 Downvote
zMagenta Posting Freak Jul 15, 2011 1,414 682 Aug 21, 2013 #11 Find the `height` in your `furniture` table. Change that, type :update_items and :unload the room. Upvote 0 Downvote
FunkyBohh Member Jun 21, 2011 181 6 Aug 21, 2013 Thread starter #12 Ill try it thanks Upvote 0 Downvote
FunkyBohh Member Jun 21, 2011 181 6 Aug 21, 2013 Thread starter #13 is their a way to change them all to 1 easyer? Upvote 0 Downvote
FunkyBohh Member Jun 21, 2011 181 6 Aug 21, 2013 Thread starter #14 zMagenta said: Find the `height` in your `furniture` table. Change that, type :update_items and :unload the room. Click to expand... Is Their Any Code To Update Them Like UPDATE furniture SET height = '1'; Upvote 0 Downvote
zMagenta said: Find the `height` in your `furniture` table. Change that, type :update_items and :unload the room. Click to expand... Is Their Any Code To Update Them Like UPDATE furniture SET height = '1';