summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-06-02 10:51:38 -0300
committerJesusaves <cpntb1@ymail.com>2022-06-02 10:51:38 -0300
commit8becac401f017edc2a7780cc6415d416297207f1 (patch)
treea4c2ba71a06039bfba142e2cfb59ac7ffb1d8723
parentd711fa3c684eb6dfb66e290d6b2f0e24983ba0bf (diff)
downloadserverdata-8becac401f017edc2a7780cc6415d416297207f1.tar.gz
serverdata-8becac401f017edc2a7780cc6415d416297207f1.tar.bz2
serverdata-8becac401f017edc2a7780cc6415d416297207f1.tar.xz
serverdata-8becac401f017edc2a7780cc6415d416297207f1.zip
Legendary Mouboo is now dropped by Moubootaur.
I don't think more mounts will be added.
-rw-r--r--db/re/mob_db.conf2
-rw-r--r--npc/017-1/fairy_collector.txt8
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: