summaryrefslogtreecommitdiff
path: root/db/const.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-25 18:05:40 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-25 18:05:40 +0000
commite7153a55c1392f478faa0522c7f62ded1c115b3a (patch)
tree5b694367c254201d171fa9155db5d2ad7cebd793 /db/const.txt
parent1d675068f04afe6ab0829e99a32d0179c5183431 (diff)
downloadhercules-e7153a55c1392f478faa0522c7f62ded1c115b3a.tar.gz
hercules-e7153a55c1392f478faa0522c7f62ded1c115b3a.tar.bz2
hercules-e7153a55c1392f478faa0522c7f62ded1c115b3a.tar.xz
hercules-e7153a55c1392f478faa0522c7f62ded1c115b3a.zip
- Modified and simplified the random item group format. It now is <GroupID>,<ItemID>,<Rate>, 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
Diffstat (limited to 'db/const.txt')
-rw-r--r--db/const.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt
index 33918ed1a..00ab23a76 100644
--- a/db/const.txt
+++ b/db/const.txt
@@ -347,6 +347,34 @@ RC_Dragon 9
RC_Boss 10
RC_NonBoss 11
+IG_BlueBox 1
+IG_VioletBox 2
+IG_CardAlbum 3
+IG_GiftBox 4
+IG_ScrollBox 5
+IG_FingingOre 6
+IG_CookieBag 7
+IG_Potion 8
+IG_Herb 9
+IG_Fruit 10
+IG_Meat 11
+IG_Candy 12
+IG_Juice 13
+IG_Fish 14
+IG_Box 15
+IG_Gemstone 16
+IG_Jellopy 17
+IG_Ore 18
+IG_Food 19
+IG_Recovery 20
+IG_Mineral 21
+IG_Taming 22
+IG_Scroll 23
+IG_Quiver 24
+IG_Mask 25
+IG_Accesory 26
+IG_Jewel 27
+
SC_STONE 0
SC_FREEZE 1
SC_STAN 2