Sometimes people apeare by random in stores, loansharks-offices ...
If you know open a chest fightmode starts(i think because the houses are listed as private or something like that, because it happend for me only in that house).
savegame:https://www.dropbox.com/s/45h1w7ikr999ouz/-=Player=- Barbados. Loanshark's Office. August 23rd, 1751?dl=0
open the chest and close it. now the loan shark is frightened and if you leave and comeback later he still is in fear of you and won't talk to you.
My workaround:
comment out those two lines in PROGRAMM\dialog.c:
If you know open a chest fightmode starts(i think because the houses are listed as private or something like that, because it happend for me only in that house).
savegame:https://www.dropbox.com/s/45h1w7ikr999ouz/-=Player=- Barbados. Loanshark's Office. August 23rd, 1751?dl=0
open the chest and close it. now the loan shark is frightened
My workaround:
comment out those two lines in PROGRAMM\dialog.c:
Code:
Line 49: //Если персонаж не готов говорить выходим
Line 50: if(!LAi_Character_CanDialog(mainChr, Character)) return false;
Line 51: //Если персонаж не готов говорить выходим
Line 52: if(!LAi_Character_CanDialog(Character, mainChr)) return false;
Last edited: