diff options
author | Fate <fate.tmw@googlemail.com> | 2008-11-10 21:43:56 +0000 |
---|---|---|
committer | Fate <fate.tmw@googlemail.com> | 2008-11-10 21:43:56 +0000 |
commit | d3ea9e0754454306d67a603d89c41c0341823f91 (patch) | |
tree | fb9f33227a871f02538a6c0648fd742e256bc80a | |
parent | 65c4d141cb9bc8c0bd15f61ab24858739a7ccaa1 (diff) | |
download | serverdata-d3ea9e0754454306d67a603d89c41c0341823f91.tar.gz serverdata-d3ea9e0754454306d67a603d89c41c0341823f91.tar.bz2 serverdata-d3ea9e0754454306d67a603d89c41c0341823f91.tar.xz serverdata-d3ea9e0754454306d67a603d89c41c0341823f91.zip |
* Reduced PileOfAsh sales value from 500 to 100 to encourage more player trading (also note that Fire Goblins are accessible to newbies).
-rw-r--r-- | db/item_db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/item_db.txt b/db/item_db.txt index 07b36993..03afe6aa 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -190,7 +190,7 @@ #ID, Name, Label, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Job, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} 700, Pearl, Pearl, 3, 5000, 3000, 5, , , , , , 10477567, 2, , , 0, , {}, {} -701, PileOfAsh, Pile of Ash, 3, 3000, 500, 5, , , , , , 10477567, 2, , , 0, , {}, {} +701, PileOfAsh, Pile of Ash, 3, 3000, 100, 5, , , , , , 10477567, 2, , , 0, , {}, {} 702, WeddingRing, Wedding Ring, 5, 1000, 1, 1, , 0, , 1, 0, 10477567, 2, 128, , 0, 0, {}, {} 703, SulphurPowder, Sulphur Powder, 3, 1000, 100, 2, , , , , , 10477567, 2, , , 0, , {}, {} 704, IronPowder, Iron Powder, 3, 800, 80, 3, , , , , , 10477567, 2, , , 0, , {}, {} |