From 479bfcc5c761f6477e07945ae37187aaa62fa146 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Tue, 20 Jan 2009 20:28:04 +0000 Subject: Remove extra tab from red cotton boots entry --- db/item_db.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db/item_db.txt') diff --git a/db/item_db.txt b/db/item_db.txt index 4cce8027..02556ada 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -366,7 +366,7 @@ 2149, DarkGreenCottonHeadBand, Dark Green Cotton Head Band, 5, 3000, 500, 5, , 2, , 0, 0, 10477567, 2, 256, , 0, 0, {}, {} #ID, Name, Label, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Job, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -2150, RedCottonBoots, Red Cotton Boots, 5, 2000, 500, 10, , 1, , 1, 0, 10477567, 2, 64, , 0, 0, {}, {} +2150, RedCottonBoots, Red Cotton Boots, 5, 2000, 500, 10, , 1, , 1, 0, 10477567, 2, 64, , 0, 0, {}, {} 2151, GreenCottonBoots, Green Cotton Boots, 5, 2000, 500, 10, , 1, , 1, 0, 10477567, 2, 64, , 0, 0, {}, {} 2152, DarkBlueCottonBoots, Dark Blue Cotton Boots, 5, 2000, 500, 10, , 1, , 1, 0, 10477567, 2, 64, , 0, 0, {}, {} 2153, YellowCottonBoots, Yellow Cotton Boots, 5, 2000, 500, 10, , 1, , 1, 0, 10477567, 2, 64, , 0, 0, {}, {} -- cgit v1.2.3-70-g09d2 From 5f9639645880b44cabf5d2400a1f835dc04881c4 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Thu, 22 Jan 2009 12:44:13 +0000 Subject: Fix name of white cotton boots --- db/item_db.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db/item_db.txt') diff --git a/db/item_db.txt b/db/item_db.txt index 02556ada..5c56579d 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -221,7 +221,7 @@ 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, WhiteCottonBoots, 5, 2000, 500, 10, , 1, , 1, 0, 10477567, 2, 64, , 0, 0, {}, {} +735, WhiteCottonBoots, White 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} 1198, JackOSoul, Jack O Soul, 3, 100000, 1, 1, , , , , , , , , , , , {}, {} -- cgit v1.2.3-70-g09d2 From 96352cdf87009db08ca68a3c3deee577a981adb8 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Thu, 22 Jan 2009 12:46:32 +0000 Subject: Add some cakes: white, chocolate, orange, & apple --- db/item_db.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'db/item_db.txt') diff --git a/db/item_db.txt b/db/item_db.txt index 5c56579d..7045d954 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -222,6 +222,11 @@ // 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, {}, {} +736, WhiteCake, WhiteCake, 0, 500, 100, 10, , , , , , 10477567, 2, , , 0, , { itemheal 10,0; }, {} +737, ChocolateCake, ChocolateCake, 0, 550, 125, 10, , , , , , 10477567, 2, , , 0, , { itemheal 11,0; }, {} +738, OrangeCake, OrangeCake, 0, 600, 150, 10, , , , , , 10477567, 2, , , 0, , { itemheal 12,0; }, {} +739, AppleCake, AppleCake, 0, 600, 150, 10, , , , , , 10477567, 2, , , 0, , { itemheal 12,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, , , , , , , , , , , , {}, {} -- cgit v1.2.3-70-g09d2