diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-04 02:28:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-04 02:28:25 -0300 |
commit | f92abe203e2c86d998503e6dcfccd7dc92983eb4 (patch) | |
tree | 7621d55a6e4c64a304776de576b8914cebe47863 /db/re/item_db.conf | |
parent | 06957d9746b5a9163a70b59bcc98bd54b487f207 (diff) | |
download | serverdata-f92abe203e2c86d998503e6dcfccd7dc92983eb4.tar.gz serverdata-f92abe203e2c86d998503e6dcfccd7dc92983eb4.tar.bz2 serverdata-f92abe203e2c86d998503e6dcfccd7dc92983eb4.tar.xz serverdata-f92abe203e2c86d998503e6dcfccd7dc92983eb4.zip |
Add Ancient Blueprint to Golden and Prism gift boxes (it's one of those "fail" items...)
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 07c0c8ae6..79040c8b0 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1755,7 +1755,7 @@ item_db: ( noauction: true } Script: <" - setarray .@r, StrangeCoin, StrangeCoin, CasinoCoins, IronIngot, SaxsoKey, GoldenApple, GoldenRing, GoldOre, PoisonAmmoBox, CursedAmmoBox, MercBoxA, SilverGift; + setarray .@r, StrangeCoin, StrangeCoin, CasinoCoins, IronIngot, SaxsoKey, GoldenApple, GoldenRing, GoldOre, PoisonAmmoBox, CursedAmmoBox, MercBoxA, AncientBlueprint, SilverGift; .@n=rand(getarraysize(.@r)); if (.@n > 2) @@ -1782,7 +1782,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, SacredLifePotion, SacredManaPotion, ArcmageBoxset; + 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, AncientBlueprint, ArcmageBoxset; .@n=rand(getarraysize(.@r)); if (.@n > 1) |