summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-20 15:22:04 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-20 15:22:04 -0200
commit9d6933067964e400968d913e1381265df24118a9 (patch)
tree0c3bb88605061a2f94a04d0d6b7f7c2d445c3393
parent80e759549e85ca74836427364643316b659ebd86 (diff)
downloadserverdata-9d6933067964e400968d913e1381265df24118a9.tar.gz
serverdata-9d6933067964e400968d913e1381265df24118a9.tar.bz2
serverdata-9d6933067964e400968d913e1381265df24118a9.tar.xz
serverdata-9d6933067964e400968d913e1381265df24118a9.zip
Alright alright, you win, you win
-rw-r--r--db/re/item_db.conf2
-rw-r--r--npc/003-1/eugene.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 4b23c02c6..df3d7c9c5 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -2710,7 +2710,7 @@ item_db: (
AegisName: "FishBox"
Name: "Fish Box"
Type: "IT_ETC"
- Buy: 12500
+ Buy: 3600
Sell: 1200
Weight: 1250
Refine: false
diff --git a/npc/003-1/eugene.txt b/npc/003-1/eugene.txt
index 1f221a375..e1aad9187 100644
--- a/npc/003-1/eugene.txt
+++ b/npc/003-1/eugene.txt
@@ -98,7 +98,7 @@ OnInit:
.BaitCount = 10;
tradertype(NST_MARKET);
- sellitem FishBox, 1250, 5;
+ sellitem FishBox, -1, 5;
sellitem CommonCarp, -1, 3;
sellitem GrassCarp, -1, 1;
@@ -110,7 +110,7 @@ OnClock0611:
OnClock1200:
OnClock1801:
OnClock0003:
- restoreshopitem FishBox, 1250, 5;
+ restoreshopitem FishBox, -1, 5;
restoreshopitem CommonCarp, -1, 3;
restoreshopitem GrassCarp, -1, 1;
end;