diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-28 22:44:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-28 22:44:11 -0300 |
commit | 8c99adcb54d0a13f63a6f93d771ca15f211fb4e3 (patch) | |
tree | 5c3a4960a2548edff526896a694426dff5f126a8 /db/re | |
parent | eccac500742929097d1724d38a866c1bb0b3a120 (diff) | |
download | serverdata-8c99adcb54d0a13f63a6f93d771ca15f211fb4e3.tar.gz serverdata-8c99adcb54d0a13f63a6f93d771ca15f211fb4e3.tar.bz2 serverdata-8c99adcb54d0a13f63a6f93d771ca15f211fb4e3.tar.xz serverdata-8c99adcb54d0a13f63a6f93d771ca15f211fb4e3.zip |
Item crafting (Bugslayer and Wooden Sword) will now output named items (crafter name).
And these named items will have the crafter's skills on them =D
Great, now we need recipes and learning (both of these) :>
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/skill_tree.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/re/skill_tree.conf b/db/re/skill_tree.conf index 2f592afbf..6d6bb9616 100644 --- a/db/re/skill_tree.conf +++ b/db/re/skill_tree.conf @@ -31,6 +31,7 @@ Human: { NV_BASIC: 0 TMW2_FAKESKILL: 0 TMW2_FAKESKILL2: 0 + TMW2_CRAFT: 0 WE_MALE: 0 WE_FEMALE: 0 SN_SHARPSHOOTING: 0 |