diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-18 12:41:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-18 12:41:38 -0300 |
commit | d6558267097b4ed04ff5411e9d02804864ce7e0d (patch) | |
tree | 4566c12dcfdf9d60fb1d5a1c23055a617f7e3f6b | |
parent | 8ff7649002b5e9d833fd6a99d52c199fa0135035 (diff) | |
download | serverdata-d6558267097b4ed04ff5411e9d02804864ce7e0d.tar.gz serverdata-d6558267097b4ed04ff5411e9d02804864ce7e0d.tar.bz2 serverdata-d6558267097b4ed04ff5411e9d02804864ce7e0d.tar.xz serverdata-d6558267097b4ed04ff5411e9d02804864ce7e0d.zip |
Mark completion on Equipment Crafting System
-rw-r--r-- | db/craft_db.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf index 93cc3a1c1..8ae633a8b 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -644,13 +644,13 @@ craft_db: ( // Crafting System (ID 51~100, Flag 16) // 51~71 → Swords -// 72~76 → Bows -// 77~81 → Wands -// 82 → Reserved for guns +// 72~76 → Bows (ok) +// 77~81 → Wands (ok) +// 82 → Reserved for guns (ok) // 83~87 → Armor Chestplates // 88~92 → Armor Helmets // 93~97 → Shields -// 98, 99, 100 → Reserved for guns +// 98, 99, 100 → Reserved for guns (ok) ////////////////////////////////////////////////////////////////////////////// // Output PileOfAsh // Require 1x EverburnPowder to lit (maybe Sulphur?) @@ -1006,7 +1006,7 @@ craft_db: ( BoneArrow: 3 }, ) - Priority: 40 + Priority: 50 }, /****************************************************************************/ @@ -1380,7 +1380,7 @@ craft_db: ( PileOfAsh: 1 }, ) - Priority: 10 + Priority: 20 }, /****************************************************************************/ // 51~71 → Swords |