diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-22 14:52:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-22 14:52:02 -0300 |
commit | 25976b12bcd125837d6aacc45926aeb75a7ca741 (patch) | |
tree | 1519c4a00005d48e8d76d8449e5b726a600e4151 | |
parent | 064a8345e2efafe5634fe4bfead5a249e5298698 (diff) | |
download | serverdata-25976b12bcd125837d6aacc45926aeb75a7ca741.tar.gz serverdata-25976b12bcd125837d6aacc45926aeb75a7ca741.tar.bz2 serverdata-25976b12bcd125837d6aacc45926aeb75a7ca741.tar.xz serverdata-25976b12bcd125837d6aacc45926aeb75a7ca741.zip |
Croconut Boxes
-rw-r--r-- | db/re/item_db.conf | 4 | ||||
-rw-r--r-- | npc/003-1/shop.txt | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index a5e3c3f03..bd15a1dc7 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2532,8 +2532,8 @@ item_db: ( AegisName: "CroconutBox" Name: "Croconut Box" Type: "IT_ETC" - Buy: 2 - Sell: 1 + Buy: 1700 + Sell: 600 Weight: 1400 Gender: "SEX_ANY" WeaponLv: 0 diff --git a/npc/003-1/shop.txt b/npc/003-1/shop.txt index de52f9106..ddfedf18f 100644 --- a/npc/003-1/shop.txt +++ b/npc/003-1/shop.txt @@ -13,6 +13,7 @@ OnInit: sellitem DesertHat, -1, 8; sellitem SilkRobe, -1, 1; sellitem Bread, -1, 15; + sellitem CroconutBox, 3000, 6; sellitem EmptyBottle, -1, 3; // You can buy some empty bottles here, but they're scarse .sex = G_OTHER; @@ -29,6 +30,7 @@ OnClock0000: restoreshopitem DesertHat, -1, 8; restoreshopitem SilkRobe, -1, 1; restoreshopitem Bread, -1, 15; + restoreshopitem CroconutBox, 3000, 6; restoreshopitem EmptyBottle, -1, 3; } |