summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-17 16:28:46 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-17 16:28:46 -0300
commit24c5457c5a4fcbe6e0b4897731744b68e403c300 (patch)
tree134092735f81486e0ca12a27d477a760a6e01593 /db/re/item_db.conf
parent7ee9fddb0166751fa980681d5199e3afbeff4f94 (diff)
downloadserverdata-24c5457c5a4fcbe6e0b4897731744b68e403c300.tar.gz
serverdata-24c5457c5a4fcbe6e0b4897731744b68e403c300.tar.bz2
serverdata-24c5457c5a4fcbe6e0b4897731744b68e403c300.tar.xz
serverdata-24c5457c5a4fcbe6e0b4897731744b68e403c300.zip
Bet high on the GoldenGift! It is very above the Silver Gift!
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 19f33fb21..9bcccdc32 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -1740,12 +1740,12 @@ item_db: (
noauction: true
}
Script: <"
- setarray .@r, StrangeCoin, IronIngot, SaxsoKey, GoldenApple, GoldenRing, GoldOre, Coal, SilverGift;
+ setarray .@r, StrangeCoin, CursedArrow, CasinoCoins, IronIngot, SaxsoKey, GoldenApple, GoldenRing, GoldOre, Coal, SilverGift;
.@n=rand(getarraysize(.@r));
- if (.@n > 0)
+ if (.@n > 2)
getitem .@r[.@n], 1;
- else
+ else
getitem .@r[.@n], rand(20,40);
">
},