I'm not getting my honest 4 skill points

FAN9

Refugee
I'm playing with a friend, he hosts the server. As you know, after completing the initial quest, 4 skill points are given, and when my friend enters the world, a quest appears, he completes it and gets 4 points, but when I enter the world, I don’t have the quest and therefore don’t receive 4 points. How can this be fixed? Or how can you give yourself skill points without using "giveselfxp". I know there is also "7DaysProfileEditor" but it doesn't work. Help!

 
That's weird. When I play with my friends it always seems to work. Are you guys doing something like sharing that quest or something?

 
Pretty sure you can't share that quest.

What does sharing mean?


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.

 
Might be caused if you got dropped from the server basically immediately after logging in.  I know in single player if you exit the game before the quest pops (which takes some pretty quick reflexes, admittedly) when you try and go back into the game, you don't get the quest.  Never played multiplayer, but I imagine the same sort of thing happens.

 
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

 
AFAIK, Subquake has not distributed an A21 compatible version of UL.

Are you playing A21?  If so the version mismatch may be the source of your problems.

 
Back
Top