diff options
author | HoraK-FDF <horak-fdf@web.de> | 2024-12-11 17:21:54 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2024-12-11 17:21:54 +0000 |
commit | 7c8bd033217e056ce8ed77001cac70eae51ec0fe (patch) | |
tree | c62741446060ced13f1e4623506090a99f38613c | |
parent | 83afb367eb159050044585afea201416055d6eac (diff) | |
download | serverdata-7c8bd033217e056ce8ed77001cac70eae51ec0fe.tar.gz serverdata-7c8bd033217e056ce8ed77001cac70eae51ec0fe.tar.bz2 serverdata-7c8bd033217e056ce8ed77001cac70eae51ec0fe.tar.xz serverdata-7c8bd033217e056ce8ed77001cac70eae51ec0fe.zip |
mobs and items 20241210
- added Snowshroom
- added Blue/Green/Red/Yellow- Super slimes (drops are only normal drops of the small version and maybe must be edited and they are not added to the splitting logic since thats not merged yet)
- added SnowshroomHat
- added WickedMushroomHat and made it a drop of Wicked Mushrooms
- enabled GoldIngot since its a drop of the GoldenSkull now
-rw-r--r-- | world/map/db/const-aegis.txt | 7 | ||||
-rw-r--r-- | world/map/db/item_db.conf | 34 | ||||
-rw-r--r-- | world/map/db/item_db_generic.txt | 2 | ||||
-rw-r--r-- | world/map/db/item_db_head.txt | 2 | ||||
-rw-r--r-- | world/map/db/mob_db.conf | 263 | ||||
-rw-r--r-- | world/map/db/mob_db_over_100.txt | 8 | ||||
-rw-r--r-- | world/map/npc/mobs/mob_points.txt | 7 |
7 files changed, 319 insertions, 4 deletions
diff --git a/world/map/db/const-aegis.txt b/world/map/db/const-aegis.txt index a86f44ee..e5eee892 100644 --- a/world/map/db/const-aegis.txt +++ b/world/map/db/const-aegis.txt @@ -877,6 +877,8 @@ BlackCrusadeHelmet 5326 SunshroomHat 5392 BlackKnightsHelmet 5394 BlackRoseHat 5395 +SnowshroomHat 5396 +WickedMushroomHat 5397 CactusDrink 501 CactusPotion 502 CandyCane 506 @@ -1320,3 +1322,8 @@ Spelt 1228 WarlordSkull 1229 GoldenSkull 1230 Sunshroom 1231 +Snowshroom 1232 +YellowSuperSlime 1233 +RedSuperSlime 1234 +GreenSuperSlime 1235 +BlueSuperSlime 1236 diff --git a/world/map/db/item_db.conf b/world/map/db/item_db.conf index b71d1abf..430556b9 100644 --- a/world/map/db/item_db.conf +++ b/world/map/db/item_db.conf @@ -5494,7 +5494,6 @@ item_db: ( noauction: true noselltonpc: true } - //Disabled: true // @TMWA }, { Id: 5316 @@ -14600,6 +14599,39 @@ item_db: ( bonus bMatkRate, 8; // @EVOL2 "> }, +{ + Id: 5396 + AegisName: "SnowshroomHat" + Name: "SnowshroomHat" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 1500 + Weight: 30 + Matk: 5 + Def: 15 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5396 + Script: <" + bonus bMatkRate, 5; // @EVOL2 + "> +}, +{ + Id: 5397 + AegisName: "WickedMushroomHat" + Name: "WickedMushroomHat" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Matk: 0 + Def: 15 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5396 +}, /* Usable items */ { Id: 501 diff --git a/world/map/db/item_db_generic.txt b/world/map/db/item_db_generic.txt index f1b7dd26..22834289 100644 --- a/world/map/db/item_db_generic.txt +++ b/world/map/db/item_db_generic.txt @@ -273,7 +273,7 @@ 5311, ShadowHerb, 3, 2, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} //5313, CrozeniteCrystal, 3, 0, 0, 555, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {} 5314, GoldOre, 3, 3200, 1600, 40, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} -//5315, GoldIngot, 3, 160000, 80000, 1000, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {} +5315, GoldIngot, 3, 160000, 80000, 1000, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {} //ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, Mode, {UseScript}, {EquipScript} 5316, BromenalOre, 3, 800, 400, 40, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} //5317, BromenalIngot, 3, 40000, 20000, 1000, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {} diff --git a/world/map/db/item_db_head.txt b/world/map/db/item_db_head.txt index d09cdd48..5b1656aa 100644 --- a/world/map/db/item_db_head.txt +++ b/world/map/db/item_db_head.txt @@ -245,3 +245,5 @@ 5392, SunshroomHat, 5, 3000, 1500, 30, 0, 15, 0, 5, 0, 2, 256, 0, 0, 0, 0, {}, {} 5394, BlackKnightsHelmet, 5, 20000, 2000, 600, 0, 15, 0, -30, 0, 2, 256, 0, 0, 0, 0, {}, {} 5395, BlackRoseHat, 5, 5000, 1000, 0, 0, 1, 0, 8, 0, 2, 256, 0, 0, 0, 0, {}, {} +5396, SnowshroomHat, 5, 3000, 1500, 30, 0, 15, 0, 5, 0, 2, 256, 0, 0, 0, 0, {}, {} +5397, WickedMushroomHat, 5, 2500, 1250, 30, 0, 15, 0, 0, 0, 2, 256, 0, 0, 0, 0, {}, {} diff --git a/world/map/db/mob_db.conf b/world/map/db/mob_db.conf index a1764814..2cebf467 100644 --- a/world/map/db/mob_db.conf +++ b/world/map/db/mob_db.conf @@ -2590,6 +2590,7 @@ mob_db: ( Fungus: 30 MushroomSpores: 100 JoyplimScroll: 40 + WickedMushroomHat: (1, "ODG_BASICSTAT") } }, { @@ -10669,4 +10670,266 @@ mob_db: ( SunshroomHat: (1, "ODG_BASICSTAT") } }, +{ + Id: 1232 + SpriteName: "Snowshroom" + Name: "Snowshroom" + 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 + SulphurPowder: 400 + Lifestone: 300 + EmptyBottle: 100 + Fungus: 30 + MushroomSpores: 100 + JoyplimScroll: 50 + SnowshroomHat: (1, "ODG_BASICSTAT") + } +}, +{ + Id: 1233 + SpriteName: "YellowSuperSlime" + Name: "Yellow Super Slime" + Lv: 125 + Hp: 25000 + Sp: 0 + Exp: 12000 + JExp: 1600 + AttackRange: 2 + Attack: [160, 165] + Def: 44 + Mdef: 28 + CriticalDef: 10 + Stats: { + Str: 50 + Agi: 8 + Vit: 50 + Int: 1 + Dex: 25 + Luk: 1 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (1, 1) + Mode: { + CanMove: true + Looter: true + Boss: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 1400 + AttackDelay: 1800 + AttackMotion: 672 + DamageMotion: 480 + MutationCount: 1 + MutationStrength: 20 + Drops: { + YellowApple: 750 + OrangeCupcake: 200 + CherryCake: 100 + CactusDrink: 350 + CactusPotion: 250 + SharpKnife: 10 + IronOre: 450 + Topaz: 20 + Coal: 450 + } +}, +{ + Id: 1234 + SpriteName: "RedSuperSlime" + Name: "Red Super Slime" + Lv: 130 + Hp: 30000 + Sp: 0 + Exp: 14000 + JExp: 1800 + AttackRange: 2 + Attack: [170, 175] + Def: 55 + Mdef: 38 + CriticalDef: 10 + Stats: { + Str: 60 + Agi: 8 + Vit: 55 + Int: 1 + Dex: 25 + Luk: 1 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (1, 1) + Mode: { + CanMove: true + Looter: true + Boss: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 1300 + AttackDelay: 1500 + AttackMotion: 672 + DamageMotion: 480 + MutationCount: 2 + MutationStrength: 20 + Drops: { + Knife: 300 + ChocolateBar: 110 + Dagger: 200 + Ruby: 20 + MinersHat: (80, "ODG_BASICSTAT") + RedApple: 750 + Boots: (250, "ODG_BASICSTAT") + MinerGloves: (150, "ODG_BASICSTAT") + } +}, +{ + Id: 1235 + SpriteName: "GreenSuperSlime" + Name: "Green Super Slime" + Lv: 135 + Hp: 35000 + Sp: 0 + Exp: 16000 + JExp: 2000 + AttackRange: 2 + Attack: [180, 185] + Def: 66 + Mdef: 48 + CriticalDef: 10 + Stats: { + Str: 70 + Agi: 8 + Vit: 60 + Int: 1 + Dex: 25 + Luk: 1 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (1, 1) + Mode: { + CanMove: true + Looter: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 1200 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MutationCount: 1 + MutationStrength: 20 + Drops: { + CactusPotion: 200 + Emerald: 20 + CactusDrink: 100 + Dagger: 250 + SharpKnife: 200 + CoinBag: 500 + CasinoCoins: 500 + GreenApple: 750 + } +}, +{ + Id: 1236 + SpriteName: "BlueSuperSlime" + Name: "Blue Super Slime" + Lv: 140 + Hp: 40000 + Sp: 0 + Exp: 18000 + JExp: 2200 + AttackRange: 2 + Attack: [190, 195] + Def: 77 + Mdef: 58 + CriticalDef: 10 + Stats: { + Str: 80 + Agi: 8 + Vit: 65 + Int: 1 + Dex: 50 + Luk: 1 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (1, 3) + Mode: { + CanMove: true + Looter: true + Boss: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 1200 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MutationCount: 1 + MutationStrength: 20 + Drops: { + IceCube: 200 + Sapphire: 20 + CactusDrink: 500 + IcedWater: 700 + SilverMirror: 50 + BookPage: 500 + Snowflake: 100 + } +}, ) diff --git a/world/map/db/mob_db_over_100.txt b/world/map/db/mob_db_over_100.txt index 0554c550..b3191020 100644 --- a/world/map/db/mob_db_over_100.txt +++ b/world/map/db/mob_db_over_100.txt @@ -21,7 +21,7 @@ 1075, Stalker, Stalker, 120, 20000, 0, 15628, 4000, 2, 220, 500, 23, 30, 0, 35, 15, 3, 50, 50, 50, 2, 10, 1, 1, 17, 175, 340, 1800, 672, 950, 775, 75, 775, 115, 776, 135, 631, 40, 778, 500, 1198, 500, 5116, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 20 1096, SoulSnake, SoulSnake, 115, 850, 0, 325, 56, 1, 75, 90, 4, 6, 0, 20, 11, 10, 10, 35, 10, 9, 10, 1, 0, 10, 137, 900, 1300, 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, 2, 30 1102, Luvia, Luvia, 127, 48044, 60, 315973, 12172, 5, 339, 364, 50, 92, 0, 1, 29, 55, 255, 255, 255, 31, 10, 1, 1, 37, 181, 220, 1200, 672, 50, 5141, 10, 5142, 10, 5143, 10, 5144, 10, 5145, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1106, WickedMushroom, WickedMushroom, 110, 550, 0, 220, 30, 1, 70, 80, 4, 4, 0, 16, 12, 10, 10, 35, 10, 9, 10, 1, 3, 12, 133, 800, 1800, 672, 480, 613, 600, 4007, 50, 567, 100, 566, 1000, 5334, 30, 5360, 100, 5145, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 60 +1106, WickedMushroom, WickedMushroom, 110, 550, 0, 220, 30, 1, 70, 80, 4, 4, 0, 16, 12, 10, 10, 35, 10, 9, 10, 1, 3, 12, 133, 800, 1800, 672, 480, 613, 600, 4007, 50, 567, 100, 566, 1000, 5334, 30, 5360, 100, 5145, 40, 5397, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 60 //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 1114, Nutcracker, Nutcracker, 110, 6000, 0, 4226, 769, 1, 81, 281, 20, 37, 0, 40, 20, 10, 5, 60, 40, 9, 10, 1, 1, 17, 133, 400, 872, 672, 900, 569, 1000, 660, 750, 539, 750, 503, 250, 640, 200, 4004, 200, 4001, 600, 1190, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 1123, DreadPirateMarleyClone, DreadPirateMarleyClone, 150, 2000, 0, 1652, 0, 6, 175, 250, 18, 22, 0, 10, 40, 30, 20, 80, 40, 9, 10, 1, 0, 10, 175, 500, 1200, 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 @@ -61,3 +61,9 @@ 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, 703, 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 +1232, Snowshroom, Snowshroom, 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, 703, 400, 730, 300, 540, 100, 5334, 30, 5360, 100, 5145, 50, 5396, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 50 +1233, YellowSuperSlime, YellowSuperSlime, 125, 25000, 0, 12000, 1600, 2, 160, 165, 44, 28, 10, 50, 8, 50, 1, 25, 1, 9, 10, 1, 0, 11, 163, 1400, 1800, 672, 480, 5331, 750, 534, 200, 519, 100, 501, 350, 502, 250, 522, 10, 640, 450, 4006, 20, 4001, 450, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20 +1234, RedSuperSlime, RedSuperSlime, 130, 30000, 0, 14000, 1800, 2, 170, 175, 55, 38, 10, 60, 8, 55, 1, 25, 1, 9, 10, 1, 0, 11, 167, 1300, 1500, 672, 480, 1201, 300, 509, 110, 521, 200, 4003, 20, 525, 80, 535, 750, 528, 250, 531, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 20 +//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 +1235, GreenSuperSlime, GreenSuperSlime, 135, 35000, 0, 16000, 2000, 2, 180, 185, 66, 48, 10, 70, 8, 60, 1, 25, 1, 9, 10, 1, 0, 11, 143, 1200, 1872, 672, 480, 502, 200, 4004, 20, 501, 100, 521, 250, 522, 200, 526, 500, 503, 500, 719, 750, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20 +1236, BlueSuperSlime, BlueSuperSlime, 140, 40000, 0, 18000, 2200, 2, 190, 195, 77, 58, 10, 80, 8, 65, 1, 50, 1, 9, 10, 1, 0, 31, 163, 1200, 1872, 672, 480, 4026, 200, 4005, 20, 501, 500, 862, 700, 863, 50, 864, 500, 5361, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20 diff --git a/world/map/npc/mobs/mob_points.txt b/world/map/npc/mobs/mob_points.txt index cd827b0b..3b83d3a8 100644 --- a/world/map/npc/mobs/mob_points.txt +++ b/world/map/npc/mobs/mob_points.txt @@ -239,7 +239,12 @@ function|script|MobPoints 1, // 1228 Spelt 95, // 1229 WarlordSkull 110, // 1230 GoldenSkull - 100 // 1231 Sunshroom + 100, // 1231 Sunshroom + 100, // 1232 Snowshroom + 200, // 1233 YellowSuperSlime + 220, // 1234 RedSuperSlime + 240, // 1235 GreenSuperSlime + 260 // 1236 BlueSuperSlime ; // END // the following mobs where replaced by other mobs: |