diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-02-03 16:44:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-02-03 16:44:13 -0300 |
commit | e78012eef455bb060c42b9b46f1311c917abb9cb (patch) | |
tree | 4baaccefbf493f4416258bf78f0b186cf717636d | |
parent | 651d2684ccb799d469e817e30488c3f79c13aef3 (diff) | |
download | serverdata-e78012eef455bb060c42b9b46f1311c917abb9cb.tar.gz serverdata-e78012eef455bb060c42b9b46f1311c917abb9cb.tar.bz2 serverdata-e78012eef455bb060c42b9b46f1311c917abb9cb.tar.xz serverdata-e78012eef455bb060c42b9b46f1311c917abb9cb.zip |
The Guild Dungeon Generals now drop Opera Mask (new released item).
It can also be acquired with Beatrice
-rw-r--r-- | db/re/mob_db.conf | 6 | ||||
-rw-r--r-- | npc/031-5/beatrice.txt | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index a050d6638..6f5cb5d01 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -12875,7 +12875,7 @@ mob_db: ( Drops: { BronzeBossGift: 100 GuildCoin: 10 - StrangeCoin: 1 + OperaMask: 1 } }, { @@ -12921,7 +12921,7 @@ mob_db: ( SilverBossGift: 250 GoldenBossGift: 10 GuildCoin: 10 - StrangeCoin: 1 + OperaMask: 1 } }, { @@ -12967,7 +12967,7 @@ mob_db: ( SilverBossGift: 400 GoldenBossGift: 50 GuildCoin: 10 - StrangeCoin: 1 + OperaMask: 1 } }, // WARNING: ID 1900~2500 PERMANENTLY RESERVED - USE PROHIBTED diff --git a/npc/031-5/beatrice.txt b/npc/031-5/beatrice.txt index 5ff8a91f1..2c99443db 100644 --- a/npc/031-5/beatrice.txt +++ b/npc/031-5/beatrice.txt @@ -131,6 +131,7 @@ OnInit: sellitem WickedShroomHat, 6000; sellitem MoonshroomHat, 6000; sellitem TerraniteMask, 6000; + sellitem OperaMask, 6000; sellitem DragonStar, 6000; sellitem Kanabo, 6000; sellitem FourLeafClover, 6000; |