summaryrefslogtreecommitdiff
path: root/db/craft_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-28 22:44:11 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-28 22:44:11 -0300
commit8c99adcb54d0a13f63a6f93d771ca15f211fb4e3 (patch)
tree5c3a4960a2548edff526896a694426dff5f126a8 /db/craft_db.conf
parenteccac500742929097d1724d38a866c1bb0b3a120 (diff)
downloadserverdata-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/craft_db.conf')
-rw-r--r--db/craft_db.conf14
1 files changed, 10 insertions, 4 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf
index 2e736e41b..02b56a23d 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -647,10 +647,13 @@ craft_db: (
// Output PileOfAsh
// Require 1x EverburnPowder to lit (maybe Sulphur?)
// Require BentNeddle to costure (leather)
+// We rely on hardcoded values here, BEWARE
{
Id: 51
Name: "CraftWoodenSword"
Flag: 16
+ ReturnCode: 3503
+ //WoodenSword
SourceItems:
(
{
@@ -664,11 +667,10 @@ craft_db: (
CreateItems:
(
{
- WoodenSword: 1
+ RawLog: 1
},
{
- WoodenSword: 1
- RawLog: 1
+ RawLog: 2
},
)
Priority: 10
@@ -678,6 +680,8 @@ craft_db: (
Id: 52
Name: "CraftBugSlayer"
Flag: 16
+ ReturnCode: 3501
+ //BugSlayer
SourceItems:
(
{
@@ -692,9 +696,11 @@ craft_db: (
CreateItems:
(
{
- BugSlayer: 1
PileOfAsh: 1
},
+ {
+ PileOfAsh: 2
+ },
)
Priority: 10
},