From c4cf168f34237bcab9b933bacccf0871946f7bcd Mon Sep 17 00:00:00 2001 From: Saulc Date: Sun, 14 Jan 2018 15:53:54 +0100 Subject: add monsters --- conf/map/maps.conf | 2 +- db/map_index.txt | 140 +++--- db/re/map_cache.dat | Bin 14951 -> 15012 bytes db/re/mob_db.conf | 1249 ++++++++++++++++++++++++++++++++++++++++++++++ npc/000-0-0/_import.txt | 2 +- npc/000-1-1/_import.txt | 5 + npc/000-1-1/_mobs.txt | 39 ++ npc/000-1-1/_warps.txt | 3 + npc/000-1-1/mapflags.txt | 1 + npc/000-2-0/_import.txt | 3 +- npc/000-2-0/_mobs.txt | 4 - npc/000-2-1/_mobs.txt | 1 - npc/001-1/_import.txt | 4 +- npc/008-1/_import.txt | 1 + npc/_import.txt | 2 +- 15 files changed, 1374 insertions(+), 82 deletions(-) mode change 100644 => 100755 db/re/map_cache.dat create mode 100644 npc/000-1-1/_import.txt create mode 100644 npc/000-1-1/_mobs.txt create mode 100644 npc/000-1-1/_warps.txt create mode 100644 npc/000-1-1/mapflags.txt delete mode 100644 npc/000-2-0/_mobs.txt diff --git a/conf/map/maps.conf b/conf/map/maps.conf index 2eccce590..425ea22cd 100644 --- a/conf/map/maps.conf +++ b/conf/map/maps.conf @@ -4,6 +4,7 @@ map_list: ( "000-0-0", "000-0-1", "000-0", + "000-1-1", "000-1", "000-2-0", "000-2-1", @@ -72,7 +73,6 @@ map_list: ( "008-2-7", "008-2-8", "008-2-9", - "029-1", "test", "testbg", ) diff --git a/db/map_index.txt b/db/map_index.txt index a176838b6..b7efd6c5e 100644 --- a/db/map_index.txt +++ b/db/map_index.txt @@ -1,74 +1,74 @@ -000-0-0 1 +000-0-0 1 000-0-1 2 000-0 3 -000-1 4 -000-2-0 5 -000-2-1 6 -000-2-2 7 -000-2-3 8 -000-2-4 9 -001-1 10 -001-2-0 11 -001-2-1 12 -001-2-10 13 -001-2-11 14 -001-2-12 15 -001-2-13 16 -001-2-14 17 -001-2-15 18 -001-2-16 19 -001-2-17 20 -001-2-18 21 -001-2-19 22 -001-2-2 23 -001-2-20 24 -001-2-21 25 -001-2-22 26 -001-2-23 27 -001-2-24 28 -001-2-25 29 -001-2-26 30 -001-2-27 31 -001-2-28 32 -001-2-29 33 -001-2-3 34 -001-2-30 35 -001-2-31 36 -001-2-32 37 -001-2-33 38 -001-2-34 39 -001-2-35 40 -001-2-36 41 -001-2-37 42 -001-2-38 43 -001-2-39 44 -001-2-4 45 -001-2-40 46 -001-2-41 47 -001-2-42 48 -001-2-5 49 -001-2-6 50 -001-2-7 51 -001-2-8 52 -001-2-9 53 -001-3-0 54 -001-3-1 55 -008-1 56 -008-2-0 57 -008-2-1 58 -008-2-10 59 -008-2-11 60 -008-2-12 61 -008-2-13 62 -008-2-14 63 -008-2-2 64 -008-2-3 65 -008-2-4 66 -008-2-5 67 -008-2-6 68 -008-2-7 69 -008-2-8 70 -008-2-9 71 -029-1 72 +000-1-1 4 +000-1 5 +000-2-0 6 +000-2-1 7 +000-2-2 8 +000-2-3 9 +000-2-4 10 +001-1 11 +001-2-0 12 +001-2-1 13 +001-2-10 14 +001-2-11 15 +001-2-12 16 +001-2-13 17 +001-2-14 18 +001-2-15 19 +001-2-16 20 +001-2-17 21 +001-2-18 22 +001-2-19 23 +001-2-2 24 +001-2-20 25 +001-2-21 26 +001-2-22 27 +001-2-23 28 +001-2-24 29 +001-2-25 30 +001-2-26 31 +001-2-27 32 +001-2-28 33 +001-2-29 34 +001-2-3 35 +001-2-30 36 +001-2-31 37 +001-2-32 38 +001-2-33 39 +001-2-34 40 +001-2-35 41 +001-2-36 42 +001-2-37 43 +001-2-38 44 +001-2-39 45 +001-2-4 46 +001-2-40 47 +001-2-41 48 +001-2-42 49 +001-2-5 50 +001-2-6 51 +001-2-7 52 +001-2-8 53 +001-2-9 54 +001-3-0 55 +001-3-1 56 +008-1 57 +008-2-0 58 +008-2-1 59 +008-2-10 60 +008-2-11 61 +008-2-12 62 +008-2-13 63 +008-2-14 64 +008-2-2 65 +008-2-3 66 +008-2-4 67 +008-2-5 68 +008-2-6 69 +008-2-7 70 +008-2-8 71 +008-2-9 72 test 73 testbg 74 diff --git a/db/re/map_cache.dat b/db/re/map_cache.dat old mode 100644 new mode 100755 index 280915b9d..3887c8d02 Binary files a/db/re/map_cache.dat and b/db/re/map_cache.dat differ diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index e371b86b0..26de76f04 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1645,4 +1645,1253 @@ mob_db: ( Bloodstone: 1 } }, +{ + Id: 1040 + SpriteName: "YetiKing" + Name: "Yeti King" + Lv: 120 + Hp: 270000 + Sp: 0 + Exp: 1000 + JExp: 0 + AttackRange: 1 + Attack: [400, 900] + Def: 120 + Mdef: 80 + Stats: { + Str: 50 + Agi: 1 + Vit: 50 + Int: 1 + Dex: 50 + Luk: 80 + } + ViewRange: 1 + ChaseRange: 1000 + Size: 0 + Race: 2 + Element: (4, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + Angry: true + } + MoveSpeed: 450 + AttackDelay: 1800 + AttackMotion: 672 + DamageMotion: 270 + MvpExp: 0 + Drops: { + FrozenYetiTear: 19000 + AnimalBones:1500 + YetiMask: 100 + } +}, +{ + Id: 1041 + SpriteName: "IcedFluffy" + Name: "Iced FLuffy" + Lv: 5 + Hp: 500 + Sp: 0 + Exp: 4 + JExp: 1 + AttackRange: 1 + Attack: [50, 100] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 6 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + MaggotSlime: 800 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + CrystallizedMaggot: 1 + } +}, +{ + Id: 1042 + SpriteName: "RedMushroom" + Name: "Red Mushroom" + Lv: 5 + Hp: 500 + Sp: 0 + Exp: 4 + JExp: 1 + AttackRange: 1 + Attack: [50, 100] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 6 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + MaggotSlime: 800 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + CrystallizedMaggot: 1 + } +}, +{ + Id: 1043 + SpriteName: "PoisonSpikyMushroom" + Name: "Poison Spiky Mushroom" + Lv: 5 + Hp: 500 + Sp: 0 + Exp: 4 + JExp: 1 + AttackRange: 1 + Attack: [50, 100] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 6 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + MaggotSlime: 800 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + CrystallizedMaggot: 1 + } +}, +{ + Id: 1044 + SpriteName: "GiantMutatedBat" + Name: "Giant Mutated Bat" + Lv: 5 + Hp: 500 + Sp: 0 + Exp: 4 + JExp: 1 + AttackRange: 1 + Attack: [50, 100] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 6 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + MaggotSlime: 800 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + CrystallizedMaggot: 1 + } +}, +{ + Id: 1045 + SpriteName: "WarlordSkull" + Name: "Warlord Skull" + Lv: 5 + Hp: 500 + Sp: 0 + Exp: 4 + JExp: 1 + AttackRange: 1 + Attack: [50, 100] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 6 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + MaggotSlime: 800 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + CrystallizedMaggot: 1 + } +}, +{ + Id: 1046 + SpriteName: "RedDragon" + Name: "Red Dragon" + Lv: 5 + Hp: 500 + Sp: 0 + Exp: 4 + JExp: 1 + AttackRange: 1 + Attack: [50, 100] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 6 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + MaggotSlime: 800 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + CrystallizedMaggot: 1 + } +}, +{ + Id: 1047 + SpriteName: "GoldenSkull" + Name: "Golden Skull" + Lv: 5 + Hp: 500 + Sp: 0 + Exp: 4 + JExp: 1 + AttackRange: 1 + Attack: [50, 100] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 6 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + MaggotSlime: 800 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + CrystallizedMaggot: 1 + } +}, +{ + Id: 1048 + SpriteName: "SmokeDragon" + Name: "Smoke Dragon" + Lv: 5 + Hp: 500 + Sp: 0 + Exp: 4 + JExp: 1 + AttackRange: 1 + Attack: [50, 100] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 6 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + MaggotSlime: 800 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + CrystallizedMaggot: 1 + } +}, +{ + Id: 1049 + SpriteName: "BhopFluffy" + Name: "Bhop Fluffy" + Lv: 5 + Hp: 500 + Sp: 0 + Exp: 4 + JExp: 1 + AttackRange: 1 + Attack: [50, 100] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 6 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + MaggotSlime: 800 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + CrystallizedMaggot: 1 + } +}, +{ + Id: 1050 + SpriteName: "ForestDragon" + Name: "Forest Dragon" + Lv: 5 + Hp: 500 + Sp: 0 + Exp: 4 + JExp: 1 + AttackRange: 1 + Attack: [50, 100] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 6 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + MaggotSlime: 800 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + CrystallizedMaggot: 1 + } +}, +{ + Id: 1051 + SpriteName: "DarkLizard" + Name: "Dark Lizard" + Lv: 5 + Hp: 500 + Sp: 0 + Exp: 4 + JExp: 1 + AttackRange: 1 + Attack: [50, 100] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 6 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + MaggotSlime: 800 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + CrystallizedMaggot: 1 + } +}, +{ + Id: 1052 + SpriteName: "DemonicGoblin" + Name: "Demonic Goblin" + Lv: 5 + Hp: 500 + Sp: 0 + Exp: 4 + JExp: 1 + AttackRange: 1 + Attack: [50, 100] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 6 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + MaggotSlime: 800 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + CrystallizedMaggot: 1 + } +}, +{ + Id: 1053 + SpriteName: "HalloweenJack'O" + Name: "Halloween Jack'O" + Lv: 5 + Hp: 500 + Sp: 0 + Exp: 4 + JExp: 1 + AttackRange: 1 + Attack: [50, 100] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 6 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + MaggotSlime: 800 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + CrystallizedMaggot: 1 + } +}, +{ + Id: 1054 + SpriteName: "WitchJack'O" + Name: "Witch Jack'O" + Lv: 5 + Hp: 500 + Sp: 0 + Exp: 4 + JExp: 1 + AttackRange: 1 + Attack: [50, 100] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 6 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + MaggotSlime: 800 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + CrystallizedMaggot: 1 + } +}, +{ + Id: 1055 + SpriteName: "Scar" + Name: "Scar" + Lv: 5 + Hp: 500 + Sp: 0 + Exp: 4 + JExp: 1 + AttackRange: 1 + Attack: [50, 100] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 6 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + MaggotSlime: 800 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + CrystallizedMaggot: 1 + } +}, +{ + Id: 1056 + SpriteName: "AlphaMouboo" + Name: "Alpha Mouboo" + Lv: 5 + Hp: 500 + Sp: 0 + Exp: 4 + JExp: 1 + AttackRange: 1 + Attack: [50, 100] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 6 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + MaggotSlime: 800 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + CrystallizedMaggot: 1 + } +}, +{ + Id: 1057 + SpriteName: "WitchedZombie" + Name: "Witched Zombie" + Lv: 5 + Hp: 500 + Sp: 0 + Exp: 4 + JExp: 1 + AttackRange: 1 + Attack: [50, 100] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 6 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + MaggotSlime: 800 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + CrystallizedMaggot: 1 + } +}, +{ + Id: 1058 + SpriteName: "IronFragments" + Name: "Iron Fragments" + Lv: 1 + Hp: 1 + Sp: 1 + Exp: 1 + JExp: 0 + AttackRange: 1 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: false + CanAttack:false + } + Drops: { + FourLeafClover: 2 + } +}, +{ + Id: 1059 + SpriteName: "NightDragon" + Name: "Night Dragon" + Lv: 5 + Hp: 500 + Sp: 0 + Exp: 4 + JExp: 1 + AttackRange: 1 + Attack: [50, 100] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 6 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + MaggotSlime: 800 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + CrystallizedMaggot: 1 + } +}, +{ + Id: 1060 + SpriteName: "ForestMushroom" + Name: "Forest Mushroom" + Lv: 5 + Hp: 500 + Sp: 0 + Exp: 4 + JExp: 1 + AttackRange: 1 + Attack: [50, 100] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 6 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + MaggotSlime: 800 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + CrystallizedMaggot: 1 + } +}, +{ + Id: 1061 + SpriteName: "Forain" + Name: "Forain" + Lv: 5 + Hp: 500 + Sp: 0 + Exp: 4 + JExp: 1 + AttackRange: 1 + Attack: [50, 100] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 6 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + MaggotSlime: 800 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + CrystallizedMaggot: 1 + } +}, +{ + Id: 1062 + SpriteName: "Assassin" + Name: "Assassin" + Lv: 5 + Hp: 500 + Sp: 0 + Exp: 4 + JExp: 1 + AttackRange: 1 + Attack: [50, 100] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 6 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + MaggotSlime: 800 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + CrystallizedMaggot: 1 + } +}, +{ + Id: 1063 + SpriteName: "VampireBat" + Name: "Vampire Bat" + Lv: 5 + Hp: 500 + Sp: 0 + Exp: 4 + JExp: 1 + AttackRange: 1 + Attack: [50, 100] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 6 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + MaggotSlime: 800 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + CrystallizedMaggot: 1 + } +}, +{ + Id: 1064 + SpriteName: "Yeti" + Name: "Yeti" + Lv: 5 + Hp: 500 + Sp: 0 + Exp: 4 + JExp: 1 + AttackRange: 1 + Attack: [50, 100] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 6 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + MaggotSlime: 800 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + CrystallizedMaggot: 1 + } +}, +{ + Id: 1065 + SpriteName: "Bee" + Name: "Bee" + Lv: 5 + Hp: 500 + Sp: 0 + Exp: 4 + JExp: 1 + AttackRange: 1 + Attack: [50, 100] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 6 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + MaggotSlime: 800 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + CrystallizedMaggot: 1 + } +}, +{ + Id: 1066 + SpriteName: "LogHead" + Name: "Log Head" + Lv: 5 + Hp: 500 + Sp: 0 + Exp: 4 + JExp: 1 + AttackRange: 1 + Attack: [50, 100] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 6 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + MaggotSlime: 800 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + CrystallizedMaggot: 1 + } +}, +{ + Id: 1067 + SpriteName: "FireGoblin" + Name: "Fire Goblin" + Lv: 5 + Hp: 500 + Sp: 0 + Exp: 4 + JExp: 1 + AttackRange: 1 + Attack: [50, 100] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 6 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + MaggotSlime: 800 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + CrystallizedMaggot: 1 + } +}, ) diff --git a/npc/000-0-0/_import.txt b/npc/000-0-0/_import.txt index 039280fe3..8b9b2b673 100644 --- a/npc/000-0-0/_import.txt +++ b/npc/000-0-0/_import.txt @@ -1,5 +1,5 @@ // Map 000-0-0: Sailor's Room // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/000-0-0/mapflags.txt", -"npc/000-0-0/q'onan.txt", +"npc/000-0-0/qonan.txt", "npc/000-0-0/sailors.txt", diff --git a/npc/000-1-1/_import.txt b/npc/000-1-1/_import.txt new file mode 100644 index 000000000..82a91c723 --- /dev/null +++ b/npc/000-1-1/_import.txt @@ -0,0 +1,5 @@ +// Map 000-1-1: Drasil Island +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/000-1-1/_mobs.txt", +"npc/000-1-1/_warps.txt", +"npc/000-1-1/mapflags.txt", diff --git a/npc/000-1-1/_mobs.txt b/npc/000-1-1/_mobs.txt new file mode 100644 index 000000000..88ed34e75 --- /dev/null +++ b/npc/000-1-1/_mobs.txt @@ -0,0 +1,39 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 000-1-1: Drasil Island mobs +000-1-1,28,49,6,9 monster Tortuga 1004,3,16000,120000 +000-1-1,58,118,34,14 monster Tortuga 1004,4,35000,300000 +000-1-1,71,95,4,12 monster Tortuga 1004,1,35000,300000 +000-1-1,52,92,4,17 monster Tortuga 1004,2,35000,300000 +000-1-1,37,66,11,5 monster Tortuga 1004,2,35000,120000 +000-1-1,42,41,9,16 monster Tortuga 1004,2,35000,120000 +000-1-1,87,37,12,11 monster Tortuga 1004,3,35000,120000 +000-1-1,44,75,2,1 monster Little Blub 1007,2,25000,120000 +000-1-1,61,64,7,10 monster Little Blub 1007,2,25000,120000 +000-1-1,62,25,10,4 monster Little Blub 1007,2,25000,120000 +000-1-1,87,69,4,3 monster Blub 1008,1,60000,120000 +000-1-1,85,33,2,3 monster Little Blub 1007,1,25000,120000 +000-1-1,85,58,14,9 monster Little Blub 1007,2,35000,120000 +000-1-1,48,61,9,6 monster Little Blub 1007,1,35000,120000 +000-1-1,28,48,3,5 monster Little Blub 1007,1,35000,120000 +000-1-1,35,50,0,1 monster Plushroom Field 1011,1,35000,150000 +000-1-1,54,115,0,1 monster Plushroom Field 1011,1,35000,150000 +000-1-1,63,80,4,2 monster Plushroom Field 1011,1,35000,150000 +000-1-1,54,64,0,2 monster Plushroom Field 1011,1,35000,150000 +000-1-1,78,58,4,5 monster Plushroom Field 1011,2,35000,150000 +000-1-1,71,62,1,1 monster Plushroom Field 1011,1,35000,150000 +000-1-1,32,116,8,9 monster Croc 1006,2,35000,300000 +000-1-1,63,31,10,3 monster Croc 1006,1,35000,300000 +000-1-1,76,68,1,1 monster Croc 1006,1,35000,300000 +000-1-1,52,92,4,17 monster Croc 1006,1,35000,300000 +000-1-1,71,77,4,4 monster Croc 1006,1,35000,300000 +000-1-1,0,0,0,0 monster Piou 1002,4,60000,15000 +000-1-1,78,115,0,0 monster Crocotree 1010,1,420000,240000 +000-1-1,57,104,0,0 monster Crocotree 1010,1,420000,240000 +000-1-1,39,112,0,0 monster Crocotree 1010,1,420000,240000 +000-1-1,67,93,0,0 monster Crocotree 1010,1,420000,240000 +000-1-1,53,77,0,0 monster Crocotree 1010,1,420000,240000 +000-1-1,64,63,0,0 monster Crocotree 1010,1,420000,240000 +000-1-1,31,69,0,0 monster Crocotree 1010,1,420000,240000 +000-1-1,44,44,0,0 monster Crocotree 1010,1,420000,240000 +000-1-1,70,33,0,0 monster Crocotree 1010,1,420000,240000 +000-1-1,84,66,0,0 monster Crocotree 1010,1,420000,240000 diff --git a/npc/000-1-1/_warps.txt b/npc/000-1-1/_warps.txt new file mode 100644 index 000000000..e27a1d7e9 --- /dev/null +++ b/npc/000-1-1/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 000-1-1: Drasil Island warps +000-1-1,94,100,0 warp #000-1-1_94_100 0,0,000-2-0,21,28 diff --git a/npc/000-1-1/mapflags.txt b/npc/000-1-1/mapflags.txt new file mode 100644 index 000000000..708dd2ab8 --- /dev/null +++ b/npc/000-1-1/mapflags.txt @@ -0,0 +1 @@ +000-1 mapflag town diff --git a/npc/000-2-0/_import.txt b/npc/000-2-0/_import.txt index 795dcc45d..c0b9afb11 100644 --- a/npc/000-2-0/_import.txt +++ b/npc/000-2-0/_import.txt @@ -1,9 +1,8 @@ // Map 000-2-0: First Deck // This file is generated automatically. All manually added changes will be removed when running the Converter. -"npc/000-2-0/_mobs.txt", "npc/000-2-0/_warps.txt", "npc/000-2-0/billybons.txt", "npc/000-2-0/doors.txt", "npc/000-2-0/julia.txt", "npc/000-2-0/mapflags.txt", -"npc/000-2-0/note.txt", \ No newline at end of file +"npc/000-2-0/note.txt", diff --git a/npc/000-2-0/_mobs.txt b/npc/000-2-0/_mobs.txt deleted file mode 100644 index 018c21bf2..000000000 --- a/npc/000-2-0/_mobs.txt +++ /dev/null @@ -1,4 +0,0 @@ -// This file is generated automatically. All manually added changes will be removed when running the Converter. -// Map 000-2-0: Second Deck mobs -000-2-1,52,32,21,9 monster Piou 1002,3,30000,20000 -000-2-1,52,32,21,9 monster Maggot 1030,2,30000,20000 \ No newline at end of file diff --git a/npc/000-2-1/_mobs.txt b/npc/000-2-1/_mobs.txt index b02288acf..e4b38bfc2 100644 --- a/npc/000-2-1/_mobs.txt +++ b/npc/000-2-1/_mobs.txt @@ -1,4 +1,3 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. // Map 000-2-1: Second Deck mobs 000-2-1,52,32,21,9 monster Piou 1002,3,30000,20000 -000-2-1,52,32,21,9 monster Maggot 1030,2,30000,20000 \ No newline at end of file diff --git a/npc/001-1/_import.txt b/npc/001-1/_import.txt index 08a4104c4..6d45ede5f 100644 --- a/npc/001-1/_import.txt +++ b/npc/001-1/_import.txt @@ -17,7 +17,9 @@ "npc/001-1/fexil.txt", "npc/001-1/flyingpiou.txt", "npc/001-1/harbours.txt", +"npc/001-1/hinnack.txt", "npc/001-1/juscare.txt", +"npc/001-1/karim.txt", "npc/001-1/katja.txt", "npc/001-1/lucas.txt", "npc/001-1/manhole.txt", @@ -38,5 +40,3 @@ "npc/001-1/trees.txt", "npc/001-1/wateranimation.txt", "npc/001-1/xilaxa.txt", -"npc/001-1/karim.txt", -"npc/001-1/hinnack.txt", \ No newline at end of file diff --git a/npc/008-1/_import.txt b/npc/008-1/_import.txt index 38da1dae2..b7797bf04 100644 --- a/npc/008-1/_import.txt +++ b/npc/008-1/_import.txt @@ -2,6 +2,7 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/008-1/_mobs.txt", "npc/008-1/_warps.txt", +"npc/008-1/confused-tree.txt", "npc/008-1/doors.txt", "npc/008-1/mapflags.txt", "npc/008-1/wateranimation.txt", diff --git a/npc/_import.txt b/npc/_import.txt index 0923c29a9..47c8a00cd 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -3,6 +3,7 @@ @include "npc/000-0-0/_import.txt" @include "npc/000-0-1/_import.txt" @include "npc/000-0/_import.txt" +@include "npc/000-1-1/_import.txt" @include "npc/000-1/_import.txt" @include "npc/000-2-0/_import.txt" @include "npc/000-2-1/_import.txt" @@ -71,6 +72,5 @@ @include "npc/008-2-7/_import.txt" @include "npc/008-2-8/_import.txt" @include "npc/008-2-9/_import.txt" -@include "npc/029-1/_import.txt" @include "npc/test/_import.txt" @include "npc/testbg/_import.txt" -- cgit v1.2.3-60-g2f50