diff options
author | Alige <aligetmw@hotmail.fr> | 2012-12-19 10:57:03 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-12-19 11:02:56 +0400 |
commit | 89c8881fee7ff1918c4b9e6207981feebe03b843 (patch) | |
tree | 2c4b0d2772250a57e2f7e373849987807b433a52 | |
parent | bda2f2d8b1e64e1581467bb68d3b857a720618b9 (diff) | |
download | serverdata-89c8881fee7ff1918c4b9e6207981feebe03b843.tar.gz serverdata-89c8881fee7ff1918c4b9e6207981feebe03b843.tar.bz2 serverdata-89c8881fee7ff1918c4b9e6207981feebe03b843.tar.xz serverdata-89c8881fee7ff1918c4b9e6207981feebe03b843.zip |
Reworked the items sold throughout Fexil's bag.
- Now sorted by price order, which is simpler.
- Sells more natural things instead of random stuff gathered here and there in the crocojungle.
-rw-r--r-- | db/item_db.txt | 2 | ||||
-rw-r--r-- | npc/000-1/shop.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/db/item_db.txt b/db/item_db.txt index c1d1f77f..e7f732d7 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -1,7 +1,7 @@ #ID, Name, Label, Attr, Type, Price, Sell, Weight,ATK, DEF, Range, Mbonus,Slot, Gender,Loc, wLV, eLV, View, LifeTime, {UseScript} {EquipScript} {UnEquipScript} 0, DEFAULT, Default, 0, 0, 0, 0, 10, , , , , , 2, , , , , 0, {}, {} {} 501, Acorn, Acorn, 0, 0, 8, 2, 2, , , , , , 2, , , 0, , 0, {itemheal 15, 0;}, {} {} -502, Bread, Bread, 0, 0, 32, 8, 5, , , , , , 2, , , 0, , 0, {itemheal 30, 0;}, {} {} +502, Bread, Bread, 0, 0, 44, 11, 5, , , , , , 2, , , 0, , 0, {itemheal 30, 0;}, {} {} 503, Fungus, Fungus, 0, 0, 92, 23, 7, , , , , , 2, , , 0, , 0, {itemheal 25, 0;}, {} {} 504, Cheese, Cheese, 0, 0, 72, 18, 6, , , , , , 2, , , 0, , 0, {itemheal 50, 0;}, {} {} 505, PiouLegs, Piou Legs, 0, 0, 12, 3, 5, , , , , , 2, , , 0, , 0, {itemheal 10, 0;}, {} {} diff --git a/npc/000-1/shop.txt b/npc/000-1/shop.txt index 7c0a2590..41e11f13 100644 --- a/npc/000-1/shop.txt +++ b/npc/000-1/shop.txt @@ -4,4 +4,4 @@ // Description: // Fexil's shop bag. -000-1.gat,84,98,0,1 shop Bag 109,Fungus :-1,Plushroom :-1,Cheese :-1,Aquada :-1,LousyMoccasins :-1,Armbands :-1,PiouSlayer :-1 +000-1.gat,84,98,0,1 shop Bag 109,Bread :-1,Lettuce :-1,Cheese :-1,Aquada :-1,HalfCroconut :-1,LousyMoccasins :-1,Armbands :-1,PiouSlayer :-1 |