summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-13 14:13:15 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-13 14:13:15 -0300
commit707f26c9a44bc2394f1c7cc7743b1ff483284ea3 (patch)
tree6819bd043ae28bdceb5abad9f7b8a80ad647761f
parent40eb6b00071df0bc7e154344fec065c7bf1f7f59 (diff)
downloadserverdata-707f26c9a44bc2394f1c7cc7743b1ff483284ea3.tar.gz
serverdata-707f26c9a44bc2394f1c7cc7743b1ff483284ea3.tar.bz2
serverdata-707f26c9a44bc2394f1c7cc7743b1ff483284ea3.tar.xz
serverdata-707f26c9a44bc2394f1c7cc7743b1ff483284ea3.zip
...
-rw-r--r--db/re/item_db.conf2
-rw-r--r--npc/029-0/event.txt8
2 files changed, 5 insertions, 5 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 0258d6de6..4bfa8fb48 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -4441,7 +4441,7 @@ item_db: (
AegisName: "LeatherPatch"
Name: "Leather Patch"
Type: "IT_ETC"
- Buy: 10000
+ Buy: 800
Sell: 350
Weight: 20
Refine: false
diff --git a/npc/029-0/event.txt b/npc/029-0/event.txt
index 047b11bd3..4968696ec 100644
--- a/npc/029-0/event.txt
+++ b/npc/029-0/event.txt
@@ -62,7 +62,7 @@ OnInit:
.distance=5;
.sex=G_MALE;
- sellitem LeatherPatch, -1, 45;
+ sellitem LeatherPatch, 800, 45;
sellitem RawLog, -1, 40;
sellitem WoodenLog, -1, 40;
sellitem Coal, -1, 35;
@@ -78,7 +78,7 @@ OnInit:
sellitem EarthPowder, -1, 3;
sellitem EverburnPowder, -1, 2;
- sellitem AncientBlueprint, -1, 4;
+ sellitem AncientBlueprint, 10000, 4;
sellitem RustyKnife, -1, 5;
sellitem TrainingWand, -1, 5;
sellitem TrainingBow, -1, 5;
@@ -143,7 +143,7 @@ OnClock1801:
.mobp=rand2(1000, 2500);
.mobg=.mobp*rand2(100, 150)/10;
- restoreshopitem LeatherPatch, 45;
+ restoreshopitem LeatherPatch, 800, 45;
restoreshopitem RawLog, 40;
restoreshopitem WoodenLog, 40;
restoreshopitem Coal, 35;
@@ -159,7 +159,7 @@ OnClock1801:
restoreshopitem EarthPowder, 3;
restoreshopitem EverburnPowder, 2;
- restoreshopitem AncientBlueprint, 4;
+ restoreshopitem AncientBlueprint, 10000, 4;
restoreshopitem RustyKnife, 5;
restoreshopitem TrainingWand, 5;
restoreshopitem TrainingBow, 5;