From 182f11b52116bfca978368d372831594a806debc Mon Sep 17 00:00:00 2001 From: dastgir Date: Fri, 7 Nov 2014 05:18:08 -0500 Subject: Added Roulette Items to pre-re Changed "set" to Direct assigning. --- db/pre-re/item_db.conf | 62 +++++++++++++++++++++++++++++++-- db/pre-re/item_packages.conf | 82 ++++++++++++++++++++++++++++++++++++++++++++ db/re/item_db.conf | 6 ++-- 3 files changed, 144 insertions(+), 6 deletions(-) (limited to 'db') diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index 95503ee11..2149be029 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -1795,7 +1795,7 @@ item_db: ( nomail: true noauction: true } - Script: <" set TmpRouletteGold,TmpRouletteGold + 1; "> + Script: <" TmpRouletteGold += 1; "> }, { Id: 672 @@ -1839,7 +1839,7 @@ item_db: ( nomail: true noauction: true } - Script: <" set TmpRouletteSilver,TmpRouletteSilver + 1; "> + Script: <" TmpRouletteSilver += 1; "> }, { Id: 676 @@ -68914,6 +68914,16 @@ item_db: ( Weight: 10 Script: <" searchstores 10,1; "> }, +{ + Id: 12609 + AegisName: "Old_Ore_Box" + Name: "Old Ore Box" + Type: 2 + Buy: 20 + Weight: 100 + Upper: 63 + Script: <" packageitem(); "> +}, { Id: 12701 AegisName: "Old_Blue_Box_F" @@ -69885,6 +69895,30 @@ item_db: ( Type: 2 Script: <" CharRename += 1; "> }, +{ + 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" @@ -89227,6 +89261,28 @@ item_db: ( Stack: [20, 1] Script: <" itemskill RK_LUXANIMA,1; "> }, +{ + 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" @@ -89246,6 +89302,6 @@ item_db: ( nomail: true noauction: true } - Script: <" set TmpRouletteBronze,TmpRouletteBronze + 1; "> + Script: <" TmpRouletteBronze += 1; "> }, ) diff --git a/db/pre-re/item_packages.conf b/db/pre-re/item_packages.conf index f01fed471..dc9346e32 100644 --- a/db/pre-re/item_packages.conf +++ b/db/pre-re/item_packages.conf @@ -13466,3 +13466,85 @@ Malang_Woe_Encard_Box: { // } } */ +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 + } +} \ No newline at end of file diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 6a66cba63..1d786c04b 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1948,7 +1948,7 @@ item_db: ( nomail: true noauction: true } - Script: <" set TmpRouletteGold,TmpRouletteGold + 1; "> + Script: <" TmpRouletteGold += 1; "> }, { Id: 672 @@ -1995,7 +1995,7 @@ item_db: ( nomail: true noauction: true } - Script: <" set TmpRouletteSilver,TmpRouletteSilver + 1; "> + Script: <" TmpRouletteSilver += 1; "> }, { Id: 676 @@ -118262,7 +118262,7 @@ item_db: ( nomail: true noauction: true } - Script: <" set TmpRouletteBronze,TmpRouletteBronze + 1; "> + Script: <" TmpRouletteBronze += 1; "> }, { -- cgit v1.2.3-60-g2f50