Hogwarts Legacy [Engine:Unreal 4.27.2]

Upload your cheat tables here (No requests)
FruitLoops69
What is cheating?
What is cheating?
Posts: 4
Joined: Wed Feb 15, 2023 9:11 pm
Reputation: 0

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

Post by FruitLoops69 »

Anyone know how i can unlock the challenges on the map like balloon, Feild Guide Pages, Collection Chests, astro tables and etc

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

User avatar
SunBeam
Administration
Administration
Posts: 4765
Joined: Sun Feb 04, 2018 7:16 pm
Reputation: 4403

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

Post by SunBeam »

Tiffany wrote:
Thu Feb 16, 2023 10:55 am
...
Last public table update from me: viewtopic.php?p=284990#p284990. You can now change your god damn ConsoleKey.

xXRandyXx
Cheater
Cheater
Posts: 40
Joined: Sun Mar 26, 2017 4:20 am
Reputation: 3

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

Post by xXRandyXx »

Hmm Appears that Summon command on summoning creatures only works if if that creature/enemy is already in that area..

User avatar
SunBeam
Administration
Administration
Posts: 4765
Joined: Sun Feb 04, 2018 7:16 pm
Reputation: 4403

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

Post by SunBeam »

xXRandyXx wrote:
Mon Feb 20, 2023 2:03 am
Hmm Appears that Summon command on summoning creatures only works if if that creature/enemy is already in that area..
Please read what I said about it in the 2nd post (4th step). There is also a tutorial. Cheers.

Smooglet
What is cheating?
What is cheating?
Posts: 2
Joined: Fri Feb 10, 2023 5:04 pm
Reputation: 0

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

Post by Smooglet »

xXRandyXx wrote:
Sun Feb 19, 2023 8:24 pm
This code gives you level 3 broom

Code: Select all

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 collections (13/13) on the brooms

GSMOKEz
What is cheating?
What is cheating?
Posts: 1
Joined: Mon Feb 20, 2023 4:53 pm
Reputation: 0

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

Post by GSMOKEz »

Smooglet wrote:
Mon Feb 20, 2023 5:03 am
xXRandyXx wrote:
Sun Feb 19, 2023 8:24 pm
This code gives you level 3 broom

Code: Select all

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 collections (13/13) on the brooms
I believe it you need to insert Broom_Upgrade1, 2 and 3 in LootItemsDynamic and also within LocksDynamic

P.S does anyone know how to make the Merlin Trails achievement proc for steam achievements?

xXRandyXx
Cheater
Cheater
Posts: 40
Joined: Sun Mar 26, 2017 4:20 am
Reputation: 3

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

Post by xXRandyXx »

How can I undo this.. I'm stuck on a quest that won't complete due to this..

NEVERMIND!... I just did DROP TRIGGER PotionStorageUnlimited
emoisback wrote:
Sat Feb 18, 2023 3:50 am
run SQL Command


CREATE TRIGGER PotionStorageUnlimited
AFTER UPDATE OF ItemID
ON InventoryDynamic
WHEN CharacterID = "Player0" AND
HolderID = "HealthPotionStorage" AND
new.Count < old.Count
BEGIN
UPDATE InventoryDynamic
SET Count = old.Count
WHERE CharacterID = "Player0" AND
HolderID = "HealthPotionStorage" AND
ItemID = old.ItemID;
END;


it will make your potion wont decrease when you use it.

xXRandyXx
Cheater
Cheater
Posts: 40
Joined: Sun Mar 26, 2017 4:20 am
Reputation: 3

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

Post by xXRandyXx »

anyone with SQL Code to reveal the entire map? I saw someone a page or two back ask for this but no solutions as of yet.

Pfruteh
What is cheating?
What is cheating?
Posts: 3
Joined: Thu Feb 23, 2023 9:43 pm
Reputation: 0

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

Post by Pfruteh »

Hello. I'm completely new here. I found this place searching for a way to get those damn last 12 talent points in order to actually be able to unlock all talents. I've read some of the comments but since I have 0 knowledge about cheat engine I'm not quite yet sure how to do it.
could someone guide me through the simplest method of editing the talent points in order to get another 12 at level 40?

pjy612
Novice Cheater
Novice Cheater
Posts: 19
Joined: Tue Jun 11, 2019 12:43 pm
Reputation: 1

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

Post by pjy612 »

Pfruteh wrote:
Thu Feb 23, 2023 9:45 pm
Hello. I'm completely new here. I found this place searching for a way to get those damn last 12 talent points in order to actually be able to unlock all talents. I've read some of the comments but since I have 0 knowledge about cheat engine I'm not quite yet sure how to do it.
could someone guide me through the simplest method of editing the talent points in order to get another 12 at level 40?
Modify the current available talent value to 50
UPDATE MiscDataDynamic SET DataValue = 50 Where DataOwner = "Player0" and DataName = "PerkPoints"
If you have more after use.
You can change it to 0,like DataValue = 0

ahmedjacop1811
Novice Cheater
Novice Cheater
Posts: 20
Joined: Sun Mar 27, 2022 7:42 pm
Reputation: 2

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

Post by ahmedjacop1811 »

any table add legendary items in my gear ? like ac Valhalla

Pfruteh
What is cheating?
What is cheating?
Posts: 3
Joined: Thu Feb 23, 2023 9:43 pm
Reputation: 0

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

Post by Pfruteh »

pjy612 wrote:
Fri Feb 24, 2023 4:50 am
Pfruteh wrote:
Thu Feb 23, 2023 9:45 pm
Hello. I'm completely new here. I found this place searching for a way to get those damn last 12 talent points in order to actually be able to unlock all talents. I've read some of the comments but since I have 0 knowledge about cheat engine I'm not quite yet sure how to do it.
could someone guide me through the simplest method of editing the talent points in order to get another 12 at level 40?
Modify the current available talent value to 50
UPDATE MiscDataDynamic SET DataValue = 50 Where DataOwner = "Player0" and DataName = "PerkPoints"
If you have more after use.
You can change it to 0,like DataValue = 0
Where do I find that line?

halcyon
What is cheating?
What is cheating?
Posts: 4
Joined: Tue Sep 17, 2019 11:22 pm
Reputation: 0

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

Post by halcyon »

Hey guys, anyone have the SQL command for completing all Merlin challenges?

halcyon
What is cheating?
What is cheating?
Posts: 4
Joined: Tue Sep 17, 2019 11:22 pm
Reputation: 0

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

Post by halcyon »

Pfruteh wrote:
Fri Feb 24, 2023 1:38 pm
pjy612 wrote:
Fri Feb 24, 2023 4:50 am
Pfruteh wrote:
Thu Feb 23, 2023 9:45 pm
Hello. I'm completely new here. I found this place searching for a way to get those damn last 12 talent points in order to actually be able to unlock all talents. I've read some of the comments but since I have 0 knowledge about cheat engine I'm not quite yet sure how to do it.
could someone guide me through the simplest method of editing the talent points in order to get another 12 at level 40?
Modify the current available talent value to 50
UPDATE MiscDataDynamic SET DataValue = 50 Where DataOwner = "Player0" and DataName = "PerkPoints"
If you have more after use.
You can change it to 0,like DataValue = 0
Where do I find that line?
You said you are new, right? So I am assuming you downloaded cheat engine itself and the cheat table attached on page 1 of this post? Then while playing the game you started cheat engine and hooked it into your hogwarts legacy process. Then you "opened" this posts cheat table. Next press "Enable" then new options should appear, one of them "Toggle SQLite Exec UDF", press this one and a new window will open, here copy the command you found UPDATE MiscDataDynamic SET DataValue = 12 Where DataOwner = "Player0" and DataName = "PerkPoints"

To submit the request press shift enter in that Cheat engine empty textbook window after writing the above command.

I updated it to the 12 you want as the new number of available talent points.
Last edited by halcyon on Tue Feb 28, 2023 1:20 am, edited 1 time in total.

Razapudroshko
Expert Cheater
Expert Cheater
Posts: 152
Joined: Sat Jan 16, 2021 7:07 pm
Reputation: 7

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

Post by Razapudroshko »

walk through walls and doors ?

Post Reply

Who is online

Users browsing this forum: AhrefsBot, Baidu [Spider], Bing [Bot], coccocbot-web, Google Adsense [Bot], incarn, Lynx27, necropolish, plmanith17, WhoAmI