From 0f89f0f5fd41e1043e3b55246b921613d57f7c64 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 9 Sep 2019 14:38:33 -0300 Subject: [skip ci] Plan B - 3 Gp the arrow. --- db/re/item_db.conf | 2 +- npc/001-2-27/shop.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index f5b7847b..726da734 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -4826,7 +4826,7 @@ item_db: ( AegisName: "TrainingArrow" Name: "Training Arrow" Type: "IT_AMMO" - Buy: 100 + Buy: 3 Sell: 1 Weight: 1 Atk: 100 diff --git a/npc/001-2-27/shop.txt b/npc/001-2-27/shop.txt index 84234be0..c942eef5 100644 --- a/npc/001-2-27/shop.txt +++ b/npc/001-2-27/shop.txt @@ -41,7 +41,7 @@ OnInit: sellitem PiouSlayer, -1, 50; sellitem TrainingGladius, -1, 25; sellitem WoodenSword, -1, 50; - sellitem TrainingArrow, 1, 20000; + sellitem TrainingArrow, -1, 20000; .sex = G_OTHER; .distance = 2; @@ -59,6 +59,6 @@ OnClock01600: restoreshopitem PiouSlayer, 25; restoreshopitem TrainingGladius, 8; restoreshopitem WoodenSword, 25; - restoreshopitem TrainingArrow, 20000, 1; + restoreshopitem TrainingArrow, 20000; end; } -- cgit v1.2.3-70-g09d2