From fe3cdd0b0d0be3554f0bb3e7733d36c52c7188da Mon Sep 17 00:00:00 2001 From: Komurka Date: Mon, 20 Feb 2006 12:42:24 +0000 Subject: * Updated item_bluebox.txt, item_giftbox.txt, item_violetbox.txt, item_db.txt, mob_db.txt, added item_cookie_bag.txt - new databases from Aegis 10.2 - implemented Cookie Bag item - added missing mobs - note: yes, I know that random item databases can be shorter (item_bluebox.txt, item_violetbox.txt, item_cookie_bag.txt, but not with current implementation of item randomizing for expamle: - there are 9285 items in item_bluebox.txt, and 1000000/9285 = real value - so line with Red Potion would contain rate = 1000000/9285*12 = real value (can't be) I think it's better to have bigger db, and do ONE rand check, than shorter and check it even 1000 times ~~ (in function itemdb_searchrandomid) so please, don't mess with them, or change them * Changed MAX_RANDITEM from 2000 to 10000 to fit new databases - Added reading of new file - item_cookie_bag.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5341 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/item_cookie_bag.txt | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 db/item_cookie_bag.txt (limited to 'db/item_cookie_bag.txt') diff --git a/db/item_cookie_bag.txt b/db/item_cookie_bag.txt new file mode 100644 index 000000000..051c699fe --- /dev/null +++ b/db/item_cookie_bag.txt @@ -0,0 +1,54 @@ +// Cookie Bag Obtainable Items Database +// +// Structure of Database: +// ItemID,DummyName,Rate + +0,Candy,1000000 +529,Candy,1000000 +570,Lucky Candy,1000000 +530,Candy Cane,1000000 +571,Lucky Candy Cane,1000000 +538,Well-baked Cookie,1000000 +572,Lucky Cookie,1000000 +539,Piece of Cake,1000000 +564,Rice Ball,1000000 +12122,Sesame Pastry,1000000 +12123,Honey Pastry,1000000 +12124,Rainbow Cake,1000000 +558,Chocolate,1000000 +559,Hand-made Chocolate,1000000 +560,Hand-made White Chocolate,1000000 +561,White Chocolate,1000000 +573,Chocolate Drink,1000000 +529,Candy,1000000 +570,Lucky Candy,1000000 +530,Candy Cane,1000000 +571,Lucky Candy Cane,1000000 +538,Well-baked Cookie,1000000 +572,Lucky Cookie,1000000 +539,Piece of Cake,1000000 +564,Rice Ball,1000000 +529,Candy,1000000 +570,Lucky Candy,1000000 +530,Candy Cane,1000000 +571,Lucky Candy Cane,1000000 +538,Well-baked Cookie,1000000 +572,Lucky Cookie,1000000 +539,Piece of Cake,1000000 +564,Rice Ball,1000000 +529,Candy,1000000 +570,Lucky Candy,1000000 +530,Candy Cane,1000000 +571,Lucky Candy Cane,1000000 +538,Well-baked Cookie,1000000 +572,Lucky Cookie,1000000 +539,Piece of Cake,1000000 +564,Rice Ball,1000000 +529,Candy,1000000 +570,Lucky Candy,1000000 +530,Candy Cane,1000000 +571,Lucky Candy Cane,1000000 +538,Well-baked Cookie,1000000 +572,Lucky Cookie,1000000 +539,Piece of Cake,1000000 +564,Rice Ball,1000000 -- cgit v1.2.3-60-g2f50