From cc75d3b45b4d7085d9db7ab9aa7d6ac6a597d7d0 Mon Sep 17 00:00:00 2001 From: dastgir Date: Tue, 4 Nov 2014 07:51:58 -0500 Subject: Added Missing Roulette Items NOTE: Item Scripts are taken from Description. --- db/re/item_db.conf | 56 +++++++++++++++++++++++++++++++++ db/re/item_packages.conf | 82 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 138 insertions(+) (limited to 'db/re') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 6a66cba63..5763976ae 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -82610,6 +82610,16 @@ item_db: ( Upper: 63 Script: <" packageitem(); "> }, +{ + Id: 12609 + AegisName: "Old_Ore_Box" + Name: "Old Ore Box" + Type: 2 + Buy: 20 + Weight: 100 + Upper: 63 + Script: <" packageitem(); "> +}, { Id: 12612 AegisName: "Old_Coin_Pocket" @@ -84760,6 +84770,30 @@ item_db: ( Upper: 63 EquipLv: 100 }, +{ + Id: 12831 + AegisName: "Potion_Box" + Name: "Potion Box" + Type: 2 + Buy: 0 + Weight: 50 + Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" + getitem 545,100; + getitem 546,100; + getitem 547,100; + getitem 505,100; + "> +}, { Id: 12848 AegisName: "Falcon_Flute" @@ -118243,6 +118277,28 @@ item_db: ( } "> }, +{ + Id: 22777 + AegisName: "Buff_Gift_Set" + Name: "Buff Gift Set" + Type: 2 + Buy: 20 + Weight: 100 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" + getitem 14534,5; + getitem 12215,5; + getitem 12216,5; + "> +}, { Id: 22837 AegisName: "Integer_Time" 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 -- cgit v1.2.3-70-g09d2