Addition of random craft system.

Thanks to Mode.
This commit is contained in:
MobiusDevelopment
2021-01-16 01:43:14 +00:00
parent 10b0cf2c86
commit 8fdb533aa5
39 changed files with 6017 additions and 41 deletions

View File

@@ -654,14 +654,6 @@ EnableAutoBuff = True
EnableAutoItem = True
# ---------------------------------------------------------------------------
# Random Craft Settings
# ---------------------------------------------------------------------------
# Drop materials for random craft.
DropRandomCraftMaterials = False
# ---------------------------------------------------------------------------
# Developer Settings
# ---------------------------------------------------------------------------

View File

@@ -0,0 +1,12 @@
# ---------------------------------------------------------------------------
# Random Craft Settings
# ---------------------------------------------------------------------------
# Enable random craft system.
RandomCraftEnabled = False
# Drop materials for random craft.
# Cannot be reloaded. It needs server restart.
# Works independently from above config.
# Recommend to use same value as RandomCraftEnabled.
DropRandomCraftMaterials = False