summaryrefslogtreecommitdiff
path: root/db/pre-re/item_db.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/pre-re/item_db.conf')
-rw-r--r--db/pre-re/item_db.conf61
1 files changed, 53 insertions, 8 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf
index 925a149fd..95503ee11 100644
--- a/db/pre-re/item_db.conf
+++ b/db/pre-re/item_db.conf
@@ -1780,10 +1780,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
@@ -1812,10 +1824,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
@@ -89203,4 +89227,25 @@ item_db: (
Stack: [20, 1]
Script: <" itemskill RK_LUXANIMA,1; ">
},
+{
+ 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; ">
+},
)