I visited the Governor at Curacao but he had no mission for me. Perhaps declining one ends all of them. Here is a save as I'm leaving Curacao. Do you want the save of me entering Curacao?
This is fine. Did a quick check and found that according to the code, you already have an active Pirate Hunting quest.
In your case, the problem comes because you DO have an "quest.generate_kill_quest" attribute. It is not the "nation relation" problem that I ran into during my own test.
Looks like this is how it works:
- The Pirate Hunting quests is generated BEFORE you agree or decline the quest
- When you refuse the quest, the following timer is engaged:
Code:
pchar.quest.kill_pirate_refused_timer.win_condition.l1.date.day = GetAddingDataDay(0, 0, 3);
pchar.quest.kill_pirate_refused_timer.win_condition.l1.date.month = GetAddingDataMonth(0, 0, 3);
pchar.quest.kill_pirate_refused_timer.win_condition.l1.date.year = GetAddingDataYear(0, 0, 3);
- Once this timer expires, the relevant "quest.generate_kill_quest" attribute is deleted again
If I understand correctly, the intention is to make that time expire after 3 days. However, I suspect that for some reason that timer is not expiring quite as quickly as it should do.
I captured a Pirate ship rigged heavy brig after it surrendered by killing her Captain!
That never happens so early in the game. I usually die 5-8 times before I start killing them.
Anyway, this ship has no description. Looking through the spyglass the only information is tier 5 and looking in the ships menu shows a picture but no name. It is PiratBrig50.
Cannot confirm, I'm afraid. She's displaying properly as "Sloop-of-War" for me.
On that subject though, the following ships don't have any model descriptions:
- All versions of the Postillionen
- Empress
- La_Marianna (also no interface screenshot)
- US_PrinceNeufchatel
- All versions of the Volage
- PO_Trinity, RN_Trinity and NL_Trinity (also no interface screenshot)
- All versions of Essex have no interface screenshot
- All early Neptunus versions
- XemecVML (also no interface screenshot)
- HMS_Centurion (also no interface screenshot)
Also, I think some model descriptions need editing now that we changed some paint schemes.