eganonstwr
Refugee
guys when i die and fresh start please dont make me do that starting quests (pant gathering etc), just give 4 points instantly
guys when i die and fresh start please dont make me do that starting quests (pant gathering etc), just give 4 points instantly
Thank youIt is possible, with relative ease, to mod that into existence.
Edit quests.xml and remove all of the "quest_BasicSurvival" entries (keep the White River one if you still want to be pointed to the nearest trader). Then add the following:
<quest id="quest_BasicSurvival1">
<reward type="SkillPoints" value="4"/>
<reward type="Quest" id="quest_whiteRiverCitizen1" />
</quest>
EDIT: You don't technically need to remove all of the basic survival quests, you can just replace the first one with the info above.
Again, the White River part only needs to be in there if you want to keep that quest in.
There's probably already a modlet out there for this.