diff options
author | Maximilian Philipps <Turmfalke2007@web.de> | 2010-07-07 17:31:32 +0200 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-07-07 10:31:54 -0600 |
commit | 07e2470e18691d38affabba17670ee9a51f2e3d8 (patch) | |
tree | 5b7123b3b015de592403f6c7052fed61290a5077 /db | |
parent | 89be0e79c536d8bcc259d565dba8f9eeb8d2bc23 (diff) | |
download | serverdata-07e2470e18691d38affabba17670ee9a51f2e3d8.tar.gz serverdata-07e2470e18691d38affabba17670ee9a51f2e3d8.tar.bz2 serverdata-07e2470e18691d38affabba17670ee9a51f2e3d8.tar.xz serverdata-07e2470e18691d38affabba17670ee9a51f2e3d8.zip |
Reduced the sell price of bat drops
Signed-off-by: Jared Adams <jaxad0127@gmail.com>
Diffstat (limited to 'db')
-rw-r--r-- | db/item_db.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/item_db.txt b/db/item_db.txt index 8511195f..af31286e 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -252,8 +252,8 @@ 750, SlowPoisonPotion, Slow Poison Potion, 0, 500, 200, 10, , , , , , 2, , , 0, , { itemheal 5, 0; sc_start sc_slowpoison, 180000, 180; }, {} 751, PinkieHat, Pinkie Hat, 5, 5000, 1000, 5, , 1, , 1, 0, 2, 256, , 0, 0, {}, {} 752, FluffyHat, Fluffy Hat, 5, 7000, 2000, 10, , 2, , -5, 0, 2, 256, , 0, 0, {}, {} -753, BatWing, Bat Wing, 3, 500, 100, 3, , , , , , , , , , , {}, {} -754, BatTeeth, Bat Teeth, 3, 600, 150, 2, , , , , , , , , , , {}, {} +753, BatWing, Bat Wing, 3, 500, 50, 3, , , , , , , , , , , {}, {} +754, BatTeeth, Bat Teeth, 3, 600, 75, 2, , , , , , , , , , , {}, {} 755, AssassinShirt, Assassin Shirt, 5, 10000, 3000, 15, , 10, , -5, 0, 2, 512, , 0, 0, {}, { callfunc "UnreleasedItem"; bonus bAgi, 10; } 756, AssassinGloves, Assassin Gloves, 5, 7000, 2000, 9, , 5, , -3, 0, 2, 4, , 0, 0, {}, { callfunc "UnreleasedItem"; bonus bAgi, 5; } 757, AssassinBoots, Assassin Boots, 5, 7000, 2000, 10, , 5, , -3, 0, 2, 64, , 0, 0, {}, { callfunc "UnreleasedItem"; bonus bAgi, 5; } |