Pack Arcturus Nitro 2021, How to make all items stackable?

MajesticBoss

Member
Sep 16, 2019
129
17
Please help me, how to make all items stackable using this pack:
Im having it as a private habbo retro for me and a few friends,
im not using it for public community to play, just me and a few friends,
im not able to stack anything tho, anyone know a SQL code i can use to make all items stackable?
Thanks for your time! Any help appreciated! <3
 

Puffin

Member
Mar 17, 2018
363
308
Please help me, how to make all items stackable using this pack:
Im having it as a private habbo retro for me and a few friends,
im not using it for public community to play, just me and a few friends,
im not able to stack anything tho, anyone know a SQL code i can use to make all items stackable?
Thanks for your time! Any help appreciated! <3


Code:
UPDATE items_base
SET allow_stack = 1;

For future reference, Chat GPT can help you write SQL queries for you if you don't know what you're doing, its a great tool to learn from.

Donn't forget to :update_items after
 

Users who are viewing this thread

Top