diff options
author | dastgir <dastgirpojee@rocketmail.com> | 2014-11-04 07:51:58 -0500 |
---|---|---|
committer | dastgir <dastgirpojee@rocketmail.com> | 2014-11-04 07:52:24 -0500 |
commit | cc75d3b45b4d7085d9db7ab9aa7d6ac6a597d7d0 (patch) | |
tree | 06992aa2f25178363b3cfe076ff6d5f1406040f0 /db/re/item_packages.conf | |
parent | 6dc75795d290e887fc87901ace89ca2f391d4530 (diff) | |
download | hercules-cc75d3b45b4d7085d9db7ab9aa7d6ac6a597d7d0.tar.gz hercules-cc75d3b45b4d7085d9db7ab9aa7d6ac6a597d7d0.tar.bz2 hercules-cc75d3b45b4d7085d9db7ab9aa7d6ac6a597d7d0.tar.xz hercules-cc75d3b45b4d7085d9db7ab9aa7d6ac6a597d7d0.zip |
Added Missing Roulette Items
NOTE: Item Scripts are taken from Description.
Diffstat (limited to 'db/re/item_packages.conf')
-rw-r--r-- | db/re/item_packages.conf | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/db/re/item_packages.conf b/db/re/item_packages.conf index 62e0c782b..e900ca23e 100644 --- a/db/re/item_packages.conf +++ b/db/re/item_packages.conf @@ -12223,6 +12223,88 @@ Fruit_Basket: { Rate: 40 } } +Old_Ore_Box: { + Iron_Ore: { + Random: 1 + Rate: 600 + } + Iron: { + Random: 1 + Rate: 380 + } + Yellow_Live: { + Random: 1 + Rate: 100 + } + Coal: { + Random: 1 + Rate: 80 + } + Wind_Of_Verdure: { + Random: 1 + Rate: 100 + } + Phracon: { + Random: 1 + Rate: 600 + } + Crystal_Blue: { + Random: 1 + Rate: 100 + } + Boody_Red: { + Random: 1 + Rate: 100 + } + Steel: { + Random: 1 + Rate: 50 + } + Emveretarcon: { + Random: 1 + Rate: 380 + } + Elunium_Stone: { + Random: 1 + Rate: 70 + } + Oridecon_Stone: { + Random: 1 + Rate: 80 + } + Great_Nature: { + Random: 1 + Rate: 40 + } + Rough_Wind: { + Random: 1 + Rate: 40 + } + Mistic_Frozen: { + Random: 1 + Rate: 40 + } + Flame_Heart: { + Random: 1 + Rate: 40 + } + Elunium: { + Random: 1 + Rate: 20 + } + Oridecon: { + Random: 1 + Rate: 20 + } + Gold: { + Random: 1 + Rate: 10 + } + Emperium: { + Random: 1 + Rate: 50 + } +} Old_Coin_Pocket: { Malang_Sp_Can: { Random: 1 |