diff options
-rw-r--r-- | db/re/mob_db.conf | 2 | ||||
-rw-r--r-- | npc/017-1/fairy_collector.txt | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 6ecf29421..6483d7d51 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -12940,7 +12940,7 @@ mob_db: ( AttackMotion: 272 DamageMotion: 100 Drops: { - StrangeCoin: 1 + LegendaryMouboo: 1 } }, { diff --git a/npc/017-1/fairy_collector.txt b/npc/017-1/fairy_collector.txt index 39db68b85..2e452d389 100644 --- a/npc/017-1/fairy_collector.txt +++ b/npc/017-1/fairy_collector.txt @@ -241,7 +241,15 @@ L_Main: // Mounts case 17: msObjective(countitem(LegendaryTortuga), "* "+getitemlink(LegendaryTortuga)); + msObjective(countitem(LegendaryMouboo), "* "+getitemlink(LegendaryMouboo)); next; + if (countitem(LegendaryTortuga) && + countitem(LegendaryMouboo)) { + #COLLECTOR = #COLLECTOR|COLLECT_MOUNTS; + getitembound SilverBell, 1, 1; + mesc l("CONGRATULATIONS! You have obtained the %s.", getitemlink(SilverBell)), 3; + next; + } break; // Pets (2x bells) case 18: |