bestrobber97 wrote: ↑Sat Feb 11, 2023 12:32 pm
anyone figured out how to open the house chest with sql? tried changing my house tokens to 16 but it wont let me open the chest
If someone, like me, really wanted to get all 4 Vintage Robes of the Hogwarts houses (which are rewarded for opening the chest in the house common room, collecting all house tokens from the flying keys), here's a SQL code that will simply add them to your inventory, and you'll be able to wear them without any restrictions, regardless of quests and everything else. Hope this helps someone. Personally, I was happy to admire them all together on a hill under the rising sun, love this game ^^
Code: Select all
INSERT OR IGNORE INTO LocksDynamic ('LockID','ELockState')
VALUES ('Back_099_Legendary',0),
('Back_100_Legendary',0),
('Back_101_Legendary',0),
('Back_102_Legendary',0);