summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-01 00:10:08 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-01 00:10:08 -0300
commit2590d9f400cbafb16590b87f0a2ccf133da00181 (patch)
tree98ebceb45efca1a5236b75d8cf5230577fd7126d
parent628d337ce5c81412bd7d39b6409c4697f2a4c043 (diff)
downloadserverdata-2590d9f400cbafb16590b87f0a2ccf133da00181.tar.gz
serverdata-2590d9f400cbafb16590b87f0a2ccf133da00181.tar.bz2
serverdata-2590d9f400cbafb16590b87f0a2ccf133da00181.tar.xz
serverdata-2590d9f400cbafb16590b87f0a2ccf133da00181.zip
Knife equip is not needed anymore
-rw-r--r--db/craft_db.conf15
-rw-r--r--npc/001-3-1/smith.txt2
-rw-r--r--npc/guilds/forge.txt2
3 files changed, 2 insertions, 17 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf
index 8cf076947..5d9001bf7 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -662,9 +662,6 @@ craft_db: (
SharpKnife: 1
},
)
- RequiredEquips: {
- Knife: true
- }
CreateItems:
(
{
@@ -695,9 +692,6 @@ craft_db: (
EverburnPowder: 1
},
)
- RequiredEquips: {
- Knife: true
- }
CreateItems:
(
{
@@ -724,9 +718,6 @@ craft_db: (
EverburnPowder: 1
},
)
- RequiredEquips: {
- Knife: true
- }
CreateItems:
(
{
@@ -757,9 +748,6 @@ craft_db: (
EverburnPowder: 1
},
)
- RequiredEquips: {
- Knife: true
- }
CreateItems:
(
{
@@ -794,9 +782,6 @@ craft_db: (
EverburnPowder: 1
},
)
- RequiredEquips: {
- Knife: true
- }
CreateItems:
(
{
diff --git a/npc/001-3-1/smith.txt b/npc/001-3-1/smith.txt
index e7ac97185..df0742a48 100644
--- a/npc/001-3-1/smith.txt
+++ b/npc/001-3-1/smith.txt
@@ -10,7 +10,7 @@
mesc l("Welcome to Saulc's Magic Smith Table!");
mesc l("This forge will prepare equipment for you, no skill required!");
mesc l("What will you craft today?");
- mesc l("You need to have an @@ equipped.", getitemlink(Knife)), 1;
+ //mesc l("You need to have an @@ equipped.", getitemlink(Knife)), 1;
if (SmithSystem(CRAFT_NPC))
mesc l("Success!"), 3;
else
diff --git a/npc/guilds/forge.txt b/npc/guilds/forge.txt
index b6f26f65b..5f3468167 100644
--- a/npc/guilds/forge.txt
+++ b/npc/guilds/forge.txt
@@ -9,7 +9,7 @@ guilds,24,27,0 script Guild Blacksmith NPC_NO_SPRITE,{
do
{
mesc l("What will you forge today?");
- mesc l("You might need to have a @@ equipped for some recipes!", getitemlink(Knife));
+ //mesc l("You might need to have a @@ equipped for some recipes!", getitemlink(Knife));
if (SmithSystem(CRAFT_GUILD))
{
mesc l("Success!"), 3;