Hogwarts Legacy

Percival Rackham Trial Bug Fix - Installation via SQL Mod Menu

If you already have SQL Mod Menu installed and you know how to use it (it can be very tricky for beginners) then you can try to fix this bug via SQL Mod Menu if you prefer. The recipe is below. However, if you do use this method I would appreciate it if you also downloaded the installable mod (even though you're not going to install it - you can just delete it) so I get recognition for my work. And if the recipe below works please ENDORSE this mod. Thank you!

Remember - once you've created the mod in SQL Mod Menu (using the recipe below) you need to hit ENABLE then APPLY, then restart the game. The mod won't work otherwise.

[NAME]
Percival Rackham Bug Fix

[TYPE]
Gameplay

[NOTES]
A fix for the game-breaking Percival Rackham Trial Bug (HL-12745) which prevents players from viewing the pensieve cut-scene and progressing the game.

Instructions:

1) Hit ENABLE then APPLY.
2) Exit the game completely.
3) Restart the game.
4) View the pensieve.

[ONENABLE]
DELETE FROM MissionSteps WHERE MissionID='FGT_01_CP2_B' AND Step=2.3;
INSERT OR IGNORE INTO MissionSteps (MissionID, Step, TaskTypeID, Flags, StepNickname, GotoStepNickname, Keyword1, Keyword2, Keyword3, Keyword4, Keyword5, Keyword6, Keyword7, Keyword8, Keyword9, Keyword10, Keyword11, StepJournalTextKey, StepObjectiveTextKey, StepFailTextKey, StepFailWarning, TaskUID) VALUES ('FGT_01_CP2_B', 2.3, 'EvalAddBeacon', 262146, 'Encounter_TombBoss', NULL, 'Area60', 'No', NULL, 'NP_FGT_BossArea_Beacon_Pensieve_Tomb_1_Mission', NULL, NULL, '20', 'Yes', NULL, 'Low', '5', 'FGT_01_TheTower_QuestActive_StepJournal07', NULL, NULL, NULL, 174214826);
DELETE FROM MissionSteps WHERE MissionID='FGT_01_CP2_B' AND Step=2.2;
INSERT OR IGNORE INTO MissionSteps (MissionID, Step, TaskTypeID, Flags, StepNickname, GotoStepNickname, Keyword1, Keyword2, Keyword3, Keyword4, Keyword5, Keyword6, Keyword7, Keyword8, Keyword9, Keyword10, Keyword11, StepJournalTextKey, StepObjectiveTextKey, StepFailTextKey, StepFailWarning, TaskUID) VALUES ('FGT_01_CP2_B', 2.2, 'EvalStat', 6, 'Encounter_TombBoss', NULL, 'Pensieve1_BossComplete', 'Is at least', '0', 'No', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'FGT_01_TheTower_QuestActive_StepJournal07', NULL, NULL, NULL, 314451329);
DELETE FROM MissionSteps WHERE MissionID='FGT_01_CP2_B' AND Step=2.1;
INSERT OR IGNORE INTO MissionSteps (MissionID, Step, TaskTypeID, Flags, StepNickname, GotoStepNickname, Keyword1, Keyword2, Keyword3, Keyword4, Keyword5, Keyword6, Keyword7, Keyword8, Keyword9, Keyword10, Keyword11, StepJournalTextKey, StepObjectiveTextKey, StepFailTextKey, StepFailWarning, TaskUID) VALUES ('FGT_01_CP2_B', 2.1, 'EvalBlueprint', 6, 'Encounter_TombBoss', NULL, 'No', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'FGT_01_TheTower_QuestActive_StepJournal07', 'FGT_01_TheTower_QuestActive_TaskObj07', NULL, NULL, 103797638);
DELETE FROM MissionSteps WHERE MissionID='FGT_01_CP2_B' AND Step=1.3;
INSERT OR IGNORE INTO MissionSteps (MissionID, Step, TaskTypeID, Flags, StepNickname, GotoStepNickname, Keyword1, Keyword2, Keyword3, Keyword4, Keyword5, Keyword6, Keyword7, Keyword8, Keyword9, Keyword10, Keyword11, StepJournalTextKey, StepObjectiveTextKey, StepFailTextKey, StepFailWarning, TaskUID) VALUES ('FGT_01_CP2_B', 1.3, 'EvalAddBeacon', 262146, 'Wait_EnemiesSpawned', NULL, 'Area60', 'No', NULL, 'NP_FGT_BossArea_Beacon_Pensieve_Tomb_1_Mission', NULL, NULL, '20', 'No', NULL, 'Low', '5', 'FGT_01_TheTower_QuestActive_StepJournal06', NULL, NULL, NULL, 170274715);
DELETE FROM MissionSteps WHERE MissionID='FGT_01_CP2_B' AND Step=1.2;
INSERT OR IGNORE INTO MissionSteps (MissionID, Step, TaskTypeID, Flags, StepNickname, GotoStepNickname, Keyword1, Keyword2, Keyword3, Keyword4, Keyword5, Keyword6, Keyword7, Keyword8, Keyword9, Keyword10, Keyword11, StepJournalTextKey, StepObjectiveTextKey, StepFailTextKey, StepFailWarning, TaskUID) VALUES ('FGT_01_CP2_B', 1.2, 'EvalStat', 6, 'Wait_EnemiesSpawned', NULL, 'Pensieve1_BossComplete', 'Is at least', '0', 'No', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'FGT_01_TheTower_QuestActive_StepJournal06', NULL, NULL, NULL, 1853611265);
DELETE FROM MissionSteps WHERE MissionID='FGT_01_CP2_B' AND Step=1.1;
INSERT OR IGNORE INTO MissionSteps (MissionID, Step, TaskTypeID, Flags, StepNickname, GotoStepNickname, Keyword1, Keyword2, Keyword3, Keyword4, Keyword5, Keyword6, Keyword7, Keyword8, Keyword9, Keyword10, Keyword11, StepJournalTextKey, StepObjectiveTextKey, StepFailTextKey, StepFailWarning, TaskUID) VALUES ('FGT_01_CP2_B', 1.1, 'EvalStat', 6, 'Wait_EnemiesSpawned', NULL, 'M_FGT_TombProtectorWave1_Spawned', 'Is at least', '0', 'No', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'FGT_01_TheTower_QuestActive_StepJournal06', 'FGT_01_TheTower_QuestActive_TaskObj06', NULL, NULL, 404523371);

[ONDISABLE]

[QUERY]
SELECT * FROM MissionSteps WHERE MissionID='FGT_01_CP2_B';

[TRIGGERS]
OnGameBoot: true
OnModLoaded: false
OnLoadScreenEnd: false
OnPlayerCharLoaded: false
OnPlayerGearLoaded: false
OnPlayerTeleported: false
OnPlayerTakeDamage: false
OnPlayerSpellCast: false

Article information

Added on

Edited on

Written by

icouldifiwantedto

0 comments