[Archive] 4.3.4 SQL commands to make your ingame experience betterr
[Archive] 4.3.4 SQL commands to make your ingame experience betterr
Archived author: HeyPretty • Posted: 2025-11-04T18:04:26.328475
Original source
How do I apply this?
Archived author: HeyPretty • Posted: 2025-11-04T18:04:26.328475
Original source
Open your SQL program (heidisql, navicat etc.) and apply a query (make sure to insert the correct values)
Archived author: HeyPretty • Posted: 2025-11-04T18:04:26.328475
Original source
thank you so much
Archived author: HeyPretty • Posted: 2025-11-04T18:04:26.328475
Original source
:aimer: (Y)
Archived author: HeyPretty • Posted: 2025-11-04T18:04:26.328475
Original source
Sorry to necro an old post, however I discovered that setting stack size for EVERYTHING has 2 problems...
First makes items no longer able to be disenchanted.
Second, it lowers all items that should remain higher than 1000.... such as honor points. etc..
Here is the SYNTAX FIX:
UPDATE `item_template` SET `stackable` = 1000 WHERE `stackable` BETWEEN 2 AND 999;
That will make anything between those numbers stack to 1000 with out lowering the higher value stacked items such as honor points, etc.
hope this helps
=)
Archived author: HeyPretty • Posted: 2025-11-04T18:04:26.328475
Original source
Thanks, these are good for funservers.