diff options
author | HoraK-FDF <horak-fdf@web.de> | 2024-04-30 13:06:03 +0200 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2024-05-16 16:28:21 +0000 |
commit | c318b9a5ae988a982cc4ffcad2faaf6549aed9d8 (patch) | |
tree | 4431960f88b21f803d2fc016c4403600e86e060b /world/map/db | |
parent | 6715c3406adc7e5d3666d0e440de054c5e096a57 (diff) | |
download | serverdata-c318b9a5ae988a982cc4ffcad2faaf6549aed9d8.tar.gz serverdata-c318b9a5ae988a982cc4ffcad2faaf6549aed9d8.tar.bz2 serverdata-c318b9a5ae988a982cc4ffcad2faaf6549aed9d8.tar.xz serverdata-c318b9a5ae988a982cc4ffcad2faaf6549aed9d8.zip |
item adds/changes
Diffstat (limited to 'world/map/db')
-rw-r--r-- | world/map/db/const-aegis.txt | 55 | ||||
-rw-r--r-- | world/map/db/item_db.conf | 677 | ||||
-rw-r--r-- | world/map/db/item_db_generic.txt | 28 | ||||
-rw-r--r-- | world/map/db/item_db_use.txt | 31 | ||||
-rw-r--r-- | world/map/db/mob_db.conf | 195 | ||||
-rw-r--r-- | world/map/db/mob_db_0_19.txt | 20 | ||||
-rw-r--r-- | world/map/db/mob_db_20_39.txt | 14 | ||||
-rw-r--r-- | world/map/db/mob_db_40_59.txt | 2 | ||||
-rw-r--r-- | world/map/db/mob_db_60_79.txt | 6 | ||||
-rw-r--r-- | world/map/db/mob_db_80_99.txt | 4 | ||||
-rw-r--r-- | world/map/db/mob_db_over_100.txt | 20 | ||||
-rw-r--r-- | world/map/db/mob_db_over_150.txt | 2 |
12 files changed, 929 insertions, 125 deletions
diff --git a/world/map/db/const-aegis.txt b/world/map/db/const-aegis.txt index 4cffcfcb..a1cd00ae 100644 --- a/world/map/db/const-aegis.txt +++ b/world/map/db/const-aegis.txt @@ -101,12 +101,12 @@ RedStockings 1188 BlackWarlordBoots 5323 CasinoCoins 503 DecorCandy 504 -MaggotSlime 505 +InsectSlime 505 ScorpionStinger 507 PurplePresentBox 515 BluePresentBox 516 RedScorpionStinger 517 -BugLeg 518 +InsectLeg 518 CoinBag 526 TreasureKey 537 GreenPresentBox 538 @@ -347,7 +347,7 @@ PVPCoin 5256 LoveLetter 5265 ThermalNapalm 5276 XmasTicket 5278 -Carrot 5279 +LegendaryCarrot 5279 Naftalin 5288 SilverOre 5292 CrystallizedDragonBlood 5293 @@ -366,6 +366,27 @@ ShadowPlantCrystalDust 5319 CopperOre 5327 CopperIngot 5328 Charcoal 5332 +TortugaShellFragment 5355 +TortugaShell 5356 +RattoTail 5357 +RattoTeeth 5358 +SilverKey 5359 +MushroomSpores 5360 +Snowflake 5361 +BeeStinger 5362 +Flour 5363 +DuckFeather 5365 +CrocClaw 5366 +ScorpionClaw 5367 +RedScorpionClaw 5368 +BlackScorpionClaw 5369 +GoldenScorpionClaw 5370 +DragonScales 5371 +DragonHorn 5372 +JunglefowlFeather 5375 +KingChonkyBirbFeather 5376 +Honeycomb 5377 +Beeswax 5378 LeatherShirt 523 DesertShirt 546 Turtleneck 564 @@ -860,7 +881,7 @@ OrangeCupcake 534 RedApple 535 Beer 539 BottleOfWater 541 -ChickenLeg 562 +BirdLeg 562 PinkPetal 565 SmallMushroom 566 IronPotion 567 @@ -956,6 +977,32 @@ Honey 5312 IronShovel 5329 ShadowScroll 5330 YellowApple 5331 +Bread 5333 +Fungus 5334 +Cheese 5335 +LettuceLeaf 5336 +Piberries 5337 +Croconut 5338 +HalfCroconut 5339 +DeliciousCookie 5340 +Manana 5341 +Carrot 5342 +PumpkinJuice 5343 +ChocolateBiscuit 5344 +ChocolateBunny 5345 +Potatoz 5346 +Pumpkin 5347 +FruitSalad 5348 +DuckEgg 5349 +Dragonfruit 5350 +PirateTreasureMap 5351 +DungeonMap 5352 +TreasureMap 5353 +RubberDucky 5354 +ButterButterfly 5364 +JunglefowlEgg 5373 +KingChonkyBirbEgg 5374 +Sauerkraut 5379 CottonShorts 586 JeansShorts 610 CottonSkirt 632 diff --git a/world/map/db/item_db.conf b/world/map/db/item_db.conf index d24531cf..ef06dfa1 100644 --- a/world/map/db/item_db.conf +++ b/world/map/db/item_db.conf @@ -2248,8 +2248,8 @@ item_db: ( }, { Id: 505 - AegisName: "MaggotSlime" - Name: "MaggotSlime" + AegisName: "InsectSlime" + Name: "InsectSlime" Type: "IT_ETC" Buy: 8 Sell: 4 @@ -2308,8 +2308,8 @@ item_db: ( }, { Id: 518 - AegisName: "BugLeg" - Name: "BugLeg" + AegisName: "InsectLeg" + Name: "Insect Leg" Type: "IT_ETC" Buy: 100 Sell: 25 @@ -5272,7 +5272,7 @@ item_db: ( }, { Id: 5279 - AegisName: "Carrot" + AegisName: "LegendaryCarrot" Name: "Legendary Carrot" Type: "IT_ETC" Buy: 0 @@ -5601,6 +5601,269 @@ item_db: ( Refine: false ViewSprite: 5332 }, +{ + Id: 5355 + AegisName: "TortugaShellFragment" + Name: "Tortuga Shell Fragment" + Type: "IT_ETC" + Buy: 500 + Sell: 250 + Weight: 25 + Refine: false + ViewSprite: 5355 +}, +{ + Id: 5356 + AegisName: "TortugaShell" + Name: "Tortuga Shell" + Type: "IT_ETC" + Buy: 2000 + Sell: 1000 + Weight: 100 + Refine: false + ViewSprite: 5356 +}, +{ + Id: 5357 + AegisName: "RattoTail" + Name: "Ratto Tail" + Type: "IT_ETC" + Buy: 300 + Sell: 150 + Weight: 1 + Refine: false + ViewSprite: 5357 +}, +{ + Id: 5358 + AegisName: "RattoTeeth" + Name: "Ratto Teeth" + Type: "IT_ETC" + Buy: 300 + Sell: 150 + Weight: 1 + Refine: false + ViewSprite: 5358 +}, +{ + Id: 5359 + AegisName: "SilverKey" + Name: "Silver Key" + Type: "IT_ETC" + Buy: 2000 + Sell: 1000 + Weight: 10 + Refine: false + ViewSprite: 5359 + Trade: { + notrade: true + nodrop: true + nocart: true + nomail: true + noauction: true + noselltonpc: true + } +}, +{ + Id: 5360 + AegisName: "MushroomSpores" + Name: "Mushroom Spores" + Type: "IT_ETC" + Buy: 500 + Sell: 250 + Weight: 1 + Refine: false + ViewSprite: 5360 +}, +{ + Id: 5361 + AegisName: "Snowflake" + Name: "Snowflake" + Type: "IT_ETC" + Buy: 500 + Sell: 250 + Weight: 0 + Refine: false + ViewSprite: 5361 +}, +{ + Id: 5362 + AegisName: "BeeStinger" + Name: "Bee Stinger" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 5 + Refine: false + ViewSprite: 5362 +}, +{ + Id: 5363 + AegisName: "Flour" + Name: "Flour" + Type: "IT_ETC" + Buy: 250 + Sell: 100 + Weight: 80 + Refine: false + ViewSprite: 5363 +}, +{ + Id: 5365 + AegisName: "DuckFeather" + Name: "Duck Feather" + Type: "IT_ETC" + Buy: 1000 + Sell: 500 + Weight: 1 + Refine: false + ViewSprite: 5365 +}, +{ + Id: 5366 + AegisName: "CrocClaw" + Name: "Croc Claw" + Type: "IT_ETC" + Buy: 60 + Sell: 30 + Weight: 10 + Refine: false + ViewSprite: 5366 +}, +{ + Id: 5367 + AegisName: "ScorpionClaw" + Name: "Scorpion Claw" + Type: "IT_ETC" + Buy: 60 + Sell: 30 + Weight: 15 + Refine: false + ViewSprite: 5367 +}, +{ + Id: 5368 + AegisName: "RedScorpionClaw" + Name: "Red Scorpion Claw" + Type: "IT_ETC" + Buy: 80 + Sell: 40 + Weight: 15 + Refine: false + ViewSprite: 5368 +}, +{ + Id: 5369 + AegisName: "BlackScorpionClaw" + Name: "Black Scorpion Claw" + Type: "IT_ETC" + Buy: 160 + Sell: 80 + Weight: 15 + Refine: false + ViewSprite: 5369 +}, +{ + Id: 5370 + AegisName: "GoldenScorpionClaw" + Name: "Golden Scorpion Claw" + Type: "IT_ETC" + Buy: 600 + Sell: 75 + Weight: 65 + Refine: false + ViewSprite: 5370 + Trade: { + notrade: true + nodrop: true + nocart: true + nomail: true + noauction: true + noselltonpc: true + } +}, +{ + Id: 5371 + AegisName: "DragonScales" + Name: "Dragon Scales" + Type: "IT_ETC" + Buy: 8000 + Sell: 750 + Weight: 400 + Refine: false + ViewSprite: 5371 + Trade: { + notrade: true + nodrop: true + nocart: true + nomail: true + noauction: true + noselltonpc: true + } +}, +{ + Id: 5372 + AegisName: "DragonHorn" + Name: "Dragon Horn" + Type: "IT_ETC" + Buy: 90000 + Sell: 4000 + Weight: 1000 + Refine: false + ViewSprite: 5372 + Trade: { + notrade: true + nodrop: true + nocart: true + nomail: true + noauction: true + noselltonpc: true + } +}, +{ + Id: 5375 + AegisName: "JunglefowlFeather" + Name: "JunglefowlFeather" + Type: "IT_ETC" + Buy: 4000 + Sell: 2000 + Weight: 1 + Refine: false + ViewSprite: 5375 +}, +{ + Id: 5376 + AegisName: "KingChonkyBirbFeather" + Name: "KingChonkyBirbFeather" + Type: "IT_ETC" + Buy: 6000 + Sell: 3000 + Weight: 1 + Refine: false + ViewSprite: 5376 +}, +{ + Id: 5377 + AegisName: "Honeycomb" + Name: "Honeycomb" + Type: "IT_ETC" + Buy: 200 + Sell: 100 + Weight: 11 + Refine: false + ViewSprite: 5377 +}, +{ + Id: 5378 + AegisName: "Beeswax" + Name: "Beeswax" + Type: "IT_ETC" + Buy: 2000 + Sell: 1000 + Weight: 10 + Refine: false + ViewSprite: 5378 +}, /* Chest Armor */ { Id: 523 @@ -14432,8 +14695,8 @@ item_db: ( }, { Id: 562 - AegisName: "ChickenLeg" - Name: "ChickenLeg" + AegisName: "BirdLeg" + Name: "BirdLeg" Type: "IT_USABLE" Buy: 250 Sell: 125 @@ -15958,9 +16221,9 @@ item_db: ( AegisName: "Honey" Name: "Honey" Type: "IT_USABLE" - Buy: 150 - Sell: 75 - Weight: 4 + Buy: 300 + Sell: 150 + Weight: 10 Refine: false ViewSprite: 5312 Script: <" @@ -16011,14 +16274,404 @@ item_db: ( Buy: 25 Sell: 6 Weight: 5 - Def: 0 - Slots: 0 Refine: false ViewSprite: 5331 Script: <" callfunc "itheal", 50, 0; "> }, +{ + Id: 5333 + AegisName: "Bread" + Name: "Bread" + Type: "IT_USABLE" + Buy: 80 + Sell: 40 + Weight: 25 + Refine: false + ViewSprite: 5333 + Script: <" + callfunc "itheal", 100, 0; + "> +}, +{ + Id: 5334 + AegisName: "Fungus" + Name: "Fungus" + Type: "IT_USABLE" + Buy: 300 + Sell: 150 + Weight: 8 + Refine: false + ViewSprite: 5334 + Script: <" + callfunc "itheal", 350, 100; + "> +}, +{ + Id: 5335 + AegisName: "Cheese" + Name: "Cheese" + Type: "IT_USABLE" + Buy: 100 + Sell: 50 + Weight: 3 + Refine: false + ViewSprite: 5335 + Script: <" + callfunc "itheal", 150, 0; + "> +}, +{ + Id: 5336 + AegisName: "LettuceLeaf" + Name: "Lettuce Leaf" + Type: "IT_USABLE" + Buy: 90 + Sell: 45 + Weight: 1 + Refine: false + ViewSprite: 5336 + Script: <" + callfunc "itheal", 120, 0; + "> +}, +{ + Id: 5337 + AegisName: "Piberries" + Name: "Piberries" + Type: "IT_USABLE" + Buy: 120 + Sell: 60 + Weight: 2 + Refine: false + ViewSprite: 5337 + Script: <" + callfunc "itheal", 140, 0; + "> +}, +{ + Id: 5338 + AegisName: "Croconut" + Name: "Croconut" + Type: "IT_USABLE" + Buy: 420 + Sell: 210 + Weight: 80 + Refine: false + ViewSprite: 5338 + Script: <" + getitem HalfCroconut, 2; + "> +}, +{ + Id: 5339 + AegisName: "HalfCroconut" + Name: "Half Croconut" + Type: "IT_USABLE" + Buy: 210 + Sell: 105 + Weight: 38 + Refine: false + ViewSprite: 5339 + Script: <" + callfunc "itheal", 400, 0; + "> +}, +{ + Id: 5340 + AegisName: "DeliciousCookie" + Name: "Delicious Cookie" + Type: "IT_USABLE" + Buy: 230 + Sell: 115 + Weight: 2 + Refine: false + ViewSprite: 5340 + Script: <" + callfunc "itheal", 450, 0; + "> +}, +{ + Id: 5341 + AegisName: "Manana" + Name: "Manana" + Type: "IT_USABLE" + Buy: 180 + Sell: 90 + Weight: 10 + Refine: false + ViewSprite: 5341 + Script: <" + callfunc "itheal", 350, 0; + "> +}, +{ + Id: 5342 + AegisName: "Carrot" + Name: "Carrot" + Type: "IT_USABLE" + Buy: 150 + Sell: 75 + Weight: 3 + Refine: false + ViewSprite: 5342 + Script: <" + callfunc "itheal", 200, 0; + "> +}, +{ + Id: 5343 + AegisName: "PumpkinJuice" + Name: "Pumpkin Juice" + Type: "IT_USABLE" + Buy: 50 + Sell: 25 + Weight: 4 + Refine: false + ViewSprite: 5343 + Script: <" + callfunc "itheal", 50, 0; + "> +}, +{ + Id: 5344 + AegisName: "ChocolateBiscuit" + Name: "Chocolate Biscuit" + Type: "IT_USABLE" + Buy: 80 + Sell: 40 + Weight: 5 + Refine: false + ViewSprite: 5344 + Script: <" + callfunc "itheal", 100, 0; + "> +}, +{ + Id: 5345 + AegisName: "ChocolateBunny" + Name: "Chocolate Bunny" + Type: "IT_USABLE" + Buy: 175 + Sell: 88 + Weight: 12 + Refine: false + ViewSprite: 5345 + Script: <" + callfunc "itheal", 250, 0; + "> +}, +{ + Id: 5346 + AegisName: "Potatoz" + Name: "Potatoz" + Type: "IT_USABLE" + Buy: 230 + Sell: 115 + Weight: 8 + Refine: false + ViewSprite: 5346 + Script: <" + callfunc "itheal", 450, 0; + "> +}, +{ + Id: 5347 + AegisName: "Pumpkin" + Name: "Pumpkin" + Type: "IT_USABLE" + Buy: 170 + Sell: 85 + Weight: 120 + Refine: false + ViewSprite: 5347 + Script: <" + callfunc "itheal", 300, 0; + "> +}, +{ + Id: 5348 + AegisName: "FruitSalad" + Name: "FruitSalad" + Type: "IT_USABLE" + Buy: 240 + Sell: 120 + Weight: 10 + Refine: false + ViewSprite: 5348 + Script: <" + callfunc "itheal", 475, 0; + "> +}, +{ + Id: 5349 + AegisName: "DuckEgg" + Name: "Duck Egg" + Type: "IT_USABLE" + Buy: 200 + Sell: 100 + Weight: 4 + Refine: false + ViewSprite: 5349 + Script: <" + callfunc "itheal", 150, 50; + "> +}, +{ + Id: 5350 + AegisName: "Dragonfruit" + Name: "Dragonfruit" + Type: "IT_USABLE" + Buy: 230 + Sell: 115 + Weight: 14 + Refine: false + ViewSprite: 5350 + Script: <" + callfunc "itheal", 600, 0; + "> +}, +{ + Id: 5351 + AegisName: "PirateTreasureMap" + Name: "Pirate Treasure Map" + Type: "IT_USABLE" + Buy: 45000 + Sell: 5000 + Weight: 14 + Refine: false + ViewSprite: 5351 + KeepAfterUse: true + Trade: { + notrade: true + nodrop: true + nocart: true + nomail: true + noauction: true + noselltonpc: true + Script: <" + getitem PirateTreasureMap, 1; + "> + } +}, +{ + Id: 5352 + AegisName: "DungeonMap" + Name: "Dungeon Map" + Type: "IT_USABLE" + Buy: 45000 + Sell: 5000 + Weight: 14 + Refine: false + ViewSprite: 5352 + KeepAfterUse: true + Trade: { + notrade: true + nodrop: true + nocart: true + nomail: true + noauction: true + noselltonpc: true + Script: <" + getitem DungeonMap, 1; + "> + } +}, +{ + Id: 5353 + AegisName: "TreasureMap" + Name: "Treasure Map" + Type: "IT_USABLE" + Buy: 45000 + Sell: 5000 + Weight: 14 + Refine: false + ViewSprite: 5353 + KeepAfterUse: true + Trade: { + notrade: true + nodrop: true + nocart: true + nomail: true + noauction: true + noselltonpc: true + Script: <" + getitem TreasureMap, 1; + "> + } +}, +{ + Id: 5354 + AegisName: "RubberDucky" + Name: "Rubber Ducky" + Type: "IT_USABLE" + Buy: 200 + Sell: 100 + Weight: 30 + Refine: false + ViewSprite: 5354 + KeepAfterUse: true + Script: <" + callfunc "rubberDuck"; + "> +}, +{ + Id: 5364 + AegisName: "ButterButterfly" + Name: "Butter Butterfly" + Type: "IT_USABLE" + Buy: 500 + Sell: 250 + Weight: 1 + Refine: false + ViewSprite: 5364 + Script: <" + callfunc "itheal", 55, 0; + "> +}, +{ + Id: 5373 + AegisName: "JunglefowlEgg" + Name: "Junglefowl Egg" + Type: "IT_USABLE" + Buy: 400 + Sell: 200 + Weight: 4 + Refine: false + ViewSprite: 5373 + Script: <" + callfunc "itheal", 300, 0; + "> +}, +{ + Id: 5374 + AegisName: "KingChonkyBirbEgg" + Name: "King Chonky Birb Egg" + Type: "IT_USABLE" + Buy: 1500 + Sell: 750 + Weight: 22 + Refine: false + ViewSprite: 5374 + Script: <" + callfunc "itheal", 800, 0; + "> +}, +{ + Id: 5379 + AegisName: "Sauerkraut" + Name: "Sauerkraut" + Type: "IT_USABLE" + Buy: 250 + Sell: 125 + Weight: 10 + Refine: false + ViewSprite: 5379 + Script: <" + callfunc "itheal", 500, 0; + "> +}, /* Legs Armor */ { Id: 586 diff --git a/world/map/db/item_db_generic.txt b/world/map/db/item_db_generic.txt index 36c46f43..5c38ee8a 100644 --- a/world/map/db/item_db_generic.txt +++ b/world/map/db/item_db_generic.txt @@ -4,12 +4,12 @@ //ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, Mode, {UseScript}, {EquipScript} 503, CasinoCoins, 3, 10, 5, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} 504, DecorCandy, 3, 25, 10, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} -505, MaggotSlime, 3, 8, 4, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} +505, InsectSlime, 3, 8, 4, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} 507, ScorpionStinger, 3, 50, 25, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} 515, PurplePresentBox, 3, 50, 25, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} 516, BluePresentBox, 3, 60, 30, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} 517, RedScorpionStinger, 3, 170, 85, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} -518, BugLeg, 3, 100, 25, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} +518, InsectLeg, 3, 100, 25, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} 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, {}, {} @@ -262,7 +262,7 @@ 5265, LoveLetter, 3, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} //5276, ThermalNapalm, 3, 9999, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 5, {}, {} //5278, XmasTicket, 3, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} -5279, Carrot, 3, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {} +5279, LegendaryCarrot, 3, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {} 5288, Naftalin, 3, 500, 200, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} 5292, SilverOre, 3, 1600, 800, 40, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} //5293, CrystallizedDragonBlood,3, 0, 0, 1111, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {} @@ -282,3 +282,25 @@ 5327, CopperOre, 3, 3200, 1600, 40, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} //5328, CopperIngot, 3, 20000, 2200, 1000, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {}, {} 5332, Charcoal, 3, 500, 200, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} +5355, TortugaShellFragment, 3, 500, 250, 25, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} +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, {}, {} +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, {}, {} +5363, Flour, 3, 250, 100, 80, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} +5365, DuckFeather, 3, 1000, 500, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} +5366, CrocClaw, 3, 60, 30, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} +5367, ScorpionClaw, 3, 60, 30, 15, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} +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, {}, {} +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, {}, {} +5378, Beeswax, 3, 2000, 1000, 10, 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 ff668722..95e38ed5 100644 --- a/world/map/db/item_db_use.txt +++ b/world/map/db/item_db_use.txt @@ -19,7 +19,7 @@ 535, RedApple, 0, 25, 6, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 50, 0, 1;}, {} 539, Beer, 0, 175, 87, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 200, 5, 1;}, {} 541, BottleOfWater, 0, 200, 100, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 250, 0, 1; getitem 540, 1;}, {} -562, ChickenLeg, 0, 250, 125, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 500, 0, 1;}, {} +562, BirdLeg, 0, 250, 125, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 500, 0, 1;}, {} 565, PinkPetal, 0, 125, 50, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 50, 0, 1;}, {} 566, SmallMushroom, 0, 125, 50, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 50, 0, 1;}, {} //ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, Mode, {UseScript}, {EquipScript} @@ -116,7 +116,34 @@ 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;}, {} +5312, Honey, 0, 300, 150, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 200, 50, 1;}, {} 5329, IronShovel, 0, 5000, 750, 210, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {getitem IronShovel, 1;}, {} 5330, ShadowScroll, 0, 5000, 1000, 7, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {callfunc "UnreleasedScroll";}, {} 5331, YellowApple, 0, 25, 6, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 50, 0, 1;}, {} +5333, Bread, 0, 80, 40, 25, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 100, 0, 1;}, {} +5334, Fungus, 0, 300, 150, 8, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 350, 100, 1;}, {} +5335, Cheese, 0, 100, 50, 3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 150, 0, 1;}, {} +5336, LettuceLeaf, 0, 90, 45, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 120, 0, 1;}, {} +5337, Piberries, 0, 120, 60, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 140, 0, 1;}, {} +5338, Croconut, 0, 420, 210, 80, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {getitem HalfCroconut, 2;}, {} +5339, HalfCroconut, 0, 210, 105, 38, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 400, 0, 1;}, {} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, Mode, {UseScript}, {EquipScript} +5340, DeliciousCookie, 0, 230, 115, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 450, 0, 1;}, {} +5341, Manana, 0, 180, 90, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 350, 0, 1;}, {} +5342, Carrot, 0, 150, 75, 3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 200, 0, 1;}, {} +5343, PumpkinJuice, 0, 50, 25, 4, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 50, 0, 1;}, {} +5344, ChocolateBiscuit, 0, 80, 40, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 100, 0, 1;}, {} +5345, ChocolateBunny, 0, 175, 88, 12, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 250, 0, 1;}, {} +5346, Potatoz, 0, 230, 115, 8, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 450, 0, 1;}, {} +5347, Pumpkin, 0, 170, 85, 120, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 300, 0, 1;}, {} +5348, FruitSalad, 0, 240, 120, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 475, 0, 1;}, {} +5349, DuckEgg, 0, 200, 100, 4, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 150, 50, 1;}, {} +5350, Dragonfruit, 0, 230, 115, 14, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 600, 0, 1;}, {} +5351, PirateTreasureMap, 0, 45000, 5000, 14, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {getitem PirateTreasureMap, 1;}, {} +5352, DungeonMap, 0, 45000, 5000, 14, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {getitem DungeonMap, 1;}, {} +5353, TreasureMap, 0, 45000, 5000, 14, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 7, {getitem TreasureMap, 1;}, {} +5354, RubberDucky, 0, 200, 100, 30, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {callfunc "rubberDuck";}, {} +5364, ButterButterfly, 0, 500, 250, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 55, 0, 1;}, {} +5373, JunglefowlEgg, 0, 400, 200, 4, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 300, 0, 1;}, {} +5374, KingChonkyBirbEgg, 0, 1500, 750, 22, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 800, 0, 1;}, {} +5379, Sauerkraut, 0, 250, 125, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 500, 0, 1;}, {} diff --git a/world/map/db/mob_db.conf b/world/map/db/mob_db.conf index 079a280f..0ad6e0a2 100644 --- a/world/map/db/mob_db.conf +++ b/world/map/db/mob_db.conf @@ -141,9 +141,9 @@ mob_db: ( MutationCount: 2 MutationStrength: 30 Drops: { - MaggotSlime: 800 + InsectSlime: 800 CactusDrink: 150 - BugLeg: 800 + InsectLeg: 800 CactusPotion: 150 Dagger: 70 SharpKnife: 10 @@ -192,9 +192,9 @@ mob_db: ( MutationCount: 2 MutationStrength: 40 Drops: { - MaggotSlime: 800 + InsectSlime: 800 CactusDrink: 150 - BugLeg: 400 + InsectLeg: 400 RoastedMaggot: 150 Dagger: 70 SharpKnife: 1 @@ -243,8 +243,8 @@ mob_db: ( MutationCount: 2 MutationStrength: 40 Drops: { - MaggotSlime: 1000 - BugLeg: 800 + InsectSlime: 1000 + InsectLeg: 800 RoastedMaggot: 400 } }, @@ -334,8 +334,10 @@ mob_db: ( Drops: { IronPotion: 800 CactusDrink: 150 - BugLeg: 50 + InsectLeg: 50 HardSpike: 400 + Fungus: 30 + MushroomSpores: 100 ShroomHat: (1, "ODG_BASICSTAT") } }, @@ -700,6 +702,7 @@ mob_db: ( MutationStrength: 60 Drops: { SilkCocoon: 1000 + ButterButterfly: 100 } }, { @@ -742,9 +745,10 @@ mob_db: ( DamageMotion: 480 Drops: { AngryScorpionStinger: 700 + ScorpionClaw: 350 Candy: 100 ChocolateBar: 50 - BugLeg: 700 + InsectLeg: 700 } }, { @@ -788,13 +792,14 @@ mob_db: ( MutationCount: 2 MutationStrength: 30 Drops: { - MaggotSlime: 800 + InsectSlime: 800 CactusDrink: 150 - BugLeg: 800 + InsectLeg: 800 CactusPotion: 150 Dagger: 70 SharpKnife: 10 IceCube: 500 + Snowflake: 500 } }, { @@ -939,7 +944,7 @@ mob_db: ( InfantryHelmet: (100, "ODG_BASICSTAT") CoinBag: 500 IronOre: 300 - BugLeg: 1000 + InsectLeg: 1000 GreenApple: 500 Coal: 150 } @@ -986,7 +991,7 @@ mob_db: ( MutationStrength: 30 Drops: { LeatherShirt: (300, "ODG_BASICSTAT") - BugLeg: 1000 + InsectLeg: 1000 ChocolateBar: 300 GingerBreadMan: 300 RedApple: 500 @@ -1035,7 +1040,7 @@ mob_db: ( MutationStrength: 30 Drops: { GrubSlime: 2000 - BugLeg: 1000 + InsectLeg: 1000 GrassSeed: 300 ReedBundle: 300 } @@ -1133,6 +1138,7 @@ mob_db: ( BookPage: 200 SilverMirror: 20 Diamond: 20 + Snowflake: 100 } }, { @@ -1353,9 +1359,9 @@ mob_db: ( MutationCount: 2 MutationStrength: 30 Drops: { - MaggotSlime: 800 + InsectSlime: 800 CactusDrink: 150 - BugLeg: 800 + InsectLeg: 800 CactusPotion: 150 Dagger: 70 SharpKnife: 10 @@ -1413,6 +1419,7 @@ mob_db: ( PollettEgg: 400 WhiteFur: 500 Snowball: 3000 + Snowflake: 500 } }, { @@ -1458,8 +1465,9 @@ mob_db: ( Drops: { LeatherShirt: (150, "ODG_BASICSTAT") ChocolateBar: 100 - BugLeg: 800 + InsectLeg: 800 BlackScorpionStinger: 900 + BlackScorpionClaw: 350 } }, { @@ -1605,6 +1613,8 @@ mob_db: ( CoinBag: 400 SmallMushroom: 1000 SmallMushroom: 1000 + Fungus: 30 + MushroomSpores: 100 MushHat: (1, "ODG_BASICSTAT") } }, @@ -2290,6 +2300,7 @@ mob_db: ( ConcentrationPotion: 400 StandardHeadband: (900, "ODG_BASICSTAT") SilkHeadband: (250, "ODG_BASICSTAT") + Snowflake: 1000 } }, { @@ -2438,6 +2449,7 @@ mob_db: ( Drops: { IceCube: 5000 IcedWater: 800 + Snowflake: 1000 } }, { @@ -2574,6 +2586,8 @@ mob_db: ( Amethyst: 50 IronPotion: 100 SmallMushroom: 1000 + Fungus: 30 + MushroomSpores: 100 JoyplimScroll: 40 } }, @@ -3131,10 +3145,12 @@ mob_db: ( MutationStrength: 60 Drops: { SmallMushroom: 500 - BugLeg: 500 + InsectLeg: 500 SulphurPowder: 400 Lifestone: 300 EmptyBottle: 100 + Fungus: 30 + MushroomSpores: 100 JoyplimScroll: 50 MoonshroomHat: (1, "ODG_BASICSTAT") } @@ -3333,9 +3349,9 @@ mob_db: ( AttackMotion: 672 DamageMotion: 480 Drops: { - MaggotSlime: 400 + InsectSlime: 400 CactusDrink: 70 - BugLeg: 200 + InsectLeg: 200 RoastedMaggot: 75 CactusPotion: 30 } @@ -4250,9 +4266,9 @@ mob_db: ( MutationCount: 2 MutationStrength: 40 Drops: { - MaggotSlime: 800 + InsectSlime: 800 CactusDrink: 150 - BugLeg: 400 + InsectLeg: 400 RoastedMaggot: 150 Dagger: 70 SharpKnife: 1 @@ -4299,9 +4315,9 @@ mob_db: ( AttackMotion: 672 DamageMotion: 480 Drops: { - MaggotSlime: 800 + InsectSlime: 800 CactusDrink: 150 - BugLeg: 400 + InsectLeg: 400 RoastedMaggot: 150 CactusPotion: 70 SharpKnife: 10 @@ -4447,8 +4463,9 @@ mob_db: ( Drops: { LeatherShirt: (150, "ODG_BASICSTAT") ChocolateBar: 100 - BugLeg: 800 + InsectLeg: 800 BlackScorpionStinger: 800 + BlackScorpionClaw: 350 } }, { @@ -4494,6 +4511,8 @@ mob_db: ( Amethyst: 50 IronPotion: 100 SmallMushroom: 1000 + Fungus: 30 + MushroomSpores: 100 } }, { @@ -4578,8 +4597,9 @@ mob_db: ( MutationStrength: 50 Drops: { RedScorpionStinger: 2000 + RedScorpionClaw: 350 ChocolateBar: 100 - BugLeg: 500 + InsectLeg: 500 Bow: 10 Arrow: 760 Knife: 540 @@ -4628,7 +4648,7 @@ mob_db: ( Drops: { Arrow: 900 CherryCake: 100 - BugLeg: 750 + InsectLeg: 750 CactusDrink: 5000 CactusPotion: 3000 CasinoCoins: 11 @@ -4916,7 +4936,7 @@ mob_db: ( MutationStrength: 30 Drops: { CactusDrink: 150 - BugLeg: 400 + InsectLeg: 400 RoastedMaggot: 150 Dagger: 70 SharpKnife: 1 @@ -5046,7 +5066,6 @@ mob_db: ( Bloodstone: 500 Bloodstone: 500 DarkCrystal: 500 - SmallMushroom: 500 DiseasedHeart: 800 } }, @@ -5444,7 +5463,7 @@ mob_db: ( Drops: { RedApple: 800 Orange: 800 - BugLeg: 500 + InsectLeg: 500 Candy: 1000 Pearl: 100 Arrow: 5000 @@ -5498,7 +5517,7 @@ mob_db: ( Drops: { RedApple: 800 Orange: 800 - BugLeg: 500 + InsectLeg: 500 Candy: 1000 Pearl: 100 Arrow: 5000 @@ -5863,7 +5882,7 @@ mob_db: ( Drops: { RedApple: 800 Orange: 800 - BugLeg: 500 + InsectLeg: 500 Candy: 1000 Pearl: 100 Arrow: 5000 @@ -6197,9 +6216,9 @@ mob_db: ( AttackMotion: 672 DamageMotion: 480 Drops: { - MaggotSlime: 800 + InsectSlime: 800 CactusDrink: 150 - BugLeg: 400 + InsectLeg: 400 RoastedMaggot: 150 CactusPotion: 70 SharpKnife: 10 @@ -6244,9 +6263,10 @@ mob_db: ( DamageMotion: 480 Drops: { ScorpionStinger: 700 + ScorpionClaw: 350 Candy: 100 ChocolateBar: 50 - BugLeg: 700 + InsectLeg: 700 } }, { @@ -6288,9 +6308,9 @@ mob_db: ( AttackMotion: 672 DamageMotion: 480 Drops: { - MaggotSlime: 800 + InsectSlime: 800 CactusDrink: 150 - BugLeg: 400 + InsectLeg: 400 RoastedMaggot: 150 CactusPotion: 70 SharpKnife: 10 @@ -6335,9 +6355,10 @@ mob_db: ( DamageMotion: 480 Drops: { ScorpionStinger: 700 + ScorpionClaw: 350 Candy: 100 ChocolateBar: 50 - BugLeg: 700 + InsectLeg: 700 } }, { @@ -6611,9 +6632,9 @@ mob_db: ( AttackMotion: 672 DamageMotion: 480 Drops: { - MaggotSlime: 800 + InsectSlime: 800 CactusDrink: 150 - BugLeg: 400 + InsectLeg: 400 RoastedMaggot: 150 CactusPotion: 70 SharpKnife: 10 @@ -6653,6 +6674,7 @@ mob_db: ( Drops: { JackOLantern: 100 RubberBat: 20 + RubberDucky: 20 RealisticBrain: 10 JarofBlood: 15 PumpkinSeeds: 500 @@ -6876,9 +6898,9 @@ mob_db: ( AttackMotion: 672 DamageMotion: 480 Drops: { - MaggotSlime: 800 + InsectSlime: 800 CactusDrink: 150 - BugLeg: 400 + InsectLeg: 400 Milk: 50 Milk: 30 } @@ -7203,7 +7225,7 @@ mob_db: ( MutationStrength: 30 Drops: { HyvernStinger: 2000 - BugLeg: 1000 + InsectLeg: 1000 Orange: 600 IronArrow: 3000 } @@ -7302,6 +7324,7 @@ mob_db: ( IcedWater: 700 SilverMirror: 50 BookPage: 500 + Snowflake: 100 } }, { @@ -7499,6 +7522,7 @@ mob_db: ( MutationStrength: 20 Drops: { RubberBat: 10 + RubberDucky: 10 RealisticBrain: 5 JarofBlood: 9 PumpkinSeeds: 250 @@ -7999,8 +8023,8 @@ mob_db: ( MutationCount: 1 MutationStrength: 60 Drops: { - MaggotSlime: 1000 - BugLeg: 800 + InsectSlime: 1000 + InsectLeg: 800 RoastedMaggot: 400 EmptyBottle: 10 CoinBag: 400 @@ -8140,8 +8164,8 @@ mob_db: ( MutationCount: 3 MutationStrength: 30 Drops: { - BugLeg: 2500 - MaggotSlime: 2000 + InsectLeg: 2500 + InsectSlime: 2000 IronOre: 600 Coal: 800 SilverOre: 100 @@ -8243,9 +8267,11 @@ mob_db: ( MutationCount: 2 MutationStrength: 30 Drops: { - CherryCake: 770 - BugLeg: 350 - ChickenLeg: 1000 + DuckEgg: 400 + DuckFeather: 550 + BirdLeg: 500 + AnimalBones: 250 + RubberDucky: 100 } }, { @@ -8331,8 +8357,9 @@ mob_db: ( MutationCount: 2 MutationStrength: 30 Drops: { - MaggotSlime: 600 - BugLeg: 200 + InsectSlime: 600 + InsectLeg: 200 + FreeRangeMoss: 100 } }, { @@ -8374,8 +8401,9 @@ mob_db: ( MutationCount: 2 MutationStrength: 30 Drops: { - MaggotSlime: 700 - BugLeg: 300 + InsectSlime: 700 + InsectLeg: 300 + FreeRangeMoss: 150 } }, { @@ -8544,6 +8572,9 @@ mob_db: ( MutationCount: 1 MutationStrength: 80 Drops: { + Manana: 1000 + Manana: 500 + Manana: 250 RawLog: 1000 RawLog: 2000 ReedBundle: 500 @@ -8592,9 +8623,12 @@ mob_db: ( MutationCount: 2 MutationStrength: 40 Drops: { - CherryCake: 1005 - BugLeg: 400 - ChickenLeg: 2000 + DuckEgg: 1000 + DuckFeather: 1100 + BirdLeg: 1000 + BirdLeg: 500 + AnimalBones: 500 + RubberDucky: 200 } }, { @@ -8636,8 +8670,10 @@ mob_db: ( ViewRange: 7 ChaseRange: 11 Drops: { - ChickenLeg: 2520 - ChickenLeg: 1520 + JunglefowlEgg: 1000 + JunglefowlFeather: 1100 + BirdLeg: 1000 + BirdLeg: 500 AnimalBones: 500 } }, @@ -8718,9 +8754,9 @@ mob_db: ( MutationCount: 2 MutationStrength: 100 Drops: { - Honey: 1000 - Honey: 750 - Honey: 500 + Honeycomb: 1000 + Honeycomb: 750 + Honeycomb: 500 } }, { @@ -8758,8 +8794,10 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 - WeaponAttacks: { - Bows: 5000 + Drops: { + TortugaShellFragment: 400 + TortugaShell: 100 + FreeRangeMoss: 200 } }, { @@ -8798,6 +8836,12 @@ mob_db: ( AttackDelay: 1572 AttackMotion: 672 DamageMotion: 480 + Drops: { + RattoTail: 500 + RattoTeeth: 400 + Bread: 200 + Cheese: 100 + } }, { Id: 1193 @@ -8833,6 +8877,10 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 200 + Drops: { + CrocClaw: 350 + Croconut: 200 + } }, { Id: 1194 @@ -8873,28 +8921,35 @@ mob_db: ( AttackDelay: 2100 AttackMotion: 672 DamageMotion: 200 + Drops: { + KingChonkyBirbEgg: 1000 + KingChonkyBirbFeather: 1100 + BirdLeg: 1000 + BirdLeg: 500 + AnimalBones: 500 + } }, { Id: 1195 SpriteName: "Brainblow" Name: "Brainblow" Lv: 77 - Hp: 200 + Hp: 7 Sp: 0 Exp: 100 JExp: 50 AttackRange: 1 - Attack: [10, 10] + Attack: [100, 100] Def: 0 Mdef: 0 CriticalDef: 0 Stats: { Str: 1 - Agi: 7 + Agi: 77 Vit: 1 Int: 1 - Dex: 123 - Luk: 123 + Dex: 77 + Luk: 77 } ViewRange: 9 ChaseRange: 10 @@ -8909,7 +8964,7 @@ mob_db: ( ChangeTargetChase: true } MoveSpeed: 77 - AttackDelay: 500 + AttackDelay: 100 AttackMotion: 672 DamageMotion: 200 }, @@ -8948,7 +9003,7 @@ mob_db: ( ChangeTargetChase: true } MoveSpeed: 120 - AttackDelay: 800 + AttackDelay: 555 AttackMotion: 672 DamageMotion: 200 Drops: { diff --git a/world/map/db/mob_db_0_19.txt b/world/map/db/mob_db_0_19.txt index 120ac1f0..c47a2a99 100644 --- a/world/map/db/mob_db_0_19.txt +++ b/world/map/db/mob_db_0_19.txt @@ -3,18 +3,18 @@ //Edit mob_db.conf instead! //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 1002, Maggot, Maggot, 5, 50, 0, 6, 1, 1, 5, 10, 0, 0, 0, 1, 1, 1, 0, 6, 5, 9, 10, 1, 3, 11, 129, 800, 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 -1003, Scorpion, Scorpion, 10, 100, 0, 13, 2, 1, 10, 15, 0, 3, 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 +1003, Scorpion, Scorpion, 10, 100, 0, 13, 2, 1, 10, 15, 0, 3, 0, 1, 1, 1, 0, 15, 5, 9, 10, 1, 3, 10, 129, 2000, 1872, 672, 480, 507, 700, 5367, 350, 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 1029, MauvePlant, MauvePlant, 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, 680, 3000, 680, 3000, 680, 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 1030, CobaltPlant, CobaltPlant, 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, 681, 3000, 681, 3000, 681, 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 1031, GambogePlant, GambogePlant, 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, 682, 3000, 682, 3000, 682, 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 1032, AlizarinPlant, AlizarinPlant, 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, 683, 3000, 683, 3000, 683, 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 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 +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, 5367, 350, 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 +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, 5349, 400, 5365, 550, 562, 500, 4023, 250, 5354, 100, 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 +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, 5354, 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 1082, Serqet, Serqet, 10, 100, 0, 12, 2, 1, 10, 15, 0, 5, 0, 1, 1, 1, 0, 15, 5, 9, 10, 1, 3, 10, 129, 2000, 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 1092, SlimeBlast, SlimeBlast, 10, 100, 0, 20, 8, 1, 10, 10, 10, 10, 0, 10, 10, 10, 10, 10, 10, 9, 10, 1, 0, 31, 143, 250, 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, 1, 20 1095, WhiteBell, WhiteBell, 10, 100, 0, 25, 40, 2, 70, 75, 0, 5, 0, 16, 12, 20, 20, 20, 50, 2, 10, 1, 3, 12, 128, 800, 800, 672, 480, 535, 100, 540, 10, 526, 400, 5260, 600, 861, 5000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 50 @@ -25,13 +25,13 @@ //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, 800, 4001, 1000, 5327, 200, 5292, 150, 5316, 100, 5314, 50, 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, 806, 500, 740, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 80 +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, 5215, 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, 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, 5215, 150, 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, 5341, 1000, 5341, 500, 5341, 250, 569, 1000, 569, 2000, 806, 500, 740, 500, 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 +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, 5355, 400, 5356, 100, 5215, 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 +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, 5357, 500, 5358, 400, 5333, 200, 5335, 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 +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, 5366, 350, 5338, 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 1204, BigBif, BigBif, 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, 2400, 640, 1600, 4001, 2000, 5327, 400, 5292, 300, 5316, 200, 5314, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 1205, SmallBif, SmallBif, 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, 600, 640, 400, 4001, 500, 5327, 100, 5292, 75, 5316, 50, 5314, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 1206, AmethystBif, AmethystBif, 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, 4007, 20, 824, 1200, 824, 1200, 819, 600, 821, 600, 820, 600, 822, 600, 823, 600, 4001, 250, 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 1137ff25..1cc401e8 100644 --- a/world/map/db/mob_db_20_39.txt +++ b/world/map/db/mob_db_20_39.txt @@ -5,7 +5,7 @@ 1011, FireGoblin, FireGoblin, 20, 220, 0, 41, 4, 1, 15, 20, 0, 5, 0, 1, 1, 1, 0, 6, 30, 9, 10, 1, 3, 13, 129, 800, 1872, 672, 480, 505, 800, 501, 150, 518, 800, 502, 150, 521, 70, 522, 10, 701, 500, 703, 250, 5318, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 1017, Bat, Bat, 20, 150, 0, 27, 3, 1, 5, 25, 0, 5, 0, 1, 1, 1, 0, 20, 25, 9, 10, 1, 3, 12, 129, 800, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 533, 150, 521, 70, 522, 1, 753, 3000, 754, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 1018, Pinkie, Pinkie, 30, 300, 0, 60, 7, 2, 15, 20, 0, 5, 0, 1, 1, 1, 0, 20, 25, 2, 10, 1, 3, 10, 129, 800, 1872, 672, 480, 614, 1000, 751, 40, 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, 3, 50 -1019, SpikyMushroom, SpikyMushroom, 30, 300, 0, 54, 5, 1, 10, 13, 0, 5, 0, 1, 1, 1, 0, 10, 10, 9, 10, 1, 3, 10, 129, 800, 1872, 672, 480, 567, 800, 501, 150, 518, 50, 613, 400, 630, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 +1019, SpikyMushroom, SpikyMushroom, 30, 300, 0, 54, 5, 1, 10, 13, 0, 5, 0, 1, 1, 1, 0, 10, 10, 9, 10, 1, 3, 10, 129, 800, 1872, 672, 480, 567, 800, 501, 150, 518, 50, 613, 400, 5334, 30, 5360, 100, 630, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 1020, Fluffy, Fluffy, 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, 611, 800, 527, 150, 535, 400, 752, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 1021, CaveSnake, CaveSnake, 30, 800, 0, 157, 13, 1, 20, 15, 1, 5, 0, 10, 1, 1, 0, 5, 20, 9, 10, 1, 3, 10, 129, 800, 1872, 672, 480, 612, 1000, 610, 40, 713, 500, 717, 400, 717, 400, 641, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 50 1025, LogHead, LogHead, 30, 500, 0, 150, 5, 1, 10, 20, 50, 5, 0, 1, 1, 1, 0, 20, 25, 9, 10, 1, 3, 12, 129, 800, 1872, 672, 480, 569, 2000, 740, 2500, 743, 3000, 569, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 50 @@ -13,9 +13,9 @@ 1035, Silkworm, Silkworm, 20, 1, 0, 1, 1, 1, 0, 0, 2, 10, 0, 20, 11, 10, 10, 40, 10, 9, 10, 1, 0, 10, 129, 1300, 1100, 672, 480, 718, 5000, 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, 40 1041, Snail, Snail, 30, 900, 0, 180, 18, 1, 50, 65, 20, 15, 0, 10, 1, 25, 0, 20, 10, 9, 10, 1, 0, 10, 129, 1800, 2500, 672, 480, 719, 500, 806, 400, 1250, 1000, 1251, 1500, 1248, 500, 1252, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 1049, Bee, Bee, 30, 600, 0, 180, 32, 1, 5, 90, 12, 4, 0, 15, 25, 20, 3, 40, 30, 9, 10, 1, 0, 12, 137, 380, 1500, 300, 350, 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 -1055, Butterfly, Butterfly, 25, 250, 0, 85, 11, 2, 10, 40, 3, 5, 0, 10, 45, 10, 15, 35, 40, 9, 10, 1, 3, 22, 129, 350, 780, 300, 800, 718, 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, 0, 0, 0, 0, 2, 60 -1057, AngryScorpion, AngryScorpion, 20, 200, 0, 37, 5, 1, 15, 15, 0, 5, 0, 5, 5, 1, 0, 15, 5, 9, 10, 1, 3, 10, 133, 1000, 1872, 672, 480, 4000, 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 -1058, IceGoblin, IceGoblin, 25, 330, 0, 75, 10, 1, 20, 25, 0, 5, 0, 5, 5, 1, 0, 6, 30, 9, 10, 1, 3, 11, 133, 700, 1872, 672, 480, 505, 800, 501, 150, 518, 800, 502, 150, 521, 70, 522, 10, 4026, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1055, Butterfly, Butterfly, 25, 250, 0, 85, 11, 2, 10, 40, 3, 5, 0, 10, 45, 10, 15, 35, 40, 9, 10, 1, 3, 22, 129, 350, 780, 300, 800, 718, 1000, 5364, 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, 2, 60 +1057, AngryScorpion, AngryScorpion, 20, 200, 0, 37, 5, 1, 15, 15, 0, 5, 0, 5, 5, 1, 0, 15, 5, 9, 10, 1, 3, 10, 133, 1000, 1872, 672, 480, 4000, 700, 5367, 350, 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 +1058, IceGoblin, IceGoblin, 25, 330, 0, 75, 10, 1, 20, 25, 0, 5, 0, 5, 5, 1, 0, 6, 30, 9, 10, 1, 3, 11, 133, 700, 1872, 672, 480, 505, 800, 501, 150, 518, 800, 502, 150, 521, 70, 522, 10, 4026, 500, 5361, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 1060, Archant, Archant, 30, 400, 0, 88, 14, 1, 20, 30, 4, 6, 0, 10, 5, 1, 0, 12, 10, 9, 10, 1, 0, 12, 133, 1000, 1500, 672, 480, 537, 300, 535, 100, 640, 40, 4001, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 1064, Bandit, Bandit, 20, 400, 0, 92, 21, 1, 40, 40, 5, 0, 0, 10, 10, 10, 10, 10, 10, 9, 10, 1, 1, 17, 135, 500, 1500, 672, 900, 4016, 800, 521, 200, 526, 500, 535, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 1083, HuntsmanSpider, HuntsmanSpider, 30, 1500, 0, 467, 363, 1, 125, 150, 10, 45, 0, 20, 15, 10, 10, 45, 10, 9, 10, 1, 0, 22, 175, 575, 1250, 672, 480, 638, 100, 526, 500, 640, 300, 518, 1000, 719, 500, 4001, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 @@ -23,12 +23,12 @@ 1087, Larvern, Larvern, 20, 550, 0, 165, 26, 1, 50, 200, 30, 65, 0, 35, 20, 50, 0, 70, 20, 9, 10, 1, 0, 12, 139, 1500, 1500, 672, 480, 836, 2000, 518, 1000, 807, 300, 806, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 1089, HungryFluffy, HungryFluffy, 30, 500, 0, 111, 10, 1, 6, 10, 1, 5, 0, 1, 2, 1, 0, 20, 25, 9, 10, 1, 3, 10, 133, 800, 1600, 672, 480, 611, 500, 527, 150, 752, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 //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 -1093, WhiteSlime, WhiteSlime, 20, 200, 0, 55, 15, 1, 80, 120, 10, 10, 0, 20, 30, 10, 10, 30, 20, 9, 10, 1, 0, 31, 137, 500, 1872, 672, 480, 5260, 4000, 541, 500, 4026, 200, 864, 200, 863, 20, 4002, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20 +1093, WhiteSlime, WhiteSlime, 20, 200, 0, 55, 15, 1, 80, 120, 10, 10, 0, 20, 30, 10, 10, 30, 20, 9, 10, 1, 0, 31, 137, 500, 1872, 672, 480, 5260, 4000, 541, 500, 4026, 200, 864, 200, 863, 20, 4002, 20, 5361, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20 1094, Reinboo, Reinboo, 35, 1100, 0, 275, 29, 2, 40, 75, 35, 5, 0, 15, 5, 15, 0, 40, 10, 2, 10, 1, 3, 10, 129, 600, 1872, 672, 480, 512, 1000, 736, 1200, 737, 1200, 738, 1200, 739, 1200, 869, 50, 4042, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30 1099, SleepingBandit, SleepingBandit, 20, 25, 0, 3, 1, 1, 0, 0, 0, 0, 0, 10, 10, 10, 10, 10, 10, 9, 10, 1, 1, 17, 0, 500, 1500, 672, 900, 4016, 800, 521, 200, 526, 500, 535, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 1100, AzulSlime, AzulSlime, 20, 200, 0, 55, 10, 1, 80, 120, 10, 10, 0, 20, 30, 10, 10, 30, 20, 9, 10, 1, 0, 31, 131, 500, 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, 1, 20 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, 703, 250, 5318, 30, 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 +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, 5361, 500, 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, 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 -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 +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, 5377, 1000, 5377, 750, 5377, 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 e06e4936..0cf3e83f 100644 --- a/world/map/db/mob_db_40_59.txt +++ b/world/map/db/mob_db_40_59.txt @@ -10,7 +10,7 @@ 1086, FeyElement, FeyElement, 50, 5000, 0, 12500, 901, 5, 50, 125, 25, 50, 0, 20, 70, 10, 20, 80, 1, 9, 10, 1, 0, 42, 165, 330, 740, 672, 400, 834, 5000, 5144, 3000, 5142, 3000, 5143, 3000, 5141, 3000, 680, 1000, 681, 1000, 682, 1000, 683, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 50 1088, Hyvern, Hyvern, 40, 2250, 0, 990, 346, 1, 50, 125, 0, 10, 0, 10, 45, 5, 0, 35, 35, 9, 10, 1, 0, 42, 133, 250, 800, 672, 480, 835, 2000, 518, 1000, 657, 600, 529, 3000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 1090, Wolvern, Wolvern, 40, 900, 0, 280, 86, 1, 50, 80, 5, 5, 0, 15, 10, 5, 0, 20, 10, 9, 10, 1, 3, 10, 133, 425, 770, 500, 200, 858, 1000, 859, 400, 4023, 200, 676, 1300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 -1091, BlueSlime, BlueSlime, 40, 2000, 0, 760, 77, 1, 100, 150, 20, 40, 0, 40, 30, 50, 10, 50, 40, 9, 10, 1, 0, 31, 131, 1200, 1872, 672, 480, 4026, 200, 4005, 20, 501, 500, 862, 700, 863, 50, 864, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20 +1091, BlueSlime, BlueSlime, 40, 2000, 0, 760, 77, 1, 100, 150, 20, 40, 0, 40, 30, 50, 10, 50, 40, 9, 10, 1, 0, 31, 131, 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 1098, CopperSlime, CopperSlime, 40, 600, 0, 200, 18, 1, 60, 90, 20, 30, 0, 20, 30, 10, 10, 30, 30, 9, 10, 1, 0, 11, 131, 1200, 1872, 672, 480, 537, 1000, 4001, 200, 640, 200, 5327, 400, 5327, 200, 5292, 30, 5316, 20, 5314, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20 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 diff --git a/world/map/db/mob_db_60_79.txt b/world/map/db/mob_db_60_79.txt index a415ad79..b00b3365 100644 --- a/world/map/db/mob_db_60_79.txt +++ b/world/map/db/mob_db_60_79.txt @@ -11,6 +11,6 @@ 1101, DemonicSpirit, DemonicSpirit, 72, 1505, 0, 860, 270, 1, 125, 175, 4, 6, 0, 20, 40, 10, 10, 110, 45, 9, 10, 1, 1, 47, 133, 230, 900, 672, 480, 631, 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, 0, 0, 0, 0, 2, 30 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, 719, 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, 80, 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 -1195, Brainblow, Brainblow, 77, 200, 0, 100, 50, 1, 10, 10, 0, 0, 0, 1, 7, 1, 1, 123, 123, 9, 10, 1, 0, 27, 133, 77, 500, 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 +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, 5354, 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, 2, 20 +1187, EliteDuck, EliteDuck, 75, 14000, 0, 8800, 860, 2, 170, 195, 50, 80, 0, 70, 120, 10, 42, 48, 95, 5, 12, 1, 2, 13, 167, 225, 500, 472, 200, 5349, 1000, 5365, 1100, 562, 1000, 562, 500, 4023, 500, 5354, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 +1195, Brainblow, Brainblow, 77, 7, 0, 100, 50, 1, 100, 100, 0, 0, 0, 1, 77, 1, 1, 77, 77, 9, 10, 1, 0, 27, 133, 77, 100, 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_80_99.txt b/world/map/db/mob_db_80_99.txt index fc52215e..8f7c3b4c 100644 --- a/world/map/db/mob_db_80_99.txt +++ b/world/map/db/mob_db_80_99.txt @@ -2,7 +2,7 @@ //DO NOT EDIT IT DIRECTLY //Edit mob_db.conf instead! //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 -1004, RedScorpion, RedScorpion, 90, 550, 0, 168, 16, 1, 50, 55, 4, 6, 0, 8, 8, 10, 10, 30, 10, 9, 10, 1, 0, 10, 129, 1000, 1872, 672, 480, 517, 2000, 509, 100, 518, 500, 1200, 10, 1199, 760, 1201, 540, 524, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 50 +1004, RedScorpion, RedScorpion, 90, 550, 0, 168, 16, 1, 50, 55, 4, 6, 0, 8, 8, 10, 10, 30, 10, 9, 10, 1, 0, 10, 129, 1000, 1872, 672, 480, 517, 2000, 5368, 350, 509, 100, 518, 500, 1200, 10, 1199, 760, 1201, 540, 524, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 50 1006, GiantMaggot, GiantMaggot, 80, 500, 0, 136, 14, 2, 45, 75, 2, 7, 0, 8, 6, 2, 1, 22, 1, 2, 10, 1, 0, 21, 129, 2000, 1872, 672, 480, 1199, 900, 519, 100, 518, 750, 501, 5000, 502, 3000, 503, 11, 526, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 25 1028, Mouboo, Mouboo, 85, 1200, 0, 497, 16, 2, 30, 75, 65, 5, 0, 15, 5, 15, 0, 40, 10, 2, 10, 1, 3, 10, 129, 600, 1872, 672, 480, 660, 1000, 660, 500, 541, 750, 660, 50, 806, 500, 1216, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30 1043, Skeleton, Skeleton, 90, 6800, 0, 3940, 1467, 1, 51, 284, 12, 10, 0, 35, 18, 3, 8, 71, 65, 9, 10, 1, 1, 17, 143, 340, 1800, 672, 950, 775, 200, 775, 280, 776, 300, 631, 1000, 778, 250, 5297, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 @@ -12,7 +12,7 @@ 1066, VampireBat, VampireBat, 80, 800, 0, 245, 9, 1, 55, 150, 10, 8, 0, 8, 8, 1, 4, 20, 4, 6, 10, 1, 3, 12, 129, 800, 1872, 672, 480, 501, 150, 518, 400, 533, 150, 521, 70, 522, 1, 5115, 3000, 754, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 1069, FlyingScythe, FlyingScythe, 80, 3000, 0, 7042, 617, 1, 200, 350, 30, 10, 0, 100, 250, 1, 1, 150, 90, 9, 10, 1, 0, 20, 133, 220, 700, 672, 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, 0, 0, 0, 0, 0, 0 1070, BallLightning, BallLightning, 80, 300, 0, 201, 1, 1, 5, 10, 40, 50, 0, 1, 200, 1, 1, 1, 1, 9, 10, 1, 0, 27, 133, 110, 1500, 672, 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, 0 -1073, TheLost, TheLost, 83, 5000, 0, 8750, 2840, 5, 125, 150, 10, 60, 0, 5, 40, 10, 70, 70, 40, 4, 10, 1, 1, 37, 173, 500, 2000, 672, 300, 5110, 500, 5110, 500, 631, 500, 566, 500, 778, 800, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1073, TheLost, TheLost, 83, 5000, 0, 8750, 2840, 5, 125, 150, 10, 60, 0, 5, 40, 10, 70, 70, 40, 4, 10, 1, 1, 37, 173, 500, 2000, 672, 300, 5110, 500, 5110, 500, 631, 500, 778, 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 1074, RedBone, RedBone, 90, 8000, 0, 9750, 3434, 2, 100, 330, 24, 30, 0, 35, 25, 3, 50, 80, 75, 2, 10, 1, 1, 17, 175, 340, 1800, 672, 950, 775, 75, 775, 115, 776, 135, 631, 4, 778, 250, 5297, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 20 1077, DrunkenSkeleton, DrunkenSkeleton, 90, 7200, 0, 4825, 530, 1, 55, 284, 30, 10, 0, 35, 10, 3, 8, 71, 65, 9, 10, 1, 1, 17, 137, 350, 1800, 672, 950, 790, 300, 789, 280, 3003, 100, 3000, 50, 3009, 250, 3006, 400, 778, 250, 5297, 40, 627, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 1078, TipsySkeleton, TipsySkeleton, 90, 7000, 0, 4950, 493, 1, 60, 284, 33, 10, 0, 35, 10, 3, 8, 71, 65, 9, 10, 1, 1, 17, 137, 350, 1800, 672, 950, 787, 300, 788, 280, 3002, 100, 3000, 50, 3007, 400, 3010, 250, 778, 250, 5297, 40, 4030, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 diff --git a/world/map/db/mob_db_over_100.txt b/world/map/db/mob_db_over_100.txt index 82ca20fd..2047dde2 100644 --- a/world/map/db/mob_db_over_100.txt +++ b/world/map/db/mob_db_over_100.txt @@ -2,10 +2,10 @@ //DO NOT EDIT IT DIRECTLY //Edit mob_db.conf instead! //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 -1009, BlackScorpion, BlackScorpion, 100, 600, 0, 500, 37, 1, 60, 100, 4, 6, 0, 16, 30, 10, 10, 35, 10, 9, 10, 1, 0, 10, 133, 1000, 1500, 672, 480, 523, 150, 509, 100, 518, 800, 709, 900, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 50 +1009, BlackScorpion, BlackScorpion, 100, 600, 0, 500, 37, 1, 60, 100, 4, 6, 0, 16, 30, 10, 10, 35, 10, 9, 10, 1, 0, 10, 133, 1000, 1500, 672, 480, 523, 150, 509, 100, 518, 800, 709, 900, 5369, 350, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 50 1010, Snake, Snake, 115, 850, 0, 722, 56, 1, 75, 90, 4, 6, 0, 20, 11, 10, 10, 35, 10, 9, 10, 1, 0, 10, 133, 900, 1300, 672, 480, 641, 150, 714, 400, 714, 400, 710, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 1012, Spider, Spider, 125, 800, 0, 690, 115, 1, 70, 85, 4, 6, 0, 14, 13, 10, 10, 35, 10, 9, 10, 1, 0, 12, 143, 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 -1013, EvilMushroom, EvilMushroom, 110, 650, 0, 233, 35, 1, 65, 80, 4, 6, 0, 16, 12, 10, 10, 35, 10, 9, 10, 1, 3, 12, 137, 800, 1800, 672, 480, 535, 500, 540, 10, 534, 100, 526, 400, 566, 1000, 566, 1000, 629, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 60 +1013, EvilMushroom, EvilMushroom, 110, 650, 0, 233, 35, 1, 65, 80, 4, 6, 0, 16, 12, 10, 10, 35, 10, 9, 10, 1, 3, 12, 137, 800, 1800, 672, 480, 535, 500, 540, 10, 534, 100, 526, 400, 566, 1000, 566, 1000, 5334, 30, 5360, 100, 629, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 60 1014, PinkFlower, PinkFlower, 115, 700, 0, 296, 40, 2, 70, 75, 0, 5, 0, 16, 12, 20, 20, 20, 50, 2, 10, 1, 3, 12, 128, 800, 800, 672, 480, 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, 2, 50 1015, SantaSlime, SantaSlime, 120, 750, 0, 298, 58, 1, 75, 80, 2, 7, 0, 1, 20, 1, 0, 30, 30, 9, 10, 1, 0, 11, 129, 1500, 1872, 672, 480, 512, 800, 513, 700, 514, 600, 519, 500, 527, 400, 538, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 10 1026, MountainSnake, MountainSnake, 130, 900, 0, 1024, 63, 1, 80, 125, 4, 6, 0, 20, 40, 10, 10, 35, 45, 9, 10, 1, 0, 10, 133, 1000, 1500, 672, 480, 532, 20, 641, 350, 715, 400, 715, 400, 711, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30 @@ -16,12 +16,12 @@ 1062, Terranite, Terranite, 110, 6000, 0, 4851, 889, 1, 200, 300, 20, 35, 0, 60, 40, 40, 30, 60, 40, 9, 10, 1, 1, 17, 133, 400, 872, 672, 900, 4001, 600, 4004, 20, 4005, 20, 4007, 20, 763, 500, 640, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 1067, Reaper2, Reaper2, 140, 40000, 0, 64128, 156, 7, 200, 350, 30, 50, 0, 100, 120, 70, 120, 100, 75, 9, 10, 1, 1, 47, 165, 500, 1200, 800, 300, 777, 1000, 775, 500, 776, 100, 1221, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 1068, Reaper, Reaper, 140, 40000, 0, 64128, 156, 7, 200, 350, 30, 70, 0, 100, 120, 70, 120, 100, 75, 9, 10, 1, 1, 47, 165, 500, 1200, 800, 300, 777, 1000, 775, 500, 776, 100, 1221, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1071, IceElement, IceElement, 100, 5000, 0, 2897, 689, 3, 60, 200, 5, 20, 0, 15, 25, 40, 15, 45, 30, 9, 10, 1, 0, 21, 135, 330, 740, 672, 400, 4026, 900, 537, 750, 568, 400, 543, 900, 544, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 20 +1071, IceElement, IceElement, 100, 5000, 0, 2897, 689, 3, 60, 200, 5, 20, 0, 15, 25, 40, 15, 45, 30, 9, 10, 1, 0, 21, 135, 330, 740, 672, 400, 4026, 900, 537, 750, 568, 400, 543, 900, 544, 250, 5361, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 20 1072, Yeti, Yeti, 100, 8500, 0, 9040, 726, 2, 100, 400, 60, 15, 0, 60, 5, 45, 15, 60, 32, 9, 10, 1, 0, 31, 135, 220, 1200, 672, 900, 4023, 700, 4024, 300, 4025, 400, 4027, 142, 4021, 800, 4022, 700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 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, 0, 0, 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, 5145, 40, 0, 0, 0, 0, 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, 0, 0, 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 @@ -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, 5145, 50, 5203, 1, 0, 0, 0, 0, 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, 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 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 @@ -40,8 +40,8 @@ 1156, VoidMaggot, VoidMaggot, 100, 400, 0, 74, 1, 1, 10, 25, 0, 5, 0, 1, 1, 1, 0, 20, 25, 9, 10, 1, 3, 11, 133, 800, 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 1157, VoidSoldier, VoidSoldier, 120, 8000, 0, 1957, 663, 7, 20, 30, 5, 20, 0, 40, 3, 25, 5, 80, 45, 9, 10, 1, 1, 27, 133, 500, 1600, 672, 300, 779, 210, 780, 210, 698, 200, 631, 1000, 636, 3, 658, 2, 532, 35, 778, 500, 1198, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 40 1158, VoidMouboo, VoidMouboo, 100, 5000, 0, 1338, 16, 2, 50, 65, 60, 5, 0, 15, 5, 15, 0, 40, 10, 2, 10, 1, 3, 10, 129, 600, 1872, 672, 480, 660, 1000, 660, 500, 541, 750, 660, 50, 806, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30 -1159, VoidScorpion, VoidScorpion, 110, 6000, 0, 1327, 37, 1, 60, 90, 4, 6, 0, 16, 30, 10, 10, 35, 10, 9, 10, 1, 0, 10, 133, 700, 1700, 672, 480, 523, 150, 509, 100, 518, 800, 709, 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 -1160, VoidShroom, VoidShroom, 110, 5500, 0, 1223, 30, 3, 70, 80, 4, 4, 0, 16, 12, 10, 10, 35, 10, 9, 10, 1, 3, 12, 133, 550, 1700, 672, 480, 613, 600, 4007, 50, 567, 100, 566, 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 +1159, VoidScorpion, VoidScorpion, 110, 6000, 0, 1327, 37, 1, 60, 90, 4, 6, 0, 16, 30, 10, 10, 35, 10, 9, 10, 1, 0, 10, 133, 700, 1700, 672, 480, 523, 150, 509, 100, 518, 800, 709, 800, 5369, 350, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1160, VoidShroom, VoidShroom, 110, 5500, 0, 1223, 30, 3, 70, 80, 4, 4, 0, 16, 12, 10, 10, 35, 10, 9, 10, 1, 3, 12, 133, 550, 1700, 672, 480, 613, 600, 4007, 50, 567, 100, 566, 1000, 5334, 30, 5360, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 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 @@ -55,8 +55,8 @@ 1179, CrystalSpiderQueen, CrystalSpiderQueen, 150, 9000, 0, 1600, 450, 3, 250, 300, 70, 80, 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, 55, 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, 58000, 1600, 2, 200, 250, 80, 60, 0, 40, 12, 120, 127, 60, 88, 31, 30, 1, 3, 12, 169, 1500, 900, 772, 740, 569, 2000, 569, 2000, 806, 250, 806, 500, 740, 500, 740, 1000, 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, 70, 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 -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 +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, 5373, 1000, 5375, 1100, 562, 1000, 562, 500, 4023, 500, 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, 70, 0, 12, 63, 88, 110, 141, 77, 9, 12, 1, 2, 17, 161, 320, 2100, 672, 200, 5374, 1000, 5376, 1100, 562, 1000, 562, 500, 4023, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +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, 555, 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 diff --git a/world/map/db/mob_db_over_150.txt b/world/map/db/mob_db_over_150.txt index 03c89d84..1c3675c9 100644 --- a/world/map/db/mob_db_over_150.txt +++ b/world/map/db/mob_db_over_150.txt @@ -5,7 +5,7 @@ 1022, JackO, JackO, 175, 10000, 0, 18130, 1241, 2, 100, 500, 40, 18, 0, 105, 40, 85, 75, 105, 95, 9, 10, 1, 0, 10, 165, 250, 1500, 672, 480, 617, 300, 622, 400, 624, 400, 620, 400, 615, 300, 1203, 400, 1198, 10000, 616, 600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 1023, FireSkull, FireSkull, 170, 5000, 0, 5808, 721, 2, 75, 175, 35, 15, 0, 40, 30, 30, 30, 35, 70, 9, 10, 1, 3, 13, 143, 600, 1600, 672, 480, 701, 5000, 703, 500, 631, 1000, 776, 500, 5297, 10, 1221, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 1024, PoisonSkull, PoisonSkull, 170, 5000, 0, 5808, 721, 2, 75, 175, 35, 15, 0, 40, 30, 30, 30, 35, 70, 9, 10, 1, 3, 12, 143, 600, 1600, 672, 480, 631, 1000, 776, 500, 5297, 10, 1221, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 20 -1085, IceSkull, IceSkull, 170, 7000, 0, 7595, 757, 2, 75, 400, 40, 15, 0, 40, 30, 30, 30, 35, 44, 9, 10, 1, 3, 11, 141, 600, 1600, 672, 480, 4026, 5000, 862, 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, 2, 30 +1085, IceSkull, IceSkull, 170, 7000, 0, 7595, 757, 2, 75, 400, 40, 15, 0, 40, 30, 30, 30, 35, 44, 9, 10, 1, 3, 11, 141, 600, 1600, 672, 480, 4026, 5000, 862, 800, 5361, 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 1119, Thug, Thug, 170, 5000, 0, 5491, 999, 1, 125, 250, 30, 6, 0, 10, 10, 60, 10, 50, 70, 9, 10, 1, 0, 10, 143, 500, 1200, 672, 480, 539, 1000, 657, 1000, 703, 1000, 701, 500, 700, 250, 764, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 1120, Swashbuckler, Swashbuckler, 170, 5000, 0, 5434, 999, 1, 75, 250, 23, 25, 0, 20, 20, 40, 30, 90, 70, 9, 10, 1, 0, 10, 143, 400, 800, 672, 480, 539, 1000, 657, 1000, 703, 1000, 701, 500, 700, 250, 622, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 1121, Grenadier, Grenadier, 170, 6000, 0, 4332, 999, 6, 100, 200, 8, 50, 0, 12, 10, 50, 60, 90, 70, 9, 10, 1, 0, 10, 143, 500, 2000, 672, 480, 539, 1000, 657, 1000, 701, 500, 704, 250, 700, 250, 617, 100, 765, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 |