Search found 4 matches

by MrXJKz
Sat Feb 11, 2023 8:15 pm
Forum: Tables
Topic: Hogwarts Legacy [Engine:Unreal 4.27.2]
Replies: 385
Views: 99246

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

I was able to play a bit with the SQL and items system. First of all, this is my assumption and I'm dumb af. Entry in GearItemsDynamic table https://i.imgur.com/fJF24Uu.png Entry in InventoryDynamic table https://i.imgur.com/ffHKI2n.png Result in game https://i.imgur.com/8reDzSH.png I don't know if ...
by MrXJKz
Sat Feb 11, 2023 3:40 pm
Forum: Tables
Topic: Hogwarts Legacy [Engine:Unreal 4.27.2]
Replies: 385
Views: 99246

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

As for the dumper not working on multiple slots.. how would I know, when I barely played? :) But thanks for the heads-up, will investigate when I have time. It's fine for Steam version yeah, it's only the multiples slots for the dumper that does not works, other things is working without much issue...
by MrXJKz
Sat Feb 11, 2023 10:52 am
Forum: Tables
Topic: Hogwarts Legacy [Engine:Unreal 4.27.2]
Replies: 385
Views: 99246

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

The SQL dump seems not working on Steam version, for me atleast, tried multiples times, multiples ways (like enabling the table at main menu, in game etc...). I'm trying it on second character, not the main, maybe it's the problem?

EDIT: Yes, only working with the FIRST slot/character
by MrXJKz
Thu Feb 09, 2023 3:00 pm
Forum: Tables
Topic: Hogwarts Legacy [Engine:Unreal 4.27.2]
Replies: 385
Views: 99246

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

this is my assumption --- i could totally be wrong!!!!! I will edit this post when found something Useful statements Changing gold/knuts amount UPDATE InventoryDynamic SET ItemID = 'Knuts', Count = YOUR_NEW_AMOUNT, Stolen = 0, UniqueItem = 0, KeepOnReset = 0, UpdateTime = YOUR_UPDATE_TIME WHERE Cha...