[How to] Fix Gunsmith quests

  • Hello everyone and I hope I'm not breaking any rule but I found a way to fix the gunsmith quests that don't seem to work, like parts 5 or 6.


    You have to find the ID of the quest you want to complete, like for example Gunsmith Pt. 7 in the official guide by the SPT team


    https://docs.sp-tarkov.com/#resources/quests.md



    The ID would be

    Code
    5ae3267986f7742a413592fe


    Now you have to find your .json profile which is found in SPT-Aki/user/profiles


    Open it and using a quick search function (Cntrl + F in nothepad++, for example) look for the ID you copied.


    It should look something like this:


    {

    "qid": "5ae3267986f7742a413592fe",

    "startTime": 1621944725,

    "status": "Started",

    "completedConditions": []

    }



    And change the "status" line to: AvailableForFinish


    If you are using Notepad++ if will auto-correct itself to "AvailableForStart" but that's not what we want.


    Save the file and open your game. Now your quest should be marked like completed by Mechanic and you will be able to recieve the rewards and the next quest after that.


    Again, I hope I haven't broken any rule and you find it useful.


    Greetings and thanks for all the work you guys are doing

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!