diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-31 11:41:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-31 11:41:54 -0300 |
commit | f6a5dd3ecd18e5104c33f491657b55f9800e2ead (patch) | |
tree | b3b7a9f79692513901f844e2de9f7fe896e02f8d /db/re | |
parent | 8560d3499aa2933f3bf30469d57fe563ac200726 (diff) | |
download | serverdata-f6a5dd3ecd18e5104c33f491657b55f9800e2ead.tar.gz serverdata-f6a5dd3ecd18e5104c33f491657b55f9800e2ead.tar.bz2 serverdata-f6a5dd3ecd18e5104c33f491657b55f9800e2ead.tar.xz serverdata-f6a5dd3ecd18e5104c33f491657b55f9800e2ead.zip |
Adjustments: Add Sacred Immortality Potion to Prism Gift.
Replace Coal from Silver Gift with Celestia Tea
Diffstat (limited to 'db/re')
-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 0765c341b..2b83eef97 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1668,7 +1668,7 @@ 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, StrangeCoin, StrangeCoin, StrangeCoin, StrangeCoin, StrangeCoin, SnakeEgg, BronzeGift, Dagger, Aquada, Chagashroom, MoubooSteak, RedApple, IronOre, CelestiaTea, CursedAmmoBox, IronAmmoBox, SilverRing; .@n=rand(getarraysize(.@r)); if (.@n > 4) @@ -1721,7 +1721,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, AncientBlueprint, ArcmageBoxset, MysteriousFruit; + 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, SacredImmortalityPotion, AncientBlueprint, ArcmageBoxset, MysteriousFruit; .@n=rand(getarraysize(.@r)); if (.@n > 1) |