[DiscordArchive] did you ever fix this?
[DiscordArchive] did you ever fix this?
Archived author: Foe • Posted: 2023-09-26T21:53:20.408000+00:00
Original source
No, it makes you beautiful
Archived author: Addrianna • Posted: 2023-09-26T21:53:39.081000+00:00
Original source
I think that makes you a glorious anarchist and I give you kudos
Archived author: Ĝ̷̳r̸̹͊a̷̜̚k̴̞̔ • Posted: 2023-09-26T21:54:24.503000+00:00
Original source
i use to just seed of corruption random people and watch them all get corrupted from it lol
Archived author: Ĝ̷̳r̸̹͊a̷̜̚k̴̞̔ • Posted: 2023-09-26T21:54:32.094000+00:00
Original source
ashran was alot of fun the first like, 2 hours
Archived author: Ĝ̷̳r̸̹͊a̷̜̚k̴̞̔ • Posted: 2023-09-26T21:54:46.141000+00:00
Original source
come the 3rd expansion of it, it was kinda stale
Archived author: Addrianna • Posted: 2023-09-26T22:09:43.654000+00:00
Original source
before I go about and start hitting go on an edit, but from what I can see, If I used
UPDATE `item_template` SET `stackable` = 200 WHERE `BagFamily` = 1536 AND `stackable` = 20;
UPDATE `item_template` SET `stackable` = 200 WHERE `BagFamily` = 1224 AND `stackable` = 20;
UPDATE `item_template` SET `stackable` = 200 WHERE `BagFamily` = 1024 AND `stackable` = 20;
UPDATE `item_template` SET `stackable` = 200 WHERE `BagFamily` = 512 AND `stackable` = 20;
UPDATE `item_template` SET `stackable` = 200 WHERE `BagFamily` = 144 AND `stackable` = 20;
UPDATE `item_template` SET `stackable` = 200 WHERE `BagFamily` = 128 AND `stackable` = 20;
UPDATE `item_template` SET `stackable` = 200 WHERE `BagFamily` = 80 AND `stackable` = 20;
UPDATE `item_template` SET `stackable` = 200 WHERE `BagFamily` = 72 AND `stackable` = 20;
UPDATE `item_template` SET `stackable` = 200 WHERE `BagFamily` = 64 AND `stackable` = 20;
UPDATE `item_template` SET `stackable` = 200 WHERE `BagFamily` = 32 AND `stackable` = 20;
UPDATE `item_template` SET `stackable` = 200 WHERE `BagFamily` = 16 AND `stackable` = 20;
UPDATE `item_template` SET `stackable` = 200 WHERE `BagFamily` = 8 AND `stackable` = 20;
That would select all items that go into those bags and have a stack size of 20 and only matching both of those requirements, set the stacksize to 200 then, am I understanding that right?
I do apologise for the multiple questions, I just want to sanity check that I am understanding
Archived author: Ĝ̷̳r̸̹͊a̷̜̚k̴̞̔ • Posted: 2023-09-26T22:10:27.217000+00:00
Original source
my understanding of sql says that should work
Archived author: Addrianna • Posted: 2023-09-26T22:12:05.472000+00:00
Original source
Sweet thank you