diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-09 21:50:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-09 21:50:13 -0300 |
commit | 1d7fa170488cf65eab26efe890a4318762b0a67c (patch) | |
tree | b7a32ae0da407a35f8b299cefdfba22702ff5c21 | |
parent | df85b2d445e2c9cb1cbb0271d28aeb2852f10b5f (diff) | |
download | serverdata-1d7fa170488cf65eab26efe890a4318762b0a67c.tar.gz serverdata-1d7fa170488cf65eab26efe890a4318762b0a67c.tar.bz2 serverdata-1d7fa170488cf65eab26efe890a4318762b0a67c.tar.xz serverdata-1d7fa170488cf65eab26efe890a4318762b0a67c.zip |
Add Animal Bone drops to Forain and GoboBear
-rw-r--r-- | db/re/mob_db.conf | 2 | ||||
-rw-r--r-- | npc/032-5/episode.txt | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 0cbadeee9..edebeb249 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -2410,6 +2410,7 @@ mob_db: ( ChocolateBiscuit: 800 Coal: 500 LeadOre: 400 + AnimalBones: 180 DarkCrystal: 17 } }, @@ -8653,6 +8654,7 @@ mob_db: ( DamageMotion: 200 Drops: { Coal: 700 + AnimalBones: 370 } }, { diff --git a/npc/032-5/episode.txt b/npc/032-5/episode.txt index 3f8b607fa..08970e0ab 100644 --- a/npc/032-5/episode.txt +++ b/npc/032-5/episode.txt @@ -8,4 +8,9 @@ // I did none. // But if at any moment the boss is alone in the room, the fight resets. // Dead bodies should be warped out automagically. +// Reward is 400,000 experience points (almost enough to level up a Lv 61) +// But the reward is only given when cutscene is completed +// Meaning if you merely espectate/help you won't get it. +// For helpers (Everyone on map) they'll get 30,000 exp +// Therefore, experience given is 30k + 370k |