diff options
author | Scott Ellis <quiche_on_a_leash@hotmail.co.uk> | 2009-02-25 16:23:13 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-02-25 10:00:30 -0700 |
commit | 5b5cc1021fe8eb01383915722fffb314744a3439 (patch) | |
tree | dc74ff865b9da66253af1ef843e3e2f4fc87d6a5 /db | |
parent | 3ea6b851ee7462f0ecc83b1d7e4f539f48aa502f (diff) | |
download | serverdata-5b5cc1021fe8eb01383915722fffb314744a3439.tar.gz serverdata-5b5cc1021fe8eb01383915722fffb314744a3439.tar.bz2 serverdata-5b5cc1021fe8eb01383915722fffb314744a3439.tar.xz serverdata-5b5cc1021fe8eb01383915722fffb314744a3439.zip |
Add dyed gloves and put them on sale
Diffstat (limited to 'db')
-rw-r--r-- | db/item_db.txt | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/db/item_db.txt b/db/item_db.txt index 85c1c369..b05a5fb5 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -221,12 +221,13 @@ 731, AssassinPants, Assassin Pants, 5, 10000, 3000, 10, , 5, , -5, 0, 10477567, 2, 1, , 0, 0, {}, {} // RESERVED 734, BlackBoots, Black Boots, 5, 20000, 3000, 35, , 4, , -10, 0, 10477567, 2, 64, , 0, 0, {}, {} -735, WhiteCottonBoots, White Cotton Boots, 5, 2000, 500, 10, , 1, , 1, 0, 10477567, 2, 64, , 0, 0, {}, {} +735, CottonBoots, Cotton Boots, 5, 2000, 500, 10, , 1, , 1, 0, 10477567, 2, 64, , 0, 0, {}, {} 736, WhiteCake, White Cake, 0, 500, 100, 10, , , , , , 10477567, 2, , , 0, , { itemheal 10,0; }, {} 737, ChocolateCake, Chocolate Cake, 0, 550, 125, 10, , , , , , 10477567, 2, , , 0, , { itemheal 11,0; }, {} 738, OrangeCake, Orange Cake, 0, 600, 150, 10, , , , , , 10477567, 2, , , 0, , { itemheal 12,0; }, {} 739, AppleCake, Apple Cake, 0, 600, 150, 10, , , , , , 10477567, 2, , , 0, , { itemheal 12,0; }, {} 740, Root, Root, 3, 500, 200, 5, , , , , , , , , , , , {}, {} +741, CottonGloves, Cotton Gloves, 5, 2000, 500, 20, , 1, , -10, 0, 10477567, 2, 4, , 0, 0, {}, {} #ID, Name, Label, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Job, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} 1198, JackOSoul, Jack O Soul, 3, 100000, 1, 1, , , , , , , , , , , , {}, {} @@ -381,3 +382,15 @@ 2157, OrangeCottonBoots, Orange Cotton Boots, 5, 2000, 500, 10, , 1, , 1, 0, 10477567, 2, 64, , 0, 0, {}, {} 2158, PurpleCottonBoots, Purple Cotton Boots, 5, 2000, 500, 10, , 1, , 1, 0, 10477567, 2, 64, , 0, 0, {}, {} 2159, DarkGreenCottonBoots, Dark Green Cotton Boots, 5, 2000, 500, 10, , 1, , 1, 0, 10477567, 2, 64, , 0, 0, {}, {} + +#ID, Name, Label, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Job, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +2160, RedCottonGloves, Red Cotton Gloves, 5, 2000, 500, 20, , 1, , -10, 0, 10477567, 2, 4, , 0, 0, {}, {} +2161, GreenCottonGloves, Green Cotton Gloves, 5, 2000, 500, 20, , 1, , -10, 0, 10477567, 2, 4, , 0, 0, {}, {} +2162, DarkBlueCottonGloves, Dark Blue Cotton Gloves, 5, 2000, 500, 20, , 1, , -10, 0, 10477567, 2, 4, , 0, 0, {}, {} +2163, YellowCottonGloves, Yellow Cotton Gloves, 5, 2000, 500, 20, , 1, , -10, 0, 10477567, 2, 4, , 0, 0, {}, {} +2164, LightBlueCottonGloves, Light Blue Cotton Gloves, 5, 2000, 500, 20, , 1, , -10, 0, 10477567, 2, 4, , 0, 0, {}, {} +2165, PinkCottonGloves, Pink Cotton Gloves, 5, 2000, 500, 20, , 1, , -10, 0, 10477567, 2, 4, , 0, 0, {}, {} +2166, BlackCottonGloves, Black Cotton Gloves, 5, 2000, 500, 20, , 1, , -10, 0, 10477567, 2, 4, , 0, 0, {}, {} +2167, OrangeCottonGloves, Orange Cotton Gloves, 5, 2000, 500, 20, , 1, , -10, 0, 10477567, 2, 4, , 0, 0, {}, {} +2168, PurpleCottonGloves, Purple Cotton Gloves, 5, 2000, 500, 20, , 1, , -10, 0, 10477567, 2, 4, , 0, 0, {}, {} +2169, DarkGreenCottonGloves, Dark Green Cotton Gloves, 5, 2000, 500, 20, , 1, , -10, 0, 10477567, 2, 4, , 0, 0, {}, {}
\ No newline at end of file |