Search found 19 matches

by pjy612
Fri Sep 29, 2023 5:06 am
Forum: Tables
Topic: Muse Dash
Replies: 55
Views: 45279

Re: Muse Dash

makesuselessCT wrote:
Fri Aug 26, 2022 3:43 pm
Updated. Might not be able to update it next version as I'm AFK from my pc.
Thank you, HERO!
by pjy612
Fri Feb 24, 2023 4:50 am
Forum: Tables
Topic: Hogwarts Legacy [Engine:Unreal 4.27.2]
Replies: 385
Views: 99062

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

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 ...
by pjy612
Wed Feb 15, 2023 9:19 am
Forum: Tables
Topic: Hogwarts Legacy [Engine:Unreal 4.27.2]
Replies: 385
Views: 99062

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

Here's the fix: --local aob_to_Commit_OnUnequip2 = "B201488D4C24??E8????????84C075??48" local aob_to_Commit_OnUnequip2 = "B201488D4D??E8????????84C075??48" local sl = aobScanEx( aob_to_Commit_OnUnequip2 ) if not sl or sl.Count < 1 then stopExec( "'aob_to_Commit_OnUnequip2' not found." ) end --t = t...
by pjy612
Wed Feb 15, 2023 4:56 am
Forum: Tables
Topic: Hogwarts Legacy [Engine:Unreal 4.27.2]
Replies: 385
Views: 99062

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

Can you screen me yout sql db for one fast travel ? Bc in steam i don't have this SELECT * from FastTravelLocations sorry i can't find FastTravelLocations in SQL table there are many data not in player's save db. player's save db only has table that's name end with "_Dynamic" other game table you n...
by pjy612
Wed Feb 15, 2023 1:04 am
Forum: Tables
Topic: Hogwarts Legacy [Engine:Unreal 4.27.2]
Replies: 385
Views: 99062

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

Saug wrote:
Tue Feb 14, 2023 7:37 pm
pjy612 wrote:
Tue Feb 14, 2023 5:53 pm
unlock all teleport
INSERT OR REPLACE INTO "LocksDynamic" ("LockID", "ELockState") SELECT LockID,0 FROM LockDefinition where LockID IN (SELECT Name from FastTravelLocations);
Can you screen me yout sql db for one fast travel ? Bc in steam i don't have this
SELECT * from FastTravelLocations
by pjy612
Tue Feb 14, 2023 5:53 pm
Forum: Tables
Topic: Hogwarts Legacy [Engine:Unreal 4.27.2]
Replies: 385
Views: 99062

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

unlock all teleport
INSERT OR REPLACE INTO "LocksDynamic" ("LockID", "ELockState") SELECT LockID,0 FROM LockDefinition where LockID IN (SELECT Name from FastTravelLocations);
by pjy612
Tue Feb 14, 2023 5:52 pm
Forum: Tables
Topic: Hogwarts Legacy [Engine:Unreal 4.27.2]
Replies: 385
Views: 99062

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

is there a way to make the update LockDefinition set LockTypeID='Simple_Unlocked' where LockID like 'Spell_%' command permanent in the game so I dont have to execute it again or do I have to do it every time I want all spells unlocked INSERT OR REPLACE INTO "LocksDynamic" ("LockID", "ELockState") S...
by pjy612
Tue Feb 14, 2023 5:50 pm
Forum: Tables
Topic: Hogwarts Legacy [Engine:Unreal 4.27.2]
Replies: 385
Views: 99062

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

Traits unlock UPDATE CollectionDynamic SET ItemState = "Obtained", UpdateTime = 596359858070379192 WHERE CategoryID = "Traits"; INSERT OR REPLACE INTO LocksDynamic (LockID, ELockState) SELECT LockID, 0 FROM LockDefinition WHERE LockID like "GearTrait_____________%"; i replaced the Traits i didn't c...
by pjy612
Tue Feb 14, 2023 5:46 pm
Forum: Tables
Topic: Hogwarts Legacy [Engine:Unreal 4.27.2]
Replies: 385
Views: 99062

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

how it will be if I use LocksDynamic instead, can you give an example I didnt understood it insert or replace into LocksDynamic select Lock, 0 from SpellKnowledge where Lock is not null; still didnt understood, is that the command? if it is it doesnt work active need save and load after exec sql
by pjy612
Tue Feb 14, 2023 10:52 am
Forum: Tables
Topic: Hogwarts Legacy [Engine:Unreal 4.27.2]
Replies: 385
Views: 99062

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

The only issue I've found so far is that if you unlock the door to the faculty tower before being on the quest that gives you the unlock spell you can't progress because the trigger requires you to unlock it while having the quest. But the door can be relocked with the sql injector so you aren't pe...
by pjy612
Tue Feb 14, 2023 8:13 am
Forum: Tables
Topic: Hogwarts Legacy [Engine:Unreal 4.27.2]
Replies: 385
Views: 99062

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

One last question if anyone knows, do we know of any consequences for using these or does everything work just fine in game like it won't break any quests or anything. The only issue I've found so far is that if you unlock the door to the faculty tower before being on the quest that gives you the u...
by pjy612
Fri Feb 10, 2023 2:27 pm
Forum: Tables
Topic: Hogwarts Legacy [Engine:Unreal 4.27.2]
Replies: 385
Views: 99062

Re: Hogwarts Legacy [Engine:Unreal 4.27.2]

All SQL statements are Insert and update

Is there any way to execute the Select command?
by pjy612
Sat Dec 24, 2022 6:33 am
Forum: Tables
Topic: Muse Dash
Replies: 55
Views: 45279

Re: Muse Dash

makesuselessCT wrote:
Fri Aug 26, 2022 3:43 pm
Quick update. Just post what's not working properly or something. I'll test it later once I got some sleep and upload a fix. Thanks.
steam update again...
by pjy612
Thu Jun 30, 2022 11:11 am
Forum: Tables
Topic: Muse Dash
Replies: 55
Views: 45279

Re: Muse Dash

makesuselessCT wrote:
Wed Feb 09, 2022 3:06 pm
Added few more scripts that may help.
For Zero Brightness Background script, just change the map and it will trigger.
I'm trying to get the ghost won't vanish but no luck finding it.
thank you very much !!!!
by pjy612
Mon Jul 12, 2021 1:36 am
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5570
Views: 1181111

Re: Legends of Idleon

Strangely without abuse of the levels, I do not know why but some of my characters are shadowed, I do not know if it is due to the levels of the skills or a bad balance. I am currently 198 (class) and skills at +80 -100 if your char lvl > 200 or if your stat > 10000 or if your max damage > 10000000...