Don't Starve Together

Don't Starve Together

Quest System [BETA]
 This topic has been pinned, so it's probably important
Monti  [developer] 30 Sep, 2021 @ 4:30am
Console Commands
I added quite a few console commands for those that like to test some things ( or those who want to cheat ;) )

c_addquest(name)

Adds a quest with the name you used to your quest log. If you left name empty, you will get a random quest.

c_showquest()

Adds five random quests to your quest log and opens the quest log.

c_deletequest(name)

Deletes the quest from the game. If you use this or c_deleteallquests() save and restart the server to be sure that no errors may appear.

c_deleteallquests()

Deletes the quest from the game. If you use this or c_deletequest(name) save and restart the server to be sure that no errors may appear.

c_levelup(levels)

Levels your character up for as many levels as inputted. If left empty, level up by one.
Ex: c_levelup(5), you are level 4, afterwards you are level 9.

c_startbossfight()

Starts a bossfight with your character.

c_resetquests(diff)

Resets the three quests from the quest board from which you can choose. If you already chose a quest, you can now choose a quest again. if diff is set to a number between 1 and 5, you will get quests suggested to you in only this difficulty.

c_completequest(name)

Complete the quest with the entered name if you have it in your quest log. If name is empty, completes a random quest.

c_request(quest_name)

Gives your character a request with the specific quest if quest_name is not empty and otherwise a random quest.
Last edited by Monti; 30 Sep, 2021 @ 4:40am