Tried both, neither work. Didn't even clear the debuff.Zanzer wrote: ↑Tue Sep 26, 2023 1:34 amAnyone out there try this one out yet?BRazredge wrote: ↑Tue Sep 26, 2023 1:20 amAnyone found a way to permanently remove "Enemy of Justice"?
I found this code, but although it works, it's temporary, loading a save game will cause the "debuff" to reappear. Did anyone manage to find an actual permanent solution?
Code: Select all
{$lua} if syntaxcheck then return end local status = { "GB_GUARDKILLER" } [ENABLE] RemoveStatusFromPlayer(status) [DISABLE]
Or this one...Code: Select all
{$lua} if syntaxcheck then return end [ENABLE] local player = GetHostCharacter() SetArgToString(0, player) ExecuteCall("CharacterDisableAllCrimes") [DISABLE] local player = GetHostCharacter() SetArgToString(0, player) ExecuteCall("CharacterEnableAllCrimes")
Code: Select all
{$lua} if syntaxcheck then return end [ENABLE] ExecuteCall("CrimeClearAll") [DISABLE]
Edit: Additional Context: In my case I killed a Goblin Guard in act 1, and had to flee the combat, so there were witnesses.
How to use this cheat table?
- Install Cheat Engine
- Double-click the .CT file in order to open it.
- Click the PC icon in Cheat Engine in order to select the game process.
- Keep the list.
- Activate the trainer options by checking boxes or setting values from 0 to 1