summaryrefslogtreecommitdiff
path: root/db/craft_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-18 13:28:30 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-18 13:28:30 -0300
commit3437f72074da87da0445fda0a44ba56e87c0609d (patch)
treefa62c2693872d2639c5675bf171e9894c9cbf2e8 /db/craft_db.conf
parentd4852d47713a9e1ea9e00b0e0c3aefaaa0550b72 (diff)
downloadserverdata-3437f72074da87da0445fda0a44ba56e87c0609d.tar.gz
serverdata-3437f72074da87da0445fda0a44ba56e87c0609d.tar.bz2
serverdata-3437f72074da87da0445fda0a44ba56e87c0609d.tar.xz
serverdata-3437f72074da87da0445fda0a44ba56e87c0609d.zip
Add new one-hand weapons, so we have craft recipes for 1h melee up to level 100
Diffstat (limited to 'db/craft_db.conf')
-rw-r--r--db/craft_db.conf166
1 files changed, 166 insertions, 0 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf
index 8ae633a8b..ab9a17a5a 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -809,6 +809,172 @@ craft_db: (
Priority: 40
},
/****************************************************************************/
+{
+ Id: 56
+ Name: "CraftKitana"
+ Flag: 16
+ ReturnCode: 3531
+ //Kitana
+ SourceItems:
+ (
+ {
+ IronIngot: 30
+ TinIngot: 9
+ Coal: 30
+ EverburnPowder: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ PileOfAsh: 1
+ },
+ {
+ IronIngot: 1
+ PileOfAsh: 1
+ },
+ {
+ PileOfAsh: 2
+ },
+ {
+ PileOfAsh: 3
+ },
+ )
+ Priority: 50
+},
+/****************************************************************************/
+{
+ Id: 57
+ Name: "CraftBoneKnife"
+ Flag: 16
+ ReturnCode: 3508
+ //BoneKnife
+ SourceItems:
+ (
+ {
+ IronIngot: 36
+ Bone: 90
+ Coal: 30
+ EverburnPowder: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ PileOfAsh: 1
+ },
+ {
+ Bone: 1
+ PileOfAsh: 1
+ },
+ {
+ PileOfAsh: 2
+ },
+ {
+ PileOfAsh: 3
+ },
+ )
+ Priority: 50
+},
+/****************************************************************************/
+{
+ Id: 58
+ Name: "CraftLongSword"
+ Flag: 16
+ ReturnCode: 3516
+ //LongSword
+ SourceItems:
+ (
+ {
+ IronIngot: 42
+ PlatinumIngot: 1
+ IridiumIngot: 1
+ Coal: 32
+ },
+ )
+ CreateItems:
+ (
+ {
+ PileOfAsh: 1
+ },
+ {
+ IronIngot: 1
+ PileOfAsh: 1
+ },
+ {
+ PileOfAsh: 2
+ },
+ {
+ PileOfAsh: 3
+ },
+ )
+ Priority: 60
+},
+/****************************************************************************/
+{
+ Id: 59
+ Name: "CraftRockKnife"
+ Flag: 16
+ ReturnCode: 3509
+ //RockKnife
+ SourceItems:
+ (
+ {
+ TerraniteOre: 50
+ PlatinumIngot: 2
+ IridiumIngot: 3
+ Coal: 40
+ },
+ )
+ CreateItems:
+ (
+ {
+ PileOfAsh: 1
+ },
+ {
+ TerraniteOre: 1
+ PileOfAsh: 1
+ },
+ {
+ PileOfAsh: 2
+ },
+ {
+ PileOfAsh: 3
+ },
+ )
+ Priority: 70
+},
+/****************************************************************************/
+{
+ Id: 60
+ Name: "CraftDivineSword"
+ Flag: 16
+ ReturnCode: 3511
+ //DivineSword
+ SourceItems:
+ (
+ {
+ DivineApple: 2
+ PlatinumIngot: 3
+ IridiumIngot: 5
+ Coal: 60
+ },
+ )
+ CreateItems:
+ (
+ {
+ PileOfAsh: 1
+ },
+ {
+ PileOfAsh: 2
+ },
+ {
+ PileOfAsh: 3
+ },
+ )
+ Priority: 80
+},
+/****************************************************************************/
// 61~71 two hand swords I guess
{
Id: 61