From e7153a55c1392f478faa0522c7f62ded1c115b3a Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 25 Apr 2006 18:05:40 +0000 Subject: - Modified and simplified the random item group format. It now is ,,, where Rate normally is 1, greater numbers is the equivalent of adding the line multiple times. - Added constants to identify all groups to db/const.txt - Cleaned up and updated item_db to use these new constants (warning: item_db.sql needs to be updated!) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6275 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/item_cookie_bag.txt | 99 +++++++++++++++++++++++++------------------------- 1 file changed, 49 insertions(+), 50 deletions(-) (limited to 'db/item_cookie_bag.txt') diff --git a/db/item_cookie_bag.txt b/db/item_cookie_bag.txt index 6e52eb155..afe3aba69 100644 --- a/db/item_cookie_bag.txt +++ b/db/item_cookie_bag.txt @@ -2,54 +2,53 @@ // Cookie Bag Obtainable Items Database // // Structure of Database: -// ItemID,DummyName,Rate +// GroupID,ItemID,Rate -0,Candy,529 -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 \ No newline at end of file +7,529,1 //Candy +7,570,1 //Lucky Candy +7,530,1 //Candy Cane +7,571,1 //Lucky Candy Cane +7,538,1 //Well-baked Cookie +7,572,1 //Lucky Cookie +7,539,1 //Piece of Cake +7,564,1 //Rice Ball +7,12122,1 //Sesame Pastry +7,12123,1 //Honey Pastry +7,12124,1 //Rainbow Cake +7,558,1 //Chocolate +7,559,1 //Hand-made Chocolate +7,560,1 //Hand-made White Chocolate +7,561,1 //White Chocolate +7,573,1 //Chocolate Drink +7,529,1 //Candy +7,570,1 //Lucky Candy +7,530,1 //Candy Cane +7,571,1 //Lucky Candy Cane +7,538,1 //Well-baked Cookie +7,572,1 //Lucky Cookie +7,539,1 //Piece of Cake +7,564,1 //Rice Ball +7,529,1 //Candy +7,570,1 //Lucky Candy +7,530,1 //Candy Cane +7,571,1 //Lucky Candy Cane +7,538,1 //Well-baked Cookie +7,572,1 //Lucky Cookie +7,539,1 //Piece of Cake +7,564,1 //Rice Ball +7,529,1 //Candy +7,570,1 //Lucky Candy +7,530,1 //Candy Cane +7,571,1 //Lucky Candy Cane +7,538,1 //Well-baked Cookie +7,572,1 //Lucky Cookie +7,539,1 //Piece of Cake +7,564,1 //Rice Ball +7,529,1 //Candy +7,570,1 //Lucky Candy +7,530,1 //Candy Cane +7,571,1 //Lucky Candy Cane +7,538,1 //Well-baked Cookie +7,572,1 //Lucky Cookie +7,539,1 //Piece of Cake +7,564,1 //Rice Ball -- cgit v1.2.3-70-g09d2