From 707f26c9a44bc2394f1c7cc7743b1ff483284ea3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 13 Mar 2021 14:13:15 -0300 Subject: ... --- db/re/item_db.conf | 2 +- npc/029-0/event.txt | 8 ++++---- 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; -- cgit v1.2.3-70-g09d2