diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-02 15:01:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-02 15:01:40 -0300 |
commit | 0e07358e27ea8e068cc0b6d81736829ff339fcae (patch) | |
tree | 7976c2fa40d2b698bc089fd25256e35b3aa1fd05 /db | |
parent | f3fa94e4473253540ff767549c0b956da85d870b (diff) | |
download | serverdata-0e07358e27ea8e068cc0b6d81736829ff339fcae.tar.gz serverdata-0e07358e27ea8e068cc0b6d81736829ff339fcae.tar.bz2 serverdata-0e07358e27ea8e068cc0b6d81736829ff339fcae.tar.xz serverdata-0e07358e27ea8e068cc0b6d81736829ff339fcae.zip |
Redo Prism gift - do not give raw gemstones, but polished ones due rarity.
Add a "rare" Four Leaf Clover to Prism Gift.
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 9b433bb2b..2f3c417ec 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1786,7 +1786,7 @@ item_db: ( noauction: true } Script: <" - setarray .@r, StrangeCoin, PoisonArrow, Diamond, Ruby, Emerald, Sapphire, Amethyst, Topaz, IronIngot, CopperIngot, TinIngot, SilverIngot, GoldIngot, PlatinumOre, IridiumOre, TitaniumOre, LeadOre, MercBoxA, MercBoxB, GoldenGift; + setarray .@r, StrangeCoin, PoisonArrow, IronIngot, CopperIngot, TinIngot, SilverIngot, GoldIngot, PlatinumOre, IridiumOre, TitaniumOre, LeadOre, FourLeafClover, MercBoxA, MercBoxB, GoldenGift, PolishedDiamond, PolishedRuby, PolishedEmerald, PolishedSapphire, PolishedAmethyst, PolishedTopaz; .@n=rand(getarraysize(.@r)); if (.@n > 1) |