summaryrefslogtreecommitdiff
path: root/db/item_db.txt
diff options
context:
space:
mode:
authorKomurka <Komurka@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-20 12:42:24 +0000
committerKomurka <Komurka@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-20 12:42:24 +0000
commitfe3cdd0b0d0be3554f0bb3e7733d36c52c7188da (patch)
treef4a4226cfe89157ad3ce0b998a6c823b4010a7e4 /db/item_db.txt
parent35f25e039487ea5ebaab78c02ee6bbe3e88d9edc (diff)
downloadhercules-fe3cdd0b0d0be3554f0bb3e7733d36c52c7188da.tar.gz
hercules-fe3cdd0b0d0be3554f0bb3e7733d36c52c7188da.tar.bz2
hercules-fe3cdd0b0d0be3554f0bb3e7733d36c52c7188da.tar.xz
hercules-fe3cdd0b0d0be3554f0bb3e7733d36c52c7188da.zip
* 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
Diffstat (limited to 'db/item_db.txt')
-rw-r--r--db/item_db.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/item_db.txt b/db/item_db.txt
index 9c4c66b99..719e451ac 100644
--- a/db/item_db.txt
+++ b/db/item_db.txt
@@ -2340,7 +2340,7 @@
12128,Court_Cooking_Set,Court Cooking Set,2,,10,70,,,,,127918079,7,2,,,,,,{ produce 11; }
12129,Legendary_Cooking_Set,Legendary Cooking Set,2,,10,70,,,,,127918079,7,2,,,,,,{ produce 11; }
//
-12130,Cookie_Bag,Cookie Bag,3,,10,70,,,,,127918079,7,2,,,,,,{}
+12130,Cookie_Bag,Cookie Bag,2,,10,70,,,,,127918079,7,2,,,,,,{ getitem -7,1; }
12131,Lucky_Potion,Lucky Potion,0,,10,100,,,,,127918079,7,2,,,,,,{}
12132,Santa's_Bag,Santa's Bag,2,,10,200,,,,,127918079,7,2,,,,,,{ sc_start SC_Xmas,600000,0;}
12133,McDonald's_Ice_Cone,McDonald's Ice Cone,0,50,,80,,,,,127918079,7,2,,,,,,{ if(gettime(5)==MDiceCone)end; set MDiceCone,gettime(5); percentheal 50,50; }