diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-25 18:27:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-25 18:27:11 -0300 |
commit | 09ec109cb3543163cf18e9aa7d8d27d103213b2e (patch) | |
tree | 97a086f109d95c7e72d9e29f3fb5146c75f07f17 /db | |
parent | 41e284720e19edf178fd9d1d46e1154042a8010b (diff) | |
download | serverdata-09ec109cb3543163cf18e9aa7d8d27d103213b2e.tar.gz serverdata-09ec109cb3543163cf18e9aa7d8d27d103213b2e.tar.bz2 serverdata-09ec109cb3543163cf18e9aa7d8d27d103213b2e.tar.xz serverdata-09ec109cb3543163cf18e9aa7d8d27d103213b2e.zip |
Due to new art, the standard Mercenary Boxsets may, indeed, give you 2 cards.
The second card will almost always be of same rarity as the boxset itself.
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 8d61499d1..4ea3a03c1 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -15442,6 +15442,8 @@ item_db: ( .@v5=6250; } callfunc "merc_boxset", .@v1, .@v2, .@v3, .@v4, .@v5; + if (rand(10000) < (REBIRTH+1)*BaseLevel) + callfunc "merc_boxset", 5, 4, 3, 2, 10000; "> }, { @@ -15463,6 +15465,8 @@ item_db: ( } Script: <" callfunc "merc_boxset", 100, 600, 2100, 5600, 4400; + if (rand(10000) < (REBIRTH+1)*BaseLevel) + callfunc "merc_boxset", 5, 4, 3, 10000, 1; "> }, { @@ -15484,6 +15488,8 @@ item_db: ( } Script: <" callfunc "merc_boxset", 200, 1200, 4200, 9200, 800; + if (rand(10000) < (REBIRTH+1)*BaseLevel) + callfunc "merc_boxset", 5, 4, 10000, 2, 1; "> }, { @@ -15505,6 +15511,8 @@ item_db: ( } Script: <" callfunc "merc_boxset", 400, 1600, 5800, 7200, 600; + if (rand(10000) < (REBIRTH+1)*BaseLevel) + callfunc "merc_boxset", 5, 10000, 3, 2, 1; "> }, { @@ -15526,6 +15534,8 @@ item_db: ( } Script: <" callfunc "merc_boxset", 1000, 5400, 5700, 3200, 300; + if (rand(10000) < (REBIRTH+1)*BaseLevel) + callfunc "merc_boxset", 10000, 4, 3, 2, 1; "> }, { |