diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-16 13:46:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-16 13:46:39 -0300 |
commit | 56c06db7914bb2ed160f718b9aed54c0ef77c5e4 (patch) | |
tree | 4f2b7e09436f70a7909d0e0fe9e5e69b301315ce /db/re/item_db.conf | |
parent | fbffaa62b04962741e8311114d1c0ec9b4dd050a (diff) | |
download | serverdata-56c06db7914bb2ed160f718b9aed54c0ef77c5e4.tar.gz serverdata-56c06db7914bb2ed160f718b9aed54c0ef77c5e4.tar.bz2 serverdata-56c06db7914bb2ed160f718b9aed54c0ef77c5e4.tar.xz serverdata-56c06db7914bb2ed160f718b9aed54c0ef77c5e4.zip |
Prepare the new boss gifts
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 25 |
1 files changed, 7 insertions, 18 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index c3fd02990..446eda553 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -16081,13 +16081,9 @@ item_db: ( noauction: true } Script: <" - setarray .@r, StrangeCoin, StrangeCoin, StrangeCoin, StrangeCoin, SharpKnife, BugLeg, Cheese, Aquada, BronzeGladius, Aquada, Lockpicks, IronAmmoBox, ArrowAmmoBox, ElixirOfLife; + setarray .@r, MercBoxC, CrazyRum, ElixirOfLife, Dragonfruit, JasmineTea, TreasureMap, MysteriousBottle, Lockpicks, ArcmageBoxset, TreasureKey, CoinBag, WurtziteOre; // ~8.33% each .@n=rand(getarraysize(.@r)); - - if (.@n > 3) - getitem .@r[.@n], 1; - else - getitem .@r[.@n], rand(5,10); + getitem .@r[.@n], 1; "> }, { @@ -16107,13 +16103,9 @@ item_db: ( noauction: true } Script: <" - setarray .@r, StrangeCoin, StrangeCoin, StrangeCoin, StrangeCoin, StrangeCoin, SnakeEgg, BronzeGift, Dagger, Aquada, Chagashroom, MoubooSteak, RedApple, IronOre, Coal, CursedAmmoBox, IronAmmoBox, SilverRing; + setarray .@r, MercBoxD, AncientBlueprint, WhiskeyAle, ElixirOfLife, Manapple, Dragonfruit, YerbaMate, BronzeGift, TreasureMap, MysteriousBottle, Lockpicks, HousingLetterI, BrokenWarpCrystal, StatusResetPotion, ArcmageBoxset, TitaniumOre, LOFCoin, GrapheneStone; // ~5.56% each .@n=rand(getarraysize(.@r)); - - if (.@n > 4) - getitem .@r[.@n], 1; - else - getitem .@r[.@n], rand(9,21); + getitem .@r[.@n], 1; "> }, { @@ -16133,13 +16125,10 @@ item_db: ( noauction: true } Script: <" - setarray .@r, StrangeCoin, StrangeCoin, CasinoCoins, IronIngot, SaxsoKey, GoldenApple, GoldenRing, GoldOre, PoisonAmmoBox, CursedAmmoBox, MercBoxA, AncientBlueprint, SilverGift; + // BossHunterBoina, + setarray .@r, AncientBlueprint, ElixirOfLife, Manapple, BronzeGift, SilverGift, TreasureMap, MysteriousBottle, HousingLetterI, BrokenWarpCrystal, StatusResetPotion, ArcmageBoxset, SacredImmortalityPotion, BossHunterBoina, IridiumOre, DarkDesertMushroom, ArcanumStone; // ~6.25% each .@n=rand(getarraysize(.@r)); - - if (.@n > 2) - getitem .@r[.@n], 1; - else - getitem .@r[.@n], rand(20,40); + getitem .@r[.@n], 1; "> }, |