Jump to content

Recommended Posts

Posted

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

Posted

i found a way to remove Enemy of justice

 

use Norbyte's baldurs gate script extender with console

Load 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]) end
Osi.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

  • Like 1
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...