summaryrefslogtreecommitdiff
path: root/db/item_findingore.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/item_findingore.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/item_findingore.txt')
-rw-r--r--db/item_findingore.txt43
1 files changed, 21 insertions, 22 deletions
diff --git a/db/item_findingore.txt b/db/item_findingore.txt
index c5060bc8a..45f634e0d 100644
--- a/db/item_findingore.txt
+++ b/db/item_findingore.txt
@@ -1,26 +1,25 @@
// Ore Discovery Obtainable Items Database
//
// Structure of Database:
-// ItemID,DummyName,Rate
+// GroupID,ItemID,Rate
-0,Iron Ore,1002
-714,Emperium,30000
-756,Rough Oridecon,200000
-757,Rough Elunium,200000
-969,Gold,20000
-984,Oridecon,100000
-985,Elunium,100000
-990,Red Blood,300000
-991,Crystal Blue,300000
-992,Wind of Verdure,300000
-993,Green Live,300000
-994,Flame Heart,150000
-995,Mystic Frozen,150000
-996,Rough Wind,150000
-997,Great Nature,150000
-998,Iron,800000
-999,Steel,500000
-1002,Iron Ore,1000000
-1003,Coal,600000
-1010,Phracon,950000
-1011,Emveretarcon,550000 \ No newline at end of file
+6,714,3 //Emperium
+6,756,20 //Rough Oridecon
+6,757,20 //Rough Elunium
+6,969,2 //Gold
+6,984,10 //Oridecon
+6,985,10 //Elunium
+6,990,30 //Red Blood
+6,991,30 //Crystal Blue
+6,992,30 //Wind of Verdure
+6,993,30 //Green Live
+6,994,15 //Flame Heart
+6,995,15 //Mystic Frozen
+6,996,15 //Rough Wind
+6,997,15 //Great Nature
+6,998,80 //Iron
+6,999,50 //Steel
+6,1002,100 //Iron Ore
+6,1003,60 //Coal
+6,1010,95 //Phracon
+6,1011,55 //Emveretarcon