- Server version
- SPT-AKI-2.0.1
- Game client version
- 0.12.11.2.14290
- Client log file
- codepaste.sp-tarkov.com/?75fb7…3a3m64QRmEjnfi65fc2XZB7Yx
- Server log file
- codepaste.sp-tarkov.com/?26b1d…hs67f8HtyBrC2pkaUd9Z2DLyx
- Have you read the FAQ?
- Yes
- Where did you download your game from?
- BSG launcher
- List of used mods
- None
Greetings,
As the title states, when I handed in the quest to Skier, the Therapist's make-up ("Trust Regain") quest is started but not Prapors ("No offence"). I looked up some documents online and with the quest ID I tried putting the following directly in my JSON profile file, in the Quests field:
{
"qid": "59ca1a6286f774509a270942",
"startTime": 1632643774,
"status": "Started",
"completedConditions": []
},
I then started up the server but the quest was not visible. I briefly checked the quests.json file and the trigger's appear to be identical to those of the therapist's make-up quest. I also tried adding a backend counter for the quest item (the grenades):
"59ca1b4f86f774509a270943": {
"id": "59ca1b4f86f774509a270943",
"qid": "59ca1a6286f774509a270942",
"value": 0
}
Unfortunately neither resulted in the quest showing up in the client.
I've attached my profile with Chemical Pt.4 "available for finish". I tried it again just in case, and it is reproducible for me. The attached server.log should be basically just logging in, completing Chemical Pt.4 and the therapist's make-up quest, so hopefully it provides some useful information about why Prapor's quest isn't triggering.