饥荒联机版

饥荒联机版

Quest System [BETA]
 此主题已被置顶,因此可能具有重要性
Monti  [开发者] 2021 年 9 月 30 日 上午 4:30
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.
最后由 Monti 编辑于; 2021 年 9 月 30 日 上午 4:40