Wayvia Posted October 4, 2023 Posted October 4, 2023 Hello guys,I'm looking for something to remove anoying permanent penalties.Like enemy of justice or broken promise.I can't find anything about this.Can someone help me ?Thanks
Wayvia Posted October 5, 2023 Author Posted October 5, 2023 i found a way to remove Enemy of justice use Norbyte's baldurs gate script extender with consoleLoad you save and past this to the console for i,v in ipairs(Osi.DB_CRIME_GuardKiller:Get(nil,nil,nil,nil,nil,nil,nil)) do CrimeSuspend(v[7]) print(v[7]) endOsi.RemoveStatus(GetHostCharacter(), "GB_GUARDKILLER")Osi.DB_CRIME_GuardKiller:Delete(nil, nil, nil, nil, nil, nil, nil) Source : https://fearlessrevolution.com/viewtopic.php?t=13996&start=4620 1
tholwin Posted October 5, 2023 Posted October 5, 2023 To remove the Broken Promise debuff : kill and resurrect the player/companion.I don't know if it also works for Enemy of Justice.
Wayvia Posted October 5, 2023 Author Posted October 5, 2023 Nice thank you for answering.I didn't think about kill myself lolIs it removing other buff ?
Recommended Posts