diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-16 10:43:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-16 10:43:42 -0300 |
commit | 0371bad7c47f9e730801bb21a658ec6df851c092 (patch) | |
tree | b5ffd2d507a1770bd1895108cddfcef32fd1830a /db/re/item_db.conf | |
parent | 3bc737c7b49e56806ea512a6838b835bdf0520af (diff) | |
download | serverdata-0371bad7c47f9e730801bb21a658ec6df851c092.tar.gz serverdata-0371bad7c47f9e730801bb21a658ec6df851c092.tar.bz2 serverdata-0371bad7c47f9e730801bb21a658ec6df851c092.tar.xz serverdata-0371bad7c47f9e730801bb21a658ec6df851c092.zip |
Tweak Bronze and Prism gift boxes
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 38b9e05c6..faeb7cead 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1705,7 +1705,7 @@ item_db: ( noauction: true } Script: <" - setarray .@r, StrangeCoin, StrangeCoin, StrangeCoin, StrangeCoin, SharpKnife, BugLeg, Cheese, Aquada, BronzeGladius, Aquada, Lockpicks, IronAmmoBox, ArrowAmmoBox; + setarray .@r, StrangeCoin, StrangeCoin, StrangeCoin, StrangeCoin, SharpKnife, BugLeg, Cheese, Aquada, BronzeGladius, Aquada, Lockpicks, IronAmmoBox, ArrowAmmoBox, ElixirOfLife; .@n=rand(getarraysize(.@r)); if (.@n > 3) @@ -1786,7 +1786,7 @@ item_db: ( noauction: true } Script: <" - setarray .@r, StrangeCoin, StrangeCoin, IronIngot, CopperIngot, TinIngot, SilverIngot, GoldIngot, PlatinumOre, IridiumOre, TitaniumOre, LeadOre, FourLeafClover, MercBoxA, MercBoxB, GoldenGift, ThornAmmoBox, PoisonAmmoBox, PolishedDiamond, PolishedRuby, PolishedEmerald, PolishedSapphire, PolishedAmethyst, PolishedTopaz; + setarray .@r, StrangeCoin, StrangeCoin, IronIngot, CopperIngot, TinIngot, SilverIngot, GoldIngot, PlatinumOre, IridiumOre, TitaniumOre, LeadOre, FourLeafClover, MercBoxA, MercBoxB, GoldenGift, ThornAmmoBox, PoisonAmmoBox, PolishedDiamond, PolishedRuby, PolishedEmerald, PolishedSapphire, PolishedAmethyst, PolishedTopaz, SacredLifePotion, SacredManaPotion; .@n=rand(getarraysize(.@r)); if (.@n > 1) |