Jump to content

Edit History

Please note that revisions older than 365 days are pruned and will no longer show here
Maharin

Maharin

2 hours ago, eganonstwr said:

guys when i die and fresh start please dont make me do that starting quests (pant gathering etc), just give 4 points instantly

 

It 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.

Maharin

Maharin

1 hour ago, eganonstwr said:

guys when i die and fresh start please dont make me do that starting quests (pant gathering etc), just give 4 points instantly

 

It 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>

 

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.

×
×
  • Create New...