diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-15 23:33:05 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-15 23:33:05 -0200 |
commit | 2581f34cb0f0d3c3c3d4a7a278851f8c70470b4b (patch) | |
tree | 41fc878980771378e8adc0534bdd2aef541c6fe1 | |
parent | 1e6a16fb410cfe08dc5ccf0a91e2d5f2e46aa814 (diff) | |
download | serverdata-2581f34cb0f0d3c3c3d4a7a278851f8c70470b4b.tar.gz serverdata-2581f34cb0f0d3c3c3d4a7a278851f8c70470b4b.tar.bz2 serverdata-2581f34cb0f0d3c3c3d4a7a278851f8c70470b4b.tar.xz serverdata-2581f34cb0f0d3c3c3d4a7a278851f8c70470b4b.zip |
Why not? The tortuga is already a joke mob, dealing over 6000 damage and with
80k of HP, not to say about level and stuff... If you somehow kill it, and
don't ask me how you'll manage to do that, let's give you a MEGA UPER RARE item.
-rw-r--r-- | db/quest_db.conf | 6 | ||||
-rw-r--r-- | db/re/mob_db.conf | 7 |
2 files changed, 10 insertions, 3 deletions
diff --git a/db/quest_db.conf b/db/quest_db.conf index 0f831830a..8234ad192 100644 --- a/db/quest_db.conf +++ b/db/quest_db.conf @@ -288,11 +288,17 @@ quest_db: ( Id: 115 Name: "NivalisQuest_Frozenbeard" }, +{ + Id: 116 + Name: "NivalisQuest_BlueSage" +}, + // ID 131 to 150: Frostia Quests { Id: 131 Name: "FrostiaQuest_WolfNecklace" }, + // ID 151 to 170: Artis Quests // ID 171 to 190: Esperia Quests // ID 191 to 269: Dungeon Quests diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 29d844731..8f223b669 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -220,14 +220,15 @@ mob_db: ( DamageMotion: 480 Drops: { ChocolateBiscuit: 10000 - TortugaShellFragment: 1880 + Moss: 2500 LettuceLeaf: 1800 + TortugaShellFragment: 1780 TortugaTongue: 1000 Fungus: 800 Aquada: 600 SeaDrops: 500 - TortugaShell: 500 - Moss: 500 + TortugaShell: 400 + LegendaryTortuga: 100 } WeaponAttacks: { Bows: 5000 |