From 56c06db7914bb2ed160f718b9aed54c0ef77c5e4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 16 May 2020 13:46:39 -0300 Subject: Prepare the new boss gifts --- db/re/item_db.conf | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) (limited to 'db/re') 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; "> }, -- cgit v1.2.3-60-g2f50