summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2023-12-07 23:04:24 +0000
committerLed Mitz <smoothshifter@tuta.io>2023-12-07 23:04:24 +0000
commit284061a2b6590341d42c463bf451c707bb1d2ff4 (patch)
treeac3b1f8ac85edd073502c1e3fe9f79fd95f8b988
parenta845a006391a68f697e9f251a0fd21152144ef8e (diff)
downloadserverdata-284061a2b6590341d42c463bf451c707bb1d2ff4.tar.gz
serverdata-284061a2b6590341d42c463bf451c707bb1d2ff4.tar.bz2
serverdata-284061a2b6590341d42c463bf451c707bb1d2ff4.tar.xz
serverdata-284061a2b6590341d42c463bf451c707bb1d2ff4.zip
mobs
-rw-r--r--world/map/db/const-aegis.txt21
-rw-r--r--world/map/db/item_db.conf30
-rw-r--r--world/map/db/item_db_generic.txt1
-rw-r--r--world/map/db/item_db_use.txt3
-rw-r--r--world/map/db/mob_db.conf782
-rw-r--r--world/map/db/mob_db_0_19.txt10
-rw-r--r--world/map/db/mob_db_20_39.txt3
-rw-r--r--world/map/db/mob_db_40_59.txt1
-rw-r--r--world/map/db/mob_db_60_79.txt1
-rw-r--r--world/map/db/mob_db_over_100.txt10
-rw-r--r--world/map/db/mob_db_over_150.txt1
-rw-r--r--world/map/db/mob_skill_db.txt2
-rw-r--r--world/map/npc/007-1/_mobs.txt2
-rw-r--r--world/map/npc/008-1/_mobs.txt2
-rw-r--r--world/map/npc/010-1/_mobs.txt2
-rw-r--r--world/map/npc/011-1/_mobs.txt2
-rw-r--r--world/map/npc/012-1/_mobs.txt4
-rw-r--r--world/map/npc/013-1/_mobs.txt2
-rw-r--r--world/map/npc/015-1/_mobs.txt2
-rw-r--r--world/map/npc/016-1/_mobs.txt2
-rw-r--r--world/map/npc/017-1/_mobs.txt2
-rw-r--r--world/map/npc/018-1/_mobs.txt2
-rw-r--r--world/map/npc/025-1/_mobs.txt2
-rw-r--r--world/map/npc/026-1/_mobs.txt2
-rw-r--r--world/map/npc/027-1/_mobs.txt2
-rw-r--r--world/map/npc/057-1/_mobs.txt2
-rw-r--r--world/map/npc/099-7/_mobs.txt2
-rw-r--r--world/map/npc/mobs/mob_points.txt23
28 files changed, 905 insertions, 15 deletions
diff --git a/world/map/db/const-aegis.txt b/world/map/db/const-aegis.txt
index b775349e..68a1babf 100644
--- a/world/map/db/const-aegis.txt
+++ b/world/map/db/const-aegis.txt
@@ -351,6 +351,7 @@ PinkFlowerSeed 5295
SilverIngot 5296
GoldenTooth 5297
CloverDrawing 5298
+ShadowHerb 5311
LeatherShirt 523
DesertShirt 546
Turtleneck 564
@@ -902,7 +903,7 @@ Pear 1250
Plum 1251
Cherry 1252
GoldenDeliciousApple 1253
-Honey 1258
+GlutenFreeHoney 1258
Scissors 1280
ShockSweet 1281
RubberBat 3001
@@ -930,6 +931,7 @@ Tomato 5251
CrazyRum 5294
ManaDust 5309
EnlighteningElixir 5310
+Honey 5312
CottonShorts 586
JeansShorts 610
CottonSkirt 632
@@ -1176,3 +1178,20 @@ Emo 1174
MegaManaBug 1175
Rotter 1176
Rot 1177
+SpiderQueen 1178
+CrystalSpiderQueen 1179
+Duck 1048
+MisterPrickel 1180
+SmallFrog 1181
+BigFrog 1182
+MobMoubootaur 1183
+BoneQuadceratops 1184
+EntAbomination 1185
+MananaTree 1186
+EliteDuck 1187
+Junglefowl 1188
+ShadowPlant 1189
+BeeHive 1190
+Tortuga 1191
+Ratto 1192
+Croc 1193
diff --git a/world/map/db/item_db.conf b/world/map/db/item_db.conf
index f5d10214..e14bdf95 100644
--- a/world/map/db/item_db.conf
+++ b/world/map/db/item_db.conf
@@ -5329,6 +5329,18 @@ item_db: (
}
//Disabled: true // @TMWA
},
+{
+ Id: 5311
+ AegisName: "ShadowHerb"
+ Name: "ShadowHerb"
+ Type: "IT_ETC"
+ Buy: 2
+ Sell: 1
+ Weight: 1
+ Def: 0
+ Refine: false
+ ViewSprite: 5311
+},
/* Chest Armor */
{
Id: 523
@@ -15106,8 +15118,8 @@ item_db: (
},
{
Id: 1258
- AegisName: "Honey"
- Name: "Honey"
+ AegisName: "GlutenFreeHoney"
+ Name: "GlutenFreeHoney"
Type: "IT_USABLE"
Buy: 100
Sell: 50
@@ -15573,6 +15585,20 @@ item_db: (
callfunc("SC_Bonus", 60, SC_PLUSMAGICPOWER, 100);
">
},
+{
+ Id: 5312
+ AegisName: "Honey"
+ Name: "Honey"
+ Type: "IT_USABLE"
+ Buy: 150
+ Sell: 75
+ Weight: 4
+ Refine: false
+ ViewSprite: 5312
+ Script: <"
+ callfunc "itheal", 200, 50;
+ ">
+},
/* Legs Armor */
{
diff --git a/world/map/db/item_db_generic.txt b/world/map/db/item_db_generic.txt
index 13f24527..d5925c37 100644
--- a/world/map/db/item_db_generic.txt
+++ b/world/map/db/item_db_generic.txt
@@ -270,3 +270,4 @@
//5296, SilverIngot, 3, 20000, 2200, 1000, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {}
5297, GoldenTooth, 3, 20000, 2000, 40, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {}
//5298, CloverDrawing, 3, 0, 0, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {}
+5311, ShadowHerb, 3, 2, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {}
diff --git a/world/map/db/item_db_use.txt b/world/map/db/item_db_use.txt
index d7d51df1..a955df74 100644
--- a/world/map/db/item_db_use.txt
+++ b/world/map/db/item_db_use.txt
@@ -86,7 +86,7 @@
1252, Cherry, 0, 50, 25, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 50, 0, 1;}, {}
1253, GoldenDeliciousApple, 0, 1000, 500, 30, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 200, 0, 0;}, {}
//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, Mode, {UseScript}, {EquipScript}
-1258, Honey, 0, 100, 50, 20, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 45, 0, 1;}, {}
+1258, GlutenFreeHoney, 0, 100, 50, 20, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 45, 0, 1;}, {}
1280, Scissors, 0, 1000, 500, 120, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {callfunc "useScissors";}, {}
1281, ShockSweet, 0, 1000, 500, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {callfunc "useShockSweet";}, {}
3001, RubberBat, 0, 200, 100, 30, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {callfunc "rubberBat";}, {}
@@ -115,3 +115,4 @@
5294, CrazyRum, 0, 40, 10, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {sc_start SC_POISON, 60000, 1; sc_start SC_ATKPOT, 60, 50; sc_start SC_SPEEDPOTION0, 60, 45; sc_start SC_PHYS_SHIELD, 60000, 40; misceffect FX_MAGIC_SHIELD, strcharinfo(0);},{}
5309, ManaDust, 0, 125, 50, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 35, 15, 1;}, {}
5310, EnlighteningElixir, 0, 500, 250, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {sc_start SC_MATKPOT, 60, 100;}, {}
+5312, Honey, 0, 150, 75, 4, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 200, 50, 1;}, {}
diff --git a/world/map/db/mob_db.conf b/world/map/db/mob_db.conf
index a6cbc0bd..49cb3554 100644
--- a/world/map/db/mob_db.conf
+++ b/world/map/db/mob_db.conf
@@ -225,7 +225,7 @@ mob_db: (
ViewRange: 2
ChaseRange: 10
Size: 1
- Race: 3
+ Race: 4
Element: (2, 1)
Mode: {
CanMove: true
@@ -7724,6 +7724,12 @@ mob_db: (
RedApple: 100
InfantryHelmet: 20
CoinBag: 200
+ Diamond: 20
+ Ruby: 20
+ Emerald: 20
+ Sapphire: 20
+ Topaz: 20
+ Amethyst: 20
}
},
{
@@ -7971,7 +7977,7 @@ mob_db: (
ViewRange: 9
ChaseRange: 10
Size: 1
- Race: 3
+ Race: 4
Element: (2, 1)
Mode: {
CanMove: true
@@ -8084,5 +8090,775 @@ mob_db: (
AttackDelay: 500
AttackMotion: 672
DamageMotion: 480
-}
+},
+{
+ Id: 1178
+ SpriteName: "SpiderQueen"
+ Name: "Spider Queen"
+ Lv: 145
+ Hp: 7000
+ Sp: 0
+ Exp: 1200
+ JExp: 400
+ AttackRange: 3
+ Attack: [250, 300]
+ Def: 120
+ Mdef: 80
+ Stats: {
+ Str: 40
+ Agi: 30
+ Vit: 50
+ Int: 15
+ Dex: 65
+ Luk: 40
+ }
+ ViewRange: 8
+ ChaseRange: 15
+ Size: 0
+ Race: 2
+ Element: (5, 1)
+ Mode: {
+ CanMove: true
+ CanAttack: true
+ CastSensorChase: true
+ ChangeChase: true
+ Boss: true
+ Angry: true
+ Aggressive: true
+ }
+ MoveSpeed: 210
+ AttackDelay: 1200
+ AttackMotion: 550
+ DamageMotion: 450
+ MutationCount: 3
+ MutationStrength: 30
+ Drops: {
+ BugLeg: 2500
+ MaggotSlime: 2000
+ IronOre: 600
+ Coal: 500
+ SilverOre: 100
+ TreasureKey: 800
+ }
+},
+{
+ Id: 1179
+ SpriteName: "CrystalSpiderQueen"
+ Name: "Crystal Spider Queen"
+ Lv: 150
+ Hp: 9000
+ Sp: 0
+ Exp: 1600
+ JExp: 450
+ AttackRange: 3
+ Attack: [250, 300]
+ Def: 150
+ Mdef: 100
+ Stats: {
+ Str: 45
+ Agi: 35
+ Vit: 60
+ Int: 30
+ Dex: 70
+ Luk: 50
+ }
+ ViewRange: 8
+ ChaseRange: 15
+ Size: 0
+ Race: 2
+ Element: (5, 1)
+ Mode: {
+ CanMove: true
+ Looter: true
+ Assist: true
+ CanAttack: true
+ ChangeTargetMelee: true
+ ChangeTargetChase: true
+ ChangeChase: true
+ Boss: true
+ }
+ MoveSpeed: 1000
+ AttackDelay: 1500
+ AttackMotion: 750
+ DamageMotion: 550
+ MutationCount: 4
+ MutationStrength: 30
+ Drops: {
+ TreasureKey: 800
+ RedApple: 200
+ InfantryHelmet: 35
+ CoinBag: 400
+ Diamond: 35
+ Ruby: 35
+ Emerald: 35
+ Sapphire: 35
+ Topaz: 35
+ Amethyst: 35
+ }
+},
+{
+ Id: 1048
+ SpriteName: "Duck"
+ Name: "Duck"
+ Lv: 14
+ Hp: 1282
+ Sp: 0
+ Exp: 16
+ JExp: 1
+ AttackRange: 1
+ Attack: [60, 63]
+ Def: 17
+ Mdef: 20
+ WalkMask: "WALK_WATER"
+ Stats: {
+ Str: 9
+ Agi: 18
+ Vit: 17
+ Int: 1
+ Dex: 16
+ Luk: 11
+ }
+ ViewRange: 6
+ ChaseRange: 12
+ Race: 2
+ Element: (1, 1)
+ Mode: {
+ CanMove: true
+ Looter: true
+ CanAttack: true
+ CastSensorChase: true
+ ChangeChase: true
+ }
+ MoveSpeed: 240
+ AttackDelay: 580
+ AttackMotion: 472
+ DamageMotion: 200
+ MutationCount: 2
+ MutationStrength: 30
+ Drops: {
+ CherryCake: 770
+ BugLeg: 350
+ ChickenLeg: 1000
+ }
+},
+{
+ Id: 1180
+ SpriteName: "MisterPrickel"
+ Name: "Mister Prickel"
+ Lv: 40
+ Hp: 4822
+ Sp: 0
+ Exp: 672
+ JExp: 111
+ AttackRange: 1
+ Attack: [250, 275]
+ Def: 23
+ Mdef: 33
+ Stats: {
+ Str: 20
+ Agi: 40
+ Vit: 55
+ Int: 1
+ Dex: 20
+ Luk: 30
+ }
+ ChaseRange: 12
+ Race: 3
+ Element: (0, 2)
+ Mode: {
+ CanMove: true
+ CanAttack: true
+ CastSensorChase: true
+ ChangeChase: true
+ }
+ MoveSpeed: 400
+ AttackDelay: 1000
+ AttackMotion: 452
+ DamaeMotion: 480
+ MutationCount: 2
+ MutationStrength: 40
+ Drops: {
+ CactusDrink: 300
+ CactusPotion: 200
+ HardSpike: 800
+ HardSpike: 400
+ RawLog: 700
+ }
+},
+{
+ Id: 1181
+ SpriteName: "SmallFrog"
+ Name: "Small Frog"
+ Lv: 9
+ Hp: 100
+ Sp: 0
+ Exp: 100
+ JExp: 10
+ AttackRange: 1
+ Attack: [10, 20]
+ Def: 19
+ Mdef: 3
+ Stats: {
+ Str: 10
+ Agi: 25
+ Vit: 25
+ Int: 1
+ Dex: 15
+ Luk: 20
+ }
+ ViewRange: 5
+ ChaseRange: 10
+ Size: 0
+ Race: 2
+ Element: (5, 1)
+ Mode: {
+ CanMove: true
+ CanAttack: true
+ CastSensorChase: true
+ ChangeChase: true
+ }
+ MoveSpeed: 600
+ AttackDelay: 1976
+ AttackMotion: 672
+ DamageMotion: 480
+ MutationCount: 2
+ MutationStrength: 30
+ Drops: {
+ MaggotSlime: 600
+ BugLeg: 200
+ }
+},
+{
+ Id: 1182
+ SpriteName: "BigFrog"
+ Name: "Big Frog"
+ Lv: 10
+ Hp: 200
+ Sp: 0
+ Exp: 150
+ JExp: 15
+ AttackRange: 1
+ Attack: [20, 30]
+ Def: 24
+ Mdef: 3
+ Stats: {
+ Str: 20
+ Agi: 15
+ Vit: 35
+ Int: 1
+ Dex: 15
+ Luk: 20
+ }
+ ViewRange: 5
+ ChaseRange: 10
+ Size: 0
+ Race: 2
+ Element: (5, 1)
+ Mode: {
+ CanMove: true
+ CanAttack: true
+ CastSensorChase: true
+ ChangeChase: true
+ }
+ MoveSpeed: 500
+ AttackDelay: 1976
+ AttackMotion: 672
+ DamageMotion: 480
+ MutationCount: 2
+ MutationStrength: 30
+ Drops: {
+ MaggotSlime: 700
+ BugLeg: 300
+ }
+},
+{
+ Id: 1183
+ SpriteName: "MobMoubootaur"
+ Name: "The Moubootaur"
+ Lv: 220
+ Hp: 99999
+ Sp: 9999
+ Exp: 999999
+ JExp: 99999
+ AttackRange: 1
+ Attack: [400, 500]
+ Def: 99
+ Mdef: 99
+ Stats: {
+ Str: 99
+ Agi: 60
+ Vit: 99
+ Int: 30
+ Dex: 255
+ Luk: 255
+ }
+ ViewRange: 18
+ ChaseRange: 18
+ Race: 6
+ Element: (7, 4)
+ Mode: {
+ CanMove: true
+ CanAttack: true
+ ChangeTargetMelee: true
+ ChangeChase: true
+ Aggressive: true
+ CastSensorChase: true
+ Boss: true
+ }
+ MoveSpeed: 240
+ AttackDelay: 872
+ AttackMotion: 272
+ DamageMotion: 100
+},
+{
+ Id: 1184
+ SpriteName: "BoneQuadceratops"
+ Name: "Bone Quadceratops"
+ Lv: 120
+ Hp: 22000
+ Sp: 0
+ Exp: 12120
+ JExp: 1888
+ AttackRange: 1
+ Attack: [100, 200]
+ Def: 66
+ Mdef: 44
+ CriticalDef: 0
+ Stats: {
+ Str: 60
+ Agi: 20
+ Vit: 60
+ Int: 1
+ Dex: 43
+ Luk: 70
+ }
+ ViewRange: 9
+ ChaseRange: 10
+ Size: 1
+ Race: 1
+ Element: (7, 1)
+ Mode: {
+ CanMove: true
+ Assist: true
+ CanAttack: true
+ ChangeTargetMelee: true
+ ChangeTargetChase: true
+ Boss: true
+ }
+ MoveSpeed: 750
+ AttackDelay: 800
+ AttackMotion: 692
+ DamageMotion: 720
+ MutationCount: 4
+ MutationStrength: 30
+ Drops: {
+ AnimalBones: 10000
+ AnimalBones: 5000
+ AnimalBones: 2500
+ }
+},
+{
+ Id: 1185
+ SpriteName: "EntAbomination"
+ Name: "Ent Abomination"
+ Lv: 130
+ Hp: 45000
+ Sp: 280
+ Exp: 48000
+ JExp: 1600
+ AttackRange: 2
+ Attack: [200, 250]
+ Def: 80
+ Mdef: 60
+ CriticalDef: 0
+ Stats: {
+ Str: 40
+ Agi: 12
+ Vit: 120
+ Int: 127
+ Dex: 60
+ Luk: 88
+ }
+ ViewRange: 31
+ ChaseRange: 30
+ Size: 1
+ Race: 3
+ Element: (2, 1)
+ Mode: {
+ CanMove: true
+ Assist: true
+ Boss: true
+ CanAttack: true
+ ChangeTargetMelee: true
+ ChangeTargetChase: true
+ }
+ MoveSpeed: 1500
+ AttackDelay: 900
+ AttackMotion: 772
+ DamageMotion: 740
+ MutationCount: 4
+ MutationStrength: 20
+ Drops: {
+ RawLog: 1000
+ RawLog: 2000
+ }
+},
+{
+ Id: 1186
+ SpriteName: "MananaTree"
+ Name: "Manana Tree"
+ Lv: 5
+ Hp: 2500
+ Sp: 0
+ Exp: 2
+ AttackRange: 1
+ Attack: [10, 10]
+ Def: 25
+ Mdef: 1
+ Stats: {
+ Str: 1
+ Agi: 1
+ Vit: 10
+ Int: 1
+ Dex: 1
+ Luk: 1
+ }
+ ChaseRange: 12
+ Race: 3
+ Element: (2, 1)
+ MoveSpeed: 1000
+ AttackDelay: 800
+ AttackMotion: 672
+ DamageMotion: 480
+ MutationCount: 1
+ MutationStrength: 80
+ Drops: {
+ RawLog: 1000
+ RawLog: 2000
+ }
+},
+{
+ Id: 1187
+ SpriteName: "EliteDuck"
+ Name: "Elite Duck"
+ Lv: 75
+ Hp: 14000
+ Sp: 0
+ Exp: 8800
+ JExp: 860
+ AttackRange: 2
+ Attack: [170, 195]
+ Def: 50
+ Mdef: 180
+ WalkMask: "WALK_WATER"
+ Stats: {
+ Str: 70
+ Agi: 120
+ Vit: 10
+ Int: 42
+ Dex: 48
+ Luk: 95
+ }
+ ViewRange: 5
+ ChaseRange: 12
+ Race: 2
+ Element: (3, 1)
+ Mode: {
+ CanMove: true
+ Looter: true
+ Aggressive: true
+ CanAttack: true
+ CastSensorChase: true
+ ChangeChase: true
+ Boss: true
+ }
+ MoveSpeed: 225
+ AttackDelay: 500
+ AttackMotion: 472
+ DamageMotion: 200
+ MutationCount: 2
+ MutationStrength: 40
+ Drops: {
+ CherryCake: 1005
+ BugLeg: 400
+ ChickenLeg: 2000
+ }
+},
+{
+ Id: 1188
+ SpriteName: "Junglefowl"
+ Name: "Junglefowl"
+ Lv: 125
+ Hp: 25500
+ Exp: 15000
+ JExp: 2125
+ AttackRange: 1
+ Attack: [175, 250]
+ Def: 45
+ Mdef: 47
+ Race: 2
+ Element: (4, 1)
+ Stats: {
+ Str: 70
+ Agi: 99
+ Vit: 80
+ Int: 22
+ Dex: 99
+ Luk: 70
+ }
+ Mode: {
+ CanMove: true
+ Assist: true
+ ChangeChase: true
+ ChangeTargetChase: true
+ ChangeTargetMelee: true
+ CanAttack: true
+ CastSensorChase: true
+ Boss: true
+ }
+ MoveSpeed: 400
+ AttackDelay: 1000
+ AttackMotion: 672
+ DamageMotion: 200
+ ViewRange: 7
+ ChaseRange: 11
+ Drops: {
+ ChickenLeg: 2520
+ ChickenLeg: 1520
+ AnimalBones: 500
+ }
+},
+{
+ Id: 1189
+ SpriteName: "ShadowPlant"
+ Name: "Shadow Plant"
+ Lv: 1
+ Hp: 1
+ Sp: 0
+ Exp: 1
+ JExp: 1
+ AttackRange: 1
+ Attack: [0, 0]
+ Def: 1
+ Mdef: 0
+ CriticalDef: 0
+ Stats: {
+ Str: 0
+ Agi: 0
+ Vit: 0
+ Int: 0
+ Dex: 0
+ Luk: 0
+ }
+ ViewRange: 9
+ ChaseRange: 10
+ Size: 1
+ Race: 3
+ Element: (2, 1)
+ MoveSpeed: 800
+ AttackDelay: 800
+ AttackMotion: 672
+ DamageMotion: 480
+ Drops: {
+ ShadowHerb: 3000
+ ShadowHerb: 3000
+ ShadowHerb: 3000
+ }
+},
+{
+ Id: 1190
+ SpriteName: "BeeHive"
+ Name: "Bee Hive"
+ Lv: 39
+ Hp: 3333
+ Sp: 1
+ Exp: 1000
+ JExp: 200
+ AttackRange: 14
+ Attack: [5, 90]
+ Def: 12
+ Mdef: 4
+ CriticalDef: 0
+ Stats: {
+ Str: 15
+ Agi: 25
+ Vit: 20
+ Int: 3
+ Dex: 40
+ Luk: 30
+ }
+ ViewRange: 9
+ ChaseRange: 10
+ Size: 1
+ Race: 4
+ Element: (2, 1)
+ Mode: {
+ CanMove: false
+ CanAttack: true
+ ChangeTargetMelee: true
+ ChangeTargetChase: true
+ }
+ MoveSpeed: 380
+ AttackDelay: 1500
+ AttackMotion: 300
+ DamageMotion: 350
+ MutationCount: 2
+ MutationStrength: 100
+ Drops: {
+ Honey: 1000
+ Honey: 750
+ Honey: 500
+ }
+},
+{
+ Id: 1191
+ SpriteName: "Tortuga"
+ Name: "Tortuga"
+ Lv: 19
+ Hp: 535
+ Sp: 0
+ Exp: 350
+ JExp: 38
+ AttackRange: 1
+ Attack: [33, 44]
+ Def: 30
+ Mdef: 50
+ WalkMask: "WALK_WATER"
+ Stats: {
+ Str: 18
+ Agi: 12
+ Vit: 1
+ Int: 8
+ Dex: 80
+ Luk: 25
+ }
+ ChaseRange: 12
+ Race: 2
+ Element: (1, 1)
+ Mode: {
+ CanMove: true
+ CanAttack: true
+ CastSensorChase: true
+ ChangeChase: true
+ }
+ MoveSpeed: 700
+ AttackDelay: 1872
+ AttackMotion: 672
+ DamageMotion: 480
+ WeaponAttacks: {
+ Bows: 5000
+ }
+},
+{
+ Id: 1192
+ SpriteName: "Ratto"
+ Name: "Ratto"
+ Lv: 15
+ Hp: 250
+ Sp: 0
+ Exp: 200
+ JExp: 30
+ AttackRange: 1
+ Attack: [25, 35]
+ Def: 13
+ Mdef: 6
+ Stats: {
+ Str: 5
+ Agi: 10
+ Vit: 13
+ Int: 1
+ Dex: 11
+ Luk: 6
+ }
+ ViewRange: 3
+ ChaseRange: 12
+ Race: 2
+ Element: (0, 1)
+ Mode: {
+ CanMove: true
+ Looter: true
+ CanAttack: true
+ CastSensorChase: true
+ ChangeChase: true
+ }
+ MoveSpeed: 120
+ AttackDelay: 1572
+ AttackMotion: 672
+ DamageMotion: 480
+},
+{
+ Id: 1193
+ SpriteName: "Croc"
+ Name: "Croc"
+ Lv: 17
+ Hp: 350
+ Sp: 0
+ Exp: 300
+ JExp: 35
+ AttackRange: 1
+ Attack: [124, 129]
+ Def: 54
+ Mdef: 6
+ Stats: {
+ Str: 6
+ Agi: 10
+ Vit: 13
+ Int: 1
+ Dex: 11
+ Luk: 6
+ }
+ ChaseRange: 12
+ Race: 2
+ Element: (1, 1)
+ Mode: {
+ CanMove: true
+ CanAttack: true
+ CastSensorChase: true
+ ChangeChase: true
+ }
+ MoveSpeed: 600
+ AttackDelay: 1872
+ AttackMotion: 672
+ DamageMotion: 200
+},
+{
+ Id: 1194
+ SpriteName: "Birb"
+ Name: "King Chonky Birb"
+ Lv: 101
+ Hp: 57000
+ Sp: 0
+ Exp: 44000
+ JExp: 2000
+ AttackRange: 1
+ Attack: [320, 370]
+ Def: 45
+ Mdef: 127
+ Stats: {
+ Str: 12
+ Agi: 63
+ Vit: 88
+ Int: 110
+ Dex: 141
+ Luk: 77
+ }
+ ViewRange: 9
+ ChaseRange: 12
+ Race: 2
+ Element: (7, 1)
+ Mode: {
+ CanMove: true
+ CanAttack: true
+ Aggressive: false
+ Angry: false
+ ChangeTargetMelee: true
+ ChangeChase: true
+ CastSensorChase: true
+ Boss: true
+ }
+ MoveSpeed: 320
+ AttackDelay: 2100
+ AttackMotion: 672
+ DamageMotion: 200
+},
)
diff --git a/world/map/db/mob_db_0_19.txt b/world/map/db/mob_db_0_19.txt
index c3b3f93c..7ffc3869 100644
--- a/world/map/db/mob_db_0_19.txt
+++ b/world/map/db/mob_db_0_19.txt
@@ -11,6 +11,7 @@
1037, CloverPatch, CloverPatch, 1, 1, 0, 1, 1, 1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 9, 10, 1, 3, 12, 0, 800, 800, 672, 480, 742, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
1038, Squirrel, Squirrel, 15, 160, 1, 32, 5, 1, 10, 20, 1, 6, 0, 1, 3, 1, 0, 15, 40, 9, 10, 1, 3, 10, 129, 800, 800, 672, 480, 743, 7000, 680, 1000, 681, 1000, 682, 1000, 683, 1000, 807, 800, 860, 550, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 15
1046, TameScorpion, TameScorpion, 5, 50, 0, 6, 2, 1, 7, 10, 0, 1, 0, 1, 1, 1, 0, 15, 5, 9, 10, 1, 3, 10, 129, 2000, 1872, 672, 480, 507, 700, 510, 100, 509, 50, 518, 700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
+1048, Duck, Duck, 14, 1282, 0, 16, 1, 1, 60, 63, 17, 20, 0, 9, 18, 17, 1, 16, 11, 6, 12, 1, 2, 11, 131, 240, 580, 472, 200, 519, 770, 518, 350, 562, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30
1050, HouseMaggot, HouseMaggot, 5, 50, 0, 7, 3, 1, 5, 7, 0, 3, 0, 5, 5, 1, 0, 6, 5, 9, 10, 1, 3, 11, 133, 700, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 533, 150, 502, 70, 522, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
1056, CaveMaggot, CaveMaggot, 10, 100, 0, 16, 3, 1, 10, 10, 0, 5, 0, 5, 5, 1, 0, 6, 5, 9, 10, 1, 3, 11, 133, 700, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 533, 150, 502, 70, 522, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
1063, Pumpkin, Pumpkin, 1, 200, 0, 17, 1, 1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 9, 10, 1, 3, 12, 0, 800, 800, 672, 480, 3000, 100, 3001, 20, 3002, 10, 3003, 15, 3011, 500, 3006, 1500, 3007, 2000, 3010, 2500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
@@ -21,6 +22,13 @@
1135, LovelyMaggot, LovelyMaggot, 1, 50, 0, 1, 1, 1, 69, 6969, 0, 5, 0, 5, 5, 1, 0, 6, 5, 9, 10, 1, 3, 11, 133, 200, 1872, 672, 480, 505, 400, 501, 70, 518, 200, 533, 75, 502, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
1136, LesserGhost, LesserGhost, 1, 1, 0, 1, 1, 0, 150, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 10, 1, 1, 17, 131, 340, 1800, 672, 950, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 20
1162, Grinchboo, Grinchboo, 5, 50, 0, 6, 1, 1, 5, 10, 0, 5, 0, 1, 1, 1, 0, 6, 5, 9, 10, 1, 3, 11, 129, 800, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 527, 50, 527, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
-1165, ChristmasGift, ChristmasGift, 1, 1, 0, 1, 1, 1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 9, 10, 1, 3, 12, 0, 800, 800, 672, 480, 742, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, CRITDEF,STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop0id,Drop0%, Drop1id,Drop1%, Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Drop9id,Drop9%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength
+1165, ChristmasGift, ChristmasGift, 1, 1, 0, 1, 1, 1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 9, 10, 1, 3, 12, 0, 800, 800, 672, 480, 742, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
1172, Bif, Bif, 1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 9, 10, 1, 3, 12, 0, 800, 800, 672, 480, 704, 1200, 640, 1000, 4001, 800, 5292, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
+1181, SmallFrog, SmallFrog, 9, 100, 0, 100, 10, 1, 10, 20, 19, 3, 0, 10, 25, 25, 1, 15, 20, 5, 10, 0, 2, 12, 129, 600, 1976, 672, 480, 505, 600, 518, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30
+1182, BigFrog, BigFrog, 10, 200, 0, 150, 15, 1, 20, 30, 24, 3, 0, 20, 15, 35, 1, 15, 20, 5, 10, 0, 2, 12, 129, 500, 1976, 672, 480, 505, 700, 518, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30
+1186, MananaTree, MananaTree, 5, 2500, 0, 2, 0, 1, 10, 10, 25, 1, 0, 1, 1, 10, 1, 1, 1, 1, 12, 1, 3, 12, 0, 1000, 800, 672, 480, 569, 1000, 569, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 80
+1189, ShadowPlant, ShadowPlant, 1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 9, 10, 1, 3, 12, 0, 800, 800, 672, 480, 5311, 3000, 5311, 3000, 5311, 3000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
+1191, Tortuga, Tortuga, 19, 535, 0, 350, 38, 1, 33, 44, 30, 50, 0, 18, 12, 1, 8, 80, 25, 1, 12, 1, 2, 11, 129, 700, 1872, 672, 480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
+1192, Ratto, Ratto, 15, 250, 0, 200, 30, 1, 25, 35, 13, 6, 0, 5, 10, 13, 1, 11, 6, 3, 12, 1, 2, 10, 131, 120, 1572, 672, 480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
+1193, Croc, Croc, 17, 350, 0, 300, 35, 1, 124, 129, 54, 6, 0, 6, 10, 13, 1, 11, 6, 1, 12, 1, 2, 11, 129, 600, 1872, 672, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
diff --git a/world/map/db/mob_db_20_39.txt b/world/map/db/mob_db_20_39.txt
index 4e27fde7..1264c625 100644
--- a/world/map/db/mob_db_20_39.txt
+++ b/world/map/db/mob_db_20_39.txt
@@ -30,5 +30,6 @@
1107, Bluepar, Bluepar, 30, 350, 0, 77, 8, 2, 7, 15, 0, 5, 0, 1, 1, 1, 0, 20, 25, 2, 10, 1, 3, 10, 133, 800, 1872, 672, 480, 567, 800, 5310, 800, 568, 800, 4002, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 50
1108, AngryFireGoblin, AngryFireGoblin, 30, 320, 0, 85, 12, 1, 25, 40, 0, 10, 0, 3, 3, 3, 2, 10, 50, 9, 10, 1, 3, 13, 133, 800, 1872, 672, 480, 505, 800, 501, 150, 518, 800, 502, 150, 521, 70, 522, 10, 701, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30
1113, Pollett, Pollett, 30, 500, 0, 100, 7, 1, 6, 10, 1, 5, 0, 1, 2, 1, 0, 20, 25, 9, 10, 1, 3, 10, 129, 800, 1600, 672, 480, 4026, 1000, 4023, 500, 700, 300, 862, 100, 1189, 400, 1189, 400, 1189, 400, 611, 500, 5260, 3000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40
-1131, ManaBug, ManaBug, 25, 300, 0, 52, 5, 2, 10, 17, 4, 6, 0, 1, 4, 1, 4, 5, 4, 2, 10, 1, 3, 12, 137, 800, 1800, 672, 480, 505, 1000, 518, 800, 533, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40
+1131, ManaBug, ManaBug, 25, 300, 0, 52, 5, 2, 10, 17, 4, 6, 0, 1, 4, 1, 4, 5, 4, 2, 10, 1, 4, 12, 137, 800, 1800, 672, 480, 505, 1000, 518, 800, 533, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40
1168, Floyd, Floyd, 20, 150, 0, 27, 3, 3, 5, 25, 0, 5, 0, 1, 1, 1, 0, 20, 25, 9, 10, 1, 3, 12, 129, 800, 1872, 672, 480, 515, 1000, 505, 800, 516, 500, 501, 150, 518, 400, 533, 150, 521, 70, 522, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40
+1190, BeeHive, BeeHive, 39, 3333, 1, 1000, 200, 14, 5, 90, 12, 4, 0, 15, 25, 20, 3, 40, 30, 9, 10, 1, 4, 12, 128, 380, 1500, 300, 350, 5312, 1000, 5312, 750, 5312, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 100
diff --git a/world/map/db/mob_db_40_59.txt b/world/map/db/mob_db_40_59.txt
index 5d9f2de5..1dc30427 100644
--- a/world/map/db/mob_db_40_59.txt
+++ b/world/map/db/mob_db_40_59.txt
@@ -15,3 +15,4 @@
1111, CandiedSlime, CandiedSlime, 50, 800, 0, 800, 66, 3, 50, 50, 20, 30, 0, 20, 30, 10, 10, 30, 30, 9, 10, 1, 0, 11, 143, 1200, 1872, 672, 480, 510, 1000, 509, 1000, 515, 200, 516, 200, 538, 200, 512, 200, 508, 500, 514, 750, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20
1112, Santaboo, Santaboo, 50, 2200, 0, 1040, 59, 2, 80, 125, 50, 10, 0, 25, 10, 25, 0, 60, 30, 2, 10, 1, 3, 10, 129, 600, 1872, 672, 480, 512, 1000, 736, 1200, 737, 1200, 738, 1200, 739, 1200, 511, 50, 4042, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30
1164, ChristmasTree, ChristmasTree, 40, 12000, 0, 3647, 392, 2, 40, 40, 20, 40, 0, 30, 30, 30, 30, 30, 30, 9, 10, 1, 0, 10, 128, 190, 1500, 800, 800, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
+1180, MisterPrickel, MisterPrickel, 40, 4822, 0, 672, 111, 1, 250, 275, 23, 33, 0, 20, 40, 55, 1, 20, 30, 1, 12, 1, 3, 20, 129, 400, 1000, 452, 0, 501, 300, 502, 200, 613, 800, 613, 400, 569, 700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40
diff --git a/world/map/db/mob_db_60_79.txt b/world/map/db/mob_db_60_79.txt
index 8fb2a06d..b1a03507 100644
--- a/world/map/db/mob_db_60_79.txt
+++ b/world/map/db/mob_db_60_79.txt
@@ -12,3 +12,4 @@
1110, AngryGreenSlime, AngryGreenSlime, 60, 1000, 0, 435, 135, 1, 100, 160, 20, 30, 0, 20, 30, 10, 10, 30, 30, 9, 10, 1, 0, 11, 143, 1200, 1872, 672, 480, 502, 200, 4004, 20, 501, 100, 521, 250, 522, 200, 526, 500, 503, 500, 535, 750, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20
1117, UndeadTroll, UndeadTroll, 75, 3100, 0, 1770, 179, 3, 60, 140, 20, 10, 0, 50, 40, 20, 10, 40, 49, 9, 10, 1, 0, 10, 133, 650, 1500, 672, 480, 1199, 2000, 631, 1000, 529, 500, 539, 300, 526, 250, 4023, 200, 906, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40
1163, FridayCat, FridayCat, 70, 450, 0, 130, 17, 1, 40, 45, 2, 7, 0, 12, 8, 2, 1, 25, 1, 9, 10, 1, 0, 11, 131, 1300, 1500, 672, 480, 3001, 10, 3002, 5, 3003, 9, 3011, 250, 3006, 750, 3007, 1000, 3010, 1250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 20
+1187, EliteDuck, EliteDuck, 75, 14000, 0, 8800, 860, 2, 170, 195, 50, 180, 0, 70, 120, 10, 42, 48, 95, 5, 12, 1, 2, 13, 167, 225, 500, 472, 200, 519, 1005, 518, 400, 562, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40
diff --git a/world/map/db/mob_db_over_100.txt b/world/map/db/mob_db_over_100.txt
index ee582501..2f52e58b 100644
--- a/world/map/db/mob_db_over_100.txt
+++ b/world/map/db/mob_db_over_100.txt
@@ -45,9 +45,15 @@
1166, Snowman, Snowman, 100, 4200, 0, 2897, 689, 1, 60, 80, 5, 20, 0, 15, 25, 40, 15, 75, 30, 8, 10, 1, 3, 10, 133, 800, 1872, 672, 480, 567, 800, 5310, 800, 568, 800, 4002, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, CRITDEF,STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop0id,Drop0%, Drop1id,Drop1%, Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Drop9id,Drop9%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength
1167, SnowmanBoss, SnowmanBoss, 100, 35000, 0, 88970, 2689, 4, 220, 240, 77, 50, 0, 45, 20, 110, 150, 255, 110, 14, 16, 1, 3, 10, 165, 700, 1672, 672, 480, 567, 1600, 5310, 1600, 568, 1600, 4002, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
-1169, CrystalSpider, CrystalSpider, 140, 1000, 0, 800, 200, 1, 80, 95, 8, 12, 0, 20, 15, 20, 11, 45, 30, 1, 1, 1, 0, 22, 139, 1000, 1500, 672, 480, 537, 500, 535, 100, 638, 20, 526, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40
+1169, CrystalSpider, CrystalSpider, 140, 1000, 0, 800, 200, 1, 80, 95, 8, 12, 0, 20, 15, 20, 11, 45, 30, 1, 1, 1, 0, 22, 139, 1000, 1500, 672, 480, 537, 500, 535, 100, 638, 20, 526, 200, 4002, 20, 4003, 20, 4004, 20, 4005, 20, 4006, 20, 4007, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40
1173, MontBlanc, MontBlanc, 100, 65535, 0, 1, 1, 12, 30, 40, 20, 0, 255, 15, 10, 30, 5, 20, 10, 12, 12, 1, 3, 12, 164, 800, 800, 672, 480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
1174, Emo, Emo, 129, 50150, 80, 500000, 1000, 2, 200, 350, 30, 60, 60, 70, 60, 100, 60, 90, 90, 40, 10, 1, 1, 21, 183, 250, 450, 672, 50, 528, 5000, 532, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
-1175, MegaManaBug, MegaManaBug, 111, 675, 0, 275, 40, 1, 60, 85, 3, 8, 0, 16, 14, 15, 20, 30, 30, 9, 10, 1, 3, 12, 137, 800, 1800, 672, 480, 505, 1000, 518, 800, 533, 400, 540, 10, 526, 400, 5309, 1000, 5309, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 60
+1175, MegaManaBug, MegaManaBug, 111, 675, 0, 275, 40, 1, 60, 85, 3, 8, 0, 16, 14, 15, 20, 30, 30, 9, 10, 1, 4, 12, 137, 800, 1800, 672, 480, 505, 1000, 518, 800, 533, 400, 540, 10, 526, 400, 5309, 1000, 5309, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 60
1176, Rotter, Rotter, 130, 6000, 0, 5533, 733, 7, 213, 333, 20, 25, 50, 30, 15, 30, 11, 100, 113, 3, 12, 1, 1, 17, 141, 1200, 2222, 672, 900, 631, 1000, 777, 800, 778, 200, 779, 500, 1198, 500, 5297, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30
1177, Rot, Rot, 100, 13, 0, 11, 1, 1, 111, 333, 0, 0, 0, 0, 0, 0, 0, 255, 13, 1, 1, 1, 0, 11, 132, 0, 500, 672, 480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
+1178, SpiderQueen, SpiderQueen, 145, 7000, 0, 1200, 400, 3, 250, 300, 120, 80, 0, 40, 30, 50, 15, 65, 40, 8, 15, 0, 2, 12, 165, 210, 1200, 550, 450, 518, 2500, 505, 2000, 640, 600, 4001, 500, 5292, 100, 537, 800, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 30
+1179, CrystalSpiderQueen, CrystalSpiderQueen, 150, 9000, 0, 1600, 450, 3, 250, 300, 150, 100, 0, 45, 35, 60, 30, 70, 50, 8, 15, 0, 2, 12, 171, 1000, 1500, 750, 550, 537, 800, 535, 200, 638, 35, 526, 400, 4002, 35, 4003, 35, 4004, 35, 4005, 35, 4006, 35, 4007, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 30
+1184, BoneQuadceratops, BoneQuadceratops, 120, 22000, 0, 12120, 1888, 1, 100, 200, 66, 44, 0, 60, 20, 60, 1, 43, 70, 9, 10, 1, 1, 17, 169, 750, 800, 692, 720, 4023, 10000, 4023, 5000, 4023, 2500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 30
+1185, EntAbomination, EntAbomination, 130, 45000, 280, 48000, 1600, 2, 200, 250, 80, 60, 0, 40, 12, 120, 127, 60, 88, 31, 30, 1, 3, 12, 169, 1500, 900, 772, 740, 569, 1000, 569, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 20
+1188, Junglefowl, Junglefowl, 125, 25500, 0, 15000, 2125, 1, 175, 250, 45, 47, 0, 70, 99, 80, 22, 99, 70, 7, 11, 1, 2, 12, 169, 400, 1000, 672, 200, 562, 2520, 562, 1520, 4023, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
+1194, Birb, Birb, 101, 57000, 0, 44000, 2000, 1, 320, 370, 45, 127, 0, 12, 63, 88, 110, 141, 77, 9, 12, 1, 2, 17, 161, 320, 2100, 672, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
diff --git a/world/map/db/mob_db_over_150.txt b/world/map/db/mob_db_over_150.txt
index 13900193..b5a02f3c 100644
--- a/world/map/db/mob_db_over_150.txt
+++ b/world/map/db/mob_db_over_150.txt
@@ -29,3 +29,4 @@
1161, Xakelbael, Xakelbael, 200, 29999, 280, 999999, 99999, 9, 90, 124, 74, 100, 0, 199, 2, 199, 197, 255, 175, 31, 10, 1, 1, 37, 181, 210, 672, 672, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
1170, CrystalGolem, CrystalGolem, 180, 25000, 280, 68000, 2200, 3, 170, 190, 75, 40, 0, 35, 26, 99, 127, 255, 105, 31, 30, 1, 0, 46, 171, 320, 1000, 672, 50, 4002, 50, 4003, 50, 4004, 50, 4005, 50, 4006, 50, 4007, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
1171, BlackCrystalGolem, BlackCrystalGolem, 180, 25000, 280, 68000, 2200, 3, 170, 190, 75, 40, 0, 35, 26, 99, 127, 255, 105, 31, 30, 1, 0, 46, 165, 320, 1000, 672, 50, 631, 10000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
+1183, MobMoubootaur, MobMoubootaur, 220, 99999, 9999, 999999, 99999, 1, 400, 500, 99, 99, 0, 99, 60, 99, 30, 255, 255, 18, 18, 1, 6, 47, 165, 240, 872, 272, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
diff --git a/world/map/db/mob_skill_db.txt b/world/map/db/mob_skill_db.txt
index 6ade27c8..135e856b 100644
--- a/world/map/db/mob_skill_db.txt
+++ b/world/map/db/mob_skill_db.txt
@@ -52,8 +52,10 @@
1034,GrassSnake@NPC_POISON,attack,178,45,200,0,200,yes,target,always,0,0,10,0,0,0,
1024,PoisonSkull@NPC_POISON,attack,178,50,500,0,400,yes,target,always,0,0,10,0,0,0,
1014,PinkFlower@NPC_SUMMONSLAVE,any,198,1,10000,1000,60000,no,self,slavelt,4,1049,0,0,0,0,
+1190,BeeHive@NPC_SUMMONSLAVE,any,198,4,10000,10,1000,no,self,slavelt,12,1049,0,0,0,0,
1095,WhiteBell@NPC_SUMMONSLAVE,any,198,1,10000,1000,60000,no,self,slavelt,4,1093,0,0,0,0,
1049,Bee@NPC_POISON,attack,178,20,1000,0,500,yes,target,always,0,0,10,0,0,0,
+1190,BeeHive@NPC_POISON,attack,178,20,1000,0,500,yes,target,always,0,0,10,0,0,0,
1139,Virus@NPC_POISON,attack,178,50,1500,1000,600,yes,target,always,0,0,10,0,0,0,
// The Lost Abilities
1073,TheLost@NPC_SUMMONSLAVE_snakeX2,any,198,1,8000,1000,5000,no,self,slavelt,2,1010,0,0,0,0,
diff --git a/world/map/npc/007-1/_mobs.txt b/world/map/npc/007-1/_mobs.txt
index c6f05a7c..4b21657b 100644
--- a/world/map/npc/007-1/_mobs.txt
+++ b/world/map/npc/007-1/_mobs.txt
@@ -11,3 +11,5 @@
007-1,0,0,0,0|monster|Squirrel|1038,25,30ms,20ms
007-1,0,0,0,0|monster|Butterfly|1055,10,30ms,20ms
007-1,78,81,10,5|monster|MegaManaBug|1175,2,0ms,250ms
+007-1,0,0,0,0|monster|BigFrog|1182,8,150000ms,7000ms
+007-1,0,0,0,0|monster|SmallFrog|1181,16,150000ms,7000ms
diff --git a/world/map/npc/008-1/_mobs.txt b/world/map/npc/008-1/_mobs.txt
index 5104239e..6585ea92 100644
--- a/world/map/npc/008-1/_mobs.txt
+++ b/world/map/npc/008-1/_mobs.txt
@@ -11,3 +11,5 @@
008-1,0,0,0,0|monster|Squirrel|1038,10,30ms,20ms
008-1,0,0,0,0|monster|Butterfly|1055,10,30ms,20ms
008-1,124,34,10,12|monster|PinkFlower|1014,2,0ms,250ms
+008-1,0,0,0,0|monster|BigFrog|1182,8,150000ms,7000ms
+008-1,0,0,0,0|monster|SmallFrog|1181,16,150000ms,7000ms
diff --git a/world/map/npc/010-1/_mobs.txt b/world/map/npc/010-1/_mobs.txt
index cf0ebae5..944bcc67 100644
--- a/world/map/npc/010-1/_mobs.txt
+++ b/world/map/npc/010-1/_mobs.txt
@@ -14,3 +14,5 @@
010-1,0,0,0,0|monster|CloverPatch|1037,2,0ms,1000ms
010-1,0,0,0,0|monster|Squirrel|1038,25,30ms,20ms
010-1,0,0,0,0|monster|Butterfly|1055,10,30ms,20ms
+010-1,0,0,0,0|monster|BigFrog|1182,8,150000ms,7000ms
+010-1,0,0,0,0|monster|SmallFrog|1181,16,150000ms,7000ms
diff --git a/world/map/npc/011-1/_mobs.txt b/world/map/npc/011-1/_mobs.txt
index 0621a927..1c037b54 100644
--- a/world/map/npc/011-1/_mobs.txt
+++ b/world/map/npc/011-1/_mobs.txt
@@ -17,3 +17,5 @@
011-1,92,44,35,28|monster|Maggot|1002,10,30ms,0ms
011-1,117,89,8,7|monster|EvilMushroom|1013,2,0ms,250ms
011-1,38,95,9,7|monster|MegaManaBug|1175,2,0ms,250ms
+011-1,0,0,0,0|monster|BigFrog|1182,8,150000ms,7000ms
+011-1,0,0,0,0|monster|SmallFrog|1181,16,150000ms,7000ms
diff --git a/world/map/npc/012-1/_mobs.txt b/world/map/npc/012-1/_mobs.txt
index 14e3733a..20c58b8c 100644
--- a/world/map/npc/012-1/_mobs.txt
+++ b/world/map/npc/012-1/_mobs.txt
@@ -11,9 +11,11 @@
012-1,0,0,0,0|monster|Silkworm|1035,5,60000ms,30000ms
012-1,0,0,0,0|monster|CloverPatch|1037,2,0ms,1000ms
012-1,0,0,0,0|monster|Squirrel|1038,25,30ms,20ms
-012-1,0,0,0,0|monster|MegaManaBug|1175,33,100000ms,30000ms
012-1,0,0,0,0|monster|Butterfly|1055,20,30ms,20ms
+012-1,0,0,0,0|monster|MegaManaBug|1175,33,100000ms,30000ms
012-1,139,96,9,8|monster|MegaManaBug|1175,2,0ms,250ms
012-1,111,97,11,6|monster|MegaManaBug|1175,2,0ms,250ms
012-1,66,145,11,5|monster|PinkFlower|1014,2,0ms,250ms
012-1,24,54,6,8|monster|PinkFlower|1014,2,0ms,250ms
+012-1,0,0,0,0|monster|BigFrog|1182,8,150000ms,7000ms
+012-1,0,0,0,0|monster|SmallFrog|1181,16,150000ms,7000ms
diff --git a/world/map/npc/013-1/_mobs.txt b/world/map/npc/013-1/_mobs.txt
index a453e35b..31ae6ac0 100644
--- a/world/map/npc/013-1/_mobs.txt
+++ b/world/map/npc/013-1/_mobs.txt
@@ -17,3 +17,5 @@
013-1,0,0,0,0|monster|Squirrel|1038,25,30ms,20ms
013-1,0,0,0,0|monster|Butterfly|1055,10,30ms,20ms
013-1,98,90,9,6|monster|EvilMushroom|1013,2,0ms,250ms
+013-1,0,0,0,0|monster|BigFrog|1182,8,150000ms,7000ms
+013-1,0,0,0,0|monster|SmallFrog|1181,16,150000ms,7000ms
diff --git a/world/map/npc/015-1/_mobs.txt b/world/map/npc/015-1/_mobs.txt
index cf81caff..d8df64df 100644
--- a/world/map/npc/015-1/_mobs.txt
+++ b/world/map/npc/015-1/_mobs.txt
@@ -12,3 +12,5 @@
015-1,0,0,0,0|monster|Silkworm|1035,7,15000ms,7000ms
015-1,0,0,0,0|monster|MauvePlant|1029,4,270000ms,180000ms
015-1,27,26,11,6|monster|MegaManaBug|1175,2,0ms,250ms
+015-1,0,0,0,0|monster|BigFrog|1182,8,150000ms,7000ms
+015-1,0,0,0,0|monster|SmallFrog|1181,16,150000ms,7000ms
diff --git a/world/map/npc/016-1/_mobs.txt b/world/map/npc/016-1/_mobs.txt
index f87db1cc..cb70c693 100644
--- a/world/map/npc/016-1/_mobs.txt
+++ b/world/map/npc/016-1/_mobs.txt
@@ -10,3 +10,5 @@
016-1,0,0,0,0|monster|CobaltPlant|1030,3,0ms,0ms
016-1,0,0,0,0|monster|MauvePlant|1029,4,270000ms,180000ms
016-1,0,0,0,0|monster|Silkworm|1035,7,150000ms,7000ms
+016-1,0,0,0,0|monster|BigFrog|1182,8,150000ms,7000ms
+016-1,0,0,0,0|monster|SmallFrog|1181,16,150000ms,7000ms
diff --git a/world/map/npc/017-1/_mobs.txt b/world/map/npc/017-1/_mobs.txt
index 79b8ff0d..9b6a9150 100644
--- a/world/map/npc/017-1/_mobs.txt
+++ b/world/map/npc/017-1/_mobs.txt
@@ -20,3 +20,5 @@
017-1,0,0,0,0|monster|Silkworm|1035,10,0ms,0ms
017-1,0,0,0,0|monster|Squirrel|1038,30,20ms,10ms
017-1,23,27,7,8|monster|PinkFlower|1014,2,0ms,250ms
+017-1,45,36,51,26|monster|BigFrog|1182,4,150000ms,7000ms
+017-1,45,36,51,26|monster|SmallFrog|1181,8,150000ms,7000ms
diff --git a/world/map/npc/018-1/_mobs.txt b/world/map/npc/018-1/_mobs.txt
index f9538b52..21762fa1 100644
--- a/world/map/npc/018-1/_mobs.txt
+++ b/world/map/npc/018-1/_mobs.txt
@@ -29,3 +29,5 @@
018-1,0,0,0,0|monster|Butterfly|1055,20,30ms,20ms
018-1,134,80,14,39|monster|Maggot|1002,15,30ms,0ms
018-1,31,95,10,7|monster|PinkFlower|1014,2,0ms,250ms
+018-1,0,0,0,0|monster|BigFrog|1182,8,150000ms,7000ms
+018-1,0,0,0,0|monster|SmallFrog|1181,16,150000ms,7000ms
diff --git a/world/map/npc/025-1/_mobs.txt b/world/map/npc/025-1/_mobs.txt
index 64c4e62a..0a1876b3 100644
--- a/world/map/npc/025-1/_mobs.txt
+++ b/world/map/npc/025-1/_mobs.txt
@@ -11,3 +11,5 @@
025-1,78,46,23,28|monster|GrassSnake|1034,3,100000ms,50000ms
025-1,73,84,38,16|monster|GrassSnake|1034,3,100000ms,50000ms
025-1,53,33,59,17|monster|GrassSnake|1034,4,100000ms,50000ms
+025-1,0,0,0,0|monster|BigFrog|1182,8,150000ms,7000ms
+025-1,0,0,0,1|monster|SmallFrog|1181,16,150000ms,7000ms
diff --git a/world/map/npc/026-1/_mobs.txt b/world/map/npc/026-1/_mobs.txt
index ba3eef8d..132f4e66 100644
--- a/world/map/npc/026-1/_mobs.txt
+++ b/world/map/npc/026-1/_mobs.txt
@@ -15,3 +15,5 @@
026-1,110,59,31,74|monster|DrunkenLadySkeleton|1079,4,100000ms,30000ms
026-1,57,79,69,32|monster|DrunkenLadySkeleton|1079,4,100000ms,30000ms
026-1,48,31,54,12|monster|DrunkenLadySkeleton|1079,4,100000ms,30000ms
+026-1,0,0,0,0|monster|BigFrog|1182,8,150000ms,7000ms
+026-1,0,0,0,0|monster|SmallFrog|1181,16,150000ms,7000ms
diff --git a/world/map/npc/027-1/_mobs.txt b/world/map/npc/027-1/_mobs.txt
index cb1f8861..0fccc073 100644
--- a/world/map/npc/027-1/_mobs.txt
+++ b/world/map/npc/027-1/_mobs.txt
@@ -19,3 +19,5 @@
027-1,70,40,100,20|monster|VampireBat|1066,15,100000ms,30000ms
027-1,28,67,2,1|monster|JackO|1022,1,265000ms,200000ms
027-1,71,41,31,22|monster|Zombie|1036,3,300000ms,120000ms
+027-1,0,0,0,0|monster|BigFrog|1182,8,150000ms,7000ms
+027-1,0,0,0,0|monster|SmallFrog|1181,16,150000ms,7000ms
diff --git a/world/map/npc/057-1/_mobs.txt b/world/map/npc/057-1/_mobs.txt
index 865607ee..8f32f5ba 100644
--- a/world/map/npc/057-1/_mobs.txt
+++ b/world/map/npc/057-1/_mobs.txt
@@ -19,3 +19,5 @@
057-1,0,0,0,0|monster|SpikyMushroom|1019,10,10000ms,45000ms
057-1,0,0,0,0|monster|CloverPatch|1037,3,10000ms,180000ms
057-1,27,46,14,52|monster|Squirrel|1038,6,10000ms,50000ms
+057-1,0,0,0,0|monster|BigFrog|1182,8,150000ms,7000ms
+057-1,0,0,0,0|monster|SmallFrog|1181,16,150000ms,7000ms
diff --git a/world/map/npc/099-7/_mobs.txt b/world/map/npc/099-7/_mobs.txt
index 3d1d83ca..760c6158 100644
--- a/world/map/npc/099-7/_mobs.txt
+++ b/world/map/npc/099-7/_mobs.txt
@@ -1,3 +1,5 @@
// This file is generated automatically. All manually added changes will be removed when running the Converter.
// Ruined Swamps mobs
+099-7,0,0,0,0|monster|BigFrog|1182,8,150000ms,7000ms
+099-7,0,0,0,0|monster|SmallFrog|1181,16,150000ms,7000ms
diff --git a/world/map/npc/mobs/mob_points.txt b/world/map/npc/mobs/mob_points.txt
index 773e5773..14882cd7 100644
--- a/world/map/npc/mobs/mob_points.txt
+++ b/world/map/npc/mobs/mob_points.txt
@@ -51,7 +51,7 @@ function|script|MobPoints
150, // 1045 Fallen
2, // 1046 TameScorpion
80, // 1047 Poltergeist
- 0, // 1048 Duck
+ 40, // 1048 Duck
15, // 1049 Bee
2, // 1050 HouseMaggot
0, // 1051 Larvespa
@@ -183,7 +183,25 @@ function|script|MobPoints
1, // 1172 Bif
500, // 1173 MontBlanc
200, // 1174 Emo
- 35 // 1175 MegaManaBug
+ 35, // 1175 MegaManaBug
+ 145, // 1176 Rotter
+ 1, // 1177 Rot
+ 180, // 1178 SpiderQueen
+ 180, // 1179 CrystalSpiderQueen
+ 80, // 1180 MisterPrickel
+ 20, // 1181 SmallFrog
+ 40, // 1182 BigFrog
+ 999, // 1183 MobMoubootaur
+ 180, // 1184 BoneQuadceratops
+ 200, // 1185 EntAbomination
+ 1, // 1186 MananaTree
+ 500, // 1187 EliteDuck
+ 500, // 1188 Junglefowl
+ 1, // 1189 ShadowPlant
+ 60, // 1190 BeeHive
+ 50, // 1191 Tortuga
+ 30, // 1192 Ratto
+ 40 // 1193 Croc
; // END
// the following mobs where replaced by other mobs:
@@ -192,7 +210,6 @@ function|script|MobPoints
// the following mobs are still free:
// 1039 FireLizard
-// 1048 Duck
// 1051 Larvespa
// 1052 Vespa
// 1053 Hivespa