summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2024-10-14 20:21:48 +0200
committerLed Mitz <smoothshifter@tuta.io>2024-10-31 00:15:50 +0000
commit6c685cf45c50cc127be26794223c55f0c55b54fb (patch)
tree4ae2363feb84b091619b76942cdeec9ae423f0fd
parentcfe87b027d8b3f6dd01acf21cc6e7187c6a96283 (diff)
downloadserverdata-6c685cf45c50cc127be26794223c55f0c55b54fb.tar.gz
serverdata-6c685cf45c50cc127be26794223c55f0c55b54fb.tar.bz2
serverdata-6c685cf45c50cc127be26794223c55f0c55b54fb.tar.xz
serverdata-6c685cf45c50cc127be26794223c55f0c55b54fb.zip
Mobs and items
-rw-r--r--world/map/db/const-aegis.txt12
-rw-r--r--world/map/db/item_db.conf90
-rw-r--r--world/map/db/item_db_generic.txt16
-rw-r--r--world/map/db/item_db_head.txt1
-rw-r--r--world/map/db/mob_db.conf223
-rw-r--r--world/map/db/mob_db_0_19.txt2
-rw-r--r--world/map/db/mob_db_over_100.txt3
-rw-r--r--world/map/db/mob_db_over_150.txt2
8 files changed, 342 insertions, 7 deletions
diff --git a/world/map/db/const-aegis.txt b/world/map/db/const-aegis.txt
index bdd40fde..ef0638d6 100644
--- a/world/map/db/const-aegis.txt
+++ b/world/map/db/const-aegis.txt
@@ -391,6 +391,12 @@ Stone 5380
Brick 5381
MountainCrystal 5384
BlackQuartz 5385
+GlassShards 5386
+Hay 5387
+Straw 5388
+SpeltSeeds 5389
+MoonDust 5390
+SunDust 5391
LeatherShirt 523
DesertShirt 546
Turtleneck 564
@@ -868,6 +874,7 @@ HMCPirateHat 5287
BlackWarlordHelmet 5324
BlackInfantryHelmet 5325
BlackCrusadeHelmet 5326
+SunshroomHat 5392
CactusDrink 501
CactusPotion 502
CandyCane 506
@@ -1305,3 +1312,8 @@ SmallTopazBif 1223
CoalGolem 1224
StoneSlime 1225
StoneGolem 1226
+Grass 1227
+Spelt 1228
+WarlordSkull 1229
+GoldenSkull 1230
+Sunshroom 1231
diff --git a/world/map/db/item_db.conf b/world/map/db/item_db.conf
index c9cc232e..cf08322f 100644
--- a/world/map/db/item_db.conf
+++ b/world/map/db/item_db.conf
@@ -2382,7 +2382,7 @@ item_db: (
Type: "IT_ETC"
Buy: 20
Sell: 10
- Weight: 1
+ Weight: 5
Def: 0
Refine: false
ViewSprite: 540
@@ -5674,6 +5674,7 @@ item_db: (
noauction: true
noselltonpc: true
}
+ //Disabled: true // @TMWA
},
{
Id: 5360
@@ -5792,6 +5793,7 @@ item_db: (
noauction: true
noselltonpc: true
}
+ //Disabled: true // @TMWA
},
{
Id: 5371
@@ -5811,6 +5813,7 @@ item_db: (
noauction: true
noselltonpc: true
}
+ //Disabled: true // @TMWA
},
{
Id: 5372
@@ -5830,6 +5833,7 @@ item_db: (
noauction: true
noselltonpc: true
}
+ //Disabled: true // @TMWA
},
{
Id: 5375
@@ -5919,6 +5923,72 @@ item_db: (
Refine: false
ViewSprite: 5385
},
+{
+ Id: 5386
+ AegisName: "GlassShards"
+ Name: "GlassShards"
+ Type: "IT_ETC"
+ Buy: 10
+ Sell: 5
+ Weight: 5
+ Refine: false
+ ViewSprite: 5386
+},
+{
+ Id: 5387
+ AegisName: "Hay"
+ Name: "Hay"
+ Type: "IT_ETC"
+ Buy: 200
+ Sell: 100
+ Weight: 11
+ Refine: false
+ ViewSprite: 5387
+},
+{
+ Id: 5388
+ AegisName: "Straw"
+ Name: "Straw"
+ Type: "IT_ETC"
+ Buy: 200
+ Sell: 100
+ Weight: 11
+ Refine: false
+ ViewSprite: 5388
+},
+{
+ Id: 5389
+ AegisName: "SpeltSeeds"
+ Name: "SpeltSeeds"
+ Type: "IT_ETC"
+ Buy: 200
+ Sell: 100
+ Weight: 8
+ Refine: false
+ ViewSprite: 5389
+},
+{
+ Id: 5390
+ AegisName: "MoonDust"
+ Name: "MoonDust"
+ Type: "IT_ETC"
+ Buy: 2000
+ Sell: 1000
+ Weight: 1
+ Refine: false
+ ViewSprite: 5390
+},
+{
+ Id: 5391
+ AegisName: "SunDust"
+ Name: "SunDust"
+ Type: "IT_ETC"
+ Buy: 2000
+ Sell: 1000
+ Weight: 1
+ Refine: false
+ ViewSprite: 5391
+},
/* Chest Armor */
{
Id: 523
@@ -14476,6 +14546,24 @@ item_db: (
bonus bMatkRate, -36; // @EVOL2
">
},
+{
+ Id: 5392
+ AegisName: "SunshroomHat"
+ Name: "SunshroomHat"
+ Type: "IT_ARMOR"
+ Buy: 3000
+ Sell: 1500
+ Weight: 30
+ Matk: 5
+ Def: 15
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ Refine: false
+ ViewSprite: 5392
+ Script: <"
+ bonus bMatkRate, 5; // @EVOL2
+ ">
+},
/* Usable items */
{
Id: 501
diff --git a/world/map/db/item_db_generic.txt b/world/map/db/item_db_generic.txt
index ff127182..2b565e3a 100644
--- a/world/map/db/item_db_generic.txt
+++ b/world/map/db/item_db_generic.txt
@@ -13,7 +13,7 @@
526, CoinBag, 3, 1000, 500, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {}
537, TreasureKey, 3, 100, 50, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {}
538, GreenPresentBox, 3, 20, 10, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {}
-540, EmptyBottle, 3, 20, 10, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {}
+540, EmptyBottle, 3, 20, 10, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {}
542, BottleOfSand, 3, 70, 35, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {}
551, AquaHint, 3, 20, 0, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {}
552, MagentaHint, 3, 20, 0, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {}
@@ -286,7 +286,7 @@
5356, TortugaShell, 3, 2000, 1000, 100, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {}
5357, RattoTail, 3, 300, 150, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {}
5358, RattoTeeth, 3, 300, 150, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {}
-5359, SilverKey, 3, 2000, 1000, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {}
+//5359, SilverKey, 3, 2000, 1000, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {}
5360, MushroomSpores, 3, 500, 250, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {}
5361, Snowflake, 3, 500, 250, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {}
5362, BeeStinger, 3, 50, 25, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {}
@@ -297,9 +297,9 @@
5368, RedScorpionClaw, 3, 80, 40, 15, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {}
//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, Mode, {UseScript}, {EquipScript}
5369, BlackScorpionClaw, 3, 160, 80, 15, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {}
-5370, GoldenScorpionClaw, 3, 600, 75, 65, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {}
-5371, DragonScales, 3, 8000, 750, 400, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {}
-5372, DragonHorn, 3, 90000, 4000, 1000, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {}
+//5370, GoldenScorpionClaw, 3, 600, 75, 65, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {}
+//5371, DragonScales, 3, 8000, 750, 400, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {}
+//5372, DragonHorn, 3, 90000, 4000, 1000, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {}
5375, JunglefowlFeather, 3, 4000, 2000, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {}
5376, KingChonkyBirbFeather, 3, 6000, 3000, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {}
5377, Honeycomb, 3, 200, 100, 11, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {}
@@ -308,3 +308,9 @@
5381, Brick, 3, 2000, 1000, 40, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {}
5384, MountainCrystal, 3, 20000, 5000, 20, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {}
5385, BlackQuartz, 3, 20000, 5000, 20, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {}
+5386, GlassShards, 3, 10, 5, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {}
+5387, Hay, 3, 200, 100, 11, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {}
+5388, Straw, 3, 200, 100, 11, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {}
+5389, SpeltSeeds, 3, 200, 100, 8, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {}
+5390, MoonDust, 3, 2000, 1000, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {}
+5391, SunDust, 3, 2000, 1000, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {}
diff --git a/world/map/db/item_db_head.txt b/world/map/db/item_db_head.txt
index af98ead6..f8d4bed3 100644
--- a/world/map/db/item_db_head.txt
+++ b/world/map/db/item_db_head.txt
@@ -242,3 +242,4 @@
5324, BlackWarlordHelmet, 5, 30000, 3000, 900, 0, 18, 0, -36, 0, 2, 256, 0, 0, 0, 0, {}, {}
5325, BlackInfantryHelmet, 5, 15000, 1500, 400, 0, 15, 0, -30, 0, 2, 256, 0, 0, 0, 0, {}, {}
5326, BlackCrusadeHelmet, 5, 25000, 2500, 1300, 0, 18, 0, -36, 0, 2, 256, 0, 0, 0, 0, {}, {}
+5392, SunshroomHat, 5, 3000, 1500, 30, 0, 15, 0, 5, 0, 2, 256, 0, 0, 0, 0, {}, {}
diff --git a/world/map/db/mob_db.conf b/world/map/db/mob_db.conf
index 9ca96eee..626f53b2 100644
--- a/world/map/db/mob_db.conf
+++ b/world/map/db/mob_db.conf
@@ -3146,6 +3146,7 @@ mob_db: (
Drops: {
SmallMushroom: 500
InsectLeg: 500
+ MoonDust: 400
SulphurPowder: 400
Lifestone: 300
EmptyBottle: 100
@@ -10446,4 +10447,226 @@ mob_db: (
IronPowder: 1200
}
},
+{
+ Id: 1227
+ SpriteName: "Grass"
+ Name: "Grass"
+ 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: {
+ Hay: 5000
+ GrassSeed: 2000
+ }
+},
+{
+ Id: 1228
+ SpriteName: "Spelt"
+ Name: "Spelt"
+ 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: {
+ Straw: 5000
+ SpeltSeeds: 2000
+ }
+},
+{
+ Id: 1229
+ SpriteName: "WarlordSkull"
+ Name: "Warlord Skull"
+ Lv: 180
+ Hp: 6000
+ Sp: 0
+ Exp: 6808
+ JExp: 821
+ AttackRange: 2
+ Attack: [85, 185]
+ Def: 45
+ Mdef: 25
+ CriticalDef: 0
+ Stats: {
+ Str: 50
+ Agi: 20
+ Vit: 40
+ Int: 30
+ Dex: 30
+ Luk: 70
+ }
+ ViewRange: 9
+ ChaseRange: 10
+ Size: 1
+ Race: 3
+ Element: (2, 1)
+ Mode: {
+ CanMove: true
+ Looter: true
+ Aggressive: true
+ Assist: true
+ CanAttack: true
+ ChangeTargetMelee: true
+ ChangeTargetChase: true
+ }
+ MoveSpeed: 650
+ AttackDelay: 1700
+ AttackMotion: 702
+ DamageMotion: 580
+ MutationCount: 4
+ MutationStrength: 30
+ Drops: {
+ DarkCrystal: 1000
+ Skull: 500
+ GoldenTooth: 20
+ WarlordHelmet: (3, "ODG_BASICSTAT")
+ SkullMask: (1, "ODG_BASICSTAT")
+ }
+},
+{
+ Id: 1230
+ SpriteName: "GoldenSkull"
+ Name: "Golden Skull"
+ Lv: 180
+ Hp: 8000
+ Sp: 0
+ Exp: 8595
+ JExp: 857
+ AttackRange: 2
+ Attack: [85, 410]
+ Def: 50
+ Mdef: 25
+ CriticalDef: 0
+ Stats: {
+ Str: 45
+ Agi: 25
+ Vit: 35
+ Int: 30
+ Dex: 35
+ Luk: 55
+ }
+ ViewRange: 9
+ ChaseRange: 10
+ Size: 1
+ Race: 3
+ Element: (1, 1)
+ Mode: {
+ CanMove: true
+ Aggressive: true
+ Assist: true
+ CanAttack: true
+ ChangeTargetMelee: true
+ ChangeTargetChase: true
+ }
+ MoveSpeed: 650
+ AttackDelay: 1650
+ AttackMotion: 682
+ DamageMotion: 490
+ MutationCount: 3
+ MutationStrength: 30
+ Drops: {
+ GoldenTooth: 50
+ GoldenTooth: 50
+ GoldenDeliciousApple: 22
+ GoldIngot: 1
+ }
+},
+{
+ Id: 1231
+ SpriteName: "Sunshroom"
+ Name: "Sunshroom"
+ Lv: 120
+ Hp: 650
+ Sp: 0
+ Exp: 324
+ JExp: 55
+ AttackRange: 4
+ Attack: [90, 110]
+ Def: 12
+ Mdef: 12
+ CriticalDef: 0
+ Stats: {
+ Str: 20
+ Agi: 22
+ Vit: 20
+ Int: 15
+ Dex: 40
+ Luk: 20
+ }
+ ViewRange: 9
+ ChaseRange: 10
+ Size: 1
+ Race: 3
+ Element: (2, 1)
+ Mode: {
+ CanMove: true
+ Assist: true
+ CanAttack: true
+ ChangeTargetMelee: true
+ ChangeTargetChase: true
+ }
+ MoveSpeed: 700
+ AttackDelay: 1500
+ AttackMotion: 572
+ DamageMotion: 380
+ MutationCount: 2
+ MutationStrength: 50
+ Drops: {
+ SmallMushroom: 500
+ InsectLeg: 500
+ SunDust: 400
+ Lifestone: 300
+ EmptyBottle: 100
+ Fungus: 30
+ MushroomSpores: 100
+ JoyplimScroll: 50
+ SunshroomHat: (1, "ODG_BASICSTAT")
+ }
+},
)
diff --git a/world/map/db/mob_db_0_19.txt b/world/map/db/mob_db_0_19.txt
index 831426b9..87e16b44 100644
--- a/world/map/db/mob_db_0_19.txt
+++ b/world/map/db/mob_db_0_19.txt
@@ -53,3 +53,5 @@
1221, SmallRubyBif, SmallRubyBif, 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, 4003, 10, 824, 600, 819, 600, 821, 600, 820, 1200, 822, 600, 823, 600, 4001, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
1222, SmallSapphireBif, SmallSapphireBif, 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, 4005, 10, 824, 600, 819, 600, 821, 600, 820, 600, 822, 1200, 823, 600, 4001, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
1223, SmallTopazBif, SmallTopazBif, 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, 4006, 10, 824, 600, 819, 600, 821, 600, 820, 600, 822, 600, 823, 1200, 4001, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
+1227, Grass, Grass, 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, 5387, 5000, 807, 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, 0, 0
+1228, Spelt, Spelt, 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, 5388, 5000, 5389, 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, 0, 0
diff --git a/world/map/db/mob_db_over_100.txt b/world/map/db/mob_db_over_100.txt
index 83fcf351..1ce5f13a 100644
--- a/world/map/db/mob_db_over_100.txt
+++ b/world/map/db/mob_db_over_100.txt
@@ -29,7 +29,7 @@
1127, GeneralKrukan, GeneralKrukan, 140, 40000, 0, 27536, 1663, 2, 180, 430, 5, 20, 0, 40, 3, 25, 5, 80, 45, 9, 10, 1, 1, 27, 165, 300, 1200, 672, 300, 775, 1000, 776, 1000, 631, 1000, 5128, 5, 636, 6, 637, 25, 638, 50, 639, 8, 778, 500, 1198, 500, 0, 0, 778, 0, 0, 0, 0, 0, 0, 0, 6, 50
1128, GeneralRazha, GeneralRazha, 140, 40000, 0, 27536, 1663, 2, 180, 430, 5, 20, 0, 40, 3, 25, 5, 80, 45, 9, 10, 1, 1, 27, 165, 300, 1200, 672, 300, 775, 210, 5129, 5, 776, 300, 631, 1000, 636, 3, 658, 2, 532, 35, 778, 500, 1198, 500, 0, 0, 0, 0, 1198, 0, 0, 0, 0, 0, 0, 0, 4, 50
1129, GeneralTerogan, GeneralTerogan, 140, 40000, 0, 27536, 1663, 2, 180, 430, 5, 20, 0, 40, 3, 25, 5, 80, 45, 9, 10, 1, 1, 27, 165, 300, 1200, 672, 300, 775, 210, 5130, 5, 776, 300, 631, 1000, 636, 3, 658, 2, 532, 35, 778, 500, 1198, 500, 0, 0, 0, 0, 1198, 0, 0, 0, 0, 0, 0, 0, 4, 50
-1130, Moonshroom, Moonshroom, 110, 550, 0, 224, 35, 4, 70, 80, 4, 4, 0, 16, 12, 10, 10, 35, 10, 9, 10, 1, 3, 12, 133, 800, 1800, 672, 480, 566, 500, 518, 500, 703, 400, 730, 300, 540, 100, 5334, 30, 5360, 100, 5145, 50, 5203, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 60
+1130, Moonshroom, Moonshroom, 110, 550, 0, 224, 35, 4, 70, 80, 4, 4, 0, 16, 12, 10, 10, 35, 10, 9, 10, 1, 3, 12, 133, 800, 1800, 672, 480, 566, 500, 518, 500, 5390, 400, 703, 400, 730, 300, 540, 100, 5334, 30, 5360, 100, 5145, 50, 5203, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 60
1132, LavaSlime, LavaSlime, 135, 4144, 0, 6000, 1111, 2, 105, 260, 75, 80, 0, 30, 15, 35, 10, 70, 250, 9, 10, 1, 0, 23, 135, 900, 1300, 672, 100, 904, 10000, 703, 5000, 703, 5000, 640, 1000, 701, 1000, 4001, 1000, 5318, 200, 5318, 100, 825, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40
1133, Anne, Anne, 110, 12000, 0, 1100, 889, 1, 200, 300, 20, 35, 0, 60, 40, 40, 30, 60, 40, 9, 10, 1, 1, 17, 133, 380, 872, 672, 900, 838, 6000, 839, 6000, 840, 6000, 1229, 200, 1230, 500, 1231, 500, 1232, 500, 1281, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30
1151, VoidFlower, VoidFlower, 115, 7000, 0, 1068, 40, 12, 400, 420, 0, 5, 0, 16, 12, 20, 20, 255, 50, 12, 10, 1, 3, 12, 128, 800, 2000, 672, 180, 535, 100, 540, 10, 1199, 100, 526, 400, 565, 1000, 565, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
@@ -60,3 +60,4 @@
1196, RickLime, RickLime, 120, 54321, 0, 100001, 777, 7, 123, 321, 33, 55, 44, 30, 99, 80, 33, 123, 123, 9, 10, 1, 1, 37, 133, 120, 800, 672, 200, 526, 500, 526, 500, 526, 1000, 526, 2000, 742, 5, 742, 5, 5280, 10, 909, 5, 910, 5, 5297, 10000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
1197, Blanc1, Blanc1, 150, 55055, 0, 300000, 3000, 10, 600, 800, 50, 70, 60, 30, 99, 80, 33, 133, 133, 10, 10, 1, 1, 37, 135, 200, 500, 672, 200, 526, 10000, 526, 500, 526, 500, 5294, 750, 5294, 750, 503, 250, 503, 250, 5287, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
1198, Blanc2, Blanc2, 150, 33033, 0, 200000, 2000, 2, 250, 350, 50, 70, 60, 30, 99, 80, 33, 133, 133, 6, 6, 1, 1, 37, 135, 200, 300, 672, 200, 526, 10000, 526, 500, 526, 500, 5294, 750, 5294, 750, 503, 250, 503, 250, 5287, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
+1231, Sunshroom, Sunshroom, 120, 650, 0, 324, 55, 4, 90, 110, 12, 12, 0, 20, 22, 20, 15, 40, 20, 9, 10, 1, 3, 12, 137, 700, 1500, 572, 380, 566, 500, 518, 500, 5391, 400, 730, 300, 540, 100, 5334, 30, 5360, 100, 5145, 50, 5392, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 50
diff --git a/world/map/db/mob_db_over_150.txt b/world/map/db/mob_db_over_150.txt
index 7c7d9c0e..1e3f5714 100644
--- a/world/map/db/mob_db_over_150.txt
+++ b/world/map/db/mob_db_over_150.txt
@@ -32,3 +32,5 @@
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
1224, CoalGolem, CoalGolem, 180, 25000, 280, 68000, 2200, 3, 170, 190, 75, 40, 0, 35, 26, 99, 127, 255, 105, 31, 30, 1, 0, 46, 169, 320, 1000, 672, 50, 5332, 2000, 5332, 1000, 5332, 500, 4001, 4000, 4001, 2000, 4001, 1000, 640, 500, 704, 1200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
1226, StoneGolem, StoneGolem, 180, 30000, 280, 70000, 2400, 3, 170, 190, 75, 40, 0, 35, 26, 99, 127, 255, 105, 31, 30, 1, 0, 46, 169, 320, 1000, 672, 50, 5380, 2000, 5380, 1000, 5380, 500, 5381, 200, 4001, 500, 640, 500, 704, 1200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
+1229, WarlordSkull, WarlordSkull, 180, 6000, 0, 6808, 821, 2, 85, 185, 45, 25, 0, 50, 20, 40, 30, 30, 70, 9, 10, 1, 3, 12, 143, 650, 1700, 702, 580, 631, 1000, 776, 500, 5297, 20, 636, 3, 1221, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 30
+1230, GoldenSkull, GoldenSkull, 180, 8000, 0, 8595, 857, 2, 85, 410, 50, 25, 0, 45, 25, 35, 30, 35, 55, 9, 10, 1, 3, 11, 141, 650, 1650, 682, 490, 5297, 50, 5297, 50, 1253, 22, 5315, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 30