From 707f26c9a44bc2394f1c7cc7743b1ff483284ea3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 13 Mar 2021 14:13:15 -0300 Subject: ... --- npc/029-0/event.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/029-0/event.txt') 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-60-g2f50