mfoltz / Bloodcraft

GNU Affero General Public License v3.0
13 stars 4 forks source link

Automate .prepare #37

Closed archenovalis closed 3 months ago

archenovalis commented 3 months ago

Automates completing prepare for the hunt quest.

When levelsystem is enabled and bool is false then complete the quest and set bool to true.

mfoltz commented 3 months ago

Would rather implement what Chino has done here and will be handling soon, the automatic completion of the achievement before the player has reached that point in the game can be done via base game setting (achievement prefab can be added to UnlockedAchievements in ServerGameSettings.json) and not sure it would make sense to replicate that functionality as-is with a mod. https://github.com/aontas/XPRising/blob/main/XPRising/Hooks/AchievementHook.cs