From 20dae4e0c4dc4fdf549fd898c0607decdf8fabaa Mon Sep 17 00:00:00 2001 From: Micksha Date: Wed, 6 May 2020 13:10:40 +0000 Subject: make maps for caves --- db/constants.conf | 1 + db/map_index.txt | 29 ++++++++----- db/re/mob_db.conf | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 141 insertions(+), 11 deletions(-) (limited to 'db') diff --git a/db/constants.conf b/db/constants.conf index 6cce7c25..19a812e8 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4061,6 +4061,7 @@ constants_db: { NPC_AAHNA: 206 NPC_HASAN: 207 NPC_CRASMANDE: 208 + NPC_MANATREE: 210 NPC_CONFUSED_TREE: 400 NPC_ALIGE: 401 diff --git a/db/map_index.txt b/db/map_index.txt index 7caaca84..59a69dbf 100644 --- a/db/map_index.txt +++ b/db/map_index.txt @@ -93,14 +93,21 @@ 008-3-0 93 008-3-1 94 008-3-2 95 -012-1 96 -012-2-1 97 -012-2-2 98 -012-2-3 99 -012-2-4 100 -012-2-5 101 -012-2-6 102 -012-2-7 103 -sec_pri 104 -test 105 -testbg 106 +008-3-3 96 +008-3-4 97 +008-3-5 98 +008-3-6 99 +012-1 100 +012-2-1 101 +012-2-2 102 +012-2-3 103 +012-2-4 104 +012-2-5 105 +012-2-6 106 +012-2-7 107 +012-3-1 108 +012-3-2 109 +012-3-3 110 +sec_pri 111 +test 112 +testbg 113 diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index c22d6e90..220ff6c1 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -3056,6 +3056,128 @@ mob_db: ( CopperNecklace: 1 } }, +{ + Id: 1073 + SpriteName: "YellowSlime" + Name: "Yellow Slime" + Lv: 10 + Hp: 1050 + Sp: 0 + Exp: 15 + JExp: 0 + AttackRange: 1 + Attack: [90, 100] + Def: 19 + Mdef: 3 + Stats: { + Str: 5 + Agi: 15 + Vit: 20 + Int: 1 + Dex: 35 + Luk: 10 + } + ViewRange: 8 + ChaseRange: 8 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: false + Looter: true + } + MoveSpeed: 330 + AttackDelay: 2462 + AttackMotion: 864 + DamageMotion: 1026 + Drops: { + MaggotSlime: 800 + Moss: 400 + TopazShard: 200 + GoldNuggets: 10 + } +}, +{ + Id: 1074 + SpriteName: "RedSlime" + Name: "Red Slime" + Lv: 15 + Hp: 1650 + Sp: 0 + Exp: 15 + JExp: 0 + AttackRange: 1 + Attack: [90, 100] + Def: 19 + Mdef: 3 + Stats: { + Str: 15 + Agi: 15 + Vit: 30 + Int: 1 + Dex: 35 + Luk: 10 + } + ViewRange: 8 + ChaseRange: 8 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: false + } + MoveSpeed: 320 + AttackDelay: 2262 + AttackMotion: 764 + DamageMotion: 826 + Drops: { + MaggotSlime: 800 + Moss: 400 + RubyShard: 200 + CoinBag: 10 + } +}, +{ + Id: 1075 + SpriteName: "Snake" + Name: "Snake" + Lv: 25 + Hp: 2640 + Sp: 0 + Exp: 45 + JExp: 5 + AttackRange: 1 + Attack: [150, 225] + Def: 55 + Mdef: 10 + Stats: { + Str: 25 + Agi: 35 + Vit: 25 + Int: 5 + Dex: 50 + Luk: 20 + } + ViewRange: 1 + ChaseRange: 15 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 260 + AttackDelay: 1000 + AttackMotion: 750 + DamageMotion: 1120 + Drops: { + } +}, { Id: 1100 SpriteName: "PoisonSkull" -- cgit v1.2.3-60-g2f50