summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-09-09 14:38:33 -0300
committerJesusaves <cpntb1@ymail.com>2019-09-09 14:38:33 -0300
commit0f89f0f5fd41e1043e3b55246b921613d57f7c64 (patch)
tree18c9ad78e40aa4c56bbe393c9f69b3c985b52a12
parentc2f745288da7305d12b73c49bb92f1f3994766a4 (diff)
downloadserverdata-jesusalva/arrowshop.tar.gz
serverdata-jesusalva/arrowshop.tar.bz2
serverdata-jesusalva/arrowshop.tar.xz
serverdata-jesusalva/arrowshop.zip
[skip ci] Plan B - 3 Gp the arrow.jesusalva/arrowshop
-rw-r--r--db/re/item_db.conf2
-rw-r--r--npc/001-2-27/shop.txt4
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;
}