Pretty sure you can't share that quest.
You can share normal quests so that both players can complete them at the same time. It is done in the quest screen.
This could be caused by some problem with a mod. I'm not sure if you can use the give quest command to give yourself that quest.
Well, I was able to solve the problem by giving myself quest 07, which gives these 4 points. I forgot to clarify that I’m playing with the Undead Legacy mod and there are other initial quests. I will write down the procedure that I followed, maybe it will help someone:
1.You need to find the quest ID for this, follow the path - 7 Days To Die\Data\Config\quests.xml (this is for the original game).
7 Days To Die\Mods\UndeadLegacy_Content01\Config(this is for
UndeadLegacy, using the same logic you can find quests in other mods).
2. Open the file and look for the desired quest, reading the name and reward for the task, we find the one we need, example:
<quest id="ulmQuestTutorial07">
<property name="group_name_key" value="ulmQuestTutorialGroup"/>
<property name="difficulty" value="veryeasy"/>
<property name="offer_key" value="ulmQuestTutorialGroupDesc"/>
<property name="icon" value="symbol_archery"/>
<property name="name_key" value="ulmQuestTutorial07"/>
<property name="category_key" value="quest"/>
<property name="subtitle_key" value="ulmQuestTutorial07"/>
<property name="shareable" value="false"/>
<property name="description_key" value="ulmQuestTutorial07Desc"/>
<action type="TrackQuest"/>
<objective phase="1" type="FetchKeep" id="gunBowT0PrimitiveBow" value="1"/>
<objective phase="1" type="FetchKeep" id="ammoArrowStone" value="1"/>
<reward type="Exp" value="250"/>
<reward type="Quest" id="ulmQuestJourneyTrader">
<property name="chainquest" value="false"/>
</reward>
<reward type="SkillPoints" value="4" chainreward="true"/>
</quest>
Quest reward 4 SkillPoints, remember quest ID
3.Go into the game - go into the world - press f1
And enter the command - givequest ulmQuestTutorial07
4. Enjoy
FAN9 said:
Well, I was able to solve the problem by giving myself quest 07, which gives these 4 points. I forgot to clarify that I’m playing with the Undead Legacy mod and there are other initial quests. I will write down the procedure that I followed, maybe it will help someone:
1.You need to find the quest ID for this, follow the path - 7 Days To Die\Data\Config\quests.xml (this is for the original game).
7 Days To Die\Mods\UndeadLegacy_Content01\Config(this is for
UndeadLegacy, using the same logic you can find quests in other mods).
2. Open the file and look for the desired quest, reading the name and reward for the task, we find the one we need, example:
<quest id="ulmQuestTutorial07">
<property name="group_name_key" value="ulmQuestTutorialGroup"/>
<property name="difficulty" value="veryeasy"/>
<property name="offer_key" value="ulmQuestTutorialGroupDesc"/>
<property name="icon" value="symbol_archery"/>
<property name="name_key" value="ulmQuestTutorial07"/>
<property name="category_key" value="quest"/>
<property name="subtitle_key" value="ulmQuestTutorial07"/>
<property name="shareable" value="false"/>
<property name="description_key" value="ulmQuestTutorial07Desc"/>
<action type="TrackQuest"/>
<objective phase="1" type="FetchKeep" id="gunBowT0PrimitiveBow" value="1"/>
<objective phase="1" type="FetchKeep" id="ammoArrowStone" value="1"/>
<reward type="Exp" value="250"/>
<reward type="Quest" id="ulmQuestJourneyTrader">
<property name="chainquest" value="false"/>
</reward>
<reward type="SkillPoints" value="4" chainreward="true"/>
</quest>
Quest reward 4 SkillPoints, remember quest ID
3.Go into the game - go into the world - press f1
And enter the command - givequest ulmQuestTutorial07
4. Enjoy