From d19194a008023e2cad74c9b9cbf75a0b584104da Mon Sep 17 00:00:00 2001 From: shennetsind Date: Mon, 3 Nov 2014 13:24:11 -0200 Subject: Adjusted roulette logic ( see 239d480487e24294975f35ed55f210837ad1088e ) Special Thanks to Yommy and Ziu for the adjusted logic! This commit also introduces the proper coins to obtain the roulette points, thanks to Michieru. Signed-off-by: shennetsind --- db/re/item_db.conf | 60 ++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 52 insertions(+), 8 deletions(-) (limited to 'db/re') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 984549b55..6a66cba63 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1933,11 +1933,22 @@ item_db: ( { Id: 671 AegisName: "Gold_Coin" - Name: "Gold Coin" - Type: 3 - Buy: 10000 - Weight: 40 + Name: "Gold Roulette Coin" + Type: 2 + Buy: 0 + Weight: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" set TmpRouletteGold,TmpRouletteGold + 1; "> }, { Id: 672 @@ -1969,11 +1980,22 @@ item_db: ( { Id: 675 AegisName: "Silver_Coin" - Name: "Silver Coin" - Type: 3 - Buy: 5000 - Weight: 40 + Name: "Silver Roulette Coin" + Type: 2 + Buy: 0 + Weight: 0 Upper: 63 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" set TmpRouletteSilver,TmpRouletteSilver + 1; "> }, { Id: 676 @@ -118222,6 +118244,28 @@ item_db: ( "> }, { + Id: 22837 + AegisName: "Integer_Time" + Name: "Integer Time" + Type: 2 + Buy: 0 + Weight: 0 + Upper: 63 + EquipLv: 50 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" set TmpRouletteBronze,TmpRouletteBronze + 1; "> +}, +{ + Id: 22838 AegisName: "Something_Candy_Holder" Name: "Something Candy Holder" -- cgit v1.2.3-60-g2f50