Jump to content

I'm not getting my honest 4 skill points


FAN9

Recommended Posts

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!

Link to comment
Share on other sites

1 minute ago, warmer said:

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?

What does sharing mean?

Link to comment
Share on other sites

Pretty sure you can't share that quest.

 

1 hour ago, FAN9 said:

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

9 hours ago, Riamus said:

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

Just now, 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

 

Link to comment
Share on other sites

13 hours ago, FAN9 said:

How can this be fixed? Or how can you give yourself skill points without using "giveselfxp"

You can get the opening quests by reading the "Basic Survival Quest Note", which you can get from the creative menu.

Link to comment
Share on other sites

15 hours ago, Riamus said:

Pretty sure you can't share that quest.

 

And you would be correct

 

    <quest id="quest_BasicSurvival1">
......
        <property name="shareable" value="false"/>

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...