I love the quest system i am eager to try it out. The thing i am wondering though is there a way to make it so the quest rewards and points are not functioning i do not want them to work but may wish to have players make quests as long as it don't get out of hand. I guess a little more info on the general idea of how it works for players to make quests to would be nice.
Playermade quests do not give out quest points by default.
As for quest rewards, I'm assuming that you are talking about the rewards that can be purchased with quest credits that come with gaining quest points.
Those can normally only be exchanged for rewards though the use of the questrewardstone, so if you dont place one of those, then they cannot be exchanged.
You can also disable the quest points system altogether by just setting this to false in xmlquest.cs
CODE |
public const bool QuestPointsEnabled = true;
|