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 +++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 59 insertions(+), 3 deletions(-) (limited to 'db/pre-re/item_db.conf') 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; "> }, ) -- cgit v1.2.3-60-g2f50