diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-13 09:45:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-13 09:45:01 -0300 |
commit | 0e6ee986dccd10a025088711a5bb58756bd70bcc (patch) | |
tree | b0b11ae3efe297943cf5db4ff5d166917cd38b12 /npc/scripts.conf | |
parent | 9dd7472d72c318c2b4f30f8c806872fc0ca9b6fe (diff) | |
download | serverdata-0e6ee986dccd10a025088711a5bb58756bd70bcc.tar.gz serverdata-0e6ee986dccd10a025088711a5bb58756bd70bcc.tar.bz2 serverdata-0e6ee986dccd10a025088711a5bb58756bd70bcc.tar.xz serverdata-0e6ee986dccd10a025088711a5bb58756bd70bcc.zip |
Implement Alchemy System for Xanthem's House.
Now he only needs to buy--err, find the recipes :>
Diffstat (limited to 'npc/scripts.conf')
-rw-r--r-- | npc/scripts.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf index ad0e2113a..51f620e56 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -67,6 +67,10 @@ "npc/items/shovel.txt", "npc/items/teleporter.txt", +// Crafting System +"npc/functions/craft/alchemy.txt", + + // custom atcommands "npc/commands/music.txt", "npc/commands/exp.txt", |