Search found 2 matches

by Smooglet
Mon Feb 20, 2023 5:03 am
Forum: Tables
Topic: Hogwarts Legacy [Engine:Unreal 4.27.2]
Replies: 385
Views: 103219

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

This code gives you level 3 broom UPDATE CollectionDynamic SET ItemState = "Obtained", WHERE CategoryID = "Broom"; INSERT OR REPLACE INTO LocksDynamic (LockID, ELockState) SELECT LockID, 0 FROM LockDefinition WHERE LockID like "Broom\_%" ESCAPE '\'; Doesn't Seem to work, only updates the collection...
by Smooglet
Fri Feb 10, 2023 5:07 pm
Forum: Tables
Topic: Hogwarts Legacy [Engine:Unreal 4.27.2]
Replies: 385
Views: 103219

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

Hey! Is anyone else experiencing an issue with the dark arts arena spells/unforgiveable curses? When I entered the arena I can only use crucio and confringo, Avada Kedavra and Imperio just cause my character to shake his wand. I decided to create a new save and use the SQL code to give my self all t...