From 06ccf37fe3cf52fd45a18a55eec78f47844b7efe Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 20 Oct 2015 01:11:37 +0300 Subject: Convert mob_db to new format. --- db/pre-re/mob_db.conf | 46983 ++++++++++++++++++++++++++++++++++++++++++++++++ db/pre-re/mob_db.txt | 1144 -- 2 files changed, 46983 insertions(+), 1144 deletions(-) create mode 100644 db/pre-re/mob_db.conf delete mode 100644 db/pre-re/mob_db.txt (limited to 'db/pre-re') diff --git a/db/pre-re/mob_db.conf b/db/pre-re/mob_db.conf new file mode 100644 index 000000000..0ac34d796 --- /dev/null +++ b/db/pre-re/mob_db.conf @@ -0,0 +1,46983 @@ +mob_db: ( +// Mobs Database +// +/****************************************************************************** + ************* Entry structure ************************************************ + ****************************************************************************** +{ + // =================== Mandatory fields =============================== + Id: ID (int) + SpriteName: "SPRITE_NAME" (string) + Name: "Mob name" (string) + // =================== Optional fields ================================ + Lv: level (int, defaults to 1) + Hp: health (int, defaults to 1) + Sp: mana (int, defaults to 0) + Exp: basic experience (int, defaults to 0) + JExp: job experience (int, defaults to 0) + AttackRange: attack range (int, defaults to 1) + Attack: [attack1, attack2] (int, defaults to 0) + Def: defence (int, defaults to 0) + Mdef: magic defence (int, defaults to 0) + Stats: { + Str: strength (int, defaults to 0) + Agi: agility (int, defaults to 0) + Vit: vitality (int, defaults to 0) + Int: intelligence (int, defaults to 0) + Dex: dexterity (int, defaults to 0) + Luk: luck (int, defaults to 0) + } + ViewRange: view range (int, defaults to 1) + ChaseRange: chase range (int, defaults to 1) + Size: size (int, defaults to 1) + Race: race (int, defaults to 0) + Element: (type, level) + Mode: { + CanMove: true/false (bool) + Looter: true/false (bool) + Aggressive: true/false (bool) + Assist: true/false (bool) + CastSensorIdle:true/false (bool) + Boss: true/false (bool) + Plant: true/false (bool) + CanAttack: true/false (bool) + Detector: true/false (bool) + CastSensorChase: true/false (bool) + ChangeChase: true/false (bool) + Angry: true/false (bool) + ChangeTargetMelee: true/false (bool) + ChangeTargetChase: true/false (bool) + TargetWeak: true/false (bool) + } + MoveSpeed: move speed (int, defaults to 0) + AttackDelay: attack delay (int, defaults to 4000) + AttackMotion: attack motion (int, defaults to 2000) + DamageMotion: damage motion (int, defaults to 0) + MvpExp: mvp experience (int, defaults to 0) + MvpDrops: { + AegisName: chance (string: int) + ... + } + Drops: { + AegisName: chance (string: int) + ... + } + +}, +******************************************************************************/ + + +{ + Id: 1001 + SpriteName: "SCORPION" + Name: "Scorpion" + Lv: 24 + Hp: 1109 + Sp: 0 + Exp: 287 + JExp: 176 + AttackRange: 1 + Attack: [80, 135] + Def: 30 + Mdef: 0 + Stats: { + Str: 1 + Agi: 24 + Vit: 24 + Int: 5 + Dex: 52 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (3, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1564 + AttackMotion: 864 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Boody_Red: 70 + Scorpion's_Tail: 5500 + Elunium_Stone: 57 + Solid_Shell: 210 + Fine_Grit: 100 + Yellow_Herb: 200 + Lusty_Iron: 20 + Scorpion_Card: 1 + } +}, +{ + Id: 1002 + SpriteName: "PORING" + Name: "Poring" + Lv: 1 + Hp: 50 + Sp: 0 + Exp: 2 + JExp: 1 + AttackRange: 1 + Attack: [7, 10] + Def: 0 + Mdef: 5 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 6 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (1, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + } + MoveSpeed: 400 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Jellopy: 7000 + Knife_: 100 + Sticky_Mucus: 400 + Apple: 1000 + Empty_Bottle: 1500 + Apple: 150 + Unripe_Apple: 20 + Poring_Card: 1 + } +}, +//1003,TESTEGG,Test Egg,Test Egg,2,100000,0,10,10,0,3,9,99,0,1,99,1,1,1,1,10,12,0,4,22,0x0,512,0,512,0,0,0,0,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: 1004 + SpriteName: "HORNET" + Name: "Hornet" + Lv: 8 + Hp: 169 + Sp: 0 + Exp: 19 + JExp: 15 + AttackRange: 1 + Attack: [22, 27] + Def: 5 + Mdef: 5 + Stats: { + Str: 6 + Agi: 20 + Vit: 8 + Int: 10 + Dex: 17 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (4, 1) + Mode: { + CanMove: true + Assist: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + } + MoveSpeed: 150 + AttackDelay: 1292 + AttackMotion: 792 + DamageMotion: 216 + MvpExp: 0 + Drops: { + Wind_Of_Verdure: 80 + Bee_Sting: 9000 + Jellopy: 3500 + Main_Gauche_: 15 + Green_Herb: 350 + Honey: 150 + Hornet_Card: 1 + } +}, +{ + Id: 1005 + SpriteName: "FARMILIAR" + Name: "Familiar" + Lv: 8 + Hp: 155 + Sp: 0 + Exp: 28 + JExp: 15 + AttackRange: 1 + Attack: [20, 28] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 12 + Vit: 8 + Int: 5 + Dex: 28 + Luk: 0 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (7, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1276 + AttackMotion: 576 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Tooth_Of_Bat: 5500 + Falchion_: 20 + Ribbon_: 15 + Wing_Of_Fly: 50 + Grape: 100 + Red_Herb: 700 + Center_Potion: 50 + Farmiliar_Card: 1 + } +}, +//1006,THIEF_BUG_LARVA,Thief Bug Larva,Thief Bug Larva,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,1,0x651,0,0,0,0,0,0,0,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: 1007 + SpriteName: "FABRE" + Name: "Fabre" + Lv: 2 + Hp: 63 + Sp: 0 + Exp: 3 + JExp: 2 + AttackRange: 1 + Attack: [8, 11] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 2 + Vit: 4 + Int: 0 + Dex: 7 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (2, 1) + Mode: { + CanMove: true + CanAttack: true + Detector: true + } + MoveSpeed: 400 + AttackDelay: 1672 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Fluff: 6500 + Feather: 500 + Club_: 80 + Azure_Jewel: 5 + Green_Herb: 700 + Clover: 1000 + Club: 200 + Fabre_Card: 1 + } +}, +{ + Id: 1008 + SpriteName: "PUPA" + Name: "Pupa" + Lv: 2 + Hp: 427 + Sp: 0 + Exp: 2 + JExp: 4 + AttackRange: 0 + Attack: [1, 2] + Def: 0 + Mdef: 20 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 1 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (2, 1) + Mode: { + Detector: true + } + MoveSpeed: 1000 + AttackDelay: 1001 + AttackMotion: 1 + DamageMotion: 1 + MvpExp: 0 + Drops: { + Phracon: 80 + Chrysalis: 5500 + Sticky_Mucus: 600 + Guard_: 2 + Shell: 1000 + Sticky_Mucus: 600 + Iron_Ore: 200 + Pupa_Card: 1 + } +}, +{ + Id: 1009 + SpriteName: "CONDOR" + Name: "Condor" + Lv: 5 + Hp: 92 + Sp: 0 + Exp: 6 + JExp: 5 + AttackRange: 1 + Attack: [11, 14] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 13 + Vit: 5 + Int: 0 + Dex: 13 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (4, 1) + Mode: { + CanMove: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + } + MoveSpeed: 150 + AttackDelay: 1148 + AttackMotion: 648 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Talon: 9000 + Bow_: 150 + Yellow_Gemstone: 80 + Arrow: 5500 + Meat: 400 + Feather_Of_Birds: 2000 + Orange: 600 + Condor_Card: 1 + } +}, +{ + Id: 1010 + SpriteName: "WILOW" + Name: "Willow" + Lv: 4 + Hp: 95 + Sp: 0 + Exp: 5 + JExp: 4 + AttackRange: 1 + Attack: [9, 12] + Def: 5 + Mdef: 15 + Stats: { + Str: 1 + Agi: 4 + Vit: 8 + Int: 30 + Dex: 9 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 1672 + AttackMotion: 672 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Tree_Root: 9000 + Wooden_Block: 100 + Resin: 1500 + Sweet_Potato: 700 + Tree_Of_Archer_3: 3500 + Tree_Of_Archer_2: 2000 + Tree_Of_Archer_1: 1000 + Wilow_Card: 1 + } +}, +{ + Id: 1011 + SpriteName: "CHONCHON" + Name: "Chonchon" + Lv: 4 + Hp: 67 + Sp: 0 + Exp: 5 + JExp: 4 + AttackRange: 1 + Attack: [10, 13] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 10 + Vit: 4 + Int: 5 + Dex: 12 + Luk: 2 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (4, 1) + Mode: { + CanMove: true + CanAttack: true + Detector: true + } + MoveSpeed: 200 + AttackDelay: 1076 + AttackMotion: 576 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Iron: 50 + Shell: 6500 + Jellopy: 1500 + Cutter_: 55 + Wing_Of_Fly: 100 + Chonchon_Doll: 5 + Iron_Ore: 150 + Chonchon_Card: 1 + } +}, +{ + Id: 1012 + SpriteName: "RODA_FROG" + Name: "Roda Frog" + Lv: 5 + Hp: 133 + Sp: 0 + Exp: 6 + JExp: 5 + AttackRange: 1 + Attack: [11, 14] + Def: 0 + Mdef: 5 + Stats: { + Str: 1 + Agi: 5 + Vit: 5 + Int: 5 + Dex: 10 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 5 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 2016 + AttackMotion: 816 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Sticky_Webfoot: 9000 + Spawn: 500 + Green_Herb: 300 + Azure_Jewel: 7 + Empty_Bottle: 2000 + Roda_Frog_Card: 1 + } +}, +{ + Id: 1013 + SpriteName: "WOLF" + Name: "Wolf" + Lv: 25 + Hp: 919 + Sp: 0 + Exp: 329 + JExp: 199 + AttackRange: 1 + Attack: [37, 46] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 20 + Vit: 28 + Int: 15 + Dex: 32 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (2, 1) + Mode: { + CanMove: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + } + MoveSpeed: 200 + AttackDelay: 1054 + AttackMotion: 504 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Emveretarcon: 20 + Claw_Of_Wolves: 9000 + Mantle_: 10 + Meat: 650 + Monster's_Feed: 1050 + Animal's_Skin: 5500 + Strawberry: 600 + Wolf_Card: 1 + } +}, +{ + Id: 1014 + SpriteName: "SPORE" + Name: "Spore" + Lv: 16 + Hp: 510 + Sp: 0 + Exp: 66 + JExp: 108 + AttackRange: 1 + Attack: [24, 48] + Def: 0 + Mdef: 5 + Stats: { + Str: 1 + Agi: 12 + Vit: 12 + Int: 5 + Dex: 19 + Luk: 8 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Mushroom_Spore: 9000 + Red_Herb: 800 + Blue_Herb: 50 + Spore_Doll: 10 + Hat: 40 + Poison_Spore: 5 + Strawberry: 600 + Spore_Card: 1 + } +}, +{ + Id: 1015 + SpriteName: "ZOMBIE" + Name: "Zombie" + Lv: 15 + Hp: 534 + Sp: 0 + Exp: 50 + JExp: 33 + AttackRange: 1 + Attack: [67, 79] + Def: 0 + Mdef: 10 + Stats: { + Str: 1 + Agi: 8 + Vit: 7 + Int: 0 + Dex: 15 + Luk: 0 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 2612 + AttackMotion: 912 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Decayed_Nail: 9000 + Cardinal_Jewel_: 5 + Sticky_Mucus: 1000 + Horrendous_Mouth: 50 + White_Jewel: 70 + Zombie_Card: 1 + } +}, +{ + Id: 1016 + SpriteName: "ARCHER_SKELETON" + Name: "Archer Skeleton" + Lv: 31 + Hp: 3040 + Sp: 0 + Exp: 483 + JExp: 283 + AttackRange: 9 + Attack: [128, 153] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 8 + Vit: 14 + Int: 5 + Dex: 90 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 2864 + AttackMotion: 864 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Skel_Bone: 4500 + Oridecon_Stone: 70 + Apple_Of_Archer: 3 + Great_Bow_: 35 + Fire_Arrow: 1000 + Red_Herb: 1800 + Bow: 150 + Archer_Skeleton_Card: 1 + } +}, +//1017,THIEF_BUG_FEMALE,Thief Bug Female,Thief Bug Female,10,170,0,35,18,1,33,40,5,5,1,15,10,5,23,5,10,12,1,4,27,0x651,200,988,288,768,0,0,0,0,0,0,0,955,3500,910,250,1108,15,928,200,507,400,716,50,1002,400,0,0,0,0,4026,1 + +{ + Id: 1018 + SpriteName: "CREAMY" + Name: "Creamy" + Lv: 16 + Hp: 595 + Sp: 0 + Exp: 105 + JExp: 70 + AttackRange: 1 + Attack: [53, 64] + Def: 0 + Mdef: 30 + Stats: { + Str: 1 + Agi: 40 + Vit: 16 + Int: 15 + Dex: 16 + Luk: 55 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (4, 1) + Mode: { + CanMove: true + CanAttack: true + Detector: true + } + MoveSpeed: 150 + AttackDelay: 1136 + AttackMotion: 720 + DamageMotion: 840 + MvpExp: 0 + Drops: { + Powder_Of_Butterfly: 9000 + Silk_Robe_: 10 + Honey: 150 + Wing_Of_Butterfly: 100 + Fancy_Flower: 2 + Flower: 500 + Wind_Scroll_1_3: 100 + Creamy_Card: 1 + } +}, +{ + Id: 1019 + SpriteName: "PECOPECO" + Name: "Peco Peco" + Lv: 19 + Hp: 531 + Sp: 0 + Exp: 159 + JExp: 72 + AttackRange: 1 + Attack: [50, 64] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 13 + Vit: 13 + Int: 25 + Dex: 27 + Luk: 9 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (3, 1) + Mode: { + CanMove: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + } + MoveSpeed: 200 + AttackDelay: 1564 + AttackMotion: 864 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Bill_Of_Birds: 9000 + Sandals_: 20 + Yellow_Herb: 200 + Red_Herb: 900 + Wand: 100 + Orange: 1000 + Pecopeco_Card: 1 + } +}, +{ + Id: 1020 + SpriteName: "MANDRAGORA" + Name: "Mandragora" + Lv: 12 + Hp: 405 + Sp: 0 + Exp: 45 + JExp: 32 + AttackRange: 4 + Attack: [26, 35] + Def: 0 + Mdef: 25 + Stats: { + Str: 1 + Agi: 12 + Vit: 24 + Int: 0 + Dex: 36 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (2, 3) + Mode: { + Aggressive: true + CanAttack: true + } + MoveSpeed: 1000 + AttackDelay: 1768 + AttackMotion: 768 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Yellow_Live: 50 + Stem: 9000 + Spear_: 30 + Green_Herb: 350 + Shoot: 300 + Four_Leaf_Clover: 3 + Whip_Of_Earth: 10 + Mandragora_Card: 1 + } +}, +//1021,THIEF_BUG_MALE,Thief Bug Male,Thief Bug Male,19,583,0,223,93,1,76,88,15,5,1,29,16,5,36,1,10,12,1,4,27,0x653,300,988,288,768,0,0,0,0,0,0,0,1011,40,928,5500,955,1500,1152,10,508,90,729,5,1116,50,0,0,0,0,4050,1 + +//1022,WEREWOLF,Werewolf,Werewolf,80,28600,0,11813,7289,2,2560,3280,65,35,1,97,60,1,135,52,10,10,2,0,40,0x163,200,1500,768,652,0,0,0,0,0,0,0,999,500,1034,4000,984,500,985,500,7017,800,0,0,1912,300,0,0,0,0,0,0 + +{ + Id: 1023 + SpriteName: "ORK_WARRIOR" + Name: "Orc Warrior" + Lv: 24 + Hp: 1400 + Sp: 0 + Exp: 408 + JExp: 160 + AttackRange: 1 + Attack: [104, 126] + Def: 10 + Mdef: 5 + Stats: { + Str: 1 + Agi: 24 + Vit: 48 + Int: 25 + Dex: 34 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1864 + AttackMotion: 864 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Iron: 210 + Orcish_Voucher: 9000 + Oridecon_Stone: 40 + Cigar: 3 + Battle_Axe_: 10 + Orcish_Axe: 5 + Axe: 100 + Orc_Warrior_Card: 1 + } +}, +{ + Id: 1024 + SpriteName: "WORM_TAIL" + Name: "Wormtail" + Lv: 14 + Hp: 426 + Sp: 0 + Exp: 59 + JExp: 40 + AttackRange: 2 + Attack: [42, 51] + Def: 5 + Mdef: 0 + Stats: { + Str: 1 + Agi: 14 + Vit: 28 + Int: 5 + Dex: 46 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 1048 + AttackMotion: 48 + DamageMotion: 192 + MvpExp: 0 + Drops: { + Yellow_Live: 60 + Emveretarcon: 25 + Pointed_Scale: 5500 + Pike_: 30 + Yellow_Herb: 70 + Azure_Jewel: 5 + Green_Lace: 100 + Worm_Tail_Card: 1 + } +}, +{ + Id: 1025 + SpriteName: "SNAKE" + Name: "Snake" + Lv: 15 + Hp: 471 + Sp: 0 + Exp: 72 + JExp: 48 + AttackRange: 1 + Attack: [46, 55] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 15 + Vit: 15 + Int: 10 + Dex: 35 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (2, 1) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 1576 + AttackMotion: 576 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Scale_Of_Snakes: 9000 + Katana_: 15 + Red_Herb: 900 + Emveretarcon: 35 + Posionous_Canine: 800 + Shining_Scales: 1 + Strawberry: 600 + Snake_Card: 1 + } +}, +{ + Id: 1026 + SpriteName: "MUNAK" + Name: "Munak" + Lv: 30 + Hp: 2872 + Sp: 0 + Exp: 601 + JExp: 318 + AttackRange: 1 + Attack: [150, 230] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 15 + Vit: 20 + Int: 5 + Dex: 46 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 2468 + AttackMotion: 768 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Danggie: 9000 + Munak_Turban: 2 + Shoes_: 15 + Amulet: 20 + Ninja_Suit: 1 + Adventure_Suit: 100 + Girl's_Diary: 5 + Munak_Card: 1 + } +}, +//1027,RAPTICE,Raptice,Raptice,17,600,0,100,55,1,0,0,5,10,5,20,20,0,28,10,10,12,1,2,22,0x131,200,2000,1000,500,0,0,0,0,0,0,0,909,7000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + +{ + Id: 1028 + SpriteName: "SOLDIER_SKELETON" + Name: "Soldier Skeleton" + Lv: 29 + Hp: 2334 + Sp: 0 + Exp: 372 + JExp: 226 + AttackRange: 1 + Attack: [221, 245] + Def: 10 + Mdef: 15 + Stats: { + Str: 1 + Agi: 15 + Vit: 22 + Int: 5 + Dex: 40 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 2276 + AttackMotion: 576 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Skel_Bone: 5500 + Oridecon_Stone: 60 + Dagger_: 12 + Red_Herb: 700 + Mementos: 10 + Knife: 150 + Stiletto: 50 + Soldier_Skeleton_Card: 1 + } +}, +{ + Id: 1029 + SpriteName: "ISIS" + Name: "Isis" + Lv: 47 + Hp: 7003 + Sp: 0 + Exp: 3709 + JExp: 1550 + AttackRange: 1 + Attack: [423, 507] + Def: 10 + Mdef: 35 + Stats: { + Str: 38 + Agi: 65 + Vit: 43 + Int: 50 + Dex: 66 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (7, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1384 + AttackMotion: 768 + DamageMotion: 336 + MvpExp: 0 + Drops: { + Scales_Shell: 5335 + Circlet_: 5 + Necklace: 1 + Crystal_Jewel___: 150 + Crystal_Jewel__: 20 + Shining_Scales: 1000 + Crystal_Jewel_: 5 + Isis_Card: 1 + } +}, +{ + Id: 1030 + SpriteName: "ANACONDAQ" + Name: "Anacondaq" + Lv: 23 + Hp: 1109 + Sp: 0 + Exp: 300 + JExp: 149 + AttackRange: 1 + Attack: [124, 157] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 23 + Vit: 28 + Int: 10 + Dex: 36 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (5, 1) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 1576 + AttackMotion: 576 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Emveretarcon: 50 + Posionous_Canine: 9000 + Glaive_: 10 + Scale_Of_Snakes: 1500 + Scales_Shell: 200 + Yellow_Herb: 150 + Oridecon_Stone: 50 + Anacondaq_Card: 1 + } +}, +{ + Id: 1031 + SpriteName: "POPORING" + Name: "Poporing" + Lv: 14 + Hp: 344 + Sp: 0 + Exp: 81 + JExp: 44 + AttackRange: 1 + Attack: [59, 72] + Def: 0 + Mdef: 10 + Stats: { + Str: 1 + Agi: 14 + Vit: 14 + Int: 0 + Dex: 19 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (5, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + } + MoveSpeed: 300 + AttackDelay: 1672 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Sticky_Mucus: 5500 + Garlet: 1500 + Green_Herb: 500 + Grape: 200 + Apple: 5 + Main_Gauche: 5 + Apple: 250 + Poporing_Card: 1 + } +}, +{ + Id: 1032 + SpriteName: "VERIT" + Name: "Verit" + Lv: 38 + Hp: 5272 + Sp: 0 + Exp: 835 + JExp: 517 + AttackRange: 1 + Attack: [389, 469] + Def: 0 + Mdef: 5 + Stats: { + Str: 1 + Agi: 19 + Vit: 38 + Int: 0 + Dex: 38 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + } + MoveSpeed: 250 + AttackDelay: 2468 + AttackMotion: 768 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Immortal_Heart: 9000 + Zargon: 700 + Rotten_Bandage: 1100 + White_Herb: 600 + Skul_Ring: 1 + Flower_Ring: 200 + Armlet_Of_Obedience: 20 + Verit_Card: 1 + } +}, +{ + Id: 1033 + SpriteName: "ELDER_WILOW" + Name: "Elder Willow" + Lv: 20 + Hp: 693 + Sp: 0 + Exp: 163 + JExp: 101 + AttackRange: 1 + Attack: [58, 70] + Def: 10 + Mdef: 30 + Stats: { + Str: 1 + Agi: 20 + Vit: 25 + Int: 35 + Dex: 38 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1372 + AttackMotion: 672 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Boody_Red: 50 + Resin: 9000 + Wooden_Block: 350 + Elunium_Stone: 40 + Wooden_Mail_: 30 + Fire_Scroll_1_3: 100 + Branch_Of_Dead_Tree: 100 + Elder_Wilow_Card: 1 + } +}, +{ + Id: 1034 + SpriteName: "THARA_FROG" + Name: "Thara Frog" + Lv: 22 + Hp: 2152 + Sp: 0 + Exp: 219 + JExp: 138 + AttackRange: 1 + Attack: [105, 127] + Def: 0 + Mdef: 10 + Stats: { + Str: 1 + Agi: 22 + Vit: 22 + Int: 5 + Dex: 34 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 5 + Element: (1, 2) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 2016 + AttackMotion: 816 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Emveretarcon: 45 + Spawn: 5500 + Scell: 600 + White_Herb: 30 + Red_Jewel: 5 + Sticky_Webfoot: 2000 + Thara_Frog_Card: 1 + } +}, +{ + Id: 1035 + SpriteName: "HUNTER_FLY" + Name: "Hunter Fly" + Lv: 42 + Hp: 5242 + Sp: 0 + Exp: 1517 + JExp: 952 + AttackRange: 1 + Attack: [246, 333] + Def: 25 + Mdef: 15 + Stats: { + Str: 33 + Agi: 105 + Vit: 32 + Int: 15 + Dex: 72 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (4, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 676 + AttackMotion: 576 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Rough_Wind: 30 + Steel: 100 + Solid_Shell: 5335 + Zargon: 1300 + Oridecon_Stone: 129 + Mini_Propeller: 1 + Damascus_: 2 + Hunter_Fly_Card: 1 + } +}, +{ + Id: 1036 + SpriteName: "GHOUL" + Name: "Ghoul" + Lv: 40 + Hp: 5418 + Sp: 0 + Exp: 1088 + JExp: 622 + AttackRange: 1 + Attack: [420, 500] + Def: 5 + Mdef: 20 + Stats: { + Str: 1 + Agi: 20 + Vit: 29 + Int: 0 + Dex: 45 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 2456 + AttackMotion: 912 + DamageMotion: 504 + MvpExp: 0 + Drops: { + Horrendous_Mouth: 6000 + Oridecon_Stone: 110 + White_Herb: 700 + Green_Herb: 800 + Skul_Ring: 60 + Mementos: 150 + Ghoul_Leg: 1 + Ghoul_Card: 1 + } +}, +{ + Id: 1037 + SpriteName: "SIDE_WINDER" + Name: "Side Winder" + Lv: 43 + Hp: 4929 + Sp: 0 + Exp: 1996 + JExp: 993 + AttackRange: 1 + Attack: [240, 320] + Def: 5 + Mdef: 10 + Stats: { + Str: 38 + Agi: 43 + Vit: 40 + Int: 15 + Dex: 115 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (5, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1576 + AttackMotion: 576 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Shining_Scales: 5335 + Zargon: 1400 + Oridecon_Stone: 134 + Tsurugi_: 2 + Posionous_Canine: 2500 + Scale_Of_Snakes: 5000 + White_Herb: 1000 + Side_Winder_Card: 1 + } +}, +{ + Id: 1038 + SpriteName: "OSIRIS" + Name: "Osiris" + Lv: 78 + Hp: 415400 + Sp: 0 + Exp: 71500 + JExp: 28600 + AttackRange: 1 + Attack: [780, 2880] + Def: 10 + Mdef: 25 + Stats: { + Str: 1 + Agi: 75 + Vit: 30 + Int: 37 + Dex: 86 + Luk: 40 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 1072 + AttackMotion: 672 + DamageMotion: 384 + MvpExp: 35750 + MvpDrops: { + Old_Blue_Box: 4000 + Seed_Of_Yggdrasil: 3000 + Osiris_Doll: 500 + } + Drops: { + Old_Violet_Box: 2000 + Assasin_Dagger: 150 + Crown: 200 + Jamadhar_: 600 + Sacred_Marks: 1000 + Spinx_Helm: 150 + Cakram: 100 + Osiris_Card: 1 + } +}, +{ + Id: 1039 + SpriteName: "BAPHOMET" + Name: "Baphomet" + Lv: 81 + Hp: 668000 + Sp: 0 + Exp: 107250 + JExp: 37895 + AttackRange: 2 + Attack: [3220, 4040] + Def: 35 + Mdef: 45 + Stats: { + Str: 1 + Agi: 152 + Vit: 30 + Int: 85 + Dex: 120 + Luk: 95 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 768 + AttackMotion: 768 + DamageMotion: 576 + MvpExp: 53625 + MvpDrops: { + Yggdrasilberry: 2000 + Baphomet_Doll: 500 + Evil_Horn: 5000 + } + Drops: { + Crescent_Scythe: 400 + Magestic_Goat: 300 + Crescent_Scythe_: 50 + Emperium: 500 + Magestic_Goat_: 10 + Elunium: 5432 + Oridecon: 4171 + Baphomet_Card: 1 + } +}, +{ + Id: 1040 + SpriteName: "GOLEM" + Name: "Golem" + Lv: 25 + Hp: 3900 + Sp: 0 + Exp: 465 + JExp: 94 + AttackRange: 1 + Attack: [175, 187] + Def: 40 + Mdef: 0 + Stats: { + Str: 1 + Agi: 15 + Vit: 25 + Int: 0 + Dex: 15 + Luk: 0 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (0, 3) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 300 + AttackDelay: 1608 + AttackMotion: 816 + DamageMotion: 396 + MvpExp: 0 + Drops: { + Steel: 150 + Stone_Heart: 9000 + Zargon: 220 + Elunium_Stone: 70 + Coal: 210 + Yellow_Gemstone: 200 + Iron: 350 + Golem_Card: 1 + } +}, +{ + Id: 1041 + SpriteName: "MUMMY" + Name: "Mummy" + Lv: 37 + Hp: 5176 + Sp: 0 + Exp: 800 + JExp: 602 + AttackRange: 1 + Attack: [305, 360] + Def: 0 + Mdef: 10 + Stats: { + Str: 28 + Agi: 19 + Vit: 32 + Int: 0 + Dex: 63 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1772 + AttackMotion: 72 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Rotten_Bandage: 9000 + Oridecon_Stone: 100 + Mementos: 550 + Glove: 1 + Silver_Ring: 10 + Panacea: 250 + Yellow_Herb: 850 + Mummy_Card: 1 + } +}, +{ + Id: 1042 + SpriteName: "STEEL_CHONCHON" + Name: "Steel Chonchon" + Lv: 17 + Hp: 530 + Sp: 0 + Exp: 109 + JExp: 71 + AttackRange: 1 + Attack: [54, 65] + Def: 15 + Mdef: 0 + Stats: { + Str: 1 + Agi: 43 + Vit: 17 + Int: 5 + Dex: 33 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (4, 1) + Mode: { + CanMove: true + Looter: true + Assist: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + } + MoveSpeed: 150 + AttackDelay: 1076 + AttackMotion: 576 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Wind_Of_Verdure: 90 + Steel: 30 + Garlet: 2400 + Shell: 9000 + Solid_Shell: 30 + Iron: 200 + Iron_Ore: 300 + Steel_Chonchon_Card: 1 + } +}, +//1043,SEAHORES,Seahorse,Seahorse,18,1452,0,122,78,3,100,150,15,7,1,1,1,1,1,1,10,10,0,5,22,0x131,200,1500,800,600,0,0,0,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: 1044 + SpriteName: "OBEAUNE" + Name: "Obeaune" + Lv: 31 + Hp: 3952 + Sp: 0 + Exp: 644 + JExp: 407 + AttackRange: 1 + Attack: [141, 165] + Def: 0 + Mdef: 40 + Stats: { + Str: 1 + Agi: 31 + Vit: 31 + Int: 55 + Dex: 74 + Luk: 85 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 5 + Element: (1, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Mistic_Frozen: 13 + Heart_Of_Mermaid: 9000 + Fin_Helm: 1 + Saint_Robe_: 10 + Skyblue_Jewel: 10 + Fin: 500 + Witherless_Rose: 30 + Obeaune_Card: 1 + } +}, +{ + Id: 1045 + SpriteName: "MARC" + Name: "Marc" + Lv: 36 + Hp: 6900 + Sp: 0 + Exp: 988 + JExp: 625 + AttackRange: 1 + Attack: [220, 280] + Def: 5 + Mdef: 10 + Stats: { + Str: 1 + Agi: 36 + Vit: 36 + Int: 20 + Dex: 56 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 5 + Element: (1, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1272 + AttackMotion: 72 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Mistic_Frozen: 18 + Gill: 9000 + Oridecon_Stone: 95 + Fin: 1000 + Skyblue_Jewel: 10 + Blue_Gemstone: 200 + White_Herb: 700 + Marc_Card: 1 + } +}, +{ + Id: 1046 + SpriteName: "DOPPELGANGER" + Name: "Doppelganger" + Lv: 72 + Hp: 249000 + Sp: 0 + Exp: 51480 + JExp: 10725 + AttackRange: 1 + Attack: [1340, 1590] + Def: 60 + Mdef: 35 + Stats: { + Str: 88 + Agi: 90 + Vit: 30 + Int: 35 + Dex: 125 + Luk: 65 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 480 + AttackMotion: 480 + DamageMotion: 288 + MvpExp: 25740 + MvpDrops: { + Cardinal_Jewel_: 1500 + Blue_Potion: 6000 + } + Drops: { + Plate_Armor_: 250 + Broad_Sword_: 220 + Zweihander: 150 + Sharp_Gear: 350 + Lance_: 550 + Elunium: 3686 + Oridecon: 2700 + Doppelganger_Card: 1 + } +}, +{ + Id: 1047 + SpriteName: "PECOPECO_EGG" + Name: "Peco Peco Egg" + Lv: 3 + Hp: 420 + Sp: 0 + Exp: 4 + JExp: 4 + AttackRange: 0 + Attack: [1, 2] + Def: 20 + Mdef: 20 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 1 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 0 + Element: (0, 3) + MoveSpeed: 1000 + AttackDelay: 1001 + AttackMotion: 1 + DamageMotion: 1 + MvpExp: 0 + Drops: { + Phracon: 250 + Shell: 1500 + Guard_: 2 + Red_Herb: 400 + Red_Herb: 400 + Empty_Bottle: 1800 + White_Platter: 10 + Pecopeco_Egg_Card: 1 + } +}, +{ + Id: 1048 + SpriteName: "THIEF_BUG_EGG" + Name: "Thief Bug Egg" + Lv: 4 + Hp: 48 + Sp: 0 + Exp: 8 + JExp: 4 + AttackRange: 0 + Attack: [13, 17] + Def: 20 + Mdef: 0 + Stats: { + Str: 1 + Agi: 6 + Vit: 4 + Int: 0 + Dex: 14 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (7, 1) + Mode: { + Detector: true + } + MoveSpeed: 1000 + AttackDelay: 701 + AttackMotion: 1 + DamageMotion: 1 + MvpExp: 0 + Drops: { + Phracon: 300 + Chrysalis: 5000 + Guard_: 2 + Sticky_Mucus: 600 + Red_Gemstone: 100 + Black_Ladle: 10 + Iron_Ore: 250 + Thief_Bug_Egg_Card: 1 + } +}, +{ + Id: 1049 + SpriteName: "PICKY" + Name: "Picky" + Lv: 3 + Hp: 80 + Sp: 0 + Exp: 4 + JExp: 3 + AttackRange: 1 + Attack: [9, 12] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 3 + Vit: 3 + Int: 5 + Dex: 10 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (3, 1) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 988 + AttackMotion: 288 + DamageMotion: 168 + MvpExp: 0 + Drops: { + Feather_Of_Birds: 9000 + Feather: 700 + Cotton_Shirt_: 150 + Red_Herb: 550 + Milk: 300 + Yellow_Gemstone: 50 + Picky_Card: 1 + } +}, +{ + Id: 1050 + SpriteName: "PICKY_" + Name: "Picky" + Lv: 4 + Hp: 83 + Sp: 0 + Exp: 5 + JExp: 4 + AttackRange: 1 + Attack: [8, 11] + Def: 20 + Mdef: 0 + Stats: { + Str: 1 + Agi: 3 + Vit: 3 + Int: 10 + Dex: 11 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (3, 1) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 988 + AttackMotion: 288 + DamageMotion: 168 + MvpExp: 0 + Drops: { + Feather_Of_Birds: 9000 + Feather: 700 + Egg_Shell: 10 + Red_Herb: 600 + Milk: 300 + Yellow_Gemstone: 50 + Tiny_Egg_Shell: 10 + Picky__Card: 1 + } +}, +{ + Id: 1051 + SpriteName: "THIEF_BUG" + Name: "Thief Bug" + Lv: 6 + Hp: 126 + Sp: 0 + Exp: 17 + JExp: 5 + AttackRange: 1 + Attack: [18, 24] + Def: 5 + Mdef: 0 + Stats: { + Str: 1 + Agi: 6 + Vit: 6 + Int: 0 + Dex: 11 + Luk: 0 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (0, 3) + Mode: { + CanMove: true + Looter: true + Assist: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + } + MoveSpeed: 150 + AttackDelay: 1288 + AttackMotion: 288 + DamageMotion: 768 + MvpExp: 0 + Drops: { + Worm_Peelings: 2500 + Leather_Jacket_: 80 + Red_Herb: 350 + Jellopy: 2000 + Leather_Jacket: 120 + Iron_Ore: 250 + Thief_Bug_Card: 1 + } +}, +{ + Id: 1052 + SpriteName: "ROCKER" + Name: "Rocker" + Lv: 9 + Hp: 198 + Sp: 0 + Exp: 20 + JExp: 16 + AttackRange: 1 + Attack: [24, 29] + Def: 5 + Mdef: 10 + Stats: { + Str: 1 + Agi: 9 + Vit: 18 + Int: 10 + Dex: 14 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 4 + Element: (2, 1) + Mode: { + CanMove: true + CanAttack: true + Detector: true + } + MoveSpeed: 200 + AttackDelay: 1864 + AttackMotion: 864 + DamageMotion: 540 + MvpExp: 0 + Drops: { + Grasshopper's_Leg: 9000 + Guitar_Of_Vast_Land: 10 + Green_Feeler: 4 + Javelin_: 80 + Leaflet_Of_Hinal: 10 + Grasshopper_Doll: 10 + Hinalle: 10 + Rocker_Card: 1 + } +}, +{ + Id: 1053 + SpriteName: "THIEF_BUG_" + Name: "Thief Bug Female" + Lv: 10 + Hp: 170 + Sp: 0 + Exp: 35 + JExp: 18 + AttackRange: 1 + Attack: [33, 40] + Def: 5 + Mdef: 5 + Stats: { + Str: 1 + Agi: 15 + Vit: 10 + Int: 5 + Dex: 23 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 4 + Element: (7, 1) + Mode: { + CanMove: true + Looter: true + Assist: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + } + MoveSpeed: 200 + AttackDelay: 988 + AttackMotion: 288 + DamageMotion: 768 + MvpExp: 0 + Drops: { + Worm_Peelings: 3500 + Garlet: 250 + Blade_: 15 + Insect_Feeler: 200 + Red_Herb: 400 + Red_Gemstone: 50 + Iron_Ore: 300 + Thief_Bug_Female_Card: 1 + } +}, +{ + Id: 1054 + SpriteName: "THIEF_BUG__" + Name: "Thief Bug Male" + Lv: 19 + Hp: 583 + Sp: 0 + Exp: 223 + JExp: 93 + AttackRange: 1 + Attack: [76, 88] + Def: 15 + Mdef: 5 + Stats: { + Str: 1 + Agi: 29 + Vit: 16 + Int: 5 + Dex: 36 + Luk: 0 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 4 + Element: (7, 1) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 988 + AttackMotion: 288 + DamageMotion: 768 + MvpExp: 0 + Drops: { + Emveretarcon: 40 + Insect_Feeler: 5500 + Worm_Peelings: 1500 + Slayer_: 10 + Yellow_Herb: 90 + Bluish_Green_Jewel: 5 + Katana: 50 + Thief_Bug_Male_Card: 1 + } +}, +{ + Id: 1055 + SpriteName: "MUKA" + Name: "Muka" + Lv: 17 + Hp: 610 + Sp: 0 + Exp: 273 + JExp: 120 + AttackRange: 1 + Attack: [40, 49] + Def: 5 + Mdef: 5 + Stats: { + Str: 15 + Agi: 15 + Vit: 30 + Int: 5 + Dex: 20 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 3 + Element: (2, 1) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 300 + AttackDelay: 1960 + AttackMotion: 960 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Yellow_Live: 70 + Cactus_Needle: 9000 + Empty_Bottle: 2000 + Green_Herb: 400 + Red_Herb: 1000 + Guisarme: 50 + Iron_Ore: 250 + Muka_Card: 1 + } +}, +{ + Id: 1056 + SpriteName: "SMOKIE" + Name: "Smokie" + Lv: 18 + Hp: 641 + Sp: 0 + Exp: 134 + JExp: 86 + AttackRange: 1 + Attack: [61, 72] + Def: 0 + Mdef: 10 + Stats: { + Str: 1 + Agi: 18 + Vit: 36 + Int: 25 + Dex: 26 + Luk: 35 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (2, 1) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 1576 + AttackMotion: 576 + DamageMotion: 420 + MvpExp: 0 + Drops: { + Raccoon_Leaf: 5500 + Animal's_Skin: 5500 + Sweet_Potato: 800 + Cat_Hairband: 1 + Raccoondog_Doll: 2 + Zargon: 5 + Bluish_Green_Jewel: 2 + Smokie_Card: 1 + } +}, +{ + Id: 1057 + SpriteName: "YOYO" + Name: "Yoyo" + Lv: 21 + Hp: 879 + Sp: 0 + Exp: 280 + JExp: 111 + AttackRange: 1 + Attack: [71, 82] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 24 + Vit: 30 + Int: 35 + Dex: 32 + Luk: 55 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (2, 1) + Mode: { + CanMove: true + Looter: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + } + MoveSpeed: 200 + AttackDelay: 1054 + AttackMotion: 54 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Yoyo_Tail: 9000 + Banana: 1500 + Yellow_Herb: 200 + Cacao: 900 + Monkey_Doll: 10 + Oridecon_Stone: 24 + Strawberry: 1000 + Yoyo_Card: 1 + } +}, +{ + Id: 1058 + SpriteName: "METALLER" + Name: "Metaller" + Lv: 22 + Hp: 926 + Sp: 0 + Exp: 241 + JExp: 152 + AttackRange: 1 + Attack: [131, 159] + Def: 15 + Mdef: 30 + Stats: { + Str: 1 + Agi: 22 + Vit: 22 + Int: 20 + Dex: 49 + Luk: 50 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 4 + Element: (3, 1) + Mode: { + CanMove: true + Looter: true + Assist: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + } + MoveSpeed: 200 + AttackDelay: 1708 + AttackMotion: 1008 + DamageMotion: 540 + MvpExp: 0 + Drops: { + Boody_Red: 60 + Grasshopper's_Leg: 6500 + Scell: 400 + Elunium_Stone: 49 + Singing_Plant: 20 + Shell: 3000 + Guitar_Of_Passion: 10 + Metaller_Card: 1 + } +}, +{ + Id: 1059 + SpriteName: "MISTRESS" + Name: "Mistress" + Lv: 74 + Hp: 212000 + Sp: 0 + Exp: 39325 + JExp: 27170 + AttackRange: 1 + Attack: [880, 1110] + Def: 40 + Mdef: 60 + Stats: { + Str: 50 + Agi: 165 + Vit: 60 + Int: 95 + Dex: 70 + Luk: 130 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (4, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 1148 + AttackMotion: 648 + DamageMotion: 300 + MvpExp: 19662 + MvpDrops: { + Rough_Wind: 1500 + Royal_Jelly: 4000 + Scarlet_Jewel: 3000 + } + Drops: { + Gungnir: 150 + Honey: 10000 + Coronet: 250 + Old_Card_Album: 1000 + Young_Twig: 10 + Elunium: 4268 + Red_Square_Bag: 100 + Mistress_Card: 1 + } +}, +{ + Id: 1060 + SpriteName: "BIGFOOT" + Name: "Bigfoot" + Lv: 25 + Hp: 1619 + Sp: 0 + Exp: 310 + JExp: 188 + AttackRange: 1 + Attack: [198, 220] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 25 + Vit: 55 + Int: 15 + Dex: 20 + Luk: 25 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (2, 1) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 300 + AttackDelay: 1260 + AttackMotion: 192 + DamageMotion: 192 + MvpExp: 0 + Drops: { + Bear's_Foot: 9000 + Poo_Poo_Hat: 5 + Animal's_Skin: 5000 + Stuffed_Doll: 80 + Sweet_Potato: 1500 + Honey: 450 + Oridecon_Stone: 43 + BigFoot_Card: 1 + } +}, +{ + Id: 1061 + SpriteName: "NIGHTMARE" + Name: "Nightmare" + Lv: 49 + Hp: 4437 + Sp: 0 + Exp: 1912 + JExp: 1912 + AttackRange: 1 + Attack: [447, 529] + Def: 0 + Mdef: 40 + Stats: { + Str: 1 + Agi: 74 + Vit: 25 + Int: 15 + Dex: 64 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (8, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1816 + AttackMotion: 816 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Horseshoe: 6000 + Blue_Herb: 500 + Rosary: 2 + Old_Blue_Box: 30 + Blue_Potion: 100 + Infiltrator: 1 + Oridecon: 60 + Nightmare_Card: 1 + } +}, +{ + Id: 1062 + SpriteName: "PORING_" + Name: "Santa Poring" + Lv: 3 + Hp: 69 + Sp: 0 + Exp: 4 + JExp: 5 + AttackRange: 1 + Attack: [12, 16] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 14 + Vit: 3 + Int: 10 + Dex: 12 + Luk: 90 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (6, 1) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 400 + AttackDelay: 1672 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Candy: 2000 + Candy_Striper: 1000 + Red_Herb: 1000 + Apple: 1000 + Santa's_Hat: 100 + Apple: 7 + Poring__Card: 1 + } +}, +{ + Id: 1063 + SpriteName: "LUNATIC" + Name: "Lunatic" + Lv: 3 + Hp: 60 + Sp: 0 + Exp: 6 + JExp: 2 + AttackRange: 1 + Attack: [9, 12] + Def: 0 + Mdef: 20 + Stats: { + Str: 1 + Agi: 3 + Vit: 3 + Int: 10 + Dex: 8 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (0, 3) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 1456 + AttackMotion: 456 + DamageMotion: 336 + MvpExp: 0 + Drops: { + Clover: 6500 + Feather: 1000 + Pierrot_Nose: 4 + Apple: 2000 + Red_Herb: 600 + Carrot: 1100 + Rainbow_Carrot: 20 + Lunatic_Card: 1 + } +}, +{ + Id: 1064 + SpriteName: "MEGALODON" + Name: "Megalodon" + Lv: 24 + Hp: 1648 + Sp: 0 + Exp: 215 + JExp: 132 + AttackRange: 1 + Attack: [155, 188] + Def: 0 + Mdef: 15 + Stats: { + Str: 1 + Agi: 12 + Vit: 24 + Int: 0 + Dex: 26 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 1) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 2492 + AttackMotion: 792 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Rotten_Scale: 5500 + Skel_Bone: 1500 + Blue_Herb: 80 + Blue_Gemstone: 120 + Violet_Jewel: 10 + Old_Blue_Box: 2 + Rotten_Fish: 20 + Megalodon_Card: 1 + } +}, +{ + Id: 1065 + SpriteName: "STROUF" + Name: "Strouf" + Lv: 48 + Hp: 11990 + Sp: 0 + Exp: 3080 + JExp: 2098 + AttackRange: 1 + Attack: [200, 1250] + Def: 5 + Mdef: 50 + Stats: { + Str: 1 + Agi: 40 + Vit: 45 + Int: 92 + Dex: 43 + Luk: 65 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 5 + Element: (1, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Fin: 5335 + Oridecon_Stone: 115 + Granpa_Beard: 2 + Trident_: 2 + Feather: 3000 + Skyblue_Jewel: 20 + Gill: 1500 + Strouf_Card: 1 + } +}, +{ + Id: 1066 + SpriteName: "VADON" + Name: "Vadon" + Lv: 19 + Hp: 1017 + Sp: 0 + Exp: 135 + JExp: 85 + AttackRange: 1 + Attack: [74, 85] + Def: 20 + Mdef: 0 + Stats: { + Str: 1 + Agi: 19 + Vit: 16 + Int: 10 + Dex: 36 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 5 + Element: (1, 1) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 300 + AttackDelay: 1632 + AttackMotion: 432 + DamageMotion: 540 + MvpExp: 0 + Drops: { + Crystal_Blue: 40 + Nipper: 9000 + Garlet: 3000 + Padded_Armor_: 5 + Solid_Shell: 100 + Elunium_Stone: 40 + Blue_Gemstone: 50 + Vadon_Card: 1 + } +}, +{ + Id: 1067 + SpriteName: "CORNUTUS" + Name: "Cornutus" + Lv: 23 + Hp: 1620 + Sp: 0 + Exp: 240 + JExp: 149 + AttackRange: 1 + Attack: [109, 131] + Def: 30 + Mdef: 0 + Stats: { + Str: 1 + Agi: 23 + Vit: 23 + Int: 5 + Dex: 36 + Luk: 12 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 5 + Element: (1, 1) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 1248 + AttackMotion: 48 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Crystal_Blue: 45 + Conch: 5500 + Scell: 800 + Elunium_Stone: 53 + Shield_: 5 + Solid_Shell: 1000 + Blue_Gemstone: 100 + Cornutus_Card: 1 + } +}, +{ + Id: 1068 + SpriteName: "HYDRA" + Name: "Hydra" + Lv: 14 + Hp: 660 + Sp: 0 + Exp: 59 + JExp: 40 + AttackRange: 7 + Attack: [22, 28] + Def: 0 + Mdef: 40 + Stats: { + Str: 1 + Agi: 14 + Vit: 14 + Int: 0 + Dex: 40 + Luk: 2 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 3 + Element: (1, 2) + Mode: { + Aggressive: true + CanAttack: true + } + MoveSpeed: 1000 + AttackDelay: 800 + AttackMotion: 432 + DamageMotion: 600 + MvpExp: 0 + Drops: { + Emveretarcon: 25 + Tentacle: 5500 + Sticky_Mucus: 1500 + Detrimindexta: 20 + Panacea: 5 + Meat: 700 + Hydra_Card: 1 + } +}, +{ + Id: 1069 + SpriteName: "SWORD_FISH" + Name: "Swordfish" + Lv: 30 + Hp: 4299 + Sp: 0 + Exp: 1251 + JExp: 638 + AttackRange: 1 + Attack: [168, 199] + Def: 5 + Mdef: 20 + Stats: { + Str: 1 + Agi: 30 + Vit: 30 + Int: 41 + Dex: 62 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 5 + Element: (1, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1968 + AttackMotion: 768 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Mistic_Frozen: 10 + Sharp_Scale: 9000 + Oridecon_Stone: 33 + Snowy_Horn: 2 + Elunium_Stone: 50 + Katana_: 25 + Gill: 600 + Sword_Fish_Card: 1 + } +}, +{ + Id: 1070 + SpriteName: "KUKRE" + Name: "Kukre" + Lv: 11 + Hp: 507 + Sp: 0 + Exp: 38 + JExp: 28 + AttackRange: 1 + Attack: [28, 37] + Def: 15 + Mdef: 0 + Stats: { + Str: 1 + Agi: 11 + Vit: 11 + Int: 5 + Dex: 16 + Luk: 2 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 5 + Element: (1, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + } + MoveSpeed: 150 + AttackDelay: 1776 + AttackMotion: 576 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Crystal_Blue: 30 + Worm_Peelings: 5500 + Garlet: 400 + Monster's_Feed: 500 + Red_Herb: 650 + Insect_Feeler: 450 + Earthworm_The_Dude: 20 + Kukre_Card: 1 + } +}, +{ + Id: 1071 + SpriteName: "PIRATE_SKEL" + Name: "Pirate Skeleton" + Lv: 25 + Hp: 1676 + Sp: 0 + Exp: 233 + JExp: 142 + AttackRange: 1 + Attack: [145, 178] + Def: 10 + Mdef: 15 + Stats: { + Str: 25 + Agi: 13 + Vit: 25 + Int: 5 + Dex: 25 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1754 + AttackMotion: 554 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Skel_Bone: 3000 + Pirate_Bandana: 15 + Cookbook06: 5 + Bandana: 250 + Falchion: 250 + Oridecon_Stone: 43 + Well_Dried_Bone: 20 + Pirate_Skel_Card: 1 + } +}, +{ + Id: 1072 + SpriteName: "KAHO" + Name: "Kaho" + Lv: 60 + Hp: 8409 + Sp: 0 + Exp: 3990 + JExp: 450 + AttackRange: 1 + Attack: [110, 760] + Def: 5 + Mdef: 50 + Stats: { + Str: 1 + Agi: 55 + Vit: 43 + Int: 88 + Dex: 80 + Luk: 46 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (3, 4) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1700 + AttackMotion: 1000 + DamageMotion: 500 + MvpExp: 0 + Drops: { + Flame_Heart: 30 + Coal: 150 + Burning_Heart: 3000 + Fire_Scroll_1_3: 100 + Elunium_Stone: 1000 + Red_Gemstone: 300 + Alchol: 5 + Kaho_Card: 1 + } +}, +{ + Id: 1073 + SpriteName: "CRAB" + Name: "Crab" + Lv: 20 + Hp: 2451 + Sp: 0 + Exp: 163 + JExp: 101 + AttackRange: 1 + Attack: [71, 81] + Def: 35 + Mdef: 0 + Stats: { + Str: 18 + Agi: 20 + Vit: 15 + Int: 0 + Dex: 36 + Luk: 15 + } + ViewRange: 7 + ChaseRange: 12 + Size: 0 + Race: 5 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 992 + AttackMotion: 792 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Crap_Shell: 5500 + Nipper: 1500 + Stone: 700 + Sparkling_Dust: 13 + Elunium_Stone: 37 + Crab_Card: 1 + } +}, +{ + Id: 1074 + SpriteName: "SHELLFISH" + Name: "Shellfish" + Lv: 15 + Hp: 920 + Sp: 0 + Exp: 66 + JExp: 44 + AttackRange: 1 + Attack: [35, 42] + Def: 35 + Mdef: 0 + Stats: { + Str: 1 + Agi: 12 + Vit: 8 + Int: 0 + Dex: 32 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 5 + Element: (1, 1) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 864 + AttackMotion: 864 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Clam_Shell: 5500 + Flesh_Of_Clam: 1000 + Stone: 500 + Grit: 1000 + Sparkling_Dust: 10 + Elunium_Stone: 18 + Shellfish_Card: 1 + } +}, +//1075,TURTLE,Turtle,Turtle,3,77,0,0,0,1,1,2,35,0,1,1,1,1,1,1,7,12,0,5,22,0x81,200,500,500,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 + +{ + Id: 1076 + SpriteName: "SKELETON" + Name: "Skeleton" + Lv: 10 + Hp: 234 + Sp: 0 + Exp: 18 + JExp: 14 + AttackRange: 1 + Attack: [39, 47] + Def: 10 + Mdef: 10 + Stats: { + Str: 1 + Agi: 5 + Vit: 10 + Int: 0 + Dex: 12 + Luk: 0 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 1) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 2228 + AttackMotion: 528 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Phracon: 90 + Skel_Bone: 800 + Mace_: 80 + Jellopy: 3000 + Red_Herb: 850 + Skul_Ring: 30 + Skeleton_Card: 1 + } +}, +{ + Id: 1077 + SpriteName: "POISON_SPORE" + Name: "Poison Spore" + Lv: 19 + Hp: 665 + Sp: 0 + Exp: 186 + JExp: 93 + AttackRange: 1 + Attack: [89, 101] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 19 + Vit: 25 + Int: 0 + Dex: 24 + Luk: 0 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (5, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1672 + AttackMotion: 672 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Poison_Spore: 9000 + Hat_: 20 + Green_Herb: 550 + Blue_Herb: 60 + Karvodailnirol: 50 + Mushroom_Spore: 1200 + Zargon: 5 + Poison_Spore_Card: 1 + } +}, +{ + Id: 1078 + SpriteName: "RED_PLANT" + Name: "Red Plant" + Lv: 1 + Hp: 10 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [1, 2] + Def: 100 + Mdef: 99 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 + } + ViewRange: 7 + ChaseRange: 12 + Size: 0 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 2000 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + MvpExp: 0 + Drops: { + Red_Herb: 5500 + Flower: 1000 + Shoot: 1000 + Stem: 500 + Pointed_Scale: 300 + Fluff: 500 + Ment: 50 + Centimental_Flower: 2 + } +}, +{ + Id: 1079 + SpriteName: "BLUE_PLANT" + Name: "Blue Plant" + Lv: 1 + Hp: 10 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [1, 2] + Def: 100 + Mdef: 99 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 + } + ViewRange: 7 + ChaseRange: 12 + Size: 0 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 2000 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + MvpExp: 0 + Drops: { + Blue_Herb: 5500 + Flower: 1000 + Shoot: 1000 + Stem: 500 + Pointed_Scale: 300 + Fruit_Of_Mastela: 50 + Grape: 1000 + Centimental_Leaf: 2 + } +}, +{ + Id: 1080 + SpriteName: "GREEN_PLANT" + Name: "Green Plant" + Lv: 1 + Hp: 10 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [1, 2] + Def: 100 + Mdef: 99 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 + } + ViewRange: 7 + ChaseRange: 12 + Size: 0 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 2000 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + MvpExp: 0 + Drops: { + Green_Herb: 7000 + Flower: 1000 + Bitter_Herb: 20 + Stem: 3000 + Pointed_Scale: 1500 + Aloe: 50 + Leaflet_Of_Aloe: 50 + Centimental_Leaf: 2 + } +}, +{ + Id: 1081 + SpriteName: "YELLOW_PLANT" + Name: "Yellow Plant" + Lv: 1 + Hp: 10 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [1, 2] + Def: 100 + Mdef: 99 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 + } + ViewRange: 7 + ChaseRange: 12 + Size: 0 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 2000 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + MvpExp: 0 + Drops: { + Yellow_Herb: 5500 + Flower: 1000 + Shoot: 1000 + Stem: 500 + Pointed_Scale: 300 + Singing_Plant: 5 + Fluff: 500 + Centimental_Flower: 2 + } +}, +{ + Id: 1082 + SpriteName: "WHITE_PLANT" + Name: "White Plant" + Lv: 1 + Hp: 10 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [1, 2] + Def: 100 + Mdef: 99 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 + } + ViewRange: 7 + ChaseRange: 12 + Size: 0 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 2000 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + MvpExp: 0 + Drops: { + White_Herb: 5500 + Flower: 1000 + Deadly_Noxious_Herb: 20 + Stem: 3000 + Pointed_Scale: 1500 + Leaflet_Of_Aloe: 50 + Hinalle: 50 + Centimental_Flower: 2 + } +}, +{ + Id: 1083 + SpriteName: "SHINING_PLANT" + Name: "Shining Plant" + Lv: 1 + Hp: 20 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [1, 2] + Def: 100 + Mdef: 99 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 90 + } + ViewRange: 7 + ChaseRange: 12 + Size: 0 + Race: 3 + Element: (6, 1) + Mode: { + Plant: true + } + MoveSpeed: 2000 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + MvpExp: 0 + Drops: { + Blue_Herb: 5500 + Yellow_Herb: 1000 + White_Herb: 1000 + Illusion_Flower: 5 + Seed_Of_Yggdrasil: 20 + Honey: 500 + Yggdrasilberry: 50 + Emperium: 1 + } +}, +{ + Id: 1084 + SpriteName: "BLACK_MUSHROOM" + Name: "Black Mushroom" + Lv: 1 + Hp: 15 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [1, 2] + Def: 100 + Mdef: 99 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 + } + ViewRange: 7 + ChaseRange: 12 + Size: 0 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 2000 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + MvpExp: 0 + Drops: { + Alchol: 50 + Detrimindexta: 50 + Dew_Laden_Moss: 20 + Feather: 2000 + Crystal_Blue: 800 + Mushroom_Spore: 5500 + Mushroom_Spore: 5500 + Poison_Spore: 5500 + } +}, +{ + Id: 1085 + SpriteName: "RED_MUSHROOM" + Name: "Red Mushroom" + Lv: 1 + Hp: 15 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [1, 2] + Def: 100 + Mdef: 99 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 + } + ViewRange: 7 + ChaseRange: 12 + Size: 0 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 2000 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + MvpExp: 0 + Drops: { + Alchol: 50 + Karvodailnirol: 50 + Dew_Laden_Moss: 20 + Feather: 2000 + Boody_Red: 1000 + Mushroom_Spore: 5500 + Mushroom_Spore: 5500 + Poison_Spore: 5500 + } +}, +{ + Id: 1086 + SpriteName: "GOLDEN_BUG" + Name: "Golden Thief Bug" + Lv: 64 + Hp: 126000 + Sp: 0 + Exp: 14300 + JExp: 7150 + AttackRange: 1 + Attack: [870, 1145] + Def: 60 + Mdef: 45 + Stats: { + Str: 65 + Agi: 75 + Vit: 35 + Int: 45 + Dex: 85 + Luk: 150 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 4 + Element: (3, 2) + Mode: { + CanMove: true + Looter: true + Assist: true + Boss: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + } + MoveSpeed: 100 + AttackDelay: 768 + AttackMotion: 768 + DamageMotion: 480 + MvpExp: 7150 + MvpDrops: { + Gold_Ring: 2000 + Ora_Ora: 1000 + } + Drops: { + Gold: 1000 + Golden_Mace: 150 + Golden_Gear: 250 + Golden_Bell: 500 + Emperium: 300 + Elunium: 2000 + Oridecon: 1500 + Golden_Bug_Card: 1 + } +}, +{ + Id: 1087 + SpriteName: "ORK_HERO" + Name: "Orc Hero" + Lv: 77 + Hp: 585700 + Sp: 0 + Exp: 58630 + JExp: 32890 + AttackRange: 1 + Attack: [2257, 2542] + Def: 40 + Mdef: 45 + Stats: { + Str: 1 + Agi: 91 + Vit: 30 + Int: 70 + Dex: 105 + Luk: 90 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 7 + Element: (2, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1678 + AttackMotion: 780 + DamageMotion: 648 + MvpExp: 29315 + MvpDrops: { + Red_Jewel: 2000 + Yggdrasilberry: 1500 + Steel: 5000 + } + Drops: { + Voucher_Of_Orcish_Hero: 9700 + Monkey_Circlet: 500 + Right_Epsilon: 150 + Shield_: 250 + Orcish_Sword: 1000 + Elunium: 4559 + Giant_Axe: 100 + Orc_Hero_Card: 1 + } +}, +{ + Id: 1088 + SpriteName: "VOCAL" + Name: "Vocal" + Lv: 18 + Hp: 3016 + Sp: 0 + Exp: 110 + JExp: 88 + AttackRange: 1 + Attack: [71, 82] + Def: 10 + Mdef: 30 + Stats: { + Str: 77 + Agi: 28 + Vit: 26 + Int: 30 + Dex: 53 + Luk: 40 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 4 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1080 + AttackMotion: 648 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Oldman's_Romance: 50 + Grasshopper's_Leg: 8000 + Azure_Jewel: 1000 + Grasshopper_Doll: 1500 + Angel's_Arrival: 1000 + Center_Potion: 700 + Guitar_Of_Gentle_Breeze: 10 + Vocal_Card: 1 + } +}, +{ + Id: 1089 + SpriteName: "TOAD" + Name: "Toad" + Lv: 10 + Hp: 5065 + Sp: 0 + Exp: 100 + JExp: 50 + AttackRange: 1 + Attack: [26, 32] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 5 + Vit: 10 + Int: 10 + Dex: 10 + Luk: 25 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 5 + Element: (1, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1236 + AttackMotion: 336 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Big_Sis'_Ribbon: 50 + Honey: 2000 + Bluish_Green_Jewel: 1000 + Glass_Bead: 1500 + Alchol: 100 + Detrimindexta: 100 + Kiss_Of_Angel: 1000 + Toad_Card: 1 + } +}, +{ + Id: 1090 + SpriteName: "MASTERING" + Name: "Mastering" + Lv: 2 + Hp: 2415 + Sp: 0 + Exp: 30 + JExp: 10 + AttackRange: 1 + Attack: [18, 24] + Def: 0 + Mdef: 10 + Stats: { + Str: 1 + Agi: 2 + Vit: 2 + Int: 0 + Dex: 17 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (1, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1072 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Snowy_Horn: 200 + Unripe_Apple: 50 + Scarlet_Jewel: 1000 + Angel's_Safeguard: 1000 + Apple: 8000 + Apple: 8000 + Apple_Juice: 4000 + Mastering_Card: 1 + } +}, +{ + Id: 1091 + SpriteName: "DRAGON_FLY" + Name: "Dragon Fly" + Lv: 8 + Hp: 2400 + Sp: 0 + Exp: 88 + JExp: 44 + AttackRange: 1 + Attack: [22, 27] + Def: 40 + Mdef: 0 + Stats: { + Str: 1 + Agi: 20 + Vit: 8 + Int: 15 + Dex: 17 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (4, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 1076 + AttackMotion: 576 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Sweet_Gents: 200 + Red_Herb: 8000 + Violet_Jewel: 1500 + Chonchon_Doll: 2000 + Clip: 3000 + Lusty_Iron: 50 + Grape_Juice: 3000 + Dragon_Fly_Card: 1 + } +}, +{ + Id: 1092 + SpriteName: "VAGABOND_WOLF" + Name: "Vagabond Wolf" + Lv: 24 + Hp: 12240 + Sp: 0 + Exp: 247 + JExp: 176 + AttackRange: 1 + Attack: [135, 159] + Def: 10 + Mdef: 0 + Stats: { + Str: 57 + Agi: 45 + Vit: 48 + Int: 20 + Dex: 50 + Luk: 65 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1048 + AttackMotion: 648 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Western_Grace: 200 + Claw_Of_Wolves: 8000 + Golden_Jewel: 1500 + Star_Dust_Blade: 100 + Angel's_Warmth: 1000 + Red_Jewel: 10 + Monster_Juice: 50 + Vagabond_Wolf_Card: 1 + } +}, +{ + Id: 1093 + SpriteName: "ECLIPSE" + Name: "Eclipse" + Lv: 6 + Hp: 1800 + Sp: 0 + Exp: 60 + JExp: 55 + AttackRange: 1 + Attack: [20, 26] + Def: 0 + Mdef: 40 + Stats: { + Str: 1 + Agi: 36 + Vit: 6 + Int: 0 + Dex: 11 + Luk: 80 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1456 + AttackMotion: 456 + DamageMotion: 336 + MvpExp: 0 + Drops: { + Fillet: 200 + Red_Herb: 8000 + White_Jewel: 1200 + Glass_Bead: 1500 + Four_Leaf_Clover: 30 + Rainbow_Carrot: 50 + Angel's_Protection: 1000 + Eclipse_Card: 1 + } +}, +{ + Id: 1094 + SpriteName: "AMBERNITE" + Name: "Ambernite" + Lv: 13 + Hp: 495 + Sp: 0 + Exp: 57 + JExp: 38 + AttackRange: 1 + Attack: [39, 46] + Def: 30 + Mdef: 0 + Stats: { + Str: 1 + Agi: 13 + Vit: 13 + Int: 5 + Dex: 18 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 4 + Element: (1, 1) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + Detector: true + } + MoveSpeed: 400 + AttackDelay: 2048 + AttackMotion: 648 + DamageMotion: 648 + MvpExp: 0 + Drops: { + Crystal_Blue: 50 + Snail's_Shell: 9000 + Garlet: 1200 + Shell: 3000 + Solid_Shell: 2 + Elunium_Stone: 14 + Iron_Ore: 150 + Ambernite_Card: 1 + } +}, +{ + Id: 1095 + SpriteName: "ANDRE" + Name: "Andre" + Lv: 17 + Hp: 688 + Sp: 0 + Exp: 109 + JExp: 71 + AttackRange: 1 + Attack: [60, 71] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 17 + Vit: 24 + Int: 20 + Dex: 26 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (2, 1) + Mode: { + CanMove: true + Looter: true + Assist: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + } + MoveSpeed: 300 + AttackDelay: 1288 + AttackMotion: 288 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Worm_Peelings: 9000 + Garlet: 1000 + Sticky_Mucus: 500 + Yellow_Live: 50 + Sparkling_Dust: 4 + Iron_Ore: 350 + Elunium_Stone: 28 + Andre_Card: 1 + } +}, +{ + Id: 1096 + SpriteName: "ANGELING" + Name: "Angeling" + Lv: 20 + Hp: 55000 + Sp: 0 + Exp: 163 + JExp: 144 + AttackRange: 1 + Attack: [120, 195] + Def: 0 + Mdef: 70 + Stats: { + Str: 1 + Agi: 50 + Vit: 20 + Int: 75 + Dex: 68 + Luk: 200 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 8 + Element: (6, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1072 + AttackMotion: 672 + DamageMotion: 672 + MvpExp: 0 + Drops: { + Angelic_Chain: 100 + Scapulare_: 60 + Leaf_Of_Yggdrasil: 500 + Spirit_Chain: 1 + White_Herb: 2000 + Apple: 28 + Emperium: 40 + Angeling_Card: 1 + } +}, +{ + Id: 1097 + SpriteName: "ANT_EGG" + Name: "Ant Egg" + Lv: 4 + Hp: 420 + Sp: 0 + Exp: 5 + JExp: 4 + AttackRange: 0 + Attack: [1, 2] + Def: 20 + Mdef: 20 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 1 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 0 + Element: (0, 3) + MoveSpeed: 1000 + AttackDelay: 1001 + AttackMotion: 1 + DamageMotion: 1 + MvpExp: 0 + Drops: { + Phracon: 320 + Shell: 2000 + Jellopy: 2000 + Sticky_Mucus: 650 + Empty_Bottle: 2000 + Iron_Ore: 200 + Andre_Egg_Card: 1 + } +}, +{ + Id: 1098 + SpriteName: "ANUBIS" + Name: "Anubis" + Lv: 75 + Hp: 38000 + Sp: 0 + Exp: 28000 + JExp: 22000 + AttackRange: 1 + Attack: [530, 1697] + Def: 25 + Mdef: 31 + Stats: { + Str: 5 + Agi: 65 + Vit: 10 + Int: 82 + Dex: 77 + Luk: 33 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 7 + Element: (9, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1250 + AttackMotion: 768 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Rotten_Bandage: 3000 + Healing_Staff: 10 + Mementos: 550 + Oridecon: 105 + Sacred_Masque: 4365 + Mitten_Of_Presbyter: 1 + Blessed_Wand: 3 + Anubis_Card: 1 + } +}, +{ + Id: 1099 + SpriteName: "ARGIOPE" + Name: "Argiope" + Lv: 41 + Hp: 4382 + Sp: 0 + Exp: 1797 + JExp: 849 + AttackRange: 1 + Attack: [395, 480] + Def: 30 + Mdef: 0 + Stats: { + Str: 1 + Agi: 41 + Vit: 31 + Int: 10 + Dex: 56 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 4 + Element: (5, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1792 + AttackMotion: 792 + DamageMotion: 336 + MvpExp: 0 + Drops: { + Short_Leg: 5335 + Zargon: 1200 + Elunium_Stone: 175 + Boots_: 5 + Green_Herb: 1500 + Violet_Jewel: 10 + Argiope_Card: 1 + } +}, +{ + Id: 1100 + SpriteName: "ARGOS" + Name: "Argos" + Lv: 25 + Hp: 1117 + Sp: 0 + Exp: 388 + JExp: 188 + AttackRange: 1 + Attack: [158, 191] + Def: 15 + Mdef: 0 + Stats: { + Str: 1 + Agi: 25 + Vit: 25 + Int: 5 + Dex: 32 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 4 + Element: (5, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1468 + AttackMotion: 468 + DamageMotion: 768 + MvpExp: 0 + Drops: { + Spiderweb: 9000 + Scell: 1200 + Short_Leg: 500 + Elunium_Stone: 61 + Green_Herb: 670 + Yellow_Herb: 250 + Bark_Shorts: 15 + Argos_Card: 1 + } +}, +{ + Id: 1101 + SpriteName: "BAPHOMET_" + Name: "Baphomet Jr." + Lv: 50 + Hp: 8578 + Sp: 0 + Exp: 2706 + JExp: 1480 + AttackRange: 1 + Attack: [487, 590] + Def: 15 + Mdef: 25 + Stats: { + Str: 1 + Agi: 75 + Vit: 55 + Int: 1 + Dex: 93 + Luk: 45 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 6 + Element: (7, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 868 + AttackMotion: 480 + DamageMotion: 120 + MvpExp: 0 + Drops: { + Evil_Horn: 500 + Oridecon: 63 + Halberd_: 2 + Yggdrasilberry: 50 + Leaf_Of_Yggdrasil: 100 + Yellow_Herb: 1300 + Boots: 50 + Baphomet__Card: 1 + } +}, +{ + Id: 1102 + SpriteName: "BATHORY" + Name: "Bathory" + Lv: 44 + Hp: 5415 + Sp: 0 + Exp: 2503 + JExp: 1034 + AttackRange: 1 + Attack: [198, 398] + Def: 0 + Mdef: 60 + Stats: { + Str: 1 + Agi: 76 + Vit: 24 + Int: 85 + Dex: 65 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (7, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 1504 + AttackMotion: 840 + DamageMotion: 900 + MvpExp: 0 + Drops: { + Sparkling_Dust: 200 + Starsand_Of_Witch: 4850 + Star_Sparkling: 3 + Arc_Wand_: 5 + Star_Crumb: 30 + Old_Magic_Book: 15 + Old_Broom: 20 + Bathory_Card: 1 + } +}, +{ + Id: 1103 + SpriteName: "CARAMEL" + Name: "Caramel" + Lv: 23 + Hp: 1424 + Sp: 0 + Exp: 264 + JExp: 162 + AttackRange: 1 + Attack: [90, 112] + Def: 5 + Mdef: 5 + Stats: { + Str: 35 + Agi: 23 + Vit: 46 + Int: 5 + Dex: 38 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (2, 1) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 1604 + AttackMotion: 840 + DamageMotion: 756 + MvpExp: 0 + Drops: { + Porcupine_Spike: 9000 + Coat_: 5 + Animal's_Skin: 5500 + Glaive_: 10 + Spear_: 15 + Pike_: 20 + Caramel_Card: 1 + } +}, +{ + Id: 1104 + SpriteName: "COCO" + Name: "Coco" + Lv: 17 + Hp: 817 + Sp: 0 + Exp: 120 + JExp: 78 + AttackRange: 1 + Attack: [56, 67] + Def: 0 + Mdef: 0 + Stats: { + Str: 24 + Agi: 17 + Vit: 34 + Int: 20 + Dex: 24 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (2, 1) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 150 + AttackDelay: 1864 + AttackMotion: 864 + DamageMotion: 1008 + MvpExp: 0 + Drops: { + Acorn: 9000 + Hood_: 20 + Fluff: 3000 + Animal's_Skin: 2500 + Sweet_Potato: 500 + Sandals_: 25 + Strawberry: 600 + Coco_Card: 1 + } +}, +{ + Id: 1105 + SpriteName: "DENIRO" + Name: "Deniro" + Lv: 19 + Hp: 760 + Sp: 0 + Exp: 135 + JExp: 85 + AttackRange: 1 + Attack: [68, 79] + Def: 15 + Mdef: 0 + Stats: { + Str: 1 + Agi: 19 + Vit: 30 + Int: 20 + Dex: 43 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (2, 1) + Mode: { + CanMove: true + Looter: true + Assist: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + } + MoveSpeed: 150 + AttackDelay: 1288 + AttackMotion: 288 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Worm_Peelings: 9000 + Garlet: 3000 + Sticky_Mucus: 1200 + Boody_Red: 50 + Sparkling_Dust: 8 + Iron_Ore: 450 + Elunium_Stone: 34 + Andre_Card: 1 + } +}, +{ + Id: 1106 + SpriteName: "DESERT_WOLF" + Name: "Desert Wolf" + Lv: 27 + Hp: 1716 + Sp: 0 + Exp: 427 + JExp: 266 + AttackRange: 1 + Attack: [169, 208] + Def: 0 + Mdef: 10 + Stats: { + Str: 56 + Agi: 27 + Vit: 45 + Int: 15 + Dex: 56 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (3, 1) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1120 + AttackMotion: 420 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Katar_: 5 + Claw_Of_Desert_Wolf: 5500 + Mink_Coat: 1 + Meat: 1200 + Claw_Of_Wolves: 2000 + Oridecon_Stone: 53 + Stiletto_: 140 + Desert_Wolf_Card: 1 + } +}, +{ + Id: 1107 + SpriteName: "DESERT_WOLF_B" + Name: "Desert Wolf Baby" + Lv: 9 + Hp: 164 + Sp: 0 + Exp: 20 + JExp: 16 + AttackRange: 1 + Attack: [30, 36] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 9 + Vit: 9 + Int: 5 + Dex: 21 + Luk: 40 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (3, 1) + Mode: { + CanMove: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + } + MoveSpeed: 300 + AttackDelay: 1600 + AttackMotion: 900 + DamageMotion: 240 + MvpExp: 0 + Drops: { + Phracon: 85 + Animal's_Skin: 5500 + Adventurere's_Suit_: 80 + Meat: 600 + Cotton_Shirt: 200 + Asura_: 5 + Orange: 1000 + Desert_Wolf_Babe_Card: 1 + } +}, +{ + Id: 1108 + SpriteName: "DEVIACE" + Name: "Deviace" + Lv: 47 + Hp: 20090 + Sp: 0 + Exp: 9988 + JExp: 7207 + AttackRange: 1 + Attack: [514, 1024] + Def: 10 + Mdef: 20 + Stats: { + Str: 1 + Agi: 47 + Vit: 62 + Int: 48 + Dex: 62 + Luk: 25 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 5 + Element: (1, 4) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 400 + AttackDelay: 1680 + AttackMotion: 480 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Mistic_Frozen: 25 + Tooth_Of_Ancient_Fish: 9000 + Lip_Of_Ancient_Fish: 1000 + Antenna: 2 + Detrimindexta: 200 + Katar_Of_Cold_Icicle: 3 + Oridecon_Stone: 161 + Deviace_Card: 1 + } +}, +{ + Id: 1109 + SpriteName: "DEVIRUCHI" + Name: "Deviruchi" + Lv: 46 + Hp: 6666 + Sp: 0 + Exp: 2662 + JExp: 1278 + AttackRange: 1 + Attack: [475, 560] + Def: 10 + Mdef: 25 + Stats: { + Str: 1 + Agi: 69 + Vit: 40 + Int: 55 + Dex: 70 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 6 + Element: (7, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 980 + AttackMotion: 600 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Petite_DiablOfs_Horn: 5335 + Petite_DiablOfs_Wing: 400 + Oridecon: 2 + Partizan_: 2 + Sacred_Marks: 5 + Zargon: 1500 + Oridecon_Stone: 154 + Deviruchi_Card: 1 + } +}, +{ + Id: 1110 + SpriteName: "DOKEBI" + Name: "Dokebi" + Lv: 33 + Hp: 2697 + Sp: 0 + Exp: 889 + JExp: 455 + AttackRange: 1 + Attack: [197, 249] + Def: 0 + Mdef: 10 + Stats: { + Str: 50 + Agi: 50 + Vit: 40 + Int: 35 + Dex: 69 + Luk: 40 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 6 + Element: (7, 1) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + Detector: true + } + MoveSpeed: 250 + AttackDelay: 1156 + AttackMotion: 456 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Dokkaebi_Horn: 9000 + Elunium_Stone: 150 + Sword_Mace_: 2 + Mighty_Staff: 1 + Gold: 1 + Club: 300 + Hammer_Of_Blacksmith: 5 + Dokebi_Card: 1 + } +}, +{ + Id: 1111 + SpriteName: "DRAINLIAR" + Name: "Drainliar" + Lv: 24 + Hp: 1162 + Sp: 0 + Exp: 431 + JExp: 176 + AttackRange: 1 + Attack: [74, 84] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 36 + Vit: 24 + Int: 0 + Dex: 78 + Luk: 0 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (7, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 1276 + AttackMotion: 576 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Emveretarcon: 60 + Tooth_Of_Bat: 3000 + Red_Jewel: 20 + Red_Herb: 1000 + Wing_Of_Red_Bat: 5500 + Wing_Of_Red_Bat: 1500 + Oridecon_Stone: 40 + Drainliar_Card: 1 + } +}, +{ + Id: 1112 + SpriteName: "DRAKE" + Name: "Drake" + Lv: 70 + Hp: 326666 + Sp: 0 + Exp: 28600 + JExp: 22880 + AttackRange: 1 + Attack: [1800, 2100] + Def: 20 + Mdef: 35 + Stats: { + Str: 85 + Agi: 80 + Vit: 49 + Int: 75 + Dex: 79 + Luk: 50 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 620 + AttackMotion: 420 + DamageMotion: 360 + MvpExp: 14300 + MvpDrops: { + White_Potion: 5000 + Violet_Jewel: 500 + } + Drops: { + Saber_: 600 + Ring_Pommel_Saber_: 950 + Cutlas: 150 + Hae_Dong_Gum_: 400 + Corsair: 350 + Elunium: 3200 + Krasnaya: 100 + Drake_Card: 1 + } +}, +{ + Id: 1113 + SpriteName: "DROPS" + Name: "Drops" + Lv: 3 + Hp: 55 + Sp: 0 + Exp: 4 + JExp: 3 + AttackRange: 1 + Attack: [10, 13] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 3 + Vit: 3 + Int: 0 + Dex: 12 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (3, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + } + MoveSpeed: 400 + AttackDelay: 1372 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Jellopy: 7500 + Rod_: 80 + Sticky_Mucus: 500 + Apple: 1100 + Empty_Bottle: 1700 + Apple: 800 + Orange_Juice: 20 + Drops_Card: 1 + } +}, +{ + Id: 1114 + SpriteName: "DUSTINESS" + Name: "Dustiness" + Lv: 21 + Hp: 1044 + Sp: 0 + Exp: 218 + JExp: 140 + AttackRange: 1 + Attack: [80, 102] + Def: 0 + Mdef: 10 + Stats: { + Str: 1 + Agi: 53 + Vit: 17 + Int: 0 + Dex: 38 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (4, 2) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + Detector: true + } + MoveSpeed: 150 + AttackDelay: 1004 + AttackMotion: 504 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Moth_Dust: 9000 + Wing_Of_Moth: 500 + Masquerade: 4 + Insect_Feeler: 2000 + Sparkling_Dust: 10 + Red_Herb: 1200 + Dustiness_Card: 1 + } +}, +{ + Id: 1115 + SpriteName: "EDDGA" + Name: "Eddga" + Lv: 65 + Hp: 152000 + Sp: 0 + Exp: 25025 + JExp: 12870 + AttackRange: 1 + Attack: [1215, 1565] + Def: 15 + Mdef: 15 + Stats: { + Str: 78 + Agi: 70 + Vit: 85 + Int: 66 + Dex: 90 + Luk: 85 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (3, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 872 + AttackMotion: 1344 + DamageMotion: 432 + MvpExp: 12512 + MvpDrops: { + Tiger's_Skin: 5000 + Tiger_Footskin: 1000 + Flame_Heart: 3000 + } + Drops: { + Fire_Brand: 150 + Smoking_Pipe: 250 + Honey: 10000 + Katar_Of_Raging_Blaze: 500 + Tiger_Footskin: 250 + Elunium: 2300 + Krieg: 100 + Eddga_Card: 1 + } +}, +{ + Id: 1116 + SpriteName: "EGGYRA" + Name: "Eggyra" + Lv: 24 + Hp: 633 + Sp: 0 + Exp: 215 + JExp: 220 + AttackRange: 1 + Attack: [85, 107] + Def: 20 + Mdef: 25 + Stats: { + Str: 1 + Agi: 36 + Vit: 24 + Int: 0 + Dex: 32 + Luk: 0 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (8, 2) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 1816 + AttackMotion: 816 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Scell: 1000 + Egg_Shell: 20 + Piece_Of_Egg_Shell: 550 + Red_Herb: 1000 + Pet_Incubator: 300 + Center_Potion: 250 + Elunium_Stone: 57 + Eggyra_Card: 1 + } +}, +{ + Id: 1117 + SpriteName: "EVIL_DRUID" + Name: "Evil Druid" + Lv: 58 + Hp: 16506 + Sp: 0 + Exp: 2890 + JExp: 1827 + AttackRange: 1 + Attack: [420, 670] + Def: 5 + Mdef: 60 + Stats: { + Str: 1 + Agi: 29 + Vit: 58 + Int: 80 + Dex: 68 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 1 + Element: (9, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 2276 + AttackMotion: 576 + DamageMotion: 336 + MvpExp: 0 + Drops: { + Biretta_: 10 + Bone_Wand: 1 + Ragamuffin_Cape: 2 + Bible: 10 + Leaf_Of_Yggdrasil: 200 + Cookbook07: 4 + White_Herb: 2000 + Evil_Druid_Card: 1 + } +}, +{ + Id: 1118 + SpriteName: "FLORA" + Name: "Flora" + Lv: 26 + Hp: 2092 + Sp: 0 + Exp: 357 + JExp: 226 + AttackRange: 3 + Attack: [242, 273] + Def: 10 + Mdef: 35 + Stats: { + Str: 1 + Agi: 26 + Vit: 35 + Int: 5 + Dex: 43 + Luk: 80 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 3 + Element: (2, 1) + Mode: { + Aggressive: true + CanAttack: true + } + MoveSpeed: 1000 + AttackDelay: 1432 + AttackMotion: 432 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Blossom_Of_Maneater: 9000 + Sunflower: 3 + Aloe: 10 + Leaflet_Of_Aloe: 50 + Singing_Flower: 20 + Stem: 2000 + Witherless_Rose: 1 + Flora_Card: 1 + } +}, +{ + Id: 1119 + SpriteName: "FRILLDORA" + Name: "Frilldora" + Lv: 30 + Hp: 2023 + Sp: 0 + Exp: 529 + JExp: 319 + AttackRange: 1 + Attack: [200, 239] + Def: 0 + Mdef: 10 + Stats: { + Str: 35 + Agi: 30 + Vit: 38 + Int: 15 + Dex: 53 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (3, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1540 + AttackMotion: 720 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Lizard_Scruff: 5500 + Elunium_Stone: 90 + Reptile_Tongue: 1500 + Azure_Jewel: 15 + Yellow_Gemstone: 200 + Red_Herb: 800 + Zargon: 120 + Frilldora_Card: 1 + } +}, +{ + Id: 1120 + SpriteName: "GHOSTRING" + Name: "Ghostring" + Lv: 18 + Hp: 73300 + Sp: 0 + Exp: 101 + JExp: 108 + AttackRange: 1 + Attack: [82, 122] + Def: 0 + Mdef: 60 + Stats: { + Str: 40 + Agi: 27 + Vit: 18 + Int: 45 + Dex: 72 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (8, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1220 + AttackMotion: 1080 + DamageMotion: 648 + MvpExp: 0 + Drops: { + Transparent_Cloth: 5335 + Ghost_Bandana: 100 + Thief_Clothes_: 50 + Branch_Of_Dead_Tree: 500 + Old_Blue_Box: 10 + Emperium: 30 + Ghost_Scroll_1_5: 100 + Ghostring_Card: 1 + } +}, +{ + Id: 1121 + SpriteName: "GIEARTH" + Name: "Giearth" + Lv: 29 + Hp: 2252 + Sp: 0 + Exp: 495 + JExp: 301 + AttackRange: 1 + Attack: [154, 185] + Def: 10 + Mdef: 50 + Stats: { + Str: 25 + Agi: 29 + Vit: 46 + Int: 60 + Dex: 64 + Luk: 105 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 6 + Element: (2, 1) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + Detector: true + } + MoveSpeed: 200 + AttackDelay: 1848 + AttackMotion: 1296 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Great_Nature: 30 + Coal: 150 + Elder_Pixie's_Beard: 5500 + Elven_Ears: 1 + Cap_: 10 + Sparkling_Dust: 100 + Giearth_Card: 1 + } +}, +{ + Id: 1122 + SpriteName: "GOBLIN_1" + Name: "Goblin" + Lv: 25 + Hp: 1176 + Sp: 0 + Exp: 310 + JExp: 188 + AttackRange: 1 + Attack: [118, 140] + Def: 10 + Mdef: 5 + Stats: { + Str: 1 + Agi: 53 + Vit: 25 + Int: 20 + Dex: 38 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (4, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 1120 + AttackMotion: 620 + DamageMotion: 240 + MvpExp: 0 + Drops: { + Iron: 270 + Scell: 9000 + Oridecon_Stone: 43 + Goblini_Mask: 3 + Dirk_: 10 + Buckler_: 5 + Red_Herb: 1800 + Goblin_Card: 1 + } +}, +{ + Id: 1123 + SpriteName: "GOBLIN_2" + Name: "Goblin" + Lv: 24 + Hp: 1034 + Sp: 0 + Exp: 287 + JExp: 176 + AttackRange: 1 + Attack: [88, 100] + Def: 10 + Mdef: 5 + Stats: { + Str: 1 + Agi: 24 + Vit: 24 + Int: 15 + Dex: 66 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (3, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1320 + AttackMotion: 620 + DamageMotion: 240 + MvpExp: 0 + Drops: { + Iron: 250 + Scell: 9000 + Indian_Hair_Piece: 3 + Flail_: 10 + Buckler_: 1 + Red_Herb: 1550 + Goblini_Mask: 3 + Goblin_Card: 1 + } +}, +{ + Id: 1124 + SpriteName: "GOBLIN_3" + Name: "Goblin" + Lv: 24 + Hp: 1034 + Sp: 0 + Exp: 357 + JExp: 176 + AttackRange: 1 + Attack: [132, 165] + Def: 10 + Mdef: 5 + Stats: { + Str: 1 + Agi: 24 + Vit: 24 + Int: 15 + Dex: 24 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (5, 1) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 1624 + AttackMotion: 624 + DamageMotion: 240 + MvpExp: 0 + Drops: { + Iron: 230 + Scell: 9000 + Red_Bandana: 3 + Goblin_Mask_02: 15 + Buckler_: 1 + Red_Herb: 1550 + Yellow_Herb: 220 + Goblin_Card: 1 + } +}, +{ + Id: 1125 + SpriteName: "GOBLIN_4" + Name: "Goblin" + Lv: 23 + Hp: 1359 + Sp: 0 + Exp: 264 + JExp: 164 + AttackRange: 1 + Attack: [109, 131] + Def: 10 + Mdef: 5 + Stats: { + Str: 1 + Agi: 23 + Vit: 46 + Int: 15 + Dex: 36 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1624 + AttackMotion: 624 + DamageMotion: 240 + MvpExp: 0 + Drops: { + Yellow_Live: 100 + Iron: 170 + Goblin_Mask_01: 15 + Gangster_Patch: 3 + Smasher_: 10 + Buckler_: 1 + Red_Herb: 1500 + Goblin_Card: 1 + } +}, +{ + Id: 1126 + SpriteName: "GOBLIN_5" + Name: "Goblin" + Lv: 22 + Hp: 1952 + Sp: 0 + Exp: 241 + JExp: 152 + AttackRange: 1 + Attack: [105, 127] + Def: 10 + Mdef: 5 + Stats: { + Str: 1 + Agi: 22 + Vit: 22 + Int: 15 + Dex: 32 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (1, 1) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 3074 + AttackMotion: 1874 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Iron: 150 + Scell: 9000 + Wand_: 15 + Buckler_: 1 + Goblin_Mask_03: 15 + Red_Herb: 1500 + Yellow_Herb: 220 + Goblin_Card: 1 + } +}, +{ + Id: 1127 + SpriteName: "HODE" + Name: "Hode" + Lv: 26 + Hp: 2282 + Sp: 0 + Exp: 550 + JExp: 300 + AttackRange: 1 + Attack: [146, 177] + Def: 0 + Mdef: 30 + Stats: { + Str: 1 + Agi: 26 + Vit: 42 + Int: 5 + Dex: 49 + Luk: 40 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (2, 2) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 1480 + AttackMotion: 480 + DamageMotion: 720 + MvpExp: 0 + Drops: { + Yellow_Live: 120 + Earthworm_Peeling: 9000 + Elunium_Stone: 80 + Sticky_Mucus: 3000 + Town_Sword_: 10 + Foolishness_Of_Blind: 1 + Fatty_Chubby_Earthworm: 20 + Hode_Card: 1 + } +}, +{ + Id: 1128 + SpriteName: "HORN" + Name: "Horn" + Lv: 18 + Hp: 659 + Sp: 0 + Exp: 134 + JExp: 86 + AttackRange: 1 + Attack: [58, 69] + Def: 10 + Mdef: 0 + Stats: { + Str: 22 + Agi: 18 + Vit: 28 + Int: 10 + Dex: 47 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 4 + Element: (2, 1) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + Detector: true + } + MoveSpeed: 200 + AttackDelay: 1528 + AttackMotion: 528 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Yellow_Live: 80 + Emveretarcon: 35 + Horn: 5500 + Guisarme_: 15 + Shell: 5500 + Solid_Shell: 70 + Horn_Card: 1 + } +}, +{ + Id: 1129 + SpriteName: "HORONG" + Name: "Horong" + Lv: 34 + Hp: 1939 + Sp: 0 + Exp: 786 + JExp: 479 + AttackRange: 1 + Attack: [275, 327] + Def: 99 + Mdef: 50 + Stats: { + Str: 1 + Agi: 34 + Vit: 10 + Int: 0 + Dex: 50 + Luk: 0 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 0 + Element: (3, 4) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 1888 + AttackMotion: 1152 + DamageMotion: 828 + MvpExp: 0 + Drops: { + Stone_Heart: 6500 + Zargon: 500 + Bomb_Wick: 5 + Fire_Arrow: 10000 + Elunium_Stone: 118 + Baked_Yam: 20 + Alchol: 50 + Horong_Card: 1 + } +}, +{ + Id: 1130 + SpriteName: "JAKK" + Name: "Jakk" + Lv: 38 + Hp: 3581 + Sp: 0 + Exp: 1408 + JExp: 880 + AttackRange: 1 + Attack: [315, 382] + Def: 5 + Mdef: 30 + Stats: { + Str: 1 + Agi: 38 + Vit: 38 + Int: 43 + Dex: 75 + Luk: 45 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1180 + AttackMotion: 480 + DamageMotion: 648 + MvpExp: 0 + Drops: { + Pumpkin_Head: 9000 + Zargon: 900 + Elunium: 31 + Tights_: 5 + Frozen_Heart: 5 + Pumpkin: 1000 + Jakk_Card: 1 + } +}, +{ + Id: 1131 + SpriteName: "JOKER" + Name: "Joker" + Lv: 57 + Hp: 12450 + Sp: 0 + Exp: 3706 + JExp: 2362 + AttackRange: 1 + Attack: [621, 738] + Def: 10 + Mdef: 35 + Stats: { + Str: 1 + Agi: 143 + Vit: 47 + Int: 75 + Dex: 98 + Luk: 175 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 7 + Element: (4, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 1364 + AttackMotion: 864 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Zargon: 2000 + Old_Card_Album: 2 + Contracts_In_Shadow: 20 + Yellow_Herb: 1000 + Katar_Of_Piercing_Wind: 1 + Oridecon: 100 + Ghost_Scroll_1_5: 100 + Joker_Card: 1 + } +}, +{ + Id: 1132 + SpriteName: "KHALITZBURG" + Name: "Khalitzburg" + Lv: 63 + Hp: 19276 + Sp: 0 + Exp: 4378 + JExp: 2750 + AttackRange: 1 + Attack: [875, 1025] + Def: 45 + Mdef: 10 + Stats: { + Str: 58 + Agi: 65 + Vit: 48 + Int: 5 + Dex: 73 + Luk: 40 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 1 + Element: (9, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 350 + AttackDelay: 528 + AttackMotion: 1000 + DamageMotion: 396 + MvpExp: 0 + Drops: { + Skel_Bone: 8000 + Elunium: 191 + Bone_Helm: 1 + Mirror_Shield_: 2 + Patriotism_Marks: 10 + White_Herb: 2000 + Saber_: 2 + Khalitzburg_Card: 1 + } +}, +{ + Id: 1133 + SpriteName: "KOBOLD_1" + Name: "Kobold" + Lv: 36 + Hp: 3893 + Sp: 0 + Exp: 988 + JExp: 625 + AttackRange: 1 + Attack: [265, 318] + Def: 15 + Mdef: 10 + Stats: { + Str: 1 + Agi: 90 + Vit: 36 + Int: 30 + Dex: 52 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (4, 2) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1028 + AttackMotion: 528 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Steel: 100 + Cobold_Hair: 5335 + Zargon: 700 + Elunium_Stone: 25 + Gladius_: 2 + Buckler_: 5 + Kobold_Card: 1 + } +}, +{ + Id: 1134 + SpriteName: "KOBOLD_2" + Name: "Kobold" + Lv: 31 + Hp: 2179 + Sp: 0 + Exp: 806 + JExp: 407 + AttackRange: 1 + Attack: [262, 324] + Def: 15 + Mdef: 10 + Stats: { + Str: 1 + Agi: 31 + Vit: 31 + Int: 20 + Dex: 46 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (5, 2) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1528 + AttackMotion: 528 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Steel: 100 + Cobold_Hair: 5335 + Zargon: 200 + Buckler_: 3 + Yellow_Herb: 100 + Guard: 100 + Kobold_Card: 1 + } +}, +{ + Id: 1135 + SpriteName: "KOBOLD_3" + Name: "Kobold" + Lv: 31 + Hp: 2179 + Sp: 0 + Exp: 644 + JExp: 407 + AttackRange: 1 + Attack: [186, 216] + Def: 15 + Mdef: 10 + Stats: { + Str: 1 + Agi: 31 + Vit: 31 + Int: 20 + Dex: 88 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1228 + AttackMotion: 528 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Boody_Red: 35 + Steel: 100 + Cobold_Hair: 5335 + Zargon: 200 + Hammer_: 5 + Buckler_: 3 + Yellow_Herb: 100 + Kobold_Card: 1 + } +}, +//1136,KOBOLD_4,Kobold,Kobold,31,2179,0,806,407,1,262,324,15,10,1,31,31,20,46,20,10,12,1,7,45,0x31AD,200,1528,528,360,0,0,0,0,0,0,0,999,50,1034,5335,912,100,1355,5,2104,3,508,100,1301,150,0,0,0,0,4091,1 + +//1137,KOBOLD_5,Kobold,Kobold,31,2179,0,644,407,1,186,216,15,10,1,31,31,20,88,20,10,12,1,7,43,0x31AD,300,1228,528,360,0,0,0,0,0,0,0,999,40,1034,5335,912,100,1514,5,2104,3,508,100,1501,150,0,0,0,0,4091,1 + +{ + Id: 1138 + SpriteName: "MAGNOLIA" + Name: "Magnolia" + Lv: 26 + Hp: 3195 + Sp: 0 + Exp: 393 + JExp: 248 + AttackRange: 1 + Attack: [120, 151] + Def: 5 + Mdef: 30 + Stats: { + Str: 1 + Agi: 26 + Vit: 26 + Int: 0 + Dex: 39 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 6 + Element: (1, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + Detector: true + } + MoveSpeed: 250 + AttackDelay: 1560 + AttackMotion: 360 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Old_Frying_Pan: 9000 + Garlet: 800 + Scell: 100 + Zargon: 10 + Black_Ladle: 40 + Yellow_Herb: 400 + High_end_Cooking_Kits: 5 + Magnolia_Card: 1 + } +}, +{ + Id: 1139 + SpriteName: "MANTIS" + Name: "Mantis" + Lv: 26 + Hp: 2472 + Sp: 0 + Exp: 393 + JExp: 248 + AttackRange: 1 + Attack: [118, 149] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 26 + Vit: 24 + Int: 5 + Dex: 45 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 4 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1528 + AttackMotion: 660 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Yellow_Live: 110 + Limb_Of_Mantis: 9000 + Scell: 1400 + Elunium_Stone: 70 + Solid_Shell: 250 + Azure_Jewel: 10 + Red_Herb: 650 + Mantis_Card: 1 + } +}, +{ + Id: 1140 + SpriteName: "MARDUK" + Name: "Marduk" + Lv: 40 + Hp: 4214 + Sp: 0 + Exp: 1238 + JExp: 752 + AttackRange: 1 + Attack: [315, 382] + Def: 0 + Mdef: 60 + Stats: { + Str: 1 + Agi: 40 + Vit: 20 + Int: 79 + Dex: 78 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 7 + Element: (3, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1540 + AttackMotion: 840 + DamageMotion: 504 + MvpExp: 0 + Drops: { + Flame_Heart: 35 + Sacred_Masque: 4365 + Staff_: 10 + Mitten_Of_Presbyter: 1 + Blessed_Wand: 3 + Fire_Scroll_1_5: 100 + Book_Of_Devil: 20 + Marduk_Card: 1 + } +}, +{ + Id: 1141 + SpriteName: "MARINA" + Name: "Marina" + Lv: 21 + Hp: 2087 + Sp: 0 + Exp: 218 + JExp: 140 + AttackRange: 1 + Attack: [84, 106] + Def: 0 + Mdef: 5 + Stats: { + Str: 1 + Agi: 21 + Vit: 21 + Int: 0 + Dex: 36 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 3 + Element: (1, 2) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 400 + AttackDelay: 2280 + AttackMotion: 1080 + DamageMotion: 864 + MvpExp: 0 + Drops: { + Single_Cell: 5000 + Sticky_Mucus: 1500 + Crystal_Blue: 45 + Mistic_Frozen: 2 + Blue_Gemstone: 200 + Deadly_Noxious_Herb: 20 + Marina_Card: 1 + } +}, +{ + Id: 1142 + SpriteName: "MARINE_SPHERE" + Name: "Marine Sphere" + Lv: 28 + Hp: 3518 + Sp: 0 + Exp: 461 + JExp: 284 + AttackRange: 1 + Attack: [120, 320] + Def: 0 + Mdef: 40 + Stats: { + Str: 1 + Agi: 28 + Vit: 28 + Int: 0 + Dex: 33 + Luk: 50 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 3 + Element: (1, 2) + MoveSpeed: 800 + AttackDelay: 1201 + AttackMotion: 1 + DamageMotion: 1 + MvpExp: 0 + Drops: { + Tendon: 5000 + Detonator: 2500 + Chain_: 10 + Skyblue_Jewel: 10 + Blue_Gemstone: 150 + Transparent_Headgear: 10 + Marine_Sphere_Card: 1 + } +}, +{ + Id: 1143 + SpriteName: "MARIONETTE" + Name: "Marionette" + Lv: 41 + Hp: 3222 + Sp: 0 + Exp: 1078 + JExp: 1276 + AttackRange: 1 + Attack: [355, 422] + Def: 0 + Mdef: 25 + Stats: { + Str: 1 + Agi: 62 + Vit: 36 + Int: 44 + Dex: 69 + Luk: 45 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 6 + Element: (8, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1480 + AttackMotion: 480 + DamageMotion: 1056 + MvpExp: 0 + Drops: { + Golden_Hair: 9000 + Star_Dust: 5 + Brooch: 1 + Fire_Scroll_3_5: 100 + Chain_: 15 + Chrystal_Pumps: 1 + Marionette_Doll: 3 + Marionette_Card: 1 + } +}, +{ + Id: 1144 + SpriteName: "MARSE" + Name: "Marse" + Lv: 31 + Hp: 5034 + Sp: 0 + Exp: 586 + JExp: 370 + AttackRange: 1 + Attack: [211, 252] + Def: 0 + Mdef: 5 + Stats: { + Str: 1 + Agi: 31 + Vit: 25 + Int: 5 + Dex: 52 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 5 + Element: (1, 2) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 300 + AttackDelay: 1956 + AttackMotion: 756 + DamageMotion: 528 + MvpExp: 0 + Drops: { + Chinese_Ink: 9000 + Tentacle: 3000 + Blue_Gemstone: 200 + Skyblue_Jewel: 10 + Mistic_Frozen: 12 + Penetration: 5 + Grape: 300 + Marse_Card: 1 + } +}, +{ + Id: 1145 + SpriteName: "MARTIN" + Name: "Martin" + Lv: 18 + Hp: 1109 + Sp: 0 + Exp: 134 + JExp: 86 + AttackRange: 1 + Attack: [52, 63] + Def: 0 + Mdef: 5 + Stats: { + Str: 12 + Agi: 18 + Vit: 30 + Int: 15 + Dex: 15 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (2, 2) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 300 + AttackDelay: 1480 + AttackMotion: 480 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Moustache_Of_Mole: 9000 + Nail_Of_Mole: 500 + Jur_: 10 + Goggle_: 5 + Safety_Helmet: 1 + Battered_Pot: 10 + Goggle: 15 + Martin_Card: 1 + } +}, +{ + Id: 1146 + SpriteName: "MATYR" + Name: "Matyr" + Lv: 31 + Hp: 2585 + Sp: 0 + Exp: 967 + JExp: 407 + AttackRange: 1 + Attack: [134, 160] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 47 + Vit: 38 + Int: 5 + Dex: 64 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (7, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 432 + AttackMotion: 432 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Matyr's_Flea_Guard: 10 + Monster's_Feed: 5000 + Animal's_Skin: 5500 + Pet_Food: 400 + Elunium_Stone: 100 + Grape: 200 + Matyr_Card: 1 + } +}, +{ + Id: 1147 + SpriteName: "MAYA" + Name: "Maya" + Lv: 81 + Hp: 169000 + Sp: 0 + Exp: 42900 + JExp: 17875 + AttackRange: 1 + Attack: [1800, 2070] + Def: 60 + Mdef: 25 + Stats: { + Str: 95 + Agi: 97 + Vit: 76 + Int: 95 + Dex: 82 + Luk: 105 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 4 + Element: (2, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 864 + AttackMotion: 1000 + DamageMotion: 480 + MvpExp: 21450 + MvpDrops: { + Crystal_Jewel: 2000 + Old_Blue_Box: 3000 + Old_Violet_Box: 2000 + } + Drops: { + Queen's_Hair_Ornament: 500 + Safety_Ring: 200 + Tiara: 200 + Armlet_Of_Obedience: 500 + Mother's_Nightmare: 10 + Elunium: 3500 + Dea_Staff: 100 + Maya_Card: 1 + } +}, +{ + Id: 1148 + SpriteName: "MEDUSA" + Name: "Medusa" + Lv: 79 + Hp: 16408 + Sp: 0 + Exp: 6876 + JExp: 4697 + AttackRange: 1 + Attack: [827, 1100] + Def: 28 + Mdef: 18 + Stats: { + Str: 1 + Agi: 74 + Vit: 50 + Int: 57 + Dex: 77 + Luk: 69 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (0, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 180 + AttackDelay: 1720 + AttackMotion: 1320 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Slender_Snake: 5335 + Whip_Of_Red_Flame: 250 + Animal_Blood: 200 + Sea_Witch_Foot: 20 + Scarlet_Jewel: 250 + Turtle_Shell: 3500 + Penetration: 3 + Medusa_Card: 1 + } +}, +{ + Id: 1149 + SpriteName: "MINOROUS" + Name: "Minorous" + Lv: 52 + Hp: 7431 + Sp: 0 + Exp: 2750 + JExp: 1379 + AttackRange: 1 + Attack: [590, 770] + Def: 15 + Mdef: 5 + Stats: { + Str: 65 + Agi: 42 + Vit: 61 + Int: 66 + Dex: 52 + Luk: 25 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1360 + AttackMotion: 960 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Nose_Ring: 5335 + Oridecon_Stone: 196 + Two_Handed_Axe_: 2 + Hammer_Of_Blacksmith: 10 + Sweet_Potato: 1500 + Axe: 200 + Lemon: 300 + Minorous_Card: 1 + } +}, +{ + Id: 1150 + SpriteName: "MOONLIGHT" + Name: "Moonlight Flower" + Lv: 67 + Hp: 120000 + Sp: 0 + Exp: 27500 + JExp: 14300 + AttackRange: 1 + Attack: [1200, 1700] + Def: 10 + Mdef: 55 + Stats: { + Str: 55 + Agi: 99 + Vit: 55 + Int: 82 + Dex: 95 + Luk: 120 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (3, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1276 + AttackMotion: 576 + DamageMotion: 288 + MvpExp: 13750 + MvpDrops: { + Fox_Tail: 5000 + White_Potion: 1500 + Golden_Jewel: 500 + } + Drops: { + Spectral_Spear: 500 + Moonlight_Sword: 100 + Long_Mace: 150 + Punisher: 500 + Silver_Knife_Of_Chaste: 650 + Elunium: 2600 + Staff_Of_Bordeaux: 100 + Moonlight_Flower_Card: 1 + } +}, +{ + Id: 1151 + SpriteName: "MYST" + Name: "Myst" + Lv: 38 + Hp: 3745 + Sp: 0 + Exp: 1391 + JExp: 688 + AttackRange: 1 + Attack: [365, 445] + Def: 0 + Mdef: 40 + Stats: { + Str: 1 + Agi: 38 + Vit: 18 + Int: 0 + Dex: 53 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (5, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1576 + AttackMotion: 576 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Gas_Mask: 2 + Wooden_Block: 800 + Wig: 10 + Oridecon_Stone: 65 + Elunium_Stone: 97 + Anodyne: 20 + Grape: 35 + Myst_Card: 1 + } +}, +{ + Id: 1152 + SpriteName: "ORC_SKELETON" + Name: "Orc Skeleton" + Lv: 28 + Hp: 2278 + Sp: 0 + Exp: 315 + JExp: 194 + AttackRange: 1 + Attack: [190, 236] + Def: 10 + Mdef: 10 + Stats: { + Str: 1 + Agi: 14 + Vit: 18 + Int: 0 + Dex: 30 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 2420 + AttackMotion: 720 + DamageMotion: 648 + MvpExp: 0 + Drops: { + Orcish_Cuspid: 5500 + Skel_Bone: 3500 + Elunium_Stone: 80 + Viking_Helm: 2 + Buster_: 10 + Green_Herb: 50 + Orc_Skeleton_Card: 1 + } +}, +{ + Id: 1153 + SpriteName: "ORC_ZOMBIE" + Name: "Orc Zombie" + Lv: 24 + Hp: 1568 + Sp: 0 + Exp: 196 + JExp: 120 + AttackRange: 1 + Attack: [151, 184] + Def: 5 + Mdef: 10 + Stats: { + Str: 1 + Agi: 12 + Vit: 24 + Int: 0 + Dex: 24 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 2852 + AttackMotion: 1152 + DamageMotion: 840 + MvpExp: 0 + Drops: { + Nail_Of_Orc: 5500 + Sticky_Mucus: 3000 + Emperium: 1 + Orc_Zombie_Card: 1 + } +}, +{ + Id: 1154 + SpriteName: "PASANA" + Name: "Pasana" + Lv: 61 + Hp: 8289 + Sp: 0 + Exp: 4087 + JExp: 2135 + AttackRange: 1 + Attack: [513, 682] + Def: 29 + Mdef: 35 + Stats: { + Str: 1 + Agi: 73 + Vit: 50 + Int: 61 + Dex: 59 + Luk: 43 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 165 + AttackDelay: 976 + AttackMotion: 576 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Vroken_Sword: 4365 + Honey_Jar: 2500 + Elunium_Stone: 20 + Falchion_: 500 + Stiletto_: 150 + Undershirt: 100 + Pasana_Card: 1 + } +}, +{ + Id: 1155 + SpriteName: "PETIT" + Name: "Petite" + Lv: 44 + Hp: 6881 + Sp: 0 + Exp: 1677 + JExp: 1034 + AttackRange: 1 + Attack: [360, 427] + Def: 30 + Mdef: 30 + Stats: { + Str: 1 + Agi: 44 + Vit: 62 + Int: 55 + Dex: 79 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 9 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1624 + AttackMotion: 620 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Dragon_Canine: 5335 + Dragon_Train: 300 + Oridecon_Stone: 140 + White_Herb: 1000 + Flail: 150 + Zargon: 1500 + Aloebera: 15 + Petit_Card: 1 + } +}, +{ + Id: 1156 + SpriteName: "PETIT_" + Name: "Petite" + Lv: 45 + Hp: 5747 + Sp: 0 + Exp: 1758 + JExp: 1075 + AttackRange: 1 + Attack: [300, 355] + Def: 20 + Mdef: 45 + Stats: { + Str: 1 + Agi: 113 + Vit: 45 + Int: 55 + Dex: 73 + Luk: 80 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 9 + Element: (4, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1420 + AttackMotion: 1080 + DamageMotion: 528 + MvpExp: 0 + Drops: { + Dragon_Scale: 5335 + Dragon_Train: 300 + Elunium: 61 + White_Herb: 1000 + Khukri: 5 + Zargon: 1500 + Aloebera: 15 + Petit__Card: 1 + } +}, +{ + Id: 1157 + SpriteName: "PHARAOH" + Name: "Pharaoh" + Lv: 93 + Hp: 445997 + Sp: 0 + Exp: 114990 + JExp: 41899 + AttackRange: 1 + Attack: [2267, 3015] + Def: 67 + Mdef: 70 + Stats: { + Str: 1 + Agi: 93 + Vit: 100 + Int: 104 + Dex: 89 + Luk: 112 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 7 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 125 + AttackDelay: 868 + AttackMotion: 768 + DamageMotion: 288 + MvpExp: 57495 + MvpDrops: { + Yggdrasilberry: 5500 + Royal_Jelly: 5000 + Crystal_Jewel__: 5000 + } + Drops: { + Broken_Pharaoh_Symbol: 5820 + Tutankhamen's_Mask: 2500 + Solar_Sword: 100 + Holy_Robe: 150 + Gemmed_Crown: 500 + Tablet: 300 + Bazerald: 80 + Pharaoh_Card: 1 + } +}, +{ + Id: 1158 + SpriteName: "PHEN" + Name: "Phen" + Lv: 26 + Hp: 3347 + Sp: 0 + Exp: 357 + JExp: 226 + AttackRange: 1 + Attack: [138, 150] + Def: 0 + Mdef: 15 + Stats: { + Str: 1 + Agi: 26 + Vit: 26 + Int: 0 + Dex: 88 + Luk: 75 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 5 + Element: (1, 2) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 150 + AttackDelay: 2544 + AttackMotion: 1344 + DamageMotion: 1152 + MvpExp: 0 + Drops: { + Fish_Tail: 5500 + Sharp_Scale: 2000 + Skyblue_Jewel: 5 + Meat: 1000 + Fin: 500 + Oridecon_Stone: 25 + Phen_Card: 1 + } +}, +{ + Id: 1159 + SpriteName: "PHREEONI" + Name: "Phreeoni" + Lv: 69 + Hp: 188000 + Sp: 0 + Exp: 32175 + JExp: 16445 + AttackRange: 1 + Attack: [880, 1530] + Def: 10 + Mdef: 20 + Stats: { + Str: 1 + Agi: 85 + Vit: 78 + Int: 35 + Dex: 130 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1020 + AttackMotion: 1020 + DamageMotion: 288 + MvpExp: 16087 + MvpDrops: { + Frozen_Heart: 500 + Crystal_Jewel: 1000 + Star_Crumb: 4000 + } + Drops: { + Thin_N'_Long_Tongue: 9700 + Forturn_Sword: 500 + Sucsamad: 150 + Jaws_Of_Ant: 5000 + Mr_Scream: 300 + Elunium: 2900 + Weihna: 100 + Phreeoni_Card: 1 + } +}, +{ + Id: 1160 + SpriteName: "PIERE" + Name: "Piere" + Lv: 18 + Hp: 733 + Sp: 0 + Exp: 122 + JExp: 78 + AttackRange: 1 + Attack: [64, 75] + Def: 15 + Mdef: 0 + Stats: { + Str: 1 + Agi: 18 + Vit: 26 + Int: 20 + Dex: 27 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (2, 1) + Mode: { + CanMove: true + Looter: true + Assist: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + } + MoveSpeed: 200 + AttackDelay: 1288 + AttackMotion: 288 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Worm_Peelings: 9000 + Garlet: 1100 + Sticky_Mucus: 600 + Wind_Of_Verdure: 30 + Sparkling_Dust: 5 + Iron_Ore: 400 + Elunium_Stone: 31 + Andre_Card: 1 + } +}, +{ + Id: 1161 + SpriteName: "PLANKTON" + Name: "Plankton" + Lv: 10 + Hp: 354 + Sp: 0 + Exp: 23 + JExp: 18 + AttackRange: 1 + Attack: [26, 31] + Def: 0 + Mdef: 5 + Stats: { + Str: 1 + Agi: 10 + Vit: 10 + Int: 0 + Dex: 15 + Luk: 0 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 3 + Element: (1, 3) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 400 + AttackDelay: 2208 + AttackMotion: 1008 + DamageMotion: 324 + MvpExp: 0 + Drops: { + Single_Cell: 9000 + Garlet: 300 + Sticky_Mucus: 700 + Alchol: 4 + Empty_Bottle: 1000 + Dew_Laden_Moss: 20 + Center_Potion: 50 + Plankton_Card: 1 + } +}, +{ + Id: 1162 + SpriteName: "RAFFLESIA" + Name: "Rafflesia" + Lv: 17 + Hp: 1333 + Sp: 0 + Exp: 333 + JExp: 333 + AttackRange: 3 + Attack: [105, 127] + Def: 0 + Mdef: 2 + Stats: { + Str: 1 + Agi: 18 + Vit: 24 + Int: 11 + Dex: 37 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 3 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 512 + AttackMotion: 528 + DamageMotion: 240 + MvpExp: 0 + Drops: { + Root_Of_Maneater: 5500 + Scell: 1600 + Four_Leaf_Clover: 2 + Ment: 10 + Hinalle: 10 + Shoot: 550 + White_Herb: 30 + Rafflesia_Card: 1 + } +}, +{ + Id: 1163 + SpriteName: "RAYDRIC" + Name: "Raydric" + Lv: 52 + Hp: 8613 + Sp: 0 + Exp: 3410 + JExp: 1795 + AttackRange: 1 + Attack: [830, 930] + Def: 40 + Mdef: 15 + Stats: { + Str: 58 + Agi: 47 + Vit: 42 + Int: 5 + Dex: 69 + Luk: 26 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 7 + Element: (7, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 824 + AttackMotion: 780 + DamageMotion: 420 + MvpExp: 0 + Drops: { + Elunium: 106 + Iron_Cane: 1 + Chain_Mail_: 2 + Two_Hand_Sword_: 2 + Katana: 100 + Patriotism_Marks: 10 + Brigan: 4850 + Daydric_Card: 1 + } +}, +{ + Id: 1164 + SpriteName: "REQUIEM" + Name: "Requiem" + Lv: 35 + Hp: 3089 + Sp: 0 + Exp: 800 + JExp: 458 + AttackRange: 1 + Attack: [220, 272] + Def: 0 + Mdef: 15 + Stats: { + Str: 1 + Agi: 53 + Vit: 35 + Int: 5 + Dex: 57 + Luk: 2 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (7, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 1516 + AttackMotion: 816 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Old_Blue_Box: 35 + Emperium: 1 + Zargon: 2500 + Horrendous_Mouth: 3500 + Mementos: 1500 + Mantle_: 10 + Cookbook06: 1 + Requiem_Card: 1 + } +}, +{ + Id: 1165 + SpriteName: "SAND_MAN" + Name: "Sandman" + Lv: 34 + Hp: 3413 + Sp: 0 + Exp: 810 + JExp: 492 + AttackRange: 1 + Attack: [180, 205] + Def: 10 + Mdef: 25 + Stats: { + Str: 24 + Agi: 34 + Vit: 58 + Int: 38 + Dex: 60 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (2, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 1672 + AttackMotion: 720 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Great_Nature: 35 + Grit: 5335 + Elunium_Stone: 118 + Fine_Sand: 350 + Sparkling_Dust: 200 + Katar_Of_Thornbush: 1 + Hypnotist's_Staff_: 5 + Sand_Man_Card: 1 + } +}, +{ + Id: 1166 + SpriteName: "SAVAGE" + Name: "Savage" + Lv: 26 + Hp: 2092 + Sp: 0 + Exp: 521 + JExp: 248 + AttackRange: 1 + Attack: [120, 150] + Def: 10 + Mdef: 5 + Stats: { + Str: 1 + Agi: 26 + Vit: 54 + Int: 10 + Dex: 37 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (2, 2) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 150 + AttackDelay: 1960 + AttackMotion: 960 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Wild_Boar's_Mane: 9000 + Grape: 300 + Animal_Blood: 2 + Eagle_Eyes: 1 + Anodyne: 10 + Elunium_Stone: 70 + Royal_Jelly: 2 + Savage_Card: 1 + } +}, +{ + Id: 1167 + SpriteName: "SAVAGE_BABE" + Name: "Savage Babe" + Lv: 7 + Hp: 182 + Sp: 0 + Exp: 14 + JExp: 12 + AttackRange: 1 + Attack: [20, 25] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 7 + Vit: 14 + Int: 5 + Dex: 12 + Luk: 35 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (2, 1) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 400 + AttackDelay: 1624 + AttackMotion: 624 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Animal's_Skin: 9000 + Axe_: 100 + Meat: 500 + Arrow: 1000 + Feather: 850 + Phracon: 80 + Sweet_Milk: 40 + Savage_Babe_Card: 1 + } +}, +//1168,SCORPION_KING,Scorpion King,Scorpion King,50,6354,0,2187,1346,1,500,603,40,10,1,50,47,1,83,30,10,12,2,7,23,0x1B1,200,1700,1000,500,0,0,0,0,0,0,0,994,45,1046,4850,1005,15,904,5000,943,3000,509,700,0,0,0,0,0,0,4130,1 + +{ + Id: 1169 + SpriteName: "SKEL_WORKER" + Name: "Skeleton Worker" + Lv: 30 + Hp: 2872 + Sp: 0 + Exp: 397 + JExp: 240 + AttackRange: 1 + Attack: [242, 288] + Def: 0 + Mdef: 15 + Stats: { + Str: 1 + Agi: 15 + Vit: 30 + Int: 5 + Dex: 42 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 2420 + AttackMotion: 720 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Iron: 400 + Lantern: 5500 + Elunium_Stone: 90 + Safety_Helmet: 2 + Steel: 100 + Coal: 200 + Iron_Ore: 800 + Skel_Worker_Card: 1 + } +}, +{ + Id: 1170 + SpriteName: "SOHEE" + Name: "Sohee" + Lv: 33 + Hp: 5628 + Sp: 0 + Exp: 739 + JExp: 455 + AttackRange: 1 + Attack: [210, 251] + Def: 0 + Mdef: 10 + Stats: { + Str: 1 + Agi: 33 + Vit: 33 + Int: 10 + Dex: 58 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (1, 1) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + Detector: true + } + MoveSpeed: 250 + AttackDelay: 2112 + AttackMotion: 912 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Long_Hair: 9000 + Skirt_Of_Virgin: 50 + Nurse_Cap: 1 + Muffler_: 5 + Stiletto_: 5 + Red_Herb: 1000 + Inspector_Certificate: 350 + Sohee_Card: 1 + } +}, +//1171,SOLDIER_ANDRE,Soldier Andre,Soldier Andre,22,1245,0,219,138,1,105,127,20,0,1,22,44,20,40,10,10,12,0,4,42,0x3095,200,1001,1,1,0,0,0,0,0,0,0,1014,2700,911,800,757,10,1111,15,1001,30,943,150,0,0,0,0,0,0,4059,1 + +//1172,SOLDIER_DENIRO,Soldier Deniro,Soldier Deniro,29,2047,0,450,274,1,162,193,20,0,1,29,58,20,54,10,10,12,0,4,42,0x3095,200,2000,1000,500,0,0,0,0,0,0,0,1014,5500,911,2000,757,15,1111,20,943,270,1001,50,0,0,0,0,0,0,4059,1 + +//1173,SOLDIER_PIERE,Soldier Piere,Soldier Piere,23,1217,0,240,149,1,109,131,25,0,1,23,46,20,38,10,10,12,0,4,42,0x3095,200,1001,1,1,0,0,0,0,0,0,0,1014,3100,911,800,911,10,1114,15,1001,35,943,200,0,0,0,0,0,0,4059,1 + +{ + Id: 1174 + SpriteName: "STAINER" + Name: "Stainer" + Lv: 16 + Hp: 538 + Sp: 0 + Exp: 105 + JExp: 70 + AttackRange: 1 + Attack: [53, 64] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 40 + Vit: 16 + Int: 5 + Dex: 30 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (4, 1) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + Detector: true + } + MoveSpeed: 200 + AttackDelay: 1688 + AttackMotion: 1188 + DamageMotion: 612 + MvpExp: 0 + Drops: { + Wind_Of_Verdure: 70 + Emveretarcon: 30 + Colorful_Shell: 9000 + Garlet: 2100 + Elunium_Stone: 25 + Solid_Shell: 10 + Iron_Ore: 300 + Stainer_Card: 1 + } +}, +{ + Id: 1175 + SpriteName: "TAROU" + Name: "Tarou" + Lv: 11 + Hp: 284 + Sp: 0 + Exp: 57 + JExp: 28 + AttackRange: 1 + Attack: [34, 45] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 20 + Vit: 11 + Int: 10 + Dex: 24 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (7, 1) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 150 + AttackDelay: 1744 + AttackMotion: 1044 + DamageMotion: 684 + MvpExp: 0 + Drops: { + Rat_Tail: 9000 + Animal's_Skin: 3000 + Feather: 800 + Monster's_Feed: 1000 + Ora_Ora: 2 + Tarou_Card: 1 + } +}, +{ + Id: 1176 + SpriteName: "VITATA" + Name: "Vitata" + Lv: 20 + Hp: 894 + Sp: 0 + Exp: 163 + JExp: 101 + AttackRange: 1 + Attack: [69, 80] + Def: 15 + Mdef: 20 + Stats: { + Str: 1 + Agi: 20 + Vit: 25 + Int: 65 + Dex: 40 + Luk: 70 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (2, 1) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + Detector: true + } + MoveSpeed: 300 + AttackDelay: 1768 + AttackMotion: 768 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Yellow_Live: 90 + Worm_Peelings: 5000 + Scell: 200 + Honey: 350 + Honey: 350 + Royal_Jelly: 200 + Oridecon_Stone: 26 + Vitata_Card: 1 + } +}, +{ + Id: 1177 + SpriteName: "ZENORC" + Name: "Zenorc" + Lv: 31 + Hp: 2585 + Sp: 0 + Exp: 967 + JExp: 407 + AttackRange: 1 + Attack: [188, 223] + Def: 0 + Mdef: 15 + Stats: { + Str: 1 + Agi: 77 + Vit: 15 + Int: 0 + Dex: 76 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (7, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + } + MoveSpeed: 150 + AttackDelay: 1180 + AttackMotion: 480 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Tooth_Of_: 5500 + Oridecon_Stone: 70 + Sticky_Mucus: 2500 + Old_Magic_Book: 5 + Yellow_Herb: 100 + Shining_Stone: 20 + Zenorc_Card: 1 + } +}, +{ + Id: 1178 + SpriteName: "ZEROM" + Name: "Zerom" + Lv: 23 + Hp: 1109 + Sp: 0 + Exp: 240 + JExp: 149 + AttackRange: 1 + Attack: [127, 155] + Def: 0 + Mdef: 10 + Stats: { + Str: 1 + Agi: 23 + Vit: 23 + Int: 5 + Dex: 42 + Luk: 0 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (3, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1780 + AttackMotion: 1080 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Emveretarcon: 55 + Iron: 190 + G_Strings: 200 + Ganster_Mask: 3 + Cuffs: 10 + Iron_Ore: 300 + Iron_Ore: 300 + Zerom_Card: 1 + } +}, +{ + Id: 1179 + SpriteName: "WHISPER" + Name: "Whisper" + Lv: 34 + Hp: 1796 + Sp: 0 + Exp: 591 + JExp: 599 + AttackRange: 1 + Attack: [180, 221] + Def: 0 + Mdef: 45 + Stats: { + Str: 1 + Agi: 51 + Vit: 14 + Int: 0 + Dex: 60 + Luk: 0 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 6 + Element: (8, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1960 + AttackMotion: 960 + DamageMotion: 504 + MvpExp: 0 + Drops: { + Sparkling_Dust: 150 + Transparent_Cloth: 5335 + Spirit_Chain: 1 + Silver_Robe_: 10 + Whisper_Card: 1 + } +}, +{ + Id: 1180 + SpriteName: "NINE_TAIL" + Name: "Nine Tail" + Lv: 51 + Hp: 7766 + Sp: 0 + Exp: 2812 + JExp: 825 + AttackRange: 1 + Attack: [610, 734] + Def: 10 + Mdef: 25 + Stats: { + Str: 1 + Agi: 80 + Vit: 46 + Int: 1 + Dex: 74 + Luk: 85 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (3, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 840 + AttackMotion: 540 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Fox_Tail: 4656 + Glass_Bead: 200 + Old_Blue_Box: 100 + Branch_Of_Dead_Tree: 100 + Royal_Jelly: 250 + Panacea: 350 + Oridecon_Stone: 100 + Nine_Tail_Card: 1 + } +}, +//1181,ZOMBIE_DRAGON,Zombie Dragon,Zombie Dragon,1,1000,0,49500,1650,3,7900,9140,0,0,120,145,145,145,130,120,10,12,2,9,89,0x37B5,400,2700,1000,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 + +{ + Id: 1182 + SpriteName: "THIEF_MUSHROOM" + Name: "Thief Mushroom" + Lv: 1 + Hp: 15 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [1, 2] + Def: 100 + Mdef: 99 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 + } + ViewRange: 7 + ChaseRange: 12 + Size: 0 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 2000 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + MvpExp: 0 + Drops: { + Mushroom_Of_Thief_1: 1500 + Mushroom_Of_Thief_2: 3000 + } +}, +{ + Id: 1183 + SpriteName: "CHONCHON_" + Name: "Chonchon" + Lv: 4 + Hp: 67 + Sp: 0 + Exp: 5 + JExp: 4 + AttackRange: 1 + Attack: [10, 13] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 10 + Vit: 4 + Int: 5 + Dex: 12 + Luk: 2 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (4, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1076 + AttackMotion: 576 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Iron: 50 + Shell: 5500 + Jellopy: 1500 + Cutter_: 55 + Wing_Of_Fly: 100 + Chonchon_Doll: 5 + Chonchon_Card: 1 + } +}, +{ + Id: 1184 + SpriteName: "FABRE_" + Name: "Fabre" + Lv: 1 + Hp: 30 + Sp: 0 + Exp: 1 + JExp: 0 + AttackRange: 1 + Attack: [4, 7] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 2 + Vit: 1 + Int: 1 + Dex: 4 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 1672 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Fluff: 2000 + Feather: 250 + Club_: 80 + Azure_Jewel: 2 + Green_Herb: 350 + Clover: 500 + Club: 200 + } +}, +{ + Id: 1185 + SpriteName: "WHISPER_" + Name: "Whisper" + Lv: 34 + Hp: 1796 + Sp: 0 + Exp: 537 + JExp: 545 + AttackRange: 1 + Attack: [198, 239] + Def: 0 + Mdef: 45 + Stats: { + Str: 1 + Agi: 51 + Vit: 14 + Int: 0 + Dex: 60 + Luk: 0 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 1 + Element: (8, 1) + MoveSpeed: 150 + AttackDelay: 1960 + AttackMotion: 960 + DamageMotion: 504 + MvpExp: 0 + Drops: { + Sparkling_Dust: 10 + Transparent_Cloth: 100 + Silver_Robe_: 1 + } +}, +{ + Id: 1186 + SpriteName: "WHISPER_BOSS" + Name: "Giant Whisper" + Lv: 34 + Hp: 5040 + Sp: 0 + Exp: 537 + JExp: 545 + AttackRange: 1 + Attack: [198, 239] + Def: 0 + Mdef: 45 + Stats: { + Str: 1 + Agi: 51 + Vit: 14 + Int: 0 + Dex: 60 + Luk: 0 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 6 + Element: (8, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 2536 + AttackMotion: 1536 + DamageMotion: 672 + MvpExp: 0 + Drops: { + Sparkling_Dust: 150 + Transparent_Cloth: 5335 + Spirit_Chain: 1 + Silver_Robe_: 10 + Whisper_Boss_Card: 1 + } +}, +{ + Id: 1187 + SpriteName: "SWITCH" + Name: "Switch" + Lv: 1 + Hp: 2 + Sp: 0 + Exp: 1 + JExp: 1 + AttackRange: 1 + Attack: [1, 2] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 1 + Luk: 0 + } + ViewRange: 1 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (0, 1) + MoveSpeed: 1 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + MvpExp: 0 +}, +{ + Id: 1188 + SpriteName: "BON_GUN" + Name: "Bongun" + Lv: 32 + Hp: 3520 + Sp: 0 + Exp: 424 + JExp: 242 + AttackRange: 1 + Attack: [220, 260] + Def: 0 + Mdef: 0 + Stats: { + Str: 45 + Agi: 15 + Vit: 36 + Int: 10 + Dex: 48 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1720 + AttackMotion: 500 + DamageMotion: 420 + MvpExp: 0 + Drops: { + Short_Daenggie: 5500 + Old_Portrait: 40 + Worn_Out_Scroll: 60 + Bongun_Hat: 1 + Amulet: 15 + Yellow_Herb: 1000 + Yellow_Herb: 1250 + Bon_Gun_Card: 1 + } +}, +{ + Id: 1189 + SpriteName: "ORC_ARCHER" + Name: "Orc Archer" + Lv: 49 + Hp: 7440 + Sp: 0 + Exp: 1729 + JExp: 1787 + AttackRange: 9 + Attack: [310, 390] + Def: 10 + Mdef: 5 + Stats: { + Str: 1 + Agi: 44 + Vit: 25 + Int: 20 + Dex: 125 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1960 + AttackMotion: 620 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Sharpened_Cuspid: 4656 + Steel_Arrow: 1000 + Stone_Arrow: 2500 + Arrow_Of_Wind: 2500 + Orc_Archer_Bow: 2 + Red_Herb: 1400 + White_Herb: 900 + Orc_Archer_Card: 1 + } +}, +{ + Id: 1190 + SpriteName: "ORC_LORD" + Name: "Orc Lord" + Lv: 74 + Hp: 783000 + Sp: 0 + Exp: 62205 + JExp: 8580 + AttackRange: 1 + Attack: [3700, 4150] + Def: 40 + Mdef: 5 + Stats: { + Str: 85 + Agi: 82 + Vit: 30 + Int: 70 + Dex: 110 + Luk: 85 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 7 + Element: (2, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 1248 + AttackMotion: 500 + DamageMotion: 360 + MvpExp: 31102 + MvpDrops: { + Voucher_Of_Orcish_Hero: 5500 + Old_Violet_Box: 2000 + } + Drops: { + Brood_Axe: 400 + Ring_: 400 + Loard_Circlet: 400 + Doom_Slayer_: 400 + Old_Violet_Box: 1000 + Elunium: 4268 + Erde: 3100 + Orc_Load_Card: 1 + } +}, +{ + Id: 1191 + SpriteName: "MIMIC" + Name: "Mimic" + Lv: 51 + Hp: 6120 + Sp: 182 + Exp: 165 + JExp: 165 + AttackRange: 1 + Attack: [150, 900] + Def: 10 + Mdef: 40 + Stats: { + Str: 44 + Agi: 121 + Vit: 1 + Int: 60 + Dex: 75 + Luk: 110 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 972 + AttackMotion: 500 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Old_Violet_Box: 5 + Old_Blue_Box: 45 + Booby_Trap: 1200 + Spectacles: 3000 + Emperium: 3 + Rosary_: 1 + Elunium_Stone: 270 + Mimic_Card: 1 + } +}, +{ + Id: 1192 + SpriteName: "WRAITH" + Name: "Wraith" + Lv: 53 + Hp: 10999 + Sp: 0 + Exp: 2199 + JExp: 1099 + AttackRange: 1 + Attack: [580, 760] + Def: 5 + Mdef: 30 + Stats: { + Str: 1 + Agi: 95 + Vit: 30 + Int: 65 + Dex: 95 + Luk: 35 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 1 + Element: (9, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1816 + AttackMotion: 576 + DamageMotion: 240 + MvpExp: 0 + Drops: { + Transparent_Cloth: 5820 + Wedding_Veil: 10 + Manteau_: 2 + Red_Gemstone: 650 + Wing_Of_Butterfly: 1300 + Manteau: 10 + Crystal_Jewel_: 5 + Wraith_Card: 1 + } +}, +{ + Id: 1193 + SpriteName: "ALARM" + Name: "Alarm" + Lv: 58 + Hp: 10647 + Sp: 0 + Exp: 3987 + JExp: 2300 + AttackRange: 1 + Attack: [480, 600] + Def: 15 + Mdef: 15 + Stats: { + Str: 1 + Agi: 62 + Vit: 72 + Int: 10 + Dex: 85 + Luk: 45 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1020 + AttackMotion: 500 + DamageMotion: 768 + MvpExp: 0 + Drops: { + Needle_Of_Alarm: 5335 + Clip: 1 + Skull: 1500 + Spectacles: 1300 + Oridecon: 105 + Key_Of_Clock_Tower: 20 + Zargon: 1500 + Alarm_Card: 1 + } +}, +{ + Id: 1194 + SpriteName: "ARCLOUSE" + Name: "Arclouse" + Lv: 59 + Hp: 6075 + Sp: 0 + Exp: 860 + JExp: 1000 + AttackRange: 1 + Attack: [570, 640] + Def: 10 + Mdef: 15 + Stats: { + Str: 1 + Agi: 75 + Vit: 5 + Int: 5 + Dex: 75 + Luk: 50 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 4 + Element: (2, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 960 + AttackMotion: 500 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Round_Shell: 3500 + Sticky_Mucus: 3000 + Solid_Shell: 800 + Zargon: 450 + Red_Gemstone: 300 + Great_Nature: 20 + Zargon: 2500 + Arclouse_Card: 1 + } +}, +{ + Id: 1195 + SpriteName: "RIDEWORD" + Name: "Rideword" + Lv: 59 + Hp: 11638 + Sp: 0 + Exp: 2007 + JExp: 3106 + AttackRange: 1 + Attack: [584, 804] + Def: 5 + Mdef: 35 + Stats: { + Str: 48 + Agi: 75 + Vit: 10 + Int: 20 + Dex: 120 + Luk: 45 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 0 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 864 + AttackMotion: 500 + DamageMotion: 192 + MvpExp: 0 + Drops: { + Worn_Out_Page: 4850 + Book_Of_Billows: 4 + Book_Of_Mother_Earth: 4 + Book_Of_Blazing_Sun: 2 + Book_Of_Gust_Of_Wind: 2 + Bookclip_In_Memory: 300 + Old_Magic_Book: 20 + Rideword_Card: 1 + } +}, +{ + Id: 1196 + SpriteName: "SKEL_PRISONER" + Name: "Skeleton Prisoner" + Lv: 52 + Hp: 8691 + Sp: 0 + Exp: 2466 + JExp: 1562 + AttackRange: 1 + Attack: [660, 890] + Def: 10 + Mdef: 20 + Stats: { + Str: 55 + Agi: 20 + Vit: 36 + Int: 0 + Dex: 76 + Luk: 25 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 3) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 350 + AttackDelay: 1848 + AttackMotion: 500 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Manacles: 3500 + Spoon_Stub: 100 + Formal_Suit: 1 + Red_Gemstone: 600 + Rotten_Bandage: 3500 + Cuffs: 35 + Mementos: 1500 + Skel_Prisoner_Card: 1 + } +}, +{ + Id: 1197 + SpriteName: "ZOMBIE_PRISONER" + Name: "Zombie Prisoner" + Lv: 53 + Hp: 11280 + Sp: 0 + Exp: 2635 + JExp: 1724 + AttackRange: 1 + Attack: [780, 930] + Def: 10 + Mdef: 20 + Stats: { + Str: 1 + Agi: 24 + Vit: 39 + Int: 0 + Dex: 72 + Luk: 25 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 3) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 350 + AttackDelay: 1768 + AttackMotion: 500 + DamageMotion: 192 + MvpExp: 0 + Drops: { + Worn_Out_Prison_Uniform: 3500 + Spoon_Stub: 105 + Iron_Cane: 1 + Red_Gemstone: 600 + Rotten_Bandage: 3500 + Cuffs: 39 + Elunium: 112 + Zombie_Prisoner_Card: 1 + } +}, +{ + Id: 1198 + SpriteName: "DARK_PRIEST" + Name: "Dark Priest" + Lv: 79 + Hp: 101992 + Sp: 0 + Exp: 12192 + JExp: 5152 + AttackRange: 2 + Attack: [1238, 2037] + Def: 56 + Mdef: 70 + Stats: { + Str: 5 + Agi: 91 + Vit: 41 + Int: 101 + Dex: 103 + Luk: 42 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (9, 4) + Mode: { + CanMove: true + Aggressive: true + Assist: true + Boss: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 864 + AttackMotion: 1252 + DamageMotion: 476 + MvpExp: 0 + Drops: { + Book_Of_The_Apocalypse: 5 + Rosary: 30 + Blue_Potion: 100 + Red_Gemstone: 450 + Sacred_Marks: 50 + Glittering_Clothes: 5 + Cursed_Dagger: 1 + Dark_Priest_Card: 1 + } +}, +{ + Id: 1199 + SpriteName: "PUNK" + Name: "Punk" + Lv: 43 + Hp: 3620 + Sp: 0 + Exp: 1699 + JExp: 1033 + AttackRange: 1 + Attack: [292, 365] + Def: 0 + Mdef: 45 + Stats: { + Str: 1 + Agi: 105 + Vit: 5 + Int: 45 + Dex: 65 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 3 + Element: (4, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1500 + AttackMotion: 500 + DamageMotion: 1000 + MvpExp: 0 + Drops: { + Mould_Powder: 5335 + Yellow_Gemstone: 800 + Pacifier: 100 + Starsand_Of_Witch: 1000 + Moth_Dust: 3000 + Wing_Of_Fly: 1100 + Hood_: 15 + Punk_Card: 1 + } +}, +{ + Id: 1200 + SpriteName: "ZHERLTHSH" + Name: "Zherlthsh" + Lv: 63 + Hp: 18300 + Sp: 0 + Exp: 3608 + JExp: 2304 + AttackRange: 1 + Attack: [700, 850] + Def: 10 + Mdef: 15 + Stats: { + Str: 70 + Agi: 85 + Vit: 40 + Int: 30 + Dex: 125 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 800 + AttackMotion: 2112 + DamageMotion: 768 + MvpExp: 0 + Drops: { + Executioner's_Mitten: 5 + White_Herb: 1800 + Rose_Quartz: 1500 + Tights_: 8 + Earring_: 1 + Queen's_Whip: 100 + Masquerade: 3 + Zherlthsh_Card: 1 + } +}, +{ + Id: 1201 + SpriteName: "RYBIO" + Name: "Rybio" + Lv: 71 + Hp: 9572 + Sp: 0 + Exp: 6317 + JExp: 3520 + AttackRange: 1 + Attack: [686, 912] + Def: 45 + Mdef: 37 + Stats: { + Str: 1 + Agi: 97 + Vit: 75 + Int: 74 + Dex: 77 + Luk: 90 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (0, 2) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1790 + AttackMotion: 1440 + DamageMotion: 540 + MvpExp: 0 + Drops: { + Thin_N'_Long_Tongue: 3880 + Executioner's_Mitten: 3 + White_Herb: 1800 + Crystal_Jewel_: 30 + Frozen_Heart: 10 + Oridecon: 100 + Izidor: 30 + Rybio_Card: 1 + } +}, +{ + Id: 1202 + SpriteName: "PHENDARK" + Name: "Phendark" + Lv: 73 + Hp: 22729 + Sp: 0 + Exp: 6826 + JExp: 3443 + AttackRange: 2 + Attack: [794, 1056] + Def: 52 + Mdef: 36 + Stats: { + Str: 1 + Agi: 62 + Vit: 120 + Int: 65 + Dex: 76 + Luk: 66 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 7 + Element: (0, 2) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 175 + AttackDelay: 1744 + AttackMotion: 1344 + DamageMotion: 600 + MvpExp: 0 + Drops: { + Thin_N'_Long_Tongue: 3880 + Executioner's_Mitten: 4 + White_Herb: 1800 + Oridecon: 150 + Electric_Wire: 100 + Phendark_Card: 1 + } +}, +{ + Id: 1203 + SpriteName: "MYSTELTAINN" + Name: "Mysteltainn" + Lv: 76 + Hp: 33350 + Sp: 0 + Exp: 6457 + JExp: 5159 + AttackRange: 2 + Attack: [1160, 1440] + Def: 30 + Mdef: 30 + Stats: { + Str: 77 + Agi: 139 + Vit: 80 + Int: 35 + Dex: 159 + Luk: 65 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (7, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 1152 + AttackMotion: 500 + DamageMotion: 240 + MvpExp: 0 + Drops: { + Loki's_Whispers: 1 + Biotite: 1500 + Slayer_: 70 + Bastard_Sword_: 40 + Claymore: 2 + Steel: 120 + Oridecon: 243 + Mysteltainn_Card: 1 + } +}, +{ + Id: 1204 + SpriteName: "TIRFING" + Name: "Tirfing" + Lv: 71 + Hp: 29900 + Sp: 0 + Exp: 5412 + JExp: 4235 + AttackRange: 1 + Attack: [950, 1146] + Def: 30 + Mdef: 35 + Stats: { + Str: 58 + Agi: 87 + Vit: 55 + Int: 35 + Dex: 132 + Luk: 65 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 816 + AttackMotion: 500 + DamageMotion: 240 + MvpExp: 0 + Drops: { + Old_Hilt: 1 + Silver_Knife_Of_Chaste: 50 + Muscovite: 1500 + Dagger_: 70 + Stiletto_: 40 + Steel: 120 + Oridecon: 189 + Tirfing_Card: 1 + } +}, +{ + Id: 1205 + SpriteName: "EXECUTIONER" + Name: "Executioner" + Lv: 65 + Hp: 28980 + Sp: 0 + Exp: 4730 + JExp: 3536 + AttackRange: 2 + Attack: [570, 950] + Def: 35 + Mdef: 35 + Stats: { + Str: 64 + Agi: 85 + Vit: 40 + Int: 25 + Dex: 88 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (7, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 768 + AttackMotion: 500 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Bloody_Edge: 5 + Phlogopite: 1500 + Lapier_: 80 + Scimiter_: 60 + Ring_Pommel_Saber_: 40 + Steel: 120 + Oridecon: 145 + Executioner_Card: 1 + } +}, +{ + Id: 1206 + SpriteName: "ANOLIAN" + Name: "Anolian" + Lv: 61 + Hp: 18960 + Sp: 0 + Exp: 5900 + JExp: 3700 + AttackRange: 1 + Attack: [640, 980] + Def: 15 + Mdef: 15 + Stats: { + Str: 1 + Agi: 43 + Vit: 58 + Int: 25 + Dex: 80 + Luk: 65 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 5 + Element: (1, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 190 + AttackDelay: 900 + AttackMotion: 500 + DamageMotion: 864 + MvpExp: 0 + Drops: { + Anolian_Skin: 4850 + Crystal_Arrow: 2000 + Royal_Jelly: 5 + Red_Muffler: 10 + Solid_Shell: 5335 + Brooch_: 1 + Oridecon: 134 + Anolian_Card: 1 + } +}, +{ + Id: 1207 + SpriteName: "STING" + Name: "Sting" + Lv: 61 + Hp: 9500 + Sp: 0 + Exp: 4081 + JExp: 2970 + AttackRange: 1 + Attack: [850, 1032] + Def: 5 + Mdef: 30 + Stats: { + Str: 57 + Agi: 45 + Vit: 55 + Int: 5 + Dex: 120 + Luk: 85 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (2, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 528 + AttackMotion: 500 + DamageMotion: 240 + MvpExp: 0 + Drops: { + Mud_Lump: 4850 + Stone_Arrow: 1500 + Glove_: 1 + Coal: 130 + Great_Nature: 25 + Silk_Ribbon: 10 + Violet_Jewel: 3 + Sting_Card: 1 + } +}, +{ + Id: 1208 + SpriteName: "WANDER_MAN" + Name: "Wander Man" + Lv: 74 + Hp: 8170 + Sp: 0 + Exp: 5786 + JExp: 4730 + AttackRange: 2 + Attack: [450, 1170] + Def: 5 + Mdef: 5 + Stats: { + Str: 1 + Agi: 192 + Vit: 38 + Int: 45 + Dex: 127 + Luk: 85 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (4, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 672 + AttackMotion: 500 + DamageMotion: 192 + MvpExp: 0 + Drops: { + Skull: 4850 + Old_Card_Album: 1 + Hakujin_: 5 + Centimental_Leaf: 5 + Leaf_Of_Yggdrasil: 650 + Oridecon: 217 + Muramasa: 1 + Wander_Man_Card: 1 + } +}, +{ + Id: 1209 + SpriteName: "CRAMP" + Name: "Cramp" + Lv: 56 + Hp: 4720 + Sp: 0 + Exp: 2300 + JExp: 1513 + AttackRange: 1 + Attack: [395, 465] + Def: 0 + Mdef: 5 + Stats: { + Str: 1 + Agi: 85 + Vit: 35 + Int: 5 + Dex: 65 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (5, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 1000 + AttackMotion: 500 + DamageMotion: 1000 + MvpExp: 0 + Drops: { + Claw_Of_Rat: 4656 + Monster's_Feed: 1000 + Blue_Jewel: 80 + Glass_Bead: 110 + Lemon: 250 + Blue_Herb: 70 + Oridecon: 95 + Cramp_Card: 1 + } +}, +//1210,FILAMENTOUS,Filamentous,Filamentous,51,6088,0,1926,1353,1,425,525,35,10,1,35,30,5,83,40,10,12,1,4,23,0x3095,200,1500,500,1000,0,0,0,0,0,0,0,7008,4850,947,8000,943,3880,993,200,1451,40,757,18,509,1600,0,0,0,0,4045,1 + +{ + Id: 1211 + SpriteName: "BRILIGHT" + Name: "Brilight" + Lv: 46 + Hp: 5562 + Sp: 0 + Exp: 1826 + JExp: 1331 + AttackRange: 1 + Attack: [298, 383] + Def: 30 + Mdef: 5 + Stats: { + Str: 1 + Agi: 90 + Vit: 15 + Int: 10 + Dex: 50 + Luk: 35 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (3, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1500 + AttackMotion: 500 + DamageMotion: 1000 + MvpExp: 0 + Drops: { + Glitter_Shell: 5335 + Wind_Of_Verdure: 200 + Zargon: 1200 + Wing_Of_Butterfly: 1000 + Elunium_Stone: 220 + Leaf_Of_Yggdrasil: 250 + White_Herb: 2600 + Brilight_Card: 1 + } +}, +{ + Id: 1212 + SpriteName: "IRON_FIST" + Name: "Iron Fist" + Lv: 47 + Hp: 4221 + Sp: 0 + Exp: 1435 + JExp: 1520 + AttackRange: 1 + Attack: [430, 590] + Def: 40 + Mdef: 5 + Stats: { + Str: 1 + Agi: 25 + Vit: 15 + Int: 10 + Dex: 81 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 4 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1500 + AttackMotion: 500 + DamageMotion: 1000 + MvpExp: 0 + Drops: { + Tail_Of_Steel_Scorpion: 5335 + Elunium_Stone: 229 + Elunium_Stone: 22 + Iron_Ore: 750 + Steel: 180 + Iron: 300 + Iron_Fist_Card: 1 + } +}, +{ + Id: 1213 + SpriteName: "HIGH_ORC" + Name: "High Orc" + Lv: 52 + Hp: 6890 + Sp: 0 + Exp: 3618 + JExp: 1639 + AttackRange: 1 + Attack: [428, 533] + Def: 15 + Mdef: 5 + Stats: { + Str: 55 + Agi: 46 + Vit: 55 + Int: 35 + Dex: 82 + Luk: 40 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 7 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1500 + AttackMotion: 500 + DamageMotion: 1000 + MvpExp: 0 + Drops: { + Ogre_Tooth: 2500 + Orcish_Axe: 10 + Steel: 90 + Orcish_Voucher: 7500 + Zargon: 1300 + Oridecon_Stone: 196 + Yellow_Herb: 900 + High_Orc_Card: 1 + } +}, +{ + Id: 1214 + SpriteName: "CHOCO" + Name: "Choco" + Lv: 43 + Hp: 4278 + Sp: 0 + Exp: 1265 + JExp: 1265 + AttackRange: 1 + Attack: [315, 402] + Def: 5 + Mdef: 5 + Stats: { + Str: 65 + Agi: 68 + Vit: 55 + Int: 45 + Dex: 65 + Luk: 25 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (3, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1500 + AttackMotion: 500 + DamageMotion: 1000 + MvpExp: 0 + Drops: { + Claw_Of_Monkey: 5335 + Yoyo_Tail: 7000 + Elunium: 53 + Banana: 5000 + Tropical_Banana: 20 + Banana_Juice: 1000 + Yggdrasilberry: 25 + Choco_Card: 1 + } +}, +{ + Id: 1215 + SpriteName: "STEM_WORM" + Name: "Stem Worm" + Lv: 40 + Hp: 6136 + Sp: 0 + Exp: 1452 + JExp: 939 + AttackRange: 2 + Attack: [290, 375] + Def: 5 + Mdef: 10 + Stats: { + Str: 1 + Agi: 30 + Vit: 26 + Int: 15 + Dex: 79 + Luk: 35 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (4, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1500 + AttackMotion: 500 + DamageMotion: 1000 + MvpExp: 0 + Drops: { + Tough_Scalelike_Stem: 5335 + White_Herb: 1800 + Jump_Rope: 10 + Oridecon_Stone: 115 + Great_Nature: 5 + Glaive: 20 + Seed_Of_Yggdrasil: 45 + Stem_Worm_Card: 1 + } +}, +{ + Id: 1216 + SpriteName: "PENOMENA" + Name: "Penomena" + Lv: 57 + Hp: 7256 + Sp: 0 + Exp: 2870 + JExp: 2200 + AttackRange: 7 + Attack: [415, 565] + Def: 5 + Mdef: 50 + Stats: { + Str: 1 + Agi: 5 + Vit: 35 + Int: 15 + Dex: 136 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 5 + Element: (5, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 832 + AttackMotion: 500 + DamageMotion: 600 + MvpExp: 0 + Drops: { + Coral_Reef: 4850 + Tentacle: 8000 + Sticky_Mucus: 7000 + Panacea: 200 + Violet_Jewel: 15 + Katar_Of_Raging_Blaze: 1 + Red_Gemstone: 550 + Penomena_Card: 1 + } +}, +{ + Id: 1219 + SpriteName: "KNIGHT_OF_ABYSS" + Name: "Knight of Abyss" + Lv: 79 + Hp: 36140 + Sp: 0 + Exp: 8469 + JExp: 6268 + AttackRange: 1 + Attack: [1600, 2150] + Def: 55 + Mdef: 50 + Stats: { + Str: 66 + Agi: 68 + Vit: 64 + Int: 25 + Dex: 135 + Luk: 50 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 7 + Element: (7, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1500 + AttackMotion: 500 + DamageMotion: 1000 + MvpExp: 0 + Drops: { + Reins: 5335 + Blade_Lost_In_Darkness: 5 + Clothes_Of_The_Lord: 1 + Battle_Hook: 25 + Broad_Sword_: 1 + Elunium: 369 + Oridecon: 259 + Knight_Of_Abyss_Card: 1 + } +}, +{ + Id: 1220 + SpriteName: "M_DESERT_WOLF" + Name: "Desert Wolf" + Lv: 27 + Hp: 1716 + Sp: 0 + Exp: 388 + JExp: 242 + AttackRange: 1 + Attack: [169, 208] + Def: 0 + Mdef: 10 + Stats: { + Str: 1 + Agi: 27 + Vit: 45 + Int: 15 + Dex: 56 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (3, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1120 + AttackMotion: 420 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Katar_: 5 + Claw_Of_Desert_Wolf: 5500 + Mink_Coat: 1 + Meat: 1200 + Claw_Of_Wolves: 2000 + Oridecon_Stone: 53 + Desert_Wolf_Card: 1 + } +}, +{ + Id: 1221 + SpriteName: "M_SAVAGE" + Name: "Savage" + Lv: 26 + Hp: 2092 + Sp: 0 + Exp: 357 + JExp: 226 + AttackRange: 1 + Attack: [146, 177] + Def: 10 + Mdef: 5 + Stats: { + Str: 1 + Agi: 26 + Vit: 54 + Int: 10 + Dex: 37 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (2, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1960 + AttackMotion: 960 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Wild_Boar's_Mane: 6000 + Grape: 150 + Animal_Blood: 3 + Eagle_Eyes: 2 + Anodyne: 15 + Elunium_Stone: 70 + Savage_Card: 1 + } +}, +//1222,L_HIGH_ORC,High Orc,High Orc,52,6890,0,2128,1490,1,428,533,15,5,1,46,55,35,82,40,10,12,2,7,43,0x3695,200,1500,500,1000,0,0,0,0,0,0,0,7002,2500,1304,10,999,120,931,8000,912,1600,756,196,508,1100,0,0,0,0,4066,1 + +//1223,L_ORC,Orc,Orc,24,1400,0,261,160,1,114,136,10,5,1,24,48,25,34,10,10,12,1,7,22,0x3695,200,1864,864,288,0,0,0,0,0,0,0,998,210,931,5500,756,40,2267,3,1352,10,1304,5,1301,100,0,0,0,0,4066,1 + +//1224,L_POISON_SPORE,Poison Spore,Poison Spore,19,665,0,169,85,1,89,101,0,0,1,19,25,1,24,1,10,12,1,3,25,0x3695,200,1672,672,288,0,0,0,0,0,0,0,921,8000,2221,20,511,650,510,55,972,35,0,0,0,0,0,0,0,0,4048,1 + +//1225,L_CHOCO,Choco,Choco,43,4278,0,1150,1150,1,315,402,5,5,1,68,55,45,65,25,10,12,0,2,23,0x3695,200,1500,500,1000,0,0,0,0,0,0,0,7011,5335,942,7000,508,1900,513,5000,2311,2,532,1000,607,25,0,0,0,0,4051,1 + +//1226,L_KOBOLD,Kobold,Kobold,36,3893,0,898,568,1,265,318,15,10,1,90,36,30,52,30,10,12,1,7,44,0x3695,200,1028,528,360,0,0,0,0,0,0,0,999,90,1034,5820,912,750,985,25,1220,2,2104,5,0,0,0,0,0,0,4091,1 + +//1227,L_GOBLIN,Goblin,Goblin,25,1176,0,282,171,1,118,140,10,5,1,63,25,20,38,45,10,12,1,7,24,0x3695,100,1120,620,240,0,0,0,0,0,0,0,998,270,911,1200,756,43,2297,3,1211,10,2104,5,507,800,0,0,0,0,4060,1 + +//1228,L_PHEN,Phen,Phen,26,3347,0,357,226,1,138,150,0,15,1,26,26,1,88,75,10,12,1,5,41,0x3695,150,2544,1344,1152,0,0,0,0,0,0,0,1023,6000,963,2300,720,8,517,1100,951,550,756,25,0,0,0,0,0,0,4077,1 + +{ + Id: 1229 + SpriteName: "META_FABRE" + Name: "Fabre" + Lv: 2 + Hp: 63 + Sp: 0 + Exp: 3 + JExp: 2 + AttackRange: 1 + Attack: [8, 11] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 2 + Vit: 4 + Int: 0 + Dex: 7 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (2, 1) + Mode: { + CanMove: true + CanAttack: true + Detector: true + } + MoveSpeed: 400 + AttackDelay: 1672 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Fluff: 6500 + Feather: 600 + Club_: 80 + Azure_Jewel: 8 + Green_Herb: 750 + Clover: 1500 + Club: 200 + Fabre_Card: 1 + } +}, +{ + Id: 1230 + SpriteName: "META_PUPA" + Name: "Pupa" + Lv: 2 + Hp: 427 + Sp: 0 + Exp: 2 + JExp: 4 + AttackRange: 0 + Attack: [1, 2] + Def: 20 + Mdef: 20 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 1 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (2, 1) + Mode: { + Detector: true + } + MoveSpeed: 1000 + AttackDelay: 1001 + AttackMotion: 1 + DamageMotion: 1 + MvpExp: 0 + Drops: { + Phracon: 300 + Chrysalis: 6000 + Sticky_Mucus: 700 + Guard_: 2 + Shell: 1300 + Sticky_Mucus: 700 + Iron_Ore: 300 + Pupa_Card: 1 + } +}, +{ + Id: 1231 + SpriteName: "META_CREAMY" + Name: "Creamy" + Lv: 16 + Hp: 595 + Sp: 0 + Exp: 96 + JExp: 64 + AttackRange: 1 + Attack: [53, 64] + Def: 0 + Mdef: 30 + Stats: { + Str: 1 + Agi: 40 + Vit: 16 + Int: 15 + Dex: 16 + Luk: 55 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (4, 1) + Mode: { + CanMove: true + CanAttack: true + Detector: true + } + MoveSpeed: 200 + AttackDelay: 1220 + AttackMotion: 720 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Powder_Of_Butterfly: 6000 + Silk_Robe_: 10 + Honey: 180 + Wing_Of_Butterfly: 200 + Fancy_Flower: 4 + Flower: 800 + Creamy_Card: 1 + } +}, +{ + Id: 1232 + SpriteName: "META_PECOPECO_EGG" + Name: "Peco Peco Egg" + Lv: 3 + Hp: 420 + Sp: 0 + Exp: 4 + JExp: 4 + AttackRange: 0 + Attack: [1, 2] + Def: 20 + Mdef: 20 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 1 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 0 + Element: (0, 3) + MoveSpeed: 1000 + AttackDelay: 1001 + AttackMotion: 1 + DamageMotion: 1 + MvpExp: 0 + Drops: { + Phracon: 120 + Shell: 1500 + Guard_: 2 + Red_Herb: 450 + Red_Herb: 450 + Empty_Bottle: 2000 + White_Platter: 15 + Pecopeco_Egg_Card: 1 + } +}, +//1233,CONCEIVE_PECOPECO,Peco Peco,Peco Peco,19,531,0,159,36,1,50,64,0,0,1,13,13,25,27,9,10,12,2,2,23,0x81,200,1564,864,576,0,0,0,0,0,0,0,925,6000,2402,20,508,55,507,950,1604,100,0,0,582,1000,0,0,0,0,4031,1 + +{ + Id: 1234 + SpriteName: "PROVOKE_YOYO" + Name: "Yoyo" + Lv: 19 + Hp: 879 + Sp: 0 + Exp: 135 + JExp: 85 + AttackRange: 1 + Attack: [71, 82] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 24 + Vit: 30 + Int: 35 + Dex: 32 + Luk: 55 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (2, 1) + Mode: { + CanMove: true + Looter: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + } + MoveSpeed: 200 + AttackDelay: 1054 + AttackMotion: 54 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Yoyo_Tail: 6000 + Cacao: 500 + Yellow_Herb: 130 + Animal's_Skin: 5500 + Monkey_Doll: 7 + Strawberry: 500 + Orange: 1000 + Yoyo_Card: 1 + } +}, +{ + Id: 1235 + SpriteName: "SMOKING_ORC" + Name: "Smoking Orc" + Lv: 24 + Hp: 1400 + Sp: 0 + Exp: 261 + JExp: 160 + AttackRange: 1 + Attack: [114, 136] + Def: 10 + Mdef: 20 + Stats: { + Str: 1 + Agi: 24 + Vit: 48 + Int: 20 + Dex: 34 + Luk: 0 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1864 + AttackMotion: 864 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Iron: 210 + Orcish_Voucher: 5500 + Oridecon_Stone: 40 + Cigar: 3 + Battle_Axe_: 10 + Orcish_Axe: 5 + Axe: 100 + Orc_Warrior_Card: 1 + } +}, +{ + Id: 1236 + SpriteName: "META_ANT_EGG" + Name: "Ant Egg" + Lv: 4 + Hp: 420 + Sp: 0 + Exp: 5 + JExp: 4 + AttackRange: 0 + Attack: [1, 2] + Def: 20 + Mdef: 20 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 1 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 0 + Element: (0, 3) + MoveSpeed: 1000 + AttackDelay: 1001 + AttackMotion: 1 + DamageMotion: 1 + MvpExp: 0 + Drops: { + Phracon: 135 + Shell: 2740 + Jellopy: 3000 + Sticky_Mucus: 750 + Empty_Bottle: 2000 + Iron_Ore: 220 + Andre_Egg_Card: 1 + } +}, +{ + Id: 1237 + SpriteName: "META_ANDRE" + Name: "Andre" + Lv: 17 + Hp: 688 + Sp: 0 + Exp: 109 + JExp: 71 + AttackRange: 1 + Attack: [60, 71] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 17 + Vit: 24 + Int: 20 + Dex: 26 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (2, 1) + Mode: { + CanMove: true + Looter: true + Assist: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + } + MoveSpeed: 300 + AttackDelay: 1288 + AttackMotion: 288 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Worm_Peelings: 6000 + Garlet: 3000 + Sticky_Mucus: 1000 + Shell: 3000 + Sparkling_Dust: 6 + Iron_Ore: 350 + Elunium_Stone: 28 + Andre_Card: 1 + } +}, +{ + Id: 1238 + SpriteName: "META_PIERE" + Name: "Piere" + Lv: 18 + Hp: 733 + Sp: 0 + Exp: 122 + JExp: 78 + AttackRange: 1 + Attack: [64, 75] + Def: 15 + Mdef: 0 + Stats: { + Str: 1 + Agi: 18 + Vit: 26 + Int: 20 + Dex: 27 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (2, 1) + Mode: { + CanMove: true + Looter: true + Assist: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + } + MoveSpeed: 200 + AttackDelay: 1288 + AttackMotion: 288 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Worm_Peelings: 5700 + Garlet: 1100 + Sticky_Mucus: 600 + Wind_Of_Verdure: 15 + Sparkling_Dust: 5 + Iron_Ore: 400 + Elunium_Stone: 31 + Andre_Card: 1 + } +}, +{ + Id: 1239 + SpriteName: "META_DENIRO" + Name: "Deniro" + Lv: 19 + Hp: 760 + Sp: 0 + Exp: 135 + JExp: 85 + AttackRange: 1 + Attack: [68, 79] + Def: 15 + Mdef: 0 + Stats: { + Str: 1 + Agi: 19 + Vit: 30 + Int: 20 + Dex: 43 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (2, 1) + Mode: { + CanMove: true + Looter: true + Assist: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + } + MoveSpeed: 150 + AttackDelay: 1288 + AttackMotion: 288 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Worm_Peelings: 6000 + Garlet: 3000 + Sticky_Mucus: 1200 + Boody_Red: 45 + Sparkling_Dust: 8 + Iron_Ore: 450 + Elunium_Stone: 34 + Andre_Card: 1 + } +}, +{ + Id: 1240 + SpriteName: "META_PICKY" + Name: "Picky" + Lv: 3 + Hp: 80 + Sp: 0 + Exp: 4 + JExp: 3 + AttackRange: 1 + Attack: [9, 12] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 3 + Vit: 3 + Int: 0 + Dex: 10 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (3, 1) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 988 + AttackMotion: 288 + DamageMotion: 168 + MvpExp: 0 + Drops: { + Feather_Of_Birds: 6500 + Feather: 850 + Cotton_Shirt_: 150 + Red_Herb: 650 + Milk: 350 + Yellow_Gemstone: 60 + Picky_Card: 1 + } +}, +{ + Id: 1241 + SpriteName: "META_PICKY_" + Name: "Picky" + Lv: 4 + Hp: 83 + Sp: 0 + Exp: 5 + JExp: 4 + AttackRange: 1 + Attack: [8, 11] + Def: 20 + Mdef: 0 + Stats: { + Str: 1 + Agi: 3 + Vit: 3 + Int: 0 + Dex: 11 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (3, 1) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 988 + AttackMotion: 288 + DamageMotion: 168 + MvpExp: 0 + Drops: { + Feather_Of_Birds: 6500 + Feather: 850 + Egg_Shell: 7 + Red_Herb: 750 + Milk: 350 + Yellow_Gemstone: 60 + Picky__Card: 1 + } +}, +{ + Id: 1242 + SpriteName: "MARIN" + Name: "Marin" + Lv: 15 + Hp: 742 + Sp: 0 + Exp: 66 + JExp: 44 + AttackRange: 1 + Attack: [39, 43] + Def: 0 + Mdef: 10 + Stats: { + Str: 1 + Agi: 10 + Vit: 10 + Int: 5 + Dex: 35 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (1, 2) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 400 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Garlet: 3200 + Sticky_Mucus: 1500 + Cold_Scroll_2_1: 100 + Skyblue_Jewel: 40 + Blue_Herb: 75 + Candy: 350 + Poring_Hat: 1 + Marin_Card: 1 + } +}, +{ + Id: 1243 + SpriteName: "SASQUATCH" + Name: "Sasquatch" + Lv: 30 + Hp: 3163 + Sp: 0 + Exp: 529 + JExp: 319 + AttackRange: 1 + Attack: [250, 280] + Def: 5 + Mdef: 0 + Stats: { + Str: 75 + Agi: 25 + Vit: 60 + Int: 10 + Dex: 34 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1260 + AttackMotion: 192 + DamageMotion: 192 + MvpExp: 0 + Drops: { + Zargon: 750 + White_Herb: 800 + Feather: 1000 + Panda_Cap: 1 + Bear's_Foot: 5000 + White_Jewel: 30 + Elunium_Stone: 90 + Sasquatch_Card: 1 + } +}, +{ + Id: 1244 + SpriteName: "JAKK_XMAS" + Name: "Christmas Jakk" + Lv: 38 + Hp: 3581 + Sp: 0 + Exp: 1113 + JExp: 688 + AttackRange: 1 + Attack: [315, 382] + Def: 5 + Mdef: 30 + Stats: { + Str: 1 + Agi: 38 + Vit: 38 + Int: 43 + Dex: 75 + Luk: 45 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (3, 2) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 1180 + AttackMotion: 480 + DamageMotion: 648 + MvpExp: 0 + Drops: { + Pumpkin_Head: 5335 + Zargon: 900 + Elunium: 31 + Tights_: 5 + Gift_Box: 20 + Packing_Paper: 1200 + Packing_Ribbon: 1200 + Jakk_Card: 1 + } +}, +{ + Id: 1245 + SpriteName: "GOBLINE_XMAS" + Name: "Christmas Goblin" + Lv: 25 + Hp: 1176 + Sp: 0 + Exp: 282 + JExp: 171 + AttackRange: 1 + Attack: [118, 140] + Def: 10 + Mdef: 5 + Stats: { + Str: 1 + Agi: 53 + Vit: 25 + Int: 20 + Dex: 38 + Luk: 45 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (4, 1) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 100 + AttackDelay: 1120 + AttackMotion: 620 + DamageMotion: 240 + MvpExp: 0 + Drops: { + Packing_Ribbon: 550 + Packing_Paper: 550 + Oridecon_Stone: 43 + Gift_Box: 10 + Dirk_: 10 + Buckler_: 5 + Santa's_Hat: 10 + Goblin_Card: 1 + } +}, +{ + Id: 1246 + SpriteName: "COOKIE_XMAS" + Name: "Christmas Cookie" + Lv: 28 + Hp: 2090 + Sp: 0 + Exp: 461 + JExp: 284 + AttackRange: 1 + Attack: [140, 170] + Def: 0 + Mdef: 50 + Stats: { + Str: 1 + Agi: 24 + Vit: 30 + Int: 53 + Dex: 45 + Luk: 100 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 7 + Element: (6, 2) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 400 + AttackDelay: 1248 + AttackMotion: 1248 + DamageMotion: 240 + MvpExp: 0 + Drops: { + Well_Baked_Cookie: 1500 + Scarlet_Jewel: 45 + Zargon: 200 + Hood_: 25 + Gift_Box: 5 + Cold_Scroll_1_3: 100 + Red_Herb: 1700 + Cookie_XMAS_Card: 1 + } +}, +{ + Id: 1247 + SpriteName: "ANTONIO" + Name: "Antonio" + Lv: 10 + Hp: 10 + Sp: 0 + Exp: 3 + JExp: 2 + AttackRange: 1 + Attack: [13, 20] + Def: 100 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 50 + Dex: 100 + Luk: 100 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (6, 3) + Mode: { + CanMove: true + Plant: true + CanAttack: true + } + MoveSpeed: 100 + AttackDelay: 720 + AttackMotion: 720 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Red_Socks_With_Holes: 10000 + Gift_Box: 200 + Well_Baked_Cookie: 1500 + Piece_Of_Cake: 1000 + Candy: 5500 + Candy_Striper: 5500 + Santa's_Hat: 250 + Antonio_Card: 1 + } +}, +{ + Id: 1248 + SpriteName: "CRUISER" + Name: "Cruiser" + Lv: 35 + Hp: 2820 + Sp: 0 + Exp: 1100 + JExp: 450 + AttackRange: 7 + Attack: [175, 215] + Def: 5 + Mdef: 5 + Stats: { + Str: 1 + Agi: 40 + Vit: 10 + Int: 10 + Dex: 90 + Luk: 25 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 1296 + AttackMotion: 1296 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Manacles: 900 + Holy_Bonnet: 2 + Iron: 320 + Rough_Wind: 5 + Scell: 3500 + Branch: 5 + Oridecon_Stone: 87 + Cruiser_Card: 1 + } +}, +{ + Id: 1249 + SpriteName: "MYSTCASE" + Name: "Myst Case" + Lv: 38 + Hp: 3450 + Sp: 0 + Exp: 1113 + JExp: 688 + AttackRange: 1 + Attack: [160, 360] + Def: 5 + Mdef: 10 + Stats: { + Str: 65 + Agi: 50 + Vit: 25 + Int: 5 + Dex: 48 + Luk: 75 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (0, 3) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 400 + AttackDelay: 1248 + AttackMotion: 1248 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Candy_Striper: 90 + Zargon: 1500 + Old_Blue_Box: 20 + Piece_Of_Cake: 800 + Scarlet_Jewel: 150 + Crystal_Jewel_: 5 + Candy: 340 + Mystcase_Card: 1 + } +}, +{ + Id: 1250 + SpriteName: "CHEPET" + Name: "Chepet" + Lv: 42 + Hp: 4950 + Sp: 0 + Exp: 1518 + JExp: 946 + AttackRange: 1 + Attack: [380, 440] + Def: 0 + Mdef: 25 + Stats: { + Str: 1 + Agi: 72 + Vit: 35 + Int: 71 + Dex: 65 + Luk: 85 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (3, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 672 + AttackMotion: 672 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Matchstick: 2500 + Zargon: 750 + Apple: 5500 + Unripe_Apple: 40 + Red_Muffler: 5 + Yellow_Herb: 1300 + Ragamuffin_Cape: 5 + Chepet_Card: 1 + } +}, +{ + Id: 1251 + SpriteName: "KNIGHT_OF_WINDSTORM" + Name: "Knight of Windstorm" + Lv: 77 + Hp: 240000 + Sp: 0 + Exp: 64350 + JExp: 21450 + AttackRange: 2 + Attack: [1425, 1585] + Def: 35 + Mdef: 60 + Stats: { + Str: 75 + Agi: 185 + Vit: 83 + Int: 55 + Dex: 130 + Luk: 79 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (4, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 468 + AttackMotion: 468 + DamageMotion: 288 + MvpExp: 32175 + MvpDrops: { + Skyblue_Jewel: 4500 + Boots_: 500 + Mistic_Frozen: 3000 + } + Drops: { + Zephyrus: 150 + Old_Blue_Box: 3000 + Old_Violet_Box: 4000 + Ring_: 200 + Manteau_: 500 + Elunium: 4559 + Loard_Circlet: 1 + Knight_Windstorm_Card: 1 + } +}, +{ + Id: 1252 + SpriteName: "GARM" + Name: "Garm" + Lv: 73 + Hp: 197000 + Sp: 0 + Exp: 50050 + JExp: 20020 + AttackRange: 3 + Attack: [1700, 1900] + Def: 40 + Mdef: 45 + Stats: { + Str: 85 + Agi: 126 + Vit: 82 + Int: 65 + Dex: 95 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (1, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 608 + AttackMotion: 408 + DamageMotion: 336 + MvpExp: 25025 + MvpDrops: { + Fang_Of_Garm: 1000 + Old_Blue_Box: 3000 + Mistic_Frozen: 3000 + } + Drops: { + Fang_Of_Garm: 5500 + Ice_Falchon: 150 + Katar_Of_Cold_Icicle: 500 + Claw_Of_Garm: 500 + Elunium: 3977 + Oridecon: 2900 + Garm_Card: 1 + } +}, +{ + Id: 1253 + SpriteName: "GARGOYLE" + Name: "Gargoyle" + Lv: 48 + Hp: 3950 + Sp: 0 + Exp: 1650 + JExp: 1650 + AttackRange: 9 + Attack: [290, 360] + Def: 10 + Mdef: 10 + Stats: { + Str: 15 + Agi: 61 + Vit: 20 + Int: 20 + Dex: 126 + Luk: 40 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (4, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1020 + AttackMotion: 720 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Zargon: 3880 + Petite_DiablOfs_Wing: 500 + Thimble_Of_Archer: 1 + Silence_Arrow: 2000 + Elunium_Stone: 238 + Gargoyle_Card: 1 + } +}, +{ + Id: 1254 + SpriteName: "RAGGLER" + Name: "Raggler" + Lv: 21 + Hp: 1020 + Sp: 0 + Exp: 218 + JExp: 140 + AttackRange: 1 + Attack: [102, 113] + Def: 0 + Mdef: 5 + Stats: { + Str: 18 + Agi: 10 + Vit: 32 + Int: 20 + Dex: 39 + Luk: 35 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (4, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1000 + AttackMotion: 900 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Cyfar: 3000 + Feather_Of_Birds: 5000 + Center_Potion: 200 + Grape: 200 + Wind_Of_Verdure: 90 + Goggle_: 7 + Oridecon_Stone: 32 + Raggler_Card: 1 + } +}, +{ + Id: 1255 + SpriteName: "NERAID" + Name: "Neraid" + Lv: 40 + Hp: 4120 + Sp: 0 + Exp: 1126 + JExp: 684 + AttackRange: 1 + Attack: [325, 360] + Def: 0 + Mdef: 10 + Stats: { + Str: 1 + Agi: 45 + Vit: 50 + Int: 5 + Dex: 64 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 776 + AttackMotion: 576 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Earthworm_Peeling: 5100 + Cyfar: 1000 + Blue_Herb: 230 + Whip_Of_Ice_Piece: 10 + Grape: 250 + Elunium_Stone: 180 + Elunium: 37 + Neraid_Card: 1 + } +}, +{ + Id: 1256 + SpriteName: "PEST" + Name: "Pest" + Lv: 40 + Hp: 3240 + Sp: 0 + Exp: 1238 + JExp: 752 + AttackRange: 1 + Attack: [375, 450] + Def: 0 + Mdef: 5 + Stats: { + Str: 1 + Agi: 60 + Vit: 22 + Int: 5 + Dex: 80 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (7, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 165 + AttackDelay: 700 + AttackMotion: 648 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Earthworm_Peeling: 5500 + Brigan: 200 + Animal_Blood: 10 + Anodyne: 100 + Red_Gemstone: 250 + Oridecon_Stone: 115 + Pest_Card: 1 + } +}, +{ + Id: 1257 + SpriteName: "INJUSTICE" + Name: "Injustice" + Lv: 51 + Hp: 7600 + Sp: 0 + Exp: 2118 + JExp: 1488 + AttackRange: 1 + Attack: [480, 600] + Def: 0 + Mdef: 0 + Stats: { + Str: 84 + Agi: 42 + Vit: 39 + Int: 0 + Dex: 71 + Luk: 35 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (7, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 770 + AttackMotion: 720 + DamageMotion: 336 + MvpExp: 0 + Drops: { + Steel: 300 + Brigan: 5335 + Cyfar: 3500 + Padded_Armor_: 5 + Plate_Armor: 2 + Prohibition_Red_Candle: 2 + Jamadhar_: 2 + Injustice_Card: 1 + } +}, +{ + Id: 1258 + SpriteName: "GOBLIN_ARCHER" + Name: "Goblin Archer" + Lv: 28 + Hp: 1750 + Sp: 0 + Exp: 461 + JExp: 284 + AttackRange: 9 + Attack: [89, 113] + Def: 0 + Mdef: 0 + Stats: { + Str: 10 + Agi: 15 + Vit: 20 + Int: 15 + Dex: 72 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 7 + Element: (5, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1172 + AttackMotion: 672 + DamageMotion: 420 + MvpExp: 0 + Drops: { + Goblini_Mask: 3 + Iron: 250 + Scell: 1000 + Oridecon_Arrow: 3000 + Red_Herb: 600 + Composite_Bow_: 25 + Grape: 300 + Goblin_Archer_Card: 1 + } +}, +{ + Id: 1259 + SpriteName: "GRYPHON" + Name: "Gryphon" + Lv: 72 + Hp: 27800 + Sp: 0 + Exp: 5896 + JExp: 4400 + AttackRange: 1 + Attack: [880, 1260] + Def: 35 + Mdef: 35 + Stats: { + Str: 68 + Agi: 95 + Vit: 78 + Int: 65 + Dex: 115 + Luk: 75 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (4, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 704 + AttackMotion: 504 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Talon_Of_Griffin: 2500 + Brigan: 5335 + Soft_Feather: 120 + Guisarme_: 1500 + Pole_Axe: 1 + Oridecon: 185 + Rough_Wind: 150 + Gryphon_Card: 1 + } +}, +{ + Id: 1260 + SpriteName: "DARK_FRAME" + Name: "Dark Frame" + Lv: 59 + Hp: 7500 + Sp: 0 + Exp: 3652 + JExp: 3271 + AttackRange: 1 + Attack: [960, 1210] + Def: 10 + Mdef: 45 + Stats: { + Str: 1 + Agi: 72 + Vit: 42 + Int: 45 + Dex: 85 + Luk: 25 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 920 + AttackMotion: 720 + DamageMotion: 200 + MvpExp: 0 + Drops: { + Brigan: 4656 + Red_Frame: 1000 + Manteau: 30 + Star_Crumb: 80 + Crystal_Mirror: 3 + Dark_Frame_Card: 1 + } +}, +{ + Id: 1261 + SpriteName: "WILD_ROSE" + Name: "Wild Rose" + Lv: 38 + Hp: 2980 + Sp: 0 + Exp: 1113 + JExp: 688 + AttackRange: 1 + Attack: [315, 360] + Def: 0 + Mdef: 15 + Stats: { + Str: 65 + Agi: 85 + Vit: 15 + Int: 35 + Dex: 65 + Luk: 80 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (4, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + } + MoveSpeed: 100 + AttackDelay: 964 + AttackMotion: 864 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Cyfar: 5335 + Witherless_Rose: 50 + Fruit_Shell: 120 + Arrow_Of_Shadow: 3000 + Rotten_Fish: 35 + Monster's_Feed: 600 + Big_Sis'_Ribbon: 2 + Wild_Rose_Card: 1 + } +}, +{ + Id: 1262 + SpriteName: "MUTANT_DRAGON" + Name: "Mutant Dragon" + Lv: 65 + Hp: 62600 + Sp: 0 + Exp: 4730 + JExp: 3536 + AttackRange: 4 + Attack: [2400, 3400] + Def: 15 + Mdef: 20 + Stats: { + Str: 75 + Agi: 47 + Vit: 30 + Int: 68 + Dex: 45 + Luk: 35 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 9 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 1280 + AttackMotion: 1080 + DamageMotion: 240 + MvpExp: 0 + Drops: { + Brigan: 4850 + Dragon_Canine: 500 + Dragon_Scale: 500 + Rotten_Bandage: 500 + Legacy_Of_Dragon: 100 + Pyroxene: 1500 + Dragon_Breath: 50 + Mutant_Dragon_Card: 1 + } +}, +{ + Id: 1263 + SpriteName: "WIND_GHOST" + Name: "Wind Ghost" + Lv: 51 + Hp: 4820 + Sp: 0 + Exp: 2424 + JExp: 1488 + AttackRange: 2 + Attack: [489, 639] + Def: 0 + Mdef: 45 + Stats: { + Str: 1 + Agi: 89 + Vit: 15 + Int: 90 + Dex: 85 + Luk: 25 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (4, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1056 + AttackMotion: 1056 + DamageMotion: 336 + MvpExp: 0 + Drops: { + Zargon: 4559 + Skel_Bone: 6000 + Skull: 500 + Wind_Scroll_1_5: 100 + Arc_Wand_: 8 + Rough_Wind: 100 + Bone_Wand: 1 + Wind_Ghost_Card: 1 + } +}, +{ + Id: 1264 + SpriteName: "MERMAN" + Name: "Merman" + Lv: 53 + Hp: 14690 + Sp: 0 + Exp: 4500 + JExp: 3000 + AttackRange: 2 + Attack: [482, 964] + Def: 10 + Mdef: 35 + Stats: { + Str: 72 + Agi: 45 + Vit: 46 + Int: 35 + Dex: 60 + Luk: 55 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (1, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 220 + AttackDelay: 916 + AttackMotion: 816 + DamageMotion: 336 + MvpExp: 0 + Drops: { + Lip_Of_Ancient_Fish: 1300 + Holy_Water: 300 + Lemon: 400 + Skyblue_Jewel: 40 + Mistic_Frozen: 35 + Trident: 3 + Oridecon_Stone: 203 + Merman_Card: 1 + } +}, +{ + Id: 1265 + SpriteName: "COOKIE" + Name: "Cookie" + Lv: 25 + Hp: 950 + Sp: 0 + Exp: 310 + JExp: 188 + AttackRange: 1 + Attack: [130, 145] + Def: 0 + Mdef: 25 + Stats: { + Str: 1 + Agi: 35 + Vit: 20 + Int: 53 + Dex: 37 + Luk: 90 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 7 + Element: (0, 3) + Mode: { + CanMove: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + } + MoveSpeed: 200 + AttackDelay: 1036 + AttackMotion: 936 + DamageMotion: 240 + MvpExp: 0 + Drops: { + Well_Baked_Cookie: 1000 + Candy_Striper: 150 + Darkgreen_Dyestuffs: 1 + Great_Chef_Orleans01: 50 + Sandals_: 30 + Holy_Scroll_1_3: 100 + Candy: 320 + Cookie_Card: 1 + } +}, +{ + Id: 1266 + SpriteName: "ASTER" + Name: "Aster" + Lv: 18 + Hp: 1372 + Sp: 0 + Exp: 122 + JExp: 78 + AttackRange: 1 + Attack: [56, 64] + Def: 0 + Mdef: 10 + Stats: { + Str: 1 + Agi: 19 + Vit: 15 + Int: 0 + Dex: 34 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 5 + Element: (2, 1) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 400 + AttackDelay: 1264 + AttackMotion: 864 + DamageMotion: 216 + MvpExp: 0 + Drops: { + Sticky_Mucus: 500 + Coral_Reef: 40 + Single_Cell: 1200 + Yellow_Herb: 200 + Zargon: 60 + Apple: 100 + Aster_Card: 1 + } +}, +{ + Id: 1267 + SpriteName: "CARAT" + Name: "Carat" + Lv: 51 + Hp: 5200 + Sp: 0 + Exp: 1926 + JExp: 1353 + AttackRange: 1 + Attack: [330, 417] + Def: 0 + Mdef: 25 + Stats: { + Str: 1 + Agi: 41 + Vit: 45 + Int: 5 + Dex: 85 + Luk: 155 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (4, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1078 + AttackMotion: 768 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Brigan: 3200 + Ice_Cream: 1000 + Spiky_Heel: 5 + Joker_Jester: 1 + White_Herb: 1450 + Carat_Card: 1 + } +}, +{ + Id: 1268 + SpriteName: "BLOODY_KNIGHT" + Name: "Bloody Knight" + Lv: 82 + Hp: 57870 + Sp: 0 + Exp: 10120 + JExp: 6820 + AttackRange: 3 + Attack: [2150, 3030] + Def: 60 + Mdef: 50 + Stats: { + Str: 88 + Agi: 75 + Vit: 70 + Int: 77 + Dex: 125 + Luk: 55 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (7, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 828 + AttackMotion: 528 + DamageMotion: 192 + MvpExp: 0 + Drops: { + Brigan: 4850 + Helm_: 45 + Plate_Armor_: 5 + Strong_Shield: 62 + Katzbalger: 1 + Pole_Axe: 2 + Elunium: 433 + Bloody_Knight_Card: 1 + } +}, +{ + Id: 1269 + SpriteName: "CLOCK" + Name: "Clock" + Lv: 60 + Hp: 11050 + Sp: 0 + Exp: 3410 + JExp: 2904 + AttackRange: 1 + Attack: [720, 909] + Def: 15 + Mdef: 10 + Stats: { + Str: 1 + Agi: 70 + Vit: 50 + Int: 25 + Dex: 90 + Luk: 50 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (2, 2) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 1092 + AttackMotion: 792 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Needle_Of_Alarm: 5335 + Wooden_Block: 800 + White_Herb: 1900 + Lemon: 320 + Key_Of_Clock_Tower: 30 + Underground_Key: 30 + Elunium: 163 + Clock_Card: 1 + } +}, +{ + Id: 1270 + SpriteName: "C_TOWER_MANAGER" + Name: "Clock Tower Manager" + Lv: 63 + Hp: 18600 + Sp: 0 + Exp: 4378 + JExp: 2850 + AttackRange: 3 + Attack: [880, 1180] + Def: 35 + Mdef: 30 + Stats: { + Str: 1 + Agi: 75 + Vit: 20 + Int: 64 + Dex: 75 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (0, 4) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 1072 + AttackMotion: 672 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Needle_Of_Alarm: 5335 + Brigan: 5335 + Steel: 500 + Leaflet_Of_Hinal: 850 + Memorize_Book: 1 + Key_Of_Clock_Tower: 2000 + Underground_Key: 2000 + C_Tower_Manager_Card: 1 + } +}, +{ + Id: 1271 + SpriteName: "ALLIGATOR" + Name: "Alligator" + Lv: 42 + Hp: 6962 + Sp: 0 + Exp: 1379 + JExp: 866 + AttackRange: 1 + Attack: [315, 360] + Def: 2 + Mdef: 5 + Stats: { + Str: 1 + Agi: 45 + Vit: 50 + Int: 10 + Dex: 69 + Luk: 65 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 1100 + AttackMotion: 900 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Zargon: 1000 + Worn_Out_Prison_Uniform: 600 + Anolian_Skin: 2000 + Seed_Of_Yggdrasil: 50 + Oridecon_Stone: 129 + Alligator_Card: 1 + } +}, +{ + Id: 1272 + SpriteName: "DARK_LORD" + Name: "Dark Lord" + Lv: 80 + Hp: 720000 + Sp: 0 + Exp: 65780 + JExp: 45045 + AttackRange: 2 + Attack: [2800, 3320] + Def: 30 + Mdef: 70 + Stats: { + Str: 1 + Agi: 120 + Vit: 30 + Int: 118 + Dex: 99 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (9, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 868 + AttackMotion: 768 + DamageMotion: 480 + MvpExp: 32890 + MvpDrops: { + Skull: 6000 + Blue_Coif_: 500 + Old_Violet_Box: 2000 + } + Drops: { + Bone_Wand: 800 + Kronos: 100 + Grimtooth_: 300 + Mage_Coat: 300 + Cape_Of_Ancient_Lord: 100 + Elunium: 5141 + Bone_Helm_: 10 + Dark_Lord_Card: 1 + } +}, +{ + Id: 1273 + SpriteName: "ORC_LADY" + Name: "Orc Lady" + Lv: 31 + Hp: 2000 + Sp: 0 + Exp: 644 + JExp: 407 + AttackRange: 1 + Attack: [135, 170] + Def: 10 + Mdef: 10 + Stats: { + Str: 35 + Agi: 42 + Vit: 25 + Int: 15 + Dex: 69 + Luk: 55 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (2, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1050 + AttackMotion: 900 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Cyfar: 4656 + Iron: 300 + Earring: 1 + Wedding_Veil: 1 + High_end_Cooking_Kits: 10 + Cookbook06: 3 + Wedding_Dress: 1 + Orc_Lady_Card: 1 + } +}, +{ + Id: 1274 + SpriteName: "MEGALITH" + Name: "Megalith" + Lv: 45 + Hp: 5300 + Sp: 0 + Exp: 1758 + JExp: 1075 + AttackRange: 9 + Attack: [264, 314] + Def: 50 + Mdef: 25 + Stats: { + Str: 1 + Agi: 45 + Vit: 60 + Int: 5 + Dex: 95 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (0, 4) + Mode: { + Aggressive: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 1332 + AttackMotion: 1332 + DamageMotion: 672 + MvpExp: 0 + Drops: { + Zargon: 100 + Stone: 1000 + Old_Violet_Box: 1 + Elunium: 61 + Elunium_Stone: 207 + Megalith_Card: 1 + } +}, +{ + Id: 1275 + SpriteName: "ALICE" + Name: "Alice" + Lv: 62 + Hp: 10000 + Sp: 221 + Exp: 3583 + JExp: 2400 + AttackRange: 1 + Attack: [550, 700] + Def: 5 + Mdef: 5 + Stats: { + Str: 64 + Agi: 64 + Vit: 42 + Int: 85 + Dex: 100 + Luk: 130 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (0, 3) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 502 + AttackMotion: 2304 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Alice's_Apron: 2500 + Old_Broom: 40 + Chrystal_Pumps: 3 + Rouge: 30 + Pair_Of_Red_Ribbon: 1 + Imperial_Cooking_Kits: 10 + Holy_Scroll_1_5: 100 + Alice_Card: 1 + } +}, +{ + Id: 1276 + SpriteName: "RAYDRIC_ARCHER" + Name: "Raydric Archer" + Lv: 52 + Hp: 5250 + Sp: 0 + Exp: 3025 + JExp: 2125 + AttackRange: 9 + Attack: [415, 500] + Def: 35 + Mdef: 5 + Stats: { + Str: 15 + Agi: 25 + Vit: 22 + Int: 5 + Dex: 145 + Luk: 35 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (7, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1152 + AttackMotion: 1152 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Brigan: 4656 + Chain_Mail_: 2 + Bow: 150 + Incisive_Arrow: 2000 + Arbalest_: 3 + Elunium: 106 + Raydric_Archer_Card: 1 + } +}, +{ + Id: 1277 + SpriteName: "GREATEST_GENERAL" + Name: "Greatest General" + Lv: 40 + Hp: 3632 + Sp: 0 + Exp: 1238 + JExp: 752 + AttackRange: 3 + Attack: [350, 400] + Def: 15 + Mdef: 15 + Stats: { + Str: 1 + Agi: 20 + Vit: 60 + Int: 55 + Dex: 82 + Luk: 140 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (3, 2) + Mode: { + Aggressive: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 1152 + AttackMotion: 1152 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Brigan: 2000 + Wooden_Block: 2000 + Club: 100 + Inspector_Certificate: 300 + Stop_Post: 1 + Yellow_Herb: 250 + Earth_Scroll_1_3: 100 + Greatest_General_Card: 1 + } +}, +{ + Id: 1278 + SpriteName: "STALACTIC_GOLEM" + Name: "Stalactic Golem" + Lv: 60 + Hp: 18700 + Sp: 0 + Exp: 5808 + JExp: 2695 + AttackRange: 1 + Attack: [950, 1260] + Def: 50 + Mdef: 5 + Stats: { + Str: 73 + Agi: 45 + Vit: 85 + Int: 5 + Dex: 90 + Luk: 25 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (0, 4) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 1264 + AttackMotion: 864 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Mud_Lump: 2000 + Brigan: 4850 + Star_Crumb: 250 + Great_Nature: 30 + Elunium_Stone: 250 + Elunium: 163 + Stalactic_Golem_Card: 1 + } +}, +{ + Id: 1279 + SpriteName: "TRI_JOINT" + Name: "Tri Joint" + Lv: 32 + Hp: 2300 + Sp: 0 + Exp: 386 + JExp: 220 + AttackRange: 1 + Attack: [178, 206] + Def: 20 + Mdef: 5 + Stats: { + Str: 1 + Agi: 48 + Vit: 24 + Int: 10 + Dex: 67 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 860 + AttackMotion: 660 + DamageMotion: 624 + MvpExp: 0 + Drops: { + Cyfar: 100 + Solid_Shell: 380 + Aloebera: 200 + Yellow_Live: 160 + Sparkling_Dust: 140 + Elunium_Stone: 106 + Tri_Joint_Card: 1 + } +}, +{ + Id: 1280 + SpriteName: "STEAM_GOBLIN" + Name: "Steam Goblin" + Lv: 35 + Hp: 2490 + Sp: 0 + Exp: 864 + JExp: 495 + AttackRange: 1 + Attack: [234, 269] + Def: 20 + Mdef: 5 + Stats: { + Str: 58 + Agi: 59 + Vit: 32 + Int: 15 + Dex: 75 + Luk: 25 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (4, 2) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 1008 + AttackMotion: 1008 + DamageMotion: 528 + MvpExp: 0 + Drops: { + Scell: 2500 + Cyfar: 3880 + Iron: 300 + Steel: 55 + Coal: 320 + The_Garrison: 5 + Elunium_Stone: 124 + Steam_Goblin_Card: 1 + } +}, +{ + Id: 1281 + SpriteName: "SAGEWORM" + Name: "Sage Worm" + Lv: 43 + Hp: 3850 + Sp: 0 + Exp: 1155 + JExp: 1320 + AttackRange: 1 + Attack: [120, 280] + Def: 0 + Mdef: 50 + Stats: { + Str: 1 + Agi: 52 + Vit: 24 + Int: 88 + Dex: 79 + Luk: 55 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (0, 3) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 936 + AttackMotion: 936 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Librarian_Glove: 5 + Worn_Out_Page: 1000 + Earthworm_Peeling: 3000 + Fire_Scroll_1_5: 100 + Blue_Potion: 40 + Cold_Scroll_1_5: 100 + Ph.D_Hat: 1 + Sageworm_Card: 1 + } +}, +{ + Id: 1282 + SpriteName: "KOBOLD_ARCHER" + Name: "Kobold Archer" + Lv: 33 + Hp: 2560 + Sp: 0 + Exp: 739 + JExp: 455 + AttackRange: 9 + Attack: [155, 185] + Def: 10 + Mdef: 5 + Stats: { + Str: 10 + Agi: 20 + Vit: 15 + Int: 30 + Dex: 100 + Luk: 25 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 7 + Element: (3, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1008 + AttackMotion: 1008 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Zargon: 250 + Steel: 60 + Cobold_Hair: 4850 + Ear_Of_Puppy: 50 + Poison_Arrow: 2000 + CrossBow_: 5 + Oridecon_Stone: 79 + Kobold_Archer_Card: 1 + } +}, +{ + Id: 1283 + SpriteName: "CHIMERA" + Name: "Chimera" + Lv: 70 + Hp: 32600 + Sp: 0 + Exp: 4950 + JExp: 3000 + AttackRange: 1 + Attack: [1200, 1320] + Def: 30 + Mdef: 10 + Stats: { + Str: 1 + Agi: 72 + Vit: 110 + Int: 88 + Dex: 75 + Luk: 85 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (3, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 772 + AttackMotion: 672 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Brigan: 5335 + Slender_Snake: 2500 + Lemon: 1000 + War_Axe: 1 + Citrine: 1500 + Great_Axe: 1 + Oridecon: 160 + Chimera_Card: 1 + } +}, +//1284,HUGELING,Hugeling,Hugeling,1,5000,0,2,1,4,7,10,0,0,1,1,1,1,6,1,10,12,2,3,21,0x91,200,1872,672,480,0,0,0,0,0,0,0,512,100,512,100,512,100,512,100,512,100,512,100,512,100,512,100,0,0,0,0 + +{ + Id: 1285 + SpriteName: "ARCHER_GUARDIAN" + Name: "Archer Guardian" + Lv: 74 + Hp: 28634 + Sp: 0 + Exp: 1 + JExp: 1 + AttackRange: 12 + Attack: [1120, 1600] + Def: 35 + Mdef: 60 + Stats: { + Str: 95 + Agi: 80 + Vit: 80 + Int: 90 + Dex: 165 + Luk: 55 + } + ViewRange: 14 + ChaseRange: 16 + Size: 2 + Race: 7 + Element: (0, 4) + Mode: { + CanMove: true + Aggressive: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + Angry: true + ChangeTargetMelee: true + } + MoveSpeed: 265 + AttackDelay: 1200 + AttackMotion: 1200 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1286 + SpriteName: "KNIGHT_GUARDIAN" + Name: "Knight Guardian" + Lv: 86 + Hp: 30214 + Sp: 0 + Exp: 1 + JExp: 1 + AttackRange: 2 + Attack: [1280, 1560] + Def: 55 + Mdef: 30 + Stats: { + Str: 110 + Agi: 40 + Vit: 140 + Int: 65 + Dex: 125 + Luk: 65 + } + ViewRange: 14 + ChaseRange: 16 + Size: 2 + Race: 7 + Element: (0, 4) + Mode: { + CanMove: true + Aggressive: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + Angry: true + ChangeTargetMelee: true + } + MoveSpeed: 275 + AttackDelay: 1200 + AttackMotion: 1200 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1287 + SpriteName: "SOLDIER_GUARDIAN" + Name: "Soldier Guardian" + Lv: 56 + Hp: 15670 + Sp: 0 + Exp: 1 + JExp: 1 + AttackRange: 1 + Attack: [873, 1036] + Def: 35 + Mdef: 0 + Stats: { + Str: 85 + Agi: 56 + Vit: 100 + Int: 45 + Dex: 103 + Luk: 43 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + Boss: true + CanAttack: true + Detector: true + ChangeTargetChase: true + } + MoveSpeed: 265 + AttackDelay: 1288 + AttackMotion: 288 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1288 + SpriteName: "EMPELIUM" + Name: "Emperium" + Lv: 90 + Hp: 68430 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [60, 71] + Def: 40 + Mdef: 50 + Stats: { + Str: 1 + Agi: 17 + Vit: 80 + Int: 50 + Dex: 26 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 8 + Element: (6, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 300 + AttackDelay: 1288 + AttackMotion: 288 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1289 + SpriteName: "MAYA_PUPLE" + Name: "Maya Purple" + Lv: 81 + Hp: 55479 + Sp: 0 + Exp: 10496 + JExp: 3893 + AttackRange: 2 + Attack: [1447, 2000] + Def: 68 + Mdef: 48 + Stats: { + Str: 95 + Agi: 90 + Vit: 80 + Int: 95 + Dex: 90 + Luk: 119 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 4 + Element: (2, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 1024 + AttackMotion: 1000 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Cyfar: 4413 + Elunium_Stone: 250 + Oridecon_Stone: 300 + Gold: 100 + Oridecon: 150 + Queen's_Hair_Ornament: 1 + Cookbook10: 2 + Maya_Puple_Card: 1 + } +}, +{ + Id: 1290 + SpriteName: "SKELETON_GENERAL" + Name: "Skeleton General" + Lv: 73 + Hp: 17402 + Sp: 0 + Exp: 8170 + JExp: 3370 + AttackRange: 1 + Attack: [910, 1089] + Def: 25 + Mdef: 25 + Stats: { + Str: 90 + Agi: 25 + Vit: 40 + Int: 20 + Dex: 77 + Luk: 25 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 2276 + AttackMotion: 576 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Burn_Tree: 2550 + Oridecon_Stone: 160 + Yellow_Herb: 800 + Gladius_: 35 + Gladius: 80 + Sandstorm: 15 + Ghost_Bandana: 1 + Skeleton_General_Card: 1 + } +}, +{ + Id: 1291 + SpriteName: "WRAITH_DEAD" + Name: "Wraith Dead" + Lv: 74 + Hp: 43021 + Sp: 0 + Exp: 10341 + JExp: 3618 + AttackRange: 2 + Attack: [1366, 1626] + Def: 25 + Mdef: 30 + Stats: { + Str: 5 + Agi: 99 + Vit: 55 + Int: 75 + Dex: 115 + Luk: 45 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 1 + Element: (9, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 175 + AttackDelay: 1816 + AttackMotion: 576 + DamageMotion: 240 + MvpExp: 0 + Drops: { + Transparent_Cloth: 4413 + Wedding_Veil: 10 + Manteau_: 8 + Red_Gemstone: 700 + Crystal_Jewel__: 5 + Old_Blue_Box: 100 + Lemon: 300 + Wraith_Dead_Card: 1 + } +}, +{ + Id: 1292 + SpriteName: "MINI_DEMON" + Name: "Mini Demon" + Lv: 68 + Hp: 32538 + Sp: 0 + Exp: 8396 + JExp: 3722 + AttackRange: 1 + Attack: [1073, 1414] + Def: 30 + Mdef: 25 + Stats: { + Str: 5 + Agi: 75 + Vit: 40 + Int: 55 + Dex: 89 + Luk: 42 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 6 + Element: (7, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1000 + AttackMotion: 600 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Petite_DiablOfs_Horn: 4413 + Petite_DiablOfs_Wing: 450 + Satanic_Chain: 3 + Elunium_Stone: 160 + Zargon: 2500 + Sacred_Marks: 10 + Ahlspiess: 5 + Mini_Demon_Card: 1 + } +}, +{ + Id: 1293 + SpriteName: "CREMY_FEAR" + Name: "Creamy Fear" + Lv: 62 + Hp: 13387 + Sp: 0 + Exp: 7365 + JExp: 2691 + AttackRange: 2 + Attack: [666, 829] + Def: 45 + Mdef: 30 + Stats: { + Str: 5 + Agi: 40 + Vit: 16 + Int: 15 + Dex: 68 + Luk: 55 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (4, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 155 + AttackDelay: 1136 + AttackMotion: 720 + DamageMotion: 840 + MvpExp: 0 + Drops: { + Powder_Of_Butterfly: 4550 + Silver_Robe_: 10 + Honey: 550 + Wing_Of_Butterfly: 200 + Book: 8 + Icarus_Wing: 5 + Fruit_Of_Mastela: 50 + Cremy_Fear_Card: 1 + } +}, +{ + Id: 1294 + SpriteName: "KILLER_MANTIS" + Name: "Killer Mantis" + Lv: 56 + Hp: 13183 + Sp: 0 + Exp: 6509 + JExp: 2366 + AttackRange: 1 + Attack: [764, 927] + Def: 35 + Mdef: 20 + Stats: { + Str: 5 + Agi: 26 + Vit: 24 + Int: 5 + Dex: 75 + Luk: 40 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 4 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 175 + AttackDelay: 1528 + AttackMotion: 660 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Limb_Of_Mantis: 4550 + Solid_Shell: 2500 + Azure_Jewel: 10 + White_Herb: 15 + Grape: 25 + Nail_Of_Loki: 1 + Mirror_Shield_: 1 + Killer_Mantis_Card: 1 + } +}, +{ + Id: 1295 + SpriteName: "OWL_BARON" + Name: "Owl Baron" + Lv: 75 + Hp: 60746 + Sp: 0 + Exp: 10967 + JExp: 4811 + AttackRange: 2 + Attack: [1252, 1610] + Def: 65 + Mdef: 25 + Stats: { + Str: 25 + Agi: 25 + Vit: 80 + Int: 95 + Dex: 95 + Luk: 55 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 175 + AttackDelay: 1345 + AttackMotion: 824 + DamageMotion: 440 + MvpExp: 0 + Drops: { + Tatters_Clothes: 3500 + Soft_Feather: 2500 + Kakkung_: 2 + Staff_Of_Soul: 1 + Walking_Stick: 2 + Wind_Scroll_1_5: 100 + Magician_Hat: 5 + Owl_Baron_Card: 1 + } +}, +{ + Id: 1296 + SpriteName: "KOBOLD_LEADER" + Name: "Kobold Leader" + Lv: 65 + Hp: 18313 + Sp: 0 + Exp: 7432 + JExp: 2713 + AttackRange: 1 + Attack: [649, 958] + Def: 37 + Mdef: 37 + Stats: { + Str: 5 + Agi: 90 + Vit: 36 + Int: 30 + Dex: 77 + Luk: 59 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (4, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1028 + AttackMotion: 528 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Steel: 450 + Cobold_Hair: 6305 + Zargon: 1200 + Flail_: 6 + Mighty_Staff: 2 + Panacea: 150 + Royal_Jelly: 100 + Kobold_Leader_Card: 1 + } +}, +{ + Id: 1297 + SpriteName: "ANCIENT_MUMMY" + Name: "Ancient Mummy" + Lv: 64 + Hp: 40599 + Sp: 0 + Exp: 8040 + JExp: 3499 + AttackRange: 1 + Attack: [836, 1129] + Def: 27 + Mdef: 27 + Stats: { + Str: 28 + Agi: 19 + Vit: 32 + Int: 5 + Dex: 83 + Luk: 35 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 175 + AttackDelay: 1772 + AttackMotion: 120 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Rotten_Bandage: 4413 + Mementos: 1800 + Glove_: 1 + Silver_Ring: 150 + Yellow_Herb: 650 + Oridecon_Stone: 150 + Elunium_Stone: 100 + Ancient_Mummy_Card: 1 + } +}, +{ + Id: 1298 + SpriteName: "ZOMBIE_MASTER" + Name: "Zombie Master" + Lv: 62 + Hp: 14211 + Sp: 0 + Exp: 7610 + JExp: 2826 + AttackRange: 1 + Attack: [824, 1084] + Def: 37 + Mdef: 26 + Stats: { + Str: 25 + Agi: 20 + Vit: 30 + Int: 5 + Dex: 77 + Luk: 35 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 175 + AttackDelay: 2612 + AttackMotion: 912 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Tatters_Clothes: 4413 + Sticky_Mucus: 1500 + Horrendous_Mouth: 1500 + Cardinal_Jewel: 200 + White_Jewel: 100 + Ghoul_Leg: 1 + Scapulare_: 2 + Zombie_Master_Card: 1 + } +}, +{ + Id: 1299 + SpriteName: "GOBLIN_LEADER" + Name: "Goblin Leader" + Lv: 64 + Hp: 20152 + Sp: 0 + Exp: 6036 + JExp: 2184 + AttackRange: 1 + Attack: [663, 752] + Def: 48 + Mdef: 16 + Stats: { + Str: 5 + Agi: 55 + Vit: 37 + Int: 30 + Dex: 69 + Luk: 58 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (4, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 120 + AttackDelay: 1120 + AttackMotion: 620 + DamageMotion: 240 + MvpExp: 0 + Drops: { + Brigan: 1500 + Steel: 800 + Oridecon_Stone: 120 + Goblin_Mask_04: 50 + Shield_: 2 + Yellow_Herb: 650 + Angry_Mouth: 10 + Goblin_Leader_Card: 1 + } +}, +{ + Id: 1300 + SpriteName: "CATERPILLAR" + Name: "Caterpillar" + Lv: 64 + Hp: 14439 + Sp: 0 + Exp: 6272 + JExp: 3107 + AttackRange: 1 + Attack: [894, 1447] + Def: 47 + Mdef: 29 + Stats: { + Str: 35 + Agi: 25 + Vit: 85 + Int: 15 + Dex: 69 + Luk: 45 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1672 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Feather: 3000 + Brigan: 5335 + Twilight_Desert: 20 + Star_Crumb: 100 + Great_Nature: 50 + Blue_Potion: 12 + Yellow_Herb: 500 + Caterpillar_Card: 1 + } +}, +{ + Id: 1301 + SpriteName: "AM_MUT" + Name: "Am Mut" + Lv: 61 + Hp: 12099 + Sp: 0 + Exp: 7709 + JExp: 2690 + AttackRange: 1 + Attack: [1040, 1121] + Def: 50 + Mdef: 10 + Stats: { + Str: 50 + Agi: 65 + Vit: 40 + Int: 35 + Dex: 83 + Luk: 45 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 6 + Element: (7, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1156 + AttackMotion: 456 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Dokkaebi_Horn: 4550 + Elunium_Stone: 250 + Sword_Mace_: 3 + Gold: 5 + Spirit_Chain: 1 + Old_Card_Album: 1 + Glass_Bead: 250 + Am_Mut_Card: 1 + } +}, +{ + Id: 1302 + SpriteName: "DARK_ILLUSION" + Name: "Dark Illusion" + Lv: 77 + Hp: 103631 + Sp: 0 + Exp: 11163 + JExp: 4181 + AttackRange: 2 + Attack: [1300, 1983] + Def: 64 + Mdef: 70 + Stats: { + Str: 5 + Agi: 100 + Vit: 40 + Int: 100 + Dex: 97 + Luk: 40 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (9, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 145 + AttackDelay: 1024 + AttackMotion: 768 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Bone_Wand: 3 + Bone_Helm: 2 + Ragamuffin_Cape: 3 + Brigan: 5335 + Fruit_Of_Mastela: 120 + White_Herb: 1550 + Broad_Sword_: 2 + Dark_Illusion_Card: 1 + } +}, +{ + Id: 1303 + SpriteName: "GIANT_HONET" + Name: "Giant Hornet" + Lv: 56 + Hp: 13105 + Sp: 0 + Exp: 5785 + JExp: 2006 + AttackRange: 1 + Attack: [650, 852] + Def: 38 + Mdef: 43 + Stats: { + Str: 35 + Agi: 38 + Vit: 32 + Int: 10 + Dex: 71 + Luk: 64 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (4, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 155 + AttackDelay: 1292 + AttackMotion: 792 + DamageMotion: 340 + MvpExp: 0 + Drops: { + Royal_Jelly: 550 + Honey: 1200 + Fruit_Of_Mastela: 12 + Leaf_Of_Yggdrasil: 15 + Staff_: 3 + Scarlet_Jewel: 20 + Double_Bound: 15 + Giant_Honet_Card: 1 + } +}, +{ + Id: 1304 + SpriteName: "GIANT_SPIDER" + Name: "Giant Spider" + Lv: 55 + Hp: 11874 + Sp: 0 + Exp: 6211 + JExp: 2146 + AttackRange: 1 + Attack: [624, 801] + Def: 41 + Mdef: 28 + Stats: { + Str: 5 + Agi: 36 + Vit: 43 + Int: 5 + Dex: 73 + Luk: 69 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 4 + Element: (5, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 165 + AttackDelay: 1468 + AttackMotion: 468 + DamageMotion: 768 + MvpExp: 0 + Drops: { + Spiderweb: 4550 + Short_Leg: 1200 + Elunium_Stone: 140 + Panacea: 450 + Solid_Shell: 1200 + Round_Shell: 680 + Cyfar: 800 + Giant_Spider_Card: 1 + } +}, +{ + Id: 1305 + SpriteName: "ANCIENT_WORM" + Name: "Ancient Worm" + Lv: 67 + Hp: 22598 + Sp: 0 + Exp: 8174 + JExp: 3782 + AttackRange: 1 + Attack: [948, 1115] + Def: 35 + Mdef: 30 + Stats: { + Str: 5 + Agi: 35 + Vit: 56 + Int: 55 + Dex: 81 + Luk: 72 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 4 + Element: (5, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 165 + AttackDelay: 1792 + AttackMotion: 792 + DamageMotion: 336 + MvpExp: 0 + Drops: { + Short_Leg: 4413 + Zargon: 2500 + Boots_: 9 + Bowman_Scarf: 5 + Round_Shell: 680 + Sticky_Mucus: 3500 + Brigan: 2500 + Ancient_Worm_Card: 1 + } +}, +{ + Id: 1306 + SpriteName: "LEIB_OLMAI" + Name: "Leib Olmai" + Lv: 58 + Hp: 24233 + Sp: 0 + Exp: 6011 + JExp: 2171 + AttackRange: 1 + Attack: [740, 1390] + Def: 27 + Mdef: 31 + Stats: { + Str: 5 + Agi: 35 + Vit: 95 + Int: 5 + Dex: 64 + Luk: 85 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 175 + AttackDelay: 1260 + AttackMotion: 230 + DamageMotion: 192 + MvpExp: 0 + Drops: { + Bear's_Foot: 4550 + Poo_Poo_Hat: 8 + Stuffed_Doll: 120 + Honey: 500 + Pocket_Watch_: 5 + Gold: 5 + Cyfar: 800 + Leib_Olmai_Card: 1 + } +}, +{ + Id: 1307 + SpriteName: "CAT_O_NINE_TAIL" + Name: "Cat o' Nine Tails" + Lv: 76 + Hp: 64512 + Sp: 0 + Exp: 10869 + JExp: 4283 + AttackRange: 1 + Attack: [1112, 1275] + Def: 61 + Mdef: 55 + Stats: { + Str: 55 + Agi: 75 + Vit: 55 + Int: 82 + Dex: 86 + Luk: 120 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (3, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 155 + AttackDelay: 1276 + AttackMotion: 576 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Puppy_Love: 1 + Silver_Knife_Of_Chaste: 150 + Punisher: 5 + Elunium: 600 + Oridecon: 800 + Gold: 6 + Old_Violet_Box: 1 + Cat_O_Nine_Tail_Card: 1 + } +}, +{ + Id: 1308 + SpriteName: "PANZER_GOBLIN" + Name: "Panzer Goblin" + Lv: 59 + Hp: 14130 + Sp: 0 + Exp: 7212 + JExp: 2697 + AttackRange: 1 + Attack: [683, 878] + Def: 41 + Mdef: 28 + Stats: { + Str: 60 + Agi: 60 + Vit: 40 + Int: 20 + Dex: 81 + Luk: 160 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (4, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 960 + AttackMotion: 1008 + DamageMotion: 840 + MvpExp: 0 + Drops: { + Cyfar: 4413 + Brigan: 3500 + Steel: 180 + Iron: 360 + Coal: 580 + Butcher: 5 + Flame_Heart: 160 + Panzer_Goblin_Card: 1 + } +}, +{ + Id: 1309 + SpriteName: "GAJOMART" + Name: "Gajomart" + Lv: 63 + Hp: 13669 + Sp: 0 + Exp: 6625 + JExp: 2900 + AttackRange: 1 + Attack: [917, 950] + Def: 85 + Mdef: 50 + Stats: { + Str: 5 + Agi: 34 + Vit: 10 + Int: 5 + Dex: 75 + Luk: 140 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 0 + Element: (3, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1000 + AttackMotion: 1152 + DamageMotion: 828 + MvpExp: 0 + Drops: { + Stone_Heart: 6500 + Zargon: 2300 + Yellow_Herb: 870 + Bomb_Wick: 8 + Fire_Arrow: 10000 + Magic_Study_Vol1: 20 + Flame_Heart: 180 + Gajomart_Card: 1 + } +}, +{ + Id: 1310 + SpriteName: "MAJORUROS" + Name: "Majoruros" + Lv: 66 + Hp: 57991 + Sp: 0 + Exp: 8525 + JExp: 3799 + AttackRange: 1 + Attack: [780, 1300] + Def: 10 + Mdef: 25 + Stats: { + Str: 65 + Agi: 50 + Vit: 75 + Int: 50 + Dex: 85 + Luk: 48 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 1100 + AttackMotion: 960 + DamageMotion: 780 + MvpExp: 0 + Drops: { + Nose_Ring: 4413 + Two_Handed_Axe_: 4 + Lemon: 300 + Oridecon: 16 + White_Herb: 1850 + Silver_Ring: 160 + Star_Crumb: 250 + Majoruros_Card: 1 + } +}, +{ + Id: 1311 + SpriteName: "GULLINBURSTI" + Name: "Gullinbursti" + Lv: 62 + Hp: 21331 + Sp: 0 + Exp: 5814 + JExp: 2376 + AttackRange: 1 + Attack: [699, 1431] + Def: 10 + Mdef: 15 + Stats: { + Str: 55 + Agi: 25 + Vit: 60 + Int: 5 + Dex: 70 + Luk: 45 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (2, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1960 + AttackMotion: 960 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Wild_Boar's_Mane: 3500 + Grape: 290 + Animal_Blood: 6 + Eagle_Eyes: 1 + Anodyne: 15 + Belt: 1 + Zargon: 160 + Gullinbursti_Card: 1 + } +}, +{ + Id: 1312 + SpriteName: "TURTLE_GENERAL" + Name: "Turtle General" + Lv: 97 + Hp: 320700 + Sp: 0 + Exp: 18202 + JExp: 9800 + AttackRange: 2 + Attack: [2438, 3478] + Def: 50 + Mdef: 54 + Stats: { + Str: 100 + Agi: 45 + Vit: 55 + Int: 65 + Dex: 105 + Luk: 164 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (2, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 900 + AttackMotion: 1000 + DamageMotion: 500 + MvpExp: 9101 + MvpDrops: { + Turtle_Shell: 5500 + Yggdrasilberry: 1500 + Old_Violet_Box: 2000 + } + Drops: { + Iron_Driver: 8 + War_Axe: 5 + Cookbook09: 200 + Pole_Axe: 9 + Broken_Shell: 5335 + Immaterial_Sword: 80 + Union_Of_Tribe: 1 + Turtle_General_Card: 1 + } +}, +{ + Id: 1313 + SpriteName: "MOBSTER" + Name: "Mobster" + Lv: 61 + Hp: 7991 + Sp: 0 + Exp: 4424 + JExp: 1688 + AttackRange: 1 + Attack: [910, 1128] + Def: 41 + Mdef: 37 + Stats: { + Str: 76 + Agi: 46 + Vit: 20 + Int: 35 + Dex: 76 + Luk: 55 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (0, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 1100 + AttackMotion: 560 + DamageMotion: 580 + MvpExp: 0 + Drops: { + Poison_Knife: 3 + Blue_Jewel: 4559 + Ring_: 1 + Red_Gemstone: 600 + Zargon: 2500 + Panacea: 450 + Blue_Potion: 60 + Mobster_Card: 1 + } +}, +{ + Id: 1314 + SpriteName: "PERMETER" + Name: "Permeter" + Lv: 63 + Hp: 8228 + Sp: 0 + Exp: 3756 + JExp: 1955 + AttackRange: 2 + Attack: [943, 1211] + Def: 46 + Mdef: 45 + Stats: { + Str: 69 + Agi: 59 + Vit: 60 + Int: 5 + Dex: 69 + Luk: 100 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (0, 2) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 250 + AttackDelay: 1100 + AttackMotion: 483 + DamageMotion: 528 + MvpExp: 0 + Drops: { + Turtle_Shell: 4413 + Broken_Shell: 45 + Wooden_Block: 1240 + Red_Herb: 2450 + Zargon: 1240 + Fruit_Of_Mastela: 25 + Anodyne: 1 + Permeter_Card: 1 + } +}, +{ + Id: 1315 + SpriteName: "ASSULTER" + Name: "Assaulter" + Lv: 71 + Hp: 11170 + Sp: 0 + Exp: 4854 + JExp: 2654 + AttackRange: 2 + Attack: [764, 1499] + Def: 35 + Mdef: 28 + Stats: { + Str: 85 + Agi: 74 + Vit: 10 + Int: 35 + Dex: 100 + Luk: 100 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (4, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 155 + AttackDelay: 1000 + AttackMotion: 900 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Turtle_Shell: 4413 + Broken_Armor_Piece: 1200 + Rust_Suriken: 840 + Yellow_Herb: 1280 + Zargon: 1240 + Huuma_Bird_Wing: 5 + Old_Blue_Box: 1 + Assulter_Card: 1 + } +}, +{ + Id: 1316 + SpriteName: "SOLIDER" + Name: "Solider" + Lv: 70 + Hp: 12099 + Sp: 0 + Exp: 4458 + JExp: 1951 + AttackRange: 2 + Attack: [797, 979] + Def: 57 + Mdef: 43 + Stats: { + Str: 69 + Agi: 35 + Vit: 85 + Int: 5 + Dex: 74 + Luk: 100 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (2, 2) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 250 + AttackDelay: 1452 + AttackMotion: 483 + DamageMotion: 528 + MvpExp: 0 + Drops: { + Turtle_Shell: 4413 + Broken_Shell: 64 + Stone_Piece: 850 + Yellow_Herb: 2100 + Zargon: 1240 + Honey: 850 + Chain: 1 + Solider_Card: 1 + } +}, +{ + Id: 1317 + SpriteName: "FUR_SEAL" + Name: "Fur Seal" + Lv: 63 + Hp: 9114 + Sp: 0 + Exp: 3765 + JExp: 1824 + AttackRange: 1 + Attack: [845, 1203] + Def: 25 + Mdef: 33 + Stats: { + Str: 5 + Agi: 28 + Vit: 22 + Int: 15 + Dex: 69 + Luk: 84 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1612 + AttackMotion: 622 + DamageMotion: 583 + MvpExp: 0 + Drops: { + Zargon: 4365 + Blue_Herb: 250 + Coat_: 5 + Cyfar: 1200 + Guisarme_: 1 + Panacea: 200 + Glass_Bead: 120 + Fur_Seal_Card: 1 + } +}, +{ + Id: 1318 + SpriteName: "HEATER" + Name: "Heater" + Lv: 68 + Hp: 11020 + Sp: 0 + Exp: 3766 + JExp: 2359 + AttackRange: 2 + Attack: [683, 1008] + Def: 40 + Mdef: 42 + Stats: { + Str: 69 + Agi: 47 + Vit: 25 + Int: 5 + Dex: 71 + Luk: 100 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 1452 + AttackMotion: 483 + DamageMotion: 528 + MvpExp: 0 + Drops: { + Turtle_Shell: 4413 + Broken_Shell: 750 + Fire_Scroll_2_5: 100 + Zargon: 1640 + Royal_Jelly: 140 + Brigan: 600 + Burn_Tree: 1250 + Heater_Card: 1 + } +}, +{ + Id: 1319 + SpriteName: "FREEZER" + Name: "Freezer" + Lv: 72 + Hp: 8636 + Sp: 0 + Exp: 3665 + JExp: 2197 + AttackRange: 2 + Attack: [671, 983] + Def: 55 + Mdef: 43 + Stats: { + Str: 69 + Agi: 41 + Vit: 59 + Int: 5 + Dex: 67 + Luk: 100 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (1, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 1452 + AttackMotion: 483 + DamageMotion: 528 + MvpExp: 0 + Drops: { + Turtle_Shell: 4413 + Broken_Shell: 850 + Ice_Piece: 1250 + Zargon: 1800 + Royal_Jelly: 160 + Cyfar: 600 + Cold_Scroll_1_5: 100 + Freezer_Card: 1 + } +}, +{ + Id: 1320 + SpriteName: "OWL_DUKE" + Name: "Owl Duke" + Lv: 75 + Hp: 26623 + Sp: 0 + Exp: 7217 + JExp: 3474 + AttackRange: 1 + Attack: [715, 910] + Def: 27 + Mdef: 49 + Stats: { + Str: 15 + Agi: 45 + Vit: 40 + Int: 75 + Dex: 79 + Luk: 88 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 195 + AttackDelay: 1345 + AttackMotion: 824 + DamageMotion: 440 + MvpExp: 0 + Drops: { + Tatters_Clothes: 4413 + Soft_Feather: 1500 + Wind_Scroll_1_5: 100 + Crystal_Mirror: 1 + Guisarme: 3 + Morning_Star: 2 + Magician_Hat: 1 + Owl_Duke_Card: 1 + } +}, +{ + Id: 1321 + SpriteName: "DRAGON_TAIL" + Name: "Dragon Tail" + Lv: 61 + Hp: 8368 + Sp: 0 + Exp: 3587 + JExp: 1453 + AttackRange: 1 + Attack: [520, 715] + Def: 25 + Mdef: 19 + Stats: { + Str: 10 + Agi: 68 + Vit: 15 + Int: 5 + Dex: 67 + Luk: 67 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 4 + Element: (4, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 175 + AttackDelay: 862 + AttackMotion: 534 + DamageMotion: 312 + MvpExp: 0 + Drops: { + Dragon_Fly_Wing: 4413 + Round_Shell: 400 + Solid_Shell: 800 + Fancy_Flower: 8 + Cap: 2 + Wing_Of_Fly: 300 + Wing_Of_Butterfly: 150 + Dragon_Tail_Card: 1 + } +}, +{ + Id: 1322 + SpriteName: "SPRING_RABBIT" + Name: "Spring Rabbit" + Lv: 58 + Hp: 9045 + Sp: 0 + Exp: 3982 + JExp: 1766 + AttackRange: 1 + Attack: [585, 813] + Def: 29 + Mdef: 21 + Stats: { + Str: 45 + Agi: 61 + Vit: 5 + Int: 15 + Dex: 77 + Luk: 90 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (2, 2) + Mode: { + CanMove: true + Looter: true + CanAttack: true + } + MoveSpeed: 160 + AttackDelay: 1120 + AttackMotion: 552 + DamageMotion: 511 + MvpExp: 0 + Drops: { + Brigan: 3500 + Cyfar: 2500 + Feather: 2500 + Green_Herb: 4500 + Yellow_Herb: 800 + Blue_Herb: 200 + White_Herb: 800 + Spring_Rabbit_Card: 1 + } +}, +{ + Id: 1323 + SpriteName: "SEE_OTTER" + Name: "Sea Otter" + Lv: 59 + Hp: 9999 + Sp: 0 + Exp: 3048 + JExp: 1642 + AttackRange: 1 + Attack: [650, 813] + Def: 33 + Mdef: 35 + Stats: { + Str: 5 + Agi: 36 + Vit: 40 + Int: 25 + Dex: 82 + Luk: 65 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (1, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 190 + AttackDelay: 1132 + AttackMotion: 583 + DamageMotion: 532 + MvpExp: 0 + Drops: { + Scarlet_Jewel: 150 + Clam_Shell: 5500 + Sea_Otter_Leather: 4365 + Red_Jewel: 50 + Blue_Jewel: 50 + Glass_Bead: 650 + Cyfar: 1200 + See_Otter_Card: 1 + } +}, +{ + Id: 1324 + SpriteName: "TREASURE_BOX1" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Crystal_Jewel__: 7760 + Seed_Of_Yggdrasil: 3000 + Yggdrasilberry: 2500 + Muffler_: 800 + Shoes_: 800 + Chain_Mail_: 800 + Buckler_: 800 + Old_Card_Album: 1000 + } +}, +{ + Id: 1325 + SpriteName: "TREASURE_BOX2" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Jewel_Of_Prayer: 80 + Union_Of_Tribe: 500 + Branch_Of_Dead_Tree: 10000 + Oridecon: 4850 + Elunium: 7275 + Poison_Knife: 1500 + Wizardry_Hat: 75 + Masamune: 8 + } +}, +{ + Id: 1326 + SpriteName: "TREASURE_BOX3" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Crystal_Jewel__: 7760 + Seed_Of_Yggdrasil: 3000 + Yggdrasilberry: 2500 + Muffler_: 800 + Shoes_: 800 + Chain_Mail_: 800 + Buckler_: 800 + Old_Card_Album: 1000 + } +}, +{ + Id: 1327 + SpriteName: "TREASURE_BOX4" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Iron_Glove: 80 + Union_Of_Tribe: 500 + Branch_Of_Dead_Tree: 10000 + Oridecon: 4850 + Elunium: 7275 + Mirror_Shield_: 1000 + War_Axe: 75 + Helm_Of_Sun: 2 + } +}, +{ + Id: 1328 + SpriteName: "TREASURE_BOX5" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Crystal_Jewel__: 7760 + Seed_Of_Yggdrasil: 3000 + Yggdrasilberry: 2500 + Muffler_: 800 + Shoes_: 800 + Chain_Mail_: 800 + Buckler_: 800 + Old_Card_Album: 1000 + } +}, +{ + Id: 1329 + SpriteName: "TREASURE_BOX6" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Iron_Maiden: 80 + Union_Of_Tribe: 500 + Branch_Of_Dead_Tree: 10000 + Oridecon: 4850 + Elunium: 7275 + Guard_: 834 + Corsair: 100 + Gemmed_Crown: 9 + } +}, +{ + Id: 1330 + SpriteName: "TREASURE_BOX7" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Crystal_Jewel__: 7760 + Seed_Of_Yggdrasil: 3000 + Yggdrasilberry: 2500 + Muffler_: 800 + Shoes_: 800 + Chain_Mail_: 800 + Buckler_: 800 + Old_Card_Album: 1000 + } +}, +{ + Id: 1331 + SpriteName: "TREASURE_BOX8" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Mystery_Wheel: 80 + Union_Of_Tribe: 500 + Branch_Of_Dead_Tree: 10000 + Oridecon: 4850 + Elunium: 7275 + Critical_Ring: 500 + Mage_Coat: 125 + Earring_: 9 + } +}, +{ + Id: 1332 + SpriteName: "TREASURE_BOX9" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Crystal_Jewel__: 7760 + Seed_Of_Yggdrasil: 3000 + Yggdrasilberry: 2500 + Muffler_: 800 + Shoes_: 800 + Chain_Mail_: 800 + Buckler_: 800 + Old_Card_Album: 1000 + } +}, +{ + Id: 1333 + SpriteName: "TREASURE_BOX10" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Silver_Fancy: 80 + Union_Of_Tribe: 500 + Branch_Of_Dead_Tree: 10000 + Oridecon: 4850 + Elunium: 7275 + Buckler_: 500 + Tights_: 150 + Necklace_: 10 + } +}, +{ + Id: 1334 + SpriteName: "TREASURE_BOX11" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Crystal_Jewel__: 7760 + Seed_Of_Yggdrasil: 3000 + Yggdrasilberry: 2500 + Muffler_: 800 + Shoes_: 800 + Chain_Mail_: 800 + Buckler_: 800 + Old_Card_Album: 1000 + } +}, +{ + Id: 1335 + SpriteName: "TREASURE_BOX12" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Anger_Of_Valkurye: 80 + Union_Of_Tribe: 500 + Branch_Of_Dead_Tree: 10000 + Oridecon: 4850 + Elunium: 7275 + Centimental_Leaf: 500 + Kakkung_: 150 + Magestic_Goat: 10 + } +}, +{ + Id: 1336 + SpriteName: "TREASURE_BOX13" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Crystal_Jewel__: 7760 + Seed_Of_Yggdrasil: 3000 + Yggdrasilberry: 2500 + Muffler_: 800 + Shoes_: 800 + Chain_Mail_: 800 + Buckler_: 800 + Old_Card_Album: 1000 + } +}, +{ + Id: 1337 + SpriteName: "TREASURE_BOX14" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Feather_Of_Angel: 80 + Union_Of_Tribe: 500 + Branch_Of_Dead_Tree: 10000 + Oridecon: 4850 + Elunium: 7275 + Zeny_Knife: 375 + Spanner: 150 + Clothes_Of_The_Lord: 10 + } +}, +{ + Id: 1338 + SpriteName: "TREASURE_BOX15" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Crystal_Jewel__: 7760 + Seed_Of_Yggdrasil: 3000 + Yggdrasilberry: 2500 + Muffler_: 800 + Shoes_: 800 + Chain_Mail_: 800 + Buckler_: 800 + Old_Card_Album: 1000 + } +}, +{ + Id: 1339 + SpriteName: "TREASURE_BOX16" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Foot_Step_Of_Cat: 80 + Union_Of_Tribe: 500 + Branch_Of_Dead_Tree: 10000 + Oridecon: 4850 + Elunium: 7275 + Rosary_: 300 + Staff_Of_Soul: 167 + Holy_Robe: 10 + } +}, +{ + Id: 1340 + SpriteName: "TREASURE_BOX17" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Crystal_Jewel__: 7760 + Seed_Of_Yggdrasil: 3000 + Yggdrasilberry: 2500 + Muffler_: 800 + Shoes_: 800 + Chain_Mail_: 800 + Buckler_: 800 + Old_Card_Album: 1000 + } +}, +{ + Id: 1341 + SpriteName: "TREASURE_BOX18" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Beard_Of_Women: 80 + Union_Of_Tribe: 500 + Branch_Of_Dead_Tree: 10000 + Oridecon: 4850 + Elunium: 7275 + Gaia_Sword: 250 + Grimtooth_: 188 + Crown: 12 + } +}, +{ + Id: 1342 + SpriteName: "TREASURE_BOX19" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Crystal_Jewel__: 7760 + Seed_Of_Yggdrasil: 3000 + Yggdrasilberry: 2500 + Muffler_: 800 + Shoes_: 800 + Chain_Mail_: 800 + Buckler_: 800 + Old_Card_Album: 1000 + } +}, +{ + Id: 1343 + SpriteName: "TREASURE_BOX20" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Root_Of_Stone: 80 + Union_Of_Tribe: 500 + Branch_Of_Dead_Tree: 10000 + Oridecon: 4850 + Elunium: 7275 + Old_Violet_Box: 250 + Sasimi: 188 + Loard_Circlet: 19 + } +}, +{ + Id: 1344 + SpriteName: "TREASURE_BOX21" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Crystal_Jewel__: 7760 + Seed_Of_Yggdrasil: 3000 + Yggdrasilberry: 2500 + Muffler_: 800 + Shoes_: 800 + Chain_Mail_: 800 + Buckler_: 800 + Old_Card_Album: 1000 + } +}, +{ + Id: 1345 + SpriteName: "TREASURE_BOX22" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Soul_Of_Fish: 80 + Union_Of_Tribe: 500 + Branch_Of_Dead_Tree: 10000 + Oridecon: 4850 + Elunium: 7275 + Ragamuffin_Cape: 1000 + Thief_Clothes_: 69 + Ring_: 20 + } +}, +{ + Id: 1346 + SpriteName: "TREASURE_BOX23" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Crystal_Jewel__: 7760 + Seed_Of_Yggdrasil: 3000 + Yggdrasilberry: 2500 + Muffler_: 800 + Shoes_: 800 + Chain_Mail_: 800 + Buckler_: 800 + Old_Card_Album: 1000 + } +}, +{ + Id: 1347 + SpriteName: "TREASURE_BOX24" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Saliva_Of_Bird: 80 + Union_Of_Tribe: 500 + Branch_Of_Dead_Tree: 10000 + Oridecon: 4850 + Elunium: 7275 + Shield_: 1000 + Muramasa: 50 + Helm_Of_Angel: 24 + } +}, +{ + Id: 1348 + SpriteName: "TREASURE_BOX25" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Crystal_Jewel__: 7760 + Seed_Of_Yggdrasil: 3000 + Yggdrasilberry: 2500 + Muffler_: 800 + Shoes_: 800 + Chain_Mail_: 800 + Buckler_: 800 + Old_Card_Album: 1000 + } +}, +{ + Id: 1349 + SpriteName: "TREASURE_BOX26" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Tendon_Of_Bear: 80 + Union_Of_Tribe: 500 + Branch_Of_Dead_Tree: 10000 + Oridecon: 4850 + Elunium: 7275 + Gemmed_Sallet_: 750 + Glove_: 46 + Elven_Ears: 25 + } +}, +{ + Id: 1350 + SpriteName: "TREASURE_BOX27" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Crystal_Jewel__: 7760 + Seed_Of_Yggdrasil: 3000 + Yggdrasilberry: 2500 + Muffler_: 800 + Shoes_: 800 + Chain_Mail_: 800 + Buckler_: 800 + Old_Card_Album: 1000 + } +}, +{ + Id: 1351 + SpriteName: "TREASURE_BOX28" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Symbol_Of_Sun: 80 + Union_Of_Tribe: 500 + Branch_Of_Dead_Tree: 10000 + Oridecon: 4850 + Elunium: 7275 + Ear_Mufs: 500 + Safety_Ring: 41 + Tiara: 32 + } +}, +{ + Id: 1352 + SpriteName: "TREASURE_BOX29" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Crystal_Jewel__: 7760 + Seed_Of_Yggdrasil: 3000 + Yggdrasilberry: 2500 + Muffler_: 800 + Shoes_: 800 + Chain_Mail_: 800 + Buckler_: 800 + Old_Card_Album: 1000 + } +}, +{ + Id: 1353 + SpriteName: "TREASURE_BOX30" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Breath_Of_Soul: 80 + Union_Of_Tribe: 500 + Branch_Of_Dead_Tree: 10000 + Oridecon: 4850 + Elunium: 7275 + Cape_Of_Ancient_Lord: 500 + Brooch_: 38 + Magician_Hat: 34 + } +}, +{ + Id: 1354 + SpriteName: "TREASURE_BOX31" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Crystal_Jewel__: 7760 + Seed_Of_Yggdrasil: 3000 + Yggdrasilberry: 2500 + Muffler_: 800 + Shoes_: 800 + Chain_Mail_: 800 + Buckler_: 800 + Old_Card_Album: 1000 + } +}, +{ + Id: 1355 + SpriteName: "TREASURE_BOX32" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Crystal_Of_Snow: 80 + Union_Of_Tribe: 500 + Branch_Of_Dead_Tree: 10000 + Oridecon: 4850 + Elunium: 7275 + Chrystal_Pumps: 429 + Centimental_Flower: 250 + Plate_Armor_: 35 + } +}, +{ + Id: 1356 + SpriteName: "TREASURE_BOX33" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Crystal_Jewel__: 7760 + Seed_Of_Yggdrasil: 3000 + Yggdrasilberry: 2500 + Muffler_: 800 + Shoes_: 800 + Chain_Mail_: 800 + Buckler_: 800 + Old_Card_Album: 1000 + } +}, +{ + Id: 1357 + SpriteName: "TREASURE_BOX34" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Indication_Of_Tempest: 80 + Union_Of_Tribe: 500 + Branch_Of_Dead_Tree: 10000 + Oridecon: 4850 + Elunium: 7275 + Memorize_Book: 300 + Boots_: 273 + Sharp_Gear: 38 + } +}, +{ + Id: 1358 + SpriteName: "TREASURE_BOX35" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Crystal_Jewel__: 7760 + Seed_Of_Yggdrasil: 3000 + Yggdrasilberry: 2500 + Muffler_: 800 + Shoes_: 800 + Chain_Mail_: 800 + Buckler_: 800 + Old_Card_Album: 1000 + } +}, +{ + Id: 1359 + SpriteName: "TREASURE_BOX36" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Slilince_Wave: 80 + Union_Of_Tribe: 500 + Branch_Of_Dead_Tree: 10000 + Oridecon: 4850 + Elunium: 7275 + Jewel_Sword: 215 + Satanic_Chain: 60 + Bone_Helm: 38 + } +}, +{ + Id: 1360 + SpriteName: "TREASURE_BOX37" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Crystal_Jewel__: 7760 + Seed_Of_Yggdrasil: 3000 + Yggdrasilberry: 2500 + Muffler_: 800 + Shoes_: 800 + Chain_Mail_: 800 + Buckler_: 800 + Old_Card_Album: 1000 + } +}, +{ + Id: 1361 + SpriteName: "TREASURE_BOX38" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Rough_Billows: 80 + Union_Of_Tribe: 500 + Branch_Of_Dead_Tree: 10000 + Oridecon: 4850 + Elunium: 7275 + Pole_Axe: 50 + Spinx_Helm: 50 + Helm_: 50 + } +}, +{ + Id: 1362 + SpriteName: "TREASURE_BOX39" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Crystal_Jewel__: 7760 + Seed_Of_Yggdrasil: 3000 + Yggdrasilberry: 2500 + Muffler_: 800 + Shoes_: 800 + Chain_Mail_: 800 + Buckler_: 800 + Old_Card_Album: 1000 + } +}, +{ + Id: 1363 + SpriteName: "TREASURE_BOX40" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Air_Stream: 80 + Union_Of_Tribe: 500 + Branch_Of_Dead_Tree: 10000 + Oridecon: 4850 + Elunium: 7275 + Manteau_: 43 + Angelic_Chain: 43 + Iron_Driver: 38 + } +}, +{ + Id: 1364 + SpriteName: "G_ASSULTER" + Name: "Assaulter" + Lv: 59 + Hp: 12853 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [152, 177] + Def: 35 + Mdef: 36 + Stats: { + Str: 85 + Agi: 55 + Vit: 10 + Int: 35 + Dex: 145 + Luk: 100 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (4, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 155 + AttackDelay: 1000 + AttackMotion: 900 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Wooden_Block: 9000 + } +}, +{ + Id: 1365 + SpriteName: "APOCALIPS" + Name: "Apocalypse" + Lv: 66 + Hp: 22880 + Sp: 0 + Exp: 6540 + JExp: 4935 + AttackRange: 2 + Attack: [1030, 1370] + Def: 62 + Mdef: 49 + Stats: { + Str: 1 + Agi: 48 + Vit: 120 + Int: 48 + Dex: 66 + Luk: 85 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (0, 3) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 400 + AttackDelay: 1840 + AttackMotion: 1440 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Broken_Steel_Piece: 5335 + Mystery_Piece: 2400 + Wheel: 2200 + Elunium: 5 + Destroyer_: 1 + Manteau_: 20 + Steel: 2500 + Apocalips_Card: 1 + } +}, +{ + Id: 1366 + SpriteName: "LAVA_GOLEM" + Name: "Lava Golem" + Lv: 77 + Hp: 24324 + Sp: 0 + Exp: 6470 + JExp: 3879 + AttackRange: 1 + Attack: [1541, 2049] + Def: 65 + Mdef: 50 + Stats: { + Str: 1 + Agi: 57 + Vit: 115 + Int: 70 + Dex: 76 + Luk: 68 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (3, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 2190 + AttackMotion: 2040 + DamageMotion: 336 + MvpExp: 0 + Drops: { + Cold_Magma: 4559 + Burning_Heart: 3686 + Plate_Armor_: 1 + Plate_Armor: 2 + White_Herb: 2500 + Magma_Fist: 20 + Lava_Golem_Card: 1 + } +}, +{ + Id: 1367 + SpriteName: "BLAZZER" + Name: "Blazer" + Lv: 43 + Hp: 8252 + Sp: 0 + Exp: 3173 + JExp: 1871 + AttackRange: 2 + Attack: [533, 709] + Def: 50 + Mdef: 40 + Stats: { + Str: 1 + Agi: 52 + Vit: 50 + Int: 39 + Dex: 69 + Luk: 40 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 180 + AttackDelay: 1732 + AttackMotion: 1332 + DamageMotion: 540 + MvpExp: 0 + Drops: { + Burning_Heart: 4850 + Live_Coal: 3400 + White_Herb: 3000 + Blazzer_Card: 1 + } +}, +{ + Id: 1368 + SpriteName: "GEOGRAPHER" + Name: "Geographer" + Lv: 56 + Hp: 8071 + Sp: 0 + Exp: 2715 + JExp: 2000 + AttackRange: 3 + Attack: [467, 621] + Def: 28 + Mdef: 26 + Stats: { + Str: 1 + Agi: 66 + Vit: 47 + Int: 60 + Dex: 68 + Luk: 44 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (2, 3) + Mode: { + Aggressive: true + CanAttack: true + } + MoveSpeed: 2000 + AttackDelay: 1308 + AttackMotion: 1008 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Blossom_Of_Maneater: 6200 + Root_Of_Maneater: 5500 + Sunflower: 30 + Fancy_Flower: 50 + Holy_Scroll_1_5: 100 + Geographer_Card: 1 + } +}, +{ + Id: 1369 + SpriteName: "GRAND_PECO" + Name: "Grand Peco" + Lv: 58 + Hp: 8054 + Sp: 0 + Exp: 2387 + JExp: 1361 + AttackRange: 2 + Attack: [444, 565] + Def: 37 + Mdef: 30 + Stats: { + Str: 1 + Agi: 66 + Vit: 66 + Int: 50 + Dex: 71 + Luk: 51 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (3, 2) + Mode: { + CanMove: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + } + MoveSpeed: 165 + AttackDelay: 1460 + AttackMotion: 960 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Peco_Wing_Feather: 4850 + Fruit_Of_Mastela: 300 + Wind_Of_Verdure: 1000 + Gold: 1 + Orange: 500 + Grand_Peco_Card: 1 + } +}, +{ + Id: 1370 + SpriteName: "SUCCUBUS" + Name: "Succubus" + Lv: 85 + Hp: 16955 + Sp: 0 + Exp: 5357 + JExp: 4322 + AttackRange: 2 + Attack: [1268, 1686] + Def: 54 + Mdef: 48 + Stats: { + Str: 1 + Agi: 97 + Vit: 95 + Int: 103 + Dex: 89 + Luk: 87 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 155 + AttackDelay: 1306 + AttackMotion: 1056 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Fruit_Of_Mastela: 1500 + Chrystal_Pumps: 3 + Boy's_Naivety: 1 + Diamond_Ring: 250 + Horn_Of_Succubus: 1 + Staff_Of_Soul: 1 + Blue_Potion: 1000 + Succubus_Card: 1 + } +}, +{ + Id: 1371 + SpriteName: "FAKE_ANGEL" + Name: "Fake Angel" + Lv: 65 + Hp: 16845 + Sp: 0 + Exp: 3371 + JExp: 1949 + AttackRange: 2 + Attack: [513, 682] + Def: 50 + Mdef: 35 + Stats: { + Str: 1 + Agi: 64 + Vit: 57 + Int: 70 + Dex: 61 + Luk: 88 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 8 + Element: (6, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 160 + AttackDelay: 920 + AttackMotion: 720 + DamageMotion: 336 + MvpExp: 0 + Drops: { + Blue_Gemstone: 1000 + Yellow_Gemstone: 1000 + Red_Gemstone: 1000 + Water_Of_Darkness: 1000 + Carrot_Whip: 20 + Fake_Angel_Card: 1 + } +}, +{ + Id: 1372 + SpriteName: "GOAT" + Name: "Goat" + Lv: 69 + Hp: 11077 + Sp: 0 + Exp: 3357 + JExp: 2015 + AttackRange: 1 + Attack: [457, 608] + Def: 44 + Mdef: 25 + Stats: { + Str: 1 + Agi: 58 + Vit: 66 + Int: 62 + Dex: 67 + Luk: 43 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (3, 3) + Mode: { + CanMove: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + } + MoveSpeed: 165 + AttackDelay: 1380 + AttackMotion: 1080 + DamageMotion: 336 + MvpExp: 0 + Drops: { + Goat's_Horn: 4559 + Gaoat's_Skin: 2500 + Empty_Bottle: 5000 + Red_Herb: 500 + Blue_Herb: 1000 + Yellow_Herb: 2500 + Green_Herb: 5500 + Goat_Card: 1 + } +}, +{ + Id: 1373 + SpriteName: "LORD_OF_DEATH" + Name: "Lord of Death" + Lv: 94 + Hp: 603383 + Sp: 0 + Exp: 131343 + JExp: 43345 + AttackRange: 3 + Attack: [3430, 4232] + Def: 77 + Mdef: 73 + Stats: { + Str: 1 + Agi: 99 + Vit: 30 + Int: 109 + Dex: 100 + Luk: 106 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 180 + AttackDelay: 1446 + AttackMotion: 1296 + DamageMotion: 360 + MvpExp: 65671 + MvpDrops: { + Yggdrasilberry: 5500 + Crystal_Jewel__: 5000 + Old_Violet_Box: 5000 + } + Drops: { + Boroken_Shiled_Piece: 5335 + Pole_Axe: 5 + House_Auger: 10 + Ring_: 2 + Shine_Spear_Blade: 10 + War_Axe: 1 + Iron_Driver: 2 + Lord_Of_Death_Card: 1 + } +}, +{ + Id: 1374 + SpriteName: "INCUBUS" + Name: "Incubus" + Lv: 75 + Hp: 17281 + Sp: 0 + Exp: 5254 + JExp: 4212 + AttackRange: 2 + Attack: [1408, 1873] + Def: 58 + Mdef: 46 + Stats: { + Str: 1 + Agi: 97 + Vit: 95 + Int: 103 + Dex: 89 + Luk: 87 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 165 + AttackDelay: 850 + AttackMotion: 600 + DamageMotion: 336 + MvpExp: 0 + Drops: { + Fruit_Of_Mastela: 1500 + White_Herb: 5500 + Inccubus_Horn: 1 + Ring_: 1 + Gold_Ring: 500 + Diamond_Ring: 150 + White_Herb: 2200 + Incubus_Card: 1 + } +}, +{ + Id: 1375 + SpriteName: "THE_PAPER" + Name: "The Paper" + Lv: 56 + Hp: 18557 + Sp: 0 + Exp: 2849 + JExp: 1998 + AttackRange: 1 + Attack: [845, 1124] + Def: 25 + Mdef: 24 + Stats: { + Str: 1 + Agi: 66 + Vit: 52 + Int: 76 + Dex: 71 + Luk: 79 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 170 + AttackDelay: 1160 + AttackMotion: 960 + DamageMotion: 336 + MvpExp: 0 + Drops: { + Smooth_Paper: 4947 + Fright_Paper_Blade: 3200 + Yellow_Herb: 1800 + Green_Herb: 2000 + Kamaitachi: 5 + The_Paper_Card: 1 + } +}, +{ + Id: 1376 + SpriteName: "HARPY" + Name: "Harpy" + Lv: 70 + Hp: 16599 + Sp: 0 + Exp: 3562 + JExp: 2133 + AttackRange: 1 + Attack: [926, 1231] + Def: 42 + Mdef: 44 + Stats: { + Str: 1 + Agi: 112 + Vit: 72 + Int: 67 + Dex: 74 + Luk: 76 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (4, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 155 + AttackDelay: 972 + AttackMotion: 672 + DamageMotion: 470 + MvpExp: 0 + Drops: { + Harpy's_Feather: 4850 + Harpy's_Claw: 2500 + Yellow_Herb: 1500 + Yellow_Herb: 800 + Izidor: 20 + Electric_Fist: 20 + Harpy_Card: 1 + } +}, +{ + Id: 1377 + SpriteName: "ELDER" + Name: "Elder" + Lv: 64 + Hp: 21592 + Sp: 0 + Exp: 5650 + JExp: 3408 + AttackRange: 3 + Attack: [421, 560] + Def: 45 + Mdef: 68 + Stats: { + Str: 1 + Agi: 76 + Vit: 68 + Int: 108 + Dex: 72 + Luk: 86 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 7 + Element: (0, 4) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 165 + AttackDelay: 1552 + AttackMotion: 1152 + DamageMotion: 336 + MvpExp: 0 + Drops: { + Old_Magic_Circle: 4000 + Rent_Spell_Book: 1500 + Rent_Scroll: 1500 + Encyclopedia: 10 + Wizardy_Staff: 1 + Old_Card_Album: 1 + Underground_Key: 3000 + Elder_Card: 1 + } +}, +{ + Id: 1378 + SpriteName: "DEMON_PUNGUS" + Name: "Demon Pungus" + Lv: 56 + Hp: 7259 + Sp: 0 + Exp: 3148 + JExp: 1817 + AttackRange: 1 + Attack: [360, 479] + Def: 48 + Mdef: 31 + Stats: { + Str: 1 + Agi: 83 + Vit: 55 + Int: 59 + Dex: 63 + Luk: 34 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 6 + Element: (5, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 170 + AttackDelay: 1260 + AttackMotion: 960 + DamageMotion: 672 + MvpExp: 0 + Drops: { + Spawns: 4074 + Mould_Powder: 4559 + Yellow_Gemstone: 3880 + Starsand_Of_Witch: 5000 + Demon_Pungus_Card: 1 + } +}, +{ + Id: 1379 + SpriteName: "NIGHTMARE_TERROR" + Name: "Nightmare Terror" + Lv: 78 + Hp: 22605 + Sp: 0 + Exp: 6683 + JExp: 4359 + AttackRange: 1 + Attack: [757, 1007] + Def: 37 + Mdef: 37 + Stats: { + Str: 1 + Agi: 76 + Vit: 55 + Int: 60 + Dex: 76 + Luk: 54 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 165 + AttackDelay: 1216 + AttackMotion: 816 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Burning_Horse_Shoe: 4947 + Rosary_: 1 + Rosary: 30 + Blue_Potion: 50 + Blue_Herb: 150 + Ghost_Scroll_1_5: 100 + Infiltrator: 1 + Nightmare_Terror_Card: 1 + } +}, +{ + Id: 1380 + SpriteName: "DRILLER" + Name: "Driller" + Lv: 52 + Hp: 7452 + Sp: 0 + Exp: 3215 + JExp: 1860 + AttackRange: 1 + Attack: [666, 886] + Def: 48 + Mdef: 31 + Stats: { + Str: 1 + Agi: 66 + Vit: 58 + Int: 50 + Dex: 60 + Luk: 47 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 165 + AttackDelay: 1300 + AttackMotion: 900 + DamageMotion: 336 + MvpExp: 0 + Drops: { + Lizard_Scruff: 7500 + Yellow_Gemstone: 3880 + Red_Gemstone: 3500 + Driller_Card: 1 + } +}, +{ + Id: 1381 + SpriteName: "GRIZZLY" + Name: "Grizzly" + Lv: 68 + Hp: 11733 + Sp: 0 + Exp: 3341 + JExp: 2012 + AttackRange: 1 + Attack: [809, 1076] + Def: 44 + Mdef: 32 + Stats: { + Str: 1 + Agi: 55 + Vit: 68 + Int: 58 + Dex: 70 + Luk: 61 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (3, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 165 + AttackDelay: 1492 + AttackMotion: 1092 + DamageMotion: 192 + MvpExp: 0 + Drops: { + Bear's_Foot: 5000 + Animal's_Skin: 5000 + Nice_Sweet_Potato: 2500 + Grizzly_Card: 1 + } +}, +{ + Id: 1382 + SpriteName: "DIABOLIC" + Name: "Diabolic" + Lv: 67 + Hp: 9642 + Sp: 0 + Exp: 3662 + JExp: 2223 + AttackRange: 1 + Attack: [796, 1059] + Def: 64 + Mdef: 36 + Stats: { + Str: 1 + Agi: 84 + Vit: 53 + Int: 67 + Dex: 71 + Luk: 69 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 6 + Element: (7, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1080 + AttackMotion: 780 + DamageMotion: 180 + MvpExp: 0 + Drops: { + Petite_DiablOfs_Horn: 5820 + Petite_DiablOfs_Wing: 4850 + Brooch: 3 + Oridecon: 20 + Unholy_Touch: 10 + Diabolic_Card: 1 + } +}, +{ + Id: 1383 + SpriteName: "EXPLOSION" + Name: "Explosion" + Lv: 46 + Hp: 8054 + Sp: 0 + Exp: 2404 + JExp: 1642 + AttackRange: 1 + Attack: [336, 447] + Def: 35 + Mdef: 27 + Stats: { + Str: 1 + Agi: 61 + Vit: 56 + Int: 50 + Dex: 66 + Luk: 38 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (3, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 165 + AttackDelay: 1260 + AttackMotion: 960 + DamageMotion: 336 + MvpExp: 0 + Drops: { + Wing_Of_Red_Bat: 5500 + Burning_Heart: 2200 + Hot_Hair: 3200 + Oridecon_Stone: 800 + Fruit_Of_Mastela: 400 + Explosion_Card: 1 + } +}, +{ + Id: 1384 + SpriteName: "DELETER" + Name: "Deleter" + Lv: 66 + Hp: 17292 + Sp: 0 + Exp: 3403 + JExp: 2066 + AttackRange: 1 + Attack: [446, 593] + Def: 45 + Mdef: 53 + Stats: { + Str: 1 + Agi: 104 + Vit: 40 + Int: 65 + Dex: 72 + Luk: 54 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 9 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 175 + AttackDelay: 1020 + AttackMotion: 720 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Dragon's_Skin: 4074 + Dragon_Canine: 5335 + Dragon_Train: 3880 + Dragon_Scale: 3589 + Flying_Deleter_Card: 1 + } +}, +{ + Id: 1385 + SpriteName: "DELETER_" + Name: "Deleter" + Lv: 65 + Hp: 15168 + Sp: 0 + Exp: 3403 + JExp: 2066 + AttackRange: 1 + Attack: [446, 593] + Def: 52 + Mdef: 53 + Stats: { + Str: 1 + Agi: 66 + Vit: 40 + Int: 65 + Dex: 72 + Luk: 68 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 9 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 175 + AttackDelay: 1024 + AttackMotion: 624 + DamageMotion: 336 + MvpExp: 0 + Drops: { + Dragon's_Skin: 4074 + Dragon_Canine: 5335 + Dragon_Train: 3880 + Dragon_Scale: 3589 + Deleter_Card: 1 + } +}, +{ + Id: 1386 + SpriteName: "SLEEPER" + Name: "Sleeper" + Lv: 67 + Hp: 8237 + Sp: 0 + Exp: 3603 + JExp: 2144 + AttackRange: 1 + Attack: [593, 789] + Def: 49 + Mdef: 35 + Stats: { + Str: 1 + Agi: 48 + Vit: 100 + Int: 57 + Dex: 75 + Luk: 28 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (2, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 195 + AttackDelay: 1350 + AttackMotion: 1200 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Sand_Lump: 4947 + Grit: 5335 + Great_Nature: 2500 + Oridecon_Stone: 300 + Damascus_: 5 + Hypnotist's_Staff_: 5 + Fine_Sand: 1200 + Sleeper_Card: 1 + } +}, +{ + Id: 1387 + SpriteName: "GIG" + Name: "Gig" + Lv: 60 + Hp: 8409 + Sp: 0 + Exp: 3934 + JExp: 2039 + AttackRange: 1 + Attack: [360, 479] + Def: 60 + Mdef: 28 + Stats: { + Str: 1 + Agi: 61 + Vit: 80 + Int: 53 + Dex: 59 + Luk: 46 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 170 + AttackDelay: 1264 + AttackMotion: 864 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Scropion's_Nipper: 4365 + Scorpion's_Tail: 5500 + Red_Gemstone: 150 + Panacea: 2500 + Flame_Heart: 850 + Gig_Card: 1 + } +}, +{ + Id: 1388 + SpriteName: "ARCHANGELING" + Name: "Archangeling" + Lv: 60 + Hp: 79523 + Sp: 0 + Exp: 4152 + JExp: 2173 + AttackRange: 1 + Attack: [669, 890] + Def: 54 + Mdef: 58 + Stats: { + Str: 1 + Agi: 65 + Vit: 80 + Int: 74 + Dex: 65 + Luk: 105 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 8 + Element: (6, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 180 + AttackDelay: 1072 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Satanic_Chain: 5 + Leaf_Of_Yggdrasil: 1800 + Seed_Of_Yggdrasil: 150 + Agate: 1500 + Angelic_Chain: 5 + Plate_Armor_: 3 + Turquoise: 1500 + Archangeling_Card: 1 + } +}, +{ + Id: 1389 + SpriteName: "DRACULA" + Name: "Dracula" + Lv: 85 + Hp: 320096 + Sp: 0 + Exp: 120157 + JExp: 38870 + AttackRange: 3 + Attack: [1625, 1890] + Def: 45 + Mdef: 76 + Stats: { + Str: 1 + Agi: 95 + Vit: 90 + Int: 87 + Dex: 85 + Luk: 100 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (7, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 145 + AttackDelay: 1290 + AttackMotion: 1140 + DamageMotion: 576 + MvpExp: 60078 + MvpDrops: { + Yggdrasilberry: 5500 + Crystal_Jewel__: 5000 + Fruit_Of_Mastela: 5000 + } + Drops: { + Yggdrasilberry: 4700 + Wizardy_Staff: 5 + Balistar: 5 + Cape_Of_Ancient_Lord: 15 + Ring_: 4 + Book_Of_The_Apocalypse: 4 + Dracula_Card: 1 + } +}, +{ + Id: 1390 + SpriteName: "VIOLY" + Name: "Violy" + Lv: 75 + Hp: 18257 + Sp: 0 + Exp: 6353 + JExp: 3529 + AttackRange: 10 + Attack: [738, 982] + Def: 37 + Mdef: 36 + Stats: { + Str: 1 + Agi: 93 + Vit: 54 + Int: 58 + Dex: 101 + Luk: 83 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (0, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetChase: true + } + MoveSpeed: 170 + AttackDelay: 1356 + AttackMotion: 1056 + DamageMotion: 540 + MvpExp: 0 + Drops: { + Golden_Hair: 6305 + High_end_Cooking_Kits: 50 + Stuffed_Doll: 1200 + Base_Guitar: 50 + Royal_Jelly: 1400 + Water_Of_Darkness: 1000 + Violin_: 500 + Violy_Card: 1 + } +}, +{ + Id: 1391 + SpriteName: "GALAPAGO" + Name: "Galapago" + Lv: 61 + Hp: 9145 + Sp: 0 + Exp: 3204 + JExp: 1966 + AttackRange: 1 + Attack: [457, 608] + Def: 33 + Mdef: 33 + Stats: { + Str: 1 + Agi: 56 + Vit: 56 + Int: 45 + Dex: 66 + Luk: 57 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (2, 1) + Mode: { + CanMove: true + Looter: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + } + MoveSpeed: 165 + AttackDelay: 1430 + AttackMotion: 1080 + DamageMotion: 1080 + MvpExp: 0 + Drops: { + Cyfar: 5335 + Leaf_Of_Yggdrasil: 100 + Yellow_Herb: 3500 + Aloebera: 100 + Anodyne: 100 + Galapago_Cap: 1 + Orange: 1000 + Galapago_Card: 1 + } +}, +{ + Id: 1392 + SpriteName: "ROTAR_ZAIRO" + Name: "Rotar Zairo" + Lv: 25 + Hp: 1209 + Sp: 0 + Exp: 351 + JExp: 215 + AttackRange: 10 + Attack: [109, 137] + Def: 4 + Mdef: 34 + Stats: { + Str: 1 + Agi: 62 + Vit: 45 + Int: 26 + Dex: 55 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (4, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetChase: true + } + MoveSpeed: 155 + AttackDelay: 2416 + AttackMotion: 2016 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Large_Jellopy: 500 + Padded_Armor: 1 + Cyfar: 1000 + Steel: 450 + Oridecon: 1 + Zargon: 2500 + Garlet: 5500 + Rotar_Zairo_Card: 1 + } +}, +{ + Id: 1393 + SpriteName: "G_MUMMY" + Name: "Mummy" + Lv: 37 + Hp: 5176 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [305, 360] + Def: 0 + Mdef: 10 + Stats: { + Str: 28 + Agi: 19 + Vit: 32 + Int: 0 + Dex: 63 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1772 + AttackMotion: 72 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1394 + SpriteName: "G_ZOMBIE" + Name: "Zombie" + Lv: 15 + Hp: 534 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [67, 79] + Def: 0 + Mdef: 10 + Stats: { + Str: 1 + Agi: 8 + Vit: 7 + Int: 0 + Dex: 15 + Luk: 0 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 2612 + AttackMotion: 912 + DamageMotion: 288 + MvpExp: 0 +}, +{ + Id: 1395 + SpriteName: "CRYSTAL_1" + Name: "Wind Crystal" + Lv: 1 + Hp: 15 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 999 + Luk: 1 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + Boss: true + Plant: true + Detector: true + } + MoveSpeed: 190 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Piece_Of_Cake: 3800 + Candy_Striper: 4500 + White_Chocolate: 5000 + Gift_Box_2: 4900 + Cone_Hat_: 7000 + Banana_Juice: 6500 + Chocolate: 5000 + Yggdrasilberry: 200 + } +}, +{ + Id: 1396 + SpriteName: "CRYSTAL_2" + Name: "Earth Crystal" + Lv: 1 + Hp: 15 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 999 + Luk: 1 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + Boss: true + Plant: true + Detector: true + } + MoveSpeed: 190 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Piece_Of_Cake: 3800 + Candy_Striper: 4500 + White_Chocolate: 5000 + Gift_Box_4: 4900 + Cone_Hat_: 7000 + Apple_Juice: 6500 + Chocolate: 5000 + Seed_Of_Yggdrasil: 250 + } +}, +{ + Id: 1397 + SpriteName: "CRYSTAL_3" + Name: "Fire Crystal" + Lv: 1 + Hp: 15 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 999 + Luk: 1 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + Boss: true + Plant: true + Detector: true + } + MoveSpeed: 190 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Piece_Of_Cake: 3800 + Candy_Striper: 4500 + White_Chocolate: 5000 + Gift_Box_1: 4900 + Cone_Hat_: 7000 + Carrot_Juice: 6500 + Chocolate: 5000 + Branch_Of_Dead_Tree: 300 + } +}, +{ + Id: 1398 + SpriteName: "CRYSTAL_4" + Name: "Water Crystal" + Lv: 1 + Hp: 15 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 999 + Luk: 1 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + Boss: true + Plant: true + Detector: true + } + MoveSpeed: 190 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Piece_Of_Cake: 3800 + Candy_Striper: 4500 + White_Chocolate: 5000 + Gift_Box_3: 4900 + Cone_Hat_: 7000 + Grape_Juice: 6500 + Chocolate: 5000 + Old_Blue_Box: 100 + } +}, +{ + Id: 1399 + SpriteName: "EVENT_BAPHO" + Name: "Baphomet" + Lv: 68 + Hp: 1264000 + Sp: 0 + Exp: 261750 + JExp: 83685 + AttackRange: 3 + Attack: [1847, 2267] + Def: 35 + Mdef: 45 + Stats: { + Str: 1 + Agi: 152 + Vit: 96 + Int: 85 + Dex: 120 + Luk: 95 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 130 + AttackDelay: 768 + AttackMotion: 768 + DamageMotion: 576 + MvpExp: 130875 + MvpDrops: { + Yggdrasilberry: 5500 + Royal_Jelly: 5000 + Crystal_Jewel__: 5000 + } + Drops: { + Pole_Axe: 550 + War_Axe: 680 + Holy_Avenger: 480 + Holy_Guard: 640 + Holy_Robe: 1500 + Herald_Of_GOD: 500 + Ring_: 1720 + Magestic_Goat: 1550 + } +}, +{ + Id: 1400 + SpriteName: "KARAKASA" + Name: "Karakasa" + Lv: 30 + Hp: 3092 + Sp: 0 + Exp: 489 + JExp: 322 + AttackRange: 1 + Attack: [141, 183] + Def: 1 + Mdef: 5 + Stats: { + Str: 1 + Agi: 45 + Vit: 12 + Int: 20 + Dex: 49 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (0, 3) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 155 + AttackDelay: 1638 + AttackMotion: 2016 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Oil_Paper: 5000 + Bamboo_Cut: 4268 + Wooden_Block: 3200 + Smooth_Paper: 2200 + Zargon: 4074 + Glass_Bead: 30 + Murasame: 5 + Karakasa_Card: 1 + } +}, +{ + Id: 1401 + SpriteName: "SHINOBI" + Name: "Shinobi" + Lv: 69 + Hp: 12700 + Sp: 0 + Exp: 4970 + JExp: 3010 + AttackRange: 2 + Attack: [460, 1410] + Def: 34 + Mdef: 21 + Stats: { + Str: 85 + Agi: 85 + Vit: 25 + Int: 25 + Dex: 100 + Luk: 100 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1003 + AttackMotion: 1152 + DamageMotion: 336 + MvpExp: 0 + Drops: { + Broken_Shuriken: 5335 + Ninja_Suit: 2 + Cyfar: 2200 + Shinobi's_Sash: 100 + Thief_Clothes_: 1 + Black_Mask: 2000 + Murasame_: 5 + Shinobi_Card: 1 + } +}, +{ + Id: 1402 + SpriteName: "POISON_TOAD" + Name: "Poison Toad" + Lv: 46 + Hp: 6629 + Sp: 0 + Exp: 1929 + JExp: 1457 + AttackRange: 3 + Attack: [288, 408] + Def: 5 + Mdef: 10 + Stats: { + Str: 20 + Agi: 34 + Vit: 19 + Int: 14 + Dex: 66 + Luk: 55 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (5, 2) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 160 + AttackDelay: 1148 + AttackMotion: 1728 + DamageMotion: 864 + MvpExp: 0 + Drops: { + Poison_Toad's_Skin: 5500 + Poison_Powder: 2400 + Gold_Ring: 4 + Green_Herb: 540 + Cardinal_Jewel_: 2 + Royal_Jelly: 2 + Cinquedea_: 10 + Poison_Toad_Card: 1 + } +}, +{ + Id: 1403 + SpriteName: "ANTIQUE_FIRELOCK" + Name: "Antique Firelock" + Lv: 47 + Hp: 3852 + Sp: 0 + Exp: 1293 + JExp: 1003 + AttackRange: 10 + Attack: [289, 336] + Def: 10 + Mdef: 10 + Stats: { + Str: 15 + Agi: 35 + Vit: 29 + Int: 15 + Dex: 120 + Luk: 42 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetChase: true + } + MoveSpeed: 170 + AttackDelay: 1084 + AttackMotion: 2304 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Iron: 5500 + Apple_Of_Archer: 1 + Large_Jellopy: 1400 + Yellow_Herb: 40 + Nice_Sweet_Potato: 350 + Panacea: 250 + The_Cyclone_: 5 + Antique_Firelock_Card: 1 + } +}, +{ + Id: 1404 + SpriteName: "MIYABI_NINGYO" + Name: "Miyabi Ningyo" + Lv: 33 + Hp: 6300 + Sp: 0 + Exp: 795 + JExp: 453 + AttackRange: 1 + Attack: [250, 305] + Def: 1 + Mdef: 20 + Stats: { + Str: 1 + Agi: 52 + Vit: 15 + Int: 10 + Dex: 62 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (7, 1) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + Detector: true + } + MoveSpeed: 250 + AttackDelay: 1938 + AttackMotion: 2112 + DamageMotion: 768 + MvpExp: 0 + Drops: { + Glossy_Hair: 5335 + Old_Japaness_Clothes: 2500 + White_Herb: 1550 + Star_Crumb: 1250 + High_end_Cooking_Kits: 10 + Hakujin: 5 + Mandolin_: 2 + Miyabi_Ningyo_Card: 1 + } +}, +{ + Id: 1405 + SpriteName: "TENGU" + Name: "Tengu" + Lv: 65 + Hp: 16940 + Sp: 0 + Exp: 4207 + JExp: 2843 + AttackRange: 2 + Attack: [660, 980] + Def: 12 + Mdef: 82 + Stats: { + Str: 90 + Agi: 42 + Vit: 69 + Int: 45 + Dex: 78 + Luk: 80 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (2, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1439 + AttackMotion: 1920 + DamageMotion: 672 + MvpExp: 0 + Drops: { + Tengu's_Nose: 3500 + Broken_Wine_Vessel: 5500 + Huuma_Giant_Wheel: 5 + Fruit_Of_Mastela: 150 + Huuma_Giant_Wheel_: 5 + Imperial_Cooking_Kits: 20 + Earth_Scroll_1_5: 100 + Tengu_Card: 1 + } +}, +{ + Id: 1406 + SpriteName: "KAPHA" + Name: "Kapha" + Lv: 41 + Hp: 7892 + Sp: 0 + Exp: 2278 + JExp: 1552 + AttackRange: 3 + Attack: [399, 719] + Def: 20 + Mdef: 38 + Stats: { + Str: 1 + Agi: 51 + Vit: 49 + Int: 22 + Dex: 73 + Luk: 45 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 5 + Element: (1, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 165 + AttackDelay: 2012 + AttackMotion: 1728 + DamageMotion: 672 + MvpExp: 0 + Drops: { + Yellow_Plate: 6500 + Cyfar: 3500 + Huuma_Calm_Mind: 20 + Leaflet_Of_Aloe: 2300 + Ment: 2 + Guitar_Of_Blue_Solo: 10 + Jitte_: 5 + Kapha_Card: 1 + } +}, +//1407,DOKEBI_,Dokebi,Dokebi,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,1,0x0,0,0,0,0,0,0,0,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: 1408 + SpriteName: "BLOOD_BUTTERFLY" + Name: "Bloody Butterfly" + Lv: 55 + Hp: 8082 + Sp: 0 + Exp: 2119 + JExp: 1562 + AttackRange: 3 + Attack: [121, 342] + Def: 5 + Mdef: 23 + Stats: { + Str: 1 + Agi: 59 + Vit: 14 + Int: 55 + Dex: 68 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 4 + Element: (4, 2) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 145 + AttackDelay: 472 + AttackMotion: 576 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Sharp_Feeler: 4608 + Great_Wing: 2500 + Wing_Of_Butterfly: 1200 + Powder_Of_Butterfly: 5500 + Waghnakh_: 3 + Lariat: 1 + Blood_Butterfly_Card: 1 + } +}, +{ + Id: 1409 + SpriteName: "RICE_CAKE_BOY" + Name: "Rice Cake Boy" + Lv: 27 + Hp: 2098 + Sp: 0 + Exp: 231 + JExp: 149 + AttackRange: 1 + Attack: [112, 134] + Def: 5 + Mdef: 12 + Stats: { + Str: 1 + Agi: 22 + Vit: 29 + Int: 5 + Dex: 41 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 7 + Element: (0, 1) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 160 + AttackDelay: 647 + AttackMotion: 768 + DamageMotion: 420 + MvpExp: 0 + Drops: { + Bamboo_Cut: 3200 + Oil_Paper: 2500 + Pierrot_Nose: 1 + Blade_Of_Pinwheel: 5000 + Bun: 1000 + Festival_Mask: 3000 + Rice_Cake_Boy_Card: 1 + } +}, +{ + Id: 1410 + SpriteName: "LIVE_PEACH_TREE" + Name: "Live Peach Tree" + Lv: 53 + Hp: 8905 + Sp: 0 + Exp: 2591 + JExp: 1799 + AttackRange: 7 + Attack: [301, 351] + Def: 10 + Mdef: 38 + Stats: { + Str: 72 + Agi: 45 + Vit: 35 + Int: 39 + Dex: 80 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (2, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetChase: true + } + MoveSpeed: 410 + AttackDelay: 400 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Hard_Peach: 4365 + Royal_Jelly: 1000 + Branch_Of_Dead_Tree: 400 + Banana_Juice: 100 + Old_Blue_Box: 5 + Live_Peach_Tree_Card: 1 + } +}, +//1411,PEACH_TREE_BULLET,Peach Tree Bullet,Peach Tree Bullet... (mode 129),0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0x0,0,0,0,0,0,0,0,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: 1412 + SpriteName: "EVIL_CLOUD_HERMIT" + Name: "Evil Cloud Hermit" + Lv: 56 + Hp: 10392 + Sp: 0 + Exp: 3304 + JExp: 2198 + AttackRange: 10 + Attack: [311, 333] + Def: 25 + Mdef: 59 + Stats: { + Str: 1 + Agi: 20 + Vit: 18 + Int: 50 + Dex: 136 + Luk: 11 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (0, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetChase: true + } + MoveSpeed: 190 + AttackDelay: 480 + AttackMotion: 840 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Cloud_Piece: 4656 + Cheese: 5600 + Popped_Rice: 4500 + Bun: 6800 + Guitar_: 2 + Elunium_Stone: 150 + Wind_Scroll_1_5: 100 + Evil_Cloud_Hermit_Card: 1 + } +}, +{ + Id: 1413 + SpriteName: "WILD_GINSENG" + Name: "Wild Ginseng" + Lv: 46 + Hp: 6900 + Sp: 0 + Exp: 1038 + JExp: 692 + AttackRange: 1 + Attack: [220, 280] + Def: 10 + Mdef: 20 + Stats: { + Str: 13 + Agi: 42 + Vit: 36 + Int: 55 + Dex: 66 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 3 + Element: (3, 2) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 140 + AttackDelay: 512 + AttackMotion: 756 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Leaflet_Of_Hinal: 3500 + Leaflet_Of_Aloe: 3500 + Root_Of_Maneater: 3800 + Blossom_Of_Maneater: 4800 + Sweet_Potato: 4800 + Rope_: 1 + Strawberry: 1000 + Wild_Ginseng_Card: 1 + } +}, +//1414,GINSENG_BULLET,Ginseng Bullet,Ginseng Bullet... (mode 129),0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0x0,0,0,0,0,0,0,0,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: 1415 + SpriteName: "BABY_LEOPARD" + Name: "Baby Leopard" + Lv: 32 + Hp: 2590 + Sp: 0 + Exp: 352 + JExp: 201 + AttackRange: 2 + Attack: [155, 207] + Def: 0 + Mdef: 5 + Stats: { + Str: 20 + Agi: 44 + Vit: 20 + Int: 4 + Dex: 49 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (8, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 318 + AttackMotion: 528 + DamageMotion: 420 + MvpExp: 0 + Drops: { + Leopard_Skin: 5200 + Leopard_Talon: 3200 + Oridecon_Stone: 150 + Meat: 2000 + Dagger_: 100 + Pet_Food: 500 + Baby_Leopard_Card: 1 + } +}, +{ + Id: 1416 + SpriteName: "WICKED_NYMPH" + Name: "Wicked Nymph" + Lv: 63 + Hp: 16029 + Sp: 0 + Exp: 3945 + JExp: 2599 + AttackRange: 2 + Attack: [399, 1090] + Def: 12 + Mdef: 75 + Stats: { + Str: 1 + Agi: 64 + Vit: 12 + Int: 69 + Dex: 100 + Luk: 80 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 637 + AttackMotion: 1008 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Limpid_Celestial_Robe: 3977 + Soft_Silk_Cloth: 1380 + Oridecon: 10 + Mandolin_: 4 + Lute_: 1 + Holy_Scroll_1_5: 100 + Oriental_Lute: 10 + Wicked_Nymph_Card: 1 + } +}, +{ + Id: 1417 + SpriteName: "ZIPPER_BEAR" + Name: "Zipper Bear" + Lv: 35 + Hp: 2901 + Sp: 0 + Exp: 370 + JExp: 225 + AttackRange: 1 + Attack: [248, 289] + Def: 10 + Mdef: 5 + Stats: { + Str: 30 + Agi: 25 + Vit: 55 + Int: 15 + Dex: 28 + Luk: 25 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (7, 1) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 155 + AttackDelay: 780 + AttackMotion: 1008 + DamageMotion: 420 + MvpExp: 0 + Drops: { + Black_Bear's_Skin: 4462 + Mystery_Iron_Bit: 3500 + Royal_Jelly: 400 + Honey: 900 + Apple: 90 + Zipper_Bear_Card: 1 + } +}, +{ + Id: 1418 + SpriteName: "DARK_SNAKE_LORD" + Name: "Evil Snake Lord" + Lv: 73 + Hp: 254993 + Sp: 0 + Exp: 34288 + JExp: 17950 + AttackRange: 3 + Attack: [2433, 4210] + Def: 25 + Mdef: 55 + Stats: { + Str: 70 + Agi: 83 + Vit: 30 + Int: 80 + Dex: 164 + Luk: 88 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (8, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 588 + AttackMotion: 816 + DamageMotion: 420 + MvpExp: 17144 + MvpDrops: { + Yggdrasilberry: 5500 + Seed_Of_Yggdrasil: 3500 + Elunium: 5500 + } + Drops: { + Taegeuk_Plate: 5820 + Sword_Of_Grave_Keeper: 5100 + Hell_Fire: 80 + Ph.D_Hat: 80 + Gae_Bolg: 500 + Pill: 900 + Sway_Apron: 2000 + Dark_Snake_Lord_Card: 1 + } +}, +{ + Id: 1419 + SpriteName: "G_FARMILIAR" + Name: "Familiar" + Lv: 8 + Hp: 155 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [20, 28] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 12 + Vit: 8 + Int: 5 + Dex: 28 + Luk: 0 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (7, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1276 + AttackMotion: 576 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1420 + SpriteName: "G_ARCHER_SKELETON" + Name: "Archer Skeleton" + Lv: 31 + Hp: 3040 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 9 + Attack: [128, 153] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 8 + Vit: 14 + Int: 5 + Dex: 90 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 2864 + AttackMotion: 864 + DamageMotion: 576 + MvpExp: 0 +}, +{ + Id: 1421 + SpriteName: "G_ISIS" + Name: "Isis" + Lv: 43 + Hp: 4828 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [423, 507] + Def: 10 + Mdef: 35 + Stats: { + Str: 38 + Agi: 65 + Vit: 43 + Int: 30 + Dex: 72 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (7, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1384 + AttackMotion: 768 + DamageMotion: 336 + MvpExp: 0 +}, +{ + Id: 1422 + SpriteName: "G_HUNTER_FLY" + Name: "Hunter Fly" + Lv: 42 + Hp: 5242 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [246, 333] + Def: 25 + Mdef: 15 + Stats: { + Str: 33 + Agi: 105 + Vit: 32 + Int: 15 + Dex: 72 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (4, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 676 + AttackMotion: 576 + DamageMotion: 480 + MvpExp: 0 +}, +{ + Id: 1423 + SpriteName: "G_GHOUL" + Name: "Ghoul" + Lv: 39 + Hp: 5118 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [420, 500] + Def: 5 + Mdef: 20 + Stats: { + Str: 1 + Agi: 20 + Vit: 29 + Int: 0 + Dex: 33 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 2456 + AttackMotion: 912 + DamageMotion: 504 + MvpExp: 0 +}, +{ + Id: 1424 + SpriteName: "G_SIDE_WINDER" + Name: "Side Winder" + Lv: 43 + Hp: 4929 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [240, 320] + Def: 5 + Mdef: 10 + Stats: { + Str: 38 + Agi: 43 + Vit: 40 + Int: 15 + Dex: 115 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (5, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1576 + AttackMotion: 576 + DamageMotion: 576 + MvpExp: 0 +}, +{ + Id: 1425 + SpriteName: "G_OBEAUNE" + Name: "Obeaune" + Lv: 31 + Hp: 3952 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [141, 165] + Def: 0 + Mdef: 40 + Stats: { + Str: 1 + Agi: 31 + Vit: 31 + Int: 55 + Dex: 74 + Luk: 85 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 5 + Element: (1, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 288 + MvpExp: 0 +}, +{ + Id: 1426 + SpriteName: "G_MARC" + Name: "Marc" + Lv: 36 + Hp: 6900 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [220, 280] + Def: 5 + Mdef: 10 + Stats: { + Str: 1 + Agi: 36 + Vit: 36 + Int: 20 + Dex: 56 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 5 + Element: (1, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1272 + AttackMotion: 72 + DamageMotion: 480 + MvpExp: 0 +}, +{ + Id: 1427 + SpriteName: "G_NIGHTMARE" + Name: "Nightmare" + Lv: 49 + Hp: 4437 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [447, 529] + Def: 0 + Mdef: 40 + Stats: { + Str: 1 + Agi: 74 + Vit: 25 + Int: 15 + Dex: 64 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (8, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1816 + AttackMotion: 816 + DamageMotion: 432 + MvpExp: 0 +}, +{ + Id: 1428 + SpriteName: "G_POISON_SPORE" + Name: "Poison Spore" + Lv: 19 + Hp: 665 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [89, 101] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 19 + Vit: 25 + Int: 0 + Dex: 24 + Luk: 0 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (5, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1672 + AttackMotion: 672 + DamageMotion: 288 + MvpExp: 0 +}, +{ + Id: 1429 + SpriteName: "G_ARGIOPE" + Name: "Argiope" + Lv: 41 + Hp: 4382 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [395, 480] + Def: 30 + Mdef: 0 + Stats: { + Str: 1 + Agi: 41 + Vit: 31 + Int: 10 + Dex: 56 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 4 + Element: (5, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1792 + AttackMotion: 792 + DamageMotion: 336 + MvpExp: 0 +}, +{ + Id: 1430 + SpriteName: "G_ARGOS" + Name: "Argos" + Lv: 25 + Hp: 1117 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [158, 191] + Def: 15 + Mdef: 0 + Stats: { + Str: 1 + Agi: 25 + Vit: 25 + Int: 5 + Dex: 32 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 4 + Element: (5, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1468 + AttackMotion: 468 + DamageMotion: 768 + MvpExp: 0 +}, +{ + Id: 1431 + SpriteName: "G_BAPHOMET_" + Name: "Baphomet Jr." + Lv: 50 + Hp: 8578 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [487, 590] + Def: 15 + Mdef: 25 + Stats: { + Str: 1 + Agi: 75 + Vit: 55 + Int: 1 + Dex: 93 + Luk: 45 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 6 + Element: (7, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 868 + AttackMotion: 480 + DamageMotion: 120 + MvpExp: 0 +}, +{ + Id: 1432 + SpriteName: "G_DESERT_WOLF" + Name: "Desert Wolf" + Lv: 27 + Hp: 1716 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [169, 208] + Def: 0 + Mdef: 10 + Stats: { + Str: 56 + Agi: 27 + Vit: 45 + Int: 15 + Dex: 56 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (3, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1120 + AttackMotion: 420 + DamageMotion: 288 + MvpExp: 0 +}, +{ + Id: 1433 + SpriteName: "G_DEVIRUCHI" + Name: "Deviruchi" + Lv: 46 + Hp: 7360 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [475, 560] + Def: 10 + Mdef: 25 + Stats: { + Str: 1 + Agi: 69 + Vit: 40 + Int: 55 + Dex: 87 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 6 + Element: (7, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 980 + AttackMotion: 600 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1434 + SpriteName: "G_DRAINLIAR" + Name: "Drainliar" + Lv: 24 + Hp: 1162 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [74, 84] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 36 + Vit: 24 + Int: 0 + Dex: 78 + Luk: 0 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (7, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 1276 + AttackMotion: 576 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1435 + SpriteName: "G_EVIL_DRUID" + Name: "Evil Druid" + Lv: 58 + Hp: 16506 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [420, 670] + Def: 5 + Mdef: 60 + Stats: { + Str: 1 + Agi: 29 + Vit: 58 + Int: 80 + Dex: 68 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 1 + Element: (9, 4) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 2276 + AttackMotion: 576 + DamageMotion: 336 + MvpExp: 0 +}, +{ + Id: 1436 + SpriteName: "G_JAKK" + Name: "Jakk" + Lv: 38 + Hp: 3581 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [315, 382] + Def: 5 + Mdef: 30 + Stats: { + Str: 1 + Agi: 38 + Vit: 38 + Int: 43 + Dex: 75 + Luk: 45 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1180 + AttackMotion: 480 + DamageMotion: 648 + MvpExp: 0 +}, +{ + Id: 1437 + SpriteName: "G_JOKER" + Name: "Joker" + Lv: 57 + Hp: 12450 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [621, 738] + Def: 10 + Mdef: 35 + Stats: { + Str: 1 + Agi: 143 + Vit: 47 + Int: 75 + Dex: 98 + Luk: 175 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 7 + Element: (4, 4) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 1364 + AttackMotion: 864 + DamageMotion: 432 + MvpExp: 0 +}, +{ + Id: 1438 + SpriteName: "G_KHALITZBURG" + Name: "Khalitzburg" + Lv: 63 + Hp: 19276 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [875, 1025] + Def: 45 + Mdef: 10 + Stats: { + Str: 58 + Agi: 65 + Vit: 48 + Int: 5 + Dex: 73 + Luk: 40 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 1 + Element: (9, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 350 + AttackDelay: 528 + AttackMotion: 1000 + DamageMotion: 396 + MvpExp: 0 +}, +{ + Id: 1439 + SpriteName: "G_HIGH_ORC" + Name: "High Orc" + Lv: 52 + Hp: 6890 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [428, 533] + Def: 15 + Mdef: 5 + Stats: { + Str: 55 + Agi: 46 + Vit: 55 + Int: 35 + Dex: 82 + Luk: 40 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 7 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1500 + AttackMotion: 500 + DamageMotion: 1000 + MvpExp: 0 +}, +{ + Id: 1440 + SpriteName: "G_STEM_WORM" + Name: "Stem Worm" + Lv: 40 + Hp: 6136 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [290, 375] + Def: 5 + Mdef: 10 + Stats: { + Str: 1 + Agi: 30 + Vit: 26 + Int: 15 + Dex: 79 + Luk: 35 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (4, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1500 + AttackMotion: 500 + DamageMotion: 1000 + MvpExp: 0 +}, +{ + Id: 1441 + SpriteName: "G_PENOMENA" + Name: "Penomena" + Lv: 57 + Hp: 7256 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 7 + Attack: [415, 565] + Def: 5 + Mdef: 50 + Stats: { + Str: 1 + Agi: 5 + Vit: 35 + Int: 15 + Dex: 136 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 5 + Element: (5, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 832 + AttackMotion: 500 + DamageMotion: 600 + MvpExp: 0 +}, +{ + Id: 1442 + SpriteName: "G_SASQUATCH" + Name: "Sasquatch" + Lv: 30 + Hp: 3163 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [250, 280] + Def: 5 + Mdef: 0 + Stats: { + Str: 75 + Agi: 25 + Vit: 60 + Int: 10 + Dex: 34 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1260 + AttackMotion: 192 + DamageMotion: 192 + MvpExp: 0 +}, +{ + Id: 1443 + SpriteName: "G_CRUISER" + Name: "Cruiser" + Lv: 35 + Hp: 2820 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 7 + Attack: [175, 215] + Def: 5 + Mdef: 5 + Stats: { + Str: 1 + Agi: 40 + Vit: 10 + Int: 10 + Dex: 90 + Luk: 25 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 1296 + AttackMotion: 1296 + DamageMotion: 432 + MvpExp: 0 +}, +{ + Id: 1444 + SpriteName: "G_CHEPET" + Name: "Chepet" + Lv: 42 + Hp: 4950 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [380, 440] + Def: 0 + Mdef: 25 + Stats: { + Str: 1 + Agi: 72 + Vit: 35 + Int: 71 + Dex: 65 + Luk: 85 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (3, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 672 + AttackMotion: 672 + DamageMotion: 288 + MvpExp: 0 +}, +{ + Id: 1445 + SpriteName: "G_RAGGLER" + Name: "Raggler" + Lv: 21 + Hp: 1020 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [102, 113] + Def: 0 + Mdef: 5 + Stats: { + Str: 18 + Agi: 10 + Vit: 32 + Int: 20 + Dex: 39 + Luk: 35 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (4, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1000 + AttackMotion: 900 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1446 + SpriteName: "G_INJUSTICE" + Name: "Injustice" + Lv: 51 + Hp: 7600 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [480, 600] + Def: 0 + Mdef: 0 + Stats: { + Str: 84 + Agi: 42 + Vit: 39 + Int: 0 + Dex: 71 + Luk: 35 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (7, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 770 + AttackMotion: 720 + DamageMotion: 336 + MvpExp: 0 +}, +{ + Id: 1447 + SpriteName: "G_GRYPHON" + Name: "Gryphon" + Lv: 72 + Hp: 27800 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [880, 1260] + Def: 35 + Mdef: 35 + Stats: { + Str: 68 + Agi: 95 + Vit: 78 + Int: 65 + Dex: 115 + Luk: 75 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (4, 4) + Mode: { + CanMove: true + Aggressive: true + Boss: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 704 + AttackMotion: 504 + DamageMotion: 432 + MvpExp: 0 +}, +{ + Id: 1448 + SpriteName: "G_DARK_FRAME" + Name: "Dark Frame" + Lv: 59 + Hp: 7500 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [960, 1210] + Def: 10 + Mdef: 45 + Stats: { + Str: 1 + Agi: 72 + Vit: 42 + Int: 45 + Dex: 85 + Luk: 25 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 920 + AttackMotion: 720 + DamageMotion: 200 + MvpExp: 0 +}, +{ + Id: 1449 + SpriteName: "G_MUTANT_DRAGON" + Name: "Mutant Dragon" + Lv: 65 + Hp: 62600 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 4 + Attack: [2400, 3400] + Def: 15 + Mdef: 20 + Stats: { + Str: 75 + Agi: 47 + Vit: 30 + Int: 68 + Dex: 45 + Luk: 35 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 9 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + Boss: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 1280 + AttackMotion: 1080 + DamageMotion: 240 + MvpExp: 0 +}, +{ + Id: 1450 + SpriteName: "G_WIND_GHOST" + Name: "Wind Ghost" + Lv: 51 + Hp: 4820 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [489, 639] + Def: 0 + Mdef: 45 + Stats: { + Str: 1 + Agi: 89 + Vit: 15 + Int: 90 + Dex: 85 + Luk: 25 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (4, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1056 + AttackMotion: 1056 + DamageMotion: 336 + MvpExp: 0 +}, +{ + Id: 1451 + SpriteName: "G_MERMAN" + Name: "Merman" + Lv: 53 + Hp: 12300 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [482, 603] + Def: 10 + Mdef: 35 + Stats: { + Str: 72 + Agi: 45 + Vit: 46 + Int: 15 + Dex: 85 + Luk: 55 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (1, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 220 + AttackDelay: 916 + AttackMotion: 816 + DamageMotion: 336 + MvpExp: 0 +}, +{ + Id: 1452 + SpriteName: "G_ORC_LADY" + Name: "Orc Lady" + Lv: 31 + Hp: 2000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [135, 170] + Def: 10 + Mdef: 10 + Stats: { + Str: 35 + Agi: 42 + Vit: 25 + Int: 15 + Dex: 69 + Luk: 55 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (2, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1050 + AttackMotion: 900 + DamageMotion: 288 + MvpExp: 0 +}, +{ + Id: 1453 + SpriteName: "G_RAYDRIC_ARCHER" + Name: "Raydric Archer" + Lv: 52 + Hp: 5250 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 9 + Attack: [415, 500] + Def: 35 + Mdef: 5 + Stats: { + Str: 15 + Agi: 25 + Vit: 22 + Int: 5 + Dex: 145 + Luk: 35 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (7, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1152 + AttackMotion: 1152 + DamageMotion: 480 + MvpExp: 0 +}, +{ + Id: 1454 + SpriteName: "G_TRI_JOINT" + Name: "Tri Joint" + Lv: 32 + Hp: 2300 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [178, 206] + Def: 20 + Mdef: 5 + Stats: { + Str: 1 + Agi: 48 + Vit: 24 + Int: 10 + Dex: 67 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 860 + AttackMotion: 660 + DamageMotion: 624 + MvpExp: 0 +}, +{ + Id: 1455 + SpriteName: "G_KOBOLD_ARCHER" + Name: "Kobold Archer" + Lv: 33 + Hp: 2560 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 9 + Attack: [155, 185] + Def: 10 + Mdef: 5 + Stats: { + Str: 10 + Agi: 20 + Vit: 15 + Int: 30 + Dex: 100 + Luk: 25 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 7 + Element: (3, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1008 + AttackMotion: 1008 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1456 + SpriteName: "G_CHIMERA" + Name: "Chimera" + Lv: 70 + Hp: 32600 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [1200, 1320] + Def: 30 + Mdef: 10 + Stats: { + Str: 1 + Agi: 72 + Vit: 110 + Int: 88 + Dex: 75 + Luk: 85 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (3, 3) + Mode: { + CanMove: true + Aggressive: true + Boss: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 772 + AttackMotion: 672 + DamageMotion: 360 + MvpExp: 0 +}, +{ + Id: 1457 + SpriteName: "G_MANTIS" + Name: "Mantis" + Lv: 26 + Hp: 2472 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [118, 149] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 26 + Vit: 24 + Int: 5 + Dex: 45 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 4 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1528 + AttackMotion: 660 + DamageMotion: 432 + MvpExp: 0 +}, +{ + Id: 1458 + SpriteName: "G_MARDUK" + Name: "Marduk" + Lv: 40 + Hp: 4214 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [315, 382] + Def: 0 + Mdef: 60 + Stats: { + Str: 1 + Agi: 40 + Vit: 20 + Int: 79 + Dex: 78 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 7 + Element: (3, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1540 + AttackMotion: 840 + DamageMotion: 504 + MvpExp: 0 +}, +{ + Id: 1459 + SpriteName: "G_MARIONETTE" + Name: "Marionette" + Lv: 41 + Hp: 3222 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [355, 422] + Def: 0 + Mdef: 25 + Stats: { + Str: 1 + Agi: 62 + Vit: 36 + Int: 44 + Dex: 69 + Luk: 45 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 6 + Element: (8, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1480 + AttackMotion: 480 + DamageMotion: 1056 + MvpExp: 0 +}, +{ + Id: 1460 + SpriteName: "G_MATYR" + Name: "Matyr" + Lv: 31 + Hp: 2585 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [134, 160] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 47 + Vit: 38 + Int: 5 + Dex: 64 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (7, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 432 + AttackMotion: 432 + DamageMotion: 360 + MvpExp: 0 +}, +{ + Id: 1461 + SpriteName: "G_MINOROUS" + Name: "Minorous" + Lv: 52 + Hp: 7431 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [590, 770] + Def: 15 + Mdef: 5 + Stats: { + Str: 65 + Agi: 42 + Vit: 61 + Int: 66 + Dex: 52 + Luk: 25 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1360 + AttackMotion: 960 + DamageMotion: 432 + MvpExp: 0 +}, +{ + Id: 1462 + SpriteName: "G_ORC_SKELETON" + Name: "Orc Skeleton" + Lv: 28 + Hp: 2278 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [190, 236] + Def: 10 + Mdef: 10 + Stats: { + Str: 1 + Agi: 14 + Vit: 18 + Int: 0 + Dex: 30 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 2420 + AttackMotion: 720 + DamageMotion: 648 + MvpExp: 0 +}, +{ + Id: 1463 + SpriteName: "G_ORC_ZOMBIE" + Name: "Orc Zombie" + Lv: 24 + Hp: 1568 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [151, 184] + Def: 5 + Mdef: 10 + Stats: { + Str: 1 + Agi: 12 + Vit: 24 + Int: 0 + Dex: 24 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 2852 + AttackMotion: 1152 + DamageMotion: 840 + MvpExp: 0 +}, +{ + Id: 1464 + SpriteName: "G_PASANA" + Name: "Pasana" + Lv: 61 + Hp: 8289 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [513, 682] + Def: 29 + Mdef: 35 + Stats: { + Str: 1 + Agi: 73 + Vit: 50 + Int: 61 + Dex: 69 + Luk: 43 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 165 + AttackDelay: 976 + AttackMotion: 576 + DamageMotion: 288 + MvpExp: 0 +}, +{ + Id: 1465 + SpriteName: "G_PETIT" + Name: "Petite" + Lv: 44 + Hp: 6881 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [360, 427] + Def: 30 + Mdef: 30 + Stats: { + Str: 1 + Agi: 44 + Vit: 62 + Int: 55 + Dex: 79 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 9 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1624 + AttackMotion: 620 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1466 + SpriteName: "G_PETIT_" + Name: "Petite" + Lv: 45 + Hp: 5747 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [300, 355] + Def: 20 + Mdef: 45 + Stats: { + Str: 1 + Agi: 113 + Vit: 45 + Int: 55 + Dex: 73 + Luk: 80 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 9 + Element: (4, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1420 + AttackMotion: 1080 + DamageMotion: 528 + MvpExp: 0 +}, +{ + Id: 1467 + SpriteName: "G_RAYDRIC" + Name: "Raydric" + Lv: 52 + Hp: 8613 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [830, 930] + Def: 40 + Mdef: 15 + Stats: { + Str: 58 + Agi: 47 + Vit: 42 + Int: 5 + Dex: 69 + Luk: 26 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 7 + Element: (7, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 824 + AttackMotion: 780 + DamageMotion: 420 + MvpExp: 0 +}, +{ + Id: 1468 + SpriteName: "G_REQUIEM" + Name: "Requim" + Lv: 35 + Hp: 3089 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [220, 272] + Def: 0 + Mdef: 15 + Stats: { + Str: 1 + Agi: 53 + Vit: 35 + Int: 5 + Dex: 57 + Luk: 2 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (7, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 1516 + AttackMotion: 816 + DamageMotion: 432 + MvpExp: 0 +}, +{ + Id: 1469 + SpriteName: "G_SKEL_WORKER" + Name: "Skeleton Worker" + Lv: 30 + Hp: 2872 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [242, 288] + Def: 0 + Mdef: 15 + Stats: { + Str: 1 + Agi: 15 + Vit: 30 + Int: 5 + Dex: 42 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 2420 + AttackMotion: 720 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1470 + SpriteName: "G_ZEROM" + Name: "Zerom" + Lv: 23 + Hp: 1109 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [127, 155] + Def: 0 + Mdef: 10 + Stats: { + Str: 1 + Agi: 23 + Vit: 23 + Int: 5 + Dex: 42 + Luk: 0 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (3, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1780 + AttackMotion: 1080 + DamageMotion: 432 + MvpExp: 0 +}, +{ + Id: 1471 + SpriteName: "G_NINE_TAIL" + Name: "Nine Tail" + Lv: 51 + Hp: 9466 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [610, 734] + Def: 10 + Mdef: 25 + Stats: { + Str: 1 + Agi: 80 + Vit: 46 + Int: 1 + Dex: 89 + Luk: 85 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (3, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 840 + AttackMotion: 540 + DamageMotion: 480 + MvpExp: 0 +}, +{ + Id: 1472 + SpriteName: "G_BON_GUN" + Name: "Bongun" + Lv: 32 + Hp: 3520 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [220, 260] + Def: 0 + Mdef: 0 + Stats: { + Str: 45 + Agi: 15 + Vit: 36 + Int: 10 + Dex: 48 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1720 + AttackMotion: 500 + DamageMotion: 420 + MvpExp: 0 +}, +{ + Id: 1473 + SpriteName: "G_ORC_ARCHER" + Name: "Orc Archer" + Lv: 49 + Hp: 7440 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 9 + Attack: [310, 390] + Def: 10 + Mdef: 5 + Stats: { + Str: 1 + Agi: 44 + Vit: 25 + Int: 20 + Dex: 125 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1960 + AttackMotion: 620 + DamageMotion: 480 + MvpExp: 0 +}, +{ + Id: 1474 + SpriteName: "G_MIMIC" + Name: "Mimic" + Lv: 51 + Hp: 6120 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [150, 900] + Def: 10 + Mdef: 40 + Stats: { + Str: 44 + Agi: 121 + Vit: 1 + Int: 60 + Dex: 75 + Luk: 110 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 972 + AttackMotion: 500 + DamageMotion: 288 + MvpExp: 0 +}, +{ + Id: 1475 + SpriteName: "G_WRAITH" + Name: "Wraith" + Lv: 53 + Hp: 10999 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [580, 760] + Def: 5 + Mdef: 30 + Stats: { + Str: 1 + Agi: 95 + Vit: 30 + Int: 65 + Dex: 95 + Luk: 35 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 1 + Element: (9, 4) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1816 + AttackMotion: 576 + DamageMotion: 240 + MvpExp: 0 +}, +{ + Id: 1476 + SpriteName: "G_ALARM" + Name: "Alarm" + Lv: 58 + Hp: 10647 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [480, 600] + Def: 15 + Mdef: 15 + Stats: { + Str: 1 + Agi: 62 + Vit: 72 + Int: 10 + Dex: 85 + Luk: 45 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1020 + AttackMotion: 500 + DamageMotion: 768 + MvpExp: 0 +}, +{ + Id: 1477 + SpriteName: "G_ARCLOUSE" + Name: "Arclouse" + Lv: 59 + Hp: 6075 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [570, 640] + Def: 10 + Mdef: 15 + Stats: { + Str: 1 + Agi: 75 + Vit: 5 + Int: 5 + Dex: 75 + Luk: 50 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 4 + Element: (2, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 960 + AttackMotion: 500 + DamageMotion: 480 + MvpExp: 0 +}, +{ + Id: 1478 + SpriteName: "G_RIDEWORD" + Name: "Rideword" + Lv: 59 + Hp: 11638 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [584, 804] + Def: 5 + Mdef: 35 + Stats: { + Str: 48 + Agi: 75 + Vit: 10 + Int: 20 + Dex: 120 + Luk: 45 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 0 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 864 + AttackMotion: 500 + DamageMotion: 192 + MvpExp: 0 +}, +{ + Id: 1479 + SpriteName: "G_SKEL_PRISONER" + Name: "Skeleton Prisoner" + Lv: 52 + Hp: 8691 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [660, 890] + Def: 10 + Mdef: 20 + Stats: { + Str: 55 + Agi: 20 + Vit: 36 + Int: 0 + Dex: 76 + Luk: 25 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 350 + AttackDelay: 1848 + AttackMotion: 500 + DamageMotion: 576 + MvpExp: 0 +}, +{ + Id: 1480 + SpriteName: "G_ZOMBIE_PRISONER" + Name: "Zombie Prisoner" + Lv: 53 + Hp: 11280 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [780, 930] + Def: 10 + Mdef: 20 + Stats: { + Str: 1 + Agi: 24 + Vit: 39 + Int: 0 + Dex: 72 + Luk: 25 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 350 + AttackDelay: 1768 + AttackMotion: 500 + DamageMotion: 192 + MvpExp: 0 +}, +{ + Id: 1481 + SpriteName: "G_PUNK" + Name: "Punk" + Lv: 43 + Hp: 3620 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [292, 365] + Def: 0 + Mdef: 45 + Stats: { + Str: 1 + Agi: 105 + Vit: 5 + Int: 45 + Dex: 65 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 3 + Element: (4, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1500 + AttackMotion: 500 + DamageMotion: 1000 + MvpExp: 0 +}, +{ + Id: 1482 + SpriteName: "G_ZHERLTHSH" + Name: "Zherlthsh" + Lv: 63 + Hp: 18300 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [700, 850] + Def: 10 + Mdef: 15 + Stats: { + Str: 70 + Agi: 85 + Vit: 40 + Int: 30 + Dex: 125 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 800 + AttackMotion: 792 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1483 + SpriteName: "G_RYBIO" + Name: "Rybio" + Lv: 71 + Hp: 9572 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [686, 912] + Def: 45 + Mdef: 37 + Stats: { + Str: 1 + Agi: 97 + Vit: 75 + Int: 74 + Dex: 77 + Luk: 90 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (0, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1790 + AttackMotion: 1440 + DamageMotion: 540 + MvpExp: 0 +}, +{ + Id: 1484 + SpriteName: "G_PHENDARK" + Name: "Phendark" + Lv: 73 + Hp: 22729 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [794, 1056] + Def: 52 + Mdef: 36 + Stats: { + Str: 1 + Agi: 62 + Vit: 120 + Int: 65 + Dex: 76 + Luk: 66 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 7 + Element: (0, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 175 + AttackDelay: 1744 + AttackMotion: 1344 + DamageMotion: 600 + MvpExp: 0 +}, +{ + Id: 1485 + SpriteName: "G_MYSTELTAINN" + Name: "Mysteltainn" + Lv: 76 + Hp: 33350 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [1160, 1440] + Def: 30 + Mdef: 30 + Stats: { + Str: 77 + Agi: 139 + Vit: 80 + Int: 35 + Dex: 159 + Luk: 65 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (7, 4) + Mode: { + CanMove: true + Aggressive: true + Boss: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 1152 + AttackMotion: 500 + DamageMotion: 240 + MvpExp: 0 +}, +{ + Id: 1486 + SpriteName: "G_TIRFING" + Name: "Tirfing" + Lv: 71 + Hp: 29900 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [950, 1146] + Def: 30 + Mdef: 35 + Stats: { + Str: 58 + Agi: 87 + Vit: 55 + Int: 35 + Dex: 132 + Luk: 65 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + Boss: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 816 + AttackMotion: 500 + DamageMotion: 240 + MvpExp: 0 +}, +{ + Id: 1487 + SpriteName: "G_EXECUTIONER" + Name: "Executioner" + Lv: 65 + Hp: 28980 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [570, 950] + Def: 35 + Mdef: 35 + Stats: { + Str: 64 + Agi: 85 + Vit: 40 + Int: 25 + Dex: 88 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (7, 2) + Mode: { + CanMove: true + Aggressive: true + Boss: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 768 + AttackMotion: 500 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1488 + SpriteName: "G_ANOLIAN" + Name: "Anolian" + Lv: 63 + Hp: 18960 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [640, 760] + Def: 15 + Mdef: 15 + Stats: { + Str: 1 + Agi: 43 + Vit: 58 + Int: 25 + Dex: 97 + Luk: 65 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 5 + Element: (1, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 190 + AttackDelay: 900 + AttackMotion: 500 + DamageMotion: 864 + MvpExp: 0 +}, +{ + Id: 1489 + SpriteName: "G_STING" + Name: "Sting" + Lv: 61 + Hp: 9500 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [850, 1032] + Def: 5 + Mdef: 30 + Stats: { + Str: 57 + Agi: 45 + Vit: 55 + Int: 5 + Dex: 120 + Luk: 85 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (2, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 528 + AttackMotion: 500 + DamageMotion: 240 + MvpExp: 0 +}, +{ + Id: 1490 + SpriteName: "G_WANDER_MAN" + Name: "Wander Man" + Lv: 74 + Hp: 8170 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [450, 1170] + Def: 5 + Mdef: 5 + Stats: { + Str: 1 + Agi: 192 + Vit: 38 + Int: 45 + Dex: 127 + Luk: 85 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (4, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 672 + AttackMotion: 500 + DamageMotion: 192 + MvpExp: 0 +}, +{ + Id: 1491 + SpriteName: "G_DOKEBI" + Name: "Dokebi" + Lv: 33 + Hp: 2697 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [197, 249] + Def: 0 + Mdef: 10 + Stats: { + Str: 50 + Agi: 50 + Vit: 40 + Int: 35 + Dex: 69 + Luk: 40 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 6 + Element: (7, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 1156 + AttackMotion: 456 + DamageMotion: 384 + MvpExp: 0 +}, +// Umbala + +{ + Id: 1492 + SpriteName: "INCANTATION_SAMURAI" + Name: "Incantation Samurai" + Lv: 71 + Hp: 218652 + Sp: 0 + Exp: 33095 + JExp: 18214 + AttackRange: 3 + Attack: [2219, 3169] + Def: 10 + Mdef: 51 + Stats: { + Str: 91 + Agi: 85 + Vit: 30 + Int: 85 + Dex: 150 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 7 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 135 + AttackDelay: 874 + AttackMotion: 1344 + DamageMotion: 576 + MvpExp: 16547 + MvpDrops: { + Yggdrasilberry: 5500 + Seed_Of_Yggdrasil: 3500 + Elunium: 5500 + } + Drops: { + Masamune: 2 + Elunium: 3500 + Assassin_Mask_: 500 + Yggdrasilberry: 4500 + Steel: 6305 + Huuma_Blaze: 7500 + Azoth: 80 + Incant_Samurai_Card: 1 + } +}, +{ + Id: 1493 + SpriteName: "DRYAD" + Name: "Dryad" + Lv: 50 + Hp: 8791 + Sp: 0 + Exp: 2763 + JExp: 1493 + AttackRange: 3 + Attack: [499, 589] + Def: 15 + Mdef: 33 + Stats: { + Str: 1 + Agi: 75 + Vit: 55 + Int: 1 + Dex: 78 + Luk: 45 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (2, 4) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 170 + AttackDelay: 950 + AttackMotion: 2520 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Tough_Vines: 5335 + Great_Leaf: 1000 + Browny_Root: 3000 + Rope_: 80 + Chemeti: 1 + Centimental_Leaf: 10 + Sharp_Leaf: 3000 + Dryad_Card: 1 + } +}, +{ + Id: 1494 + SpriteName: "KIND_OF_BEETLE" + Name: "Beetle King" + Lv: 34 + Hp: 1874 + Sp: 0 + Exp: 679 + JExp: 442 + AttackRange: 1 + Attack: [191, 243] + Def: 45 + Mdef: 12 + Stats: { + Str: 1 + Agi: 34 + Vit: 10 + Int: 0 + Dex: 40 + Luk: 0 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (2, 1) + Mode: { + CanMove: true + Assist: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + } + MoveSpeed: 165 + AttackDelay: 1247 + AttackMotion: 768 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Solid_Peeling: 6500 + Beetle_Nipper: 4500 + Insect_Feeler: 1000 + Worm_Peelings: 500 + Guard_: 1 + Kind_Of_Beetle_Card: 1 + } +}, +{ + Id: 1495 + SpriteName: "STONE_SHOOTER" + Name: "Stone Shooter" + Lv: 42 + Hp: 4104 + Sp: 0 + Exp: 1238 + JExp: 752 + AttackRange: 10 + Attack: [309, 350] + Def: 12 + Mdef: 45 + Stats: { + Str: 1 + Agi: 40 + Vit: 20 + Int: 79 + Dex: 92 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (3, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 175 + AttackDelay: 2413 + AttackMotion: 1248 + DamageMotion: 768 + MvpExp: 0 + Drops: { + Solid_Twig: 5000 + Log: 5000 + Browny_Root: 1000 + Wooden_Block: 2000 + Oridecon_Stone: 100 + Stone: 1000 + Stone_Shooter_Card: 1 + } +}, +//1496,STONE_SHOOTER_BULLET,Stone Shooter Bullet,Stone Shooter Bullet,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0x0,0,0,0,0,0,0,0,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: 1497 + SpriteName: "WOODEN_GOLEM" + Name: "Wooden Golem" + Lv: 51 + Hp: 9200 + Sp: 0 + Exp: 1926 + JExp: 1353 + AttackRange: 1 + Attack: [570, 657] + Def: 32 + Mdef: 36 + Stats: { + Str: 1 + Agi: 41 + Vit: 69 + Int: 5 + Dex: 85 + Luk: 155 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 3 + Element: (2, 4) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 165 + AttackDelay: 1543 + AttackMotion: 1632 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Heart_Of_Tree: 4000 + Browny_Root: 4000 + Elunium_Stone: 110 + Centimental_Leaf: 10 + Branch_Of_Dead_Tree: 100 + Log: 5000 + Mushroom_Spore: 1000 + Wooden_Golem_Card: 1 + } +}, +{ + Id: 1498 + SpriteName: "WOOTAN_SHOOTER" + Name: "Wootan Shooter" + Lv: 39 + Hp: 3977 + Sp: 0 + Exp: 886 + JExp: 453 + AttackRange: 10 + Attack: [84, 105] + Def: 10 + Mdef: 28 + Stats: { + Str: 15 + Agi: 35 + Vit: 29 + Int: 15 + Dex: 100 + Luk: 42 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (2, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 857 + AttackMotion: 1056 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Air_Rifle: 4500 + Flexible_String: 3500 + Banana: 1000 + Stone: 1000 + Apple: 100 + Cacao: 100 + Banana_Hat: 10 + Wootan_Shooter_Card: 1 + } +}, +{ + Id: 1499 + SpriteName: "WOOTAN_FIGHTER" + Name: "Wootan Fighter" + Lv: 41 + Hp: 4457 + Sp: 0 + Exp: 1790 + JExp: 833 + AttackRange: 1 + Attack: [395, 480] + Def: 30 + Mdef: 19 + Stats: { + Str: 1 + Agi: 41 + Vit: 31 + Int: 10 + Dex: 45 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 912 + AttackMotion: 1344 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Meat: 4500 + Shoulder_Protection: 4000 + Waghnakh: 3 + Finger_: 1 + Banana: 1000 + Great_Leaf: 1000 + Banana_Hat: 5 + Wootan_Fighter_Card: 1 + } +}, +{ + Id: 1500 + SpriteName: "PARASITE" + Name: "Parasite" + Lv: 49 + Hp: 5188 + Sp: 0 + Exp: 1098 + JExp: 1453 + AttackRange: 8 + Attack: [215, 430] + Def: 10 + Mdef: 19 + Stats: { + Str: 1 + Agi: 40 + Vit: 30 + Int: 30 + Dex: 90 + Luk: 50 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (4, 2) + Mode: { + Aggressive: true + CanAttack: true + } + MoveSpeed: 400 + AttackDelay: 864 + AttackMotion: 864 + DamageMotion: 672 + MvpExp: 0 + Drops: { + Germinating_Sprout: 5500 + Soft_Leaf: 2000 + Thin_Stem: 3880 + Great_Leaf: 500 + Rante_: 1 + Bladed_Whip: 1 + Shoot: 500 + Parasite_Card: 1 + } +}, +//1501,PARASITE_BULLET,Parasite Bullet,Parasite Bullet... (mode 2181),0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0x0,0,0,0,0,0,0,0,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: 1502 + SpriteName: "PORING_V" + Name: "Pori Pori" + Lv: 99 + Hp: 95000000 + Sp: 0 + Exp: 87250 + JExp: 27895 + AttackRange: 1 + Attack: [10000, 30000] + Def: 0 + Mdef: 10 + Stats: { + Str: 100 + Agi: 100 + Vit: 65 + Int: 100 + Dex: 255 + Luk: 255 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (5, 1) + Mode: { + CanMove: true + Aggressive: true + Boss: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 160 + AttackDelay: 1672 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 43625 + MvpDrops: { + Sword_Of_Grave_Keeper: 1000 + Poring__Card: 100 + Elven_Ears: 200 + } + Drops: { + Poring_Hat: 10000 + Flame_Sprits_Armor: 2500 + Water_Sprits_Armor: 2500 + Earth_Sprits_Armor: 2500 + Wind_Sprits_Armor: 2500 + Bloody_Iron_Ball: 4000 + Large_Jellopy: 10000 + Holy_Guard: 4500 + } +}, +// Niflheim + +{ + Id: 1503 + SpriteName: "GIBBET" + Name: "Gibbet" + Lv: 58 + Hp: 6841 + Sp: 0 + Exp: 4011 + JExp: 1824 + AttackRange: 1 + Attack: [418, 656] + Def: 28 + Mdef: 31 + Stats: { + Str: 0 + Agi: 42 + Vit: 42 + Int: 27 + Dex: 46 + Luk: 28 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (7, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 180 + AttackDelay: 917 + AttackMotion: 1584 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Hanging_Doll: 1800 + Rotten_Rope: 5335 + Tree_Knot: 4074 + Cardinal_Jewel_: 300 + Red_Gemstone: 100 + Branch_Of_Dead_Tree: 10 + Gibbet_Card: 1 + } +}, +{ + Id: 1504 + SpriteName: "DULLAHAN" + Name: "Dullahan" + Lv: 62 + Hp: 12437 + Sp: 0 + Exp: 4517 + JExp: 2963 + AttackRange: 2 + Attack: [647, 1065] + Def: 47 + Mdef: 38 + Stats: { + Str: 0 + Agi: 30 + Vit: 5 + Int: 45 + Dex: 62 + Luk: 22 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 155 + AttackDelay: 847 + AttackMotion: 1152 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Dullahan's_Helm: 3200 + Dullahan_Armor: 4850 + An_Eye_Of_Dullahan: 1 + Manteau: 13 + Manteau_: 1 + Dullahan_Card: 1 + } +}, +{ + Id: 1505 + SpriteName: "LOLI_RURI" + Name: "Loli Ruri" + Lv: 71 + Hp: 23470 + Sp: 0 + Exp: 6641 + JExp: 4314 + AttackRange: 2 + Attack: [1476, 2317] + Def: 39 + Mdef: 44 + Stats: { + Str: 0 + Agi: 66 + Vit: 54 + Int: 74 + Dex: 81 + Luk: 43 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (7, 4) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 125 + AttackDelay: 747 + AttackMotion: 1632 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Black_Kitty_Doll: 800 + Striped_Socks: 3000 + Bat_Cage: 5044 + Elunium: 100 + Loki's_Whispers: 1 + Lunatic_Brooch: 5 + Loli_Ruri_Card: 1 + } +}, +{ + Id: 1506 + SpriteName: "DISGUISE" + Name: "Disguise" + Lv: 55 + Hp: 7543 + Sp: 180 + Exp: 2815 + JExp: 1919 + AttackRange: 2 + Attack: [279, 546] + Def: 18 + Mdef: 29 + Stats: { + Str: 0 + Agi: 72 + Vit: 45 + Int: 35 + Dex: 48 + Luk: 65 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (2, 4) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 147 + AttackDelay: 516 + AttackMotion: 768 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Red_Scarf: 4850 + Tangled_Chain: 3686 + Hood_: 50 + Honey: 100 + Ragamuffin_Cape: 50 + Muffler_: 2 + Rider_Insignia: 5 + Disguise_Card: 1 + } +}, +{ + Id: 1507 + SpriteName: "BLOODY_MURDERER" + Name: "Bloody Murderer" + Lv: 72 + Hp: 27521 + Sp: 0 + Exp: 9742 + JExp: 3559 + AttackRange: 2 + Attack: [864, 1081] + Def: 37 + Mdef: 41 + Stats: { + Str: 0 + Agi: 30 + Vit: 90 + Int: 15 + Dex: 52 + Luk: 12 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 7 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 175 + AttackDelay: 914 + AttackMotion: 1344 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Old_Manteau: 4171 + Distorted_Portrait: 1000 + Rusty_Cleaver: 2000 + Mr_Scream: 50 + Oridecon: 100 + Mama's_Knife: 3 + Ginnungagap: 1 + Bloody_Murderer_Card: 1 + } +}, +{ + Id: 1508 + SpriteName: "QUVE" + Name: "Quve" + Lv: 40 + Hp: 4559 + Sp: 0 + Exp: 414 + JExp: 306 + AttackRange: 1 + Attack: [299, 469] + Def: 12 + Mdef: 12 + Stats: { + Str: 0 + Agi: 61 + Vit: 24 + Int: 19 + Dex: 37 + Luk: 24 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 1 + Element: (9, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 912 + AttackMotion: 1248 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Piece_Of_Black_Cloth: 3200 + Ectoplasm: 5723 + Wing_Of_Fly: 1000 + Poison_Powder: 100 + Oridecon_Stone: 10 + Quve_Card: 1 + } +}, +{ + Id: 1509 + SpriteName: "LUDE" + Name: "Lude" + Lv: 36 + Hp: 3214 + Sp: 0 + Exp: 392 + JExp: 247 + AttackRange: 2 + Attack: [287, 451] + Def: 14 + Mdef: 10 + Stats: { + Str: 0 + Agi: 59 + Vit: 21 + Int: 18 + Dex: 36 + Luk: 21 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 1 + Element: (9, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 890 + AttackMotion: 960 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Pumpkin_Bucket: 3200 + Ectoplasm: 5723 + Transparent_Cloth: 1000 + Spirit_Chain: 10 + Elunium_Stone: 10 + Holy_Scroll_1_3: 100 + Lude_Card: 1 + } +}, +{ + Id: 1510 + SpriteName: "HYLOZOIST" + Name: "Hylozoist" + Lv: 51 + Hp: 7186 + Sp: 0 + Exp: 2314 + JExp: 1297 + AttackRange: 1 + Attack: [317, 498] + Def: 16 + Mdef: 51 + Stats: { + Str: 0 + Agi: 28 + Vit: 26 + Int: 47 + Dex: 66 + Luk: 14 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 6 + Element: (7, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 155 + AttackDelay: 741 + AttackMotion: 1536 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Broken_Needle: 4365 + Spool: 5335 + Needle_Pouch: 2000 + Stuffed_Doll: 80 + Ectoplasm: 300 + Elunium_Stone: 10 + Angry_Mouth: 1 + Hylozoist_Card: 1 + } +}, +{ + Id: 1511 + SpriteName: "AMON_RA" + Name: "Amon Ra" + Lv: 88 + Hp: 1214138 + Sp: 0 + Exp: 87264 + JExp: 35891 + AttackRange: 3 + Attack: [1647, 2576] + Def: 26 + Mdef: 52 + Stats: { + Str: 0 + Agi: 1 + Vit: 90 + Int: 124 + Dex: 74 + Luk: 45 + } + ViewRange: 14 + ChaseRange: 12 + Size: 2 + Race: 7 + Element: (2, 3) + Mode: { + Aggressive: true + Boss: true + CanAttack: true + Detector: true + } + MoveSpeed: 170 + AttackDelay: 854 + AttackMotion: 2016 + DamageMotion: 480 + MvpExp: 43632 + MvpDrops: { + Yggdrasilberry: 5500 + Seed_Of_Yggdrasil: 3500 + Crystal_Jewel__: 5500 + } + Drops: { + Spinx_Helm: 150 + Safety_Ring: 50 + Rojerta_Piece: 7760 + Elunium: 3880 + Old_Card_Album: 400 + Tablet: 10 + Yggdrasilberry: 3000 + Amon_Ra_Card: 1 + } +}, +// Louyang + +{ + Id: 1512 + SpriteName: "HYEGUN" + Name: "Hyegun" + Lv: 56 + Hp: 9981 + Sp: 0 + Exp: 2199 + JExp: 1022 + AttackRange: 1 + Attack: [710, 1128] + Def: 12 + Mdef: 10 + Stats: { + Str: 60 + Agi: 40 + Vit: 36 + Int: 10 + Dex: 73 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 180 + AttackDelay: 890 + AttackMotion: 1320 + DamageMotion: 720 + MvpExp: 0 + Drops: { + Brigan: 3880 + Amulet: 100 + Elunium: 10 + Boots_: 1 + Munak_Doll: 300 + Hyegun_Card: 1 + } +}, +{ + Id: 1513 + SpriteName: "CIVIL_SERVANT" + Name: "Civil Servant" + Lv: 62 + Hp: 14390 + Sp: 0 + Exp: 4023 + JExp: 2750 + AttackRange: 2 + Attack: [650, 1010] + Def: 42 + Mdef: 5 + Stats: { + Str: 58 + Agi: 15 + Vit: 20 + Int: 60 + Dex: 80 + Luk: 50 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (4, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1257 + AttackMotion: 528 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Fan: 4171 + Cat_Eyed_Stone: 2000 + Aloebera: 10 + Fish_Tail: 100 + Wind_Scroll_1_5: 100 + Civil_Servant_Card: 1 + } +}, +{ + Id: 1514 + SpriteName: "DANCING_DRAGON" + Name: "Dancing Dragon" + Lv: 54 + Hp: 9136 + Sp: 0 + Exp: 3030 + JExp: 769 + AttackRange: 2 + Attack: [550, 789] + Def: 39 + Mdef: 10 + Stats: { + Str: 55 + Agi: 62 + Vit: 55 + Int: 25 + Dex: 72 + Luk: 22 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 9 + Element: (4, 2) + Mode: { + CanMove: true + Looter: true + CanAttack: true + } + MoveSpeed: 160 + AttackDelay: 600 + AttackMotion: 840 + DamageMotion: 504 + MvpExp: 0 + Drops: { + Dragon_Fang: 4365 + Dragon_Horn: 3000 + Little_Blacky_Ghost: 800 + Dragon_Scale: 1000 + Yarn: 3000 + Dancing_Dragon_Card: 1 + } +}, +{ + Id: 1515 + SpriteName: "GARM_BABY" + Name: "Garm Baby" + Lv: 61 + Hp: 20199 + Sp: 0 + Exp: 1022 + JExp: 2980 + AttackRange: 1 + Attack: [680, 1179] + Def: 34 + Mdef: 13 + Stats: { + Str: 45 + Agi: 30 + Vit: 56 + Int: 55 + Dex: 85 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (1, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 450 + AttackDelay: 879 + AttackMotion: 672 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Milk_Bottle: 1500 + Bib: 2500 + Ice_Piece: 4365 + Frozen_Rose: 100 + Cold_Scroll_2_5: 100 + Garm_Baby_Card: 1 + } +}, +{ + Id: 1516 + SpriteName: "INCREASE_SOIL" + Name: "Increase Soil" + Lv: 51 + Hp: 8230 + Sp: 0 + Exp: 2760 + JExp: 2110 + AttackRange: 1 + Attack: [560, 700] + Def: 30 + Mdef: 12 + Stats: { + Str: 40 + Agi: 45 + Vit: 23 + Int: 12 + Dex: 69 + Luk: 12 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (2, 3) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 445 + AttackDelay: 106 + AttackMotion: 1056 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Dried_Sand: 4365 + Mud_Lump: 2300 + Great_Nature: 10 + Gold: 2 + Increase_Soil_Card: 1 + } +}, +{ + Id: 1517 + SpriteName: "LI_ME_MANG_RYANG" + Name: "Li Me Mang Ryang" + Lv: 48 + Hp: 5920 + Sp: 0 + Exp: 1643 + JExp: 1643 + AttackRange: 1 + Attack: [434, 633] + Def: 23 + Mdef: 16 + Stats: { + Str: 46 + Agi: 51 + Vit: 19 + Int: 8 + Dex: 57 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (2, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 165 + AttackDelay: 1120 + AttackMotion: 576 + DamageMotion: 420 + MvpExp: 0 + Drops: { + Tiger_Skin_Panties: 4500 + Little_Blacky_Ghost: 400 + Club: 10 + Spike: 1 + Li_Me_Mang_Ryang_Card: 1 + } +}, +{ + Id: 1518 + SpriteName: "BACSOJIN" + Name: "Bacsojin" + Lv: 72 + Hp: 56380 + Sp: 0 + Exp: 5590 + JExp: 1659 + AttackRange: 2 + Attack: [560, 1446] + Def: 10 + Mdef: 15 + Stats: { + Str: 38 + Agi: 65 + Vit: 34 + Int: 80 + Dex: 102 + Luk: 35 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 7 + Element: (1, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 160 + AttackDelay: 576 + AttackMotion: 960 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Long_Hair: 5500 + Old_Blue_Box: 2 + Old_Violet_Box: 2 + Limpid_Celestial_Robe: 3000 + Soft_Silk_Cloth: 1000 + Crystal_Mirror: 500 + Tiara: 1 + } +}, +{ + Id: 1519 + SpriteName: "CHUNG_E" + Name: "Chung E" + Lv: 49 + Hp: 23900 + Sp: 0 + Exp: 2396 + JExp: 993 + AttackRange: 1 + Attack: [460, 1050] + Def: 8 + Mdef: 15 + Stats: { + Str: 38 + Agi: 65 + Vit: 43 + Int: 30 + Dex: 90 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (0, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 170 + AttackDelay: 1728 + AttackMotion: 816 + DamageMotion: 1188 + MvpExp: 0 + Drops: { + Cyfar: 4850 + Stuffed_Doll: 100 + Hora_: 10 + Honey: 500 + Tantanmen: 20 + Hat_Of_Cake: 50 + Hair_Protector: 2 + } +}, +{ + Id: 1520 + SpriteName: "BOILED_RICE" + Name: "Boiled Rice" + Lv: 15 + Hp: 400 + Sp: 0 + Exp: 84 + JExp: 45 + AttackRange: 1 + Attack: [49, 82] + Def: 0 + Mdef: 10 + Stats: { + Str: 1 + Agi: 14 + Vit: 14 + Int: 0 + Dex: 19 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 170 + AttackDelay: 1152 + AttackMotion: 672 + DamageMotion: 672 + MvpExp: 0 + Drops: { + Rice_Ball: 5500 + Meat_Dumpling_Doll: 3000 + Soft_Leaf: 1000 + Great_Leaf: 1000 + } +}, +{ + Id: 1521 + SpriteName: "G_ALICE" + Name: "Alice" + Lv: 62 + Hp: 10000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [550, 700] + Def: 5 + Mdef: 5 + Stats: { + Str: 64 + Agi: 64 + Vit: 42 + Int: 85 + Dex: 100 + Luk: 130 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (0, 3) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 520 + AttackMotion: 2304 + DamageMotion: 480 + MvpExp: 0 +}, +{ + Id: 1522 + SpriteName: "G_ANCIENT_MUMMY" + Name: "Ancient Mummy" + Lv: 64 + Hp: 40599 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [836, 1129] + Def: 27 + Mdef: 27 + Stats: { + Str: 28 + Agi: 19 + Vit: 32 + Int: 5 + Dex: 83 + Luk: 35 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 175 + AttackDelay: 1772 + AttackMotion: 120 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1523 + SpriteName: "G_ANTIQUE_FIRELOCK" + Name: "Antique Firelock" + Lv: 47 + Hp: 3852 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 10 + Attack: [289, 336] + Def: 10 + Mdef: 10 + Stats: { + Str: 15 + Agi: 35 + Vit: 29 + Int: 15 + Dex: 120 + Luk: 42 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetChase: true + } + MoveSpeed: 170 + AttackDelay: 1084 + AttackMotion: 2304 + DamageMotion: 576 + MvpExp: 0 +}, +{ + Id: 1524 + SpriteName: "G_BABY_LEOPARD" + Name: "Baby Leopard" + Lv: 32 + Hp: 2590 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [155, 207] + Def: 0 + Mdef: 5 + Stats: { + Str: 20 + Agi: 44 + Vit: 20 + Int: 4 + Dex: 49 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (8, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 318 + AttackMotion: 528 + DamageMotion: 420 + MvpExp: 0 +}, +{ + Id: 1525 + SpriteName: "G_BATHORY" + Name: "Bathory" + Lv: 44 + Hp: 5415 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [198, 398] + Def: 0 + Mdef: 60 + Stats: { + Str: 1 + Agi: 76 + Vit: 24 + Int: 85 + Dex: 65 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (7, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 1504 + AttackMotion: 840 + DamageMotion: 900 + MvpExp: 0 +}, +{ + Id: 1526 + SpriteName: "G_BLOOD_BUTTERFLY" + Name: "Bloody Butterfly" + Lv: 55 + Hp: 8082 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 3 + Attack: [121, 342] + Def: 5 + Mdef: 23 + Stats: { + Str: 1 + Agi: 59 + Vit: 14 + Int: 55 + Dex: 68 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 4 + Element: (4, 2) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 145 + AttackDelay: 472 + AttackMotion: 576 + DamageMotion: 288 + MvpExp: 0 +}, +{ + Id: 1527 + SpriteName: "G_C_TOWER_MANAGER" + Name: "Clock Tower Manager" + Lv: 63 + Hp: 18600 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 3 + Attack: [880, 1180] + Def: 35 + Mdef: 30 + Stats: { + Str: 1 + Agi: 75 + Vit: 20 + Int: 64 + Dex: 75 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (0, 4) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 1072 + AttackMotion: 672 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1528 + SpriteName: "G_CLOCK" + Name: "Clock" + Lv: 60 + Hp: 11050 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [720, 909] + Def: 15 + Mdef: 10 + Stats: { + Str: 1 + Agi: 70 + Vit: 50 + Int: 25 + Dex: 90 + Luk: 50 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (2, 2) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 1092 + AttackMotion: 792 + DamageMotion: 480 + MvpExp: 0 +}, +{ + Id: 1529 + SpriteName: "G_DARK_SNAKE_LORD" + Name: "Dark Snake Lord" + Lv: 73 + Hp: 254993 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 3 + Attack: [1433, 2210] + Def: 25 + Mdef: 55 + Stats: { + Str: 70 + Agi: 83 + Vit: 62 + Int: 80 + Dex: 164 + Luk: 88 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (8, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 588 + AttackMotion: 816 + DamageMotion: 420 + MvpExp: 0 +}, +{ + Id: 1530 + SpriteName: "G_DRACULA" + Name: "Dracula" + Lv: 85 + Hp: 320096 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 3 + Attack: [1625, 1890] + Def: 45 + Mdef: 76 + Stats: { + Str: 1 + Agi: 95 + Vit: 90 + Int: 87 + Dex: 85 + Luk: 100 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (7, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 145 + AttackDelay: 1290 + AttackMotion: 1140 + DamageMotion: 576 + MvpExp: 0 +}, +{ + Id: 1531 + SpriteName: "G_EVIL_CLOUD_HERMIT" + Name: "Evil Cloud Hermit" + Lv: 56 + Hp: 10392 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 10 + Attack: [311, 333] + Def: 25 + Mdef: 59 + Stats: { + Str: 1 + Agi: 20 + Vit: 18 + Int: 50 + Dex: 136 + Luk: 11 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (0, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetChase: true + } + MoveSpeed: 190 + AttackDelay: 480 + AttackMotion: 840 + DamageMotion: 432 + MvpExp: 0 +}, +{ + Id: 1532 + SpriteName: "G_EXPLOSION" + Name: "Explosion" + Lv: 46 + Hp: 8054 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [336, 447] + Def: 35 + Mdef: 27 + Stats: { + Str: 1 + Agi: 61 + Vit: 56 + Int: 50 + Dex: 66 + Luk: 38 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (3, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 165 + AttackDelay: 1260 + AttackMotion: 960 + DamageMotion: 336 + MvpExp: 0 +}, +{ + Id: 1533 + SpriteName: "G_FUR_SEAL" + Name: "Fur Seal" + Lv: 63 + Hp: 9114 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [845, 1203] + Def: 25 + Mdef: 33 + Stats: { + Str: 5 + Agi: 28 + Vit: 22 + Int: 15 + Dex: 69 + Luk: 84 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1612 + AttackMotion: 622 + DamageMotion: 583 + MvpExp: 0 +}, +{ + Id: 1534 + SpriteName: "G_GOBLIN_1" + Name: "Goblin" + Lv: 25 + Hp: 1176 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [118, 140] + Def: 10 + Mdef: 5 + Stats: { + Str: 1 + Agi: 53 + Vit: 25 + Int: 20 + Dex: 38 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (4, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 1120 + AttackMotion: 620 + DamageMotion: 240 + MvpExp: 0 +}, +{ + Id: 1535 + SpriteName: "G_GOBLIN_2" + Name: "Goblin" + Lv: 24 + Hp: 1034 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [88, 100] + Def: 10 + Mdef: 5 + Stats: { + Str: 1 + Agi: 24 + Vit: 24 + Int: 15 + Dex: 66 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (3, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1320 + AttackMotion: 620 + DamageMotion: 240 + MvpExp: 0 +}, +{ + Id: 1536 + SpriteName: "G_GOBLIN_3" + Name: "Goblin" + Lv: 24 + Hp: 1034 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [132, 165] + Def: 10 + Mdef: 5 + Stats: { + Str: 1 + Agi: 24 + Vit: 24 + Int: 15 + Dex: 24 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (5, 1) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 1624 + AttackMotion: 624 + DamageMotion: 240 + MvpExp: 0 +}, +{ + Id: 1537 + SpriteName: "G_GOBLIN_4" + Name: "Goblin" + Lv: 23 + Hp: 1359 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [109, 131] + Def: 10 + Mdef: 5 + Stats: { + Str: 1 + Agi: 23 + Vit: 46 + Int: 15 + Dex: 36 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1624 + AttackMotion: 624 + DamageMotion: 240 + MvpExp: 0 +}, +{ + Id: 1538 + SpriteName: "G_GOBLIN_5" + Name: "Goblin" + Lv: 22 + Hp: 1952 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [105, 127] + Def: 10 + Mdef: 5 + Stats: { + Str: 1 + Agi: 22 + Vit: 22 + Int: 15 + Dex: 32 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (1, 1) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 3074 + AttackMotion: 1874 + DamageMotion: 480 + MvpExp: 0 +}, +{ + Id: 1539 + SpriteName: "G_GOBLIN_LEADER" + Name: "Goblin Leader" + Lv: 64 + Hp: 20152 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [663, 752] + Def: 48 + Mdef: 16 + Stats: { + Str: 5 + Agi: 55 + Vit: 37 + Int: 30 + Dex: 69 + Luk: 58 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (4, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 120 + AttackDelay: 1120 + AttackMotion: 620 + DamageMotion: 240 + MvpExp: 0 +}, +{ + Id: 1540 + SpriteName: "G_GOLEM" + Name: "Golem" + Lv: 25 + Hp: 3900 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [175, 187] + Def: 40 + Mdef: 0 + Stats: { + Str: 1 + Agi: 15 + Vit: 25 + Int: 0 + Dex: 15 + Luk: 0 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (0, 3) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 300 + AttackDelay: 1608 + AttackMotion: 816 + DamageMotion: 396 + MvpExp: 0 +}, +{ + Id: 1541 + SpriteName: "G_GREATEST_GENERAL" + Name: "Greatest General" + Lv: 40 + Hp: 3632 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 3 + Attack: [350, 400] + Def: 15 + Mdef: 15 + Stats: { + Str: 1 + Agi: 20 + Vit: 60 + Int: 55 + Dex: 82 + Luk: 140 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (3, 2) + Mode: { + Aggressive: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 1152 + AttackMotion: 1152 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1542 + SpriteName: "G_INCANTATION_SAMURA" + Name: "Incantation Samurai" + Lv: 71 + Hp: 218652 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 3 + Attack: [1219, 2169] + Def: 10 + Mdef: 51 + Stats: { + Str: 91 + Agi: 85 + Vit: 78 + Int: 85 + Dex: 150 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 7 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 135 + AttackDelay: 874 + AttackMotion: 1344 + DamageMotion: 576 + MvpExp: 0 +}, +{ + Id: 1543 + SpriteName: "G_KAPHA" + Name: "Kapha" + Lv: 41 + Hp: 7892 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 3 + Attack: [399, 719] + Def: 20 + Mdef: 38 + Stats: { + Str: 1 + Agi: 51 + Vit: 49 + Int: 22 + Dex: 73 + Luk: 45 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 5 + Element: (1, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 165 + AttackDelay: 2012 + AttackMotion: 1728 + DamageMotion: 672 + MvpExp: 0 +}, +{ + Id: 1544 + SpriteName: "G_KARAKASA" + Name: "Karakasa" + Lv: 30 + Hp: 3092 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [141, 183] + Def: 1 + Mdef: 5 + Stats: { + Str: 1 + Agi: 45 + Vit: 12 + Int: 20 + Dex: 49 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (0, 3) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 155 + AttackDelay: 1638 + AttackMotion: 2016 + DamageMotion: 576 + MvpExp: 0 +}, +{ + Id: 1545 + SpriteName: "G_KOBOLD_1" + Name: "Kobold" + Lv: 36 + Hp: 3893 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [265, 318] + Def: 15 + Mdef: 10 + Stats: { + Str: 1 + Agi: 90 + Vit: 36 + Int: 30 + Dex: 52 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (4, 2) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1028 + AttackMotion: 528 + DamageMotion: 360 + MvpExp: 0 +}, +{ + Id: 1546 + SpriteName: "G_KOBOLD_2" + Name: "Kobold" + Lv: 31 + Hp: 2179 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [262, 324] + Def: 15 + Mdef: 10 + Stats: { + Str: 1 + Agi: 31 + Vit: 31 + Int: 20 + Dex: 46 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (5, 2) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1528 + AttackMotion: 528 + DamageMotion: 360 + MvpExp: 0 +}, +{ + Id: 1547 + SpriteName: "G_KOBOLD_3" + Name: "Kobold" + Lv: 31 + Hp: 2179 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [186, 216] + Def: 15 + Mdef: 10 + Stats: { + Str: 1 + Agi: 31 + Vit: 31 + Int: 20 + Dex: 88 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1228 + AttackMotion: 528 + DamageMotion: 360 + MvpExp: 0 +}, +{ + Id: 1548 + SpriteName: "G_KOBOLD_LEADER" + Name: "Kobold Leader" + Lv: 65 + Hp: 18313 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [649, 958] + Def: 37 + Mdef: 37 + Stats: { + Str: 5 + Agi: 90 + Vit: 36 + Int: 30 + Dex: 77 + Luk: 59 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (4, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1028 + AttackMotion: 528 + DamageMotion: 360 + MvpExp: 0 +}, +{ + Id: 1549 + SpriteName: "G_LAVA_GOLEM" + Name: "Lava Golem" + Lv: 77 + Hp: 24324 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [1541, 2049] + Def: 65 + Mdef: 50 + Stats: { + Str: 1 + Agi: 57 + Vit: 115 + Int: 70 + Dex: 76 + Luk: 68 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (3, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 2190 + AttackMotion: 2040 + DamageMotion: 336 + MvpExp: 0 +}, +{ + Id: 1550 + SpriteName: "G_LIVE_PEACH_TREE" + Name: "Live Peach Tree" + Lv: 53 + Hp: 8905 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 7 + Attack: [301, 351] + Def: 10 + Mdef: 38 + Stats: { + Str: 72 + Agi: 45 + Vit: 35 + Int: 39 + Dex: 80 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (2, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetChase: true + } + MoveSpeed: 410 + AttackDelay: 400 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 +}, +{ + Id: 1551 + SpriteName: "G_MARSE" + Name: "Marse" + Lv: 31 + Hp: 5034 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [211, 252] + Def: 0 + Mdef: 5 + Stats: { + Str: 1 + Agi: 31 + Vit: 25 + Int: 5 + Dex: 52 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 5 + Element: (1, 2) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 300 + AttackDelay: 1956 + AttackMotion: 756 + DamageMotion: 528 + MvpExp: 0 +}, +{ + Id: 1552 + SpriteName: "G_MIYABI_NINGYO" + Name: "Miyabi Ningyo" + Lv: 33 + Hp: 6300 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [250, 305] + Def: 1 + Mdef: 20 + Stats: { + Str: 1 + Agi: 52 + Vit: 15 + Int: 10 + Dex: 62 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (7, 1) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + Detector: true + } + MoveSpeed: 250 + AttackDelay: 1938 + AttackMotion: 2112 + DamageMotion: 768 + MvpExp: 0 +}, +{ + Id: 1553 + SpriteName: "G_MYST" + Name: "Myst" + Lv: 38 + Hp: 3745 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [365, 445] + Def: 0 + Mdef: 40 + Stats: { + Str: 1 + Agi: 38 + Vit: 18 + Int: 0 + Dex: 53 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (5, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1576 + AttackMotion: 576 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1554 + SpriteName: "G_NIGHTMARE_TERROR" + Name: "Nightmare Terror" + Lv: 78 + Hp: 22605 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [757, 1007] + Def: 37 + Mdef: 37 + Stats: { + Str: 1 + Agi: 76 + Vit: 55 + Int: 60 + Dex: 76 + Luk: 54 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 165 + AttackDelay: 1216 + AttackMotion: 816 + DamageMotion: 432 + MvpExp: 0 +}, +{ + Id: 1555 + SpriteName: "G_PARASITE" + Name: "Parasite" + Lv: 49 + Hp: 5188 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 8 + Attack: [215, 430] + Def: 10 + Mdef: 19 + Stats: { + Str: 1 + Agi: 40 + Vit: 30 + Int: 30 + Dex: 90 + Luk: 50 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (4, 2) + Mode: { + Aggressive: true + CanAttack: true + } + MoveSpeed: 400 + AttackDelay: 864 + AttackMotion: 864 + DamageMotion: 672 + MvpExp: 0 +}, +{ + Id: 1556 + SpriteName: "G_POISON_TOAD" + Name: "Poison Toad" + Lv: 46 + Hp: 6629 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 3 + Attack: [288, 408] + Def: 5 + Mdef: 10 + Stats: { + Str: 20 + Agi: 34 + Vit: 19 + Int: 14 + Dex: 66 + Luk: 55 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (5, 2) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 160 + AttackDelay: 1148 + AttackMotion: 1728 + DamageMotion: 864 + MvpExp: 0 +}, +{ + Id: 1557 + SpriteName: "G_ROTAR_ZAIRO" + Name: "Rotar Zairo" + Lv: 25 + Hp: 1209 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 10 + Attack: [109, 137] + Def: 4 + Mdef: 34 + Stats: { + Str: 1 + Agi: 62 + Vit: 45 + Int: 26 + Dex: 55 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (4, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetChase: true + } + MoveSpeed: 155 + AttackDelay: 2416 + AttackMotion: 2016 + DamageMotion: 432 + MvpExp: 0 +}, +{ + Id: 1558 + SpriteName: "G_SAND_MAN" + Name: "Sandman" + Lv: 34 + Hp: 3413 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [180, 205] + Def: 10 + Mdef: 25 + Stats: { + Str: 24 + Agi: 34 + Vit: 58 + Int: 38 + Dex: 60 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (2, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 1672 + AttackMotion: 720 + DamageMotion: 288 + MvpExp: 0 +}, +{ + Id: 1559 + SpriteName: "G_SCORPION" + Name: "Scorpion" + Lv: 24 + Hp: 1109 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [80, 135] + Def: 30 + Mdef: 0 + Stats: { + Str: 1 + Agi: 24 + Vit: 24 + Int: 5 + Dex: 52 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (3, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1564 + AttackMotion: 864 + DamageMotion: 576 + MvpExp: 0 +}, +{ + Id: 1560 + SpriteName: "G_SHINOBI" + Name: "Shinobi" + Lv: 69 + Hp: 12700 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [460, 1410] + Def: 34 + Mdef: 21 + Stats: { + Str: 85 + Agi: 85 + Vit: 25 + Int: 25 + Dex: 100 + Luk: 100 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1003 + AttackMotion: 1152 + DamageMotion: 336 + MvpExp: 0 +}, +{ + Id: 1561 + SpriteName: "G_SMOKIE" + Name: "Smokie" + Lv: 18 + Hp: 641 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [61, 72] + Def: 0 + Mdef: 10 + Stats: { + Str: 1 + Agi: 18 + Vit: 36 + Int: 25 + Dex: 26 + Luk: 35 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (2, 1) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 1576 + AttackMotion: 576 + DamageMotion: 420 + MvpExp: 0 +}, +{ + Id: 1562 + SpriteName: "G_SOLDIER_SKELETON" + Name: "Soldier Skeleton" + Lv: 29 + Hp: 2334 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [221, 245] + Def: 10 + Mdef: 15 + Stats: { + Str: 1 + Agi: 15 + Vit: 22 + Int: 5 + Dex: 40 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 2276 + AttackMotion: 576 + DamageMotion: 432 + MvpExp: 0 +}, +{ + Id: 1563 + SpriteName: "G_TENGU" + Name: "Tengu" + Lv: 65 + Hp: 16940 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [660, 980] + Def: 12 + Mdef: 82 + Stats: { + Str: 90 + Agi: 42 + Vit: 69 + Int: 45 + Dex: 78 + Luk: 80 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (2, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1439 + AttackMotion: 1920 + DamageMotion: 672 + MvpExp: 0 +}, +{ + Id: 1564 + SpriteName: "G_WICKED_NYMPH" + Name: "Wicked Nymph" + Lv: 63 + Hp: 16029 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [399, 1090] + Def: 12 + Mdef: 75 + Stats: { + Str: 1 + Agi: 64 + Vit: 12 + Int: 69 + Dex: 100 + Luk: 80 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 637 + AttackMotion: 1008 + DamageMotion: 360 + MvpExp: 0 +}, +{ + Id: 1565 + SpriteName: "G_WILD_GINSENG" + Name: "Wild Ginseng" + Lv: 46 + Hp: 6900 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [220, 280] + Def: 10 + Mdef: 20 + Stats: { + Str: 13 + Agi: 42 + Vit: 36 + Int: 55 + Dex: 66 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 3 + Element: (3, 2) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 140 + AttackDelay: 512 + AttackMotion: 756 + DamageMotion: 360 + MvpExp: 0 +}, +{ + Id: 1566 + SpriteName: "G_WRAITH_DEAD" + Name: "Wraith Dead" + Lv: 74 + Hp: 43021 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [1366, 1626] + Def: 25 + Mdef: 30 + Stats: { + Str: 5 + Agi: 99 + Vit: 55 + Int: 75 + Dex: 115 + Luk: 45 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 1 + Element: (9, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 175 + AttackDelay: 1816 + AttackMotion: 576 + DamageMotion: 240 + MvpExp: 0 +}, +{ + Id: 1567 + SpriteName: "G_ANCIENT_WORM" + Name: "Ancient Worm" + Lv: 67 + Hp: 22598 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [948, 1115] + Def: 35 + Mdef: 30 + Stats: { + Str: 5 + Agi: 35 + Vit: 56 + Int: 55 + Dex: 81 + Luk: 72 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 4 + Element: (5, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 165 + AttackDelay: 1792 + AttackMotion: 792 + DamageMotion: 336 + MvpExp: 0 +}, +{ + Id: 1568 + SpriteName: "G_ANGELING" + Name: "Angeling" + Lv: 20 + Hp: 55000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [120, 195] + Def: 0 + Mdef: 70 + Stats: { + Str: 1 + Agi: 50 + Vit: 20 + Int: 75 + Dex: 68 + Luk: 200 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 8 + Element: (6, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1072 + AttackMotion: 672 + DamageMotion: 672 + MvpExp: 0 +}, +{ + Id: 1569 + SpriteName: "G_BLOODY_KNIGHT" + Name: "Bloody Knight" + Lv: 82 + Hp: 57870 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 3 + Attack: [2150, 3030] + Def: 60 + Mdef: 50 + Stats: { + Str: 88 + Agi: 75 + Vit: 70 + Int: 77 + Dex: 125 + Luk: 55 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (7, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 828 + AttackMotion: 528 + DamageMotion: 192 + MvpExp: 0 +}, +{ + Id: 1570 + SpriteName: "G_CRAMP" + Name: "Cramp" + Lv: 56 + Hp: 4720 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [395, 465] + Def: 0 + Mdef: 5 + Stats: { + Str: 1 + Agi: 85 + Vit: 35 + Int: 5 + Dex: 65 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (5, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 1000 + AttackMotion: 500 + DamageMotion: 1000 + MvpExp: 0 +}, +{ + Id: 1571 + SpriteName: "G_DEVIACE" + Name: "Deviace" + Lv: 47 + Hp: 19192 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [514, 674] + Def: 10 + Mdef: 20 + Stats: { + Str: 1 + Agi: 47 + Vit: 62 + Int: 48 + Dex: 62 + Luk: 25 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 5 + Element: (1, 4) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 400 + AttackDelay: 1680 + AttackMotion: 480 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1572 + SpriteName: "G_DROPS" + Name: "Drops" + Lv: 3 + Hp: 55 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [10, 13] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 3 + Vit: 3 + Int: 0 + Dex: 12 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (3, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + } + MoveSpeed: 400 + AttackDelay: 1372 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 +}, +{ + Id: 1573 + SpriteName: "G_ELDER" + Name: "Elder" + Lv: 64 + Hp: 21592 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 3 + Attack: [421, 560] + Def: 45 + Mdef: 68 + Stats: { + Str: 1 + Agi: 76 + Vit: 68 + Int: 108 + Dex: 72 + Luk: 86 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 7 + Element: (0, 4) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 165 + AttackDelay: 1552 + AttackMotion: 1152 + DamageMotion: 336 + MvpExp: 0 +}, +{ + Id: 1574 + SpriteName: "G_ELDER_WILOW" + Name: "Elder Willow" + Lv: 20 + Hp: 693 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [58, 70] + Def: 10 + Mdef: 30 + Stats: { + Str: 1 + Agi: 20 + Vit: 25 + Int: 35 + Dex: 38 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1372 + AttackMotion: 672 + DamageMotion: 432 + MvpExp: 0 +}, +{ + Id: 1575 + SpriteName: "G_FLORA" + Name: "Flora" + Lv: 26 + Hp: 2092 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 3 + Attack: [242, 273] + Def: 10 + Mdef: 35 + Stats: { + Str: 1 + Agi: 26 + Vit: 35 + Int: 5 + Dex: 43 + Luk: 80 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 3 + Element: (2, 1) + Mode: { + Aggressive: true + CanAttack: true + } + MoveSpeed: 1000 + AttackDelay: 1432 + AttackMotion: 432 + DamageMotion: 576 + MvpExp: 0 +}, +{ + Id: 1576 + SpriteName: "G_GHOSTRING" + Name: "Ghostring" + Lv: 18 + Hp: 73300 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [82, 122] + Def: 0 + Mdef: 60 + Stats: { + Str: 40 + Agi: 27 + Vit: 18 + Int: 45 + Dex: 72 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (8, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1220 + AttackMotion: 1080 + DamageMotion: 648 + MvpExp: 0 +}, +{ + Id: 1577 + SpriteName: "G_GOBLIN_ARCHER" + Name: "Goblin Archer" + Lv: 28 + Hp: 1750 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 9 + Attack: [89, 113] + Def: 0 + Mdef: 0 + Stats: { + Str: 10 + Agi: 15 + Vit: 20 + Int: 15 + Dex: 72 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 7 + Element: (5, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1172 + AttackMotion: 672 + DamageMotion: 420 + MvpExp: 0 +}, +{ + Id: 1578 + SpriteName: "G_HORONG" + Name: "Horong" + Lv: 34 + Hp: 1939 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [275, 327] + Def: 99 + Mdef: 50 + Stats: { + Str: 1 + Agi: 34 + Vit: 10 + Int: 0 + Dex: 50 + Luk: 0 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 0 + Element: (3, 4) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 1888 + AttackMotion: 1152 + DamageMotion: 828 + MvpExp: 0 +}, +{ + Id: 1579 + SpriteName: "G_HYDRA" + Name: "Hydra" + Lv: 14 + Hp: 660 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 7 + Attack: [22, 28] + Def: 0 + Mdef: 40 + Stats: { + Str: 1 + Agi: 14 + Vit: 14 + Int: 0 + Dex: 40 + Luk: 2 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 3 + Element: (1, 2) + Mode: { + Aggressive: true + CanAttack: true + } + MoveSpeed: 1000 + AttackDelay: 800 + AttackMotion: 432 + DamageMotion: 600 + MvpExp: 0 +}, +{ + Id: 1580 + SpriteName: "G_INCUBUS" + Name: "Incubus" + Lv: 75 + Hp: 17281 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [1408, 1873] + Def: 58 + Mdef: 46 + Stats: { + Str: 1 + Agi: 97 + Vit: 95 + Int: 103 + Dex: 89 + Luk: 87 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 165 + AttackDelay: 850 + AttackMotion: 600 + DamageMotion: 336 + MvpExp: 0 +}, +{ + Id: 1581 + SpriteName: "G_VOCAL" + Name: "Vocal" + Lv: 18 + Hp: 3016 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [71, 82] + Def: 10 + Mdef: 30 + Stats: { + Str: 77 + Agi: 28 + Vit: 26 + Int: 30 + Dex: 53 + Luk: 40 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 4 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1080 + AttackMotion: 648 + DamageMotion: 480 + MvpExp: 0 +}, +{ + Id: 1582 + SpriteName: "DEVILING" + Name: "Deviling" + Lv: 31 + Hp: 64500 + Sp: 0 + Exp: 211 + JExp: 412 + AttackRange: 1 + Attack: [135, 270] + Def: 5 + Mdef: 70 + Stats: { + Str: 30 + Agi: 50 + Vit: 20 + Int: 75 + Dex: 77 + Luk: 200 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (7, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1072 + AttackMotion: 1056 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Petite_DiablOfs_Wing: 3000 + Zargon: 4850 + Satanic_Chain: 100 + Apple: 5000 + Blade_Lost_In_Darkness: 1 + Black_Dyestuffs: 100 + Ghost_Scroll_1_3: 100 + Deviling_Card: 1 + } +}, +{ + Id: 1583 + SpriteName: "TAO_GUNKA" + Name: "Tao Gunka" + Lv: 70 + Hp: 193000 + Sp: 0 + Exp: 59175 + JExp: 10445 + AttackRange: 2 + Attack: [1450, 1770] + Def: 20 + Mdef: 20 + Stats: { + Str: 1 + Agi: 85 + Vit: 78 + Int: 35 + Dex: 140 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1020 + AttackMotion: 288 + DamageMotion: 144 + MvpExp: 29587 + MvpDrops: { + Oridecon: 6000 + Old_Violet_Box: 3000 + Blue_Potion: 6000 + } + Drops: { + Gemstone: 4850 + Stone_Piece: 4850 + Golden_Jewel: 1000 + Binoculars: 400 + White_Potion: 3000 + Iron_Ore: 1000 + Gemmed_Sallet_: 5 + Tao_Gunka_Card: 1 + } +}, +// Ayothaya + +{ + Id: 1584 + SpriteName: "TAMRUAN" + Name: "Tamruan" + Lv: 52 + Hp: 10234 + Sp: 0 + Exp: 3812 + JExp: 55 + AttackRange: 1 + Attack: [489, 534] + Def: 15 + Mdef: 35 + Stats: { + Str: 80 + Agi: 62 + Vit: 38 + Int: 75 + Dex: 72 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 140 + AttackDelay: 512 + AttackMotion: 1152 + DamageMotion: 672 + MvpExp: 0 + Drops: { + Sword_Accessory: 4850 + Broken_Armor_Piece: 3000 + Katana_: 40 + Bastard_Sword_: 8 + Chain_Mail_: 3 + Tamruan_Card: 1 + } +}, +{ + Id: 1585 + SpriteName: "MIME_MONKEY" + Name: "Mime Monkey" + Lv: 40 + Hp: 6000 + Sp: 0 + Exp: 200 + JExp: 22 + AttackRange: 3 + Attack: [300, 350] + Def: 40 + Mdef: 40 + Stats: { + Str: 1 + Agi: 40 + Vit: 40 + Int: 40 + Dex: 40 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (1, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + } + MoveSpeed: 400 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Jellopy: 7000 + Knife_: 100 + Sticky_Mucus: 400 + Apple: 1000 + Empty_Bottle: 1500 + Poring_Doll: 5 + Unripe_Apple: 20 + } +}, +{ + Id: 1586 + SpriteName: "LEAF_CAT" + Name: "Leaf Cat" + Lv: 38 + Hp: 2396 + Sp: 0 + Exp: 165 + JExp: 1212 + AttackRange: 1 + Attack: [266, 307] + Def: 5 + Mdef: 19 + Stats: { + Str: 25 + Agi: 67 + Vit: 12 + Int: 45 + Dex: 60 + Luk: 29 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (2, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + } + MoveSpeed: 150 + AttackDelay: 960 + AttackMotion: 864 + DamageMotion: 720 + MvpExp: 0 + Drops: { + Great_Leaf: 4365 + Leaflet_Of_Hinal: 300 + Seed_Of_Yggdrasil: 5 + Fish_Tail: 1100 + Lemon: 250 + Prawn: 500 + Leaf_Clothes: 5335 + Leaf_Cat_Card: 1 + } +}, +{ + Id: 1587 + SpriteName: "KRABEN" + Name: "Kraben" + Lv: 50 + Hp: 5880 + Sp: 0 + Exp: 206 + JExp: 1322 + AttackRange: 1 + Attack: [125, 765] + Def: 5 + Mdef: 42 + Stats: { + Str: 50 + Agi: 125 + Vit: 1 + Int: 66 + Dex: 75 + Luk: 50 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (8, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 1152 + AttackMotion: 1536 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Zargon: 3500 + Milk: 3000 + Leaflet_Of_Aloe: 1000 + Guard_: 1 + Bamboo_Basket: 4850 + Chilli: 1000 + Old_Blue_Box: 10 + Kraben_Card: 1 + } +}, +// Some more G_Mobs and Xmas_Orc + +{ + Id: 1588 + SpriteName: "ORC_XMAS" + Name: "Christmas Orc" + Lv: 24 + Hp: 1400 + Sp: 0 + Exp: 261 + JExp: 160 + AttackRange: 1 + Attack: [104, 126] + Def: 10 + Mdef: 5 + Stats: { + Str: 1 + Agi: 24 + Vit: 48 + Int: 25 + Dex: 34 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (2, 1) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 1864 + AttackMotion: 864 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Iron: 210 + Orcish_Voucher: 5500 + Oridecon_Stone: 40 + Packing_Paper: 1600 + Battle_Axe_: 10 + Gift_Box: 15 + Packing_Ribbon: 1600 + Orc_Warrior_Card: 1 + } +}, +{ + Id: 1589 + SpriteName: "G_MANDRAGORA" + Name: "Mandragora" + Lv: 12 + Hp: 405 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 4 + Attack: [26, 35] + Def: 0 + Mdef: 25 + Stats: { + Str: 1 + Agi: 12 + Vit: 24 + Int: 0 + Dex: 36 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (2, 3) + Mode: { + Aggressive: true + CanAttack: true + } + MoveSpeed: 1000 + AttackDelay: 1768 + AttackMotion: 768 + DamageMotion: 576 + MvpExp: 0 +}, +{ + Id: 1590 + SpriteName: "G_GEOGRAPHER" + Name: "Geographer" + Lv: 56 + Hp: 8071 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 3 + Attack: [467, 621] + Def: 28 + Mdef: 26 + Stats: { + Str: 1 + Agi: 66 + Vit: 47 + Int: 60 + Dex: 68 + Luk: 44 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (2, 3) + Mode: { + Aggressive: true + CanAttack: true + } + MoveSpeed: 2000 + AttackDelay: 1308 + AttackMotion: 1008 + DamageMotion: 480 + MvpExp: 0 +}, +{ + Id: 1591 + SpriteName: "A_LUNATIC" + Name: "Lunatic" + Lv: 29 + Hp: 2334 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [221, 245] + Def: 10 + Mdef: 20 + Stats: { + Str: 1 + Agi: 15 + Vit: 22 + Int: 5 + Dex: 40 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (0, 3) + Mode: { + CanMove: true + Boss: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 1456 + AttackMotion: 456 + DamageMotion: 336 + MvpExp: 0 + Drops: { + Orange_Potion: 2000 + } +}, +{ + Id: 1592 + SpriteName: "A_MOBSTER" + Name: "Gangster" + Lv: 40 + Hp: 8000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [300, 355] + Def: 20 + Mdef: 27 + Stats: { + Str: 1 + Agi: 50 + Vit: 45 + Int: 45 + Dex: 73 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (0, 1) + Mode: { + CanMove: true + Assist: true + Boss: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + } + MoveSpeed: 250 + AttackDelay: 1100 + AttackMotion: 560 + DamageMotion: 580 + MvpExp: 0 + Drops: { + Stone: 10000 + Wing_Of_Fly: 2000 + Cutter__: 3000 + Empty_Bottle: 1000 + Popped_Rice: 10000 + } +}, +{ + Id: 1593 + SpriteName: "A_ANCIENT_MUMMY" + Name: "Ancient Mummy" + Lv: 52 + Hp: 8613 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [830, 930] + Def: 40 + Mdef: 27 + Stats: { + Str: 58 + Agi: 47 + Vit: 42 + Int: 5 + Dex: 69 + Luk: 26 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + } + MoveSpeed: 175 + AttackDelay: 1772 + AttackMotion: 120 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Orange_Potion: 2000 + } +}, +{ + Id: 1594 + SpriteName: "G_FREEZER" + Name: "Freezer" + Lv: 72 + Hp: 8636 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [671, 983] + Def: 55 + Mdef: 43 + Stats: { + Str: 69 + Agi: 41 + Vit: 59 + Int: 5 + Dex: 67 + Luk: 100 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (1, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 1452 + AttackMotion: 483 + DamageMotion: 528 + MvpExp: 0 +}, +{ + Id: 1595 + SpriteName: "G_MARIN" + Name: "Marin" + Lv: 15 + Hp: 742 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [39, 43] + Def: 0 + Mdef: 10 + Stats: { + Str: 1 + Agi: 10 + Vit: 10 + Int: 5 + Dex: 35 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (1, 2) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 400 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 +}, +{ + Id: 1596 + SpriteName: "G_TAMRUAN" + Name: "Tamruan" + Lv: 52 + Hp: 10234 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [489, 534] + Def: 15 + Mdef: 35 + Stats: { + Str: 80 + Agi: 62 + Vit: 38 + Int: 75 + Dex: 72 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 140 + AttackDelay: 512 + AttackMotion: 1152 + DamageMotion: 672 + MvpExp: 0 +}, +{ + Id: 1597 + SpriteName: "G_GARGOYLE" + Name: "Gargoyle" + Lv: 48 + Hp: 3950 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 9 + Attack: [290, 360] + Def: 10 + Mdef: 10 + Stats: { + Str: 15 + Agi: 61 + Vit: 20 + Int: 20 + Dex: 126 + Luk: 40 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (4, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1020 + AttackMotion: 720 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1598 + SpriteName: "G_BLAZZER" + Name: "Blazzer" + Lv: 43 + Hp: 8252 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [533, 709] + Def: 50 + Mdef: 40 + Stats: { + Str: 1 + Agi: 52 + Vit: 50 + Int: 39 + Dex: 69 + Luk: 40 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 180 + AttackDelay: 1732 + AttackMotion: 1332 + DamageMotion: 540 + MvpExp: 0 +}, +{ + Id: 1599 + SpriteName: "G_WHISPER_BOSS" + Name: "Giant Whisper" + Lv: 34 + Hp: 5040 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [198, 239] + Def: 0 + Mdef: 45 + Stats: { + Str: 1 + Agi: 51 + Vit: 14 + Int: 0 + Dex: 60 + Luk: 0 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 6 + Element: (8, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 2536 + AttackMotion: 1536 + DamageMotion: 672 + MvpExp: 0 +}, +{ + Id: 1600 + SpriteName: "G_HEATER" + Name: "Heater" + Lv: 68 + Hp: 11020 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [683, 1008] + Def: 40 + Mdef: 42 + Stats: { + Str: 69 + Agi: 47 + Vit: 25 + Int: 5 + Dex: 71 + Luk: 100 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 1452 + AttackMotion: 483 + DamageMotion: 528 + MvpExp: 0 +}, +{ + Id: 1601 + SpriteName: "G_PERMETER" + Name: "Permeter" + Lv: 63 + Hp: 8228 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [943, 1211] + Def: 46 + Mdef: 45 + Stats: { + Str: 69 + Agi: 59 + Vit: 60 + Int: 5 + Dex: 69 + Luk: 100 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (0, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 1100 + AttackMotion: 483 + DamageMotion: 528 + MvpExp: 0 +}, +{ + Id: 1602 + SpriteName: "G_SOLIDER" + Name: "Solider" + Lv: 70 + Hp: 12099 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [797, 979] + Def: 57 + Mdef: 43 + Stats: { + Str: 69 + Agi: 35 + Vit: 85 + Int: 5 + Dex: 74 + Luk: 100 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (2, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 1452 + AttackMotion: 483 + DamageMotion: 528 + MvpExp: 0 +}, +{ + Id: 1603 + SpriteName: "G_BIGFOOT" + Name: "Bigfoot" + Lv: 25 + Hp: 1619 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [198, 220] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 25 + Vit: 55 + Int: 15 + Dex: 20 + Luk: 25 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (2, 1) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 300 + AttackDelay: 1260 + AttackMotion: 192 + DamageMotion: 192 + MvpExp: 0 +}, +{ + Id: 1604 + SpriteName: "G_GIANT_HONET" + Name: "Giant Hornet" + Lv: 56 + Hp: 13105 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [650, 852] + Def: 38 + Mdef: 43 + Stats: { + Str: 35 + Agi: 38 + Vit: 32 + Int: 10 + Dex: 71 + Luk: 64 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (4, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 155 + AttackDelay: 1292 + AttackMotion: 792 + DamageMotion: 340 + MvpExp: 0 +}, +{ + Id: 1605 + SpriteName: "G_DARK_ILLUSION" + Name: "Dark Illusion" + Lv: 77 + Hp: 103631 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [1300, 1983] + Def: 64 + Mdef: 70 + Stats: { + Str: 5 + Agi: 100 + Vit: 40 + Int: 100 + Dex: 97 + Luk: 40 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (9, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 145 + AttackDelay: 1024 + AttackMotion: 768 + DamageMotion: 480 + MvpExp: 0 +}, +{ + Id: 1606 + SpriteName: "G_GARM_BABY" + Name: "Garm Baby" + Lv: 61 + Hp: 20199 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [680, 1179] + Def: 34 + Mdef: 13 + Stats: { + Str: 45 + Agi: 30 + Vit: 56 + Int: 55 + Dex: 85 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (1, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 450 + AttackDelay: 879 + AttackMotion: 672 + DamageMotion: 576 + MvpExp: 0 +}, +{ + Id: 1607 + SpriteName: "G_GOBLINE_XMAS" + Name: "Christmas Goblin" + Lv: 25 + Hp: 1176 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [118, 140] + Def: 10 + Mdef: 5 + Stats: { + Str: 1 + Agi: 53 + Vit: 25 + Int: 20 + Dex: 38 + Luk: 45 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (4, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 1120 + AttackMotion: 620 + DamageMotion: 240 + MvpExp: 0 +}, +{ + Id: 1608 + SpriteName: "G_THIEF_BUG__" + Name: "Thief Bug Male" + Lv: 19 + Hp: 583 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [76, 88] + Def: 15 + Mdef: 5 + Stats: { + Str: 1 + Agi: 29 + Vit: 16 + Int: 5 + Dex: 36 + Luk: 0 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 4 + Element: (7, 1) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 988 + AttackMotion: 288 + DamageMotion: 768 + MvpExp: 0 +}, +{ + Id: 1609 + SpriteName: "G_DANCING_DRAGON" + Name: "Dancing Dragon" + Lv: 54 + Hp: 9136 + Sp: 0 + Exp: 3030 + JExp: 769 + AttackRange: 2 + Attack: [550, 789] + Def: 39 + Mdef: 10 + Stats: { + Str: 55 + Agi: 62 + Vit: 55 + Int: 25 + Dex: 72 + Luk: 22 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 9 + Element: (4, 2) + Mode: { + CanMove: true + Looter: true + Boss: true + CanAttack: true + } + MoveSpeed: 160 + AttackDelay: 600 + AttackMotion: 840 + DamageMotion: 504 + MvpExp: 0 + Drops: { + Lucky_Candy: 500 + Lucky_Candy_Cane: 50 + Lucky_Cookie: 20 + Carrot: 10000 + Fire_Cracker: 5000 + Handsei: 100 + } +}, +{ + Id: 1610 + SpriteName: "A_MUNAK" + Name: "Munak" + Lv: 30 + Hp: 2872 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [40, 50] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 15 + Vit: 20 + Int: 5 + Dex: 120 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 4) + Mode: { + CanMove: true + Aggressive: true + Boss: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 2468 + AttackMotion: 768 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Orange_Potion: 2000 + Slow_Down_Potion: 100 + Speed_Up_Potion: 100 + } +}, +{ + Id: 1611 + SpriteName: "A_BON_GUN" + Name: "Bongun" + Lv: 32 + Hp: 3520 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [220, 260] + Def: 0 + Mdef: 0 + Stats: { + Str: 45 + Agi: 15 + Vit: 36 + Int: 10 + Dex: 48 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1720 + AttackMotion: 500 + DamageMotion: 420 + MvpExp: 0 + Drops: { + Orange_Potion: 2000 + Slow_Down_Potion: 100 + Speed_Up_Potion: 100 + } +}, +{ + Id: 1612 + SpriteName: "A_HYEGUN" + Name: "Hyegun" + Lv: 56 + Hp: 9981 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [710, 1128] + Def: 12 + Mdef: 10 + Stats: { + Str: 60 + Agi: 40 + Vit: 36 + Int: 10 + Dex: 73 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 4) + Mode: { + CanMove: true + Aggressive: true + Boss: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 180 + AttackDelay: 890 + AttackMotion: 1320 + DamageMotion: 720 + MvpExp: 0 + Drops: { + Orange_Potion: 2000 + Slow_Down_Potion: 100 + Speed_Up_Potion: 100 + } +}, +// Einbroch + +{ + Id: 1613 + SpriteName: "METALING" + Name: "Metaling" + Lv: 26 + Hp: 889 + Sp: 0 + Exp: 492 + JExp: 249 + AttackRange: 1 + Attack: [135, 270] + Def: 5 + Mdef: 3 + Stats: { + Str: 30 + Agi: 15 + Vit: 10 + Int: 18 + Dex: 35 + Luk: 2 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + } + MoveSpeed: 300 + AttackDelay: 384 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Tube: 4000 + Iron_Ore: 1000 + Iron: 500 + Large_Jellopy: 1000 + Screw: 200 + Crimson_Bolt_: 5 + Jubilee: 5000 + Metaling_Card: 1 + } +}, +{ + Id: 1614 + SpriteName: "MINERAL" + Name: "Mineral" + Lv: 56 + Hp: 7950 + Sp: 0 + Exp: 3563 + JExp: 1768 + AttackRange: 1 + Attack: [723, 812] + Def: 29 + Mdef: 35 + Stats: { + Str: 60 + Agi: 52 + Vit: 35 + Int: 21 + Dex: 67 + Luk: 32 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 0 + Element: (0, 2) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 250 + AttackDelay: 648 + AttackMotion: 480 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Fragment_Of_Crystal: 3000 + Golden_Jewel: 500 + Emperium: 2 + Oridecon: 80 + Emveretarcon: 800 + Yellow_Gemstone: 100 + Gold: 2 + Mineral_Card: 1 + } +}, +{ + Id: 1615 + SpriteName: "OBSIDIAN" + Name: "Obsidian" + Lv: 50 + Hp: 8812 + Sp: 0 + Exp: 2799 + JExp: 1802 + AttackRange: 1 + Attack: [841, 980] + Def: 35 + Mdef: 5 + Stats: { + Str: 62 + Agi: 32 + Vit: 42 + Int: 24 + Dex: 61 + Luk: 55 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 0 + Element: (2, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 350 + AttackDelay: 720 + AttackMotion: 864 + DamageMotion: 504 + MvpExp: 0 + Drops: { + Dark_Crystal_Fragment: 3000 + Crystal_Jewel: 500 + Coal: 500 + Elunium: 50 + Steel: 500 + Unholy_Touch: 10 + Obsidian_Card: 1 + } +}, +{ + Id: 1616 + SpriteName: "PITMAN" + Name: "Pitman" + Lv: 43 + Hp: 5015 + Sp: 0 + Exp: 1799 + JExp: 1083 + AttackRange: 1 + Attack: [290, 486] + Def: 22 + Mdef: 26 + Stats: { + Str: 0 + Agi: 15 + Vit: 5 + Int: 5 + Dex: 52 + Luk: 36 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 1 + Element: (2, 2) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 180 + AttackDelay: 960 + AttackMotion: 336 + DamageMotion: 300 + MvpExp: 0 + Drops: { + Old_Pick: 3000 + Old_Steel_Plate: 500 + Iron: 800 + Steel: 500 + Coal: 100 + Lantern: 1000 + Headlamp: 80 + Pitman_Card: 1 + } +}, +{ + Id: 1617 + SpriteName: "WASTE_STOVE" + Name: "Waste Stove" + Lv: 68 + Hp: 15895 + Sp: 0 + Exp: 4412 + JExp: 1135 + AttackRange: 1 + Attack: [692, 1081] + Def: 23 + Mdef: 10 + Stats: { + Str: 20 + Agi: 69 + Vit: 55 + Int: 5 + Dex: 59 + Luk: 77 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1152 + AttackMotion: 528 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Battered_Kettle: 1000 + Burn_Tree: 1000 + Iron: 500 + Lusty_Iron: 50 + Iron_Ore: 1000 + Branch_Of_Dead_Tree: 50 + Old_Steel_Plate: 3800 + Waste_Stove_Card: 1 + } +}, +{ + Id: 1618 + SpriteName: "UNGOLIANT" + Name: "Ungoliant" + Lv: 69 + Hp: 29140 + Sp: 0 + Exp: 8211 + JExp: 142 + AttackRange: 1 + Attack: [1290, 2280] + Def: 25 + Mdef: 25 + Stats: { + Str: 33 + Agi: 52 + Vit: 57 + Int: 25 + Dex: 119 + Luk: 43 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 4 + Element: (5, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 350 + AttackDelay: 420 + AttackMotion: 576 + DamageMotion: 420 + MvpExp: 0 + Drops: { + Long_Limb: 4500 + Jaws_Of_Ant: 3500 + Colorful_Shell: 1000 + Olivine: 1500 + Fluorescent_Liquid: 2500 + Dark_Red_Jewel: 1500 + Boots_: 500 + Ungoliant_Card: 1 + } +}, +{ + Id: 1619 + SpriteName: "PORCELLIO" + Name: "Porcellio" + Lv: 28 + Hp: 1654 + Sp: 0 + Exp: 512 + JExp: 346 + AttackRange: 1 + Attack: [82, 247] + Def: 0 + Mdef: 8 + Stats: { + Str: 0 + Agi: 31 + Vit: 21 + Int: 50 + Dex: 54 + Luk: 85 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (2, 3) + Mode: { + CanMove: true + Looter: true + CanAttack: true + Detector: true + } + MoveSpeed: 150 + AttackDelay: 720 + AttackMotion: 360 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Jubilee: 5000 + Main_Gauche_: 25 + Insect_Feeler: 1000 + Single_Cell: 3000 + Dew_Laden_Moss: 2 + Fluorescent_Liquid: 30 + Porcellio_Card: 1 + } +}, +{ + Id: 1620 + SpriteName: "NOXIOUS" + Name: "Noxious" + Lv: 35 + Hp: 2038 + Sp: 0 + Exp: 698 + JExp: 698 + AttackRange: 1 + Attack: [299, 400] + Def: 0 + Mdef: 60 + Stats: { + Str: 12 + Agi: 41 + Vit: 10 + Int: 30 + Dex: 44 + Luk: 2 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (8, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 350 + AttackDelay: 768 + AttackMotion: 1440 + DamageMotion: 672 + MvpExp: 0 + Drops: { + Poisonous_Gas: 1000 + Mould_Powder: 3000 + Anodyne: 50 + Air_Pollutant: 3000 + Old_Blue_Box: 1 + Noxious_Card: 1 + } +}, +{ + Id: 1621 + SpriteName: "VENOMOUS" + Name: "Venomous" + Lv: 42 + Hp: 4653 + Sp: 0 + Exp: 1780 + JExp: 1280 + AttackRange: 1 + Attack: [422, 844] + Def: 0 + Mdef: 49 + Stats: { + Str: 12 + Agi: 60 + Vit: 17 + Int: 19 + Dex: 60 + Luk: 1 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (5, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 350 + AttackDelay: 768 + AttackMotion: 1440 + DamageMotion: 672 + MvpExp: 0 + Drops: { + Air_Pollutant: 5000 + Spawns: 3000 + Poison_Powder: 1000 + Poisonous_Gas: 2000 + Old_Blue_Box: 1 + Venomous_Card: 1 + } +}, +{ + Id: 1622 + SpriteName: "TEDDY_BEAR" + Name: "Teddy Bear" + Lv: 71 + Hp: 8109 + Sp: 0 + Exp: 5891 + JExp: 3455 + AttackRange: 1 + Attack: [621, 1432] + Def: 19 + Mdef: 32 + Stats: { + Str: 5 + Agi: 155 + Vit: 32 + Int: 41 + Dex: 121 + Luk: 26 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 0 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 512 + AttackMotion: 780 + DamageMotion: 504 + MvpExp: 0 + Drops: { + Screw: 3800 + Honey: 1000 + Oridecon_Hammer: 300 + Gold_Lux: 5 + Angry_Mouth: 50 + Cursed_Lucky_Brooch: 10 + Elunium: 100 + Teddy_Bear_Card: 1 + } +}, +{ + Id: 1623 + SpriteName: "RSX_0806" + Name: "RSX 0806" + Lv: 86 + Hp: 560733 + Sp: 0 + Exp: 31010 + JExp: 32011 + AttackRange: 1 + Attack: [2740, 5620] + Def: 39 + Mdef: 41 + Stats: { + Str: 85 + Agi: 51 + Vit: 30 + Int: 25 + Dex: 93 + Luk: 84 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 220 + AttackDelay: 128 + AttackMotion: 1104 + DamageMotion: 240 + MvpExp: 15505 + MvpDrops: { + Yggdrasilberry: 5500 + Dark_Blindfold: 3500 + Crystal_Jewel__: 5500 + } + Drops: { + Wheel: 6000 + House_Auger: 10 + House_Auger_: 1 + Old_Violet_Box: 1000 + Headlamp: 5000 + Counter_Dagger: 50 + Spanner: 20 + Rsx_0806_Card: 1 + } +}, +{ + Id: 1624 + SpriteName: "G_WASTE_STOVE" + Name: "Waste Stove" + Lv: 68 + Hp: 15895 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [500, 889] + Def: 23 + Mdef: 10 + Stats: { + Str: 20 + Agi: 69 + Vit: 55 + Int: 5 + Dex: 79 + Luk: 77 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 220 + AttackDelay: 1152 + AttackMotion: 528 + DamageMotion: 360 + MvpExp: 0 +}, +{ + Id: 1625 + SpriteName: "G_PORCELLIO" + Name: "Porcellio" + Lv: 43 + Hp: 5523 + Sp: 0 + Exp: 1024 + JExp: 693 + AttackRange: 1 + Attack: [164, 494] + Def: 0 + Mdef: 8 + Stats: { + Str: 0 + Agi: 31 + Vit: 21 + Int: 50 + Dex: 64 + Luk: 85 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (2, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 720 + AttackMotion: 360 + DamageMotion: 360 + MvpExp: 0 +}, +// Hellion Revenant + +{ + Id: 1626 + SpriteName: "G_DARK_PRIEST" + Name: "Hellion Revenant" + Lv: 88 + Hp: 286900 + Sp: 0 + Exp: 1 + JExp: 1 + AttackRange: 2 + Attack: [50, 3150] + Def: 25 + Mdef: 50 + Stats: { + Str: 1 + Agi: 80 + Vit: 50 + Int: 99 + Dex: 130 + Luk: 99 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (9, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 432 + AttackMotion: 384 + DamageMotion: 192 + MvpExp: 0 + Drops: { + Eye_Of_Hellion: 8000 + Eye_Of_Hellion: 5000 + Eye_Of_Hellion: 3000 + Eye_Of_Hellion: 1000 + Eye_Of_Hellion: 500 + Eye_Of_Hellion: 100 + } +}, +// Lighthalzen + +{ + Id: 1627 + SpriteName: "ANOPHELES" + Name: "Anopheles" + Lv: 23 + Hp: 100 + Sp: 0 + Exp: 99 + JExp: 55 + AttackRange: 1 + Attack: [48, 63] + Def: 0 + Mdef: 90 + Stats: { + Str: 1 + Agi: 200 + Vit: 4 + Int: 5 + Dex: 120 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (4, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 140 + AttackMotion: 864 + DamageMotion: 430 + MvpExp: 0 + Drops: { + Wing_Of_Fly: 1000 + Spawns: 500 + Anopheles_Card: 1 + } +}, +{ + Id: 1628 + SpriteName: "MOLE" + Name: "Mole" + Lv: 36 + Hp: 2209 + Sp: 0 + Exp: 268 + JExp: 172 + AttackRange: 9 + Attack: [52, 63] + Def: 0 + Mdef: 5 + Stats: { + Str: 24 + Agi: 18 + Vit: 23 + Int: 30 + Dex: 45 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (2, 2) + Mode: { + CanMove: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + } + MoveSpeed: 300 + AttackDelay: 140 + AttackMotion: 960 + DamageMotion: 504 + MvpExp: 0 + Drops: { + Moustache_Of_Mole: 5000 + Nail_Of_Mole: 5000 + Super_Novice_Hat_: 50 + Six_Shooter_: 5 + Mole_Card: 1 + } +}, +{ + Id: 1629 + SpriteName: "HILL_WIND" + Name: "Hill Wind" + Lv: 43 + Hp: 3189 + Sp: 0 + Exp: 1800 + JExp: 1100 + AttackRange: 3 + Attack: [290, 480] + Def: 10 + Mdef: 15 + Stats: { + Str: 21 + Agi: 42 + Vit: 31 + Int: 50 + Dex: 41 + Luk: 23 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (4, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 336 + AttackMotion: 540 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Meat: 1000 + Monster's_Feed: 1000 + Hill_Wind_Card: 1 + } +}, +{ + Id: 1630 + SpriteName: "BACSOJIN_" + Name: "Bacsojin" + Lv: 85 + Hp: 253221 + Sp: 0 + Exp: 45250 + JExp: 16445 + AttackRange: 3 + Attack: [1868, 6124] + Def: 20 + Mdef: 55 + Stats: { + Str: 52 + Agi: 65 + Vit: 44 + Int: 112 + Dex: 152 + Luk: 35 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 7 + Element: (4, 3) + Mode: { + CanMove: true + Aggressive: true + Boss: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 130 + AttackDelay: 576 + AttackMotion: 960 + DamageMotion: 480 + MvpExp: 22625 + MvpDrops: { + Yggdrasilberry: 5500 + Celestial_Robe: 2000 + Old_Violet_Box: 5000 + } + Drops: { + Long_Hair: 5500 + Old_Blue_Box: 5000 + Tantanmen: 50 + Limpid_Celestial_Robe: 3000 + Soft_Silk_Cloth: 1000 + Red_Silk_Seal: 100 + Tiara: 10 + Bacsojin_Card: 1 + } +}, +{ + Id: 1631 + SpriteName: "CHUNG_E_" + Name: "Chung E" + Lv: 59 + Hp: 23900 + Sp: 0 + Exp: 4256 + JExp: 920 + AttackRange: 2 + Attack: [460, 1050] + Def: 8 + Mdef: 15 + Stats: { + Str: 38 + Agi: 65 + Vit: 43 + Int: 30 + Dex: 90 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (4, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1728 + AttackMotion: 816 + DamageMotion: 1188 + MvpExp: 0 + Drops: { + Cyfar: 4200 + Stuffed_Doll: 100 + Hora_: 10 + Honey: 500 + Tantanmen: 10 + Hair_Protector: 50 + Chung_E_Card: 1 + } +}, +{ + Id: 1632 + SpriteName: "GREMLIN" + Name: "Gremlin" + Lv: 53 + Hp: 9280 + Sp: 0 + Exp: 4355 + JExp: 1768 + AttackRange: 1 + Attack: [329, 762] + Def: 29 + Mdef: 25 + Stats: { + Str: 80 + Agi: 41 + Vit: 59 + Int: 75 + Dex: 62 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (7, 2) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + Detector: true + } + MoveSpeed: 140 + AttackDelay: 432 + AttackMotion: 540 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Will_Of_Darkness: 3000 + Sticky_Mucus: 3000 + Violet_Jewel: 100 + Boots_: 1 + Bloody_Roar: 1 + Old_Blue_Box: 2 + Gremlin_Card: 1 + } +}, +{ + Id: 1633 + SpriteName: "BEHOLDER" + Name: "Beholder" + Lv: 56 + Hp: 7950 + Sp: 0 + Exp: 4821 + JExp: 3822 + AttackRange: 6 + Attack: [723, 812] + Def: 17 + Mdef: 30 + Stats: { + Str: 60 + Agi: 62 + Vit: 25 + Int: 59 + Dex: 85 + Luk: 32 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 0 + Element: (4, 2) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 190 + AttackDelay: 336 + AttackMotion: 840 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Prickly_Fruit: 3000 + Anodyne: 100 + Rough_Wind: 100 + Elunium: 10 + Old_Blue_Box: 2 + Beholder_Card: 1 + } +}, +// Normal advanced class mobs + +{ + Id: 1634 + SpriteName: "SEYREN" + Name: "Seyren" + Lv: 91 + Hp: 88402 + Sp: 0 + Exp: 100000 + JExp: 116460 + AttackRange: 1 + Attack: [2100, 2530] + Def: 63 + Mdef: 12 + Stats: { + Str: 90 + Agi: 89 + Vit: 72 + Int: 20 + Dex: 99 + Luk: 25 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (3, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 170 + AttackDelay: 76 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Armlet_Of_Prisoner: 3000 + Dragon_Killer: 2 + Claymore: 200 + Old_Blue_Box: 30 + Helm_: 12 + Plate_Armor_: 1 + Ruber: 1 + Seyren_Card: 1 + } +}, +{ + Id: 1635 + SpriteName: "EREMES" + Name: "Eremes" + Lv: 87 + Hp: 60199 + Sp: 0 + Exp: 100000 + JExp: 99800 + AttackRange: 1 + Attack: [2020, 2320] + Def: 23 + Mdef: 12 + Stats: { + Str: 45 + Agi: 138 + Vit: 31 + Int: 19 + Dex: 99 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (5, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 180 + AttackDelay: 76 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Lab_Staff_Record: 2000 + Krishna: 1 + Pauldron: 1 + Nail_Of_Loki: 3 + Various_Jur: 30 + Poison_Bottle: 110 + Thief_Clothes_: 2 + Eremes_Card: 1 + } +}, +{ + Id: 1636 + SpriteName: "HARWORD" + Name: "Harword" + Lv: 83 + Hp: 78690 + Sp: 0 + Exp: 100000 + JExp: 112540 + AttackRange: 1 + Attack: [1890, 2390] + Def: 59 + Mdef: 10 + Stats: { + Str: 90 + Agi: 62 + Vit: 99 + Int: 35 + Dex: 98 + Luk: 66 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (1, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 180 + AttackDelay: 76 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Armlet_Of_Prisoner: 3000 + Pauldron: 1 + Vecer_Axe: 1 + Two_Handed_Axe_: 110 + Buckler_: 10 + Clothes_Of_The_Lord: 1 + Old_Blue_Box: 50 + Harword_Card: 1 + } +}, +{ + Id: 1637 + SpriteName: "MAGALETA" + Name: "Magaleta" + Lv: 90 + Hp: 61282 + Sp: 0 + Exp: 100000 + JExp: 117800 + AttackRange: 1 + Attack: [1300, 2053] + Def: 35 + Mdef: 60 + Stats: { + Str: 1 + Agi: 9 + Vit: 97 + Int: 145 + Dex: 88 + Luk: 40 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (6, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 180 + AttackDelay: 1152 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Lab_Staff_Record: 2000 + Croce_Staff: 2 + Rod_: 200 + Hardback: 10 + Holy_Robe: 1 + Old_Blue_Box: 50 + Muffler_: 10 + Magaleta_Card: 1 + } +}, +{ + Id: 1638 + SpriteName: "SHECIL" + Name: "Shecil" + Lv: 82 + Hp: 58900 + Sp: 0 + Exp: 100000 + JExp: 118260 + AttackRange: 14 + Attack: [1226, 1854] + Def: 25 + Mdef: 15 + Stats: { + Str: 1 + Agi: 145 + Vit: 27 + Int: 32 + Dex: 134 + Luk: 80 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (4, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 180 + AttackDelay: 76 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Armlet_Of_Prisoner: 3000 + Imma_Arrow_Container: 110 + Tights_: 10 + CrossBow_: 100 + Ori_Arrow_Container: 150 + Old_Blue_Box: 50 + Falken_Blitz: 1 + Shecil_Card: 1 + } +}, +{ + Id: 1639 + SpriteName: "KATRINN" + Name: "Katrinn" + Lv: 92 + Hp: 47280 + Sp: 0 + Exp: 100000 + JExp: 116470 + AttackRange: 1 + Attack: [497, 1697] + Def: 10 + Mdef: 74 + Stats: { + Str: 1 + Agi: 5 + Vit: 77 + Int: 180 + Dex: 110 + Luk: 39 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (8, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1152 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Armlet_Of_Prisoner: 3000 + Old_Blue_Box: 50 + La'cryma_Stick: 1 + Survival_Rod2_: 5 + Guard_: 30 + Pair_Of_Red_Ribbon: 1 + Shoes_: 20 + Katrinn_Card: 1 + } +}, +// MVP Slaves + +{ + Id: 1640 + SpriteName: "G_SEYREN" + Name: "Lord Knight Seyren" + Lv: 99 + Hp: 347590 + Sp: 0 + Exp: 18000 + JExp: 10000 + AttackRange: 1 + Attack: [4238, 5040] + Def: 72 + Mdef: 37 + Stats: { + Str: 120 + Agi: 110 + Vit: 81 + Int: 65 + Dex: 130 + Luk: 52 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (3, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 76 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Old_Violet_Box: 10 + } +}, +{ + Id: 1641 + SpriteName: "G_EREMES" + Name: "Assassin Cross Eremes" + Lv: 99 + Hp: 211230 + Sp: 0 + Exp: 18000 + JExp: 10000 + AttackRange: 1 + Attack: [3189, 5289] + Def: 27 + Mdef: 39 + Stats: { + Str: 90 + Agi: 181 + Vit: 62 + Int: 37 + Dex: 122 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (5, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 76 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Old_Violet_Box: 10 + } +}, +{ + Id: 1642 + SpriteName: "G_HARWORD" + Name: "Whitesmith Harword" + Lv: 99 + Hp: 310000 + Sp: 0 + Exp: 18000 + JExp: 10000 + AttackRange: 1 + Attack: [4822, 5033] + Def: 66 + Mdef: 36 + Stats: { + Str: 100 + Agi: 73 + Vit: 112 + Int: 35 + Dex: 136 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (1, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 76 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Old_Violet_Box: 10 + } +}, +{ + Id: 1643 + SpriteName: "G_MAGALETA" + Name: "High Priest Magaleta" + Lv: 99 + Hp: 182910 + Sp: 0 + Exp: 18000 + JExp: 10000 + AttackRange: 1 + Attack: [1688, 2580] + Def: 35 + Mdef: 78 + Stats: { + Str: 1 + Agi: 84 + Vit: 64 + Int: 182 + Dex: 92 + Luk: 100 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (6, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 125 + AttackDelay: 1152 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Old_Violet_Box: 10 + } +}, +{ + Id: 1644 + SpriteName: "G_SHECIL" + Name: "Sniper Shecil" + Lv: 99 + Hp: 209000 + Sp: 0 + Exp: 18000 + JExp: 10000 + AttackRange: 14 + Attack: [1892, 5113] + Def: 22 + Mdef: 35 + Stats: { + Str: 1 + Agi: 180 + Vit: 39 + Int: 67 + Dex: 193 + Luk: 130 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (4, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 76 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Old_Violet_Box: 10 + } +}, +{ + Id: 1645 + SpriteName: "G_KATRINN" + Name: "High Wizard Katrinn" + Lv: 99 + Hp: 189920 + Sp: 0 + Exp: 18000 + JExp: 10000 + AttackRange: 1 + Attack: [497, 2094] + Def: 10 + Mdef: 88 + Stats: { + Str: 1 + Agi: 89 + Vit: 42 + Int: 223 + Dex: 128 + Luk: 93 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (8, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1152 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Old_Violet_Box: 10 + } +}, +// MVP Monsters + +{ + Id: 1646 + SpriteName: "B_SEYREN" + Name: "Lord Knight Seyren" + Lv: 99 + Hp: 1647590 + Sp: 0 + Exp: 4835600 + JExp: 1569970 + AttackRange: 1 + Attack: [7238, 11040] + Def: 72 + Mdef: 37 + Stats: { + Str: 120 + Agi: 110 + Vit: 81 + Int: 65 + Dex: 130 + Luk: 52 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (3, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 76 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 2417800 + MvpDrops: { + Old_Violet_Box: 5500 + Old_Blue_Box: 5000 + Crystal_Jewel__: 2000 + } + Drops: { + Edge: 2500 + Full_Plate_Armor_: 3500 + Grave_: 9000 + Brionac: 3500 + Longinus's_Spear: 3000 + Dragon_Slayer: 2500 + Skewer: 1500 + B_Seyren_Card: 1 + } +}, +{ + Id: 1647 + SpriteName: "B_EREMES" + Name: "Assassin Cross Eremes" + Lv: 99 + Hp: 1411230 + Sp: 0 + Exp: 4083400 + JExp: 1592380 + AttackRange: 1 + Attack: [4189, 8289] + Def: 37 + Mdef: 39 + Stats: { + Str: 90 + Agi: 181 + Vit: 62 + Int: 37 + Dex: 122 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (5, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 76 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 2041700 + MvpDrops: { + Old_Violet_Box: 5500 + Old_Blue_Box: 5000 + Crystal_Jewel__: 2000 + } + Drops: { + Moonlight_Sword: 1500 + House_Auger: 1500 + Glittering_Clothes: 9000 + Exercise: 3500 + Assasin_Dagger: 3500 + Bloody_Roar: 3500 + Ginnungagap: 3500 + B_Eremes_Card: 1 + } +}, +{ + Id: 1648 + SpriteName: "B_HARWORD" + Name: "Whitesmith Harword" + Lv: 99 + Hp: 1460000 + Sp: 0 + Exp: 4002340 + JExp: 1421000 + AttackRange: 1 + Attack: [7822, 8251] + Def: 66 + Mdef: 36 + Stats: { + Str: 100 + Agi: 73 + Vit: 112 + Int: 35 + Dex: 136 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (2, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 76 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 2001170 + MvpDrops: { + Old_Violet_Box: 5500 + Old_Blue_Box: 5000 + Crystal_Jewel__: 2000 + } + Drops: { + Mysteltainn_: 3500 + Byeorrun_Gum: 2500 + Clothes_Of_The_Lord: 9000 + Sabbath: 3500 + Great_Axe: 3500 + Guillotine: 2500 + Tomahawk: 3500 + B_Harword_Card: 1 + } +}, +{ + Id: 1649 + SpriteName: "B_MAGALETA" + Name: "High Priest Magaleta" + Lv: 99 + Hp: 1092910 + Sp: 0 + Exp: 4257000 + JExp: 1318800 + AttackRange: 1 + Attack: [4688, 5580] + Def: 35 + Mdef: 78 + Stats: { + Str: 1 + Agi: 84 + Vit: 64 + Int: 182 + Dex: 92 + Luk: 100 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (6, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 125 + AttackDelay: 1152 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 2128500 + MvpDrops: { + Old_Violet_Box: 5500 + Old_Blue_Box: 5000 + Crystal_Jewel__: 2000 + } + Drops: { + Berserk: 3500 + Safety_Ring: 2500 + Celestial_Robe: 9000 + Book_Of_The_Apocalypse: 3500 + Quadrille: 3500 + Grand_Cross: 2500 + Diary_Of_Great_Sage: 3500 + B_Magaleta_Card: 1 + } +}, +{ + Id: 1650 + SpriteName: "B_SHECIL" + Name: "Sniper Shecil" + Lv: 99 + Hp: 1349000 + Sp: 0 + Exp: 4093000 + JExp: 1526000 + AttackRange: 14 + Attack: [4892, 9113] + Def: 22 + Mdef: 35 + Stats: { + Str: 1 + Agi: 180 + Vit: 39 + Int: 67 + Dex: 193 + Luk: 130 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (4, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 76 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 2046500 + MvpDrops: { + Old_Violet_Box: 5500 + Old_Blue_Box: 5000 + Luna_Bow: 2000 + } + Drops: { + Combat_Knife: 3500 + Sucsamad: 3500 + Old_Violet_Box: 9000 + Moonlight_Sword: 1500 + Grimtooth_: 3500 + Bow_Of_Rudra: 1500 + Dragon_Wing: 2500 + B_Shecil_Card: 1 + } +}, +{ + Id: 1651 + SpriteName: "B_KATRINN" + Name: "High Wizard Katrinn" + Lv: 99 + Hp: 1069920 + Sp: 0 + Exp: 4008200 + JExp: 1636700 + AttackRange: 1 + Attack: [1197, 4394] + Def: 10 + Mdef: 88 + Stats: { + Str: 1 + Agi: 89 + Vit: 42 + Int: 223 + Dex: 128 + Luk: 93 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (8, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1152 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 2004100 + MvpDrops: { + Old_Violet_Box: 5500 + Old_Blue_Box: 5000 + Crystal_Jewel__: 2000 + } + Drops: { + Cursed_Dagger: 3500 + Counter_Dagger: 3500 + Critical_Ring: 9000 + Robe_Of_Casting: 2500 + Celestial_Robe: 2500 + Survival_Rod_: 3000 + Glittering_Clothes: 3500 + B_Katrinn_Card: 1 + } +}, +// 1'st Class Mobs + +{ + Id: 1652 + SpriteName: "YGNIZEM" + Name: "Ygnizem" + Lv: 58 + Hp: 11200 + Sp: 0 + Exp: 4870 + JExp: 98 + AttackRange: 1 + Attack: [823, 1212] + Def: 35 + Mdef: 8 + Stats: { + Str: 60 + Agi: 35 + Vit: 52 + Int: 18 + Dex: 79 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 145 + AttackDelay: 576 + AttackMotion: 432 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Lab_Staff_Record: 1000 + Katzbalger: 1 + Two_Hand_Sword_: 20 + Saber_: 20 + Padded_Armor_: 10 + Slayer_: 80 + Plate_Armor_: 1 + Ygnizem_Card: 1 + } +}, +{ + Id: 1653 + SpriteName: "WHIKEBAIN" + Name: "Whikebain" + Lv: 62 + Hp: 7320 + Sp: 0 + Exp: 4204 + JExp: 21 + AttackRange: 1 + Attack: [693, 889] + Def: 9 + Mdef: 8 + Stats: { + Str: 1 + Agi: 102 + Vit: 34 + Int: 20 + Dex: 83 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (5, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 120 + AttackDelay: 576 + AttackMotion: 432 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Armlet_Of_Prisoner: 2000 + Forturn_Sword: 1 + Adventurere's_Suit_: 40 + Gladius_: 10 + Chain_Mail_: 2 + Ring_Of_Rogue: 2 + Coward_: 10 + Whikebain_Card: 1 + } +}, +{ + Id: 1654 + SpriteName: "ARMAIA" + Name: "Armaia" + Lv: 66 + Hp: 7110 + Sp: 0 + Exp: 4008 + JExp: 35 + AttackRange: 1 + Attack: [750, 913] + Def: 42 + Mdef: 6 + Stats: { + Str: 5 + Agi: 36 + Vit: 50 + Int: 15 + Dex: 89 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (2, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 120 + AttackDelay: 576 + AttackMotion: 432 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Armlet_Of_Prisoner: 1000 + Muffler_: 1 + Buster_: 50 + Battle_Axe_: 40 + Mink_Coat: 10 + Axe_: 80 + Windhawk: 10 + Armaia_Card: 1 + } +}, +{ + Id: 1655 + SpriteName: "EREND" + Name: "Erend" + Lv: 59 + Hp: 6980 + Sp: 0 + Exp: 4501 + JExp: 67 + AttackRange: 1 + Attack: [896, 1159] + Def: 14 + Mdef: 30 + Stats: { + Str: 1 + Agi: 31 + Vit: 41 + Int: 93 + Dex: 67 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (6, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 130 + AttackDelay: 576 + AttackMotion: 432 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Armlet_Of_Prisoner: 500 + Biretta_: 5 + Morning_Star_: 50 + Sword_Mace_: 20 + Saint_Robe_: 5 + Scapulare_: 10 + Spike: 1 + Erend_Card: 1 + } +}, +{ + Id: 1656 + SpriteName: "KAVAC" + Name: "Kavac" + Lv: 60 + Hp: 7899 + Sp: 0 + Exp: 4090 + JExp: 86 + AttackRange: 9 + Attack: [684, 904] + Def: 12 + Mdef: 5 + Stats: { + Str: 48 + Agi: 100 + Vit: 10 + Int: 15 + Dex: 118 + Luk: 40 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (4, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 576 + AttackMotion: 432 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Lab_Staff_Record: 2000 + Kakkung_: 1 + Steel_Arrow_Container: 100 + Great_Bow_: 10 + Mantle_: 5 + Sandals_: 30 + Shoes_: 2 + Kavac_Card: 1 + } +}, +{ + Id: 1657 + SpriteName: "RAWREL" + Name: "Rawrel" + Lv: 61 + Hp: 6168 + Sp: 0 + Exp: 4620 + JExp: 30 + AttackRange: 1 + Attack: [430, 517] + Def: 8 + Mdef: 48 + Stats: { + Str: 1 + Agi: 41 + Vit: 5 + Int: 120 + Dex: 45 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (8, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 576 + AttackMotion: 432 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Mementos: 1000 + Staff_Of_Wing: 1 + Guard_: 5 + Staff_: 50 + Silk_Robe_: 10 + Silver_Robe_: 30 + Clip: 1 + Rawrel_Card: 1 + } +}, +// 1'st Class MvP (Ygnizem/Egnigem Cenia) and her mobs. + +{ + Id: 1658 + SpriteName: "B_YGNIZEM" + Name: "Ygnizem" + Lv: 79 + Hp: 214200 + Sp: 0 + Exp: 258760 + JExp: 86000 + AttackRange: 1 + Attack: [3890, 5690] + Def: 48 + Mdef: 25 + Stats: { + Str: 82 + Agi: 60 + Vit: 45 + Int: 31 + Dex: 110 + Luk: 40 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 1008 + AttackMotion: 864 + DamageMotion: 288 + MvpExp: 129380 + MvpDrops: { + Old_Violet_Box: 5500 + Old_Blue_Box: 5000 + Crystal_Jewel__: 2000 + } + Drops: { + Broad_Sword_: 1000 + Gift_Box: 5000 + Old_Blue_Box: 5000 + Schweizersabel: 1000 + Formal_Suit: 1000 + Boots_: 1000 + Nagan: 1000 + B_Ygnizem_Card: 1 + } +}, +{ + Id: 1659 + SpriteName: "G_WHIKEBAIN" + Name: "Whikebain" + Lv: 62 + Hp: 7320 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [593, 789] + Def: 9 + Mdef: 12 + Stats: { + Str: 1 + Agi: 102 + Vit: 34 + Int: 23 + Dex: 74 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (5, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 120 + AttackDelay: 1008 + AttackMotion: 864 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Gift_Box: 10 + } +}, +{ + Id: 1660 + SpriteName: "G_ARMAIA" + Name: "Armaia" + Lv: 66 + Hp: 7110 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [650, 813] + Def: 42 + Mdef: 6 + Stats: { + Str: 5 + Agi: 36 + Vit: 40 + Int: 15 + Dex: 80 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (2, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 120 + AttackDelay: 1008 + AttackMotion: 864 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Gift_Box: 10 + } +}, +{ + Id: 1661 + SpriteName: "G_EREND" + Name: "Erend" + Lv: 59 + Hp: 6980 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [796, 1059] + Def: 14 + Mdef: 30 + Stats: { + Str: 1 + Agi: 31 + Vit: 41 + Int: 93 + Dex: 60 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (6, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 130 + AttackDelay: 1008 + AttackMotion: 864 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Gift_Box: 10 + } +}, +{ + Id: 1662 + SpriteName: "G_KAVAC" + Name: "Kavac" + Lv: 60 + Hp: 7899 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 9 + Attack: [584, 804] + Def: 12 + Mdef: 5 + Stats: { + Str: 48 + Agi: 100 + Vit: 10 + Int: 20 + Dex: 118 + Luk: 40 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (4, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1008 + AttackMotion: 864 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Gift_Box: 10 + } +}, +{ + Id: 1663 + SpriteName: "G_RAWREL" + Name: "Rawrel" + Lv: 61 + Hp: 6168 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [330, 417] + Def: 8 + Mdef: 48 + Stats: { + Str: 1 + Agi: 41 + Vit: 5 + Int: 100 + Dex: 45 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (8, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1008 + AttackMotion: 864 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Gift_Box: 10 + } +}, +// Juperos + +{ + Id: 1664 + SpriteName: "POTON_CANON" + Name: "Photon Cannon" + Lv: 66 + Hp: 8000 + Sp: 0 + Exp: 3900 + JExp: 1800 + AttackRange: 9 + Attack: [800, 900] + Def: 10 + Mdef: 30 + Stats: { + Str: 1 + Agi: 40 + Vit: 25 + Int: 20 + Dex: 80 + Luk: 80 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (0, 2) + Mode: { + Aggressive: true + CanAttack: true + } + MoveSpeed: 300 + AttackDelay: 1536 + AttackMotion: 960 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Large_Jellopy: 5000 + Dark_Red_Jewel: 1000 + Sticky_Mucus: 1000 + } +}, +{ + Id: 1665 + SpriteName: "POTON_CANON_1" + Name: "Photon Cannon" + Lv: 67 + Hp: 7500 + Sp: 0 + Exp: 4300 + JExp: 2000 + AttackRange: 9 + Attack: [700, 800] + Def: 15 + Mdef: 30 + Stats: { + Str: 1 + Agi: 40 + Vit: 30 + Int: 40 + Dex: 86 + Luk: 80 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (0, 2) + Mode: { + Aggressive: true + CanAttack: true + } + MoveSpeed: 300 + AttackDelay: 1536 + AttackMotion: 960 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Large_Jellopy: 5000 + Blue_Jewel: 1000 + Sticky_Mucus: 1000 + Destroyer: 5 + } +}, +{ + Id: 1666 + SpriteName: "POTON_CANON_2" + Name: "Photon Cannon" + Lv: 64 + Hp: 7100 + Sp: 0 + Exp: 3100 + JExp: 2700 + AttackRange: 9 + Attack: [800, 900] + Def: 8 + Mdef: 30 + Stats: { + Str: 1 + Agi: 40 + Vit: 21 + Int: 29 + Dex: 80 + Luk: 91 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (0, 2) + Mode: { + Aggressive: true + CanAttack: true + } + MoveSpeed: 300 + AttackDelay: 1536 + AttackMotion: 960 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Large_Jellopy: 5000 + Azure_Jewel: 1000 + Sticky_Mucus: 1000 + } +}, +{ + Id: 1667 + SpriteName: "POTON_CANON_3" + Name: "Photon Cannon" + Lv: 65 + Hp: 7800 + Sp: 0 + Exp: 3800 + JExp: 2300 + AttackRange: 9 + Attack: [700, 800] + Def: 15 + Mdef: 30 + Stats: { + Str: 1 + Agi: 40 + Vit: 23 + Int: 30 + Dex: 90 + Luk: 99 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (0, 2) + Mode: { + Aggressive: true + CanAttack: true + } + MoveSpeed: 300 + AttackDelay: 1536 + AttackMotion: 960 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Large_Jellopy: 5000 + Golden_Jewel: 1000 + Sticky_Mucus: 1000 + } +}, +{ + Id: 1668 + SpriteName: "ARCHDAM" + Name: "Archdam" + Lv: 79 + Hp: 25000 + Sp: 0 + Exp: 8000 + JExp: 5000 + AttackRange: 3 + Attack: [1000, 2000] + Def: 15 + Mdef: 15 + Stats: { + Str: 65 + Agi: 65 + Vit: 35 + Int: 75 + Dex: 75 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 7 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 180 + AttackDelay: 580 + AttackMotion: 288 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Screw: 5000 + Steel: 500 + Oridecon: 200 + Elunium: 200 + Gate_Keeper: 5 + Gate_KeeperDD: 5 + Archdam_Card: 1 + } +}, +{ + Id: 1669 + SpriteName: "DIMIK" + Name: "Dimik" + Lv: 77 + Hp: 10000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 5 + Attack: [1040, 1880] + Def: 45 + Mdef: 28 + Stats: { + Str: 15 + Agi: 35 + Vit: 40 + Int: 15 + Dex: 120 + Luk: 42 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (0, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 576 + AttackMotion: 720 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Dimik_Card: 1 + } +}, +{ + Id: 1670 + SpriteName: "DIMIK_1" + Name: "Dimik" + Lv: 79 + Hp: 16000 + Sp: 0 + Exp: 6400 + JExp: 3500 + AttackRange: 7 + Attack: [1140, 1980] + Def: 45 + Mdef: 28 + Stats: { + Str: 15 + Agi: 88 + Vit: 20 + Int: 20 + Dex: 120 + Luk: 40 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (4, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 576 + AttackMotion: 720 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Old_Steel_Plate: 2000 + Transparent_Plate01: 50 + Steel: 300 + Mystery_Piece: 300 + Dusk: 5 + Oridecon: 10 + Imperial_Cooking_Kits: 50 + Dimik_Card: 1 + } +}, +{ + Id: 1671 + SpriteName: "DIMIK_2" + Name: "Dimik" + Lv: 89 + Hp: 29000 + Sp: 0 + Exp: 8000 + JExp: 5000 + AttackRange: 5 + Attack: [1440, 2280] + Def: 45 + Mdef: 28 + Stats: { + Str: 15 + Agi: 40 + Vit: 30 + Int: 30 + Dex: 150 + Luk: 70 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (1, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 576 + AttackMotion: 720 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Old_Steel_Plate: 2000 + Transparent_Plate02: 50 + Steel: 300 + Mystery_Piece: 300 + Thunder_P_: 10 + Oridecon: 10 + Imperial_Cooking_Kits: 50 + Dimik_Card: 1 + } +}, +{ + Id: 1672 + SpriteName: "DIMIK_3" + Name: "Dimik" + Lv: 80 + Hp: 19000 + Sp: 0 + Exp: 5900 + JExp: 2800 + AttackRange: 5 + Attack: [1240, 2080] + Def: 68 + Mdef: 28 + Stats: { + Str: 15 + Agi: 30 + Vit: 78 + Int: 20 + Dex: 120 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (2, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 576 + AttackMotion: 720 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Old_Steel_Plate: 2000 + Transparent_Plate03: 50 + Steel: 300 + Mystery_Piece: 300 + Hyper_Changer: 10 + Oridecon: 10 + Imperial_Cooking_Kits: 50 + Dimik_Card: 1 + } +}, +{ + Id: 1673 + SpriteName: "DIMIK_4" + Name: "Dimik" + Lv: 82 + Hp: 13900 + Sp: 0 + Exp: 5800 + JExp: 4500 + AttackRange: 5 + Attack: [1840, 2840] + Def: 45 + Mdef: 28 + Stats: { + Str: 15 + Agi: 20 + Vit: 20 + Int: 10 + Dex: 120 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 576 + AttackMotion: 720 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Old_Steel_Plate: 2000 + Transparent_Plate04: 50 + Steel: 300 + Mystery_Piece: 300 + Hyper_Changer: 10 + Oridecon: 10 + Imperial_Cooking_Kits: 50 + Dimik_Card: 1 + } +}, +{ + Id: 1674 + SpriteName: "MONEMUS" + Name: "Monemus" + Lv: 88 + Hp: 80000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 5 + Attack: [2000, 3000] + Def: 54 + Mdef: 25 + Stats: { + Str: 0 + Agi: 1 + Vit: 90 + Int: 24 + Dex: 144 + Luk: 45 + } + ViewRange: 14 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (3, 3) + Mode: { + Aggressive: true + Boss: true + CanAttack: true + Detector: true + } + MoveSpeed: 400 + AttackDelay: 1368 + AttackMotion: 1344 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Stone: 2000 + Stone_Heart: 1000 + } +}, +{ + Id: 1675 + SpriteName: "VENATU" + Name: "Venatu" + Lv: 77 + Hp: 8000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [1200, 1800] + Def: 35 + Mdef: 20 + Stats: { + Str: 5 + Agi: 26 + Vit: 24 + Int: 5 + Dex: 75 + Luk: 40 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 504 + AttackMotion: 1020 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Venatu_Card: 1 + } +}, +{ + Id: 1676 + SpriteName: "VENATU_1" + Name: "Venatu" + Lv: 72 + Hp: 8900 + Sp: 0 + Exp: 4000 + JExp: 2000 + AttackRange: 2 + Attack: [800, 1400] + Def: 30 + Mdef: 20 + Stats: { + Str: 5 + Agi: 26 + Vit: 24 + Int: 5 + Dex: 82 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (0, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 504 + AttackMotion: 1020 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Screw: 2000 + Piece_Of_Crest1: 350 + Steel: 300 + Mystery_Piece: 300 + Drifter: 5 + Elunium: 10 + High_end_Cooking_Kits: 100 + Venatu_Card: 1 + } +}, +{ + Id: 1677 + SpriteName: "VENATU_2" + Name: "Venatu" + Lv: 80 + Hp: 9000 + Sp: 0 + Exp: 4000 + JExp: 2000 + AttackRange: 2 + Attack: [900, 1500] + Def: 30 + Mdef: 20 + Stats: { + Str: 5 + Agi: 82 + Vit: 32 + Int: 5 + Dex: 105 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (4, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 504 + AttackMotion: 1020 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Screw: 2000 + Piece_Of_Crest2: 500 + Steel: 300 + Mystery_Piece: 300 + Long_Barrel_: 10 + Elunium: 10 + High_end_Cooking_Kits: 100 + Venatu_Card: 1 + } +}, +{ + Id: 1678 + SpriteName: "VENATU_3" + Name: "Venatu" + Lv: 78 + Hp: 9500 + Sp: 0 + Exp: 4500 + JExp: 2000 + AttackRange: 2 + Attack: [800, 1400] + Def: 30 + Mdef: 20 + Stats: { + Str: 5 + Agi: 26 + Vit: 68 + Int: 5 + Dex: 95 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (2, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 504 + AttackMotion: 1020 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Screw: 2000 + Piece_Of_Crest3: 400 + Steel: 300 + Mystery_Piece: 300 + Hyper_Changer: 10 + Elunium: 10 + High_end_Cooking_Kits: 100 + Venatu_Card: 1 + } +}, +{ + Id: 1679 + SpriteName: "VENATU_4" + Name: "Venatu" + Lv: 75 + Hp: 12300 + Sp: 0 + Exp: 4000 + JExp: 2000 + AttackRange: 2 + Attack: [800, 1400] + Def: 30 + Mdef: 20 + Stats: { + Str: 5 + Agi: 26 + Vit: 24 + Int: 5 + Dex: 100 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (1, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 504 + AttackMotion: 1020 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Screw: 2000 + Piece_Of_Crest4: 300 + Steel: 300 + Mystery_Piece: 300 + Hyper_Changer: 10 + Elunium: 10 + High_end_Cooking_Kits: 100 + Venatu_Card: 1 + } +}, +{ + Id: 1680 + SpriteName: "HILL_WIND_1" + Name: "Hill Wind" + Lv: 45 + Hp: 4233 + Sp: 0 + Exp: 2132 + JExp: 1722 + AttackRange: 3 + Attack: [320, 510] + Def: 10 + Mdef: 15 + Stats: { + Str: 21 + Agi: 42 + Vit: 31 + Int: 50 + Dex: 67 + Luk: 23 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (4, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 170 + AttackDelay: 504 + AttackMotion: 480 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Harpy's_Feather: 4000 + Harpy's_Claw: 3000 + Monster's_Feed: 1000 + Blue_Herb: 10 + Hill_Wind_Card: 1 + } +}, +{ + Id: 1681 + SpriteName: "GEMINI" + Name: "Gemini-S58" + Lv: 72 + Hp: 57870 + Sp: 0 + Exp: 22024 + JExp: 9442 + AttackRange: 3 + Attack: [2150, 3030] + Def: 60 + Mdef: 45 + Stats: { + Str: 88 + Agi: 75 + Vit: 70 + Int: 77 + Dex: 105 + Luk: 55 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (1, 1) + Mode: { + CanMove: true + Aggressive: true + Boss: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1872 + AttackMotion: 360 + DamageMotion: 864 + MvpExp: 0 + Drops: { + Skull: 3000 + Old_Blue_Box: 1000 + Butcher_: 5 + Yellow_Slim_Potion: 500 + White_Slim_Potion: 400 + Cookbook08: 6 + Stone_Of_Intelligence_: 300 + Gemini_Card: 1 + } +}, +{ + Id: 1682 + SpriteName: "REMOVAL" + Name: "Removal" + Lv: 55 + Hp: 10289 + Sp: 0 + Exp: 3831 + JExp: 1278 + AttackRange: 1 + Attack: [558, 797] + Def: 5 + Mdef: 20 + Stats: { + Str: 1 + Agi: 20 + Vit: 56 + Int: 35 + Dex: 57 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 1536 + AttackMotion: 1056 + DamageMotion: 1152 + MvpExp: 0 + Drops: { + Empty_Bottle: 5000 + Old_Steel_Plate: 5000 + Gas_Mask: 10 + Nice_Sweet_Potato: 500 + Detrimindexta: 50 + Karvodailnirol: 100 + Fedora_: 6 + Removal_Card: 1 + } +}, +{ + Id: 1683 + SpriteName: "G_POTON_CANON" + Name: "Photon Cannon" + Lv: 46 + Hp: 7000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 9 + Attack: [560, 570] + Def: 5 + Mdef: 10 + Stats: { + Str: 1 + Agi: 36 + Vit: 36 + Int: 20 + Dex: 56 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1536 + AttackMotion: 960 + DamageMotion: 480 + MvpExp: 0 +}, +{ + Id: 1684 + SpriteName: "G_ARCHDAM" + Name: "Archdam" + Lv: 57 + Hp: 11000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 3 + Attack: [600, 700] + Def: 15 + Mdef: 15 + Stats: { + Str: 65 + Agi: 65 + Vit: 35 + Int: 75 + Dex: 75 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 8 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 180 + AttackDelay: 1080 + AttackMotion: 288 + DamageMotion: 360 + MvpExp: 0 +}, +{ + Id: 1685 + SpriteName: "APOCALIPS_H" + Name: "Vesper" + Lv: 97 + Hp: 640700 + Sp: 0 + Exp: 200000 + JExp: 100000 + AttackRange: 3 + Attack: [4000, 10000] + Def: 50 + Mdef: 54 + Stats: { + Str: 100 + Agi: 50 + Vit: 30 + Int: 70 + Dex: 160 + Luk: 150 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (6, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 180 + AttackDelay: 504 + AttackMotion: 912 + DamageMotion: 432 + MvpExp: 100000 + MvpDrops: { + Old_Violet_Box: 5500 + Old_Blue_Box: 5000 + Crystal_Jewel__: 2000 + } + Drops: { + Broken_Steel_Piece: 5000 + Mystery_Piece: 3000 + Old_Violet_Box: 1000 + Vesper_Core01: 100 + Vesper_Core02: 100 + Vesper_Core03: 100 + Vesper_Core04: 100 + Apocalips_H_Card: 1 + } +}, +{ + Id: 1686 + SpriteName: "ORC_BABY" + Name: "Orc Baby" + Lv: 21 + Hp: 912 + Sp: 0 + Exp: 220 + JExp: 220 + AttackRange: 1 + Attack: [135, 270] + Def: 10 + Mdef: 10 + Stats: { + Str: 30 + Agi: 15 + Vit: 10 + Int: 18 + Dex: 35 + Luk: 2 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 7 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 672 + AttackMotion: 864 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Large_Jellopy: 1000 + Pacifier: 100 + Viking_Helm: 1 + Milk: 5000 + Milk_Bottle: 200 + Bib: 100 + Orc_Baby_Card: 1 + } +}, +{ + Id: 1687 + SpriteName: "GREEN_IGUANA" + Name: "Green Iguana" + Lv: 54 + Hp: 6444 + Sp: 0 + Exp: 2400 + JExp: 2050 + AttackRange: 1 + Attack: [550, 650] + Def: 0 + Mdef: 10 + Stats: { + Str: 1 + Agi: 52 + Vit: 64 + Int: 5 + Dex: 98 + Luk: 14 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (2, 2) + Mode: { + CanMove: true + Looter: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 720 + AttackMotion: 528 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Leaflet_Of_Aloe: 1500 + Reptile_Tongue: 1000 + Leaflet_Of_Hinal: 1000 + Green_Herb: 1000 + Monster's_Feed: 2000 + Aloebera: 10 + Green_Herb: 1 + Green_Iguana_Card: 1 + } +}, +{ + Id: 1688 + SpriteName: "LADY_TANEE" + Name: "Lady Tanee" + Lv: 89 + Hp: 493000 + Sp: 0 + Exp: 64995 + JExp: 43222 + AttackRange: 14 + Attack: [450, 2170] + Def: 20 + Mdef: 44 + Stats: { + Str: 1 + Agi: 125 + Vit: 48 + Int: 78 + Dex: 210 + Luk: 38 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 3 + Element: (4, 3) + Mode: { + Aggressive: true + Boss: true + CanAttack: true + Detector: true + } + MoveSpeed: 100 + AttackDelay: 576 + AttackMotion: 432 + DamageMotion: 360 + MvpExp: 32497 + MvpDrops: { + Old_Violet_Box: 5500 + Dex_Dish10: 5000 + Crystal_Jewel__: 2000 + } + Drops: { + Agi_Dish10: 5000 + Tropical_Banana: 4000 + Fantastic_Cooking_Kits: 1000 + Banana_Hat: 1000 + Elunium: 5000 + Old_Violet_Box: 2000 + Kakkung_: 6000 + Lady_Tanee_Card: 1 + } +}, +{ + Id: 1689 + SpriteName: "G_BACSOJIN" + Name: "Bacsojin" + Lv: 85 + Hp: 253221 + Sp: 0 + Exp: 45250 + JExp: 16445 + AttackRange: 3 + Attack: [1868, 6124] + Def: 20 + Mdef: 55 + Stats: { + Str: 52 + Agi: 65 + Vit: 44 + Int: 112 + Dex: 152 + Luk: 35 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 7 + Element: (4, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 130 + AttackDelay: 576 + AttackMotion: 960 + DamageMotion: 480 + MvpExp: 0 +}, +{ + Id: 1690 + SpriteName: "G_SPRING_RABBIT" + Name: "Spring Rabbit" + Lv: 12 + Hp: 15 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [0, 0] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (2, 2) + Mode: { + CanMove: true + Looter: true + Plant: true + CanAttack: true + } + MoveSpeed: 160 + AttackDelay: 1120 + AttackMotion: 552 + DamageMotion: 511 + MvpExp: 0 + Drops: { + Hometown_Gift: 100 + Lucky_Cookie01: 300 + Lucky_Cookie03: 300 + Bag_Of_Nuts: 5000 + } +}, +{ + Id: 1691 + SpriteName: "G_KRABEN" + Name: "Kraben" + Lv: 70 + Hp: 10880 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [125, 765] + Def: 5 + Mdef: 42 + Stats: { + Str: 50 + Agi: 155 + Vit: 1 + Int: 66 + Dex: 112 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (8, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 1152 + AttackMotion: 1536 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Leaflet_Of_Aloe: 1 + Leaflet_Of_Aloe: 1 + Leaflet_Of_Aloe: 1 + Leaflet_Of_Aloe: 1 + Leaflet_Of_Aloe: 1 + Leaflet_Of_Aloe: 1 + Leaflet_Of_Aloe: 1 + } +}, +// Thanatos Tower & Abyss + +{ + Id: 1692 + SpriteName: "BREEZE" + Name: "Breeze" + Lv: 56 + Hp: 5099 + Sp: 0 + Exp: 2390 + JExp: 1340 + AttackRange: 2 + Attack: [94, 215] + Def: 7 + Mdef: 32 + Stats: { + Str: 1 + Agi: 96 + Vit: 6 + Int: 38 + Dex: 91 + Luk: 45 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (4, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 140 + AttackMotion: 384 + DamageMotion: 504 + MvpExp: 0 + Drops: { + Raccoon_Leaf: 500 + Four_Leaf_Clover: 10 + Centimental_Leaf: 10 + Gust_Bow: 10 + Branch_Of_Dead_Tree: 10 + Centimental_Flower: 10 + Rough_Wind: 10 + Breeze_Card: 1 + } +}, +{ + Id: 1693 + SpriteName: "PLASMA_Y" + Name: "Plasma" + Lv: 56 + Hp: 8400 + Sp: 0 + Exp: 2200 + JExp: 2100 + AttackRange: 3 + Attack: [400, 900] + Def: 0 + Mdef: 40 + Stats: { + Str: 1 + Agi: 30 + Vit: 10 + Int: 83 + Dex: 105 + Luk: 45 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 0 + Element: (8, 4) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 608 + AttackMotion: 1440 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Scell: 100 + Gift_Box: 10 + Crystal_Jewel_: 2 + Yellow_Gemstone: 100 + Gold: 1 + Plasma_Card: 1 + } +}, +{ + Id: 1694 + SpriteName: "PLASMA_R" + Name: "Plasma" + Lv: 43 + Hp: 5700 + Sp: 0 + Exp: 2000 + JExp: 1000 + AttackRange: 3 + Attack: [300, 700] + Def: 0 + Mdef: 30 + Stats: { + Str: 1 + Agi: 30 + Vit: 5 + Int: 56 + Dex: 90 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 0 + Element: (3, 4) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 608 + AttackMotion: 1440 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Scell: 100 + Gift_Box: 10 + Crystal_Jewel_: 2 + Red_Gemstone: 100 + Boody_Red: 45 + Plasma_Card: 1 + } +}, +{ + Id: 1695 + SpriteName: "PLASMA_G" + Name: "Plasma" + Lv: 47 + Hp: 7600 + Sp: 0 + Exp: 2000 + JExp: 1000 + AttackRange: 3 + Attack: [300, 700] + Def: 0 + Mdef: 30 + Stats: { + Str: 1 + Agi: 30 + Vit: 5 + Int: 61 + Dex: 90 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 0 + Element: (2, 4) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 608 + AttackMotion: 1440 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Scell: 100 + Gift_Box: 10 + Crystal_Jewel_: 2 + Blue_Gemstone: 100 + Yellow_Live: 40 + Plasma_Card: 1 + } +}, +{ + Id: 1696 + SpriteName: "PLASMA_P" + Name: "Plasma" + Lv: 49 + Hp: 5900 + Sp: 0 + Exp: 2000 + JExp: 1000 + AttackRange: 3 + Attack: [300, 700] + Def: 0 + Mdef: 30 + Stats: { + Str: 1 + Agi: 30 + Vit: 5 + Int: 54 + Dex: 90 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 0 + Element: (7, 4) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 608 + AttackMotion: 1440 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Scell: 100 + Gift_Box: 10 + Crystal_Jewel_: 2 + Red_Gemstone: 100 + Cardinal_Jewel_: 100 + Plasma_Card: 1 + } +}, +{ + Id: 1697 + SpriteName: "PLASMA_B" + Name: "Plasma" + Lv: 44 + Hp: 8200 + Sp: 0 + Exp: 2000 + JExp: 1000 + AttackRange: 3 + Attack: [300, 700] + Def: 0 + Mdef: 30 + Stats: { + Str: 1 + Agi: 30 + Vit: 5 + Int: 73 + Dex: 90 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 0 + Element: (1, 4) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 608 + AttackMotion: 1440 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Scell: 100 + Gift_Box: 10 + Crystal_Jewel_: 2 + Blue_Gemstone: 100 + Crystal_Blue: 35 + Plasma_Card: 1 + } +}, +{ + Id: 1698 + SpriteName: "DEATHWORD" + Name: "Deathword" + Lv: 65 + Hp: 18990 + Sp: 0 + Exp: 2986 + JExp: 4912 + AttackRange: 1 + Attack: [622, 1102] + Def: 10 + Mdef: 40 + Stats: { + Str: 50 + Agi: 75 + Vit: 10 + Int: 20 + Dex: 140 + Luk: 45 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 176 + AttackMotion: 912 + DamageMotion: 300 + MvpExp: 0 + Drops: { + Worn_Out_Page: 4000 + Bookclip_In_Memory: 300 + Legend_Of_Kafra01: 50 + Bloody_Page: 500 + Vidar's_Boots: 10 + Cookbook08: 2 + Cookbook09: 1 + Deathword_Card: 1 + } +}, +{ + Id: 1699 + SpriteName: "ANCIENT_MIMIC" + Name: "Ancient Mimic" + Lv: 60 + Hp: 8080 + Sp: 0 + Exp: 2950 + JExp: 2650 + AttackRange: 1 + Attack: [530, 1697] + Def: 20 + Mdef: 40 + Stats: { + Str: 50 + Agi: 100 + Vit: 30 + Int: 40 + Dex: 150 + Luk: 110 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 168 + AttackMotion: 480 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Old_Blue_Box: 30 + Old_Violet_Box: 1 + Gift_Box: 50 + Shoes_: 5 + Manteau_: 1 + Fricco_Shoes: 10 + Gold_Ring: 100 + Ancient_Mimic_Card: 1 + } +}, +{ + Id: 1700 + SpriteName: "OBSERVATION" + Name: "Observation" + Lv: 81 + Hp: 65111 + Sp: 0 + Exp: 39872 + JExp: 33120 + AttackRange: 2 + Attack: [1666, 2609] + Def: 55 + Mdef: 55 + Stats: { + Str: 30 + Agi: 74 + Vit: 56 + Int: 126 + Dex: 145 + Luk: 114 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 8 + Element: (0, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 432 + AttackMotion: 480 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Blue_Feather: 500 + Ring_: 1 + Cursed_Seal: 100 + Golden_Jewel: 1000 + Stone_Of_Intelligence_: 100 + Hair_Band: 10 + Golden_Bracelet: 100 + Observation_Card: 1 + } +}, +{ + Id: 1701 + SpriteName: "SHELTER" + Name: "Shelter" + Lv: 80 + Hp: 38000 + Sp: 0 + Exp: 29010 + JExp: 25110 + AttackRange: 2 + Attack: [1871, 1971] + Def: 22 + Mdef: 63 + Stats: { + Str: 12 + Agi: 67 + Vit: 34 + Int: 167 + Dex: 157 + Luk: 120 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 8 + Element: (6, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 160 + AttackDelay: 432 + AttackMotion: 420 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Red_Feather: 200 + Cursed_Seal: 1 + Stone_Of_Intelligence_: 50 + Scarlet_Jewel: 1000 + Skull: 1000 + Cursed_Seal: 50 + Shelter_Card: 1 + } +}, +{ + Id: 1702 + SpriteName: "RETRIBUTION" + Name: "Retribution" + Lv: 79 + Hp: 46666 + Sp: 0 + Exp: 28332 + JExp: 33120 + AttackRange: 2 + Attack: [2022, 2288] + Def: 35 + Mdef: 35 + Stats: { + Str: 30 + Agi: 142 + Vit: 66 + Int: 72 + Dex: 133 + Luk: 39 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 8 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 120 + AttackDelay: 360 + AttackMotion: 480 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Red_Feather: 400 + Ring_: 1 + Stone_Of_Intelligence_: 50 + Cardinal_Jewel: 1000 + Manteau_: 5 + Two_Hand_Sword_: 10 + Cursed_Seal: 50 + Retribution_Card: 1 + } +}, +{ + Id: 1703 + SpriteName: "SOLACE" + Name: "Solace" + Lv: 77 + Hp: 25252 + Sp: 0 + Exp: 21000 + JExp: 25110 + AttackRange: 2 + Attack: [1392, 1462] + Def: 21 + Mdef: 67 + Stats: { + Str: 12 + Agi: 76 + Vit: 29 + Int: 145 + Dex: 99 + Luk: 100 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 8 + Element: (6, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 180 + AttackDelay: 576 + AttackMotion: 420 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Blue_Feather: 200 + Ring_: 1 + Stone_Of_Intelligence_: 50 + Dark_Red_Jewel: 1000 + Harp_: 50 + Harp: 100 + Cursed_Seal: 50 + Solace_Card: 1 + } +}, +{ + Id: 1704 + SpriteName: "THA_ODIUM" + Name: "Thanatos Odium" + Lv: 92 + Hp: 72389 + Sp: 0 + Exp: 88420 + JExp: 63880 + AttackRange: 9 + Attack: [2100, 2800] + Def: 68 + Mdef: 30 + Stats: { + Str: 100 + Agi: 52 + Vit: 165 + Int: 62 + Dex: 185 + Luk: 90 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 1 + Element: (8, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 432 + AttackMotion: 288 + DamageMotion: 420 + MvpExp: 0 + Drops: { + Brigan: 1000 + Crystal_Jewel_: 500 + Crystal_Jewel__: 100 + Piece_Of_Memory_Blue: 10000 + Old_Card_Album: 10 + Goibne's_Shoulder_Arms: 1000 + Tha_Odium_Card: 1 + } +}, +{ + Id: 1705 + SpriteName: "THA_DESPERO" + Name: "Thanatos Despero" + Lv: 88 + Hp: 86666 + Sp: 0 + Exp: 62001 + JExp: 51220 + AttackRange: 2 + Attack: [2182, 3082] + Def: 38 + Mdef: 39 + Stats: { + Str: 100 + Agi: 167 + Vit: 79 + Int: 92 + Dex: 151 + Luk: 120 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 1 + Element: (8, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 160 + AttackMotion: 528 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Brigan: 1000 + Crystal_Jewel_: 500 + Crystal_Jewel__: 100 + Piece_Of_Memory_Red: 10000 + Old_Card_Album: 10 + Goibne's_Combat_Boots: 1000 + Tha_Despero_Card: 1 + } +}, +{ + Id: 1706 + SpriteName: "THA_MAERO" + Name: "Thanatos Maero" + Lv: 83 + Hp: 62000 + Sp: 0 + Exp: 56699 + JExp: 63880 + AttackRange: 2 + Attack: [2022, 2288] + Def: 29 + Mdef: 72 + Stats: { + Str: 100 + Agi: 176 + Vit: 30 + Int: 200 + Dex: 122 + Luk: 29 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (8, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 160 + AttackMotion: 480 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Brigan: 1000 + Crystal_Jewel_: 500 + Crystal_Jewel__: 100 + Piece_Of_Memory_Purple: 10000 + Old_Card_Album: 10 + Goibne's_Armor: 1000 + Tha_Maero_Card: 1 + } +}, +{ + Id: 1707 + SpriteName: "THA_DOLOR" + Name: "Thanatos Dolor" + Lv: 83 + Hp: 59922 + Sp: 0 + Exp: 43200 + JExp: 51220 + AttackRange: 2 + Attack: [1392, 2092] + Def: 21 + Mdef: 80 + Stats: { + Str: 100 + Agi: 76 + Vit: 29 + Int: 206 + Dex: 139 + Luk: 44 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 1 + Element: (8, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 160 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Brigan: 1000 + Crystal_Jewel_: 500 + Crystal_Jewel__: 100 + Piece_Of_Memory_Green: 10000 + Old_Card_Album: 10 + Goibne's_Helmet: 1000 + Tha_Dolor_Card: 1 + } +}, +{ + Id: 1708 + SpriteName: "THANATOS" + Name: "Thanatos" + Lv: 99 + Hp: 445660 + Sp: 0 + Exp: 3666000 + JExp: 2145060 + AttackRange: 3 + Attack: [3812, 7483] + Def: 35 + Mdef: 35 + Stats: { + Str: 100 + Agi: 108 + Vit: 30 + Int: 86 + Dex: 147 + Luk: 32 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (8, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 120 + AttackDelay: 115 + AttackMotion: 816 + DamageMotion: 504 + MvpExp: 1833000 + MvpDrops: { + Old_Violet_Box: 5500 + Old_Blue_Box: 5000 + Crystal_Jewel__: 2000 + } + Drops: { + Treasure_Box: 1000 + Morrigane's_Manteau: 1000 + Piece_Of_Bone_Armor: 5000 + Full_Plate_Armor_: 5000 + Grave_: 5000 + Wing_Of_Eagle: 1000 + Bloody_Iron_Ball: 500 + Thanatos_Card: 1 + } +}, +{ + Id: 1709 + SpriteName: "G_THA_ODIUM" + Name: "Thanatos Odium" + Lv: 92 + Hp: 72389 + Sp: 0 + Exp: 10000 + JExp: 5000 + AttackRange: 9 + Attack: [2100, 2800] + Def: 68 + Mdef: 30 + Stats: { + Str: 100 + Agi: 52 + Vit: 165 + Int: 62 + Dex: 185 + Luk: 90 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 1 + Element: (8, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 115 + AttackMotion: 288 + DamageMotion: 420 + MvpExp: 0 + Drops: { + Brigan: 1000 + Crystal_Jewel_: 500 + Crystal_Jewel__: 100 + } +}, +{ + Id: 1710 + SpriteName: "G_THA_DESPERO" + Name: "Thanatos Despero" + Lv: 88 + Hp: 86666 + Sp: 0 + Exp: 10000 + JExp: 5000 + AttackRange: 2 + Attack: [2182, 3082] + Def: 38 + Mdef: 39 + Stats: { + Str: 100 + Agi: 167 + Vit: 79 + Int: 92 + Dex: 151 + Luk: 120 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 1 + Element: (8, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 160 + AttackMotion: 528 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Brigan: 1000 + Crystal_Jewel_: 500 + Crystal_Jewel__: 100 + } +}, +{ + Id: 1711 + SpriteName: "G_THA_MAERO" + Name: "Thanatos Maero" + Lv: 83 + Hp: 62000 + Sp: 0 + Exp: 10000 + JExp: 5000 + AttackRange: 2 + Attack: [2022, 2288] + Def: 29 + Mdef: 72 + Stats: { + Str: 100 + Agi: 176 + Vit: 30 + Int: 200 + Dex: 122 + Luk: 29 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (8, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 160 + AttackMotion: 480 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Brigan: 1000 + Crystal_Jewel_: 500 + Crystal_Jewel__: 100 + } +}, +{ + Id: 1712 + SpriteName: "G_THA_DOLOR" + Name: "Thanatos Dolor" + Lv: 83 + Hp: 59922 + Sp: 0 + Exp: 10000 + JExp: 5000 + AttackRange: 2 + Attack: [1392, 2092] + Def: 21 + Mdef: 80 + Stats: { + Str: 100 + Agi: 76 + Vit: 29 + Int: 206 + Dex: 139 + Luk: 44 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 1 + Element: (8, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 160 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Brigan: 1000 + Crystal_Jewel_: 500 + Crystal_Jewel__: 100 + } +}, +{ + Id: 1713 + SpriteName: "ACIDUS" + Name: "Acidus" + Lv: 80 + Hp: 51112 + Sp: 0 + Exp: 28043 + JExp: 8023 + AttackRange: 2 + Attack: [1289, 2109] + Def: 29 + Mdef: 69 + Stats: { + Str: 1 + Agi: 71 + Vit: 55 + Int: 135 + Dex: 103 + Luk: 69 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 9 + Element: (6, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 170 + AttackDelay: 168 + AttackMotion: 1008 + DamageMotion: 300 + MvpExp: 0 + Drops: { + Orange: 5100 + Dragon_Canine: 4000 + Treasure_Box: 5 + Dragon_Scale: 3589 + Dragonball_Yellow: 800 + Inverse_Scale: 10 + Stone_Buckler: 50 + Acidus_Card: 1 + } +}, +{ + Id: 1714 + SpriteName: "FERUS" + Name: "Ferus" + Lv: 70 + Hp: 29218 + Sp: 0 + Exp: 8093 + JExp: 3952 + AttackRange: 2 + Attack: [1056, 1496] + Def: 14 + Mdef: 45 + Stats: { + Str: 1 + Agi: 78 + Vit: 45 + Int: 72 + Dex: 81 + Luk: 73 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 9 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 108 + AttackMotion: 576 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Strawberry: 2200 + Dragon_Canine: 1000 + Dragon's_Skin: 1000 + Dragon_Scale: 2000 + Dragonball_Red: 800 + Flame_Heart: 20 + Magni_Cap: 50 + Ferus_Card: 1 + } +}, +{ + Id: 1715 + SpriteName: "NOVUS" + Name: "Novus" + Lv: 42 + Hp: 5430 + Sp: 0 + Exp: 1320 + JExp: 1002 + AttackRange: 1 + Attack: [284, 384] + Def: 20 + Mdef: 28 + Stats: { + Str: 1 + Agi: 56 + Vit: 43 + Int: 45 + Dex: 124 + Luk: 43 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 9 + Element: (0, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 110 + AttackDelay: 151 + AttackMotion: 288 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Green_Herb: 3000 + Cyfar: 1035 + Dragon_Scale: 589 + Novus_Card: 1 + } +}, +{ + Id: 1716 + SpriteName: "ACIDUS_" + Name: "Acidus" + Lv: 76 + Hp: 39111 + Sp: 0 + Exp: 14392 + JExp: 4203 + AttackRange: 2 + Attack: [1180, 2000] + Def: 21 + Mdef: 47 + Stats: { + Str: 1 + Agi: 78 + Vit: 31 + Int: 93 + Dex: 88 + Luk: 52 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 9 + Element: (4, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 180 + AttackDelay: 168 + AttackMotion: 768 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Blue_Potion: 150 + Dragon_Canine: 4000 + Blue_Herb: 150 + Dragon_Scale: 3589 + Dragonball_Blue: 800 + Rough_Wind: 20 + Dragonball_Blue: 100 + Acidus__Card: 1 + } +}, +{ + Id: 1717 + SpriteName: "FERUS_" + Name: "Ferus" + Lv: 69 + Hp: 21182 + Sp: 0 + Exp: 6750 + JExp: 2230 + AttackRange: 2 + Attack: [930, 1170] + Def: 14 + Mdef: 38 + Stats: { + Str: 1 + Agi: 66 + Vit: 77 + Int: 60 + Dex: 79 + Luk: 35 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 9 + Element: (2, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 120 + AttackDelay: 108 + AttackMotion: 576 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Delicious_Fish: 5100 + Dragon_Canine: 1000 + Dragon_Scale: 3589 + Dragonball_Green: 800 + Great_Nature: 20 + Dragonball_Green: 100 + Ferus__Card: 1 + } +}, +{ + Id: 1718 + SpriteName: "NOVUS_" + Name: "Novus" + Lv: 43 + Hp: 5830 + Sp: 0 + Exp: 1411 + JExp: 1100 + AttackRange: 1 + Attack: [314, 414] + Def: 24 + Mdef: 28 + Stats: { + Str: 1 + Agi: 60 + Vit: 43 + Int: 39 + Dex: 119 + Luk: 43 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 9 + Element: (0, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 252 + AttackMotion: 816 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Yellow_Herb: 2000 + Cyfar: 1035 + Dragon_Scale: 589 + Novus__Card: 1 + } +}, +{ + Id: 1719 + SpriteName: "DETALE" + Name: "Detale" + Lv: 90 + Hp: 960000 + Sp: 0 + Exp: 291850 + JExp: 123304 + AttackRange: 3 + Attack: [4560, 5548] + Def: 66 + Mdef: 59 + Stats: { + Str: 100 + Agi: 90 + Vit: 30 + Int: 136 + Dex: 140 + Luk: 56 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 9 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 432 + AttackMotion: 936 + DamageMotion: 360 + MvpExp: 145925 + MvpDrops: { + Old_Violet_Box: 5500 + Old_Blue_Box: 5000 + Crystal_Jewel__: 2000 + } + Drops: { + Morpheus's_Armlet: 1000 + Morpheus's_Ring: 1000 + Treasure_Box: 5000 + Scale_Of_Red_Dragon: 3589 + Int_Dish10: 1000 + Pole_Axe: 100 + Gemmed_Crown: 500 + Detale_Card: 1 + } +}, +{ + Id: 1720 + SpriteName: "HYDRO" + Name: "Hydro" + Lv: 89 + Hp: 308230 + Sp: 0 + Exp: 83450 + JExp: 2480 + AttackRange: 3 + Attack: [2554, 3910] + Def: 52 + Mdef: 62 + Stats: { + Str: 1 + Agi: 96 + Vit: 110 + Int: 86 + Dex: 94 + Luk: 32 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 9 + Element: (7, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 160 + AttackDelay: 140 + AttackMotion: 672 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Dragon's_Skin: 4000 + Dragon_Canine: 4000 + Tri_Headed_Dragon_Head: 3880 + Morpheus's_Hood: 500 + Morrigane's_Helm: 500 + Vit_Dish10: 300 + Fricca_Circlet: 500 + Hydro_Card: 1 + } +}, +{ + Id: 1721 + SpriteName: "DRAGON_EGG" + Name: "Dragon Egg" + Lv: 43 + Hp: 18322 + Sp: 0 + Exp: 6740 + JExp: 0 + AttackRange: 0 + Attack: [1, 2] + Def: 78 + Mdef: 60 + Stats: { + Str: 1 + Agi: 1 + Vit: 56 + Int: 67 + Dex: 1 + Luk: 63 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 9 + Element: (0, 2) + MoveSpeed: 1000 + AttackDelay: 24 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Elunium: 5 + Piece_Of_Egg_Shell: 100 + Crystal_Jewel_: 10 + Crystal_Jewel__: 5 + Dark_Red_Jewel: 10 + Skyblue_Jewel: 10 + Golden_Jewel: 10 + Dragon_Egg_Card: 1 + } +}, +{ + Id: 1722 + SpriteName: "EVENT_JAKK" + Name: "Jakk" + Lv: 99 + Hp: 10310 + Sp: 0 + Exp: 103 + JExp: 100 + AttackRange: 1 + Attack: [115, 182] + Def: 5 + Mdef: 11 + Stats: { + Str: 1 + Agi: 28 + Vit: 18 + Int: 13 + Dex: 35 + Luk: 45 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (3, 2) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 240 + AttackDelay: 1180 + AttackMotion: 480 + DamageMotion: 648 + MvpExp: 0 + Drops: { + Pumpkin_Bucket: 1000 + Pumpkin_Head: 1000 + Pumpkin: 1000 + Pumpkin_Hat: 10000 + } +}, +{ + Id: 1723 + SpriteName: "A_SHECIL" + Name: "Shecil Damon" + Lv: 82 + Hp: 30000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 14 + Attack: [600, 900] + Def: 25 + Mdef: 15 + Stats: { + Str: 1 + Agi: 145 + Vit: 27 + Int: 32 + Dex: 134 + Luk: 80 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (4, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 180 + AttackDelay: 1008 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 +}, +{ + Id: 1724 + SpriteName: "A_POTON_CANON" + Name: "Photon Cannon" + Lv: 66 + Hp: 8000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 9 + Attack: [1000, 1300] + Def: 10 + Mdef: 30 + Stats: { + Str: 1 + Agi: 40 + Vit: 25 + Int: 20 + Dex: 80 + Luk: 80 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (0, 2) + Mode: { + Aggressive: true + CanAttack: true + } + MoveSpeed: 300 + AttackDelay: 1536 + AttackMotion: 960 + DamageMotion: 480 + MvpExp: 0 +}, +{ + Id: 1725 + SpriteName: "R_PORING" + Name: "Poring" + Lv: 1 + Hp: 50 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [7, 10] + Def: 0 + Mdef: 5 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 6 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (1, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + } + MoveSpeed: 150 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 +}, +{ + Id: 1726 + SpriteName: "R_LUNATIC" + Name: "Lunatic" + Lv: 3 + Hp: 60 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [9, 12] + Def: 0 + Mdef: 20 + Stats: { + Str: 1 + Agi: 3 + Vit: 3 + Int: 10 + Dex: 8 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (0, 3) + Mode: { + CanMove: true + Looter: true + CanAttack: true + } + MoveSpeed: 150 + AttackDelay: 1456 + AttackMotion: 456 + DamageMotion: 336 + MvpExp: 0 +}, +{ + Id: 1727 + SpriteName: "R_SAVAGE_BABE" + Name: "Savage Babe" + Lv: 7 + Hp: 182 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [20, 25] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 7 + Vit: 14 + Int: 5 + Dex: 12 + Luk: 35 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (2, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + } + MoveSpeed: 150 + AttackDelay: 1624 + AttackMotion: 624 + DamageMotion: 576 + MvpExp: 0 +}, +{ + Id: 1728 + SpriteName: "R_DESERT_WOLF_B" + Name: "Desert Wolf Baby" + Lv: 9 + Hp: 164 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [30, 36] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 9 + Vit: 9 + Int: 5 + Dex: 21 + Luk: 40 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (3, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + } + MoveSpeed: 150 + AttackDelay: 1600 + AttackMotion: 900 + DamageMotion: 240 + MvpExp: 0 +}, +{ + Id: 1729 + SpriteName: "R_BAPHOMET_" + Name: "Baphomet Jr." + Lv: 50 + Hp: 8578 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [487, 590] + Def: 15 + Mdef: 25 + Stats: { + Str: 1 + Agi: 75 + Vit: 55 + Int: 1 + Dex: 93 + Luk: 45 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 6 + Element: (7, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + Detector: true + } + MoveSpeed: 150 + AttackDelay: 868 + AttackMotion: 480 + DamageMotion: 120 + MvpExp: 0 +}, +{ + Id: 1730 + SpriteName: "R_DEVIRUCHI" + Name: "Deviruchi" + Lv: 46 + Hp: 7360 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [475, 560] + Def: 10 + Mdef: 25 + Stats: { + Str: 1 + Agi: 69 + Vit: 40 + Int: 55 + Dex: 87 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 6 + Element: (7, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + Detector: true + } + MoveSpeed: 150 + AttackDelay: 980 + AttackMotion: 600 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1731 + SpriteName: "G_DOPPELGANGER" + Name: "Doppelganger" + Lv: 72 + Hp: 12000000 + Sp: 0 + Exp: 3000000 + JExp: 2000000 + AttackRange: 1 + Attack: [5000, 10000] + Def: 99 + Mdef: 99 + Stats: { + Str: 88 + Agi: 180 + Vit: 70 + Int: 75 + Dex: 180 + Luk: 65 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 8 + Element: (8, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 190 + AttackDelay: 480 + AttackMotion: 480 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Warrior_Symbol: 10000 + } +}, +{ + Id: 1732 + SpriteName: "G_TREASURE_BOX" + Name: "Treasure Chest" + Lv: 98 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + 3rd_Floor_Pass: 1000 + } +}, +// Kiel Dungeon monsters + +{ + Id: 1733 + SpriteName: "KIEL" + Name: "Kiel" + Lv: 90 + Hp: 523000 + Sp: 0 + Exp: 36500 + JExp: 23405 + AttackRange: 3 + Attack: [1682, 3311] + Def: 28 + Mdef: 32 + Stats: { + Str: 100 + Agi: 112 + Vit: 76 + Int: 89 + Dex: 156 + Luk: 102 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (7, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 140 + AttackDelay: 1152 + AttackMotion: 576 + DamageMotion: 432 + MvpExp: 0 +}, +{ + Id: 1734 + SpriteName: "KIEL_" + Name: "Kiel D-01" + Lv: 90 + Hp: 1523000 + Sp: 0 + Exp: 2356200 + JExp: 512602 + AttackRange: 3 + Attack: [3280, 6560] + Def: 28 + Mdef: 32 + Stats: { + Str: 100 + Agi: 130 + Vit: 30 + Int: 160 + Dex: 199 + Luk: 180 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (7, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 130 + AttackDelay: 1152 + AttackMotion: 576 + DamageMotion: 432 + MvpExp: 1178100 + MvpDrops: { + Old_Violet_Box: 5500 + Old_Blue_Box: 5000 + Old_Card_Album: 2000 + } + Drops: { + Pocket_Watch: 3000 + Old_Violet_Box: 3000 + Morrigane's_Pendant: 1000 + Glittering_Clothes: 1000 + Survival_Rod_: 500 + Counter_Dagger: 500 + Morrigane's_Belt: 1000 + Kiel_Card: 1 + } +}, +{ + Id: 1735 + SpriteName: "ALICEL" + Name: "Alicel" + Lv: 75 + Hp: 37520 + Sp: 0 + Exp: 8890 + JExp: 5420 + AttackRange: 2 + Attack: [1800, 2770] + Def: 30 + Mdef: 30 + Stats: { + Str: 50 + Agi: 58 + Vit: 50 + Int: 51 + Dex: 92 + Luk: 40 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 1080 + AttackMotion: 480 + DamageMotion: 504 + MvpExp: 0 + Drops: { + Burnt_Parts: 2000 + Sturdy_Iron_Piece: 3000 + Steel: 200 + Screw: 500 + Drill_Katar: 5 + Elunium: 10 + Vali's_Manteau: 20 + Alicel_Card: 1 + } +}, +{ + Id: 1736 + SpriteName: "ALIOT" + Name: "Aliot" + Lv: 75 + Hp: 48290 + Sp: 0 + Exp: 13020 + JExp: 4006 + AttackRange: 2 + Attack: [950, 2470] + Def: 35 + Mdef: 15 + Stats: { + Str: 50 + Agi: 32 + Vit: 87 + Int: 12 + Dex: 68 + Luk: 19 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1296 + AttackMotion: 432 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Burnt_Parts: 2000 + Sturdy_Iron_Piece: 3000 + Falcon_Robe: 10 + Screw: 500 + Claw_: 10 + Elunium: 10 + Curved_Sword: 15 + Aliot_Card: 1 + } +}, +{ + Id: 1737 + SpriteName: "ALIZA" + Name: "Aliza" + Lv: 69 + Hp: 19000 + Sp: 0 + Exp: 6583 + JExp: 3400 + AttackRange: 1 + Attack: [750, 1100] + Def: 8 + Mdef: 5 + Stats: { + Str: 74 + Agi: 74 + Vit: 52 + Int: 35 + Dex: 110 + Luk: 140 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (0, 3) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 220 + AttackDelay: 1440 + AttackMotion: 576 + DamageMotion: 600 + MvpExp: 0 + Drops: { + Brigan: 4000 + Morpheus's_Shawl: 10 + Rosary_: 10 + Alice's_Apron: 5 + Imperial_Cooking_Kits: 50 + Sway_Apron: 1 + Orleans_Server: 5 + Aliza_Card: 1 + } +}, +{ + Id: 1738 + SpriteName: "CONSTANT" + Name: "Constant" + Lv: 55 + Hp: 10000 + Sp: 0 + Exp: 3230 + JExp: 116 + AttackRange: 1 + Attack: [460, 580] + Def: 12 + Mdef: 12 + Stats: { + Str: 50 + Agi: 28 + Vit: 26 + Int: 47 + Dex: 66 + Luk: 14 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 0 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 720 + AttackMotion: 360 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Burnt_Parts: 100 + Sturdy_Iron_Piece: 1500 + Tube: 10 + Steel: 10 + Elunium_Stone: 10 + } +}, +{ + Id: 1739 + SpriteName: "G_ALICEL" + Name: "Alicel" + Lv: 75 + Hp: 37520 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [1600, 2570] + Def: 30 + Mdef: 30 + Stats: { + Str: 50 + Agi: 60 + Vit: 50 + Int: 51 + Dex: 92 + Luk: 40 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1080 + AttackMotion: 480 + DamageMotion: 504 + MvpExp: 0 + Drops: { + Sturdy_Iron_Piece: 500 + } +}, +{ + Id: 1740 + SpriteName: "G_ALIOT" + Name: "Aliot" + Lv: 75 + Hp: 43290 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [950, 2070] + Def: 35 + Mdef: 15 + Stats: { + Str: 50 + Agi: 32 + Vit: 87 + Int: 12 + Dex: 68 + Luk: 19 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1296 + AttackMotion: 432 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Sturdy_Iron_Piece: 500 + } +}, +{ + Id: 1741 + SpriteName: "G_COOKIE_XMAS" + Name: "Christmas Cookie" + Lv: 28 + Hp: 2090 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [140, 170] + Def: 0 + Mdef: 50 + Stats: { + Str: 1 + Agi: 24 + Vit: 30 + Int: 53 + Dex: 45 + Luk: 100 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 7 + Element: (6, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 1248 + AttackMotion: 1248 + DamageMotion: 240 + MvpExp: 0 +}, +{ + Id: 1742 + SpriteName: "G_CARAT" + Name: "Carat" + Lv: 51 + Hp: 5200 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [330, 417] + Def: 0 + Mdef: 25 + Stats: { + Str: 1 + Agi: 41 + Vit: 45 + Int: 5 + Dex: 85 + Luk: 155 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (4, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1078 + AttackMotion: 768 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1743 + SpriteName: "G_MYSTCASE" + Name: "Myst Case" + Lv: 38 + Hp: 3450 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [160, 360] + Def: 5 + Mdef: 10 + Stats: { + Str: 65 + Agi: 50 + Vit: 25 + Int: 5 + Dex: 48 + Luk: 75 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 1248 + AttackMotion: 1248 + DamageMotion: 432 + MvpExp: 0 +}, +{ + Id: 1744 + SpriteName: "G_WILD_ROSE" + Name: "Wild Rose" + Lv: 38 + Hp: 2980 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [315, 360] + Def: 0 + Mdef: 15 + Stats: { + Str: 65 + Agi: 85 + Vit: 15 + Int: 35 + Dex: 65 + Luk: 80 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (4, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 964 + AttackMotion: 864 + DamageMotion: 288 + MvpExp: 0 +}, +{ + Id: 1745 + SpriteName: "G_CONSTANT" + Name: "Constant" + Lv: 55 + Hp: 1000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [460, 580] + Def: 12 + Mdef: 12 + Stats: { + Str: 50 + Agi: 28 + Vit: 26 + Int: 47 + Dex: 66 + Luk: 14 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 6 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + ChangeTargetChase: true + } + MoveSpeed: 110 + AttackDelay: 720 + AttackMotion: 360 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Sturdy_Iron_Piece: 500 + } +}, +{ + Id: 1746 + SpriteName: "G_ALIZA" + Name: "Aliza" + Lv: 69 + Hp: 15000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [750, 1100] + Def: 8 + Mdef: 5 + Stats: { + Str: 74 + Agi: 74 + Vit: 52 + Int: 35 + Dex: 110 + Luk: 140 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1440 + AttackMotion: 576 + DamageMotion: 600 + MvpExp: 0 + Drops: { + Sturdy_Iron_Piece: 500 + } +}, +{ + Id: 1747 + SpriteName: "G_SNAKE" + Name: "Snake" + Lv: 15 + Hp: 471 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [46, 55] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 15 + Vit: 15 + Int: 10 + Dex: 35 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1576 + AttackMotion: 576 + DamageMotion: 576 + MvpExp: 0 +}, +{ + Id: 1748 + SpriteName: "G_ANACONDAQ" + Name: "Anacondaq" + Lv: 23 + Hp: 1109 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [124, 157] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 23 + Vit: 28 + Int: 10 + Dex: 36 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (5, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1576 + AttackMotion: 576 + DamageMotion: 576 + MvpExp: 0 +}, +{ + Id: 1749 + SpriteName: "G_MEDUSA" + Name: "Medusa" + Lv: 79 + Hp: 22408 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [827, 1100] + Def: 48 + Mdef: 38 + Stats: { + Str: 1 + Agi: 74 + Vit: 50 + Int: 57 + Dex: 77 + Luk: 69 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (0, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 180 + AttackDelay: 1720 + AttackMotion: 1320 + DamageMotion: 360 + MvpExp: 0 +}, +{ + Id: 1750 + SpriteName: "G_RED_PLANT" + Name: "Red Plant" + Lv: 1 + Hp: 100 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [100, 200] + Def: 100 + Mdef: 99 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 100 + } + ViewRange: 7 + ChaseRange: 12 + Size: 0 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 2000 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + MvpExp: 0 +}, +// Odin monsters + +{ + Id: 1751 + SpriteName: "RANDGRIS" + Name: "Valkyrie Randgris" + Lv: 99 + Hp: 3567200 + Sp: 0 + Exp: 2854900 + JExp: 3114520 + AttackRange: 3 + Attack: [5560, 9980] + Def: 25 + Mdef: 42 + Stats: { + Str: 100 + Agi: 120 + Vit: 30 + Int: 120 + Dex: 220 + Luk: 210 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 8 + Element: (6, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 576 + AttackMotion: 576 + DamageMotion: 480 + MvpExp: 1427450 + MvpDrops: { + Old_Violet_Box: 5500 + Old_Blue_Box: 5000 + Old_Card_Album: 2000 + } + Drops: { + Valhalla_Flower: 5000 + Valkyrie_Armor: 1600 + Valkyrie_Manteau: 3000 + Valkyrie_Shoes: 3000 + Helm_: 5000 + Bloody_Edge: 2500 + Randgris_Card: 1 + } +}, +{ + Id: 1752 + SpriteName: "SKOGUL" + Name: "Skogul" + Lv: 70 + Hp: 87544 + Sp: 0 + Exp: 27620 + JExp: 10 + AttackRange: 2 + Attack: [1110, 1930] + Def: 20 + Mdef: 15 + Stats: { + Str: 1 + Agi: 69 + Vit: 70 + Int: 50 + Dex: 67 + Luk: 52 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 190 + AttackDelay: 720 + AttackMotion: 384 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Rune_Of_Darkness: 3500 + Brigan: 1000 + Red_Gemstone: 1000 + Rouge: 500 + Skul_Ring: 100 + Elunium_Stone: 500 + Blood_Tears: 5 + Skogul_Card: 1 + } +}, +{ + Id: 1753 + SpriteName: "FRUS" + Name: "Frus" + Lv: 69 + Hp: 83422 + Sp: 0 + Exp: 20620 + JExp: 10 + AttackRange: 2 + Attack: [1110, 1780] + Def: 20 + Mdef: 15 + Stats: { + Str: 1 + Agi: 69 + Vit: 60 + Int: 50 + Dex: 76 + Luk: 52 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 480 + AttackMotion: 576 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Rune_Of_Darkness: 3500 + Brigan: 1000 + Red_Gemstone: 1000 + Earring_: 3 + Mantle_: 10 + Elunium_Stone: 500 + Frus_Card: 1 + } +}, +{ + Id: 1754 + SpriteName: "SKEGGIOLD" + Name: "Skeggiold" + Lv: 81 + Hp: 295200 + Sp: 0 + Exp: 91100 + JExp: 10 + AttackRange: 1 + Attack: [1400, 2020] + Def: 12 + Mdef: 24 + Stats: { + Str: 80 + Agi: 100 + Vit: 50 + Int: 72 + Dex: 90 + Luk: 50 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 8 + Element: (6, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 672 + AttackMotion: 780 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Rune_Of_Darkness: 6000 + Angelic_Chain: 1 + Soft_Feather: 1000 + Divine_Cross: 25 + Rune_Of_Darkness: 1000 + Silk_Robe_: 100 + Odin's_Blessing: 100 + Skeggiold_Card: 1 + } +}, +{ + Id: 1755 + SpriteName: "SKEGGIOLD_" + Name: "Skeggiold" + Lv: 83 + Hp: 315200 + Sp: 0 + Exp: 99200 + JExp: 10 + AttackRange: 1 + Attack: [1600, 2050] + Def: 15 + Mdef: 24 + Stats: { + Str: 80 + Agi: 120 + Vit: 60 + Int: 85 + Dex: 98 + Luk: 80 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 8 + Element: (6, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 672 + AttackMotion: 780 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Rune_Of_Darkness: 6000 + Angelic_Chain: 1 + Soft_Feather: 1000 + Divine_Cross: 25 + Rune_Of_Darkness: 1000 + Silk_Robe_: 100 + Odin's_Blessing: 100 + Skeggiold_Card: 1 + } +}, +{ + Id: 1756 + SpriteName: "G_HYDRO" + Name: "Hydro" + Lv: 89 + Hp: 308230 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 3 + Attack: [2554, 3910] + Def: 52 + Mdef: 62 + Stats: { + Str: 1 + Agi: 96 + Vit: 110 + Int: 86 + Dex: 94 + Luk: 32 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 9 + Element: (7, 2) + Mode: { + CanMove: true + Aggressive: true + Boss: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 160 + AttackDelay: 140 + AttackMotion: 672 + DamageMotion: 432 + MvpExp: 0 +}, +{ + Id: 1757 + SpriteName: "G_ACIDUS" + Name: "Acidus" + Lv: 80 + Hp: 51112 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [1289, 2109] + Def: 39 + Mdef: 69 + Stats: { + Str: 1 + Agi: 71 + Vit: 55 + Int: 135 + Dex: 103 + Luk: 69 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 9 + Element: (6, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 170 + AttackDelay: 168 + AttackMotion: 1008 + DamageMotion: 300 + MvpExp: 0 +}, +{ + Id: 1758 + SpriteName: "G_FERUS" + Name: "Ferus" + Lv: 70 + Hp: 29218 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [1056, 1496] + Def: 34 + Mdef: 45 + Stats: { + Str: 1 + Agi: 78 + Vit: 45 + Int: 72 + Dex: 81 + Luk: 73 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 9 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 108 + AttackMotion: 576 + DamageMotion: 432 + MvpExp: 0 +}, +{ + Id: 1759 + SpriteName: "G_ACIDUS_" + Name: "Acidus" + Lv: 76 + Hp: 39111 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [1180, 2000] + Def: 31 + Mdef: 47 + Stats: { + Str: 1 + Agi: 78 + Vit: 31 + Int: 93 + Dex: 88 + Luk: 52 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 9 + Element: (4, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 180 + AttackDelay: 168 + AttackMotion: 768 + DamageMotion: 360 + MvpExp: 0 +}, +{ + Id: 1760 + SpriteName: "G_FERUS_" + Name: "Ferus" + Lv: 69 + Hp: 21182 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [930, 1170] + Def: 24 + Mdef: 38 + Stats: { + Str: 1 + Agi: 66 + Vit: 77 + Int: 60 + Dex: 79 + Luk: 35 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 9 + Element: (2, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 120 + AttackDelay: 108 + AttackMotion: 576 + DamageMotion: 432 + MvpExp: 0 +}, +{ + Id: 1761 + SpriteName: "G_SKOGUL" + Name: "Skogul" + Lv: 70 + Hp: 57544 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [1110, 1930] + Def: 20 + Mdef: 15 + Stats: { + Str: 1 + Agi: 69 + Vit: 70 + Int: 50 + Dex: 67 + Luk: 52 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 170 + AttackDelay: 720 + AttackMotion: 384 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Rune_Of_Darkness: 500 + } +}, +{ + Id: 1762 + SpriteName: "G_FRUS" + Name: "Frus" + Lv: 69 + Hp: 53422 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [1110, 1780] + Def: 20 + Mdef: 15 + Stats: { + Str: 1 + Agi: 69 + Vit: 60 + Int: 50 + Dex: 76 + Luk: 52 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 130 + AttackDelay: 480 + AttackMotion: 576 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Rune_Of_Darkness: 500 + } +}, +{ + Id: 1763 + SpriteName: "G_SKEGGIOLD" + Name: "Skeggiold" + Lv: 81 + Hp: 100200 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [1400, 3410] + Def: 12 + Mdef: 24 + Stats: { + Str: 80 + Agi: 100 + Vit: 50 + Int: 72 + Dex: 90 + Luk: 50 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 8 + Element: (6, 2) + Mode: { + CanMove: true + Aggressive: true + Boss: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 672 + AttackMotion: 780 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Rune_Of_Darkness: 500 + } +}, +{ + Id: 1764 + SpriteName: "G_SKEGGIOLD_" + Name: "Skeggiold" + Lv: 83 + Hp: 103000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [1600, 4110] + Def: 15 + Mdef: 24 + Stats: { + Str: 80 + Agi: 120 + Vit: 60 + Int: 85 + Dex: 98 + Luk: 80 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 8 + Element: (6, 2) + Mode: { + CanMove: true + Aggressive: true + Boss: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 672 + AttackMotion: 780 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Rune_Of_Darkness: 500 + } +}, +{ + Id: 1765 + SpriteName: "G_RANDGRIS" + Name: "Valkyrie" + Lv: 99 + Hp: 1567200 + Sp: 0 + Exp: 10000 + JExp: 10000 + AttackRange: 3 + Attack: [5560, 9980] + Def: 25 + Mdef: 42 + Stats: { + Str: 100 + Agi: 120 + Vit: 80 + Int: 120 + Dex: 220 + Luk: 210 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 8 + Element: (6, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 576 + AttackMotion: 576 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Valhalla_Flower: 500 + Old_Violet_Box: 100 + Valkyrja's_Shield: 500 + } +}, +{ + Id: 1766 + SpriteName: "EM_ANGELING" + Name: "Angeling" + Lv: 99 + Hp: 128430 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [60, 71] + Def: 40 + Mdef: 50 + Stats: { + Str: 1 + Agi: 17 + Vit: 80 + Int: 80 + Dex: 126 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 8 + Element: (6, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + ChangeChase: true + } + MoveSpeed: 300 + AttackDelay: 1288 + AttackMotion: 288 + DamageMotion: 384 + MvpExp: 0 + MvpDrops: { + Jellopy: 5000 + Jellopy: 5000 + Poring_Doll: 5000 + } +}, +{ + Id: 1767 + SpriteName: "EM_DEVILING" + Name: "Deviling" + Lv: 99 + Hp: 128430 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [60, 71] + Def: 40 + Mdef: 50 + Stats: { + Str: 1 + Agi: 17 + Vit: 80 + Int: 80 + Dex: 126 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 8 + Element: (6, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + ChangeChase: true + } + MoveSpeed: 300 + AttackDelay: 1288 + AttackMotion: 288 + DamageMotion: 384 + MvpExp: 0 + MvpDrops: { + Jellopy: 5000 + Jellopy: 5000 + Poring_Doll: 5000 + } +}, +// Rachel / Ice Dungeon monsters + +{ + Id: 1768 + SpriteName: "GLOOMUNDERNIGHT" + Name: "Gloom Under Night" + Lv: 89 + Hp: 2298000 + Sp: 0 + Exp: 962175 + JExp: 276445 + AttackRange: 3 + Attack: [5880, 9516] + Def: 10 + Mdef: 20 + Stats: { + Str: 100 + Agi: 115 + Vit: 98 + Int: 78 + Dex: 111 + Luk: 50 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (8, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1344 + AttackMotion: 2880 + DamageMotion: 576 + MvpExp: 481087 + MvpDrops: { + Yggdrasilberry: 5500 + Old_Violet_Box: 5000 + Old_Violet_Box: 5000 + } + Drops: { + Will_Of_Darkness_: 7000 + Blade_Lost_In_Darkness: 4000 + Old_Hilt: 2000 + Old_Card_Album: 5000 + Celestial_Robe: 1000 + Hurricane_Fury: 100 + Gloom_Under_Night_Card: 1 + } +}, +{ + Id: 1769 + SpriteName: "AGAV" + Name: "Agav" + Lv: 73 + Hp: 29620 + Sp: 0 + Exp: 9780 + JExp: 6622 + AttackRange: 1 + Attack: [103, 1109] + Def: 15 + Mdef: 35 + Stats: { + Str: 1 + Agi: 32 + Vit: 27 + Int: 132 + Dex: 69 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (0, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 768 + AttackMotion: 360 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Suspicious_Hat: 2500 + High_Fashion_Sandals: 2 + Bloody_Rune: 4000 + Memorize_Book: 1 + Holy_Arrow_Quiver: 50 + Bloody_Rune: 100 + Agav_Card: 1 + } +}, +{ + Id: 1770 + SpriteName: "ECHIO" + Name: "Echio" + Lv: 69 + Hp: 34900 + Sp: 0 + Exp: 13560 + JExp: 4300 + AttackRange: 1 + Attack: [750, 1800] + Def: 33 + Mdef: 11 + Stats: { + Str: 74 + Agi: 74 + Vit: 52 + Int: 35 + Dex: 59 + Luk: 56 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (0, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 768 + AttackMotion: 360 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Suspicious_Hat: 2500 + Seed_Of_Yggdrasil: 10 + Bloody_Rune: 4000 + Beret: 20 + Holy_Arrow_Quiver: 20 + Bloody_Rune: 100 + Divine_Cloth: 20 + Echio_Card: 1 + } +}, +{ + Id: 1771 + SpriteName: "VANBERK" + Name: "Vanberk" + Lv: 59 + Hp: 9988 + Sp: 0 + Exp: 4203 + JExp: 901 + AttackRange: 1 + Attack: [230, 660] + Def: 24 + Mdef: 6 + Stats: { + Str: 69 + Agi: 66 + Vit: 39 + Int: 29 + Dex: 51 + Luk: 41 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (0, 4) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 768 + AttackMotion: 360 + DamageMotion: 360 + MvpExp: 0 + Drops: { + White_Mask: 2500 + Royal_Jelly: 10 + Bloody_Rune: 1000 + Beret: 10 + Scalpel: 5 + Bloody_Rune: 100 + Vanberk_Card: 1 + } +}, +{ + Id: 1772 + SpriteName: "ISILLA" + Name: "Isilla" + Lv: 62 + Hp: 8297 + Sp: 0 + Exp: 3001 + JExp: 3001 + AttackRange: 1 + Attack: [89, 733] + Def: 11 + Mdef: 19 + Stats: { + Str: 1 + Agi: 28 + Vit: 12 + Int: 97 + Dex: 57 + Luk: 12 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (0, 4) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 768 + AttackMotion: 360 + DamageMotion: 432 + MvpExp: 0 + Drops: { + White_Mask: 2500 + High_Fashion_Sandals: 1 + Bloody_Rune: 1000 + Gold_Ring: 10 + Ring: 1 + Bloody_Rune: 100 + Isilla_Card: 1 + } +}, +{ + Id: 1773 + SpriteName: "HODREMLIN" + Name: "Hodremlin" + Lv: 61 + Hp: 12180 + Sp: 0 + Exp: 6782 + JExp: 2022 + AttackRange: 1 + Attack: [845, 1678] + Def: 29 + Mdef: 25 + Stats: { + Str: 80 + Agi: 41 + Vit: 81 + Int: 56 + Dex: 62 + Luk: 11 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 140 + AttackDelay: 960 + AttackMotion: 528 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Prickly_Fruit_: 1000 + Will_Of_Darkness: 1000 + Boots_: 2 + Sticky_Mucus: 1000 + Bloody_Rune: 1000 + Starsand_Of_Witch: 2000 + Shadow_Walk: 10 + Hodremlin_Card: 1 + } +}, +{ + Id: 1774 + SpriteName: "SEEKER" + Name: "Seeker" + Lv: 65 + Hp: 10090 + Sp: 0 + Exp: 5671 + JExp: 4278 + AttackRange: 6 + Attack: [723, 852] + Def: 17 + Mdef: 30 + Stats: { + Str: 60 + Agi: 52 + Vit: 34 + Int: 143 + Dex: 107 + Luk: 27 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 0 + Element: (4, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 190 + AttackDelay: 576 + AttackMotion: 432 + DamageMotion: 300 + MvpExp: 0 + Drops: { + Prickly_Fruit_: 1000 + Will_Of_Darkness: 1000 + Elunium: 20 + Starsand_Of_Witch: 4000 + Bloody_Rune: 1000 + Berdysz: 20 + Seeker_Card: 1 + } +}, +{ + Id: 1775 + SpriteName: "SNOWIER" + Name: "Snowier" + Lv: 60 + Hp: 19230 + Sp: 0 + Exp: 5882 + JExp: 2699 + AttackRange: 2 + Attack: [770, 1347] + Def: 22 + Mdef: 12 + Stats: { + Str: 73 + Agi: 46 + Vit: 72 + Int: 15 + Dex: 52 + Luk: 25 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (1, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 220 + AttackDelay: 936 + AttackMotion: 1020 + DamageMotion: 420 + MvpExp: 0 + Drops: { + Ice_Heart: 3000 + Ice_Piece: 1000 + Elunium_Stone: 100 + Blue_Herb: 50 + White_Herb: 500 + Icicle_Fist: 3 + Crystal_Blue: 100 + Snowier_Card: 1 + } +}, +{ + Id: 1776 + SpriteName: "SIROMA" + Name: "Siroma" + Lv: 42 + Hp: 6800 + Sp: 0 + Exp: 2230 + JExp: 1005 + AttackRange: 1 + Attack: [220, 440] + Def: 12 + Mdef: 8 + Stats: { + Str: 33 + Agi: 23 + Vit: 52 + Int: 11 + Dex: 40 + Luk: 19 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 0 + Element: (1, 3) + Mode: { + CanMove: true + Looter: true + CanAttack: true + } + MoveSpeed: 180 + AttackDelay: 432 + AttackMotion: 648 + DamageMotion: 240 + MvpExp: 0 + Drops: { + Ice_Heart: 1000 + Ice_Piece: 500 + Blue_Herb: 10 + Crystal_Blue: 20 + Siroma_Card: 1 + } +}, +{ + Id: 1777 + SpriteName: "ICE_TITAN" + Name: "Ice Titan" + Lv: 60 + Hp: 38200 + Sp: 0 + Exp: 13872 + JExp: 7928 + AttackRange: 1 + Attack: [1090, 1570] + Def: 71 + Mdef: 15 + Stats: { + Str: 99 + Agi: 34 + Vit: 88 + Int: 10 + Dex: 79 + Luk: 29 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (1, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 861 + AttackMotion: 660 + DamageMotion: 144 + MvpExp: 0 + Drops: { + Ice_Heart: 5000 + Ice_Piece: 3000 + Frozen_Rose: 100 + Oridecon: 10 + Elunium: 30 + Mistic_Frozen: 100 + Ice_Titan_Card: 1 + } +}, +{ + Id: 1778 + SpriteName: "GAZETI" + Name: "Gazeti" + Lv: 55 + Hp: 12300 + Sp: 0 + Exp: 5758 + JExp: 2075 + AttackRange: 10 + Attack: [512, 612] + Def: 65 + Mdef: 25 + Stats: { + Str: 1 + Agi: 12 + Vit: 20 + Int: 60 + Dex: 101 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (1, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 190 + AttackDelay: 576 + AttackMotion: 370 + DamageMotion: 270 + MvpExp: 0 + Drops: { + Ice_Heart: 3000 + Ice_Piece: 3000 + Elunium: 20 + Frozen_Bow: 1 + Gazeti_Card: 1 + } +}, +{ + Id: 1779 + SpriteName: "KTULLANUX" + Name: "Ktullanux" + Lv: 98 + Hp: 4417000 + Sp: 0 + Exp: 2720050 + JExp: 1120020 + AttackRange: 3 + Attack: [1680, 10360] + Def: 40 + Mdef: 42 + Stats: { + Str: 85 + Agi: 126 + Vit: 30 + Int: 125 + Dex: 177 + Luk: 112 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (1, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 432 + AttackMotion: 840 + DamageMotion: 216 + MvpExp: 1360025 + MvpDrops: { + Yggdrasilberry: 5500 + Old_Violet_Box: 5000 + Old_Violet_Box: 5000 + } + Drops: { + Ice_Scale: 9000 + Old_Card_Album: 3000 + Clack_Of_Servival: 3000 + Herald_Of_GOD: 5000 + Old_Violet_Box: 5000 + Yggdrasilberry: 5000 + Ktullanux_Card: 1 + } +}, +{ + Id: 1780 + SpriteName: "MUSCIPULAR" + Name: "Muscipular" + Lv: 57 + Hp: 4332 + Sp: 0 + Exp: 1706 + JExp: 1706 + AttackRange: 3 + Attack: [521, 726] + Def: 12 + Mdef: 12 + Stats: { + Str: 1 + Agi: 53 + Vit: 39 + Int: 25 + Dex: 92 + Luk: 51 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + Aggressive: true + CanAttack: true + } + MoveSpeed: 2000 + AttackDelay: 672 + AttackMotion: 648 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Sticky_Poison: 3000 + Blossom_Of_Maneater: 3000 + Singing_Flower: 2 + Root_Of_Maneater: 2000 + Stem: 1000 + Deadly_Noxious_Herb: 3 + Muscipular_Card: 1 + } +}, +{ + Id: 1781 + SpriteName: "DROSERA" + Name: "Drosera" + Lv: 46 + Hp: 7221 + Sp: 0 + Exp: 2612 + JExp: 1022 + AttackRange: 7 + Attack: [389, 589] + Def: 10 + Mdef: 13 + Stats: { + Str: 1 + Agi: 30 + Vit: 27 + Int: 17 + Dex: 76 + Luk: 41 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + Aggressive: true + CanAttack: true + } + MoveSpeed: 2000 + AttackDelay: 864 + AttackMotion: 576 + DamageMotion: 336 + MvpExp: 0 + Drops: { + Sticky_Poison: 3000 + Sticky_Mucus: 3000 + Blossom_Of_Maneater: 2000 + Root_Of_Maneater: 2000 + Bitter_Herb: 3 + Stem: 1000 + Drosera_Card: 1 + } +}, +{ + Id: 1782 + SpriteName: "ROWEEN" + Name: "Roween" + Lv: 31 + Hp: 5716 + Sp: 0 + Exp: 1669 + JExp: 1266 + AttackRange: 1 + Attack: [298, 377] + Def: 0 + Mdef: 7 + Stats: { + Str: 51 + Agi: 39 + Vit: 48 + Int: 18 + Dex: 67 + Luk: 19 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (4, 1) + Mode: { + CanMove: true + Looter: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + } + MoveSpeed: 200 + AttackDelay: 412 + AttackMotion: 840 + DamageMotion: 300 + MvpExp: 0 + Drops: { + Rotten_Meat: 3000 + Animal's_Skin: 3000 + Wind_Of_Verdure: 50 + Combo_Battle_Glove: 2 + Roween_Card: 1 + } +}, +{ + Id: 1783 + SpriteName: "GALION" + Name: "Galion" + Lv: 44 + Hp: 32240 + Sp: 0 + Exp: 10020 + JExp: 3368 + AttackRange: 1 + Attack: [336, 441] + Def: 11 + Mdef: 12 + Stats: { + Str: 51 + Agi: 52 + Vit: 59 + Int: 25 + Dex: 72 + Luk: 32 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (4, 2) + Mode: { + CanMove: true + Looter: true + Assist: true + Boss: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + } + MoveSpeed: 150 + AttackDelay: 864 + AttackMotion: 624 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Rotten_Meat: 3000 + Animal's_Skin: 3000 + Rough_Wind: 10 + Ulfhedinn: 5 + Galion_Card: 1 + } +}, +{ + Id: 1784 + SpriteName: "STAPO" + Name: "Stapo" + Lv: 23 + Hp: 666 + Sp: 0 + Exp: 332 + JExp: 221 + AttackRange: 1 + Attack: [135, 370] + Def: 90 + Mdef: 5 + Stats: { + Str: 12 + Agi: 11 + Vit: 15 + Int: 12 + Dex: 23 + Luk: 1 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 0 + Element: (2, 2) + Mode: { + CanMove: true + Looter: true + CanAttack: true + } + MoveSpeed: 300 + AttackDelay: 936 + AttackMotion: 792 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Jellopy: 1000 + Jubilee: 1000 + Apple: 1000 + Large_Jellopy: 100 + Yellow_Live: 10 + Seismic_Fist: 3 + Stapo_Card: 1 + } +}, +{ + Id: 1785 + SpriteName: "ATROCE" + Name: "Atroce" + Lv: 82 + Hp: 1008420 + Sp: 0 + Exp: 295550 + JExp: 118895 + AttackRange: 2 + Attack: [2526, 3646] + Def: 25 + Mdef: 25 + Stats: { + Str: 100 + Agi: 87 + Vit: 30 + Int: 49 + Dex: 89 + Luk: 72 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 576 + AttackMotion: 600 + DamageMotion: 240 + MvpExp: 147775 + MvpDrops: { + Yggdrasilberry: 5500 + Old_Violet_Box: 5000 + Old_Violet_Box: 5000 + } + Drops: { + Bloody_Rune: 7000 + Seed_Of_Yggdrasil: 1000 + Ring_: 1000 + Old_Violet_Box: 5000 + Yggdrasilberry: 5000 + Ulle_Cap: 100 + Altas_Weapon: 100 + Atroce_Card: 1 + } +}, +{ + Id: 1786 + SpriteName: "G_AGAV" + Name: "Agav" + Lv: 73 + Hp: 25620 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [103, 909] + Def: 15 + Mdef: 35 + Stats: { + Str: 1 + Agi: 32 + Vit: 27 + Int: 132 + Dex: 69 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (0, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 768 + AttackMotion: 360 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Suspicious_Hat: 1 + } +}, +{ + Id: 1787 + SpriteName: "G_ECHIO" + Name: "Echio" + Lv: 69 + Hp: 36900 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [750, 1500] + Def: 33 + Mdef: 11 + Stats: { + Str: 74 + Agi: 74 + Vit: 52 + Int: 35 + Dex: 59 + Luk: 56 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (0, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 768 + AttackMotion: 360 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Suspicious_Hat: 1 + } +}, +{ + Id: 1788 + SpriteName: "G_ICE_TITAN" + Name: "Ice Titan" + Lv: 60 + Hp: 32900 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [1090, 1570] + Def: 71 + Mdef: 15 + Stats: { + Str: 99 + Agi: 34 + Vit: 88 + Int: 10 + Dex: 79 + Luk: 29 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (1, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 861 + AttackMotion: 660 + DamageMotion: 144 + MvpExp: 0 + Drops: { + Ice_Heart: 1 + } +}, +{ + Id: 1789 + SpriteName: "ICEICLE" + Name: "Iceicle" + Lv: 38 + Hp: 10 + Sp: 0 + Exp: 5 + JExp: 5 + AttackRange: 3 + Attack: [241, 1082] + Def: 0 + Mdef: 10 + Stats: { + Str: 1 + Agi: 10 + Vit: 10 + Int: 10 + Dex: 172 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 0 + Element: (1, 2) + Mode: { + Aggressive: true + CanAttack: true + } + MoveSpeed: 2000 + AttackDelay: 1344 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Ice_Piece: 1000 + Ice_Piece: 1000 + Ice_Piece: 1000 + Ice_Piece: 500 + Ice_Piece: 500 + Ice_Piece: 500 + Ice_Piece: 500 + Ice_Piece: 500 + } +}, +{ + Id: 1790 + SpriteName: "G_RAFFLESIA" + Name: "Rafflesia" + Lv: 17 + Hp: 1333 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 3 + Attack: [105, 127] + Def: 0 + Mdef: 2 + Stats: { + Str: 1 + Agi: 18 + Vit: 24 + Int: 11 + Dex: 37 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 3 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 512 + AttackMotion: 528 + DamageMotion: 240 + MvpExp: 0 + Drops: { + Golden_Jewel_: 3000 + Red_Jewel_: 4000 + Blue_Jewel_: 2000 + } +}, +{ + Id: 1791 + SpriteName: "G_GALION" + Name: "Galion" + Lv: 44 + Hp: 32240 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [336, 441] + Def: 11 + Mdef: 12 + Stats: { + Str: 51 + Agi: 52 + Vit: 59 + Int: 25 + Dex: 72 + Luk: 32 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (4, 2) + Mode: { + CanMove: true + Looter: true + Assist: true + Boss: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + } + MoveSpeed: 150 + AttackDelay: 864 + AttackMotion: 624 + DamageMotion: 360 + MvpExp: 0 +}, +{ + Id: 1792 + SpriteName: "SOCCER_BALL" + Name: "Soccer Ball" + Lv: 1 + Hp: 1000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 127 + Mdef: 99 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Plant: true + } + MoveSpeed: 2000 + AttackDelay: 96 + AttackMotion: 96 + DamageMotion: 96 + MvpExp: 0 +}, +{ + Id: 1793 + SpriteName: "G_MEGALITH" + Name: "Megalith" + Lv: 45 + Hp: 5300 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 9 + Attack: [264, 314] + Def: 50 + Mdef: 25 + Stats: { + Str: 1 + Agi: 45 + Vit: 60 + Int: 5 + Dex: 95 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (0, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1332 + AttackMotion: 1332 + DamageMotion: 672 + MvpExp: 0 +}, +{ + Id: 1794 + SpriteName: "G_ROWEEN" + Name: "Roween" + Lv: 31 + Hp: 5716 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [298, 377] + Def: 0 + Mdef: 7 + Stats: { + Str: 51 + Agi: 39 + Vit: 48 + Int: 18 + Dex: 67 + Luk: 19 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (4, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 412 + AttackMotion: 840 + DamageMotion: 300 + MvpExp: 0 +}, +{ + Id: 1795 + SpriteName: "BLOODY_KNIGHT_" + Name: "Bloody Knight" + Lv: 82 + Hp: 800000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 3 + Attack: [10000, 30000] + Def: 60 + Mdef: 60 + Stats: { + Str: 88 + Agi: 121 + Vit: 100 + Int: 100 + Dex: 125 + Luk: 55 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 8 + Element: (8, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 828 + AttackMotion: 528 + DamageMotion: 192 + MvpExp: 0 + Drops: { + Pole_Axe: 100 + Grave_: 100 + Pauldron: 200 + Full_Plate_Armor_: 300 + Celestial_Robe: 200 + Survival_Rod2_: 200 + Old_Violet_Box: 7000 + Anti_Spell_Bead: 10000 + } +}, +{ + Id: 1796 + SpriteName: "AUNOE" + Name: "Aunoe" + Lv: 62 + Hp: 21297 + Sp: 0 + Exp: 7102 + JExp: 5102 + AttackRange: 1 + Attack: [1500, 2144] + Def: 11 + Mdef: 19 + Stats: { + Str: 1 + Agi: 28 + Vit: 12 + Int: 91 + Dex: 57 + Luk: 12 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (0, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 768 + AttackMotion: 432 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Memorize_Book: 1 + Musika: 1 + White_Mask: 2500 + High_Fashion_Sandals: 1 + Bloody_Rune: 1000 + Gold_Ring: 10 + Ring: 3 + } +}, +{ + Id: 1797 + SpriteName: "FANAT" + Name: "Fanat" + Lv: 62 + Hp: 21297 + Sp: 0 + Exp: 7102 + JExp: 5102 + AttackRange: 1 + Attack: [1500, 2144] + Def: 11 + Mdef: 19 + Stats: { + Str: 1 + Agi: 28 + Vit: 12 + Int: 91 + Dex: 57 + Luk: 12 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (0, 4) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 768 + AttackMotion: 432 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Memorize_Book: 1 + Kandura: 1 + White_Mask: 2500 + Royal_Jelly: 10 + Bloody_Rune: 1000 + Beret: 10 + Scalpel: 10 + } +}, +{ + Id: 1798 + SpriteName: "TREASURE_BOX_" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Plant: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Gem_Of_Ruin: 10000 + } +}, +{ + Id: 1799 + SpriteName: "G_SEYREN_" + Name: "Lord Knight Seyren" + Lv: 99 + Hp: 347590 + Sp: 0 + Exp: 18000 + JExp: 10000 + AttackRange: 1 + Attack: [4238, 5040] + Def: 72 + Mdef: 37 + Stats: { + Str: 120 + Agi: 110 + Vit: 81 + Int: 65 + Dex: 130 + Luk: 52 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (3, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 76 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Evil_Mind: 300 + } +}, +{ + Id: 1800 + SpriteName: "G_EREMES_" + Name: "Assassin Cross Eremes" + Lv: 99 + Hp: 211230 + Sp: 0 + Exp: 18000 + JExp: 10000 + AttackRange: 1 + Attack: [3189, 5289] + Def: 27 + Mdef: 39 + Stats: { + Str: 90 + Agi: 181 + Vit: 62 + Int: 37 + Dex: 122 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (5, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 76 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Evil_Mind: 300 + } +}, +{ + Id: 1801 + SpriteName: "G_HARWORD_" + Name: "Whitesmith Harword" + Lv: 99 + Hp: 310000 + Sp: 0 + Exp: 18000 + JExp: 10000 + AttackRange: 1 + Attack: [4822, 5033] + Def: 66 + Mdef: 36 + Stats: { + Str: 100 + Agi: 73 + Vit: 112 + Int: 35 + Dex: 136 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (1, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 76 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Evil_Mind: 300 + } +}, +{ + Id: 1802 + SpriteName: "G_MAGALETA_" + Name: "High Priest Magaleta" + Lv: 99 + Hp: 182910 + Sp: 0 + Exp: 18000 + JExp: 10000 + AttackRange: 1 + Attack: [1688, 2580] + Def: 35 + Mdef: 78 + Stats: { + Str: 1 + Agi: 84 + Vit: 64 + Int: 182 + Dex: 92 + Luk: 100 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (6, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 125 + AttackDelay: 1152 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 9000 + Drops: { + Evil_Mind: 300 + } +}, +{ + Id: 1803 + SpriteName: "G_SHECIL_" + Name: "Sniper Shecil" + Lv: 99 + Hp: 209000 + Sp: 0 + Exp: 18000 + JExp: 10000 + AttackRange: 14 + Attack: [1892, 5113] + Def: 22 + Mdef: 35 + Stats: { + Str: 1 + Agi: 180 + Vit: 39 + Int: 67 + Dex: 193 + Luk: 130 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (4, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 76 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Evil_Mind: 300 + } +}, +{ + Id: 1804 + SpriteName: "G_KATRINN_" + Name: "High Wizard Katrinn" + Lv: 99 + Hp: 189920 + Sp: 0 + Exp: 18000 + JExp: 10000 + AttackRange: 1 + Attack: [497, 2094] + Def: 10 + Mdef: 88 + Stats: { + Str: 1 + Agi: 89 + Vit: 42 + Int: 223 + Dex: 128 + Luk: 93 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (8, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1152 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Evil_Mind: 300 + } +}, +{ + Id: 1805 + SpriteName: "B_SEYREN_" + Name: "Lord Knight Seyren" + Lv: 99 + Hp: 1647590 + Sp: 0 + Exp: 4835600 + JExp: 1569970 + AttackRange: 1 + Attack: [7238, 11040] + Def: 72 + Mdef: 37 + Stats: { + Str: 120 + Agi: 110 + Vit: 81 + Int: 65 + Dex: 130 + Luk: 52 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (3, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 76 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Evil_Mind: 10000 + } +}, +{ + Id: 1806 + SpriteName: "B_EREMES_" + Name: "Assassin Cross Eremes" + Lv: 99 + Hp: 1411230 + Sp: 0 + Exp: 4083400 + JExp: 1592380 + AttackRange: 1 + Attack: [4189, 8289] + Def: 37 + Mdef: 39 + Stats: { + Str: 90 + Agi: 181 + Vit: 62 + Int: 37 + Dex: 122 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (5, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 76 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Evil_Mind: 10000 + } +}, +{ + Id: 1807 + SpriteName: "B_HARWORD_" + Name: "Whitesmith Harword" + Lv: 99 + Hp: 1460000 + Sp: 0 + Exp: 4002340 + JExp: 1421000 + AttackRange: 1 + Attack: [7822, 8251] + Def: 66 + Mdef: 36 + Stats: { + Str: 100 + Agi: 73 + Vit: 112 + Int: 35 + Dex: 136 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (2, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 76 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Evil_Mind: 10000 + } +}, +{ + Id: 1808 + SpriteName: "B_MAGALETA_" + Name: "High Priest Magaleta" + Lv: 99 + Hp: 1092910 + Sp: 0 + Exp: 4257000 + JExp: 1318800 + AttackRange: 1 + Attack: [4688, 5580] + Def: 35 + Mdef: 78 + Stats: { + Str: 1 + Agi: 84 + Vit: 64 + Int: 182 + Dex: 92 + Luk: 100 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (6, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 125 + AttackDelay: 1152 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Evil_Mind: 10000 + } +}, +{ + Id: 1809 + SpriteName: "B_SHECIL_" + Name: "Sniper Shecil" + Lv: 99 + Hp: 1349000 + Sp: 0 + Exp: 4093000 + JExp: 1526000 + AttackRange: 14 + Attack: [4892, 9113] + Def: 22 + Mdef: 35 + Stats: { + Str: 1 + Agi: 180 + Vit: 39 + Int: 67 + Dex: 193 + Luk: 130 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (4, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 76 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Evil_Mind: 10000 + } +}, +{ + Id: 1810 + SpriteName: "B_KATRINN_" + Name: "High Wizard Katrinn" + Lv: 99 + Hp: 1069920 + Sp: 0 + Exp: 4008200 + JExp: 1636700 + AttackRange: 1 + Attack: [1197, 4394] + Def: 10 + Mdef: 88 + Stats: { + Str: 1 + Agi: 89 + Vit: 42 + Int: 223 + Dex: 128 + Luk: 93 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (8, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1152 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Evil_Mind: 10000 + } +}, +{ + Id: 1811 + SpriteName: "G_SMOKIE_" + Name: "Smokie" + Lv: 18 + Hp: 641 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [61, 72] + Def: 0 + Mdef: 10 + Stats: { + Str: 1 + Agi: 18 + Vit: 36 + Int: 25 + Dex: 26 + Luk: 35 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (2, 1) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 1576 + AttackMotion: 576 + DamageMotion: 420 + MvpExp: 0 + Drops: { + Sunglasses: 100 + Tiger_Skin_Panties: 500 + Aloebera: 1000 + Ice_Cream: 2000 + Bamboo_Basket: 500 + } +}, +{ + Id: 1812 + SpriteName: "EVENT_LUDE" + Name: "Lude" + Lv: 99 + Hp: 15 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 999 + Luk: 1 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Plant: true + } + MoveSpeed: 190 + AttackDelay: 890 + AttackMotion: 960 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Pumpkin_Bucket: 5000 + Pumpkin_Head: 5000 + Pumpkin: 5000 + Pumpkin_Mojo: 5000 + } +}, +{ + Id: 1813 + SpriteName: "EVENT_HYDRO" + Name: "Hydro" + Lv: 99 + Hp: 1880000 + Sp: 0 + Exp: 4000000 + JExp: 2000000 + AttackRange: 3 + Attack: [15000, 47767] + Def: 60 + Mdef: 55 + Stats: { + Str: 1 + Agi: 142 + Vit: 200 + Int: 250 + Dex: 189 + Luk: 32 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 8 + Element: (8, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 972 + AttackMotion: 672 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Evil_Dragon_Head: 10000 + Dragon_Killer: 500 + Gemmed_Crown: 500 + Pole_Axe: 500 + Int_Dish10: 1500 + Treasure_Box: 5500 + } +}, +{ + Id: 1814 + SpriteName: "EVENT_MOON" + Name: "Moonlight Flower" + Lv: 80 + Hp: 30000 + Sp: 0 + Exp: 30000 + JExp: 30000 + AttackRange: 1 + Attack: [500, 800] + Def: 50 + Mdef: 50 + Stats: { + Str: 1 + Agi: 35 + Vit: 45 + Int: 112 + Dex: 69 + Luk: 93 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (3, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1276 + AttackMotion: 576 + DamageMotion: 288 + MvpExp: 0 +}, +{ + Id: 1815 + SpriteName: "EVENT_RICECAKE" + Name: "Rice Cake" + Lv: 12 + Hp: 20 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [1, 2] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 0 + ChaseRange: 0 + Size: 1 + Race: 0 + Element: (0, 1) + Mode: { + Plant: true + } + MoveSpeed: 2000 + AttackDelay: 1320 + AttackMotion: 0 + DamageMotion: 300 + MvpExp: 0 + Drops: { + Small_Rice_Dough: 10000 + Small_Rice_Dough: 10000 + Small_Rice_Dough: 10000 + Small_Rice_Dough: 10000 + Small_Rice_Dough: 10000 + Small_Rice_Dough: 5000 + Small_Rice_Dough: 4000 + Small_Rice_Dough: 3000 + } +}, +{ + Id: 1816 + SpriteName: "EVENT_GOURD" + Name: "Gourd" + Lv: 12 + Hp: 1000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [1, 2] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 0 + ChaseRange: 0 + Size: 1 + Race: 0 + Element: (0, 1) + Mode: { + Plant: true + } + MoveSpeed: 2000 + AttackDelay: 96 + AttackMotion: 96 + DamageMotion: 96 + MvpExp: 0 + Drops: { + Apple: 10000 + } +}, +{ + Id: 1817 + SpriteName: "EVENT_DETALE" + Name: "Detale" + Lv: 99 + Hp: 8880000 + Sp: 0 + Exp: 4500000 + JExp: 2500000 + AttackRange: 3 + Attack: [32767, 65534] + Def: 65 + Mdef: 65 + Stats: { + Str: 1 + Agi: 142 + Vit: 200 + Int: 250 + Dex: 189 + Luk: 50 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 8 + Element: (8, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 972 + AttackMotion: 936 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Dragon_Spirit: 10000 + Dragon_Wing: 500 + Wizardy_Staff: 500 + Bloody_Roar: 500 + Int_Dish10: 1500 + Luk_Dish10: 1500 + } +}, +{ + Id: 1818 + SpriteName: "EVENT_ALARM" + Name: "Alarm" + Lv: 58 + Hp: 10647 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [1, 2] + Def: 15 + Mdef: 15 + Stats: { + Str: 1 + Agi: 62 + Vit: 72 + Int: 10 + Dex: 85 + Luk: 45 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 1000 + AttackDelay: 1020 + AttackMotion: 500 + DamageMotion: 768 + MvpExp: 0 + Drops: { + Piece_Of_Cogwheel: 7000 + } +}, +{ + Id: 1819 + SpriteName: "EVENT_BATHORY" + Name: "Bathory" + Lv: 44 + Hp: 5415 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [198, 398] + Def: 0 + Mdef: 60 + Stats: { + Str: 1 + Agi: 76 + Vit: 24 + Int: 85 + Dex: 65 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (7, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 1504 + AttackMotion: 840 + DamageMotion: 900 + MvpExp: 0 + Drops: { + Wooden_Block_: 2000 + } +}, +{ + Id: 1820 + SpriteName: "EVENT_BIGFOOT" + Name: "Bigfoot" + Lv: 25 + Hp: 1619 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [198, 220] + Def: 10 + Mdef: 0 + Stats: { + Str: 1 + Agi: 25 + Vit: 55 + Int: 15 + Dex: 20 + Luk: 25 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (2, 1) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 300 + AttackDelay: 1260 + AttackMotion: 192 + DamageMotion: 192 + MvpExp: 0 + Drops: { + Wooden_Block_: 2000 + } +}, +{ + Id: 1821 + SpriteName: "EVENT_DESERT_WOLF" + Name: "Desert Wolf" + Lv: 27 + Hp: 1716 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [169, 208] + Def: 0 + Mdef: 10 + Stats: { + Str: 56 + Agi: 27 + Vit: 45 + Int: 15 + Dex: 56 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (3, 1) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1120 + AttackMotion: 420 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Wooden_Block_: 2000 + } +}, +{ + Id: 1822 + SpriteName: "EVENT_DEVIRUCHI" + Name: "Deviruchi" + Lv: 46 + Hp: 6666 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [475, 560] + Def: 10 + Mdef: 25 + Stats: { + Str: 1 + Agi: 69 + Vit: 40 + Int: 55 + Dex: 70 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 6 + Element: (7, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 980 + AttackMotion: 600 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Wooden_Block_: 3000 + } +}, +{ + Id: 1823 + SpriteName: "EVENT_FREEZER" + Name: "Freezer" + Lv: 72 + Hp: 8636 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [671, 983] + Def: 55 + Mdef: 43 + Stats: { + Str: 69 + Agi: 41 + Vit: 59 + Int: 5 + Dex: 67 + Luk: 100 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (1, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 1452 + AttackMotion: 483 + DamageMotion: 528 + MvpExp: 0 + Drops: { + Wooden_Block_: 3000 + } +}, +{ + Id: 1824 + SpriteName: "EVENT_GARM_BABY" + Name: "Garm Baby" + Lv: 61 + Hp: 20199 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [680, 1179] + Def: 34 + Mdef: 13 + Stats: { + Str: 45 + Agi: 30 + Vit: 56 + Int: 55 + Dex: 85 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (1, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 450 + AttackDelay: 879 + AttackMotion: 672 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Wooden_Block_: 5000 + } +}, +{ + Id: 1825 + SpriteName: "EVENT_GOBLINE_XMAS" + Name: "Christmas Goblin" + Lv: 25 + Hp: 1176 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [118, 140] + Def: 10 + Mdef: 5 + Stats: { + Str: 1 + Agi: 53 + Vit: 25 + Int: 20 + Dex: 38 + Luk: 45 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (4, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 1120 + AttackMotion: 620 + DamageMotion: 240 + MvpExp: 0 + Drops: { + Wooden_Block_: 5000 + } +}, +{ + Id: 1826 + SpriteName: "EVENT_MYST" + Name: "Myst" + Lv: 38 + Hp: 3745 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [365, 445] + Def: 0 + Mdef: 40 + Stats: { + Str: 1 + Agi: 38 + Vit: 18 + Int: 0 + Dex: 53 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (5, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1576 + AttackMotion: 576 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Wooden_Block_: 3000 + } +}, +{ + Id: 1827 + SpriteName: "EVENT_SASQUATCH" + Name: "Sasquatch" + Lv: 30 + Hp: 3163 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [250, 280] + Def: 5 + Mdef: 0 + Stats: { + Str: 75 + Agi: 25 + Vit: 60 + Int: 10 + Dex: 34 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1260 + AttackMotion: 192 + DamageMotion: 192 + MvpExp: 0 + Drops: { + Wooden_Block_: 3000 + } +}, +{ + Id: 1828 + SpriteName: "EVENT_GULLINBURSTI" + Name: "Gullinbrusti" + Lv: 20 + Hp: 20 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [59, 72] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 14 + Vit: 14 + Int: 0 + Dex: 19 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (2, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1960 + AttackMotion: 960 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Bag_Of_Rice: 6000 + Lucky_Candy: 9000 + Lucky_Candy_Cane: 8000 + } +}, +{ + Id: 1829 + SpriteName: "SWORD_GUARDIAN" + Name: "Sword Guardian" + Lv: 86 + Hp: 152533 + Sp: 0 + Exp: 155013 + JExp: 122604 + AttackRange: 2 + Attack: [7590, 9140] + Def: 60 + Mdef: 33 + Stats: { + Str: 110 + Agi: 40 + Vit: 54 + Int: 65 + Dex: 125 + Luk: 65 + } + ViewRange: 14 + ChaseRange: 16 + Size: 2 + Race: 7 + Element: (0, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 170 + AttackDelay: 140 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Broken_Armor_Piece: 3000 + Doom_Slayer: 30 + Claymore: 50 + Zweihander: 1 + Platinum_Shield: 10 + Muscle_Cutter: 50 + Sword_Guardian_Card: 1 + } +}, +{ + Id: 1830 + SpriteName: "BOW_GUARDIAN" + Name: "Bow Guardian" + Lv: 80 + Hp: 80404 + Sp: 0 + Exp: 50149 + JExp: 23006 + AttackRange: 12 + Attack: [1840, 2520] + Def: 40 + Mdef: 62 + Stats: { + Str: 95 + Agi: 80 + Vit: 33 + Int: 90 + Dex: 165 + Luk: 55 + } + ViewRange: 14 + ChaseRange: 16 + Size: 2 + Race: 7 + Element: (0, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 170 + AttackDelay: 76 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Broken_Armor_Piece: 3000 + Luna_Bow: 30 + Bow: 50 + Sniping_Suit: 20 + Orleans_Glove: 4 + Bow_Guardian_Card: 1 + } +}, +{ + Id: 1831 + SpriteName: "SALAMANDER" + Name: "Salamander" + Lv: 91 + Hp: 97934 + Sp: 0 + Exp: 72000 + JExp: 55000 + AttackRange: 2 + Attack: [7590, 10860] + Def: 65 + Mdef: 50 + Stats: { + Str: 90 + Agi: 55 + Vit: 44 + Int: 45 + Dex: 180 + Luk: 25 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (3, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 160 + AttackDelay: 140 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Burning_Heart: 3000 + Flame_Heart: 30 + Red_Gemstone: 100 + Lesser_Elemental_Ring: 1 + Berserk_Guitar: 50 + Ring_: 1 + Meteo_Plate_Armor: 20 + Salamander_Card: 1 + } +}, +{ + Id: 1832 + SpriteName: "IFRIT" + Name: "Ifrit" + Lv: 99 + Hp: 7700000 + Sp: 0 + Exp: 3154321 + JExp: 3114520 + AttackRange: 3 + Attack: [13530, 17000] + Def: 40 + Mdef: 50 + Stats: { + Str: 120 + Agi: 180 + Vit: 25 + Int: 190 + Dex: 199 + Luk: 50 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (3, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 130 + AttackDelay: 212 + AttackMotion: 384 + DamageMotion: 360 + MvpExp: 1577160 + MvpDrops: { + Old_Blue_Box: 5500 + Old_Violet_Box: 5000 + Old_Card_Album: 2000 + } + Drops: { + Flame_Heart: 10000 + Spiritual_Ring: 3000 + Ring_Of_Flame_Lord: 200 + Ring_Of_Resonance: 200 + Hell_Fire: 2000 + Fire_Brand: 2000 + Flame_Sprits_Armor_: 100 + Ifrit_Card: 1 + } +}, +{ + Id: 1833 + SpriteName: "KASA" + Name: "Kasa" + Lv: 85 + Hp: 80375 + Sp: 0 + Exp: 49000 + JExp: 38000 + AttackRange: 2 + Attack: [3030, 3500] + Def: 23 + Mdef: 70 + Stats: { + Str: 45 + Agi: 110 + Vit: 31 + Int: 200 + Dex: 140 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (3, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 800 + AttackMotion: 600 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Burning_Heart: 3000 + Hot_Hair: 2500 + Flame_Heart: 30 + Lesser_Elemental_Ring: 1 + Flame_Sprits_Armor: 10 + Burning_Bow: 10 + Piercing_Staff: 10 + Kasa_Card: 1 + } +}, +{ + Id: 1834 + SpriteName: "G_SALAMANDER" + Name: "Salamander" + Lv: 91 + Hp: 97934 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [9590, 12860] + Def: 65 + Mdef: 60 + Stats: { + Str: 90 + Agi: 55 + Vit: 44 + Int: 45 + Dex: 180 + Luk: 25 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (3, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 160 + AttackDelay: 140 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 +}, +{ + Id: 1835 + SpriteName: "G_KASA" + Name: "Kasa" + Lv: 85 + Hp: 80375 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [3030, 3500] + Def: 23 + Mdef: 70 + Stats: { + Str: 45 + Agi: 158 + Vit: 31 + Int: 250 + Dex: 160 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (3, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 800 + AttackMotion: 600 + DamageMotion: 288 + MvpExp: 0 +}, +{ + Id: 1836 + SpriteName: "MAGMARING" + Name: "Magmaring" + Lv: 40 + Hp: 5300 + Sp: 0 + Exp: 2110 + JExp: 1910 + AttackRange: 1 + Attack: [550, 700] + Def: 25 + Mdef: 24 + Stats: { + Str: 40 + Agi: 60 + Vit: 30 + Int: 10 + Dex: 60 + Luk: 17 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 0 + Element: (3, 2) + Mode: { + CanMove: true + Looter: true + CanAttack: true + } + MoveSpeed: 300 + AttackDelay: 1472 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Burning_Heart: 3000 + Elunium_Stone: 34 + Magmaring_Card: 1 + } +}, +{ + Id: 1837 + SpriteName: "IMP" + Name: "Imp" + Lv: 76 + Hp: 46430 + Sp: 0 + Exp: 25200 + JExp: 11077 + AttackRange: 1 + Attack: [1059, 1509] + Def: 27 + Mdef: 50 + Stats: { + Str: 37 + Agi: 76 + Vit: 30 + Int: 150 + Dex: 99 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 6 + Element: (3, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 824 + AttackMotion: 432 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Hot_Hair: 3000 + Huuma_Blaze: 3 + Live_Coal: 2500 + Heart_Breaker: 10 + Electric_Eel: 25 + Flaming_Ice: 20 + Imp_Card: 1 + } +}, +{ + Id: 1838 + SpriteName: "KNOCKER" + Name: "Knocker" + Lv: 50 + Hp: 7755 + Sp: 0 + Exp: 2202 + JExp: 4023 + AttackRange: 1 + Attack: [889, 990] + Def: 28 + Mdef: 50 + Stats: { + Str: 25 + Agi: 44 + Vit: 50 + Int: 62 + Dex: 65 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 6 + Element: (2, 1) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + Detector: true + } + MoveSpeed: 200 + AttackDelay: 1548 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Great_Nature: 30 + Coal: 150 + Elder_Pixie's_Beard: 5500 + Elven_Ears: 1 + Ribbon: 10 + Thorny_Buckler: 3 + Earth_Bow: 5 + Knocker_Card: 1 + } +}, +{ + Id: 1839 + SpriteName: "BYORGUE" + Name: "Byorgue" + Lv: 86 + Hp: 38133 + Sp: 0 + Exp: 19000 + JExp: 9500 + AttackRange: 2 + Attack: [1340, 2590] + Def: 20 + Mdef: 13 + Stats: { + Str: 25 + Agi: 80 + Vit: 12 + Int: 30 + Dex: 70 + Luk: 10 + } + ViewRange: 14 + ChaseRange: 16 + Size: 1 + Race: 7 + Element: (0, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 170 + AttackDelay: 800 + AttackMotion: 600 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Drill_Katar: 50 + Assassin_Mask_: 3 + Scalpel: 150 + Agi_Dish07: 500 + Old_Blue_Box: 40 + Rider_Insignia_: 1 + Vroken_Sword: 4365 + Byorgue_Card: 1 + } +}, +{ + Id: 1840 + SpriteName: "GOLDEN_SAVAGE" + Name: "Golden Savage" + Lv: 99 + Hp: 500 + Sp: 0 + Exp: 1 + JExp: 1 + AttackRange: 1 + Attack: [500, 700] + Def: 100 + Mdef: 99 + Stats: { + Str: 0 + Agi: 1 + Vit: 1 + Int: 50 + Dex: 120 + Luk: 1 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (2, 2) + Mode: { + CanMove: true + CastSensorIdle: true + Boss: true + Plant: true + CanAttack: true + } + MoveSpeed: 150 + AttackDelay: 1960 + AttackMotion: 480 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Leaf_Of_Yggdrasil: 3000 + Treasure_Box: 100 + Old_Card_Album: 5 + Gold: 500 + Emperium: 100 + Golden_Gear_: 1 + New_Year_Rice_Cake_1: 3000 + New_Year_Rice_Cake_2: 3000 + } +}, +{ + Id: 1841 + SpriteName: "G_SNAKE_" + Name: "Snake Lord's Minion" + Lv: 15 + Hp: 10 + Sp: 0 + Exp: 1 + JExp: 1 + AttackRange: 1 + Attack: [46, 55] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 15 + Vit: 15 + Int: 10 + Dex: 35 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (2, 1) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 1576 + AttackMotion: 576 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Gold_Coin_US: 2000 + Green_Ale_US: 200 + Treasure_Box_: 10 + } +}, +{ + Id: 1842 + SpriteName: "G_ANACONDAQ_" + Name: "Snake Lord's Minion" + Lv: 23 + Hp: 15 + Sp: 0 + Exp: 1 + JExp: 1 + AttackRange: 1 + Attack: [124, 157] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 23 + Vit: 28 + Int: 10 + Dex: 36 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (5, 1) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 1576 + AttackMotion: 576 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Gold_Coin_US: 3500 + Green_Ale_US: 400 + Treasure_Box_: 20 + } +}, +{ + Id: 1843 + SpriteName: "G_SIDE_WINDER_" + Name: "Snake Lord's Minion" + Lv: 43 + Hp: 18 + Sp: 0 + Exp: 1 + JExp: 1 + AttackRange: 1 + Attack: [240, 320] + Def: 100 + Mdef: 99 + Stats: { + Str: 38 + Agi: 43 + Vit: 40 + Int: 15 + Dex: 115 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (5, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1576 + AttackMotion: 576 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Gold_Coin_US: 7000 + Green_Ale_US: 600 + Treasure_Box_: 30 + } +}, +{ + Id: 1844 + SpriteName: "G_ISIS_" + Name: "Snake Lord's Minion" + Lv: 47 + Hp: 25 + Sp: 0 + Exp: 1 + JExp: 1 + AttackRange: 1 + Attack: [423, 507] + Def: 100 + Mdef: 99 + Stats: { + Str: 38 + Agi: 65 + Vit: 43 + Int: 50 + Dex: 66 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (7, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1384 + AttackMotion: 768 + DamageMotion: 336 + MvpExp: 0 + Drops: { + Gold_Coin_US: 8000 + Green_Ale_US: 800 + Treasure_Box_: 50 + } +}, +{ + Id: 1845 + SpriteName: "G_TREASURE_BOX_" + Name: "Treasure Box" + Lv: 98 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Gold_Coin_US: 10000 + Gold_Coin_US: 10000 + Gold_Coin_US: 10000 + Treasure_Box_: 10000 + Green_Ale_US: 2500 + Gold_Coin_US: 5000 + Green_Ale_US: 2500 + Green_Ale_US: 2500 + } +}, +{ + Id: 1846 + SpriteName: "DREAMMETAL" + Name: "Dream Metal" + Lv: 90 + Hp: 999 + Sp: 0 + Exp: 1 + JExp: 1 + AttackRange: 1 + Attack: [1, 2] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 0 + Element: (6, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 300 + AttackDelay: 1288 + AttackMotion: 288 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Dragonball_Yellow_: 2000 + } +}, +{ + Id: 1847 + SpriteName: "EVENT_PORING" + Name: "Poring" + Lv: 98 + Hp: 10000000 + Sp: 0 + Exp: 1000000 + JExp: 1000000 + AttackRange: 1 + Attack: [15000, 20000] + Def: 60 + Mdef: 60 + Stats: { + Str: 1 + Agi: 60 + Vit: 120 + Int: 120 + Dex: 160 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 8 + Element: (8, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 76 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 +}, +{ + Id: 1848 + SpriteName: "EVENT_BAPHOMET" + Name: "Baphomet" + Lv: 50 + Hp: 45000 + Sp: 0 + Exp: 1000 + JExp: 1000 + AttackRange: 2 + Attack: [1500, 3000] + Def: 10 + Mdef: 10 + Stats: { + Str: 1 + Agi: 60 + Vit: 15 + Int: 15 + Dex: 160 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 768 + AttackMotion: 768 + DamageMotion: 576 + MvpExp: 0 +}, +{ + Id: 1849 + SpriteName: "EVENT_OSIRIS" + Name: "Osiris" + Lv: 60 + Hp: 125000 + Sp: 0 + Exp: 2000 + JExp: 2000 + AttackRange: 1 + Attack: [3500, 5000] + Def: 20 + Mdef: 20 + Stats: { + Str: 1 + Agi: 60 + Vit: 25 + Int: 25 + Dex: 160 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 1072 + AttackMotion: 672 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1850 + SpriteName: "EVENT_ORCHERO" + Name: "Orc Hero" + Lv: 50 + Hp: 175000 + Sp: 0 + Exp: 3000 + JExp: 3000 + AttackRange: 1 + Attack: [4000, 5500] + Def: 25 + Mdef: 45 + Stats: { + Str: 1 + Agi: 60 + Vit: 35 + Int: 80 + Dex: 160 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 7 + Element: (2, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1678 + AttackMotion: 780 + DamageMotion: 648 + MvpExp: 0 +}, +{ + Id: 1851 + SpriteName: "EVENT_MOBSTER" + Name: "Mobster" + Lv: 61 + Hp: 7991 + Sp: 0 + Exp: 2 + JExp: 2 + AttackRange: 1 + Attack: [500, 1000] + Def: 45 + Mdef: 35 + Stats: { + Str: 76 + Agi: 46 + Vit: 20 + Int: 35 + Dex: 76 + Luk: 55 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (0, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 1100 + AttackMotion: 560 + DamageMotion: 580 + MvpExp: 0 +}, +{ + Id: 1852 + SpriteName: "G_EM_ANGELING" + Name: "Angeling" + Lv: 99 + Hp: 120 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [60, 71] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 17 + Vit: 80 + Int: 80 + Dex: 126 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 8 + Element: (6, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1288 + AttackMotion: 288 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1853 + SpriteName: "G_EM_DEVILING" + Name: "Deviling" + Lv: 99 + Hp: 120 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [60, 71] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 17 + Vit: 80 + Int: 80 + Dex: 126 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 8 + Element: (6, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1288 + AttackMotion: 288 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1854 + SpriteName: "E_MUKA" + Name: "Muka" + Lv: 17 + Hp: 610 + Sp: 0 + Exp: 273 + JExp: 120 + AttackRange: 1 + Attack: [40, 49] + Def: 5 + Mdef: 5 + Stats: { + Str: 15 + Agi: 15 + Vit: 30 + Int: 5 + Dex: 20 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 3 + Element: (2, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + } + MoveSpeed: 300 + AttackDelay: 1960 + AttackMotion: 960 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Yellow_Live: 70 + Cactus_Needle: 9000 + Empty_Bottle: 2000 + Kaong: 400 + Red_Herb: 1000 + Guisarme: 50 + Iron_Ore: 250 + Muka_Card: 1 + } +}, +{ + Id: 1855 + SpriteName: "E_POISONSPORE" + Name: "Poison Spore" + Lv: 19 + Hp: 665 + Sp: 0 + Exp: 186 + JExp: 93 + AttackRange: 1 + Attack: [89, 101] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 19 + Vit: 25 + Int: 0 + Dex: 24 + Luk: 0 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (5, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1672 + AttackMotion: 672 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Poison_Spore: 9000 + Hat_: 20 + Green_Herb: 550 + Gulaman: 60 + Karvodailnirol: 50 + Mushroom_Spore: 1200 + Zargon: 5 + Poison_Spore_Card: 1 + } +}, +{ + Id: 1856 + SpriteName: "E_MAGNOLIA" + Name: "Magnolia" + Lv: 26 + Hp: 3195 + Sp: 0 + Exp: 393 + JExp: 248 + AttackRange: 1 + Attack: [120, 151] + Def: 5 + Mdef: 30 + Stats: { + Str: 1 + Agi: 26 + Vit: 26 + Int: 0 + Dex: 39 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 6 + Element: (1, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + Detector: true + } + MoveSpeed: 250 + AttackDelay: 1560 + AttackMotion: 360 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Old_Frying_Pan: 9000 + Garlet: 800 + Scell: 100 + Zargon: 10 + Black_Ladle: 40 + Leche_Flan: 400 + High_end_Cooking_Kits: 5 + Magnolia_Card: 1 + } +}, +{ + Id: 1857 + SpriteName: "E_MARIN" + Name: "Marin" + Lv: 15 + Hp: 742 + Sp: 0 + Exp: 66 + JExp: 44 + AttackRange: 1 + Attack: [39, 43] + Def: 0 + Mdef: 10 + Stats: { + Str: 1 + Agi: 10 + Vit: 10 + Int: 5 + Dex: 35 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (1, 2) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 400 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Garlet: 3200 + Sticky_Mucus: 1500 + Cold_Scroll_2_1: 100 + Skyblue_Jewel: 40 + Ube_Jam: 75 + Candy: 350 + Poring_Hat: 1 + Marin_Card: 1 + } +}, +{ + Id: 1858 + SpriteName: "E_PLANKTON" + Name: "Plankton" + Lv: 10 + Hp: 354 + Sp: 0 + Exp: 23 + JExp: 18 + AttackRange: 1 + Attack: [26, 31] + Def: 0 + Mdef: 5 + Stats: { + Str: 1 + Agi: 10 + Vit: 10 + Int: 0 + Dex: 15 + Luk: 0 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 3 + Element: (1, 3) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 400 + AttackDelay: 2208 + AttackMotion: 1008 + DamageMotion: 324 + MvpExp: 0 + Drops: { + Single_Cell: 9000 + Sago: 300 + Sticky_Mucus: 700 + Alchol: 4 + Empty_Bottle: 1000 + Dew_Laden_Moss: 20 + Center_Potion: 50 + Plankton_Card: 1 + } +}, +{ + Id: 1859 + SpriteName: "E_MANDRAGORA" + Name: "Mandragora" + Lv: 12 + Hp: 405 + Sp: 0 + Exp: 45 + JExp: 32 + AttackRange: 4 + Attack: [26, 35] + Def: 0 + Mdef: 25 + Stats: { + Str: 1 + Agi: 12 + Vit: 24 + Int: 0 + Dex: 36 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (2, 3) + Mode: { + Aggressive: true + CanAttack: true + } + MoveSpeed: 1000 + AttackDelay: 1768 + AttackMotion: 768 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Yellow_Live: 50 + Stem: 9000 + Spear_: 30 + Langka: 350 + Shoot: 300 + Four_Leaf_Clover: 3 + Whip_Of_Earth: 10 + Mandragora_Card: 1 + } +}, +{ + Id: 1860 + SpriteName: "E_COCO" + Name: "Coco" + Lv: 17 + Hp: 817 + Sp: 0 + Exp: 120 + JExp: 78 + AttackRange: 1 + Attack: [56, 67] + Def: 0 + Mdef: 0 + Stats: { + Str: 24 + Agi: 17 + Vit: 34 + Int: 20 + Dex: 24 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (2, 1) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 150 + AttackDelay: 1864 + AttackMotion: 864 + DamageMotion: 1008 + MvpExp: 0 + Drops: { + Acorn: 9000 + Hood_: 20 + Fluff: 3000 + Animal's_Skin: 2500 + Sweet_Potato: 500 + Sandals_: 25 + Sweet_Bean: 600 + Coco_Card: 1 + } +}, +{ + Id: 1861 + SpriteName: "E_CHOCO" + Name: "Choco" + Lv: 43 + Hp: 4278 + Sp: 0 + Exp: 1265 + JExp: 1265 + AttackRange: 1 + Attack: [315, 402] + Def: 5 + Mdef: 5 + Stats: { + Str: 65 + Agi: 68 + Vit: 55 + Int: 45 + Dex: 65 + Luk: 25 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (3, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1500 + AttackMotion: 500 + DamageMotion: 1000 + MvpExp: 0 + Drops: { + Claw_Of_Monkey: 5335 + Yoyo_Tail: 7000 + Elunium: 53 + Banana: 5000 + Tropical_Banana: 20 + Sweet_Banana: 1000 + Yggdrasilberry: 25 + Choco_Card: 1 + } +}, +{ + Id: 1862 + SpriteName: "E_MARTIN" + Name: "Martin" + Lv: 18 + Hp: 1109 + Sp: 0 + Exp: 134 + JExp: 86 + AttackRange: 1 + Attack: [52, 63] + Def: 0 + Mdef: 5 + Stats: { + Str: 12 + Agi: 18 + Vit: 30 + Int: 15 + Dex: 15 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (2, 2) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 300 + AttackDelay: 1480 + AttackMotion: 480 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Moustache_Of_Mole: 9000 + Macapuno: 500 + Jur_: 10 + Goggle_: 5 + Safety_Helmet: 1 + Battered_Pot: 10 + Goggle: 15 + Martin_Card: 1 + } +}, +{ + Id: 1863 + SpriteName: "E_SPRING_RABBIT" + Name: "Spring Rabbit" + Lv: 25 + Hp: 4500 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [292, 406] + Def: 14 + Mdef: 10 + Stats: { + Str: 20 + Agi: 15 + Vit: 15 + Int: 5 + Dex: 15 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (2, 2) + Mode: { + CanMove: true + Looter: true + CanAttack: true + } + MoveSpeed: 160 + AttackDelay: 1120 + AttackMotion: 552 + DamageMotion: 511 + MvpExp: 0 + Drops: { + Peeps: 5000 + Jelly_Bean: 5000 + Marshmallow: 5000 + } +}, +// Cursed Abbey + +{ + Id: 1864 + SpriteName: "ZOMBIE_SLAUGHTER" + Name: "Zombie Slaughter" + Lv: 77 + Hp: 43000 + Sp: 0 + Exp: 12000 + JExp: 8500 + AttackRange: 1 + Attack: [1055, 1655] + Def: 35 + Mdef: 45 + Stats: { + Str: 1 + Agi: 30 + Vit: 50 + Int: 1 + Dex: 75 + Luk: 35 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 676 + AttackMotion: 648 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Clattering_Skull: 3000 + Platinum_Shotel: 10 + Mementos: 1500 + Broken_Farming_Utensil: 3000 + Sticky_Mucus: 3000 + Zombie_Slaughter_Card: 1 + } +}, +{ + Id: 1865 + SpriteName: "RAGGED_ZOMBIE" + Name: "Ragged Zombie" + Lv: 75 + Hp: 25000 + Sp: 0 + Exp: 8500 + JExp: 5500 + AttackRange: 9 + Attack: [1200, 1500] + Def: 25 + Mdef: 35 + Stats: { + Str: 1 + Agi: 77 + Vit: 25 + Int: 10 + Dex: 101 + Luk: 50 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1960 + AttackMotion: 576 + DamageMotion: 420 + MvpExp: 0 + Drops: { + Clattering_Skull: 3000 + Tidal_Shoes: 15 + Mementos: 1500 + Skel_Bone: 4500 + Expert_Ring: 2 + Wasteland_Outlaw: 10 + Ragged_Zombie_Card: 1 + } +}, +{ + Id: 1866 + SpriteName: "HELL_POODLE" + Name: "Hell Poodle" + Lv: 71 + Hp: 9000 + Sp: 0 + Exp: 4000 + JExp: 3000 + AttackRange: 1 + Attack: [400, 600] + Def: 35 + Mdef: 20 + Stats: { + Str: 5 + Agi: 26 + Vit: 14 + Int: 5 + Dex: 39 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 6 + Element: (7, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 140 + AttackDelay: 824 + AttackMotion: 432 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Monster's_Feed: 5000 + Tooth_Blade: 10 + Wild_Beast_Claw: 10 + Skel_Bone: 4500 + Well_Dried_Bone: 20 + Animal's_Skin: 5500 + Pet_Food: 400 + Hell_Poodle_Card: 1 + } +}, +{ + Id: 1867 + SpriteName: "BANSHEE" + Name: "Banshee" + Lv: 81 + Hp: 35111 + Sp: 0 + Exp: 17000 + JExp: 12000 + AttackRange: 1 + Attack: [1666, 2609] + Def: 30 + Mdef: 55 + Stats: { + Str: 30 + Agi: 74 + Vit: 1 + Int: 120 + Dex: 75 + Luk: 1 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (7, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 576 + AttackMotion: 504 + DamageMotion: 504 + MvpExp: 0 + Drops: { + Old_White_Cloth: 3000 + Orleans_Gown: 10 + Scalpel: 10 + Wool_Scarf: 10 + Mementos: 1500 + Brigan: 5335 + Banshee_Card: 1 + } +}, +{ + Id: 1868 + SpriteName: "G_BANSHEE" + Name: "Banshee" + Lv: 81 + Hp: 35111 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [1666, 2609] + Def: 30 + Mdef: 55 + Stats: { + Str: 30 + Agi: 74 + Vit: 1 + Int: 120 + Dex: 120 + Luk: 1 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (7, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 576 + AttackMotion: 504 + DamageMotion: 504 + MvpExp: 0 +}, +{ + Id: 1869 + SpriteName: "FLAME_SKULL" + Name: "Flame Skull" + Lv: 60 + Hp: 10080 + Sp: 0 + Exp: 3000 + JExp: 2600 + AttackRange: 1 + Attack: [100, 1200] + Def: 20 + Mdef: 40 + Stats: { + Str: 50 + Agi: 100 + Vit: 30 + Int: 40 + Dex: 140 + Luk: 110 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 6 + Element: (8, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 972 + AttackMotion: 648 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Skull: 5000 + Black_Leather_Boots: 20 + Lever_Action_Rifle: 20 + Horrendous_Mouth: 6000 + Flame_Skull_Card: 1 + } +}, +{ + Id: 1870 + SpriteName: "NECROMANCER" + Name: "Necromancer" + Lv: 88 + Hp: 98000 + Sp: 0 + Exp: 45000 + JExp: 35000 + AttackRange: 1 + Attack: [3500, 4000] + Def: 0 + Mdef: 40 + Stats: { + Str: 1 + Agi: 50 + Vit: 1 + Int: 190 + Dex: 166 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1816 + AttackMotion: 1320 + DamageMotion: 420 + MvpExp: 0 + Drops: { + Clattering_Skull: 3000 + Lich_Bone_Wand: 20 + Skel_Bone: 4500 + Mithril_Magic_Cape: 10 + Blue_Gemstone: 100 + Amulet: 100 + Rent_Spell_Book: 1500 + Necromancer_Card: 1 + } +}, +{ + Id: 1871 + SpriteName: "FALLINGBISHOP" + Name: "Fallen Bishop" + Lv: 80 + Hp: 3333333 + Sp: 0 + Exp: 1111111 + JExp: 1111111 + AttackRange: 1 + Attack: [3220, 5040] + Def: 50 + Mdef: 0 + Stats: { + Str: 1 + Agi: 80 + Vit: 15 + Int: 126 + Dex: 120 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (7, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 432 + AttackMotion: 1152 + DamageMotion: 360 + MvpExp: 555555 + MvpDrops: { + Yggdrasilberry: 5500 + Old_Violet_Box: 5000 + Old_Violet_Box: 5000 + } + Drops: { + Holy_Water: 10000 + Long_Horn: 1000 + Spiritual_Ring: 500 + Hunting_Spear: 1000 + Elunium: 5432 + Blessed_Wand: 2000 + Fallen_Bishop_Card: 1 + } +}, +{ + Id: 1872 + SpriteName: "BEELZEBUB_FLY" + Name: "Hell Fly" + Lv: 66 + Hp: 500000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [1200, 2000] + Def: 25 + Mdef: 15 + Stats: { + Str: 33 + Agi: 105 + Vit: 60 + Int: 15 + Dex: 72 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (4, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 676 + AttackMotion: 576 + DamageMotion: 480 + MvpExp: 0 +}, +{ + Id: 1873 + SpriteName: "BEELZEBUB" + Name: "Beelzebub" + Lv: 98 + Hp: 6666666 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [4100, 4960] + Def: 40 + Mdef: 35 + Stats: { + Str: 6 + Agi: 110 + Vit: 200 + Int: 250 + Dex: 120 + Luk: 66 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 6 + Element: (8, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 100 + AttackMotion: 576 + DamageMotion: 480 + MvpExp: 0 +}, +{ + Id: 1874 + SpriteName: "BEELZEBUB_" + Name: "Beelzebub" + Lv: 98 + Hp: 6666666 + Sp: 0 + Exp: 6666666 + JExp: 6666666 + AttackRange: 2 + Attack: [10000, 13410] + Def: 40 + Mdef: 40 + Stats: { + Str: 6 + Agi: 110 + Vit: 200 + Int: 250 + Dex: 166 + Luk: 66 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (8, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 212 + AttackMotion: 504 + DamageMotion: 432 + MvpExp: 3333333 + MvpDrops: { + Yggdrasilberry: 5500 + Old_Violet_Box: 5000 + Old_Violet_Box: 5000 + } + Drops: { + Broken_Crown: 9000 + Variant_Shoes: 2000 + Death_Note: 2000 + Destruction_Rod: 2000 + Bison_Horn: 2000 + Elunium: 5432 + Chonchon_Doll: 5500 + Berzebub_Card: 1 + } +}, +{ + Id: 1875 + SpriteName: "TRISTAN_3RD" + Name: "Tristan III" + Lv: 80 + Hp: 43000 + Sp: 0 + Exp: 1 + JExp: 1 + AttackRange: 2 + Attack: [1366, 1626] + Def: 25 + Mdef: 30 + Stats: { + Str: 5 + Agi: 10 + Vit: 10 + Int: 69 + Dex: 70 + Luk: 1 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 175 + AttackDelay: 1816 + AttackMotion: 1152 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Broken_Crown: 9000 + Sticky_Mucus: 9000 + } +}, +{ + Id: 1876 + SpriteName: "E_LORD_OF_DEATH" + Name: "Lord of the Dead" + Lv: 99 + Hp: 99000000 + Sp: 0 + Exp: 131343 + JExp: 43345 + AttackRange: 3 + Attack: [3430, 4232] + Def: 75 + Mdef: 73 + Stats: { + Str: 120 + Agi: 120 + Vit: 120 + Int: 169 + Dex: 150 + Luk: 106 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 180 + AttackDelay: 1446 + AttackMotion: 1296 + DamageMotion: 360 + MvpExp: 0 +}, +{ + Id: 1877 + SpriteName: "CRYSTAL_5" + Name: "Crystal" + Lv: 1 + Hp: 15 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 999 + Luk: 1 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + Boss: true + Plant: true + Detector: true + } + MoveSpeed: 190 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + GOLD_ID4: 10 + Gift_Box: 100 + } +}, +{ + Id: 1878 + SpriteName: "E_SHINING_PLANT" + Name: "Shining Plant" + Lv: 1 + Hp: 20 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [1, 2] + Def: 100 + Mdef: 99 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 90 + } + ViewRange: 7 + ChaseRange: 12 + Size: 0 + Race: 3 + Element: (6, 1) + Mode: { + Plant: true + } + MoveSpeed: 2000 + AttackDelay: 1 + AttackMotion: 1 + DamageMotion: 1 + MvpExp: 0 + Drops: { + Love_Flower: 3000 + Pointed_Scale: 1500 + Green_Herb: 500 + Red_Herb: 2000 + Yellow_Herb: 1500 + Fluff: 500 + } +}, +{ + Id: 1879 + SpriteName: "ECLIPSE_P" + Name: "Eclipse Pet" + Lv: 6 + Hp: 1800 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [20, 26] + Def: 0 + Mdef: 40 + Stats: { + Str: 1 + Agi: 36 + Vit: 6 + Int: 0 + Dex: 11 + Luk: 80 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1456 + AttackMotion: 456 + DamageMotion: 336 + MvpExp: 0 +}, +// Moscovia monsters + +{ + Id: 1880 + SpriteName: "WOOD_GOBLIN" + Name: "Wood Goblin" + Lv: 42 + Hp: 6982 + Sp: 0 + Exp: 2201 + JExp: 1552 + AttackRange: 1 + Attack: [600, 620] + Def: 32 + Mdef: 3 + Stats: { + Str: 1 + Agi: 5 + Vit: 45 + Int: 45 + Dex: 55 + Luk: 155 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (2, 3) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 320 + AttackDelay: 2304 + AttackMotion: 840 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Iron_Wrist: 5 + Solid_Twig: 4000 + Log: 2000 + Resin: 2000 + Feather_Of_Birds: 500 + Piece_Of_Egg_Shell: 500 + Egg: 50 + } +}, +{ + Id: 1881 + SpriteName: "LES" + Name: "Les" + Lv: 39 + Hp: 3080 + Sp: 0 + Exp: 1521 + JExp: 912 + AttackRange: 1 + Attack: [102, 113] + Def: 0 + Mdef: 17 + Stats: { + Str: 1 + Agi: 33 + Vit: 12 + Int: 32 + Dex: 52 + Luk: 38 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (2, 4) + Mode: { + CanMove: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + } + MoveSpeed: 230 + AttackDelay: 1728 + AttackMotion: 720 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Sharp_Leaf: 2000 + Green_Herb: 1000 + Shoot: 1000 + Stem: 2500 + Centimental_Leaf: 1 + Leaflet_Of_Aloe: 500 + Blue_Herb: 50 + } +}, +{ + Id: 1882 + SpriteName: "VAVAYAGA" + Name: "Baba Yaga" + Lv: 49 + Hp: 7444 + Sp: 0 + Exp: 2583 + JExp: 2583 + AttackRange: 2 + Attack: [255, 387] + Def: 4 + Mdef: 29 + Stats: { + Str: 1 + Agi: 76 + Vit: 24 + Int: 88 + Dex: 55 + Luk: 18 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (1, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 270 + AttackDelay: 1536 + AttackMotion: 600 + DamageMotion: 420 + MvpExp: 0 + Drops: { + Old_Magic_Circle: 1000 + Yaga_Pestle: 5000 + Release_Of_Wish: 10 + Pill: 150 + Piece_Of_Cake: 1500 + Milk: 1500 + Bread: 1500 + } +}, +{ + Id: 1883 + SpriteName: "UZHAS" + Name: "Uzhas" + Lv: 61 + Hp: 13707 + Sp: 0 + Exp: 4002 + JExp: 3003 + AttackRange: 1 + Attack: [293, 960] + Def: 11 + Mdef: 34 + Stats: { + Str: 1 + Agi: 33 + Vit: 19 + Int: 72 + Dex: 75 + Luk: 77 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (1, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 576 + AttackMotion: 672 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Leaflet_Of_Hinal: 900 + Ancient_Magic: 5 + Bitter_Herb: 100 + Fruit_Of_Mastela: 100 + Sticky_Webfoot: 3500 + Delicious_Fish: 1500 + Old_Blue_Box: 3 + } +}, +{ + Id: 1884 + SpriteName: "MAVKA" + Name: "Mavka" + Lv: 63 + Hp: 19200 + Sp: 0 + Exp: 8301 + JExp: 6353 + AttackRange: 7 + Attack: [589, 623] + Def: 32 + Mdef: 19 + Stats: { + Str: 1 + Agi: 42 + Vit: 55 + Int: 35 + Dex: 89 + Luk: 177 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (2, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 170 + AttackDelay: 1536 + AttackMotion: 504 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Principles_Of_Magic: 5 + Singing_Flower: 300 + Singing_Plant: 300 + Illusion_Flower: 50 + Crystal_Mirror: 1500 + Witherless_Rose: 300 + Blue_Herb: 3000 + } +}, +{ + Id: 1885 + SpriteName: "GOPINICH" + Name: "Gopinich" + Lv: 85 + Hp: 299321 + Sp: 0 + Exp: 45250 + JExp: 16445 + AttackRange: 3 + Attack: [1868, 6124] + Def: 20 + Mdef: 42 + Stats: { + Str: 50 + Agi: 65 + Vit: 55 + Int: 103 + Dex: 152 + Luk: 35 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (2, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1536 + AttackMotion: 864 + DamageMotion: 432 + MvpExp: 22625 + MvpDrops: { + Yggdrasilberry: 5500 + Old_Violet_Box: 5000 + Old_Violet_Box: 5000 + } + Drops: { + Old_Violet_Box: 4000 + Ring_: 200 + Int_Dish10: 1000 + Ixion_Wing: 100 + Pole_Axe: 5 + Treasure_Box: 5000 + Loard_Circlet: 1 + } +}, +{ + Id: 1886 + SpriteName: "G_MAVKA" + Name: "Mavka" + Lv: 63 + Hp: 19200 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 7 + Attack: [589, 623] + Def: 32 + Mdef: 19 + Stats: { + Str: 1 + Agi: 42 + Vit: 55 + Int: 35 + Dex: 89 + Luk: 177 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (2, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 170 + AttackDelay: 1536 + AttackMotion: 504 + DamageMotion: 360 + MvpExp: 0 +}, +// Additional Monsters + +{ + Id: 1887 + SpriteName: "FREEZER_R" + Name: "Freezer" + Lv: 72 + Hp: 8636 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [671, 983] + Def: 55 + Mdef: 43 + Stats: { + Str: 69 + Agi: 41 + Vit: 59 + Int: 5 + Dex: 67 + Luk: 100 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (1, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 1452 + AttackMotion: 483 + DamageMotion: 528 + MvpExp: 0 + Drops: { + Cyfar: 2000 + Ice_Piece: 2000 + } +}, +{ + Id: 1888 + SpriteName: "GARM_BABY_R" + Name: "Garm Baby" + Lv: 61 + Hp: 15199 + Sp: 0 + Exp: 100 + JExp: 100 + AttackRange: 1 + Attack: [680, 1580] + Def: 24 + Mdef: 13 + Stats: { + Str: 45 + Agi: 30 + Vit: 36 + Int: 55 + Dex: 85 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (1, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 450 + AttackDelay: 879 + AttackMotion: 672 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Ice_Piece: 2000 + } +}, +{ + Id: 1889 + SpriteName: "GARM_R" + Name: "Marozka's Guard" + Lv: 73 + Hp: 100000 + Sp: 0 + Exp: 1000 + JExp: 1000 + AttackRange: 3 + Attack: [900, 2200] + Def: 20 + Mdef: 23 + Stats: { + Str: 85 + Agi: 126 + Vit: 10 + Int: 50 + Dex: 95 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (1, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 608 + AttackMotion: 408 + DamageMotion: 336 + MvpExp: 0 + Drops: { + Cyfar: 2000 + Ice_Piece: 2000 + } +}, +{ + Id: 1890 + SpriteName: "GOPINICH_R" + Name: "The Immortal Koshei" + Lv: 85 + Hp: 299321 + Sp: 0 + Exp: 1000 + JExp: 1000 + AttackRange: 3 + Attack: [1868, 6124] + Def: 20 + Mdef: 42 + Stats: { + Str: 50 + Agi: 65 + Vit: 55 + Int: 50 + Dex: 152 + Luk: 35 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (2, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1536 + AttackMotion: 864 + DamageMotion: 432 + MvpExp: 0 +}, +{ + Id: 1891 + SpriteName: "G_RANDGRIS_" + Name: "Valkyrie" + Lv: 99 + Hp: 1567200 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 3 + Attack: [5560, 9980] + Def: 25 + Mdef: 42 + Stats: { + Str: 100 + Agi: 120 + Vit: 80 + Int: 120 + Dex: 220 + Luk: 210 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 8 + Element: (6, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 576 + AttackMotion: 576 + DamageMotion: 480 + MvpExp: 0 +}, +{ + Id: 1892 + SpriteName: "G_LOLI_RURI" + Name: "Lolo Ruri" + Lv: 71 + Hp: 23470 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [1476, 2317] + Def: 39 + Mdef: 44 + Stats: { + Str: 0 + Agi: 66 + Vit: 54 + Int: 74 + Dex: 81 + Luk: 43 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (7, 4) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 125 + AttackDelay: 747 + AttackMotion: 1632 + DamageMotion: 576 + MvpExp: 0 +}, +{ + Id: 1893 + SpriteName: "G_KNIGHT_OF_ABYSS" + Name: "Knight of the Abyss" + Lv: 79 + Hp: 36140 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [1600, 2150] + Def: 55 + Mdef: 50 + Stats: { + Str: 66 + Agi: 68 + Vit: 64 + Int: 25 + Dex: 135 + Luk: 50 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 7 + Element: (7, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1500 + AttackMotion: 500 + DamageMotion: 1000 + MvpExp: 0 +}, +{ + Id: 1894 + SpriteName: "POURING" + Name: "Pouring" + Lv: 50 + Hp: 100000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [550, 1450] + Def: 20 + Mdef: 50 + Stats: { + Str: 45 + Agi: 30 + Vit: 36 + Int: 55 + Dex: 85 + Luk: 30 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 3 + Element: (8, 3) + Mode: { + CanMove: true + Looter: true + Assist: true + Boss: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + } + MoveSpeed: 300 + AttackDelay: 1672 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Cold_Medicine: 8335 + } +}, +{ + Id: 1895 + SpriteName: "EVENT_SEYREN" + Name: "Seyren" + Lv: 91 + Hp: 88402 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [2100, 2530] + Def: 63 + Mdef: 12 + Stats: { + Str: 90 + Agi: 89 + Vit: 72 + Int: 20 + Dex: 99 + Luk: 25 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (3, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 170 + AttackDelay: 76 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 +}, +{ + Id: 1896 + SpriteName: "EVENT_KATRINN" + Name: "Katrinn" + Lv: 92 + Hp: 47280 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [497, 1697] + Def: 10 + Mdef: 74 + Stats: { + Str: 1 + Agi: 5 + Vit: 77 + Int: 180 + Dex: 110 + Luk: 39 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (8, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1152 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 +}, +{ + Id: 1897 + SpriteName: "EVENT_BAPHOMET_" + Name: "Baphomet" + Lv: 81 + Hp: 668000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [3220, 4040] + Def: 35 + Mdef: 45 + Stats: { + Str: 1 + Agi: 152 + Vit: 30 + Int: 85 + Dex: 120 + Luk: 95 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 768 + AttackMotion: 768 + DamageMotion: 576 + MvpExp: 0 +}, +{ + Id: 1898 + SpriteName: "EVENT_ZOMBIE" + Name: "Zombie" + Lv: 12 + Hp: 434 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [67, 79] + Def: 0 + Mdef: 10 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 2612 + AttackMotion: 912 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Jade_Plate: 10000 + } +}, +{ + Id: 1899 + SpriteName: "SWORD_GUARDIAN_" + Name: "Sword Guardian" + Lv: 86 + Hp: 152533 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [7590, 9140] + Def: 60 + Mdef: 33 + Stats: { + Str: 110 + Agi: 40 + Vit: 54 + Int: 65 + Dex: 125 + Luk: 65 + } + ViewRange: 14 + ChaseRange: 16 + Size: 2 + Race: 7 + Element: (0, 4) + Mode: { + CanMove: true + Aggressive: true + Boss: true + CanAttack: true + ChangeTargetChase: true + } + MoveSpeed: 170 + AttackDelay: 140 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 +}, +//1900,BOW_GUARDIAN_,Archer Guardian,Archer Guardian,80,80404,0,0,0,12,1840,2520,40,62,95,80,33,90,165,55,14,16,2,7,80,0x20A5,170,76,384,288,0,0,0,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: 1901 + SpriteName: "E_CONDOR" + Name: "Condor" + Lv: 5 + Hp: 8000 + Sp: 0 + Exp: 100 + JExp: 100 + AttackRange: 1 + Attack: [200, 400] + Def: 10 + Mdef: 15 + Stats: { + Str: 1 + Agi: 13 + Vit: 10 + Int: 25 + Dex: 95 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 8 + Element: (6, 1) + Mode: { + CanMove: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + } + MoveSpeed: 150 + AttackDelay: 1148 + AttackMotion: 648 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Heart_Box: 5000 + } +}, +{ + Id: 1902 + SpriteName: "E_TREASURE1" + Name: "Treasure Box" + Lv: 99 + Hp: 49 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 100 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (6, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Gold_Key77: 1000 + } +}, +{ + Id: 1903 + SpriteName: "E_TREASURE2" + Name: "Treasure Box" + Lv: 99 + Hp: 49 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 100 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (6, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Silver_Key77: 1000 + } +}, +{ + Id: 1904 + SpriteName: "BOMBPORING" + Name: "Bomb Poring" + Lv: 28 + Hp: 1000000 + Sp: 0 + Exp: 461 + JExp: 284 + AttackRange: 1 + Attack: [120, 320] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 28 + Vit: 28 + Int: 0 + Dex: 33 + Luk: 50 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1672 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 +}, +// WoE Second Edition; Battle Fields + +{ + Id: 1905 + SpriteName: "BARRICADE" + Name: "Barricade" + Lv: 98 + Hp: 600000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 17 + Vit: 1 + Int: 80 + Dex: 126 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 300 + AttackDelay: 1288 + AttackMotion: 288 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1906 + SpriteName: "BARRICADE_" + Name: "Barricade" + Lv: 98 + Hp: 150 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [0, 0] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 17 + Vit: 1 + Int: 80 + Dex: 126 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Plant: true + Detector: true + } + MoveSpeed: 300 + AttackDelay: 1288 + AttackMotion: 288 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1907 + SpriteName: "S_EMPEL_1" + Name: "Guardian Stone" + Lv: 90 + Hp: 120000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [1, 2] + Def: 40 + Mdef: 50 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 300 + AttackDelay: 1288 + AttackMotion: 288 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1908 + SpriteName: "S_EMPEL_2" + Name: "Guardian Stone" + Lv: 90 + Hp: 120000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [1, 2] + Def: 40 + Mdef: 50 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 300 + AttackDelay: 1288 + AttackMotion: 288 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1909 + SpriteName: "OBJ_A" + Name: "Food Storage" + Lv: 90 + Hp: 250 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [1, 2] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 0 + ChaseRange: 0 + Size: 2 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Plant: true + Detector: true + } + MoveSpeed: 300 + AttackDelay: 1288 + AttackMotion: 288 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1910 + SpriteName: "OBJ_B" + Name: "Food Depot" + Lv: 90 + Hp: 250 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [1, 2] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 0 + ChaseRange: 0 + Size: 2 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Plant: true + Detector: true + } + MoveSpeed: 300 + AttackDelay: 1288 + AttackMotion: 288 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1911 + SpriteName: "OBJ_NEUTRAL" + Name: "Neutrality Flag" + Lv: 90 + Hp: 150 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [1, 2] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 0 + ChaseRange: 0 + Size: 2 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Plant: true + Detector: true + } + MoveSpeed: 300 + AttackDelay: 1288 + AttackMotion: 288 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1912 + SpriteName: "OBJ_FLAG_A" + Name: "Lion Flag" + Lv: 90 + Hp: 150 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [1, 2] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 0 + ChaseRange: 0 + Size: 2 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Plant: true + Detector: true + } + MoveSpeed: 300 + AttackDelay: 1288 + AttackMotion: 288 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1913 + SpriteName: "OBJ_FLAG_B" + Name: "Eagle Flag" + Lv: 90 + Hp: 150 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [1, 2] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 0 + ChaseRange: 0 + Size: 2 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Plant: true + Detector: true + } + MoveSpeed: 300 + AttackDelay: 1288 + AttackMotion: 288 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1914 + SpriteName: "OBJ_A2" + Name: "Blue Crystal" + Lv: 90 + Hp: 250 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [1, 2] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 0 + ChaseRange: 0 + Size: 2 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Plant: true + Detector: true + } + MoveSpeed: 300 + AttackDelay: 1288 + AttackMotion: 288 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1915 + SpriteName: "OBJ_B2" + Name: "Pink Crystal" + Lv: 90 + Hp: 250 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [1, 2] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 0 + ChaseRange: 0 + Size: 2 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Plant: true + Detector: true + } + MoveSpeed: 300 + AttackDelay: 1288 + AttackMotion: 288 + DamageMotion: 384 + MvpExp: 0 +}, +// Satan Morroc + +{ + Id: 1916 + SpriteName: "MOROCC" + Name: "Satan Morroc" + Lv: 99 + Hp: 8388607 + Sp: 0 + Exp: 6700000 + JExp: 4500000 + AttackRange: 2 + Attack: [32000, 32001] + Def: 29 + Mdef: 65 + Stats: { + Str: 140 + Agi: 160 + Vit: 30 + Int: 250 + Dex: 180 + Luk: 50 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (7, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 76 + AttackMotion: 540 + DamageMotion: 432 + MvpExp: 0 +}, +{ + Id: 1917 + SpriteName: "MOROCC_" + Name: "Wounded Morroc" + Lv: 99 + Hp: 8388607 + Sp: 0 + Exp: 3600000 + JExp: 3000000 + AttackRange: 2 + Attack: [15000, 18000] + Def: 29 + Mdef: 65 + Stats: { + Str: 140 + Agi: 160 + Vit: 30 + Int: 250 + Dex: 180 + Luk: 40 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (7, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 576 + AttackMotion: 540 + DamageMotion: 432 + MvpExp: 3600000 + MvpDrops: { + Yggdrasilberry: 5500 + Old_Violet_Box: 5000 + Old_Violet_Box: 5000 + } + Drops: { + Diabolus_Helmet: 1000 + Diabolus_Robe: 5000 + Diabolus_Armor: 5000 + Diabolus_Boots: 5000 + Dark_Crystal: 9000 + Dark_Debris: 9000 + } +}, +{ + Id: 1918 + SpriteName: "MOROCC_1" + Name: "Incarnation of Morroc" + Lv: 97 + Hp: 190000 + Sp: 0 + Exp: 61000 + JExp: 140000 + AttackRange: 1 + Attack: [7000, 8600] + Def: 20 + Mdef: 35 + Stats: { + Str: 150 + Agi: 152 + Vit: 30 + Int: 180 + Dex: 186 + Luk: 70 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 8 + Element: (7, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 110 + AttackDelay: 576 + AttackMotion: 540 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Herald_Of_GOD: 10 + Dark_Crystal: 1000 + Dark_Debris: 3000 + Elunium: 160 + Brigan: 4850 + Diabolus_Manteau: 3 + Nemesis: 20 + } +}, +{ + Id: 1919 + SpriteName: "MOROCC_2" + Name: "Incarnation of Morroc" + Lv: 97 + Hp: 190000 + Sp: 0 + Exp: 65000 + JExp: 120000 + AttackRange: 1 + Attack: [3500, 5100] + Def: 20 + Mdef: 5 + Stats: { + Str: 120 + Agi: 83 + Vit: 20 + Int: 10 + Dex: 166 + Luk: 50 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 576 + AttackMotion: 540 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Skin_Of_Ventus: 3 + Dark_Crystal: 1000 + Dark_Debris: 3000 + Oridecon: 160 + Cyfar: 3500 + Cross_Shield: 15 + } +}, +{ + Id: 1920 + SpriteName: "MOROCC_3" + Name: "Incarnation of Morroc" + Lv: 96 + Hp: 143000 + Sp: 0 + Exp: 50000 + JExp: 80000 + AttackRange: 2 + Attack: [3400, 5000] + Def: 15 + Mdef: 37 + Stats: { + Str: 40 + Agi: 200 + Vit: 20 + Int: 60 + Dex: 100 + Luk: 37 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (9, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 212 + AttackMotion: 540 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Ragamuffin_Cape: 10 + Dark_Crystal: 1000 + Dark_Debris: 3000 + Elunium: 160 + Brigan: 4850 + Cursed_Hand: 3 + Bloody_Eater: 15 + } +}, +{ + Id: 1921 + SpriteName: "MOROCC_4" + Name: "Incarnation of Morroc" + Lv: 98 + Hp: 150000 + Sp: 0 + Exp: 51000 + JExp: 70000 + AttackRange: 1 + Attack: [3000, 4025] + Def: 18 + Mdef: 54 + Stats: { + Str: 60 + Agi: 60 + Vit: 30 + Int: 220 + Dex: 125 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (8, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1536 + AttackMotion: 540 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Diabolus_Ring: 5 + Dark_Crystal: 1000 + Dark_Debris: 3000 + Oridecon: 160 + Cyfar: 3500 + Exorcism_Bible: 20 + } +}, +{ + Id: 1922 + SpriteName: "G_MOROCC_1" + Name: "Incarnation of Morroc" + Lv: 97 + Hp: 1200000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [16000, 16001] + Def: 20 + Mdef: 35 + Stats: { + Str: 150 + Agi: 152 + Vit: 30 + Int: 180 + Dex: 186 + Luk: 70 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 8 + Element: (7, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 110 + AttackDelay: 576 + AttackMotion: 540 + DamageMotion: 432 + MvpExp: 0 +}, +{ + Id: 1923 + SpriteName: "G_MOROCC_2" + Name: "Incarnation of Morroc" + Lv: 97 + Hp: 1200000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [16000, 16001] + Def: 20 + Mdef: 5 + Stats: { + Str: 120 + Agi: 83 + Vit: 20 + Int: 10 + Dex: 166 + Luk: 50 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 576 + AttackMotion: 540 + DamageMotion: 432 + MvpExp: 0 +}, +{ + Id: 1924 + SpriteName: "G_MOROCC_3" + Name: "Incarnation of Morroc" + Lv: 96 + Hp: 1200000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [16000, 16001] + Def: 15 + Mdef: 37 + Stats: { + Str: 40 + Agi: 200 + Vit: 20 + Int: 60 + Dex: 100 + Luk: 37 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (9, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 212 + AttackMotion: 540 + DamageMotion: 432 + MvpExp: 0 +}, +{ + Id: 1925 + SpriteName: "G_MOROCC_4" + Name: "Incarnation of Morroc" + Lv: 98 + Hp: 1200000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [16000, 16001] + Def: 18 + Mdef: 54 + Stats: { + Str: 60 + Agi: 60 + Vit: 30 + Int: 220 + Dex: 125 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (8, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1536 + AttackMotion: 540 + DamageMotion: 432 + MvpExp: 0 +}, +// God Item Creation (WoE SE); Catacombs + +{ + Id: 1926 + SpriteName: "JAKK_H" + Name: "Jakk" + Lv: 38 + Hp: 300 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [5, 10] + Def: 5 + Mdef: 30 + Stats: { + Str: 1 + Agi: 38 + Vit: 38 + Int: 43 + Dex: 75 + Luk: 45 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1180 + AttackMotion: 480 + DamageMotion: 648 + MvpExp: 0 + Drops: { + Pumpkin_Head: 3000 + Pumpkin_Head: 3000 + Pumpkin: 3000 + Pumpkin: 3000 + Pumpkin: 3000 + } +}, +{ + Id: 1927 + SpriteName: "WHISPER_H" + Name: "Whisper" + Lv: 34 + Hp: 100 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [5, 10] + Def: 0 + Mdef: 45 + Stats: { + Str: 1 + Agi: 51 + Vit: 14 + Int: 0 + Dex: 60 + Luk: 0 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 6 + Element: (8, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1960 + AttackMotion: 960 + DamageMotion: 504 + MvpExp: 0 + Drops: { + Transparent_Cloth: 5000 + Transparent_Cloth: 5000 + } +}, +{ + Id: 1928 + SpriteName: "DEVIRUCHI_H" + Name: "Deviruchi" + Lv: 46 + Hp: 500 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [5, 10] + Def: 10 + Mdef: 25 + Stats: { + Str: 1 + Agi: 69 + Vit: 40 + Int: 55 + Dex: 70 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 6 + Element: (7, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 980 + AttackMotion: 600 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Petite_DiablOfs_Horn: 3000 + Petite_DiablOfs_Wing: 3000 + } +}, +{ + Id: 1929 + SpriteName: "BAPHOMET_I" + Name: "Great Demon Baphomet" + Lv: 98 + Hp: 4520000 + Sp: 0 + Exp: 4520000 + JExp: 2520000 + AttackRange: 2 + Attack: [16000, 16001] + Def: 35 + Mdef: 45 + Stats: { + Str: 1 + Agi: 152 + Vit: 5 + Int: 85 + Dex: 200 + Luk: 95 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 768 + AttackMotion: 768 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Bapho_Doll: 500 + Pauldron: 7000 + Tae_Goo_Lyeon: 5000 + Bloody_Iron_Ball: 100 + Celestial_Robe: 7000 + Holy_Robe: 7000 + Crescent_Scythe: 9000 + Baphomet_Card: 1 + } +}, +{ + Id: 1930 + SpriteName: "PIAMETTE" + Name: "Piamette" + Lv: 90 + Hp: 3000000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [15000, 20000] + Def: 35 + Mdef: 35 + Stats: { + Str: 1 + Agi: 66 + Vit: 5 + Int: 99 + Dex: 120 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 7 + Element: (0, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 432 + AttackMotion: 768 + DamageMotion: 576 + MvpExp: 0 +}, +{ + Id: 1931 + SpriteName: "WISH_MAIDEN" + Name: "Wish Maiden" + Lv: 98 + Hp: 3567200 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 3 + Attack: [32000, 32001] + Def: 25 + Mdef: 42 + Stats: { + Str: 100 + Agi: 120 + Vit: 30 + Int: 120 + Dex: 220 + Luk: 210 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 8 + Element: (8, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 576 + AttackMotion: 576 + DamageMotion: 480 + MvpExp: 0 +}, +{ + Id: 1932 + SpriteName: "GARDEN_KEEPER" + Name: "Garden Keeper" + Lv: 80 + Hp: 100 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [1, 2] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 0 + Element: (2, 2) + Mode: { + CanMove: true + Boss: true + Plant: true + CanAttack: true + } + MoveSpeed: 100 + AttackDelay: 768 + AttackMotion: 768 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Crystal_Key: 9000 + } +}, +{ + Id: 1933 + SpriteName: "GARDEN_WATCHER" + Name: "Garden Watcher" + Lv: 81 + Hp: 300000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [1666, 2609] + Def: 55 + Mdef: 55 + Stats: { + Str: 30 + Agi: 74 + Vit: 56 + Int: 126 + Dex: 145 + Luk: 114 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 8 + Element: (0, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 432 + AttackMotion: 480 + DamageMotion: 360 + MvpExp: 0 +}, +{ + Id: 1934 + SpriteName: "BLUE_FLOWER" + Name: "Blue Flower" + Lv: 98 + Hp: 10000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [1, 2] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + Boss: true + Plant: true + } + MoveSpeed: 100 + AttackDelay: 768 + AttackMotion: 768 + DamageMotion: 576 + MvpExp: 0 +}, +{ + Id: 1935 + SpriteName: "RED_FLOWER" + Name: "Red Flower" + Lv: 98 + Hp: 10000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [1, 2] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + Boss: true + Plant: true + } + MoveSpeed: 100 + AttackDelay: 768 + AttackMotion: 768 + DamageMotion: 576 + MvpExp: 0 +}, +{ + Id: 1936 + SpriteName: "YELL_FLOWER" + Name: "Yellow Flower" + Lv: 98 + Hp: 10000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [1, 2] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + Boss: true + Plant: true + } + MoveSpeed: 100 + AttackDelay: 768 + AttackMotion: 768 + DamageMotion: 576 + MvpExp: 0 +}, +{ + Id: 1937 + SpriteName: "CONSTANT_" + Name: "Constant" + Lv: 55 + Hp: 10000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [460, 580] + Def: 12 + Mdef: 12 + Stats: { + Str: 50 + Agi: 28 + Vit: 26 + Int: 47 + Dex: 66 + Luk: 14 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 0 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 720 + AttackMotion: 360 + DamageMotion: 360 + MvpExp: 0 +}, +{ + Id: 1938 + SpriteName: "TREASURE_BOX41" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Goddess_Tear: 80 + Union_Of_Tribe: 500 + Branch_Of_Dead_Tree_Box: 10000 + Oridecon: 4850 + Elunium: 7275 + Pauldron: 40 + Healing_Staff: 150 + Wild_Beast_Claw: 150 + } +}, +{ + Id: 1939 + SpriteName: "TREASURE_BOX42" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Valkyrie_Token: 80 + Union_Of_Tribe: 500 + Branch_Of_Dead_Tree_Box: 10000 + Oridecon: 4850 + Elunium: 7275 + Celestial_Robe: 40 + Berdysz: 150 + Inverse_Scale: 150 + } +}, +{ + Id: 1940 + SpriteName: "TREASURE_BOX43" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Brynhild_Armor_Piece: 80 + Union_Of_Tribe: 500 + Branch_Of_Dead_Tree_Box: 10000 + Oridecon: 4850 + Elunium: 7275 + Scalpel: 150 + Heart_Breaker: 150 + Blood_Tears: 150 + } +}, +{ + Id: 1941 + SpriteName: "TREASURE_BOX44" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Hero_Remains: 80 + Union_Of_Tribe: 500 + Branch_Of_Dead_Tree_Box: 10000 + Oridecon: 4850 + Elunium: 7275 + Platinum_Shotel: 150 + Burning_Bow: 150 + Divine_Cross: 50 + } +}, +{ + Id: 1942 + SpriteName: "TREASURE_BOX45" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Andvari_Ring: 80 + Union_Of_Tribe: 500 + Branch_Of_Dead_Tree_Box: 10000 + Oridecon: 4850 + Elunium: 7275 + Muscle_Cutter: 150 + Orc_Archer_Bow: 150 + Icicle_Fist: 150 + } +}, +{ + Id: 1943 + SpriteName: "TREASURE_BOX46" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Dusk_Glow: 80 + Union_Of_Tribe: 500 + Branch_Of_Dead_Tree_Box: 10000 + Oridecon: 4850 + Elunium: 7275 + Battle_Hook: 150 + Frozen_Bow: 150 + Combo_Battle_Glove: 150 + } +}, +{ + Id: 1944 + SpriteName: "TREASURE_BOX47" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Dawn_Essence: 80 + Union_Of_Tribe: 500 + Branch_Of_Dead_Tree_Box: 10000 + Oridecon: 4850 + Elunium: 7275 + Ahlspiess: 150 + Earth_Bow: 150 + Ulfhedinn: 50 + } +}, +{ + Id: 1945 + SpriteName: "TREASURE_BOX48" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Cold_Moonlight: 80 + Union_Of_Tribe: 500 + Branch_Of_Dead_Tree_Box: 10000 + Oridecon: 4850 + Elunium: 7275 + Lich_Bone_Wand: 150 + Gust_Bow: 150 + Seismic_Fist: 150 + } +}, +{ + Id: 1946 + SpriteName: "TREASURE_BOX49" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Hazy_Starlight: 80 + Union_Of_Tribe: 500 + Branch_Of_Dead_Tree_Box: 10000 + Oridecon: 4850 + Elunium: 7275 + Piercing_Staff: 150 + Drill_Katar: 150 + Mithril_Magic_Cape: 50 + } +}, +{ + Id: 1947 + SpriteName: "PIAMETTE_" + Name: "Piamette" + Lv: 90 + Hp: 500000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [5000, 6000] + Def: 35 + Mdef: 35 + Stats: { + Str: 1 + Agi: 66 + Vit: 5 + Int: 99 + Dex: 120 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 7 + Element: (0, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 432 + AttackMotion: 768 + DamageMotion: 576 + MvpExp: 0 +}, +{ + Id: 1948 + SpriteName: "G_YGNIZEM" + Name: "Ygnizem" + Lv: 58 + Hp: 11200 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [823, 1212] + Def: 35 + Mdef: 8 + Stats: { + Str: 60 + Agi: 35 + Vit: 52 + Int: 18 + Dex: 79 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 145 + AttackDelay: 576 + AttackMotion: 432 + DamageMotion: 288 + MvpExp: 0 +}, +{ + Id: 1949 + SpriteName: "B_S_GUARDIAN" + Name: "Camp Guardian" + Lv: 86 + Hp: 457599 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [7590, 9140] + Def: 60 + Mdef: 33 + Stats: { + Str: 110 + Agi: 40 + Vit: 5 + Int: 65 + Dex: 125 + Luk: 65 + } + ViewRange: 14 + ChaseRange: 16 + Size: 2 + Race: 7 + Element: (0, 4) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetChase: true + } + MoveSpeed: 170 + AttackDelay: 140 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 +}, +{ + Id: 1950 + SpriteName: "B_B_GUARDIAN" + Name: "Camp Guardian" + Lv: 80 + Hp: 241212 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 12 + Attack: [1840, 2520] + Def: 40 + Mdef: 62 + Stats: { + Str: 95 + Agi: 80 + Vit: 5 + Int: 90 + Dex: 165 + Luk: 55 + } + ViewRange: 14 + ChaseRange: 16 + Size: 2 + Race: 7 + Element: (0, 4) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetChase: true + } + MoveSpeed: 170 + AttackDelay: 76 + AttackMotion: 384 + DamageMotion: 288 + MvpExp: 0 +}, +// Ravies Sister's 'Valyrie's Gift' monsters. + +{ + Id: 1951 + SpriteName: "CRYSTAL_6" + Name: "Crystal" + Lv: 1 + Hp: 15 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 999 + Luk: 1 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + Boss: true + Plant: true + Detector: true + } + MoveSpeed: 190 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Piece_Of_Cake: 3800 + Candy_Striper: 4500 + White_Chocolate: 5000 + Gift_Box_2: 4900 + Banana_Juice: 6500 + Chocolate: 5000 + Yggdrasilberry: 200 + } +}, +{ + Id: 1952 + SpriteName: "CRYSTAL_7" + Name: "Crystal" + Lv: 1 + Hp: 15 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 999 + Luk: 1 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + Boss: true + Plant: true + Detector: true + } + MoveSpeed: 190 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Piece_Of_Cake: 3800 + Candy_Striper: 4500 + White_Chocolate: 5000 + Gift_Box_4: 4900 + Apple_Juice: 6500 + Chocolate: 5000 + Seed_Of_Yggdrasil: 250 + } +}, +{ + Id: 1953 + SpriteName: "CRYSTAL_8" + Name: "Crystal" + Lv: 1 + Hp: 15 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 999 + Luk: 1 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + Boss: true + Plant: true + Detector: true + } + MoveSpeed: 190 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Piece_Of_Cake: 3800 + Candy_Striper: 4500 + White_Chocolate: 5000 + Gift_Box_1: 4900 + Carrot_Juice: 6500 + Chocolate: 5000 + Branch_Of_Dead_Tree: 300 + } +}, +{ + Id: 1954 + SpriteName: "CRYSTAL_9" + Name: "Crystal" + Lv: 1 + Hp: 15 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 999 + Luk: 1 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + Boss: true + Plant: true + Detector: true + } + MoveSpeed: 190 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Piece_Of_Cake: 3800 + Candy_Striper: 4500 + White_Chocolate: 5000 + Gift_Box_3: 4900 + Grape_Juice: 6500 + Chocolate: 5000 + Old_Blue_Box: 100 + } +}, +// ? + +{ + Id: 1955 + SpriteName: "TREASURE_BOX_I" + Name: "Treasure Chest" + Lv: 99 + Hp: 0 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 999 + Luk: 0 + } + ViewRange: 0 + ChaseRange: 0 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + } + MoveSpeed: 0 + AttackDelay: 0 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Tresure_Box_WoE: 3000 + Soul_Crystal: 4000 + } +}, +// Endless Tower + +{ + Id: 1956 + SpriteName: "NAGHT_SIEGER" + Name: "Naght Sieger" + Lv: 99 + Hp: 8000000 + Sp: 0 + Exp: 4000000 + JExp: 2000000 + AttackRange: 2 + Attack: [32000, 64000] + Def: 60 + Mdef: 40 + Stats: { + Str: 1 + Agi: 50 + Vit: 80 + Int: 220 + Dex: 220 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (8, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 76 + AttackMotion: 432 + DamageMotion: 504 + MvpExp: 0 + Drops: { + Twin_Edge_B: 9000 + Twin_Edge_R: 9000 + Flame_Manteau: 9000 + Bone_Helm: 9000 + Old_Card_Album: 9000 + Pauldron: 9000 + Turquoise: 9000 + } +}, +{ + Id: 1957 + SpriteName: "ENTWEIHEN" + Name: "Entweihen Crothen" + Lv: 90 + Hp: 5400000 + Sp: 0 + Exp: 2700000 + JExp: 1350000 + AttackRange: 12 + Attack: [32000, 40000] + Def: 44 + Mdef: 66 + Stats: { + Str: 1 + Agi: 70 + Vit: 40 + Int: 250 + Dex: 220 + Luk: 30 + } + ViewRange: 14 + ChaseRange: 16 + Size: 1 + Race: 6 + Element: (7, 4) + Mode: { + Aggressive: true + Boss: true + CanAttack: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 140 + AttackMotion: 540 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Thorn_Staff: 9000 + Holy_Stick: 9000 + Celestial_Robe: 9000 + Lich_Bone_Wand: 9000 + Old_Card_Album: 9000 + Survival_Rod_: 9000 + Agate: 9000 + Entweihen_Card: 1 + } +}, +{ + Id: 1958 + SpriteName: "G_ENTWEIHEN_R" + Name: "Thorny Skeleton" + Lv: 89 + Hp: 5400000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 12 + Attack: [4040, 4720] + Def: 44 + Mdef: 66 + Stats: { + Str: 1 + Agi: 35 + Vit: 33 + Int: 180 + Dex: 125 + Luk: 30 + } + ViewRange: 14 + ChaseRange: 16 + Size: 0 + Race: 6 + Element: (7, 4) + Mode: { + Aggressive: true + Boss: true + CanAttack: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 432 + AttackMotion: 288 + DamageMotion: 576 + MvpExp: 0 +}, +{ + Id: 1959 + SpriteName: "G_ENTWEIHEN_H" + Name: "Thorn of Recovery" + Lv: 89 + Hp: 350000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 12 + Attack: [2040, 2720] + Def: 44 + Mdef: 66 + Stats: { + Str: 1 + Agi: 35 + Vit: 33 + Int: 180 + Dex: 125 + Luk: 30 + } + ViewRange: 14 + ChaseRange: 16 + Size: 0 + Race: 6 + Element: (8, 4) + Mode: { + Aggressive: true + Boss: true + CanAttack: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 2864 + AttackMotion: 288 + DamageMotion: 576 + MvpExp: 0 +}, +{ + Id: 1960 + SpriteName: "G_ENTWEIHEN_M" + Name: "Thorn of Magic" + Lv: 89 + Hp: 5400000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 12 + Attack: [2040, 2720] + Def: 44 + Mdef: 66 + Stats: { + Str: 1 + Agi: 35 + Vit: 33 + Int: 180 + Dex: 125 + Luk: 30 + } + ViewRange: 14 + ChaseRange: 16 + Size: 0 + Race: 6 + Element: (7, 4) + Mode: { + Aggressive: true + Boss: true + CanAttack: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 1024 + AttackMotion: 288 + DamageMotion: 576 + MvpExp: 0 +}, +{ + Id: 1961 + SpriteName: "G_ENTWEIHEN_S" + Name: "Thorn of Purification" + Lv: 89 + Hp: 5400000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 12 + Attack: [2040, 2720] + Def: 44 + Mdef: 66 + Stats: { + Str: 1 + Agi: 35 + Vit: 33 + Int: 180 + Dex: 125 + Luk: 30 + } + ViewRange: 14 + ChaseRange: 16 + Size: 0 + Race: 6 + Element: (7, 4) + Mode: { + Aggressive: true + Boss: true + CanAttack: true + Detector: true + } + MoveSpeed: 0 + AttackDelay: 2864 + AttackMotion: 288 + DamageMotion: 576 + MvpExp: 0 +}, +// Additional Monsters + +{ + Id: 1962 + SpriteName: "ANTONIO_" + Name: "Christmas Thief" + Lv: 10 + Hp: 15 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [13, 20] + Def: 100 + Mdef: 99 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 50 + Dex: 100 + Luk: 100 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (0, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + } + MoveSpeed: 100 + AttackDelay: 720 + AttackMotion: 720 + DamageMotion: 432 + MvpExp: 0 +}, +{ + Id: 1963 + SpriteName: "P_CHUNG_E" + Name: "New Year Doll" + Lv: 49 + Hp: 23900 + Sp: 0 + Exp: 2396 + JExp: 993 + AttackRange: 1 + Attack: [460, 1050] + Def: 8 + Mdef: 15 + Stats: { + Str: 38 + Agi: 65 + Vit: 43 + Int: 30 + Dex: 90 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (0, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 170 + AttackDelay: 1728 + AttackMotion: 816 + DamageMotion: 1188 + MvpExp: 0 +}, +{ + Id: 1964 + SpriteName: "NIGHTMARE_T" + Name: "Nightmare" + Lv: 30 + Hp: 2000 + Sp: 0 + Exp: 512 + JExp: 387 + AttackRange: 1 + Attack: [100, 200] + Def: 0 + Mdef: 40 + Stats: { + Str: 1 + Agi: 100 + Vit: 1 + Int: 1 + Dex: 100 + Luk: 1 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (8, 3) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 150 + AttackDelay: 1816 + AttackMotion: 816 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Blue_Potion: 2000 + Blue_Herb: 3000 + Test_Certificate: 5000 + } +}, +{ + Id: 1965 + SpriteName: "M_WILD_ROSE" + Name: "Wild Rose" + Lv: 38 + Hp: 4000 + Sp: 50 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [100, 145] + Def: 0 + Mdef: 15 + Stats: { + Str: 0 + Agi: 85 + Vit: 15 + Int: 35 + Dex: 65 + Luk: 80 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (4, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 100 + AttackDelay: 964 + AttackMotion: 864 + DamageMotion: 288 + MvpExp: 0 +}, +{ + Id: 1966 + SpriteName: "M_DOPPELGANGER" + Name: "Doppelganger" + Lv: 72 + Hp: 7800 + Sp: 200 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [200, 250] + Def: 30 + Mdef: 20 + Stats: { + Str: 0 + Agi: 38 + Vit: 30 + Int: 35 + Dex: 65 + Luk: 65 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (7, 3) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 100 + AttackDelay: 300 + AttackMotion: 480 + DamageMotion: 288 + MvpExp: 0 +}, +{ + Id: 1967 + SpriteName: "M_YGNIZEM" + Name: "Ygnizem" + Lv: 79 + Hp: 7800 + Sp: 200 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [200, 250] + Def: 30 + Mdef: 20 + Stats: { + Str: 0 + Agi: 38 + Vit: 30 + Int: 35 + Dex: 65 + Luk: 65 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (3, 2) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 100 + AttackDelay: 300 + AttackMotion: 480 + DamageMotion: 288 + MvpExp: 0 +}, +{ + Id: 1968 + SpriteName: "E_STROUF" + Name: "Strouf" + Lv: 48 + Hp: 11990 + Sp: 0 + Exp: 6160 + JExp: 4196 + AttackRange: 1 + Attack: [200, 1250] + Def: 5 + Mdef: 50 + Stats: { + Str: 1 + Agi: 40 + Vit: 45 + Int: 92 + Dex: 43 + Luk: 65 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 5 + Element: (1, 3) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 150 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Fin: 5335 + Oridecon_Stone: 230 + Granpa_Beard: 4 + Trident_: 4 + Feather: 3000 + Skyblue_Jewel: 40 + Gill: 1500 + Strouf_Card: 1 + } +}, +{ + Id: 1969 + SpriteName: "E_MARC" + Name: "Marc" + Lv: 36 + Hp: 6900 + Sp: 0 + Exp: 1976 + JExp: 1250 + AttackRange: 1 + Attack: [220, 280] + Def: 5 + Mdef: 10 + Stats: { + Str: 1 + Agi: 36 + Vit: 36 + Int: 20 + Dex: 56 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 5 + Element: (1, 2) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 150 + AttackDelay: 1272 + AttackMotion: 72 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Mistic_Frozen: 36 + Gill: 9000 + Oridecon_Stone: 190 + Fin: 1000 + Skyblue_Jewel: 20 + Blue_Gemstone: 200 + White_Herb: 700 + Marc_Card: 1 + } +}, +{ + Id: 1970 + SpriteName: "E_OBEAUNE" + Name: "Obeune" + Lv: 31 + Hp: 3952 + Sp: 0 + Exp: 1288 + JExp: 814 + AttackRange: 1 + Attack: [141, 165] + Def: 0 + Mdef: 40 + Stats: { + Str: 1 + Agi: 31 + Vit: 31 + Int: 55 + Dex: 74 + Luk: 85 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 5 + Element: (1, 2) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 200 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Mistic_Frozen: 26 + Heart_Of_Mermaid: 9000 + Fin_Helm: 2 + Saint_Robe_: 20 + Skyblue_Jewel: 20 + Fin: 500 + Witherless_Rose: 60 + Obeaune_Card: 1 + } +}, +{ + Id: 1971 + SpriteName: "E_VADON" + Name: "Vadon" + Lv: 19 + Hp: 1017 + Sp: 0 + Exp: 270 + JExp: 170 + AttackRange: 1 + Attack: [74, 85] + Def: 20 + Mdef: 0 + Stats: { + Str: 1 + Agi: 19 + Vit: 16 + Int: 10 + Dex: 36 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 5 + Element: (1, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 300 + AttackDelay: 1632 + AttackMotion: 432 + DamageMotion: 540 + MvpExp: 0 + Drops: { + Crystal_Blue: 40 + Nipper: 9000 + Garlet: 3000 + Padded_Armor_: 10 + Solid_Shell: 100 + Elunium_Stone: 80 + Blue_Gemstone: 50 + Vadon_Card: 1 + } +}, +{ + Id: 1972 + SpriteName: "E_MARINA" + Name: "Marina" + Lv: 21 + Hp: 2087 + Sp: 0 + Exp: 436 + JExp: 280 + AttackRange: 1 + Attack: [84, 106] + Def: 0 + Mdef: 5 + Stats: { + Str: 1 + Agi: 21 + Vit: 21 + Int: 0 + Dex: 36 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 3 + Element: (1, 2) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 400 + AttackDelay: 2280 + AttackMotion: 1080 + DamageMotion: 864 + MvpExp: 0 + Drops: { + Single_Cell: 5000 + Sticky_Mucus: 1500 + Crystal_Blue: 90 + Mistic_Frozen: 4 + Blue_Gemstone: 200 + Deadly_Noxious_Herb: 40 + Marina_Card: 1 + } +}, +{ + Id: 1973 + SpriteName: "E_PORING" + Name: "Poring" + Lv: 1 + Hp: 50 + Sp: 0 + Exp: 2 + JExp: 1 + AttackRange: 1 + Attack: [7, 10] + Def: 0 + Mdef: 5 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 6 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (1, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 400 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Jellopy: 7000 + Sticky_Mucus: 400 + Apple: 1000 + Empty_Bottle: 1500 + Water_Of_Blessing: 3000 + } +}, +// WoE SE Guild Dungeon + +{ + Id: 1974 + SpriteName: "BANSHEE_MASTER" + Name: "Banshee Master" + Lv: 84 + Hp: 47222 + Sp: 0 + Exp: 30000 + JExp: 24000 + AttackRange: 2 + Attack: [2666, 3609] + Def: 20 + Mdef: 40 + Stats: { + Str: 30 + Agi: 74 + Vit: 1 + Int: 180 + Dex: 105 + Luk: 1 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (7, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 676 + AttackMotion: 504 + DamageMotion: 504 + MvpExp: 0 + Drops: { + Brigan: 5335 + Old_White_Cloth: 3000 + Orleans_Gown: 10 + Cursed_Star: 2 + Wool_Scarf: 10 + Mementos: 1500 + Shadow_Guard: 20 + Banshee_Master_Card: 1 + } +}, +{ + Id: 1975 + SpriteName: "BEHOLDER_MASTER" + Name: "Beholder Master" + Lv: 70 + Hp: 24150 + Sp: 0 + Exp: 9000 + JExp: 11400 + AttackRange: 6 + Attack: [1723, 2300] + Def: 17 + Mdef: 30 + Stats: { + Str: 60 + Agi: 62 + Vit: 25 + Int: 89 + Dex: 85 + Luk: 32 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (4, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 190 + AttackDelay: 336 + AttackMotion: 840 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Prickly_Fruit: 3000 + Anodyne: 100 + Rough_Wind: 100 + Elunium: 10 + Chameleon_Armor: 10 + Old_Blue_Box: 2 + Linen_Glove: 2 + } +}, +{ + Id: 1976 + SpriteName: "COBALT_MINERAL" + Name: "Cobalt Mineral" + Lv: 72 + Hp: 29665 + Sp: 0 + Exp: 12332 + JExp: 10379 + AttackRange: 1 + Attack: [1446, 2979] + Def: 40 + Mdef: 30 + Stats: { + Str: 60 + Agi: 77 + Vit: 35 + Int: 57 + Dex: 77 + Luk: 32 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (0, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 648 + AttackMotion: 480 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Fragment_Of_Crystal: 3000 + Golden_Jewel: 500 + Elemental_Sword: 5 + Oridecon: 80 + Emveretarcon: 800 + Yellow_Gemstone: 100 + Gold: 2 + Emperium: 2 + } +}, +{ + Id: 1977 + SpriteName: "HEAVY_METALING" + Name: "Heavy Metaling" + Lv: 73 + Hp: 28433 + Sp: 0 + Exp: 9320 + JExp: 8831 + AttackRange: 1 + Attack: [1350, 1700] + Def: 40 + Mdef: 30 + Stats: { + Str: 30 + Agi: 65 + Vit: 28 + Int: 40 + Dex: 77 + Luk: 2 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 384 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Tube: 4000 + Iron_Ore: 1000 + Iron: 500 + Large_Jellopy: 1000 + Screw: 200 + Dagger_Of_Hunter: 5 + Jubilee: 5000 + } +}, +{ + Id: 1978 + SpriteName: "HELL_APOCALIPS" + Name: "Hell Apocalips" + Lv: 86 + Hp: 65433 + Sp: 0 + Exp: 46666 + JExp: 32000 + AttackRange: 2 + Attack: [5733, 6073] + Def: 62 + Mdef: 23 + Stats: { + Str: 1 + Agi: 48 + Vit: 30 + Int: 98 + Dex: 110 + Luk: 85 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 1840 + AttackMotion: 1440 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Broken_Steel_Piece: 5335 + Steel: 2500 + Mystery_Piece: 2400 + Wheel: 2200 + Manteau_: 20 + Elunium: 5 + Life_Link: 1 + Cardo: 1 + } +}, +{ + Id: 1979 + SpriteName: "ZAKUDAM" + Name: "Zukadam" + Lv: 82 + Hp: 43699 + Sp: 0 + Exp: 27213 + JExp: 16300 + AttackRange: 3 + Attack: [2000, 3227] + Def: 30 + Mdef: 30 + Stats: { + Str: 65 + Agi: 65 + Vit: 35 + Int: 75 + Dex: 80 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 7 + Element: (0, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 180 + AttackDelay: 580 + AttackMotion: 288 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Screw: 5000 + Steel: 500 + Oridecon: 200 + Elunium: 200 + Gate_Keeper: 5 + Gate_KeeperDD: 5 + Improved_Tights: 10 + } +}, +{ + Id: 1980 + SpriteName: "KUBLIN" + Name: "Kubkin" + Lv: 85 + Hp: 1176000 + Sp: 0 + Exp: 100000 + JExp: 100000 + AttackRange: 1 + Attack: [1180, 1400] + Def: 20 + Mdef: 10 + Stats: { + Str: 1 + Agi: 106 + Vit: 25 + Int: 40 + Dex: 72 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 964 + AttackMotion: 648 + DamageMotion: 300 + MvpExp: 100000 + MvpDrops: { + Pickaxe: 10000 + } + Drops: { + Iron: 270 + Scell: 9000 + Oridecon_Stone: 43 + Goblini_Mask: 3 + Red_Herb: 1800 + } +}, +// Orc Dungeon Instance + +{ + Id: 1981 + SpriteName: "I_HIGH_ORC" + Name: "Safeguard Chief" + Lv: 88 + Hp: 111111 + Sp: 0 + Exp: 3618 + JExp: 1639 + AttackRange: 1 + Attack: [428, 533] + Def: 15 + Mdef: 5 + Stats: { + Str: 55 + Agi: 46 + Vit: 55 + Int: 35 + Dex: 82 + Luk: 40 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 7 + Element: (3, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1500 + AttackMotion: 500 + DamageMotion: 1000 + MvpExp: 0 +}, +{ + Id: 1982 + SpriteName: "I_ORC_ARCHER" + Name: "Orc Sniper" + Lv: 85 + Hp: 62000 + Sp: 0 + Exp: 1729 + JExp: 1787 + AttackRange: 9 + Attack: [1310, 1390] + Def: 10 + Mdef: 5 + Stats: { + Str: 1 + Agi: 44 + Vit: 25 + Int: 20 + Dex: 125 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1960 + AttackMotion: 620 + DamageMotion: 480 + MvpExp: 0 +}, +{ + Id: 1983 + SpriteName: "I_ORC_SKELETON" + Name: "Depraved Orc Spirit" + Lv: 87 + Hp: 80087 + Sp: 0 + Exp: 4501 + JExp: 67 + AttackRange: 1 + Attack: [896, 1159] + Def: 14 + Mdef: 30 + Stats: { + Str: 1 + Agi: 31 + Vit: 41 + Int: 93 + Dex: 67 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 1 + Element: (9, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 130 + AttackDelay: 2420 + AttackMotion: 720 + DamageMotion: 648 + MvpExp: 0 +}, +{ + Id: 1984 + SpriteName: "I_ORC_LADY" + Name: "Shaman Cargalache" + Lv: 58 + Hp: 50058 + Sp: 0 + Exp: 4870 + JExp: 98 + AttackRange: 1 + Attack: [823, 1212] + Def: 35 + Mdef: 10 + Stats: { + Str: 60 + Agi: 35 + Vit: 52 + Int: 18 + Dex: 79 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (2, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 145 + AttackDelay: 1050 + AttackMotion: 900 + DamageMotion: 288 + MvpExp: 0 +}, +// Another World (13.1) + +{ + Id: 1985 + SpriteName: "DANDELION" + Name: "Dandelion Member" + Lv: 37 + Hp: 5176 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [305, 360] + Def: 0 + Mdef: 10 + Stats: { + Str: 28 + Agi: 19 + Vit: 32 + Int: 0 + Dex: 63 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (7, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 1772 + AttackMotion: 72 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 1986 + SpriteName: "TATACHO" + Name: "Tatacho" + Lv: 106 + Hp: 39500 + Sp: 0 + Exp: 23700 + JExp: 13825 + AttackRange: 2 + Attack: [10000, 11000] + Def: 20 + Mdef: 17 + Stats: { + Str: 106 + Agi: 40 + Vit: 30 + Int: 25 + Dex: 115 + Luk: 6 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (2, 1) + Mode: { + CanMove: true + Looter: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + } + MoveSpeed: 150 + AttackDelay: 1000 + AttackMotion: 768 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Lunakaligo: 20 + Cello: 10 + Fur: 4000 + Peaked_Hat: 3000 + Delicious_Fish: 3100 + Sweet_Potato: 3000 + Tatacho_Card: 1 + } +}, +{ + Id: 1987 + SpriteName: "CENTIPEDE" + Name: "Centipede" + Lv: 110 + Hp: 45662 + Sp: 0 + Exp: 27397 + JExp: 15982 + AttackRange: 2 + Attack: [15000, 16000] + Def: 40 + Mdef: 25 + Stats: { + Str: 112 + Agi: 43 + Vit: 30 + Int: 5 + Dex: 131 + Luk: 12 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 4 + Element: (5, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1000 + AttackMotion: 792 + DamageMotion: 336 + MvpExp: 0 + Drops: { + Cold_Heart: 2 + Black_Cat: 2 + Cursed_Lyre: 10 + Short_Leg: 5335 + Zargon: 5000 + Worm_Peelings: 9000 + Solid_Shell: 2500 + Centipede_Card: 1 + } +}, +{ + Id: 1988 + SpriteName: "NEPENTHES" + Name: "Nepenthes" + Lv: 75 + Hp: 10350 + Sp: 0 + Exp: 5175 + JExp: 2587 + AttackRange: 7 + Attack: [415, 565] + Def: 25 + Mdef: 10 + Stats: { + Str: 75 + Agi: 20 + Vit: 30 + Int: 5 + Dex: 65 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (5, 2) + Mode: { + Aggressive: true + CanAttack: true + } + MoveSpeed: 1000 + AttackDelay: 500 + AttackMotion: 576 + DamageMotion: 504 + MvpExp: 0 + Drops: { + Mandragora_Cap: 1 + Stem_Of_Nepenthes: 1 + Harp_Of_Nepenthes: 1 + Nepenthes_Bow: 1 + Strong_Bine: 3000 + Yellow_Live: 50 + Stem: 9000 + } +}, +{ + Id: 1989 + SpriteName: "HILLSRION" + Name: "Hillslion" + Lv: 105 + Hp: 34600 + Sp: 0 + Exp: 20760 + JExp: 12110 + AttackRange: 1 + Attack: [5000, 5500] + Def: 28 + Mdef: 15 + Stats: { + Str: 105 + Agi: 60 + Vit: 30 + Int: 15 + Dex: 115 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 400 + AttackMotion: 780 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Sprint_Shoes: 10 + Horn_Of_Hilthrion: 20 + Horn_Of_Hilsrion: 3000 + Fur: 2000 + Wild_Beast_Claw: 10 + Soft_Feather: 120 + Brigan: 4850 + Hilsrion_Card: 1 + } +}, +{ + Id: 1990 + SpriteName: "HARDROCK_MOMMOTH" + Name: "Hardrock Mammoth" + Lv: 115 + Hp: 4137000 + Sp: 0 + Exp: 827400 + JExp: 413700 + AttackRange: 2 + Attack: [30000, 36000] + Def: 50 + Mdef: 60 + Stats: { + Str: 115 + Agi: 35 + Vit: 1 + Int: 30 + Dex: 150 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (2, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1000 + AttackMotion: 660 + DamageMotion: 588 + MvpExp: 0 + Drops: { + Bone_Head: 100 + Tournament_Shield: 200 + Ivory_Lance: 500 + Ivory_Knife: 400 + Hard_Skin: 9000 + Snowy_Horn: 20 + Elunium: 9000 + } +}, +{ + Id: 1991 + SpriteName: "TENDRILRION" + Name: "Tendrillion" + Lv: 113 + Hp: 3657330 + Sp: 0 + Exp: 731466 + JExp: 365733 + AttackRange: 2 + Attack: [20000, 24000] + Def: 33 + Mdef: 30 + Stats: { + Str: 113 + Agi: 60 + Vit: 1 + Int: 45 + Dex: 147 + Luk: 13 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (2, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 500 + AttackMotion: 960 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Leather_Of_Tendrilion: 500 + Death_Guidance: 100 + Eraser: 100 + Horn_Of_Tendrilion: 9000 + Fur: 4000 + Tough_Vines: 5335 + Stiff_Horn: 4850 + } +}, +{ + Id: 1992 + SpriteName: "CORNUS" + Name: "Cornus" + Lv: 108 + Hp: 41220 + Sp: 0 + Exp: 30854 + JExp: 4427 + AttackRange: 2 + Attack: [12000, 13000] + Def: 35 + Mdef: 80 + Stats: { + Str: 110 + Agi: 45 + Vit: 80 + Int: 200 + Dex: 105 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (6, 3) + Mode: { + CanMove: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + } + MoveSpeed: 120 + AttackDelay: 1000 + AttackMotion: 624 + DamageMotion: 300 + MvpExp: 0 + Drops: { + Sprint_Mail: 10 + Angelic_Ring: 1 + Mystic_Horn: 4000 + Soft_Feather: 3000 + Horseshoe: 6000 + Snowy_Horn: 2 + Long_Horn: 1 + Cornus_Card: 1 + } +}, +{ + Id: 1993 + SpriteName: "NAGA" + Name: "Naga" + Lv: 111 + Hp: 46708 + Sp: 0 + Exp: 30360 + JExp: 16348 + AttackRange: 3 + Attack: [8000, 8800] + Def: 38 + Mdef: 15 + Stats: { + Str: 113 + Agi: 42 + Vit: 30 + Int: 108 + Dex: 122 + Luk: 13 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (2, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 400 + AttackMotion: 864 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Armor_Of_Naga: 10 + Shield_Of_Naga: 10 + Battle_Fork: 10 + Scale_Of_Snakes: 5000 + Scales_Shell: 3500 + Shining_Scales: 2000 + Pike_: 20 + } +}, +{ + Id: 1994 + SpriteName: "LUCIOLA_VESPA" + Name: "Luciola Vespa" + Lv: 104 + Hp: 32600 + Sp: 0 + Exp: 16300 + JExp: 11410 + AttackRange: 1 + Attack: [9000, 9900] + Def: 29 + Mdef: 5 + Stats: { + Str: 104 + Agi: 56 + Vit: 30 + Int: 20 + Dex: 116 + Luk: 4 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 4 + Element: (4, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + TargetWeak: true + } + MoveSpeed: 110 + AttackDelay: 1000 + AttackMotion: 864 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Sprint_Ring: 2 + Worm_Peelings: 9000 + Bee_Sting: 9000 + Honey: 300 + Wind_Of_Verdure: 160 + Royal_Jelly: 200 + Solid_Shell: 3000 + Luciola_Vespa_Card: 1 + } +}, +{ + Id: 1995 + SpriteName: "PINGUICULA" + Name: "Pinguicula" + Lv: 80 + Hp: 13680 + Sp: 0 + Exp: 6840 + JExp: 3420 + AttackRange: 1 + Attack: [600, 720] + Def: 25 + Mdef: 5 + Stats: { + Str: 102 + Agi: 23 + Vit: 30 + Int: 10 + Dex: 86 + Luk: 2 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (2, 3) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 700 + AttackMotion: 600 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Pinguicula_Corsage: 1 + Whip_Of_Balance: 10 + Centimental_Leaf: 10 + Sharp_Leaf: 5000 + Great_Leaf: 2000 + Browny_Root: 3000 + Flower: 1000 + } +}, +//1996,BACSOJIN_T,Bacsojin,White Lady,85,253221,0,45250,16445,3,1868,6124,20,55,52,65,44,112,152,35,10,12,2,7,64,0x37B5,130,576,960,480,0,0,0,0,0,0,0,5411,500,2638,80,2639,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + +{ + Id: 1997 + SpriteName: "G_TATACHO" + Name: "Tatacho" + Lv: 106 + Hp: 39500 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [10000, 11000] + Def: 20 + Mdef: 17 + Stats: { + Str: 106 + Agi: 40 + Vit: 30 + Int: 25 + Dex: 115 + Luk: 6 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (2, 1) + Mode: { + CanMove: true + Looter: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + } + MoveSpeed: 150 + AttackDelay: 1000 + AttackMotion: 768 + DamageMotion: 360 + MvpExp: 0 +}, +{ + Id: 1998 + SpriteName: "G_HILLSRION" + Name: "Hillslion" + Lv: 105 + Hp: 34600 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [5000, 5500] + Def: 28 + Mdef: 15 + Stats: { + Str: 105 + Agi: 60 + Vit: 30 + Int: 15 + Dex: 115 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 400 + AttackMotion: 780 + DamageMotion: 576 + MvpExp: 0 +}, +{ + Id: 1999 + SpriteName: "CENTIPEDE_LARVA" + Name: "Centipede Larva" + Lv: 80 + Hp: 12000 + Sp: 0 + Exp: 3600 + JExp: 4800 + AttackRange: 2 + Attack: [948, 1115] + Def: 20 + Mdef: 20 + Stats: { + Str: 80 + Agi: 33 + Vit: 15 + Int: 3 + Dex: 75 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 4 + Element: (5, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1000 + AttackMotion: 792 + DamageMotion: 336 + MvpExp: 0 + Drops: { + Boots_: 9 + Crystal_Jewel__: 50 + Short_Leg: 5335 + Zargon: 5000 + Worm_Peelings: 9000 + Solid_Shell: 2500 + Centipede_Larva_Card: 1 + } +}, +//2000,M_GAMEMASTER,Male Game Master,Game Master,50,7000,250,0,0,1,25,25,10,10,44,121,1,60,75,110,10,12,1,7,20,0x120,200,300,384,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + +//2001,F_GAMEMASTER,Female Game Master,Game Master,50,7000,250,0,0,1,25,25,10,10,44,121,1,60,75,110,10,12,1,7,20,0x120,200,300,384,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + +//2002,T_SPRING_RABBIT,Spring Rabbit,Spring Rabbit,50,8000,0,3982,1766,1,585,813,29,21,45,61,5,15,77,90,10,12,1,2,42,0x120,160,1120,552,511,0,0,0,0,0,0,0,12190,1000,6061,500,6068,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + +//2003,T_BACSOJIN,White Lady,White Lady,72,56380,0,0,0,2,560,1446,10,15,38,65,34,80,102,35,10,12,2,7,41,0x3695,160,576,960,480,0,0,0,0,0,0,0,7406,1000,7407,1000,6062,1000,6063,1000,6064,1000,6065,1000,6066,1000,0,0,0,0,0,0 + +//2004,T_WICKED_NYMPH,Evil Nymph,Evil Nymph,63,16029,0,0,0,2,399,1090,12,75,1,64,12,69,100,80,10,12,1,6,67,0x3695,200,637,1008,360,0,0,0,0,0,0,0,7406,800,7407,800,6063,800,6064,800,6065,800,6066,800,6067,800,0,0,0,0,0,0 + +//2005,T_PLASMA_B,Plasma,Plasma,44,8200,0,0,0,3,300,700,0,30,1,30,5,73,90,30,10,12,0,0,81,0x120,150,608,1440,576,0,0,0,0,0,0,0,7406,500,7407,500,6062,500,6063,500,6064,500,0,0,0,0,0,0,0,0,0,0 + +//2006,T_PLASMA_P,Plasma,Plasma,49,5900,0,0,0,3,300,700,0,30,1,30,5,54,90,30,10,12,0,0,87,0x120,150,608,1440,576,0,0,0,0,0,0,0,6062,500,6063,500,6064,500,6065,500,6066,500,0,0,0,0,0,0,0,0,0,0 + +//2007,T_PLASMA_R,Plasma,Plasma,43,5700,0,0,0,3,300,700,0,30,1,30,5,56,90,30,10,12,0,0,83,0x120,150,608,1440,576,0,0,0,0,0,0,0,7406,500,7407,500,6064,500,6065,500,6066,500,6067,500,0,0,0,0,0,0,0,0 + +{ + Id: 2008 + SpriteName: "WOOMAWANG" + Name: "Woomawang" + Lv: 82 + Hp: 4000000 + Sp: 0 + Exp: 100000 + JExp: 100000 + AttackRange: 3 + Attack: [8000, 10000] + Def: 40 + Mdef: 40 + Stats: { + Str: 60 + Agi: 110 + Vit: 200 + Int: 250 + Dex: 166 + Luk: 66 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (8, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 828 + AttackMotion: 528 + DamageMotion: 192 + MvpExp: 0 +}, +{ + Id: 2009 + SpriteName: "WOOMAWANG_" + Name: "Woomawang" + Lv: 82 + Hp: 2000000 + Sp: 0 + Exp: 100000 + JExp: 100000 + AttackRange: 1 + Attack: [16000, 20000] + Def: 40 + Mdef: 40 + Stats: { + Str: 60 + Agi: 110 + Vit: 200 + Int: 250 + Dex: 166 + Luk: 66 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (8, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 414 + AttackMotion: 1080 + DamageMotion: 336 + MvpExp: 0 + Drops: { + Cowking's_Nose_Ring: 10000 + } +}, +{ + Id: 2010 + SpriteName: "G_MAJORUROS" + Name: "Ox" + Lv: 66 + Hp: 500000 + Sp: 0 + Exp: 10 + JExp: 10 + AttackRange: 1 + Attack: [1200, 3200] + Def: 25 + Mdef: 15 + Stats: { + Str: 65 + Agi: 50 + Vit: 20 + Int: 20 + Dex: 85 + Luk: 48 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (8, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 250 + AttackDelay: 1100 + AttackMotion: 960 + DamageMotion: 780 + MvpExp: 0 +}, +//2011,E_GHOUL,Ghoul,Ghoul,40,99999,0,1088,622,1,2100,2500,100,20,1,20,29,0,180,20,10,12,1,1,49,0x120,100,2456,912,504,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + +//2012,E_ZOMBIE,Zombie,Zombie,15,99999,0,50,33,1,335,395,100,10,1,8,7,0,60,0,10,12,1,1,29,0x120,150,2612,912,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + +// Another World (13.2) + +{ + Id: 2013 + SpriteName: "DRACO" + Name: "Draco" + Lv: 82 + Hp: 18300 + Sp: 0 + Exp: 6100 + JExp: 4100 + AttackRange: 1 + Attack: [410, 710] + Def: 10 + Mdef: 5 + Stats: { + Str: 1 + Agi: 23 + Vit: 30 + Int: 34 + Dex: 62 + Luk: 2 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 9 + Element: (2, 1) + Mode: { + CanMove: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + } + MoveSpeed: 250 + AttackDelay: 576 + AttackMotion: 960 + DamageMotion: 504 + MvpExp: 0 + Drops: { + Dragon's_Mane: 3000 + Dragon's_Skin: 100 + Dragon_Canine: 100 + Dragon_Train: 1000 + Dragon_Scale: 1000 + Honey: 500 + Draco_Card: 1 + } +}, +{ + Id: 2014 + SpriteName: "DRACO_EGG" + Name: "Draco Egg" + Lv: 67 + Hp: 9822 + Sp: 0 + Exp: 1200 + JExp: 1600 + AttackRange: 0 + Attack: [1, 2] + Def: 56 + Mdef: 40 + Stats: { + Str: 1 + Agi: 1 + Vit: 56 + Int: 34 + Dex: 1 + Luk: 63 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 9 + Element: (2, 4) + MoveSpeed: 1000 + AttackDelay: 24 + AttackMotion: 0 + DamageMotion: 0 + MvpExp: 0 + Drops: { + Piece_Of_Egg_Shell: 5000 + Egg_Shell: 20 + } +}, +{ + Id: 2015 + SpriteName: "PINGUICULA_D" + Name: "Dark Pinguicula" + Lv: 83 + Hp: 8780 + Sp: 0 + Exp: 7740 + JExp: 5200 + AttackRange: 1 + Attack: [600, 1450] + Def: 15 + Mdef: 5 + Stats: { + Str: 1 + Agi: 23 + Vit: 22 + Int: 12 + Dex: 89 + Luk: 2 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (5, 2) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 290 + AttackDelay: 1426 + AttackMotion: 600 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Sharp_Leaf: 5000 + Great_Leaf: 2000 + Browny_Root: 3000 + Karvodailnirol: 10 + Withered_Flower: 1000 + } +}, +{ + Id: 2016 + SpriteName: "AQUA_ELEMENTAL" + Name: "Aqua Elemental" + Lv: 83 + Hp: 33220 + Sp: 0 + Exp: 5430 + JExp: 15300 + AttackRange: 1 + Attack: [400, 1600] + Def: 8 + Mdef: 12 + Stats: { + Str: 1 + Agi: 23 + Vit: 19 + Int: 87 + Dex: 77 + Luk: 2 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (1, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 230 + AttackDelay: 504 + AttackMotion: 960 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Crystalized_Teardrop: 1000 + Fluorescent_Liquid: 5000 + Tiny_Waterbottle: 100 + Aqua_Elemental_Card: 1 + } +}, +{ + Id: 2017 + SpriteName: "RATA" + Name: "Rata" + Lv: 107 + Hp: 216600 + Sp: 0 + Exp: 70012 + JExp: 34000 + AttackRange: 1 + Attack: [8000, 15000] + Def: 32 + Mdef: 52 + Stats: { + Str: 1 + Agi: 51 + Vit: 22 + Int: 132 + Dex: 99 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (2, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 792 + AttackMotion: 540 + DamageMotion: 420 + MvpExp: 0 + Drops: { + Unripe_Acorn: 5000 + Acorn: 5000 + Piece_Of_Darkness: 500 + Veteran_Hammer: 100 + } +}, +{ + Id: 2018 + SpriteName: "DUNEYRR" + Name: "Duneyrr" + Lv: 107 + Hp: 265100 + Sp: 0 + Exp: 83030 + JExp: 52000 + AttackRange: 1 + Attack: [16000, 19000] + Def: 39 + Mdef: 35 + Stats: { + Str: 1 + Agi: 60 + Vit: 45 + Int: 89 + Dex: 105 + Luk: 15 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (2, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 672 + AttackMotion: 420 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Carrot: 5000 + Fur: 4000 + Piece_Of_Darkness: 500 + Eyes_Stone_Ring: 1 + Veteran_Sword: 10 + Veteran_Axe: 100 + } +}, +{ + Id: 2019 + SpriteName: "ANCIENT_TREE" + Name: "Ancient Tree" + Lv: 102 + Hp: 30030 + Sp: 0 + Exp: 11020 + JExp: 8900 + AttackRange: 1 + Attack: [13200, 17400] + Def: 39 + Mdef: 43 + Stats: { + Str: 1 + Agi: 30 + Vit: 73 + Int: 58 + Dex: 45 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 3 + Element: (2, 3) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 290 + AttackDelay: 504 + AttackMotion: 960 + DamageMotion: 576 + MvpExp: 0 + Drops: { + Tough_Vines: 1000 + Great_Leaf: 1000 + Log: 5000 + Dead_Tree_Cane: 10 + Vital_Tree_Shoes: 30 + } +}, +{ + Id: 2020 + SpriteName: "RHYNCHO" + Name: "Rhyncho" + Lv: 85 + Hp: 18900 + Sp: 0 + Exp: 2040 + JExp: 6000 + AttackRange: 1 + Attack: [350, 2300] + Def: 5 + Mdef: 19 + Stats: { + Str: 1 + Agi: 56 + Vit: 12 + Int: 35 + Dex: 89 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (1, 3) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 240 + AttackDelay: 576 + AttackMotion: 660 + DamageMotion: 420 + MvpExp: 0 + Drops: { + Fluorescent_Liquid: 5000 + Karvodailnirol: 5 + Crystal_Of_Soul_01: 500 + } +}, +{ + Id: 2021 + SpriteName: "PHYLLA" + Name: "Phylla" + Lv: 85 + Hp: 23880 + Sp: 0 + Exp: 3040 + JExp: 6600 + AttackRange: 10 + Attack: [350, 2550] + Def: 8 + Mdef: 22 + Stats: { + Str: 1 + Agi: 59 + Vit: 15 + Int: 25 + Dex: 99 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (1, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetChase: true + } + MoveSpeed: 240 + AttackDelay: 360 + AttackMotion: 780 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Fluorescent_Liquid: 5000 + Detrimindexta: 5 + Crystal_Of_Soul_02: 500 + } +}, +{ + Id: 2022 + SpriteName: "S_NYDHOG" + Name: "Nidhoggr's Shadow" + Lv: 117 + Hp: 3450000 + Sp: 0 + Exp: 4800000 + JExp: 3900000 + AttackRange: 2 + Attack: [17000, 49000] + Def: 60 + Mdef: 75 + Stats: { + Str: 1 + Agi: 34 + Vit: 62 + Int: 236 + Dex: 188 + Luk: 34 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 9 + Element: (7, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1596 + AttackMotion: 1620 + DamageMotion: 864 + MvpExp: 2400000 + Drops: { + Dark_Red_Scale: 5000 + Treasure_Box: 5000 + Gold_Ring: 5000 + Cardo: 500 + Katzbalger: 500 + Pole_Axe: 500 + Piece_Of_Angent_Skin: 2000 + } +}, +{ + Id: 2023 + SpriteName: "DARK_SHADOW" + Name: "Dark Shadow" + Lv: 114 + Hp: 42900 + Sp: 0 + Exp: 21000 + JExp: 14000 + AttackRange: 1 + Attack: [10000, 15000] + Def: 35 + Mdef: 44 + Stats: { + Str: 1 + Agi: 23 + Vit: 12 + Int: 145 + Dex: 102 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 0 + Element: (7, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 220 + AttackDelay: 768 + AttackMotion: 1776 + DamageMotion: 648 + MvpExp: 0 + Drops: { + Piece_Of_Black_Cloth: 5000 + Skul_Ring: 1000 + Dagger_Of_Hunter: 5 + Piece_Of_Darkness: 1000 + Eyes_Stone_Ring: 5 + Bradium_Stonehammer: 10 + Dark_Shadow_Card: 1 + } +}, +{ + Id: 2024 + SpriteName: "BRADIUM_GOLEM" + Name: "Bradium Golem" + Lv: 101 + Hp: 45200 + Sp: 0 + Exp: 14000 + JExp: 18920 + AttackRange: 1 + Attack: [12000, 13000] + Def: 78 + Mdef: 22 + Stats: { + Str: 0 + Agi: 10 + Vit: 82 + Int: 25 + Dex: 60 + Luk: 12 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (2, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1008 + AttackMotion: 1200 + DamageMotion: 540 + MvpExp: 0 + Drops: { + Stone_Piece: 3000 + Stone_Heart: 5000 + Purified_Bradium: 500 + Bradium_Shield: 10 + } +}, +//2025,MYSTCASE_EVENT,Mystcase,Mystcase,10,15,0,0,0,1,160,360,99,99,65,50,25,5,48,75,10,12,1,0,20,0x120,400,1248,1248,432,0,0,0,0,0,0,0,14550,5000,14546,5000,12355,50,6092,2000,7175,2000,7174,2000,529,3000,0,0,0,0,530,3000 + +{ + Id: 2026 + SpriteName: "DANDELION_" + Name: "Runaway Dandelion Member" + Lv: 90 + Hp: 552000 + Sp: 0 + Exp: 50000 + JExp: 25000 + AttackRange: 1 + Attack: [3050, 4300] + Def: 25 + Mdef: 35 + Stats: { + Str: 1 + Agi: 66 + Vit: 66 + Int: 45 + Dex: 88 + Luk: 66 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (7, 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 230 + AttackDelay: 1772 + AttackMotion: 72 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Old_Frying_Pan: 5000 + Delicious_Fish: 500 + Spoon_Stub: 2000 + Mushroom: 3000 + Outdoor_Cooking_Kits: 500 + Green_Herb: 5000 + Piece_Of_Egg_Shell: 3000 + Tree_Root: 2000 + } +}, +{ + Id: 2027 + SpriteName: "G_DARK_SHADOW" + Name: "Dark Shadow" + Lv: 114 + Hp: 42900 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [10000, 15000] + Def: 35 + Mdef: 44 + Stats: { + Str: 1 + Agi: 23 + Vit: 12 + Int: 145 + Dex: 102 + Luk: 60 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 0 + Element: (7, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 220 + AttackDelay: 768 + AttackMotion: 1776 + DamageMotion: 648 + MvpExp: 0 +}, +//2028,E_MINOROUS,Minorous,Minorous,1,741,0,0,0,1,30,48,2,5,6,4,6,6,5,3,10,12,2,2,43,0x120,200,1360,960,432,0,0,0,0,0,0,0,7606,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + +//2029,E_MINOROUS_,Minorous,Minorous,10,15,0,10,0,1,100,150,100,99,1,1,1,1,100,100,10,12,2,2,43,0x120,200,1360,960,432,0,0,0,0,0,0,0,941,10,11708,2000,11708,4000,11708,1000,516,1000,2289,1,577,1000,0,0,0,0,644,1 + +{ + Id: 2030 + SpriteName: "HIDEN_PRIEST" + Name: "Hiden Priest" + Lv: 90 + Hp: 240000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 2 + Attack: [1300, 1983] + Def: 0 + Mdef: 30 + Stats: { + Str: 1 + Agi: 32 + Vit: 40 + Int: 100 + Dex: 82 + Luk: 40 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (9, 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 432 + AttackMotion: 432 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Pope's_Cookie: 5000 + } +}, +{ + Id: 2031 + SpriteName: "DANDELION_H" + Name: "Dandelion" + Lv: 80 + Hp: 120000 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [305, 610] + Def: 0 + Mdef: 10 + Stats: { + Str: 1 + Agi: 19 + Vit: 32 + Int: 0 + Dex: 63 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 7 + Element: (7, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 1772 + AttackMotion: 72 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Pope's_Cookie: 5000 + } +}, +//2032,GUARDIAN_FOREST,Forest Guardian,Forest Guardian,50,8578,0,0,0,1,1000,1103,15,25,1,75,55,1,93,45,10,12,0,6,27,0x120,100,868,480,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + +//2033,GOLDEN_TULIP,Golden Tulip,Golden Tulip,1,299,0,0,0,1,1,2,100,99,0,0,0,0,0,0,7,12,0,3,22,0x120,2000,1,1,1,0,0,0,0,0,0,0,7951,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + +//2034,M_DESERT_WOLF_B,Baby Desert Wolf,Baby Desert Wolf,9,164,15,0,0,1,500,600,0,0,1,9,9,5,40,40,10,12,0,2,23,0x120,100,1600,900,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + +//2035,NIHILITY_ZEM,Nihility Zem,Nihility Zem,90,200000,0,0,0,0,1,2,0,20,1,1,1,0,1,20,10,12,0,4,22,0x120,1000,1001,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + +//2036,VALKYRIE_N,Valkyrie Randgris,Valkyrie Randgris,53,11280,0,0,0,1,780,930,10,20,1,24,39,0,72,25,10,12,1,1,69,0x120,170,576,576,480,0,0,0,0,0,0,0,6154,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + +//2037,VALKYRIE_A,Valkyrie Randgris,Valkyrie Randgris,90,5000,15,0,0,1,10,160,10,20,1,20,40,0,20,20,10,12,1,8,66,0x120,100,576,576,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 + +//2038,VALKYRIE_B,Valkyrie Randgris,Valkyrie Randgris,90,10000,15,0,0,1,300,450,10,40,1,20,80,0,80,20,10,12,1,8,66,0x120,100,576,576,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 + +//2039,EXECUTIONER_R,Executioner,Executioner,65,28980,0,0,0,2,570,950,35,35,64,85,40,25,88,60,10,12,2,0,47,0x120,200,768,500,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + +//2040,TIRFING_R,Tirfing,Ogretooth,71,29900,0,0,0,1,950,1146,30,35,58,87,55,35,132,65,10,12,1,0,67,0x120,100,816,500,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + +//2041,MYSTELTAINN_R,Mysteltainn,Mysteltainn,76,33350,0,0,0,2,1160,1440,30,30,77,139,80,35,159,65,10,12,2,0,87,0x120,250,1152,500,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + +// **** + +// NC Mechanic Summons + +{ + Id: 2042 + SpriteName: "SILVERSNIPER" + Name: "Silver Sniper" + Lv: 100 + Hp: 4500 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 9 + Attack: [300, 300] + Def: 80 + Mdef: 10 + Stats: { + Str: 10 + Agi: 60 + Vit: 10 + Int: 10 + Dex: 100 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (0, 1) + Mode: { + Aggressive: true + CanAttack: true + } + MoveSpeed: 2000 + AttackDelay: 504 + AttackMotion: 1020 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Steel: 1000 + } +}, +{ + Id: 2043 + SpriteName: "MAGICDECOY_FIRE" + Name: "Magic Decoy" + Lv: 100 + Hp: 2500 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 7 + Attack: [150, 150] + Def: 16 + Mdef: 60 + Stats: { + Str: 10 + Agi: 10 + Vit: 10 + Int: 100 + Dex: 50 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (3, 1) + Mode: { + Aggressive: true + CanAttack: true + } + MoveSpeed: 2000 + AttackDelay: 504 + AttackMotion: 1020 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Steel: 1000 + } +}, +{ + Id: 2044 + SpriteName: "MAGICDECOY_WATER" + Name: "Magic Decoy" + Lv: 100 + Hp: 2500 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 7 + Attack: [150, 150] + Def: 16 + Mdef: 60 + Stats: { + Str: 10 + Agi: 10 + Vit: 10 + Int: 100 + Dex: 50 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (1, 1) + Mode: { + Aggressive: true + CanAttack: true + } + MoveSpeed: 2000 + AttackDelay: 504 + AttackMotion: 1020 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Steel: 1000 + } +}, +{ + Id: 2045 + SpriteName: "MAGICDECOY_EARTH" + Name: "Magic Decoy" + Lv: 100 + Hp: 2500 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 7 + Attack: [150, 150] + Def: 16 + Mdef: 60 + Stats: { + Str: 10 + Agi: 10 + Vit: 10 + Int: 100 + Dex: 50 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (2, 1) + Mode: { + Aggressive: true + CanAttack: true + } + MoveSpeed: 2000 + AttackDelay: 504 + AttackMotion: 1020 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Steel: 1000 + } +}, +{ + Id: 2046 + SpriteName: "MAGICDECOY_WIND" + Name: "Magic Decoy" + Lv: 100 + Hp: 2500 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 7 + Attack: [150, 150] + Def: 16 + Mdef: 60 + Stats: { + Str: 10 + Agi: 10 + Vit: 10 + Int: 100 + Dex: 50 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 0 + Element: (4, 1) + Mode: { + Aggressive: true + CanAttack: true + } + MoveSpeed: 2000 + AttackDelay: 504 + AttackMotion: 1020 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Steel: 1000 + } +}, +{ + Id: 2047 + SpriteName: "W_NAGA" + Name: "Naga" + Lv: 99 + Hp: 46708 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 3 + Attack: [492, 605] + Def: 61 + Mdef: 15 + Stats: { + Str: 113 + Agi: 42 + Vit: 30 + Int: 18 + Dex: 122 + Luk: 13 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 2 + Element: (2, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 400 + AttackMotion: 864 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Scale_Of_Snakes: 5000 + } +}, +//2048,W_PINGUICULA_D,Dark Pinguicula,Dark Pinguicula,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 + +{ + Id: 2049 + SpriteName: "W_BRADIUM_GOLEM" + Name: "Bradium Golem" + Lv: 99 + Hp: 45200 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [720, 886] + Def: 125 + Mdef: 18 + Stats: { + Str: 0 + Agi: 10 + Vit: 82 + Int: 2 + Dex: 60 + Luk: 12 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (2, 2) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1008 + AttackMotion: 1200 + DamageMotion: 540 + MvpExp: 0 + Drops: { + Purified_Bradium: 500 + } +}, +//2050,W_AQUA_ELEMENTAL,Aqua Elemental,Aqua Elemental,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 + +//2051,E_BAPHOMET,Baphomet,Baphomet,1,1,0,0,0,1,1,2,1,0,1,1,1,1,1,1,10,12,2,6,20,0x120,100,768,768,576,0,0,0,0,0,0,0,12396,5000,12397,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + +//2052,E_DARK_LORD,Dark Lord,Dark Lord,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 + +//2053,NC_DIMIK,Dimik,Dimik,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 + +//2054,E_BATHORY,Bathory,Bathory,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 + +//2055,E_INCUBUS,Incubus,Incubus,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 + +//2056,E_ZHERLTHSH,Zherlthsh,Zealotus,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 + +{ + Id: 2057 + SpriteName: "E_CRAMP" + Name: "Cramp" + Lv: 1 + Hp: 50 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [7, 10] + Def: 0 + Mdef: 5 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 6 + Luk: 30 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (1, 1) + Mode: { + Boss: true + Detector: true + } + MoveSpeed: 400 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 +}, +//2058,M_MIMIC,Mimic,Mimic,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 + +//2059,M_DISGUISE,Disguise,Disguise,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 + +//2060,M_ALICE,Alice,Alice,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 + +//2061,E_STAPO,Stapo,Stapo,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 + +//2062,E_POPORING,Poporing,poporing,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 + +//2063,E_DROPS,Drops,Drops,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 + +//2064,E_MAGMARING,Magmaring,Magmaring,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 + +//2065,E_METALING,Metaling,Metaling,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 + +//2066,E_ANOPHELES,Anopheles,Anopheles,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 + +//2067,E_ANOPHELES_,Anopheles,Anopheles,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 + +{ + Id: 2068 + SpriteName: "BOITATA" + Name: "Boitata" + Lv: 93 + Hp: 1283990 + Sp: 0 + Exp: 74288 + JExp: 77950 + AttackRange: 2 + Attack: [1060, 2022] + Def: 7 + Mdef: 36 + Stats: { + Str: 140 + Agi: 99 + Vit: 30 + Int: 109 + Dex: 100 + Luk: 90 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 0 + Element: (3, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1150 + AttackMotion: 1150 + DamageMotion: 288 + MvpExp: 37144 + Drops: { + Treasure_Box: 5000 + Elunium: 1000 + Oridecon: 1000 + Yggdrasilberry: 500 + Hurricane_Fury: 100 + Hunting_Spear: 100 + Hell_Fire: 100 + } +}, +{ + Id: 2069 + SpriteName: "IARA" + Name: "Iara" + Lv: 79 + Hp: 5890 + Sp: 0 + Exp: 1070 + JExp: 890 + AttackRange: 1 + Attack: [171, 270] + Def: 0 + Mdef: 39 + Stats: { + Str: 69 + Agi: 14 + Vit: 41 + Int: 60 + Dex: 69 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 5 + Element: (1, 3) + Mode: { + CanMove: true + CastSensorIdle: true + CanAttack: true + } + MoveSpeed: 200 + AttackDelay: 672 + AttackMotion: 380 + DamageMotion: 288 + MvpExp: 0 + Drops: { + Heart_Of_Mermaid: 9000 + Fin: 500 + Crystal_Mirror: 100 + Witherless_Rose: 50 + Illusion_Flower: 10 + Mistic_Frozen: 5 + Mage_Coat: 1 + } +}, +{ + Id: 2070 + SpriteName: "PIRANHA" + Name: "Piranha" + Lv: 75 + Hp: 4522 + Sp: 0 + Exp: 899 + JExp: 1023 + AttackRange: 1 + Attack: [182, 223] + Def: 2 + Mdef: 10 + Stats: { + Str: 69 + Agi: 45 + Vit: 30 + Int: 30 + Dex: 66 + Luk: 35 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 5 + Element: (1, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 768 + AttackMotion: 768 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Sharp_Scale: 9000 + Gill: 600 + Tooth_Of_Ancient_Fish: 500 + Lip_Of_Ancient_Fish: 500 + Mistic_Frozen: 5 + Fisherman's_Dagger: 5 + Scalpel: 1 + } +}, +{ + Id: 2071 + SpriteName: "HEADLESS_MULE" + Name: "Headless Mule" + Lv: 80 + Hp: 6620 + Sp: 0 + Exp: 1011 + JExp: 1120 + AttackRange: 1 + Attack: [210, 267] + Def: 7 + Mdef: 27 + Stats: { + Str: 68 + Agi: 51 + Vit: 50 + Int: 35 + Dex: 67 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 2 + Race: 6 + Element: (3, 3) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Detector: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 165 + AttackDelay: 1216 + AttackMotion: 816 + DamageMotion: 432 + MvpExp: 0 + Drops: { + Burning_Horse_Shoe: 4000 + Burning_Heart: 1000 + Hot_Hair: 1000 + Plate_Armor_: 5 + Jamadhar_: 2 + Inverse_Scale: 1 + Plate_Armor_: 1 + } +}, +{ + Id: 2072 + SpriteName: "JAGUAR" + Name: "Jaguar" + Lv: 71 + Hp: 3914 + Sp: 0 + Exp: 720 + JExp: 512 + AttackRange: 1 + Attack: [192, 234] + Def: 9 + Mdef: 12 + Stats: { + Str: 69 + Agi: 30 + Vit: 45 + Int: 5 + Dex: 59 + Luk: 5 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 2 + Element: (2, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1250 + AttackMotion: 580 + DamageMotion: 360 + MvpExp: 0 + Drops: { + Leopard_Skin: 3000 + Leopard_Talon: 2000 + Animal's_Skin: 1000 + Oridecon_Stone: 40 + Claw_: 1 + } +}, +{ + Id: 2073 + SpriteName: "TOUCAN" + Name: "Toucan" + Lv: 70 + Hp: 3640 + Sp: 0 + Exp: 659 + JExp: 544 + AttackRange: 1 + Attack: [166, 201] + Def: 3 + Mdef: 10 + Stats: { + Str: 54 + Agi: 14 + Vit: 40 + Int: 35 + Dex: 44 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 2 + Element: (4, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + Angry: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 155 + AttackDelay: 1450 + AttackMotion: 960 + DamageMotion: 480 + MvpExp: 0 + Drops: { + Talon: 3000 + Cyfar: 1000 + Flower_Ring: 200 + Yellow_Herb: 100 + Blue_Herb: 50 + } +}, +{ + Id: 2074 + SpriteName: "CURUPIRA" + Name: "Curupira" + Lv: 68 + Hp: 3096 + Sp: 0 + Exp: 622 + JExp: 450 + AttackRange: 1 + Attack: [140, 175] + Def: 9 + Mdef: 10 + Stats: { + Str: 32 + Agi: 23 + Vit: 38 + Int: 20 + Dex: 45 + Luk: 10 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (2, 1) + Mode: { + CanMove: true + Looter: true + Assist: true + CanAttack: true + Detector: true + ChangeTargetMelee: true + } + MoveSpeed: 250 + AttackDelay: 530 + AttackMotion: 530 + DamageMotion: 384 + MvpExp: 0 + Drops: { + Meat: 3000 + Tiger_Skin_Panties: 500 + Elunium_Stone: 250 + Mace_: 100 + Emveretarcon: 10 + } +}, +//2075,E_VADON_X,Vadon,Vadon,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 + +{ + Id: 2076 + SpriteName: "S_WIND_GHOST" + Name: "Shadow of Deception" + Lv: 105 + Hp: 190800 + Sp: 1 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [462, 957] + Def: 64 + Mdef: 51 + Stats: { + Str: 62 + Agi: 44 + Vit: 25 + Int: 105 + Dex: 85 + Luk: 20 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (4, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 1056 + AttackMotion: 1056 + DamageMotion: 336 + MvpExp: 0 +}, +{ + Id: 2077 + SpriteName: "S_SKOGUL" + Name: "Shadow of Illusion" + Lv: 105 + Hp: 244400 + Sp: 1 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [910, 1166] + Def: 72 + Mdef: 15 + Stats: { + Str: 100 + Agi: 88 + Vit: 63 + Int: 99 + Dex: 95 + Luk: 37 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 190 + AttackDelay: 720 + AttackMotion: 384 + DamageMotion: 480 + MvpExp: 0 +}, +{ + Id: 2078 + SpriteName: "S_SUCCUBUS" + Name: "Shadow of Pleasure" + Lv: 105 + Hp: 206660 + Sp: 1 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [880, 1204] + Def: 76 + Mdef: 48 + Stats: { + Str: 100 + Agi: 70 + Vit: 45 + Int: 110 + Dex: 102 + Luk: 85 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 6 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 155 + AttackDelay: 1306 + AttackMotion: 1056 + DamageMotion: 288 + MvpExp: 0 +}, +//2079,CRYSTAL_H,Crystal,Crystal,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 + +//2080,CRYSTAL_L,Crystal,Crystal,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 + +{ + Id: 2081 + SpriteName: "E_HYDRA" + Name: "Suspicious Hydra" + Lv: 34 + Hp: 854 + Sp: 1 + Exp: 0 + JExp: 0 + AttackRange: 7 + Attack: [1, 2] + Def: 100 + Mdef: 100 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 10 + ChaseRange: 12 + Size: 0 + Race: 3 + Element: (1, 2) + MoveSpeed: 1000 + AttackDelay: 800 + AttackMotion: 432 + DamageMotion: 600 + MvpExp: 0 +}, +{ + Id: 2082 + SpriteName: "G_PIRANHA" + Name: "Piranha" + Lv: 75 + Hp: 4522 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [182, 223] + Def: 2 + Mdef: 10 + Stats: { + Str: 69 + Agi: 45 + Vit: 30 + Int: 30 + Dex: 66 + Luk: 35 + } + ViewRange: 10 + ChaseRange: 12 + Size: 1 + Race: 5 + Element: (1, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 768 + AttackMotion: 768 + DamageMotion: 384 + MvpExp: 0 +}, +{ + Id: 2308 + SpriteName: "KO_KAGE" + Name: "Zanzou" + Lv: 1 + Hp: 50 + Sp: 0 + Exp: 0 + JExp: 0 + AttackRange: 1 + Attack: [1, 1] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 1 + ChaseRange: 1 + Size: 1 + Race: 7 + Element: (0, 1) + MoveSpeed: 400 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 +}, +) diff --git a/db/pre-re/mob_db.txt b/db/pre-re/mob_db.txt deleted file mode 100644 index 05e564ece..000000000 --- a/db/pre-re/mob_db.txt +++ /dev/null @@ -1,1144 +0,0 @@ -// Monster Database -// -// Structure of Database : -// ID,Sprite_Name,kROName,iROName,LV,HP,SP,EXP,JEXP,Range1,ATK1,ATK2,DEF,MDEF,STR,AGI,VIT,INT,DEX,LUK,Range2,Range3,Scale,Race,Element,Mode,Speed,aDelay,aMotion,dMotion,MEXP,MVP1id,MVP1per,MVP2id,MVP2per,MVP3id,MVP3per,Drop1id,Drop1per,Drop2id,Drop2per,Drop3id,Drop3per,Drop4id,Drop4per,Drop5id,Drop5per,Drop6id,Drop6per,Drop7id,Drop7per,Drop8id,Drop8per,Drop9id,Drop9per,DropCardid,DropCardper -// Note: Keep the Sprite_Name field as it is in the game client. - -1001,SCORPION,Scorpion,Scorpion,24,1109,0,287,176,1,80,135,30,0,1,24,24,5,52,5,10,12,0,4,23,0x3195,200,1564,864,576,0,0,0,0,0,0,0,990,70,904,5500,757,57,943,210,7041,100,508,200,625,20,0,0,0,0,4068,1 -1002,PORING,Poring,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,0x83,400,1872,672,480,0,0,0,0,0,0,0,909,7000,1202,100,938,400,512,1000,713,1500,512,150,619,20,0,0,0,0,4001,1 -//1003,TESTEGG,Test Egg,Test Egg,2,100000,0,10,10,0,3,9,99,0,1,99,1,1,1,1,10,12,0,4,22,0x0,512,0,512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1004,HORNET,Hornet,Hornet,8,169,0,19,15,1,22,27,5,5,6,20,8,10,17,5,10,12,0,4,24,0x1189,150,1292,792,216,0,0,0,0,0,0,0,992,80,939,9000,909,3500,1208,15,511,350,518,150,0,0,0,0,0,0,4019,1 -1005,FARMILIAR,Familiar,Familiar,8,155,0,28,15,1,20,28,0,0,1,12,8,5,28,0,10,12,0,2,27,0x3885,150,1276,576,384,0,0,0,0,0,0,0,913,5500,1105,20,2209,15,601,50,514,100,507,700,645,50,0,0,0,0,4020,1 -//1006,THIEF_BUG_LARVA,Thief Bug Larva,Thief Bug Larva,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,1,0x651,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1007,FABRE,Fabre,Fabre,2,63,0,3,2,1,8,11,0,0,1,2,4,0,7,5,10,12,0,4,22,0x181,400,1672,672,480,0,0,0,0,0,0,0,914,6500,949,500,1502,80,721,5,511,700,705,1000,1501,200,0,0,0,0,4002,1 -1008,PUPA,Pupa,Pupa,2,427,0,2,4,0,1,2,0,20,1,1,1,0,1,20,10,12,0,4,22,0x100,1000,1001,1,1,0,0,0,0,0,0,0,1010,80,915,5500,938,600,2102,2,935,1000,938,600,1002,200,0,0,0,0,4003,1 -1009,CONDOR,Condor,Condor,5,92,0,6,5,1,11,14,0,0,1,13,5,0,13,10,10,12,1,2,24,0x1089,150,1148,648,480,0,0,0,0,0,0,0,917,9000,1702,150,715,80,1750,5500,517,400,916,2000,582,600,0,0,0,0,4015,1 -1010,WILOW,Willow,Willow,4,95,0,5,4,1,9,12,5,15,1,4,8,30,9,10,10,12,1,3,22,0x81,200,1672,672,432,0,0,0,0,0,0,0,902,9000,1019,100,907,1500,516,700,1068,3500,1067,2000,1066,1000,0,0,0,0,4010,1 -1011,CHONCHON,Chonchon,Chonchon,4,67,0,5,4,1,10,13,10,0,1,10,4,5,12,2,10,12,0,4,24,0x181,200,1076,576,480,0,0,0,0,0,0,0,998,50,935,6500,909,1500,1205,55,601,100,742,5,1002,150,0,0,0,0,4009,1 -1012,RODA_FROG,Roda Frog,Roda Frog,5,133,0,6,5,1,11,14,0,5,1,5,5,5,10,5,10,12,1,5,21,0x81,200,2016,816,288,0,0,0,0,0,0,0,918,9000,908,500,511,300,721,7,713,2000,0,0,0,0,0,0,0,0,4014,1 -1013,WOLF,Wolf,Wolf,25,919,0,329,199,1,37,46,0,0,1,20,28,15,32,20,10,12,1,2,22,0x1089,200,1054,504,432,0,0,0,0,0,0,0,1011,20,920,9000,2308,10,517,650,528,1050,919,5500,578,600,0,0,0,0,4029,1 -1014,SPORE,Spore,Spore,16,510,0,66,108,1,24,48,0,5,1,12,12,5,19,8,10,12,1,3,21,0x81,200,1872,672,288,0,0,0,0,0,0,0,921,9000,507,800,510,50,743,10,2220,40,7033,5,578,600,0,0,0,0,4022,1 -1015,ZOMBIE,Zombie,Zombie,15,534,0,50,33,1,67,79,0,10,1,8,7,0,15,0,10,12,1,1,29,0x3885,400,2612,912,288,0,0,0,0,0,0,0,957,9000,724,5,938,1000,958,50,727,70,0,0,0,0,0,0,0,0,4038,1 -1016,ARCHER_SKELETON,Archer Skeleton,Archer Skeleton,31,3040,0,483,283,9,128,153,0,0,1,8,14,5,90,5,10,12,1,1,29,0x2085,300,2864,864,576,0,0,0,0,0,0,0,932,4500,756,70,2285,3,1708,35,1752,1000,507,1800,1701,150,0,0,0,0,4094,1 -//1017,THIEF_BUG_FEMALE,Thief Bug Female,Thief Bug Female,10,170,0,35,18,1,33,40,5,5,1,15,10,5,23,5,10,12,1,4,27,0x651,200,988,288,768,0,0,0,0,0,0,0,955,3500,910,250,1108,15,928,200,507,400,716,50,1002,400,0,0,0,0,4026,1 -1018,CREAMY,Creamy,Creamy,16,595,0,105,70,1,53,64,0,30,1,40,16,15,16,55,10,12,0,4,24,0x181,150,1136,720,840,0,0,0,0,0,0,0,924,9000,2322,10,518,150,602,100,2207,2,712,500,692,100,0,0,0,0,4040,1 -1019,PECOPECO,Peco Peco,Peco Peco,19,531,0,159,72,1,50,64,0,0,1,13,13,25,27,9,10,12,2,2,23,0x1089,200,1564,864,576,0,0,0,0,0,0,0,925,9000,2402,20,508,200,507,900,1604,100,0,0,582,1000,0,0,0,0,4031,1 -1020,MANDRAGORA,Mandragora,Mandragora,12,405,0,45,32,4,26,35,0,25,1,12,24,0,36,15,10,12,1,3,62,0x84,1000,1768,768,576,0,0,0,0,0,0,0,993,50,905,9000,1405,30,511,350,711,300,706,3,1967,10,0,0,0,0,4030,1 -//1021,THIEF_BUG_MALE,Thief Bug Male,Thief Bug Male,19,583,0,223,93,1,76,88,15,5,1,29,16,5,36,1,10,12,1,4,27,0x653,300,988,288,768,0,0,0,0,0,0,0,1011,40,928,5500,955,1500,1152,10,508,90,729,5,1116,50,0,0,0,0,4050,1 -//1022,WEREWOLF,Werewolf,Werewolf,80,28600,0,11813,7289,2,2560,3280,65,35,1,97,60,1,135,52,10,10,2,0,40,0x163,200,1500,768,652,0,0,0,0,0,0,0,999,500,1034,4000,984,500,985,500,7017,800,0,0,1912,300,0,0,0,0,0,0 -1023,ORK_WARRIOR,Orc Warrior,Orc Warrior,24,1400,0,408,160,1,104,126,10,5,1,24,48,25,34,10,10,12,1,7,22,0x3885,200,1864,864,288,0,0,0,0,0,0,0,998,210,931,9000,756,40,2267,3,1352,10,1304,5,1301,100,0,0,0,0,4066,1 -1024,WORM_TAIL,Wormtail,Wormtail,14,426,0,59,40,2,42,51,5,0,1,14,28,5,46,5,10,12,1,3,22,0x91,200,1048,48,192,0,0,0,0,0,0,0,993,60,1011,25,906,5500,1408,30,508,70,721,5,10015,100,0,0,0,0,4034,1 -1025,SNAKE,Snake,Boa,15,471,0,72,48,1,46,55,0,0,1,15,15,10,35,5,10,12,1,2,22,0x81,200,1576,576,576,0,0,0,0,0,0,0,926,9000,1117,15,507,900,1011,35,937,800,954,1,578,600,0,0,0,0,4037,1 -1026,MUNAK,Munak,Munak,30,2872,0,601,318,1,150,230,0,0,1,15,20,5,46,15,10,12,1,1,29,0x3885,200,2468,768,288,0,0,0,0,0,0,0,901,9000,2264,2,2404,15,609,20,2337,1,2305,100,1558,5,0,0,0,0,4090,1 -//1027,RAPTICE,Raptice,Raptice,17,600,0,100,55,1,0,0,5,10,5,20,20,0,28,10,10,12,1,2,22,0x131,200,2000,1000,500,0,0,0,0,0,0,0,909,7000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1028,SOLDIER_SKELETON,Soldier Skeleton,Soldier Skeleton,29,2334,0,372,226,1,221,245,10,15,1,15,22,5,40,15,10,12,1,1,29,0x3885,200,2276,576,432,0,0,0,0,0,0,0,932,5500,756,60,1214,12,507,700,934,10,1201,150,1216,50,0,0,0,0,4086,1 -1029,ISIS,Isis,Isis,47,7003,0,3709,1550,1,423,507,10,35,38,65,43,50,66,15,10,12,2,6,27,0x3195,200,1384,768,336,0,0,0,0,0,0,0,936,5335,2233,5,2603,1,733,150,732,20,954,1000,731,5,0,0,0,0,4116,1 -1030,ANACONDAQ,Anacondaq,Anacondaq,23,1109,0,300,149,1,124,157,0,0,1,23,28,10,36,5,10,12,1,2,25,0x91,200,1576,576,576,0,0,0,0,0,0,0,1011,50,937,9000,1455,10,926,1500,936,200,508,150,756,50,0,0,0,0,4062,1 -1031,POPORING,Poporing,Poporing,14,344,0,81,44,1,59,72,0,10,1,14,14,0,19,15,10,12,1,3,25,0x83,300,1672,672,480,0,0,0,0,0,0,0,938,5500,910,1500,511,500,514,200,512,5,1207,5,512,250,0,0,0,0,4033,1 -1032,VERIT,Verit,Verit,38,5272,0,835,517,1,389,469,0,5,1,19,38,0,38,20,10,12,1,1,29,0x83,250,2468,768,480,0,0,0,0,0,0,0,929,9000,912,700,930,1100,509,600,2609,1,2612,200,639,20,0,0,0,0,4107,1 -1033,ELDER_WILOW,Elder Willow,Elder Willow,20,693,0,163,101,1,58,70,10,30,1,20,25,35,38,30,10,12,1,3,43,0x3095,200,1372,672,432,0,0,0,0,0,0,0,990,50,907,9000,1019,350,757,40,2329,30,690,100,604,100,0,0,0,0,4052,1 -1034,THARA_FROG,Thara Frog,Thara Frog,22,2152,0,219,138,1,105,127,0,10,1,22,22,5,34,10,10,12,1,5,41,0x81,200,2016,816,288,0,0,0,0,0,0,0,1011,45,908,5500,911,600,509,30,725,5,918,2000,0,0,0,0,0,0,4058,1 -1035,HUNTER_FLY,Hunter Fly,Hunter Fly,42,5242,0,1517,952,1,246,333,25,15,33,105,32,15,72,30,10,12,0,4,44,0x3985,150,676,576,480,0,0,0,0,0,0,0,996,30,999,100,943,5335,912,1300,756,129,2259,1,1226,2,0,0,0,0,4115,1 -1036,GHOUL,Ghoul,Ghoul,40,5418,0,1088,622,1,420,500,5,20,1,20,29,0,45,20,10,12,1,1,49,0x3885,250,2456,912,504,0,0,0,0,0,0,0,958,6000,756,110,509,700,511,800,2609,60,934,150,1260,1,0,0,0,0,4110,1 -1037,SIDE_WINDER,Side Winder,Side Winder,43,4929,0,1996,993,1,240,320,5,10,38,43,40,15,115,20,10,12,1,2,25,0x3095,200,1576,576,576,0,0,0,0,0,0,0,954,5335,912,1400,756,134,1120,2,937,2500,926,5000,509,1000,0,0,0,0,4117,1 -1038,OSIRIS,Osiris,Osiris,78,415400,0,71500,28600,1,780,2880,10,25,1,75,30,37,86,40,10,12,1,1,89,0x37B5,100,1072,672,384,35750,603,4000,608,3000,751,500,617,2000,1232,150,2235,200,1255,600,1009,1000,5053,150,1285,100,0,0,0,0,4144,1 -1039,BAPHOMET,Baphomet,Baphomet,81,668000,0,107250,37895,2,3220,4040,35,45,1,152,30,85,120,95,10,12,2,6,67,0x37B5,100,768,768,576,53625,607,2000,750,500,923,5000,1466,400,2256,300,1476,50,714,500,5160,10,985,5432,984,4171,0,0,0,0,4147,1 -1040,GOLEM,Golem,Golem,25,3900,0,465,94,1,175,187,40,0,1,15,25,0,15,0,10,12,2,0,60,0x91,300,1608,816,396,0,0,0,0,0,0,0,999,150,953,9000,912,220,757,70,1003,210,715,200,998,350,0,0,0,0,4072,1 -1041,MUMMY,Mummy,Mummy,37,5176,0,800,602,1,305,360,0,10,28,19,32,0,63,20,10,12,1,1,49,0x3885,300,1772,72,384,0,0,0,0,0,0,0,930,9000,756,100,934,550,2604,1,2611,10,525,250,508,850,0,0,0,0,4106,1 -1042,STEEL_CHONCHON,Steel Chonchon,Steel Chonchon,17,530,0,109,71,1,54,65,15,0,1,43,17,5,33,10,10,12,0,4,24,0x118B,150,1076,576,480,0,0,0,0,0,0,0,992,90,999,30,910,2400,935,9000,943,30,998,200,1002,300,0,0,0,0,4042,1 -//1043,SEAHORES,Seahorse,Seahorse,18,1452,0,122,78,3,100,150,15,7,1,1,1,1,1,1,10,10,0,5,22,0x131,200,1500,800,600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1044,OBEAUNE,Obeaune,Obeaune,31,3952,0,644,407,1,141,165,0,40,1,31,31,55,74,85,10,12,1,5,41,0x3095,200,1872,672,288,0,0,0,0,0,0,0,995,13,950,9000,5014,1,2326,10,720,10,951,500,748,30,0,0,0,0,4093,1 -1045,MARC,Marc,Marc,36,6900,0,988,625,1,220,280,5,10,1,36,36,20,56,30,10,12,1,5,41,0x3885,150,1272,72,480,0,0,0,0,0,0,0,995,18,956,9000,756,95,951,1000,720,10,717,200,509,700,0,0,0,0,4105,1 -1046,DOPPELGANGER,Doppelganger,Doppelganger,72,249000,0,51480,10725,1,1340,1590,60,35,88,90,30,35,125,65,10,12,1,6,67,0x37B5,100,480,480,288,25740,724,1500,505,6000,0,0,2317,250,1162,220,1168,150,2258,350,1411,550,985,3686,984,2700,0,0,0,0,4142,1 -1047,PECOPECO_EGG,Peco Peco Egg,Peco Peco Egg,3,420,0,4,4,0,1,2,20,20,1,1,1,0,1,20,10,12,0,0,60,0x0,1000,1001,1,1,0,0,0,0,0,0,0,1010,250,935,1500,2102,2,507,400,507,400,713,1800,736,10,0,0,0,0,4007,1 -1048,THIEF_BUG_EGG,Thief Bug Egg,Thief Bug Egg,4,48,0,8,4,0,13,17,20,0,1,6,4,0,14,20,10,12,0,4,27,0x100,1000,701,1,1,0,0,0,0,0,0,0,1010,300,915,5000,2102,2,938,600,716,100,737,10,1002,250,0,0,0,0,4012,1 -1049,PICKY,Picky,Picky,3,80,0,4,3,1,9,12,0,0,1,3,3,5,10,30,10,12,0,2,23,0x81,200,988,288,168,0,0,0,0,0,0,0,916,9000,949,700,2302,150,507,550,519,300,715,50,0,0,0,0,0,0,4008,1 -1050,PICKY_,Picky,Picky,4,83,0,5,4,1,8,11,20,0,1,3,3,10,11,20,10,12,0,2,23,0x81,200,988,288,168,0,0,0,0,0,0,0,916,9000,949,700,5015,10,507,600,519,300,715,50,10012,10,0,0,0,0,4011,1 -1051,THIEF_BUG,Thief Bug,Thief Bug,6,126,0,17,5,1,18,24,5,0,1,6,6,0,11,0,10,12,0,4,60,0x118B,150,1288,288,768,0,0,0,0,0,0,0,955,2500,2304,80,507,350,909,2000,2303,120,1002,250,0,0,0,0,0,0,4016,1 -1052,ROCKER,Rocker,Rocker,9,198,0,20,16,1,24,29,5,10,1,9,18,10,14,15,10,12,1,4,22,0x181,200,1864,864,540,0,0,0,0,0,0,0,940,9000,1916,10,2298,4,1402,80,520,10,752,10,703,10,0,0,0,0,4021,1 -1053,THIEF_BUG_,Thief Bug Female,Thief Bug Female,10,170,0,35,18,1,33,40,5,5,1,15,10,5,23,5,10,12,1,4,27,0x118B,200,988,288,768,0,0,0,0,0,0,0,955,3500,910,250,1108,15,928,200,507,400,716,50,1002,300,0,0,0,0,4026,1 -1054,THIEF_BUG__,Thief Bug Male,Thief Bug Male,19,583,0,223,93,1,76,88,15,5,1,29,16,5,36,0,10,12,1,4,27,0x318D,300,988,288,768,0,0,0,0,0,0,0,1011,40,928,5500,955,1500,1152,10,508,90,729,5,1116,50,0,0,0,0,4050,1 -1055,MUKA,Muka,Muka,17,610,0,273,120,1,40,49,5,5,15,15,30,5,20,10,10,12,2,3,22,0x81,300,1960,960,384,0,0,0,0,0,0,0,993,70,952,9000,713,2000,511,400,507,1000,1451,50,1002,250,0,0,0,0,4036,1 -1056,SMOKIE,Smokie,Smokie,18,641,0,134,86,1,61,72,0,10,1,18,36,25,26,35,10,12,0,2,22,0x91,200,1576,576,420,0,0,0,0,0,0,0,945,5500,919,5500,516,800,2213,1,754,2,912,5,729,2,0,0,0,0,4044,1 -1057,YOYO,Yoyo,Yoyo,21,879,0,280,111,1,71,82,0,0,1,24,30,35,32,55,10,12,0,2,22,0x108B,200,1054,54,384,0,0,0,0,0,0,0,942,9000,513,1500,508,200,7182,900,753,10,756,24,578,1000,0,0,0,0,4051,1 -1058,METALLER,Metaller,Metaller,22,926,0,241,152,1,131,159,15,30,1,22,22,20,49,50,10,12,1,4,23,0x118B,200,1708,1008,540,0,0,0,0,0,0,0,990,60,940,6500,911,400,757,49,707,20,935,3000,1914,10,0,0,0,0,4057,1 -1059,MISTRESS,Mistress,Mistress,74,212000,0,39325,27170,1,880,1110,40,60,50,165,60,95,70,130,10,12,0,4,84,0x37B5,100,1148,648,300,19662,996,1500,526,4000,722,3000,1413,150,518,10000,2249,250,616,1000,7018,10,985,4268,16001,100,0,0,0,0,4132,1 -1060,BIGFOOT,Bigfoot,Bigfoot,25,1619,0,310,188,1,198,220,10,0,1,25,55,15,20,25,10,12,2,2,22,0x91,300,1260,192,192,0,0,0,0,0,0,0,948,9000,2289,5,919,5000,740,80,516,1500,518,450,756,43,0,0,0,0,4074,1 -1061,NIGHTMARE,Nightmare,Nightmare,49,4437,0,1912,1912,1,447,529,0,40,1,74,25,15,64,10,10,12,2,6,68,0x3395,150,1816,816,432,0,0,0,0,0,0,0,944,6000,510,500,2608,2,603,30,505,100,1261,1,984,60,0,0,0,0,4127,1 -1062,PORING_,Santa Poring,Santa Poring,3,69,0,4,5,1,12,16,0,0,1,14,3,10,12,90,10,12,1,3,26,0x81,400,1672,672,480,0,0,0,0,0,0,0,529,2000,530,1000,507,1000,512,1000,2236,100,512,7,0,0,0,0,0,0,4005,1 -1063,LUNATIC,Lunatic,Lunatic,3,60,0,6,2,1,9,12,0,20,1,3,3,10,8,60,10,12,0,2,60,0x81,200,1456,456,336,0,0,0,0,0,0,0,705,6500,949,1000,2262,4,512,2000,507,600,515,1100,622,20,0,0,0,0,4006,1 -1064,MEGALODON,Megalodon,Megalodon,24,1648,0,215,132,1,155,188,0,15,1,12,24,0,26,5,10,12,1,1,29,0x81,200,2492,792,432,0,0,0,0,0,0,0,959,5500,932,1500,510,80,717,120,719,10,603,2,624,20,0,0,0,0,4067,1 -1065,STROUF,Strouf,Strouf,48,11990,0,3080,2098,1,200,1250,5,50,1,40,45,92,43,65,10,12,2,5,61,0x3885,150,1872,672,384,0,0,0,0,0,0,0,951,5335,756,115,2241,2,1461,2,949,3000,720,20,956,1500,0,0,0,0,4111,1 -1066,VADON,Vadon,Vadon,19,1017,0,135,85,1,74,85,20,0,1,19,16,10,36,15,10,12,0,5,21,0x91,300,1632,432,540,0,0,0,0,0,0,0,991,40,960,9000,910,3000,2313,5,943,100,757,40,717,50,0,0,0,0,4049,1 -1067,CORNUTUS,Cornutus,Cornutus,23,1620,0,240,149,1,109,131,30,0,1,23,23,5,36,12,10,12,0,5,21,0x91,200,1248,48,480,0,0,0,0,0,0,0,991,45,961,5500,911,800,757,53,2106,5,943,1000,717,100,0,0,0,0,4061,1 -1068,HYDRA,Hydra,Hydra,14,660,0,59,40,7,22,28,0,40,1,14,14,0,40,2,10,12,0,3,41,0x84,1000,800,432,600,0,0,0,0,0,0,0,1011,25,962,5500,938,1500,971,20,525,5,517,700,0,0,0,0,0,0,4035,1 -1069,SWORD_FISH,Swordfish,Swordfish,30,4299,0,1251,638,1,168,199,5,20,1,30,30,41,62,30,10,12,2,5,41,0x3885,200,1968,768,384,0,0,0,0,0,0,0,995,10,963,9000,756,33,2257,2,757,50,1117,25,956,600,0,0,0,0,4089,1 -1070,KUKRE,Kukre,Kukre,11,507,0,38,28,1,28,37,15,0,1,11,11,5,16,2,10,12,0,5,21,0x83,150,1776,576,288,0,0,0,0,0,0,0,991,30,955,5500,910,400,528,500,507,650,928,450,623,20,0,0,0,0,4027,1 -1071,PIRATE_SKEL,Pirate Skeleton,Pirate Skeleton,25,1676,0,233,142,1,145,178,10,15,25,13,25,5,25,10,10,12,1,1,29,0x3885,200,1754,554,288,0,0,0,0,0,0,0,932,3000,2287,15,7477,5,2211,250,1104,250,756,43,628,20,0,0,0,0,4073,1 -1072,KAHO,Kaho,Kaho,60,8409,0,3990,450,1,110,760,5,50,1,55,43,88,80,46,10,12,1,6,83,0x3985,150,1700,1000,500,0,0,0,0,0,0,0,994,30,1003,150,7097,3000,690,100,757,1000,716,300,970,5,0,0,0,0,4065,1 -1073,CRAB,Crab,Crab,20,2451,0,163,101,1,71,81,35,0,18,20,15,0,36,15,7,12,0,5,21,0x81,200,992,792,360,0,0,0,0,0,0,0,964,5500,960,1500,7049,700,1001,13,0,0,0,0,757,37,0,0,0,0,4153,1 -1074,SHELLFISH,Shellfish,Shellfish,15,920,0,66,44,1,35,42,35,0,1,12,8,0,32,5,10,12,0,5,21,0x91,200,864,864,384,0,0,0,0,0,0,0,965,5500,966,1000,7049,500,1056,1000,1001,10,0,0,757,18,0,0,0,0,4273,1 -//1075,TURTLE,Turtle,Turtle,3,77,0,0,0,1,1,2,35,0,1,1,1,1,1,1,7,12,0,5,22,0x81,200,500,500,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 -1076,SKELETON,Skeleton,Skeleton,10,234,0,18,14,1,39,47,10,10,1,5,10,0,12,0,10,12,1,1,29,0x91,200,2228,528,576,0,0,0,0,0,0,0,1010,90,932,800,1505,80,909,3000,507,850,2609,30,0,0,0,0,0,0,4025,1 -1077,POISON_SPORE,Poison Spore,Poison Spore,19,665,0,186,93,1,89,101,0,0,1,19,25,0,24,0,10,12,1,3,25,0x3885,200,1672,672,288,0,0,0,0,0,0,0,7033,9000,2221,20,511,550,510,60,972,50,921,1200,912,5,0,0,0,0,4048,1 -1078,RED_PLANT,Red Plant,Red Plant,1,10,0,0,0,1,1,2,100,99,0,0,0,0,0,0,7,12,0,3,22,0x40,2000,1,1,1,0,0,0,0,0,0,0,507,5500,712,1000,711,1000,905,500,906,300,914,500,708,50,2269,2,0,0,0,0 -1079,BLUE_PLANT,Blue Plant,Blue Plant,1,10,0,0,0,1,1,2,100,99,0,0,0,0,0,0,7,12,0,3,22,0x40,2000,1,1,1,0,0,0,0,0,0,0,510,5500,712,1000,711,1000,905,500,906,300,522,50,514,1000,2270,2,0,0,0,0 -1080,GREEN_PLANT,Green Plant,Green Plant,1,10,0,0,0,1,1,2,100,99,0,0,0,0,0,0,7,12,0,3,22,0x40,2000,1,1,1,0,0,0,0,0,0,0,511,7000,712,1000,621,20,905,3000,906,1500,704,50,521,50,2270,2,0,0,0,0 -1081,YELLOW_PLANT,Yellow Plant,Yellow Plant,1,10,0,0,0,1,1,2,100,99,0,0,0,0,0,0,7,12,0,3,22,0x40,2000,1,1,1,0,0,0,0,0,0,0,508,5500,712,1000,711,1000,905,500,906,300,707,5,914,500,2269,2,0,0,0,0 -1082,WHITE_PLANT,White Plant,White Plant,1,10,0,0,0,1,1,2,100,99,0,0,0,0,0,0,7,12,0,3,22,0x40,2000,1,1,1,0,0,0,0,0,0,0,509,5500,712,1000,631,20,905,3000,906,1500,521,50,703,50,2269,2,0,0,0,0 -1083,SHINING_PLANT,Shining Plant,Shining Plant,1,20,0,0,0,1,1,2,100,99,0,0,0,0,0,90,7,12,0,3,26,0x40,2000,1,1,1,0,0,0,0,0,0,0,510,5500,508,1000,509,1000,710,5,608,20,518,500,607,50,714,1,0,0,0,0 -1084,BLACK_MUSHROOM,Black Mushroom,Black Mushroom,1,15,0,0,0,1,1,2,100,99,0,0,0,0,0,0,7,12,0,3,22,0x40,2000,1,1,1,0,0,0,0,0,0,0,970,50,971,50,630,20,949,2000,991,800,921,5500,921,5500,7033,5500,0,0,0,0 -1085,RED_MUSHROOM,Red Mushroom,Red Mushroom,1,15,0,0,0,1,1,2,100,99,0,0,0,0,0,0,7,12,0,3,22,0x40,2000,1,1,1,0,0,0,0,0,0,0,970,50,972,50,630,20,949,2000,990,1000,921,5500,921,5500,7033,5500,0,0,0,0 -1086,GOLDEN_BUG,Golden Thief Bug,Golden Thief Bug,64,126000,0,14300,7150,1,870,1145,60,45,65,75,35,45,85,150,10,12,2,4,43,0x11AB,100,768,768,480,7150,2610,2000,701,1000,0,0,969,1000,1524,150,2246,250,10016,500,714,300,985,2000,984,1500,0,0,0,0,4128,1 -1087,ORK_HERO,Orc Hero,Orc Hero,77,585700,0,58630,32890,1,2257,2542,40,45,1,91,30,70,105,90,10,12,2,7,42,0x37B5,150,1678,780,648,29315,725,2000,607,1500,999,5000,968,9700,10018,500,1366,150,2106,250,1124,1000,985,4559,1387,100,0,0,0,0,4143,1 -1088,VOCAL,Vocal,Vocal,18,3016,0,110,88,1,71,82,10,30,77,28,26,30,53,40,10,12,1,4,22,0x3795,200,1080,648,480,0,0,0,0,0,0,0,2247,50,940,8000,721,1000,752,1500,2420,1000,645,700,1917,10,0,0,0,0,4211,1 -1089,TOAD,Toad,Toad,10,5065,0,100,50,1,26,32,0,0,1,5,10,10,10,25,10,12,1,5,21,0x37B5,200,1236,336,432,0,0,0,0,0,0,0,2244,50,518,2000,729,1000,746,1500,970,100,971,100,5125,1000,0,0,0,0,4306,1 -1090,MASTERING,Mastering,Mastering,2,2415,0,30,10,1,18,24,0,10,1,2,2,0,17,60,10,12,1,3,21,0x37B5,300,1072,672,480,0,0,0,0,0,0,0,2257,200,619,50,722,1000,2116,1000,512,8000,512,8000,531,4000,0,0,0,0,4197,1 -1091,DRAGON_FLY,Dragon Fly,Dragon Fly,8,2400,0,88,44,1,22,27,40,0,1,20,8,15,17,5,10,12,0,4,24,0x37B5,100,1076,576,480,0,0,0,0,0,0,0,2245,200,507,8000,719,1500,742,2000,2607,3000,625,50,533,3000,0,0,0,0,4179,1 -1092,VAGABOND_WOLF,Vagabond Wolf,Vagabond Wolf,24,12240,0,247,176,1,135,159,10,0,57,45,48,20,50,65,10,12,1,2,22,0x37B5,150,1048,648,432,0,0,0,0,0,0,0,2248,200,920,8000,728,1500,1148,100,2521,1000,725,10,626,50,0,0,0,0,4183,1 -1093,ECLIPSE,Eclipse,Eclipse,6,1800,0,60,55,1,20,26,0,40,1,36,6,0,11,80,10,12,1,2,60,0x37B5,200,1456,456,336,0,0,0,0,0,0,0,2250,200,507,8000,727,1200,746,1500,706,30,622,50,2355,1000,0,0,0,0,4266,1 -1094,AMBERNITE,Ambernite,Ambernite,13,495,0,57,38,1,39,46,30,0,1,13,13,5,18,5,10,12,2,4,21,0x191,400,2048,648,648,0,0,0,0,0,0,0,991,50,946,9000,910,1200,935,3000,943,2,757,14,1002,150,0,0,0,0,4032,1 -1095,ANDRE,Andre,Andre,17,688,0,109,71,1,60,71,10,0,1,17,24,20,26,20,10,12,0,4,22,0x118B,300,1288,288,384,0,0,0,0,0,0,0,955,9000,910,1000,938,500,993,50,1001,4,1002,350,757,28,0,0,0,0,4043,1 -1096,ANGELING,Angeling,Angeling,20,55000,0,163,144,1,120,195,0,70,1,50,20,75,68,200,10,12,1,8,86,0x37B5,200,1072,672,672,0,0,0,0,0,0,0,2254,100,2324,60,610,500,2282,1,509,2000,512,28,714,40,0,0,0,0,4054,1 -1097,ANT_EGG,Ant Egg,Ant Egg,4,420,0,5,4,0,1,2,20,20,1,1,1,0,1,20,10,12,0,0,60,0x0,1000,1001,1,1,0,0,0,0,0,0,0,1010,320,935,2000,909,2000,938,650,713,2000,1002,200,0,0,0,0,0,0,4013,1 -1098,ANUBIS,Anubis,Anubis,75,38000,0,28000,22000,1,530,1697,25,31,5,65,10,82,77,33,10,12,2,7,49,0x3695,150,1250,768,360,0,0,0,0,0,0,0,930,3000,1625,10,934,550,984,105,1045,4365,2617,1,1614,3,0,0,0,0,4138,1 -1099,ARGIOPE,Argiope,Argiope,41,4382,0,1797,849,1,395,480,30,0,1,41,31,10,56,30,10,12,2,4,25,0x3795,300,1792,792,336,0,0,0,0,0,0,0,1042,5335,912,1200,757,175,2406,5,511,1500,719,10,0,0,0,0,0,0,4114,1 -1100,ARGOS,Argos,Argos,25,1117,0,388,188,1,158,191,15,0,1,25,25,5,32,15,10,12,2,4,25,0x3195,300,1468,468,768,0,0,0,0,0,0,0,1025,9000,911,1200,1042,500,757,61,511,670,508,250,10017,15,0,0,0,0,4075,1 -1101,BAPHOMET_,Baphomet Jr.,Baphomet Jr.,50,8578,0,2706,1480,1,487,590,15,25,1,75,55,1,93,45,10,12,0,6,27,0x3795,100,868,480,120,0,0,0,0,0,0,0,923,500,984,63,1464,2,607,50,610,100,508,1300,2405,50,0,0,0,0,4129,1 -1102,BATHORY,Bathory,Bathory,44,5415,0,2503,1034,1,198,398,0,60,1,76,24,85,65,15,10,12,1,7,27,0x3695,100,1504,840,900,0,0,0,0,0,0,0,1001,200,1061,4850,2252,3,1611,5,1000,30,1006,15,637,20,0,0,0,0,4119,1 -1103,CARAMEL,Caramel,Caramel,23,1424,0,264,162,1,90,112,5,5,35,23,46,5,38,10,10,12,0,2,22,0x91,200,1604,840,756,0,0,0,0,0,0,0,1027,9000,2310,5,919,5500,1455,10,1405,15,1408,20,0,0,0,0,0,0,4063,1 -1104,COCO,Coco,Coco,17,817,0,120,78,1,56,67,0,0,24,17,34,20,24,10,10,12,0,2,22,0x91,150,1864,864,1008,0,0,0,0,0,0,0,1026,9000,2502,20,914,3000,919,2500,516,500,2402,25,578,600,0,0,0,0,4041,1 -1105,DENIRO,Deniro,Deniro,19,760,0,135,85,1,68,79,15,0,1,19,30,20,43,10,10,12,0,4,22,0x118B,150,1288,288,576,0,0,0,0,0,0,0,955,9000,910,3000,938,1200,990,50,1001,8,1002,450,757,34,0,0,0,0,4043,1 -1106,DESERT_WOLF,Desert Wolf,Desert Wolf,27,1716,0,427,266,1,169,208,0,10,56,27,45,15,56,10,10,12,1,2,23,0x308D,200,1120,420,288,0,0,0,0,0,0,0,1253,5,7030,5500,2311,1,517,1200,920,2000,756,53,1217,140,0,0,0,0,4082,1 -1107,DESERT_WOLF_B,Desert Wolf Baby,Baby Desert Wolf,9,164,0,20,16,1,30,36,0,0,1,9,9,5,21,40,10,12,0,2,23,0x1089,300,1600,900,240,0,0,0,0,0,0,0,1010,85,919,5500,2306,80,517,600,2301,200,13011,5,582,1000,0,0,0,0,4023,1 -1108,DEVIACE,Deviace,Deviace,47,20090,0,9988,7207,1,514,1024,10,20,1,47,62,48,62,25,10,12,1,5,81,0x91,400,1680,480,384,0,0,0,0,0,0,0,995,25,1053,9000,1054,1000,5011,2,971,200,1256,3,756,161,0,0,0,0,4125,1 -1109,DEVIRUCHI,Deviruchi,Deviruchi,46,6666,0,2662,1278,1,475,560,10,25,1,69,40,55,70,30,10,12,0,6,27,0x3795,150,980,600,384,0,0,0,0,0,0,0,1038,5335,1039,400,984,2,1458,2,1009,5,912,1500,756,154,0,0,0,0,4122,1 -1110,DOKEBI,Dokebi,Dokebi,33,2697,0,889,455,1,197,249,0,10,50,50,40,35,69,40,10,12,0,6,27,0x191,250,1156,456,384,0,0,0,0,0,0,0,1021,9000,757,150,1517,2,1613,1,969,1,1501,300,1005,5,0,0,0,0,4098,1 -1111,DRAINLIAR,Drainliar,Drainliar,24,1162,0,431,176,1,74,84,0,0,1,36,24,0,78,0,10,12,0,2,47,0x3095,250,1276,576,384,0,0,0,0,0,0,0,1011,60,913,3000,725,20,507,1000,7006,5500,7006,1500,756,40,0,0,0,0,4069,1 -1112,DRAKE,Drake,Drake,70,326666,0,28600,22880,1,1800,2100,20,35,85,80,49,75,79,50,10,12,1,1,29,0x37B5,400,620,420,360,14300,504,5000,719,500,0,0,1127,600,1125,950,1135,150,1128,400,5019,350,985,3200,1189,100,0,0,0,0,4137,1 -1113,DROPS,Drops,Drops,3,55,0,4,3,1,10,13,0,0,1,3,3,0,12,15,10,12,1,3,23,0x83,400,1372,672,480,0,0,0,0,0,0,0,909,7500,1602,80,938,500,512,1100,713,1700,512,800,620,20,0,0,0,0,4004,1 -1114,DUSTINESS,Dustiness,Dustiness,21,1044,0,218,140,1,80,102,0,10,1,53,17,0,38,5,10,12,0,4,44,0x191,150,1004,504,384,0,0,0,0,0,0,0,1057,9000,1058,500,2291,4,928,2000,1001,10,507,1200,0,0,0,0,0,0,4056,1 -1115,EDDGA,Eddga,Eddga,65,152000,0,25025,12870,1,1215,1565,15,15,78,70,85,66,90,85,10,12,2,2,23,0x37B5,300,872,1344,432,12512,1029,5000,1030,1000,994,3000,1133,150,2268,250,518,10000,1258,500,1030,250,985,2300,13046,100,0,0,0,0,4123,1 -1116,EGGYRA,Eggyra,Eggyra,24,633,0,215,220,1,85,107,20,25,1,36,24,0,32,0,10,12,1,0,48,0x91,200,1816,816,288,0,0,0,0,0,0,0,911,1000,5015,20,7032,550,507,1000,643,300,645,250,757,57,0,0,0,0,4070,1 -1117,EVIL_DRUID,Evil Druid,Evil Druid,58,16506,0,2890,1827,1,420,670,5,60,1,29,58,80,68,30,10,12,2,1,89,0x3695,300,2276,576,336,0,0,0,0,0,0,0,2217,10,1615,1,2508,2,1551,10,610,200,7478,4,509,2000,0,0,0,0,4141,1 -1118,FLORA,Flora,Flora,26,2092,0,357,226,3,242,273,10,35,1,26,35,5,43,80,10,12,2,3,22,0x84,1000,1432,432,576,0,0,0,0,0,0,0,1032,9000,2253,3,704,10,521,50,629,20,905,2000,748,1,0,0,0,0,4080,1 -1119,FRILLDORA,Frilldora,Frilldora,30,2023,0,529,319,1,200,239,0,10,35,30,38,15,53,30,10,12,1,2,23,0x3885,300,1540,720,432,0,0,0,0,0,0,0,1012,5500,757,90,903,1500,721,15,715,200,507,800,912,120,0,0,0,0,4088,1 -1120,GHOSTRING,Ghostring,Ghostring,18,73300,0,101,108,1,82,122,0,60,40,27,18,45,72,30,10,12,1,6,88,0x37B5,300,1220,1080,648,0,0,0,0,0,0,0,1059,5335,2274,100,2336,50,604,500,603,10,714,30,695,100,0,0,0,0,4047,1 -1121,GIEARTH,Giearth,Giearth,29,2252,0,495,301,1,154,185,10,50,25,29,46,60,64,105,10,12,0,6,22,0x191,200,1848,1296,432,0,0,0,0,0,0,0,997,30,1003,150,1040,5500,2286,1,2227,10,1001,100,0,0,0,0,0,0,4087,1 -1122,GOBLIN_1,Goblin,Goblin,25,1176,0,310,188,1,118,140,10,5,1,53,25,20,38,10,10,12,1,7,24,0x3695,100,1120,620,240,0,0,0,0,0,0,0,998,270,911,9000,756,43,2297,3,1211,10,2104,5,507,1800,0,0,0,0,4060,1 -1123,GOBLIN_2,Goblin,Goblin,24,1034,0,287,176,1,88,100,10,5,1,24,24,15,66,10,10,12,1,7,23,0x3095,150,1320,620,240,0,0,0,0,0,0,0,998,250,911,9000,5010,3,1511,10,2104,1,507,1550,2297,3,0,0,0,0,4060,1 -1124,GOBLIN_3,Goblin,Goblin,24,1034,0,357,176,1,132,165,10,5,1,24,24,15,24,10,10,12,1,7,25,0x308D,250,1624,624,240,0,0,0,0,0,0,0,998,230,911,9000,2275,3,5088,15,2104,1,507,1550,508,220,0,0,0,0,4060,1 -1125,GOBLIN_4,Goblin,Goblin,23,1359,0,264,164,1,109,131,10,5,1,23,46,15,36,10,10,12,1,7,22,0x308D,200,1624,624,240,0,0,0,0,0,0,0,993,100,998,170,5087,15,2263,3,1508,10,2104,1,507,1500,0,0,0,0,4060,1 -1126,GOBLIN_5,Goblin,Goblin,22,1952,0,241,152,1,105,127,10,5,1,22,22,15,32,10,10,12,1,7,21,0x308D,300,3074,1874,480,0,0,0,0,0,0,0,998,150,911,9000,1605,15,2104,1,5089,15,507,1500,508,220,0,0,0,0,4060,1 -1127,HODE,Hode,Hode,26,2282,0,550,300,1,146,177,0,30,1,26,42,5,49,40,10,12,1,2,42,0x81,200,1480,480,720,0,0,0,0,0,0,0,993,120,1055,9000,757,80,938,3000,1147,10,7021,1,632,20,0,0,0,0,4081,1 -1128,HORN,Horn,Horn,18,659,0,134,86,1,58,69,10,0,22,18,28,10,47,15,10,12,1,4,22,0x191,200,1528,528,288,0,0,0,0,0,0,0,993,80,1011,35,947,5500,1452,15,935,5500,943,70,0,0,0,0,0,0,4045,1 -1129,HORONG,Horong,Horong,34,1939,0,786,479,1,275,327,99,50,1,34,10,0,50,0,10,12,0,0,83,0x308D,400,1888,1152,828,0,0,0,0,0,0,0,953,6500,912,500,2279,5,1752,10000,757,118,633,20,970,50,0,0,0,0,4103,1 -1130,JAKK,Jakk,Jakk,38,3581,0,1408,880,1,315,382,5,30,1,38,38,43,75,45,10,12,1,0,43,0x3695,200,1180,480,648,0,0,0,0,0,0,0,1062,9000,912,900,985,31,2331,5,1008,5,535,1000,0,0,0,0,0,0,4109,1 -1131,JOKER,Joker,Joker,57,12450,0,3706,2362,1,621,738,10,35,1,143,47,75,98,175,10,12,2,7,84,0x3695,100,1364,864,432,0,0,0,0,0,0,0,912,2000,616,2,641,20,508,1000,1259,1,984,100,695,100,0,0,0,0,4139,1 -1132,KHALITZBURG,Khalitzburg,Khalitzburg,63,19276,0,4378,2750,1,875,1025,45,10,58,65,48,5,73,40,10,12,2,1,29,0x3695,350,528,1000,396,0,0,0,0,0,0,0,932,8000,985,191,5017,1,2108,2,1004,10,509,2000,1127,2,0,0,0,0,4136,1 -1133,KOBOLD_1,Kobold,Kobold,36,3893,0,988,625,1,265,318,15,10,1,90,36,30,52,20,10,12,1,7,44,0x308D,150,1028,528,360,0,0,0,0,0,0,0,999,100,1034,5335,912,700,757,25,1220,2,2104,5,0,0,0,0,0,0,4091,1 -1134,KOBOLD_2,Kobold,Kobold,31,2179,0,806,407,1,262,324,15,10,1,31,31,20,46,20,10,12,1,7,45,0x308D,200,1528,528,360,0,0,0,0,0,0,0,999,100,1034,5335,912,200,2104,3,508,100,2101,100,0,0,0,0,0,0,4091,1 -1135,KOBOLD_3,Kobold,Kobold,31,2179,0,644,407,1,186,216,15,10,1,31,31,20,88,20,10,12,1,7,43,0x308D,300,1228,528,360,0,0,0,0,0,0,0,990,35,999,100,1034,5335,912,200,1355,5,2104,3,508,100,0,0,0,0,4091,1 -//1136,KOBOLD_4,Kobold,Kobold,31,2179,0,806,407,1,262,324,15,10,1,31,31,20,46,20,10,12,1,7,45,0x31AD,200,1528,528,360,0,0,0,0,0,0,0,999,50,1034,5335,912,100,1355,5,2104,3,508,100,1301,150,0,0,0,0,4091,1 -//1137,KOBOLD_5,Kobold,Kobold,31,2179,0,644,407,1,186,216,15,10,1,31,31,20,88,20,10,12,1,7,43,0x31AD,300,1228,528,360,0,0,0,0,0,0,0,999,40,1034,5335,912,100,1514,5,2104,3,508,100,1501,150,0,0,0,0,4091,1 -1138,MAGNOLIA,Magnolia,Magnolia,26,3195,0,393,248,1,120,151,5,30,1,26,26,0,39,5,10,12,0,6,21,0x183,250,1560,360,360,0,0,0,0,0,0,0,7031,9000,910,800,911,100,912,10,737,40,508,400,12127,5,0,0,0,0,4076,1 -1139,MANTIS,Mantis,Mantis,26,2472,0,393,248,1,118,149,10,0,1,26,24,5,45,15,10,12,1,4,22,0x3195,200,1528,660,432,0,0,0,0,0,0,0,993,110,1031,9000,911,1400,757,70,943,250,721,10,507,650,0,0,0,0,4079,1 -1140,MARDUK,Marduk,Marduk,40,4214,0,1238,752,1,315,382,0,60,1,40,20,79,78,20,10,12,2,7,23,0x3095,300,1540,840,504,0,0,0,0,0,0,0,994,35,1045,4365,1608,10,2617,1,1614,3,691,100,642,20,0,0,0,0,4112,1 -1141,MARINA,Marina,Marina,21,2087,0,218,140,1,84,106,0,5,1,21,21,0,36,10,10,12,0,3,41,0x81,400,2280,1080,864,0,0,0,0,0,0,0,1052,5000,938,1500,991,45,995,2,717,200,631,20,0,0,0,0,0,0,4055,1 -1142,MARINE_SPHERE,Marine Sphere,Marine Sphere,28,3518,0,461,284,1,120,320,0,40,1,28,28,0,33,50,10,12,0,3,41,0x0,800,1201,1,1,0,0,0,0,0,0,0,1050,5000,1051,2500,1520,10,720,10,717,150,10003,10,0,0,0,0,0,0,4084,1 -1143,MARIONETTE,Marionette,Marionette,41,3222,0,1078,1276,1,355,422,0,25,1,62,36,44,69,45,10,12,0,6,68,0x3195,300,1480,480,1056,0,0,0,0,0,0,0,1060,9000,2294,5,2605,1,699,100,1520,15,2407,1,5141,3,0,0,0,0,4113,1 -1144,MARSE,Marse,Marse,31,5034,0,586,370,1,211,252,0,5,1,31,25,5,52,30,10,12,0,5,41,0x91,300,1956,756,528,0,0,0,0,0,0,0,1024,9000,962,3000,717,200,720,10,995,12,1007,5,514,300,0,0,0,0,4095,1 -1145,MARTIN,Martin,Martin,18,1109,0,134,86,1,52,63,0,5,12,18,30,15,15,5,10,12,0,2,42,0x81,300,1480,480,480,0,0,0,0,0,0,0,1017,9000,1018,500,1251,10,2225,5,5009,1,10010,10,2224,15,0,0,0,0,4046,1 -1146,MATYR,Matyr,Matyr,31,2585,0,967,407,1,134,160,0,0,1,47,38,5,64,5,10,12,1,2,27,0x3095,150,432,432,360,0,0,0,0,0,0,0,2618,10,528,5000,919,5500,537,400,757,100,514,200,0,0,0,0,0,0,4097,1 -1147,MAYA,Maya,Maya,81,169000,0,42900,17875,1,1800,2070,60,25,95,97,76,95,82,105,10,12,2,4,82,0x37B5,100,864,1000,480,21450,730,2000,603,3000,617,2000,10006,500,2615,200,2234,200,639,500,7020,10,985,3500,2005,100,0,0,0,0,4146,1 -1148,MEDUSA,Medusa,Medusa,79,16408,0,6876,4697,1,827,1100,28,18,1,74,50,57,77,69,10,12,1,6,40,0x3795,180,1720,1320,360,0,0,0,0,0,0,0,1048,5335,1965,250,702,200,1973,20,722,250,967,3500,1007,3,0,0,0,0,4124,1 -1149,MINOROUS,Minorous,Minorous,52,7431,0,2750,1379,1,590,770,15,5,65,42,61,66,52,25,10,12,2,2,43,0x3095,200,1360,960,432,0,0,0,0,0,0,0,941,5335,756,196,1361,2,1005,10,516,1500,1301,200,568,300,0,0,0,0,4126,1 -1150,MOONLIGHT,Moonlight Flower,Moonlight Flower,67,120000,0,27500,14300,1,1200,1700,10,55,55,99,55,82,95,120,10,12,1,6,63,0x37B5,150,1276,576,288,13750,1022,5000,504,1500,728,500,1477,500,1234,100,1525,150,10008,500,638,650,985,2600,1648,100,0,0,0,0,4131,1 -1151,MYST,Myst,Myst,38,3745,0,1391,688,1,365,445,0,40,1,38,18,0,53,10,10,12,2,0,25,0x3695,200,1576,576,384,0,0,0,0,0,0,0,5005,2,1019,800,10005,10,756,65,757,97,605,20,514,35,0,0,0,0,4108,1 -1152,ORC_SKELETON,Orc Skeleton,Orc Skeleton,28,2278,0,315,194,1,190,236,10,10,1,14,18,0,30,15,10,12,1,1,29,0x3885,200,2420,720,648,0,0,0,0,0,0,0,922,5500,932,3500,757,80,2299,2,1358,10,511,50,0,0,0,0,0,0,4085,1 -1153,ORC_ZOMBIE,Orc Zombie,Orc Zombie,24,1568,0,196,120,1,151,184,5,10,1,12,24,0,24,5,10,12,1,1,29,0x3885,400,2852,1152,840,0,0,0,0,0,0,0,1043,5500,938,3000,714,1,0,0,0,0,0,0,0,0,0,0,0,0,4071,1 -1154,PASANA,Pasana,Pasana,61,8289,0,4087,2135,1,513,682,29,35,1,73,50,61,59,43,10,12,1,7,43,0x3095,165,976,576,288,0,0,0,0,0,0,0,7110,4365,7121,2500,757,20,1105,500,1217,150,2522,100,0,0,0,0,0,0,4099,1 -1155,PETIT,Petite,Petite,44,6881,0,1677,1034,1,360,427,30,30,1,44,62,55,79,60,10,12,1,9,22,0x3095,200,1624,620,384,0,0,0,0,0,0,0,1035,5335,1037,300,756,140,509,1000,1510,150,912,1500,606,15,0,0,0,0,4118,1 -1156,PETIT_,Petite,Petite,45,5747,0,1758,1075,1,300,355,20,45,1,113,45,55,73,80,10,12,1,9,24,0x3095,150,1420,1080,528,0,0,0,0,0,0,0,1036,5335,1037,300,985,61,509,1000,13006,5,912,1500,606,15,0,0,0,0,4120,1 -1157,PHARAOH,Pharaoh,Pharaoh,93,445997,0,114990,41899,1,2267,3015,67,70,1,93,100,104,89,112,10,12,2,7,67,0x37B5,125,868,768,288,57495,607,5500,526,5000,732,5000,7113,5820,7114,2500,1136,100,2327,150,5002,500,1552,300,1231,80,0,0,0,0,4148,1 -1158,PHEN,Phen,Phen,26,3347,0,357,226,1,138,150,0,15,1,26,26,0,88,75,10,12,1,5,41,0x91,150,2544,1344,1152,0,0,0,0,0,0,0,1023,5500,963,2000,720,5,517,1000,951,500,756,25,0,0,0,0,0,0,4077,1 -1159,PHREEONI,Phreeoni,Phreeoni,69,188000,0,32175,16445,1,880,1530,10,20,1,85,78,35,130,60,10,12,2,2,60,0x37B5,200,1020,1020,288,16087,1008,500,730,1000,1000,4000,1015,9700,1223,500,1236,150,1014,5000,2288,300,985,2900,13047,100,0,0,0,0,4121,1 -1160,PIERE,Piere,Piere,18,733,0,122,78,1,64,75,15,0,1,18,26,20,27,15,10,12,0,4,22,0x118B,200,1288,288,576,0,0,0,0,0,0,0,955,9000,910,1100,938,600,992,30,1001,5,1002,400,757,31,0,0,0,0,4043,1 -1161,PLANKTON,Plankton,Plankton,10,354,0,23,18,1,26,31,0,5,1,10,10,0,15,0,10,12,0,3,61,0x81,400,2208,1008,324,0,0,0,0,0,0,0,1052,9000,910,300,938,700,970,4,713,1000,630,20,645,50,0,0,0,0,4024,1 -1162,RAFFLESIA,Rafflesia,Rafflesia,17,1333,0,333,333,3,105,127,0,2,1,18,24,11,37,10,10,12,0,3,22,0x3885,150,512,528,240,0,0,0,0,0,0,0,1033,5500,911,1600,706,2,708,10,703,10,711,550,509,30,0,0,0,0,4083,1 -1163,RAYDRIC,Raydric,Raydric,52,8613,0,3410,1795,1,830,930,40,15,58,47,42,5,69,26,10,12,2,7,47,0x3095,150,824,780,420,0,0,0,0,0,0,0,985,106,2266,1,2315,2,1158,2,1116,100,1004,10,7054,4850,0,0,0,0,4133,1 -1164,REQUIEM,Requiem,Requiem,35,3089,0,800,458,1,220,272,0,15,1,53,35,5,57,2,10,12,1,7,27,0x3885,400,1516,816,432,0,0,0,0,0,0,0,603,35,714,1,912,2500,958,3500,934,1500,2308,10,7477,1,0,0,0,0,4104,1 -1165,SAND_MAN,Sandman,Sandman,34,3413,0,810,492,1,180,205,10,25,24,34,58,38,60,5,10,12,1,0,62,0x3885,250,1672,720,288,0,0,0,0,0,0,0,997,35,1056,5335,757,118,7043,350,1001,200,1257,1,1622,5,0,0,0,0,4101,1 -1166,SAVAGE,Savage,Savage,26,2092,0,521,248,1,120,150,10,5,1,26,54,10,37,15,10,12,2,2,42,0x91,150,1960,960,384,0,0,0,0,0,0,0,1028,9000,514,300,702,2,2276,1,605,10,757,70,526,2,0,0,0,0,4078,1 -1167,SAVAGE_BABE,Savage Babe,Savage Babe,7,182,0,14,12,1,20,25,0,0,1,7,14,5,12,35,10,12,0,2,22,0x81,400,1624,624,576,0,0,0,0,0,0,0,919,9000,1302,100,517,500,1750,1000,949,850,1010,80,627,40,0,0,0,0,4017,1 -//1168,SCORPION_KING,Scorpion King,Scorpion King,50,6354,0,2187,1346,1,500,603,40,10,1,50,47,1,83,30,10,12,2,7,23,0x1B1,200,1700,1000,500,0,0,0,0,0,0,0,994,45,1046,4850,1005,15,904,5000,943,3000,509,700,0,0,0,0,0,0,4130,1 -1169,SKEL_WORKER,Skeleton Worker,Skeleton Worker,30,2872,0,397,240,1,242,288,0,15,1,15,30,5,42,10,10,12,1,1,29,0x3885,400,2420,720,384,0,0,0,0,0,0,0,998,400,1041,5500,757,90,5009,2,999,100,1003,200,1002,800,0,0,0,0,4092,1 -1170,SOHEE,Sohee,Sohee,33,5628,0,739,455,1,210,251,0,10,1,33,33,10,58,15,10,12,1,6,21,0x191,250,2112,912,576,0,0,0,0,0,0,0,1020,9000,1049,50,2277,1,2504,5,1217,5,507,1000,662,350,0,0,0,0,4100,1 -//1171,SOLDIER_ANDRE,Soldier Andre,Soldier Andre,22,1245,0,219,138,1,105,127,20,0,1,22,44,20,40,10,10,12,0,4,42,0x3095,200,1001,1,1,0,0,0,0,0,0,0,1014,2700,911,800,757,10,1111,15,1001,30,943,150,0,0,0,0,0,0,4059,1 -//1172,SOLDIER_DENIRO,Soldier Deniro,Soldier Deniro,29,2047,0,450,274,1,162,193,20,0,1,29,58,20,54,10,10,12,0,4,42,0x3095,200,2000,1000,500,0,0,0,0,0,0,0,1014,5500,911,2000,757,15,1111,20,943,270,1001,50,0,0,0,0,0,0,4059,1 -//1173,SOLDIER_PIERE,Soldier Piere,Soldier Piere,23,1217,0,240,149,1,109,131,25,0,1,23,46,20,38,10,10,12,0,4,42,0x3095,200,1001,1,1,0,0,0,0,0,0,0,1014,3100,911,800,911,10,1114,15,1001,35,943,200,0,0,0,0,0,0,4059,1 -1174,STAINER,Stainer,Stainer,16,538,0,105,70,1,53,64,10,0,1,40,16,5,30,5,10,12,0,4,24,0x191,200,1688,1188,612,0,0,0,0,0,0,0,992,70,1011,30,1013,9000,910,2100,757,25,943,10,1002,300,0,0,0,0,4039,1 -1175,TAROU,Tarou,Tarou,11,284,0,57,28,1,34,45,0,0,1,20,11,10,24,5,10,12,0,2,27,0x91,150,1744,1044,684,0,0,0,0,0,0,0,1016,9000,919,3000,949,800,528,1000,701,2,0,0,0,0,0,0,0,0,4028,1 -1176,VITATA,Vitata,Vitata,20,894,0,163,101,1,69,80,15,20,1,20,25,65,40,70,10,12,0,4,22,0x191,300,1768,768,384,0,0,0,0,0,0,0,993,90,955,5000,911,200,518,350,518,350,526,200,756,26,0,0,0,0,4053,1 -1177,ZENORC,Zenorc,Zenorc,31,2585,0,967,407,1,188,223,0,15,1,77,15,0,76,10,10,12,1,7,27,0x83,150,1180,480,360,0,0,0,0,0,0,0,1044,5500,756,70,938,2500,1006,5,508,100,640,20,0,0,0,0,0,0,4096,1 -1178,ZEROM,Zerom,Zerom,23,1109,0,240,149,1,127,155,0,10,1,23,23,5,42,0,10,12,1,7,23,0x3885,200,1780,1080,432,0,0,0,0,0,0,0,1011,55,998,190,2339,200,2265,3,2408,10,1002,300,1002,300,0,0,0,0,4064,1 -1179,WHISPER,Whisper,Whisper,34,1796,0,591,599,1,180,221,0,45,1,51,14,0,60,0,10,12,0,6,68,0x3195,150,1960,960,504,0,0,0,0,0,0,0,1001,150,1059,5335,2282,1,2333,10,0,0,0,0,0,0,0,0,0,0,4102,1 -1180,NINE_TAIL,Nine Tail,Nine Tail,51,7766,0,2812,825,1,610,734,10,25,1,80,46,1,74,85,10,12,1,2,63,0x3695,150,840,540,480,0,0,0,0,0,0,0,1022,4656,746,200,603,100,604,100,526,250,525,350,756,100,0,0,0,0,4159,1 -//1181,ZOMBIE_DRAGON,Zombie Dragon,Zombie Dragon,1,1000,0,49500,1650,3,7900,9140,0,0,120,145,145,145,130,120,10,12,2,9,89,0x37B5,400,2700,1000,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 -1182,THIEF_MUSHROOM,Thief Mushroom,Thief Mushroom,1,15,0,0,0,1,1,2,100,99,0,0,0,0,0,0,7,12,0,3,22,0x40,2000,1,1,1,0,0,0,0,0,0,0,1069,1500,1070,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1183,CHONCHON_,Chonchon,Chonchon,4,67,0,5,4,1,10,13,10,0,1,10,4,5,12,2,10,12,0,4,24,0x3985,200,1076,576,480,0,0,0,0,0,0,0,998,50,935,5500,909,1500,1205,55,601,100,742,5,0,0,0,0,0,0,4009,1 -1184,FABRE_,Fabre,Fabre,1,30,0,1,0,1,4,7,0,0,1,2,1,1,4,5,10,12,0,4,22,0x3985,400,1672,672,480,0,0,0,0,0,0,0,914,2000,949,250,1502,80,721,2,511,350,705,500,1501,200,0,0,0,0,0,0 -1185,WHISPER_,Whisper,Whisper,34,1796,0,537,545,1,198,239,0,45,1,51,14,0,60,0,10,12,0,1,28,0x0,150,1960,960,504,0,0,0,0,0,0,0,1001,10,1059,100,0,0,2333,1,0,0,0,0,0,0,0,0,0,0,0,0 -1186,WHISPER_BOSS,Giant Whisper,Giant Whisper,34,5040,0,537,545,1,198,239,0,45,1,51,14,0,60,0,10,12,0,6,48,0x3795,250,2536,1536,672,0,0,0,0,0,0,0,1001,150,1059,5335,2282,1,2333,10,0,0,0,0,0,0,0,0,0,0,4303,1 -1187,SWITCH,Switch,Switch,1,2,0,1,1,1,1,2,0,0,1,1,1,0,1,0,1,12,1,0,20,0x0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1188,BON_GUN,Bongun,Bongun,32,3520,0,424,242,1,220,260,0,0,45,15,36,10,48,15,10,12,1,1,29,0x3095,200,1720,500,420,0,0,0,0,0,0,0,1094,5500,7014,40,618,60,5046,1,609,15,508,1000,508,1250,0,0,0,0,4212,1 -1189,ORC_ARCHER,Orc Archer,Orc Archer,49,7440,0,1729,1787,9,310,390,10,5,1,44,25,20,125,20,10,12,1,7,22,0x3095,300,1960,620,480,0,0,0,0,0,0,0,1063,4656,1753,1000,1756,2500,1755,2500,1734,2,507,1400,509,900,0,0,0,0,4256,1 -1190,ORC_LORD,Orc Lord,Orc Lord,74,783000,0,62205,8580,1,3700,4150,40,5,85,82,30,70,110,85,10,12,2,7,82,0x37B5,100,1248,500,360,31102,968,5500,617,2000,0,0,1363,400,2621,400,5007,400,1371,400,617,1000,985,4268,16000,3100,0,0,0,0,4135,1 -1191,MIMIC,Mimic,Mimic,51,6120,182,165,165,1,150,900,10,40,44,121,1,60,75,110,10,12,1,0,60,0x3095,100,972,500,288,0,0,0,0,0,0,0,617,5,603,45,1065,1200,611,3000,714,3,2626,1,757,270,0,0,0,0,4205,1 -1192,WRAITH,Wraith,Wraith,53,10999,0,2199,1099,1,580,760,5,30,1,95,30,65,95,35,10,12,2,1,89,0x3695,300,1816,576,240,0,0,0,0,0,0,0,1059,5820,2206,10,2506,2,716,650,602,1300,2505,10,731,5,0,0,0,0,4190,1 -1193,ALARM,Alarm,Alarm,58,10647,0,3987,2300,1,480,600,15,15,1,62,72,10,85,45,10,12,1,0,60,0x3695,300,1020,500,768,0,0,0,0,0,0,0,1095,5335,2607,1,7005,1500,611,1300,984,105,7026,20,912,1500,0,0,0,0,4244,1 -1194,ARCLOUSE,Arclouse,Arclouze,59,6075,0,860,1000,1,570,640,10,15,1,75,5,5,75,50,10,12,1,4,42,0x3195,100,960,500,480,0,0,0,0,0,0,0,1096,3500,938,3000,943,800,912,450,716,300,997,20,912,2500,0,0,0,0,4240,1 -1195,RIDEWORD,Rideword,Rideword,59,11638,0,2007,3106,1,584,804,5,35,48,75,10,20,120,45,10,12,0,0,60,0x3695,150,864,500,192,0,0,0,0,0,0,0,1097,4850,1553,4,1554,4,1555,2,1556,2,7015,300,1006,20,0,0,0,0,4185,1 -1196,SKEL_PRISONER,Skeleton Prisoner,Skeleton Prisoner,52,8691,0,2466,1562,1,660,890,10,20,55,20,36,0,76,25,10,12,1,1,69,0x308D,350,1848,500,576,0,0,0,0,0,0,0,1098,3500,7016,100,2320,1,716,600,930,3500,2408,35,934,1500,0,0,0,0,4222,1 -1197,ZOMBIE_PRISONER,Zombie Prisoner,Zombie Prisoner,53,11280,0,2635,1724,1,780,930,10,20,1,24,39,0,72,25,10,12,1,1,69,0x308D,350,1768,500,192,0,0,0,0,0,0,0,1099,3500,7016,105,2266,1,716,600,930,3500,2408,39,985,112,0,0,0,0,4275,1 -1198,DARK_PRIEST,Dark Priest,Dark Priest,79,101992,0,12192,5152,2,1238,2037,56,70,5,91,41,101,103,42,10,12,1,6,89,0x31AD,200,864,1252,476,0,0,0,0,0,0,0,1557,5,2608,30,505,100,716,450,1009,50,2319,5,1241,1,0,0,0,0,4171,1 -1199,PUNK,Punk,Punk,43,3620,0,1699,1033,1,292,365,0,45,1,105,5,45,65,20,10,12,0,3,24,0x3095,300,1500,500,1000,0,0,0,0,0,0,0,7001,5335,715,800,10004,100,1061,1000,1057,3000,601,1100,2502,15,0,0,0,0,4313,1 -1200,ZHERLTHSH,Zherlthsh,Zealotus,63,18300,0,3608,2304,1,700,850,10,15,70,85,40,30,125,60,10,12,1,7,60,0x308D,200,800,2112,768,0,0,0,0,0,0,0,7017,5,509,1800,7293,1500,2331,8,2622,1,1970,100,2291,3,0,0,0,0,4277,1 -1201,RYBIO,Rybio,Rybio,71,9572,0,6317,3520,1,686,912,45,37,1,97,75,74,77,90,10,12,2,6,40,0x318D,200,1790,1440,540,0,0,0,0,0,0,0,1015,3880,7017,3,509,1800,731,30,1008,10,984,100,709,30,0,0,0,0,4194,1 -1202,PHENDARK,Phendark,Phendark,73,22729,0,6826,3443,2,794,1056,52,36,1,62,120,65,76,66,10,12,2,7,40,0x308D,175,1744,1344,600,0,0,0,0,0,0,0,1015,3880,7017,4,509,1800,0,0,984,150,1971,100,0,0,0,0,0,0,4329,1 -1203,MYSTELTAINN,Mysteltainn,Mysteltainn,76,33350,0,6457,5159,2,1160,1440,30,30,77,139,80,35,159,65,10,12,2,0,87,0x37B5,250,1152,500,240,0,0,0,0,0,0,0,7019,1,7297,1500,1152,70,1155,40,1163,2,999,120,984,243,0,0,0,0,4207,1 -1204,TIRFING,Tirfing,Ogretooth,71,29900,0,5412,4235,1,950,1146,30,35,58,87,55,35,132,65,10,12,1,0,67,0x37B5,100,816,500,240,0,0,0,0,0,0,0,7022,1,638,50,7292,1500,1214,70,1217,40,999,120,984,189,0,0,0,0,4254,1 -1205,EXECUTIONER,Executioner,Executioner,65,28980,0,4730,3536,2,570,950,35,35,64,85,40,25,88,60,10,12,2,0,47,0x37B5,200,768,500,384,0,0,0,0,0,0,0,7024,5,7290,1500,1111,80,1114,60,1125,40,999,120,984,145,0,0,0,0,4250,1 -1206,ANOLIAN,Anolian,Anolian,61,18960,0,5900,3700,1,640,980,15,15,1,43,58,25,80,65,10,12,1,5,41,0x3695,190,900,500,864,0,0,0,0,0,0,0,7003,4850,1754,2000,526,5,10019,10,943,5335,2625,1,984,134,0,0,0,0,4234,1 -1207,STING,Sting,Sting,61,9500,0,4081,2970,1,850,1032,5,30,57,45,55,5,120,85,10,12,1,0,62,0x3695,300,528,500,240,0,0,0,0,0,0,0,7004,4850,1756,1500,2624,1,1003,130,997,25,10007,10,719,3,0,0,0,0,4226,1 -1208,WANDER_MAN,Wander Man,Wanderer,74,8170,0,5786,4730,2,450,1170,5,5,1,192,38,45,127,85,10,12,1,6,24,0x3795,100,672,500,192,0,0,0,0,0,0,0,7005,4850,616,1,13015,5,2270,5,610,650,984,217,1164,1,0,0,0,0,4210,1 -1209,CRAMP,Cramp,Cramp,56,4720,0,2300,1513,1,395,465,0,5,1,85,35,5,65,60,10,12,0,2,45,0x3095,100,1000,500,1000,0,0,0,0,0,0,0,7007,4656,528,1000,726,80,746,110,568,250,510,70,984,95,0,0,0,0,4296,1 -//1210,FILAMENTOUS,Filamentous,Filamentous,51,6088,0,1926,1353,1,425,525,35,10,1,35,30,5,83,40,10,12,1,4,23,0x3095,200,1500,500,1000,0,0,0,0,0,0,0,7008,4850,947,8000,943,3880,993,200,1451,40,757,18,509,1600,0,0,0,0,4045,1 -1211,BRILIGHT,Brilight,Brilight,46,5562,0,1826,1331,1,298,383,30,5,1,90,15,10,50,35,10,12,0,4,23,0x3195,200,1500,500,1000,0,0,0,0,0,0,0,7009,5335,992,200,912,1200,602,1000,757,220,610,250,509,2600,0,0,0,0,4213,1 -1212,IRON_FIST,Iron Fist,Iron Fist,47,4221,0,1435,1520,1,430,590,40,5,1,25,15,10,81,20,10,12,1,4,60,0x3195,200,1500,500,1000,0,0,0,0,0,0,0,7010,5335,757,229,757,22,1002,750,999,180,998,300,0,0,0,0,0,0,4239,1 -1213,HIGH_ORC,High Orc,High Orc,52,6890,0,3618,1639,1,428,533,15,5,55,46,55,35,82,40,10,12,2,7,43,0x3695,150,1500,500,1000,0,0,0,0,0,0,0,7002,2500,1304,10,999,90,931,7500,912,1300,756,196,508,900,0,0,0,0,4322,1 -1214,CHOCO,Choco,Choco,43,4278,0,1265,1265,1,315,402,5,5,65,68,55,45,65,25,10,12,0,2,23,0x3095,200,1500,500,1000,0,0,0,0,0,0,0,7011,5335,942,7000,985,53,513,5000,634,20,532,1000,607,25,0,0,0,0,4285,1 -1215,STEM_WORM,Stem Worm,Stem Worm,40,6136,0,1452,939,2,290,375,5,10,1,30,26,15,79,35,10,12,1,3,24,0x3095,200,1500,500,1000,0,0,0,0,0,0,0,7012,5335,509,1800,1968,10,756,115,997,5,1454,20,608,45,0,0,0,0,4224,1 -1216,PENOMENA,Penomena,Penomena,57,7256,0,2870,2200,7,415,565,5,50,1,5,35,15,136,30,10,12,1,5,25,0x3695,400,832,500,600,0,0,0,0,0,0,0,7013,4850,962,8000,938,7000,525,200,719,15,1258,1,716,550,0,0,0,0,4314,1 -1219,KNIGHT_OF_ABYSS,Knight of Abyss,Abysmal Knight,79,36140,0,8469,6268,1,1600,2150,55,50,66,68,64,25,135,50,10,12,2,7,87,0x3695,300,1500,500,1000,0,0,0,0,0,0,0,1064,5335,7023,5,2318,1,1421,25,1162,1,985,369,984,259,0,0,0,0,4140,1 -1220,M_DESERT_WOLF,Desert Wolf,Desert Wolf,27,1716,0,388,242,1,169,208,0,10,1,27,45,15,56,10,10,12,1,2,23,0x3695,200,1120,420,288,0,0,0,0,0,0,0,1253,5,7030,5500,2311,1,517,1200,920,2000,756,53,0,0,0,0,0,0,4082,1 -1221,M_SAVAGE,Savage,Savage,26,2092,0,357,226,1,146,177,10,5,1,26,54,10,37,10,10,12,2,2,42,0x3695,150,1960,960,384,0,0,0,0,0,0,0,1028,6000,514,150,702,3,2276,2,605,15,757,70,0,0,0,0,0,0,4078,1 -//1222,L_HIGH_ORC,High Orc,High Orc,52,6890,0,2128,1490,1,428,533,15,5,1,46,55,35,82,40,10,12,2,7,43,0x3695,200,1500,500,1000,0,0,0,0,0,0,0,7002,2500,1304,10,999,120,931,8000,912,1600,756,196,508,1100,0,0,0,0,4066,1 -//1223,L_ORC,Orc,Orc,24,1400,0,261,160,1,114,136,10,5,1,24,48,25,34,10,10,12,1,7,22,0x3695,200,1864,864,288,0,0,0,0,0,0,0,998,210,931,5500,756,40,2267,3,1352,10,1304,5,1301,100,0,0,0,0,4066,1 -//1224,L_POISON_SPORE,Poison Spore,Poison Spore,19,665,0,169,85,1,89,101,0,0,1,19,25,1,24,1,10,12,1,3,25,0x3695,200,1672,672,288,0,0,0,0,0,0,0,921,8000,2221,20,511,650,510,55,972,35,0,0,0,0,0,0,0,0,4048,1 -//1225,L_CHOCO,Choco,Choco,43,4278,0,1150,1150,1,315,402,5,5,1,68,55,45,65,25,10,12,0,2,23,0x3695,200,1500,500,1000,0,0,0,0,0,0,0,7011,5335,942,7000,508,1900,513,5000,2311,2,532,1000,607,25,0,0,0,0,4051,1 -//1226,L_KOBOLD,Kobold,Kobold,36,3893,0,898,568,1,265,318,15,10,1,90,36,30,52,30,10,12,1,7,44,0x3695,200,1028,528,360,0,0,0,0,0,0,0,999,90,1034,5820,912,750,985,25,1220,2,2104,5,0,0,0,0,0,0,4091,1 -//1227,L_GOBLIN,Goblin,Goblin,25,1176,0,282,171,1,118,140,10,5,1,63,25,20,38,45,10,12,1,7,24,0x3695,100,1120,620,240,0,0,0,0,0,0,0,998,270,911,1200,756,43,2297,3,1211,10,2104,5,507,800,0,0,0,0,4060,1 -//1228,L_PHEN,Phen,Phen,26,3347,0,357,226,1,138,150,0,15,1,26,26,1,88,75,10,12,1,5,41,0x3695,150,2544,1344,1152,0,0,0,0,0,0,0,1023,6000,963,2300,720,8,517,1100,951,550,756,25,0,0,0,0,0,0,4077,1 -1229,META_FABRE,Fabre,Fabre,2,63,0,3,2,1,8,11,0,0,1,2,4,0,7,5,10,12,0,4,22,0x181,400,1672,672,480,0,0,0,0,0,0,0,914,6500,949,600,1502,80,721,8,511,750,705,1500,1501,200,0,0,0,0,4002,1 -1230,META_PUPA,Pupa,Pupa,2,427,0,2,4,0,1,2,20,20,1,1,1,0,1,20,10,12,0,4,22,0x100,1000,1001,1,1,0,0,0,0,0,0,0,1010,300,915,6000,938,700,2102,2,935,1300,938,700,1002,300,0,0,0,0,4003,1 -1231,META_CREAMY,Creamy,Creamy,16,595,0,96,64,1,53,64,0,30,1,40,16,15,16,55,10,12,0,4,24,0x181,200,1220,720,288,0,0,0,0,0,0,0,924,6000,2322,10,518,180,602,200,2207,4,712,800,0,0,0,0,0,0,4040,1 -1232,META_PECOPECO_EGG,Peco Peco Egg,Peco Peco Egg,3,420,0,4,4,0,1,2,20,20,1,1,1,0,1,20,10,12,0,0,60,0x0,1000,1001,1,1,0,0,0,0,0,0,0,1010,120,935,1500,2102,2,507,450,507,450,713,2000,736,15,0,0,0,0,4007,1 -//1233,CONCEIVE_PECOPECO,Peco Peco,Peco Peco,19,531,0,159,36,1,50,64,0,0,1,13,13,25,27,9,10,12,2,2,23,0x81,200,1564,864,576,0,0,0,0,0,0,0,925,6000,2402,20,508,55,507,950,1604,100,0,0,582,1000,0,0,0,0,4031,1 -1234,PROVOKE_YOYO,Yoyo,Yoyo,19,879,0,135,85,1,71,82,0,0,1,24,30,35,32,55,10,12,0,2,22,0x108B,200,1054,54,384,0,0,0,0,0,0,0,942,6000,7182,500,508,130,919,5500,753,7,578,500,582,1000,0,0,0,0,4051,1 -1235,SMOKING_ORC,Smoking Orc,Smoking Orc,24,1400,0,261,160,1,114,136,10,20,1,24,48,20,34,0,10,12,1,7,22,0x308D,200,1864,864,288,0,0,0,0,0,0,0,998,210,931,5500,756,40,2267,3,1352,10,1304,5,1301,100,0,0,0,0,4066,1 -1236,META_ANT_EGG,Ant Egg,Ant Egg,4,420,0,5,4,0,1,2,20,20,1,1,1,0,1,20,10,12,0,0,60,0x0,1000,1001,1,1,0,0,0,0,0,0,0,1010,135,935,2740,909,3000,938,750,713,2000,1002,220,0,0,0,0,0,0,4013,1 -1237,META_ANDRE,Andre,Andre,17,688,0,109,71,1,60,71,10,0,1,17,24,20,26,20,10,12,0,4,22,0x118B,300,1288,288,576,0,0,0,0,0,0,0,955,6000,910,3000,938,1000,935,3000,1001,6,1002,350,757,28,0,0,0,0,4043,1 -1238,META_PIERE,Piere,Piere,18,733,0,122,78,1,64,75,15,0,1,18,26,20,27,15,10,12,0,4,22,0x118B,200,1288,288,576,0,0,0,0,0,0,0,955,5700,910,1100,938,600,992,15,1001,5,1002,400,757,31,0,0,0,0,4043,1 -1239,META_DENIRO,Deniro,Deniro,19,760,0,135,85,1,68,79,15,0,1,19,30,20,43,10,10,12,0,4,22,0x118B,150,1288,288,576,0,0,0,0,0,0,0,955,6000,910,3000,938,1200,990,45,1001,8,1002,450,757,34,0,0,0,0,4043,1 -1240,META_PICKY,Picky,Picky,3,80,0,4,3,1,9,12,0,0,1,3,3,0,10,30,10,12,0,2,23,0x81,200,988,288,168,0,0,0,0,0,0,0,916,6500,949,850,2302,150,507,650,519,350,715,60,0,0,0,0,0,0,4008,1 -1241,META_PICKY_,Picky,Picky,4,83,0,5,4,1,8,11,20,0,1,3,3,0,11,20,10,12,0,2,23,0x81,200,988,288,168,0,0,0,0,0,0,0,916,6500,949,850,5015,7,507,750,519,350,715,60,0,0,0,0,0,0,4011,1 -1242,MARIN,Marin,Marin,15,742,0,66,44,1,39,43,0,10,1,10,10,5,35,15,10,12,1,3,41,0x81,400,1872,672,480,0,0,0,0,0,0,0,910,3200,938,1500,700,100,720,40,510,75,529,350,5035,1,0,0,0,0,4196,1 -1243,SASQUATCH,Sasquatch,Sasquatch,30,3163,0,529,319,1,250,280,5,0,75,25,60,10,34,20,10,12,2,2,60,0x3695,300,1260,192,192,0,0,0,0,0,0,0,912,750,509,800,949,1000,5030,1,948,5000,727,30,757,90,0,0,0,0,4216,1 -1244,JAKK_XMAS,Christmas Jakk,Christmas Jakk,38,3581,0,1113,688,1,315,382,5,30,1,38,38,43,75,45,10,12,1,0,43,0x81,200,1180,480,648,0,0,0,0,0,0,0,1062,5335,912,900,985,31,2331,5,644,20,7175,1200,7174,1200,0,0,0,0,4109,1 -1245,GOBLINE_XMAS,Christmas Goblin,Christmas Goblin,25,1176,0,282,171,1,118,140,10,5,1,53,25,20,38,45,10,12,1,7,24,0x81,100,1120,620,240,0,0,0,0,0,0,0,7174,550,7175,550,756,43,644,10,1211,10,2104,5,2236,10,0,0,0,0,4060,1 -1246,COOKIE_XMAS,Christmas Cookie,Christmas Cookie,28,2090,0,461,284,1,140,170,0,50,1,24,30,53,45,100,10,12,0,7,46,0x91,400,1248,1248,240,0,0,0,0,0,0,0,538,1500,722,45,912,200,2502,25,644,5,688,100,507,1700,0,0,0,0,4235,1 -1247,ANTONIO,Antonio,Antonio,10,10,0,3,2,1,13,20,100,0,1,1,1,50,100,100,10,12,1,3,66,0xC1,100,720,720,432,0,0,0,0,0,0,0,7034,10000,644,200,538,1500,539,1000,529,5500,530,5500,2236,250,0,0,0,0,4243,1 -1248,CRUISER,Cruiser,Cruiser,35,2820,0,1100,450,7,175,215,5,5,1,40,10,10,90,25,10,12,1,0,60,0x2085,400,1296,1296,432,0,0,0,0,0,0,0,1098,900,2251,2,998,320,996,5,911,3500,13150,5,756,87,0,0,0,0,4297,1 -1249,MYSTCASE,Myst Case,Myst Case,38,3450,0,1113,688,1,160,360,5,10,65,50,25,5,48,75,10,12,1,0,60,0x91,400,1248,1248,432,0,0,0,0,0,0,0,530,90,912,1500,603,20,539,800,722,150,731,5,529,340,0,0,0,0,4206,1 -1250,CHEPET,Chepet,Chepet,42,4950,0,1518,946,1,380,440,0,25,1,72,35,71,65,85,10,12,1,7,23,0x3695,400,672,672,288,0,0,0,0,0,0,0,7035,2500,912,750,512,5500,619,40,10019,5,508,1300,2508,5,0,0,0,0,4284,1 -1251,KNIGHT_OF_WINDSTORM,Knight of Windstorm,Stormy Knight,77,240000,0,64350,21450,2,1425,1585,35,60,75,185,83,55,130,79,10,12,2,0,84,0x37B5,200,468,468,288,32175,720,4500,2406,500,995,3000,1468,150,603,3000,617,4000,2621,200,2506,500,985,4559,5007,1,0,0,0,0,4318,1 -1252,GARM,Garm,Hatii,73,197000,0,50050,20020,3,1700,1900,40,45,85,126,82,65,95,60,10,12,2,2,81,0x37B5,400,608,408,336,25025,7036,1000,603,3000,995,3000,7036,5500,1131,150,1256,500,1815,500,0,0,985,3977,984,2900,0,0,0,0,4324,1 -1253,GARGOYLE,Gargoyle,Gargoyle,48,3950,0,1650,1650,9,290,360,10,10,15,61,20,20,126,40,10,12,1,6,64,0x2185,200,1020,720,384,0,0,0,0,0,0,0,912,3880,1039,500,0,0,0,0,2619,1,1769,2000,757,238,0,0,0,0,4149,1 -1254,RAGGLER,Raggler,Raggler,21,1020,0,218,140,1,102,113,0,5,18,10,32,20,39,35,10,12,0,2,24,0x3695,200,1000,900,384,0,0,0,0,0,0,0,7053,3000,916,5000,645,200,514,200,992,90,2225,7,756,32,0,0,0,0,4186,1 -1255,NERAID,Neraid,Nereid,40,4120,0,1126,684,1,325,360,0,10,1,45,50,5,64,5,10,12,0,2,22,0x3695,200,776,576,288,0,0,0,0,0,0,0,1055,5100,7053,1000,510,230,1966,10,514,250,757,180,985,37,0,0,0,0,4167,1 -1256,PEST,Pest,Pest,40,3240,0,1238,752,1,375,450,0,5,1,60,22,5,80,5,10,12,0,2,47,0x3695,165,700,648,480,0,0,0,0,0,0,0,1055,5500,7054,200,702,10,605,100,716,250,0,0,756,115,0,0,0,0,4315,1 -1257,INJUSTICE,Injustice,Injustice,51,7600,0,2118,1488,1,480,600,0,0,84,42,39,0,71,35,10,12,1,1,47,0x3695,400,770,720,336,0,0,0,0,0,0,0,999,300,7054,5335,7053,3500,2313,5,2316,2,660,2,1255,2,0,0,0,0,4268,1 -1258,GOBLIN_ARCHER,Goblin Archer,Goblin Archer,28,1750,0,461,284,9,89,113,0,0,10,15,20,15,72,20,10,12,0,7,25,0x2085,200,1172,672,420,0,0,0,0,0,0,0,2297,3,998,250,911,1000,1765,3000,507,600,1705,25,514,300,0,0,0,0,4157,1 -1259,GRYPHON,Gryphon,Gryphon,72,27800,0,5896,4400,1,880,1260,35,35,68,95,78,65,115,75,10,12,2,2,84,0x37B5,100,704,504,432,0,0,0,0,0,0,0,7048,2500,7054,5335,7063,120,1452,1500,1417,1,984,185,996,150,0,0,0,0,4163,1 -1260,DARK_FRAME,Dark Frame,Dark Frame,59,7500,0,3652,3271,1,960,1210,10,45,1,72,42,45,85,25,10,12,1,6,67,0x3795,200,920,720,200,0,0,0,0,0,0,0,7054,4656,734,1000,2505,30,0,0,0,0,1000,80,747,3,0,0,0,0,4170,1 -1261,WILD_ROSE,Wild Rose,Wild Rose,38,2980,0,1113,688,1,315,360,0,15,65,85,15,35,65,80,10,12,0,2,24,0x83,100,964,864,288,0,0,0,0,0,0,0,7053,5335,748,50,5037,120,1767,3000,624,35,528,600,2244,2,0,0,0,0,4257,1 -1262,MUTANT_DRAGON,Mutant Dragon,Mutant Dragonoid,65,62600,0,4730,3536,4,2400,3400,15,20,75,47,30,68,45,35,10,12,2,9,43,0x37B5,250,1280,1080,240,0,0,0,0,0,0,0,7054,4850,1035,500,1036,500,930,500,1559,100,7296,1500,2527,50,0,0,0,0,4203,1 -1263,WIND_GHOST,Wind Ghost,Wind Ghost,51,4820,0,2424,1488,2,489,639,0,45,1,89,15,90,85,25,10,12,1,6,64,0x3795,150,1056,1056,336,0,0,0,0,0,0,0,912,4559,932,6000,7005,500,693,100,1611,8,996,100,1615,1,0,0,0,0,4264,1 -1264,MERMAN,Merman,Merman,53,14690,0,4500,3000,2,482,964,10,35,72,45,46,35,60,55,10,12,1,7,61,0x3695,220,916,816,336,0,0,0,0,0,0,0,1054,1300,523,300,568,400,720,40,995,35,1460,3,756,203,0,0,0,0,4199,1 -1265,COOKIE,Cookie,Cookie,25,950,0,310,188,1,130,145,0,25,1,35,20,53,37,90,10,12,0,7,60,0x1089,200,1036,936,240,0,0,0,0,0,0,0,538,1000,530,150,979,1,11002,50,2402,30,12001,100,529,320,0,0,0,0,4293,1 -1266,ASTER,Aster,Aster,18,1372,0,122,78,1,56,64,0,10,1,19,15,0,34,5,10,12,0,5,22,0x91,400,1264,864,216,0,0,0,0,0,0,0,938,500,7013,40,1052,1200,508,200,912,60,512,100,0,0,0,0,0,0,4247,1 -1267,CARAT,Carat,Carat,51,5200,0,1926,1353,1,330,417,0,25,1,41,45,5,85,155,10,12,1,6,44,0x3795,200,1078,768,384,0,0,0,0,0,0,0,7054,3200,536,1000,2409,5,5003,1,0,0,0,0,509,1450,0,0,0,0,4288,1 -1268,BLOODY_KNIGHT,Bloody Knight,Bloody Knight,82,57870,0,10120,6820,3,2150,3030,60,50,88,75,70,77,125,55,10,12,2,0,87,0x3695,250,828,528,192,0,0,0,0,0,0,0,7054,4850,2229,45,2317,5,2125,62,1170,1,1417,2,985,433,0,0,0,0,4320,1 -1269,CLOCK,Clock,Clock,60,11050,0,3410,2904,1,720,909,15,10,1,70,50,25,90,50,10,12,1,0,42,0x91,200,1092,792,480,0,0,0,0,0,0,0,1095,5335,1019,800,509,1900,568,320,7026,30,7027,30,985,163,0,0,0,0,4299,1 -1270,C_TOWER_MANAGER,Clock Tower Manager,Clock Tower Manager,63,18600,0,4378,2850,3,880,1180,35,30,1,75,20,64,75,60,10,12,2,0,80,0x91,200,1072,672,384,0,0,0,0,0,0,0,1095,5335,7054,5335,999,500,520,850,2109,1,7026,2000,7027,2000,0,0,0,0,4229,1 -1271,ALLIGATOR,Alligator,Alligator,42,6962,0,1379,866,1,315,360,2,5,1,45,50,10,69,65,10,12,1,2,21,0x91,200,1100,900,480,0,0,0,0,0,0,0,912,1000,1099,600,7003,2000,608,50,0,0,0,0,756,129,0,0,0,0,4252,1 -1272,DARK_LORD,Dark Lord,Dark Lord,80,720000,0,65780,45045,2,2800,3320,30,70,1,120,30,118,99,60,10,12,2,6,89,0x37B5,100,868,768,480,32890,7005,6000,5093,500,617,2000,1615,800,2004,100,1237,300,2334,300,2507,100,985,5141,5162,10,0,0,0,0,4168,1 -1273,ORC_LADY,Orc Lady,Orc Lady,31,2000,0,644,407,1,135,170,10,10,35,42,25,15,69,55,10,12,1,7,42,0x3695,200,1050,900,288,0,0,0,0,0,0,0,7053,4656,998,300,2602,1,2206,1,12127,10,7477,3,2338,1,0,0,0,0,4255,1 -1274,MEGALITH,Megalith,Megalith,45,5300,0,1758,1075,9,264,314,50,25,1,45,60,5,95,5,10,12,2,0,80,0x84,200,1332,1332,672,0,0,0,0,0,0,0,912,100,7049,1000,617,1,0,0,0,0,985,61,757,207,0,0,0,0,4200,1 -1275,ALICE,Alice,Alice,62,10000,221,3583,2400,1,550,700,5,5,64,64,42,85,100,130,10,12,1,7,60,0x91,200,502,2304,480,0,0,0,0,0,0,0,7047,2500,637,40,2407,3,739,30,5085,1,12128,10,12002,100,0,0,0,0,4253,1 -1276,RAYDRIC_ARCHER,Raydric Archer,Raydric Archer,52,5250,0,3025,2125,9,415,500,35,5,15,25,22,5,145,35,10,12,1,6,47,0x2185,200,1152,1152,480,0,0,0,0,0,0,0,7054,4656,0,0,2315,2,1701,150,1764,2000,1715,3,985,106,0,0,0,0,4187,1 -1277,GREATEST_GENERAL,Greatest General,Greatest General,40,3632,0,1238,752,3,350,400,15,15,1,20,60,55,82,140,10,12,1,0,43,0x84,200,1152,1152,384,0,0,0,0,0,0,0,7054,2000,1019,2000,1501,100,662,300,2272,1,508,250,686,100,0,0,0,0,4283,1 -1278,STALACTIC_GOLEM,Stalactic Golem,Stalactic Golem,60,18700,0,5808,2695,1,950,1260,50,5,73,45,85,5,90,25,10,12,2,0,80,0x91,200,1264,864,288,0,0,0,0,0,0,0,7004,2000,7054,4850,1000,250,997,30,757,250,0,0,985,163,0,0,0,0,4223,1 -1279,TRI_JOINT,Tri Joint,Tri Joint,32,2300,0,386,220,1,178,206,20,5,1,48,24,10,67,20,10,12,0,4,22,0x3795,200,860,660,624,0,0,0,0,0,0,0,7053,100,943,380,606,200,993,160,1001,140,0,0,757,106,0,0,0,0,4308,1 -1280,STEAM_GOBLIN,Steam Goblin,Goblin Steamrider,35,2490,0,864,495,1,234,269,20,5,58,59,32,15,75,25,10,12,1,7,44,0x91,200,1008,1008,528,0,0,0,0,0,0,0,911,2500,7053,3880,998,300,999,55,1003,320,13104,5,757,124,0,0,0,0,4156,1 -1281,SAGEWORM,Sage Worm,Sage Worm,43,3850,0,1155,1320,1,120,280,0,50,1,52,24,88,79,55,10,12,0,2,60,0x91,200,936,936,288,0,0,0,0,0,0,0,2716,5,1097,1000,1055,3000,691,100,505,40,689,100,5012,1,0,0,0,0,4219,1 -1282,KOBOLD_ARCHER,Kobold Archer,Kobold Archer,33,2560,0,739,455,9,155,185,10,5,10,20,15,30,100,25,10,12,0,7,23,0x2085,200,1008,1008,384,0,0,0,0,0,0,0,912,250,999,60,1034,4850,5118,50,1763,2000,1711,5,756,79,0,0,0,0,4292,1 -1283,CHIMERA,Chimera,Chimera,70,32600,0,4950,3000,1,1200,1320,30,10,1,72,110,88,75,85,10,12,2,2,63,0x37B5,200,772,672,360,0,0,0,0,0,0,0,7054,5335,1048,2500,568,1000,1306,1,7295,1500,1364,1,984,160,0,0,0,0,4300,1 -//1284,HUGELING,Hugeling,Hugeling,1,5000,0,2,1,4,7,10,0,0,1,1,1,1,6,1,10,12,2,3,21,0x91,200,1872,672,480,0,0,0,0,0,0,0,512,100,512,100,512,100,512,100,512,100,512,100,512,100,512,100,0,0,0,0 -1285,ARCHER_GUARDIAN,Archer Guardian,Archer Guardian,74,28634,0,1,1,12,1120,1600,35,60,95,80,80,90,165,55,14,16,2,7,80,0x1FA5,265,1200,1200,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1286,KNIGHT_GUARDIAN,Knight Guardian,Knight Guardian,86,30214,0,1,1,2,1280,1560,55,30,110,40,140,65,125,65,14,16,2,7,80,0x1FA5,275,1200,1200,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1287,SOLDIER_GUARDIAN,Soldier Guardian,Soldier Guardian,56,15670,0,1,1,1,873,1036,35,0,85,56,100,45,103,43,10,12,0,4,22,0x21A5,265,1288,288,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1288,EMPELIUM,Emperium,Emperium,90,68430,0,0,0,1,60,71,40,50,1,17,80,50,26,20,10,12,0,8,26,0x120,300,1288,288,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1289,MAYA_PUPLE,Maya Purple,Maya Purple,81,55479,0,10496,3893,2,1447,2000,68,48,95,90,80,95,90,119,10,12,2,4,82,0x37B5,100,1024,1000,480,0,0,0,0,0,0,0,7053,4413,757,250,756,300,969,100,984,150,10006,1,7481,2,0,0,0,0,4198,1 -1290,SKELETON_GENERAL,Skeleton General,Skeleton General,73,17402,0,8170,3370,1,910,1089,25,25,90,25,40,20,77,25,10,12,1,1,29,0x3695,150,2276,576,432,0,0,0,0,0,0,0,7068,2550,756,160,508,800,1220,35,1219,80,13035,15,2274,1,0,0,0,0,4221,1 -1291,WRAITH_DEAD,Wraith Dead,Wraith Dead,74,43021,0,10341,3618,2,1366,1626,25,30,5,99,55,75,115,45,10,12,2,1,89,0x3695,175,1816,576,240,0,0,0,0,0,0,0,1059,4413,2206,10,2506,8,716,700,732,5,603,100,568,300,0,0,0,0,4189,1 -1292,MINI_DEMON,Mini Demon,Mini Demon,68,32538,0,8396,3722,1,1073,1414,30,25,5,75,40,55,89,42,10,12,0,6,27,0x3795,150,1000,600,384,0,0,0,0,0,0,0,1038,4413,1039,450,2255,3,757,160,912,2500,1009,10,1478,5,0,0,0,0,4204,1 -1293,CREMY_FEAR,Creamy Fear,Creamy Fear,62,13387,0,7365,2691,2,666,829,45,30,5,40,16,15,68,55,10,12,0,4,24,0x3795,155,1136,720,840,0,0,0,0,0,0,0,924,4550,2333,10,518,550,602,200,1550,8,2726,5,522,50,0,0,0,0,4298,1 -1294,KILLER_MANTIS,Killer Mantis,Killer Mantis,56,13183,0,6509,2366,1,764,927,35,20,5,26,24,5,75,40,10,12,1,4,22,0x3795,175,1528,660,432,0,0,0,0,0,0,0,1031,4550,943,2500,721,10,509,15,514,25,1262,1,2108,1,0,0,0,0,4301,1 -1295,OWL_BARON,Owl Baron,Owl Baron,75,60746,0,10967,4811,2,1252,1610,65,25,25,25,80,95,95,55,10,12,2,6,60,0x37B5,175,1345,824,440,0,0,0,0,0,0,0,7071,3500,7063,2500,1716,2,1472,1,1629,2,693,100,5045,5,0,0,0,0,4238,1 -1296,KOBOLD_LEADER,Kobold Leader,Kobold Leader,65,18313,0,7432,2713,1,649,958,37,37,5,90,36,30,77,59,10,12,1,7,44,0x3695,150,1028,528,360,0,0,0,0,0,0,0,999,450,1034,6305,912,1200,1511,6,1613,2,525,150,526,100,0,0,0,0,4291,1 -1297,ANCIENT_MUMMY,Ancient Mummy,Ancient Mummy,64,40599,0,8040,3499,1,836,1129,27,27,28,19,32,5,83,35,10,12,1,1,49,0x3695,175,1772,120,384,0,0,0,0,0,0,0,930,4413,934,1800,2624,1,2611,150,508,650,756,150,757,100,0,0,0,0,4248,1 -1298,ZOMBIE_MASTER,Zombie Master,Zombie Master,62,14211,0,7610,2826,1,824,1084,37,26,25,20,30,5,77,35,10,12,1,1,29,0x3695,175,2612,912,288,0,0,0,0,0,0,0,7071,4413,938,1500,958,1500,723,200,727,100,1260,1,2324,2,0,0,0,0,4274,1 -1299,GOBLIN_LEADER,Goblin Leader,Goblin Leader,64,20152,0,6036,2184,1,663,752,48,16,5,55,37,30,69,58,10,12,1,7,24,0x3695,120,1120,620,240,0,0,0,0,0,0,0,7054,1500,999,800,756,120,5090,50,2106,2,508,650,5113,10,0,0,0,0,4155,1 -1300,CATERPILLAR,Caterpillar,Caterpillar,64,14439,0,6272,3107,1,894,1447,47,29,35,25,85,15,69,45,10,12,0,4,22,0x3795,300,1672,672,480,0,0,0,0,0,0,0,949,3000,7054,5335,13034,20,1000,100,997,50,505,12,508,500,0,0,0,0,4289,1 -1301,AM_MUT,Am Mut,Am Mut,61,12099,0,7709,2690,1,1040,1121,50,10,50,65,40,35,83,45,10,12,0,6,27,0x3795,200,1156,456,384,0,0,0,0,0,0,0,1021,4550,757,250,1517,3,969,5,2282,1,616,1,746,250,0,0,0,0,4245,1 -1302,DARK_ILLUSION,Dark Illusion,Dark Illusion,77,103631,0,11163,4181,2,1300,1983,64,70,5,100,40,100,97,40,10,12,2,6,89,0x37B5,145,1024,768,480,0,0,0,0,0,0,0,1615,3,5017,2,2508,3,7054,5335,522,120,509,1550,1162,2,0,0,0,0,4169,1 -1303,GIANT_HONET,Giant Hornet,Giant Hornet,56,13105,0,5785,2006,1,650,852,38,43,35,38,32,10,71,64,10,12,0,4,24,0x3795,155,1292,792,340,0,0,0,0,0,0,0,526,550,518,1200,522,12,610,15,1608,3,722,20,1736,15,0,0,0,0,4271,1 -1304,GIANT_SPIDER,Giant Spider,Giant Spider,55,11874,0,6211,2146,1,624,801,41,28,5,36,43,5,73,69,10,12,2,4,25,0x3795,165,1468,468,768,0,0,0,0,0,0,0,1025,4550,1042,1200,757,140,525,450,943,1200,1096,680,7053,800,0,0,0,0,4270,1 -1305,ANCIENT_WORM,Ancient Worm,Ancient Worm,67,22598,0,8174,3782,1,948,1115,35,30,5,35,56,55,81,72,10,12,2,4,25,0x3795,165,1792,792,336,0,0,0,0,0,0,0,1042,4413,912,2500,2406,9,2727,5,1096,680,938,3500,7054,2500,0,0,0,0,4249,1 -1306,LEIB_OLMAI,Leib Olmai,Leib Olmai,58,24233,0,6011,2171,1,740,1390,27,31,5,35,95,5,64,85,10,12,2,2,22,0x3695,175,1260,230,192,0,0,0,0,0,0,0,948,4550,2289,8,740,120,518,500,2717,5,969,5,7053,800,0,0,0,0,4188,1 -1307,CAT_O_NINE_TAIL,Cat o' Nine Tails,Cat o' Nine Tails,76,64512,0,10869,4283,1,1112,1275,61,55,55,75,55,82,86,120,10,12,1,6,63,0x37B5,155,1276,576,288,0,0,0,0,0,0,0,5008,1,638,150,10008,5,985,600,984,800,969,6,617,1,0,0,0,0,4290,1 -1308,PANZER_GOBLIN,Panzer Goblin,Panzer Goblin,59,14130,0,7212,2697,1,683,878,41,28,60,60,40,20,81,160,10,12,1,7,44,0x3695,200,960,1008,840,0,0,0,0,0,0,0,7053,4413,7054,3500,999,180,998,360,1003,580,13158,5,994,160,0,0,0,0,4310,1 -1309,GAJOMART,Gajomart,Gajomart,63,13669,0,6625,2900,1,917,950,85,50,5,34,10,5,75,140,10,12,0,0,83,0x3695,300,1000,1152,828,0,0,0,0,0,0,0,953,6500,912,2300,508,870,2279,8,1752,10000,2131,20,994,180,0,0,0,0,4151,1 -1310,MAJORUROS,Majoruros,Majoruros,66,57991,0,8525,3799,1,780,1300,10,25,65,50,75,50,85,48,10,12,2,2,43,0x3695,250,1100,960,780,0,0,0,0,0,0,0,941,4413,1361,4,568,300,984,16,509,1850,2611,160,1000,250,0,0,0,0,4201,1 -1311,GULLINBURSTI,Gullinbursti,Gullinbursti,62,21331,0,5814,2376,1,699,1431,10,15,55,25,60,5,70,45,10,12,2,2,42,0x3695,150,1960,960,384,0,0,0,0,0,0,0,1028,3500,514,290,702,6,2276,1,605,15,2627,1,912,160,0,0,0,0,4164,1 -1312,TURTLE_GENERAL,Turtle General,Turtle General,97,320700,0,18202,9800,2,2438,3478,50,54,100,45,55,65,105,164,10,12,2,2,42,0x37B5,200,900,1000,500,9101,967,5500,607,1500,617,2000,1529,8,1306,5,7480,200,1417,9,7070,5335,1141,80,658,1,0,0,0,0,4305,1 -1313,MOBSTER,Mobster,Mobster,61,7991,0,4424,1688,1,910,1128,41,37,76,46,20,35,76,55,10,12,1,7,20,0x3695,250,1100,560,580,0,0,0,0,0,0,0,1239,3,726,4559,2621,1,716,600,912,2500,525,450,505,60,0,0,0,0,4317,1 -1314,PERMETER,Permeter,Permeter,63,8228,0,3756,1955,2,943,1211,46,45,69,59,60,5,69,100,10,12,1,2,40,0x91,250,1100,483,528,0,0,0,0,0,0,0,967,4413,7070,45,1019,1240,507,2450,912,1240,522,25,605,1,0,0,0,0,4311,1 -1315,ASSULTER,Assaulter,Assaulter,71,11170,0,4854,2654,2,764,1499,35,28,85,74,10,35,100,100,10,12,1,7,44,0x3695,155,1000,900,432,0,0,0,0,0,0,0,967,4413,7069,1200,7072,840,508,1280,912,1240,13300,5,603,1,0,0,0,0,4246,1 -1316,SOLIDER,Solider,Solider,70,12099,0,4458,1951,2,797,979,57,43,69,35,85,5,74,100,10,12,1,2,42,0x91,250,1452,483,528,0,0,0,0,0,0,0,967,4413,7070,64,7067,850,508,2100,912,1240,518,850,1519,1,0,0,0,0,4220,1 -1317,FUR_SEAL,Fur Seal,Seal,63,9114,0,3765,1824,1,845,1203,25,33,5,28,22,15,69,84,10,12,1,2,21,0x3885,200,1612,622,583,0,0,0,0,0,0,0,912,4365,510,250,2310,5,7053,1200,1452,1,525,200,746,120,0,0,0,0,4312,1 -1318,HEATER,Heater,Heater,68,11020,0,3766,2359,2,683,1008,40,42,69,47,25,5,71,100,10,12,1,2,43,0x3695,250,1452,483,528,0,0,0,0,0,0,0,967,4413,7070,750,697,100,912,1640,526,140,7054,600,7068,1250,0,0,0,0,4331,1 -1319,FREEZER,Freezer,Freezer,72,8636,0,3665,2197,2,671,983,55,43,69,41,59,5,67,100,10,12,1,2,41,0x3695,250,1452,483,528,0,0,0,0,0,0,0,967,4413,7070,850,7066,1250,912,1800,526,160,7053,600,689,100,0,0,0,0,4319,1 -1320,OWL_DUKE,Owl Duke,Owl Duke,75,26623,0,7217,3474,1,715,910,27,49,15,45,40,75,79,88,10,12,2,6,60,0x37B5,195,1345,824,440,0,0,0,0,0,0,0,7071,4413,7063,1500,693,100,747,1,1451,3,1513,2,5045,1,0,0,0,0,4237,1 -1321,DRAGON_TAIL,Dragon Tail,Dragon Tail,61,8368,0,3587,1453,1,520,715,25,19,10,68,15,5,67,67,10,12,1,4,44,0x3795,175,862,534,312,0,0,0,0,0,0,0,7064,4413,1096,400,943,800,2207,8,2226,2,601,300,602,150,0,0,0,0,4178,1 -1322,SPRING_RABBIT,Spring Rabbit,Spring Rabbit,58,9045,0,3982,1766,1,585,813,29,21,45,61,5,15,77,90,10,12,1,2,42,0x83,160,1120,552,511,0,0,0,0,0,0,0,7054,3500,7053,2500,949,2500,511,4500,508,800,510,200,509,800,0,0,0,0,4227,1 -1323,SEE_OTTER,Sea Otter,Sea Otter,59,9999,0,3048,1642,1,650,813,33,35,5,36,40,25,82,65,10,12,1,2,61,0x3885,190,1132,583,532,0,0,0,0,0,0,0,722,150,965,5500,7065,4365,725,50,726,50,746,650,7053,1200,0,0,0,0,4326,1 -1324,TREASURE_BOX1,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 -1325,TREASURE_BOX2,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7073,80,658,500,604,10000,984,4850,985,7275,1239,1500,5027,75,1165,8,0,0,0,0 -1326,TREASURE_BOX3,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 -1327,TREASURE_BOX4,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7074,80,658,500,604,10000,984,4850,985,7275,2108,1000,1306,75,5022,2,0,0,0,0 -1328,TREASURE_BOX5,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 -1329,TREASURE_BOX6,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7075,80,658,500,604,10000,984,4850,985,7275,2102,834,5019,100,5002,9,0,0,0,0 -1330,TREASURE_BOX7,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 -1331,TREASURE_BOX8,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7076,80,658,500,604,10000,984,4850,985,7275,2616,500,2334,125,2622,9,0,0,0,0 -1332,TREASURE_BOX9,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 -1333,TREASURE_BOX10,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7077,80,658,500,604,10000,984,4850,985,7275,2104,500,2331,150,2623,10,0,0,0,0 -1334,TREASURE_BOX11,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 -1335,TREASURE_BOX12,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7078,80,658,500,604,10000,984,4850,985,7275,2270,500,1716,150,2256,10,0,0,0,0 -1336,TREASURE_BOX13,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 -1337,TREASURE_BOX14,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7079,80,658,500,604,10000,984,4850,985,7275,1238,375,1531,150,2318,10,0,0,0,0 -1338,TREASURE_BOX15,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 -1339,TREASURE_BOX16,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7080,80,658,500,604,10000,984,4850,985,7275,2626,300,1472,167,2327,10,0,0,0,0 -1340,TREASURE_BOX17,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 -1341,TREASURE_BOX18,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7081,80,658,500,604,10000,984,4850,985,7275,1143,250,1237,188,2235,12,0,0,0,0 -1342,TREASURE_BOX19,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 -1343,TREASURE_BOX20,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7082,80,658,500,604,10000,984,4850,985,7275,617,250,1144,188,5007,19,0,0,0,0 -1344,TREASURE_BOX21,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 -1345,TREASURE_BOX22,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7083,80,658,500,604,10000,984,4850,985,7275,2508,1000,2336,69,2621,20,0,0,0,0 -1346,TREASURE_BOX23,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 -1347,TREASURE_BOX24,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7084,80,658,500,604,10000,984,4850,985,7275,2106,1000,1164,50,5025,24,0,0,0,0 -1348,TREASURE_BOX25,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 -1349,TREASURE_BOX26,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7085,80,658,500,604,10000,984,4850,985,7275,2231,750,2624,46,2286,25,0,0,0,0 -1350,TREASURE_BOX27,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 -1351,TREASURE_BOX28,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7086,80,658,500,604,10000,984,4850,985,7275,2283,500,2615,41,2234,32,0,0,0,0 -1352,TREASURE_BOX29,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 -1353,TREASURE_BOX30,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7087,80,658,500,604,10000,984,4850,985,7275,2507,500,2625,38,5045,34,0,0,0,0 -1354,TREASURE_BOX31,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 -1355,TREASURE_BOX32,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7088,80,658,500,604,10000,984,4850,985,7275,2407,429,2269,250,2317,35,0,0,0,0 -1356,TREASURE_BOX33,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 -1357,TREASURE_BOX34,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7089,80,658,500,604,10000,984,4850,985,7275,2109,300,2406,273,2258,38,0,0,0,0 -1358,TREASURE_BOX35,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 -1359,TREASURE_BOX36,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7090,80,658,500,604,10000,984,4850,985,7275,1142,215,2255,60,5017,38,0,0,0,0 -1360,TREASURE_BOX37,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 -1361,TREASURE_BOX38,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7091,80,658,500,604,10000,984,4850,985,7275,1417,50,5053,50,2229,50,0,0,0,0 -1362,TREASURE_BOX39,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,732,7760,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0 -1363,TREASURE_BOX40,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7092,80,658,500,604,10000,984,4850,985,7275,2506,43,2254,43,1529,38,0,0,0,0 -1364,G_ASSULTER,Assaulter,Assaulter,59,12853,0,0,0,2,152,177,35,36,85,55,10,35,145,100,10,12,1,6,44,0x3795,155,1000,900,432,0,0,0,0,0,0,0,1019,9000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1365,APOCALIPS,Apocalypse,Apocalypse,66,22880,0,6540,4935,2,1030,1370,62,49,1,48,120,48,66,85,10,12,2,0,60,0x91,400,1840,1440,384,0,0,0,0,0,0,0,7095,5335,7094,2400,7093,2200,985,5,13161,1,2506,20,999,2500,0,0,0,0,4242,1 -1366,LAVA_GOLEM,Lava Golem,Lava Golem,77,24324,0,6470,3879,1,1541,2049,65,50,1,57,115,70,76,68,10,12,2,0,83,0x3095,400,2190,2040,336,0,0,0,0,0,0,0,7096,4559,7097,3686,2317,1,2316,2,509,2500,1818,20,0,0,0,0,0,0,4184,1 -1367,BLAZZER,Blazer,Blazer,43,8252,0,3173,1871,2,533,709,50,40,1,52,50,39,69,40,10,12,1,6,43,0x3395,180,1732,1332,540,0,0,0,0,0,0,0,7097,4850,7098,3400,509,3000,0,0,0,0,0,0,0,0,0,0,0,0,4215,1 -1368,GEOGRAPHER,Geographer,Geographer,56,8071,0,2715,2000,3,467,621,28,26,1,66,47,60,68,44,10,12,1,3,62,0x84,2000,1308,1008,480,0,0,0,0,0,0,0,1032,6200,1033,5500,2253,30,2207,50,12002,100,0,0,0,0,0,0,0,0,4280,1 -1369,GRAND_PECO,Grand Peco,Grand Peco,58,8054,0,2387,1361,2,444,565,37,30,1,66,66,50,71,51,10,12,2,2,43,0x1089,165,1460,960,432,0,0,0,0,0,0,0,7101,4850,522,300,992,1000,969,1,0,0,0,0,582,500,0,0,0,0,4161,1 -1370,SUCCUBUS,Succubus,Succubus,85,16955,0,5357,4322,2,1268,1686,54,48,1,97,95,103,89,87,10,12,1,6,67,0x3795,155,1306,1056,288,0,0,0,0,0,0,0,522,1500,2407,3,12373,1,2613,250,5066,1,1472,1,505,1000,0,0,0,0,4218,1 -1371,FAKE_ANGEL,Fake Angel,False Angel,65,16845,0,3371,1949,2,513,682,50,35,1,64,57,70,61,88,10,12,0,8,66,0x3885,160,920,720,336,0,0,0,0,0,0,0,0,0,0,0,717,1000,715,1000,716,1000,12020,1000,1974,20,0,0,0,0,4316,1 -1372,GOAT,Goat,Goat,69,11077,0,3357,2015,1,457,608,44,25,1,58,66,62,67,43,10,12,1,2,63,0x1089,165,1380,1080,336,0,0,0,0,0,0,0,7106,4559,7107,2500,713,5000,507,500,510,1000,508,2500,511,5500,0,0,0,0,4150,1 -1373,LORD_OF_DEATH,Lord of Death,Lord of the Dead,94,603383,0,131343,43345,3,3430,4232,77,73,1,99,30,109,100,106,10,12,2,6,67,0x37B5,180,1446,1296,360,65671,607,5500,732,5000,617,5000,7108,5335,1417,5,1230,10,2621,2,7109,10,1306,1,1529,2,0,0,0,0,4276,1 -1374,INCUBUS,Incubus,Incubus,75,17281,0,5254,4212,2,1408,1873,58,46,1,97,95,103,89,87,10,12,1,6,67,0x3795,165,850,600,336,0,0,0,0,0,0,0,522,1500,509,5500,5072,1,2621,1,2610,500,2613,150,509,2200,0,0,0,0,4269,1 -1375,THE_PAPER,The Paper,The Paper,56,18557,0,2849,1998,1,845,1124,25,24,1,66,52,76,71,79,10,12,1,0,60,0x3885,170,1160,960,336,0,0,0,0,0,0,0,7111,4947,7112,3200,508,1800,511,2000,13009,5,0,0,0,0,0,0,0,0,4172,1 -1376,HARPY,Harpy,Harpy,70,16599,0,3562,2133,1,926,1231,42,44,1,112,72,67,74,76,10,12,1,6,64,0x3985,155,972,672,470,0,0,0,0,0,0,0,7115,4850,7116,2500,508,1500,508,800,709,20,1820,20,0,0,0,0,0,0,4325,1 -1377,ELDER,Elder,Elder,64,21592,0,5650,3408,3,421,560,45,68,1,76,68,108,72,86,10,12,2,7,80,0x3885,165,1552,1152,336,0,0,0,0,0,0,0,7099,4000,7117,1500,7118,1500,1564,10,1473,1,616,1,7027,3000,0,0,0,0,4251,1 -1378,DEMON_PUNGUS,Demon Pungus,Demon Pungus,56,7259,0,3148,1817,1,360,479,48,31,1,83,55,59,63,34,10,12,0,6,65,0x3985,170,1260,960,672,0,0,0,0,0,0,0,7119,4074,7001,4559,715,3880,1061,5000,0,0,0,0,0,0,0,0,0,0,4173,1 -1379,NIGHTMARE_TERROR,Nightmare Terror,Nightmare Terror,78,22605,0,6683,4359,1,757,1007,37,37,1,76,55,60,76,54,10,12,2,6,67,0x3985,165,1216,816,432,0,0,0,0,0,0,0,7120,4947,2626,1,2608,30,505,50,510,150,695,100,1261,1,0,0,0,0,4166,1 -1380,DRILLER,Driller,Driller,52,7452,0,3215,1860,1,666,886,48,31,1,66,58,50,60,47,10,12,1,2,22,0x3885,165,1300,900,336,0,0,0,0,0,0,0,1012,7500,715,3880,716,3500,0,0,0,0,0,0,0,0,0,0,0,0,4180,1 -1381,GRIZZLY,Grizzly,Grizzly,68,11733,0,3341,2012,1,809,1076,44,32,1,55,68,58,70,61,10,12,2,2,63,0x3885,165,1492,1092,192,0,0,0,0,0,0,0,948,5000,919,5000,549,2500,0,0,0,0,0,0,0,0,0,0,0,0,4162,1 -1382,DIABOLIC,Diabolic,Diabolic,67,9642,0,3662,2223,1,796,1059,64,36,1,84,53,67,71,69,10,12,0,6,47,0x3985,150,1080,780,180,0,0,0,0,0,0,0,1038,5820,1039,4850,2605,3,984,20,1263,10,0,0,0,0,0,0,0,0,4182,1 -1383,EXPLOSION,Explosion,Explosion,46,8054,0,2404,1642,1,336,447,35,27,1,61,56,50,66,38,10,12,0,2,63,0x3885,165,1260,960,336,0,0,0,0,0,0,0,7006,5500,7097,2200,7122,3200,756,800,522,400,0,0,0,0,0,0,0,0,4267,1 -1384,DELETER,Deleter,Deleter,66,17292,0,3403,2066,1,446,593,45,53,1,104,40,65,72,54,10,12,1,9,43,0x308D,175,1020,720,384,0,0,0,0,0,0,0,7123,4074,1035,5335,1037,3880,1036,3589,0,0,0,0,0,0,0,0,0,0,4158,1 -1385,DELETER_,Deleter,Deleter,65,15168,0,3403,2066,1,446,593,52,53,1,66,40,65,72,68,10,12,1,9,43,0x308D,175,1024,624,336,0,0,0,0,0,0,0,7123,4074,1035,5335,1037,3880,1036,3589,0,0,0,0,0,0,0,0,0,0,4279,1 -1386,SLEEPER,Sleeper,Sleeper,67,8237,0,3603,2144,1,593,789,49,35,1,48,100,57,75,28,10,12,1,0,42,0x3885,195,1350,1200,432,0,0,0,0,0,0,0,7124,4947,1056,5335,997,2500,756,300,1226,5,1622,5,7043,1200,0,0,0,0,4228,1 -1387,GIG,Gig,Gig,60,8409,0,3934,2039,1,360,479,60,28,1,61,80,53,59,46,10,12,0,2,43,0x3885,170,1264,864,576,0,0,0,0,0,0,0,7125,4365,904,5500,716,150,525,2500,994,850,0,0,0,0,0,0,0,0,4165,1 -1388,ARCHANGELING,Archangeling,Arc Angeling,60,79523,0,4152,2173,1,669,890,54,58,1,65,80,74,65,105,10,12,1,8,66,0x37B5,180,1072,672,480,0,0,0,0,0,0,0,2255,5,610,1800,608,150,7291,1500,2254,5,2317,3,7294,1500,0,0,0,0,4241,1 -1389,DRACULA,Dracula,Dracula,85,320096,0,120157,38870,3,1625,1890,45,76,1,95,90,87,85,100,10,12,2,6,87,0x37B5,145,1290,1140,576,60078,607,5500,732,5000,522,5000,607,4700,1473,5,1722,5,2507,15,2621,4,1557,4,0,0,0,0,0,0,4134,1 -1390,VIOLY,Violy,Violy,75,18257,0,6353,3529,10,738,982,37,36,1,93,54,58,101,83,10,12,1,7,40,0x2085,170,1356,1056,540,0,0,0,0,0,0,0,1060,6305,12127,50,740,1200,1919,50,526,1400,12020,1000,1902,500,0,0,0,0,4209,1 -1391,GALAPAGO,Galapago,Galapago,61,9145,0,3204,1966,1,457,608,33,33,1,56,56,45,66,57,10,12,0,2,22,0x108B,165,1430,1080,1080,0,0,0,0,0,0,0,7053,5335,610,100,508,3500,606,100,605,100,5111,1,582,1000,0,0,0,0,4152,1 -1392,ROTAR_ZAIRO,Rotar Zairo,Rotar Zairo,25,1209,0,351,215,10,109,137,4,34,1,62,45,26,55,5,10,12,2,0,44,0x2085,155,2416,2016,432,0,0,0,0,0,0,0,7126,500,2312,1,7053,1000,999,450,984,1,912,2500,910,5500,0,0,0,0,4192,1 -1393,G_MUMMY,Mummy,Mummy,37,5176,0,0,0,1,305,360,0,10,28,19,32,0,63,20,10,12,1,1,49,0x3885,300,1772,72,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1394,G_ZOMBIE,Zombie,Zombie,15,534,0,0,0,1,67,79,0,10,1,8,7,0,15,0,10,12,1,1,29,0x3885,400,2612,912,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1395,CRYSTAL_1,Wind Crystal,Wind Crystal,1,15,0,0,0,0,0,0,100,99,1,1,1,1,999,1,0,0,0,0,20,0x161,190,0,0,0,0,0,0,0,0,0,0,539,3800,530,4500,561,5000,665,4900,5097,7000,532,6500,558,5000,607,200,0,0,0,0 -1396,CRYSTAL_2,Earth Crystal,Earth Crystal,1,15,0,0,0,0,0,0,100,99,1,1,1,1,999,1,0,0,0,0,20,0x161,190,0,0,0,0,0,0,0,0,0,0,539,3800,530,4500,561,5000,667,4900,5097,7000,531,6500,558,5000,608,250,0,0,0,0 -1397,CRYSTAL_3,Fire Crystal,Fire Crystal,1,15,0,0,0,0,0,0,100,99,1,1,1,1,999,1,0,0,0,0,20,0x161,190,0,0,0,0,0,0,0,0,0,0,539,3800,530,4500,561,5000,664,4900,5097,7000,534,6500,558,5000,604,300,0,0,0,0 -1398,CRYSTAL_4,Water Crystal,Water Crystal,1,15,0,0,0,0,0,0,100,99,1,1,1,1,999,1,0,0,0,0,20,0x161,190,0,0,0,0,0,0,0,0,0,0,539,3800,530,4500,561,5000,666,4900,5097,7000,533,6500,558,5000,603,100,0,0,0,0 -1399,EVENT_BAPHO,Baphomet,Baphomet,68,1264000,0,261750,83685,3,1847,2267,35,45,1,152,96,85,120,95,10,12,2,6,67,0x37B5,130,768,768,576,130875,607,5500,526,5000,732,5000,1417,550,1306,680,1145,480,2110,640,2327,1500,2111,500,2621,1720,2256,1550,0,0,0,0 -1400,KARAKASA,Karakasa,Karakasa,30,3092,0,489,322,1,141,183,1,5,1,45,12,20,49,60,10,12,1,0,60,0x81,155,1638,2016,576,0,0,0,0,0,0,0,7151,5000,7150,4268,1019,3200,7111,2200,912,4074,746,30,13012,5,0,0,0,0,4286,1 -1401,SHINOBI,Shinobi,Shinobi,69,12700,0,4970,3010,2,460,1410,34,21,85,85,25,25,100,100,10,12,1,7,67,0x3695,150,1003,1152,336,0,0,0,0,0,0,0,7156,5335,2337,2,7053,2200,2654,100,2336,1,7157,2000,13013,5,0,0,0,0,4230,1 -1402,POISON_TOAD,Poison Toad,Poison Toad,46,6629,0,1929,1457,3,288,408,5,10,20,34,19,14,66,55,10,12,1,2,45,0x81,160,1148,1728,864,0,0,0,0,0,0,0,7155,5500,7154,2400,2610,4,511,540,724,2,526,2,1246,10,0,0,0,0,4175,1 -1403,ANTIQUE_FIRELOCK,Antique Firelock,Firelock Soldier,47,3852,0,1293,1003,10,289,336,10,10,15,35,29,15,120,42,10,12,1,1,49,0x2085,170,1084,2304,576,0,0,0,0,0,0,0,998,5500,2285,1,7126,1400,508,40,549,350,525,250,13152,5,0,0,0,0,4160,1 -1404,MIYABI_NINGYO,Miyabi Ningyo,Miyabi Doll,33,6300,0,795,453,1,250,305,1,20,1,52,15,10,62,15,10,12,1,6,27,0x191,250,1938,2112,768,0,0,0,0,0,0,0,7152,5335,7153,2500,509,1550,1000,1250,12127,10,13014,5,1904,2,0,0,0,0,4208,1 -1405,TENGU,Tengu,Tengu,65,16940,0,4207,2843,2,660,980,12,82,90,42,69,45,78,80,10,12,2,6,42,0x3985,200,1439,1920,672,0,0,0,0,0,0,0,7159,3500,7158,5500,13301,5,522,150,13302,5,12128,20,687,100,0,0,0,0,4282,1 -1406,KAPHA,Kapha,Kapha,41,7892,0,2278,1552,3,399,719,20,38,1,51,49,22,73,45,10,12,1,5,21,0x3885,165,2012,1728,672,0,0,0,0,0,0,0,7149,6500,7053,3500,13304,20,521,2300,708,2,1915,10,13008,5,0,0,0,0,4287,1 -//1407,DOKEBI_,Dokebi,Dokebi,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,1,0x0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1408,BLOOD_BUTTERFLY,Bloody Butterfly,Bloody Butterfly,55,8082,0,2119,1562,3,121,342,5,23,1,59,14,55,68,15,10,12,1,4,44,0x318D,145,472,576,288,0,0,0,0,0,0,0,7163,4608,7168,2500,602,1200,924,5500,1802,3,1962,1,0,0,0,0,0,0,4327,1 -1409,RICE_CAKE_BOY,Rice Cake Boy,Dumpling Child,27,2098,0,231,149,1,112,134,5,12,1,22,29,5,41,10,10,12,0,7,20,0x91,160,647,768,420,0,0,0,0,0,0,0,7150,3200,7151,2500,2262,1,7192,5000,553,1000,7187,3000,0,0,0,0,0,0,4154,1 -1410,LIVE_PEACH_TREE,Live Peach Tree,Enchanted Peach Tree,53,8905,0,2591,1799,7,301,351,10,38,72,45,35,39,80,5,10,12,1,3,42,0x2085,410,400,672,480,0,0,0,0,0,0,0,7164,4365,0,0,526,1000,604,400,532,100,603,5,0,0,0,0,0,0,4217,1 -//1411,PEACH_TREE_BULLET,Peach Tree Bullet,Peach Tree Bullet... (mode 129),0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0x0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1412,EVIL_CLOUD_HERMIT,Evil Cloud Hermit,Taoist Hermit,56,10392,0,3304,2198,10,311,333,25,59,1,20,18,50,136,11,10,12,2,0,40,0x2085,190,480,840,432,0,0,0,0,0,0,0,7162,4656,548,5600,550,4500,553,6800,1908,2,757,150,693,100,0,0,0,0,4262,1 -1413,WILD_GINSENG,Wild Ginseng,Hermit Plant,46,6900,0,1038,692,1,220,280,10,20,13,42,36,55,66,30,10,12,0,3,43,0x91,140,512,756,360,0,0,0,0,0,0,0,520,3500,521,3500,1033,3800,1032,4800,516,4800,1951,1,578,1000,0,0,0,0,4232,1 -//1414,GINSENG_BULLET,Ginseng Bullet,Ginseng Bullet... (mode 129),0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0x0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1415,BABY_LEOPARD,Baby Leopard,Baby Leopard,32,2590,0,352,201,2,155,207,0,5,20,44,20,4,49,10,10,12,0,2,28,0x3885,150,318,528,420,0,0,0,0,0,0,0,7171,5200,7172,3200,756,150,517,2000,1214,100,537,500,0,0,0,0,0,0,4233,1 -1416,WICKED_NYMPH,Wicked Nymph,Evil Nymph,63,16029,0,3945,2599,2,399,1090,12,75,1,64,12,69,100,80,10,12,1,6,67,0x3795,200,637,1008,360,0,0,0,0,0,0,0,7165,3977,7166,1380,984,10,1904,4,1906,1,12002,100,1918,10,0,0,0,0,4258,1 -1417,ZIPPER_BEAR,Zipper Bear,Zipper Bear,35,2901,0,370,225,1,248,289,10,5,30,25,55,15,28,25,10,12,1,2,27,0x91,155,780,1008,420,0,0,0,0,0,0,0,7161,4462,7167,3500,526,400,518,900,512,90,0,0,0,0,0,0,0,0,4281,1 -1418,DARK_SNAKE_LORD,Evil Snake Lord,Evil Snake Lord,73,254993,0,34288,17950,3,2433,4210,25,55,70,83,30,80,164,88,10,12,2,2,68,0x37B5,200,588,816,420,17144,607,5500,608,3500,985,5500,7169,5820,10020,5100,1471,80,5012,80,1474,500,7226,900,661,2000,0,0,0,0,4330,1 -1419,G_FARMILIAR,Familiar,Familiar,8,155,0,0,0,1,20,28,0,0,1,12,8,5,28,0,10,12,0,2,27,0x3885,150,1276,576,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1420,G_ARCHER_SKELETON,Archer Skeleton,Archer Skeleton,31,3040,0,0,0,9,128,153,0,0,1,8,14,5,90,5,10,12,1,1,29,0x3885,300,2864,864,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1421,G_ISIS,Isis,Isis,43,4828,0,0,0,1,423,507,10,35,38,65,43,30,72,15,10,12,2,6,27,0x3985,200,1384,768,336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1422,G_HUNTER_FLY,Hunter Fly,Hunter Fly,42,5242,0,0,0,1,246,333,25,15,33,105,32,15,72,30,10,12,0,4,44,0x3985,150,676,576,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 -1423,G_GHOUL,Ghoul,Ghoul,39,5118,0,0,0,1,420,500,5,20,1,20,29,0,33,20,10,12,1,1,49,0x3885,250,2456,912,504,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1424,G_SIDE_WINDER,Side Winder,Side Winder,43,4929,0,0,0,1,240,320,5,10,38,43,40,15,115,20,10,12,1,2,25,0x3885,200,1576,576,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1425,G_OBEAUNE,Obeaune,Obeaune,31,3952,0,0,0,1,141,165,0,40,1,31,31,55,74,85,10,12,1,5,41,0x3885,200,1872,672,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1426,G_MARC,Marc,Marc,36,6900,0,0,0,1,220,280,5,10,1,36,36,20,56,30,10,12,1,5,41,0x3885,150,1272,72,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 -1427,G_NIGHTMARE,Nightmare,Nightmare,49,4437,0,0,0,1,447,529,0,40,1,74,25,15,64,10,10,12,2,6,68,0x3985,150,1816,816,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1428,G_POISON_SPORE,Poison Spore,Poison Spore,19,665,0,0,0,1,89,101,0,0,1,19,25,0,24,0,10,12,1,3,25,0x3885,200,1672,672,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1429,G_ARGIOPE,Argiope,Argiope,41,4382,0,0,0,1,395,480,30,0,1,41,31,10,56,30,10,12,2,4,25,0x3985,300,1792,792,336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1430,G_ARGOS,Argos,Argos,25,1117,0,0,0,1,158,191,15,0,1,25,25,5,32,15,10,12,2,4,25,0x3985,300,1468,468,768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1431,G_BAPHOMET_,Baphomet Jr.,Baphomet Jr.,50,8578,0,0,0,1,487,590,15,25,1,75,55,1,93,45,10,12,0,6,27,0x3985,100,868,480,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1432,G_DESERT_WOLF,Desert Wolf,Desert Wolf,27,1716,0,0,0,1,169,208,0,10,56,27,45,15,56,10,10,12,1,2,23,0x3885,200,1120,420,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1433,G_DEVIRUCHI,Deviruchi,Deviruchi,46,7360,0,0,0,1,475,560,10,25,1,69,40,55,87,30,10,12,0,6,27,0x3985,150,980,600,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1434,G_DRAINLIAR,Drainliar,Drainliar,24,1162,0,0,0,1,74,84,0,0,1,36,24,0,78,0,10,12,0,2,47,0x3885,250,1276,576,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1435,G_EVIL_DRUID,Evil Druid,Evil Druid,58,16506,0,0,0,1,420,670,5,60,1,29,58,80,68,30,10,12,2,1,89,0x3885,300,2276,576,336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1436,G_JAKK,Jakk,Jakk,38,3581,0,0,0,1,315,382,5,30,1,38,38,43,75,45,10,12,1,0,43,0x3885,200,1180,480,648,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1437,G_JOKER,Joker,Joker,57,12450,0,0,0,1,621,738,10,35,1,143,47,75,98,175,10,12,2,7,84,0x3885,100,1364,864,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1438,G_KHALITZBURG,Khalitzburg,Khalitzburg,63,19276,0,0,0,1,875,1025,45,10,58,65,48,5,73,40,10,12,2,1,29,0x3885,350,528,1000,396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1439,G_HIGH_ORC,High Orc,High Orc,52,6890,0,0,0,1,428,533,15,5,55,46,55,35,82,40,10,12,2,7,43,0x3885,150,1500,500,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 -1440,G_STEM_WORM,Stem Worm,Stem Worm,40,6136,0,0,0,2,290,375,5,10,1,30,26,15,79,35,10,12,1,3,24,0x3885,200,1500,500,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 -1441,G_PENOMENA,Penomena,Penomena,57,7256,0,0,0,7,415,565,5,50,1,5,35,15,136,30,10,12,1,5,25,0x3885,400,832,500,600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1442,G_SASQUATCH,Sasquatch,Sasquatch,30,3163,0,0,0,1,250,280,5,0,75,25,60,10,34,20,10,12,2,2,60,0x3885,300,1260,192,192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1443,G_CRUISER,Cruiser,Cruiser,35,2820,0,0,0,7,175,215,5,5,1,40,10,10,90,25,10,12,1,0,60,0x3885,400,1296,1296,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1444,G_CHEPET,Chepet,Chepet,42,4950,0,0,0,1,380,440,0,25,1,72,35,71,65,85,10,12,1,7,23,0x3885,400,672,672,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1445,G_RAGGLER,Raggler,Raggler,21,1020,0,0,0,1,102,113,0,5,18,10,32,20,39,35,10,12,0,2,24,0x3885,200,1000,900,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1446,G_INJUSTICE,Injustice,Injustice,51,7600,0,0,0,1,480,600,0,0,84,42,39,0,71,35,10,12,1,1,47,0x3885,400,770,720,336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1447,G_GRYPHON,Gryphon,Gryphon,72,27800,0,0,0,1,880,1260,35,35,68,95,78,65,115,75,10,12,2,2,84,0x39A5,100,704,504,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1448,G_DARK_FRAME,Dark Frame,Dark Frame,59,7500,0,0,0,1,960,1210,10,45,1,72,42,45,85,25,10,12,1,6,67,0x3985,200,920,720,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 -1449,G_MUTANT_DRAGON,Mutant Dragon,Mutant Dragonoid,65,62600,0,0,0,4,2400,3400,15,20,75,47,30,68,45,35,10,12,2,9,43,0x39A5,250,1280,1080,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1450,G_WIND_GHOST,Wind Ghost,Wind Ghost,51,4820,0,0,0,2,489,639,0,45,1,89,15,90,85,25,10,12,1,6,64,0x3985,150,1056,1056,336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1451,G_MERMAN,Merman,Merman,53,12300,0,0,0,2,482,603,10,35,72,45,46,15,85,55,10,12,1,7,41,0x3885,220,916,816,336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1452,G_ORC_LADY,Orc Lady,Orc Lady,31,2000,0,0,0,1,135,170,10,10,35,42,25,15,69,55,10,12,1,7,42,0x3885,200,1050,900,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1453,G_RAYDRIC_ARCHER,Raydric Archer,Raydric Archer,52,5250,0,0,0,9,415,500,35,5,15,25,22,5,145,35,10,12,1,6,47,0x3985,200,1152,1152,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 -1454,G_TRI_JOINT,Tri Joint,Tri Joint,32,2300,0,0,0,1,178,206,20,5,1,48,24,10,67,20,10,12,0,4,22,0x3985,200,860,660,624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1455,G_KOBOLD_ARCHER,Kobold Archer,Kobold Archer,33,2560,0,0,0,9,155,185,10,5,10,20,15,30,100,25,10,12,0,7,23,0x3885,200,1008,1008,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1456,G_CHIMERA,Chimera,Chimera,70,32600,0,0,0,1,1200,1320,30,10,1,72,110,88,75,85,10,12,2,2,63,0x39A5,200,772,672,360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1457,G_MANTIS,Mantis,Mantis,26,2472,0,0,0,1,118,149,10,0,1,26,24,5,45,15,10,12,1,4,22,0x3985,200,1528,660,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1458,G_MARDUK,Marduk,Marduk,40,4214,0,0,0,1,315,382,0,60,1,40,20,79,78,20,10,12,2,7,23,0x3885,300,1540,840,504,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1459,G_MARIONETTE,Marionette,Marionette,41,3222,0,0,0,1,355,422,0,25,1,62,36,44,69,45,10,12,0,6,68,0x3985,300,1480,480,1056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1460,G_MATYR,Matyr,Matyr,31,2585,0,0,0,1,134,160,0,0,1,47,38,5,64,5,10,12,1,2,27,0x3885,150,432,432,360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1461,G_MINOROUS,Minorous,Minorous,52,7431,0,0,0,1,590,770,15,5,65,42,61,66,52,25,10,12,2,2,43,0x3885,200,1360,960,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1462,G_ORC_SKELETON,Orc Skeleton,Orc Skeleton,28,2278,0,0,0,1,190,236,10,10,1,14,18,0,30,15,10,12,1,1,29,0x3885,200,2420,720,648,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1463,G_ORC_ZOMBIE,Orc Zombie,Orc Zombie,24,1568,0,0,0,1,151,184,5,10,1,12,24,0,24,5,10,12,1,1,29,0x3885,400,2852,1152,840,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1464,G_PASANA,Pasana,Pasana,61,8289,0,0,0,1,513,682,29,35,1,73,50,61,69,43,10,12,1,7,43,0x3885,165,976,576,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1465,G_PETIT,Petite,Petite,44,6881,0,0,0,1,360,427,30,30,1,44,62,55,79,60,10,12,1,9,22,0x3885,200,1624,620,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1466,G_PETIT_,Petite,Petite,45,5747,0,0,0,1,300,355,20,45,1,113,45,55,73,80,10,12,1,9,24,0x3885,150,1420,1080,528,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1467,G_RAYDRIC,Raydric,Raydric,52,8613,0,0,0,1,830,930,40,15,58,47,42,5,69,26,10,12,2,7,47,0x3885,150,824,780,420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1468,G_REQUIEM,Requim,Requim,35,3089,0,0,0,1,220,272,0,15,1,53,35,5,57,2,10,12,1,7,27,0x3885,400,1516,816,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1469,G_SKEL_WORKER,Skeleton Worker,Skeleton Worker,30,2872,0,0,0,1,242,288,0,15,1,15,30,5,42,10,10,12,1,1,29,0x3885,400,2420,720,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1470,G_ZEROM,Zerom,Zerom,23,1109,0,0,0,1,127,155,0,10,1,23,23,5,42,0,10,12,1,7,23,0x3885,200,1780,1080,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1471,G_NINE_TAIL,Nine Tail,Nine Tail,51,9466,0,0,0,1,610,734,10,25,1,80,46,1,89,85,10,12,1,2,63,0x3885,150,840,540,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 -1472,G_BON_GUN,Bongun,Bongun,32,3520,0,0,0,1,220,260,0,0,45,15,36,10,48,15,10,12,1,1,29,0x3885,200,1720,500,420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1473,G_ORC_ARCHER,Orc Archer,Orc Archer,49,7440,0,0,0,9,310,390,10,5,1,44,25,20,125,20,10,12,1,7,22,0x3885,300,1960,620,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 -1474,G_MIMIC,Mimic,Mimic,51,6120,0,0,0,1,150,900,10,40,44,121,1,60,75,110,10,12,1,0,60,0x3885,100,972,500,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1475,G_WRAITH,Wraith,Wraith,53,10999,0,0,0,1,580,760,5,30,1,95,30,65,95,35,10,12,2,1,89,0x3885,300,1816,576,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1476,G_ALARM,Alarm,Alarm,58,10647,0,0,0,1,480,600,15,15,1,62,72,10,85,45,10,12,1,0,60,0x3885,300,1020,500,768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1477,G_ARCLOUSE,Arclouse,Arclouze,59,6075,0,0,0,1,570,640,10,15,1,75,5,5,75,50,10,12,1,4,42,0x3985,100,960,500,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 -1478,G_RIDEWORD,Rideword,Rideword,59,11638,0,0,0,1,584,804,5,35,48,75,10,20,120,45,10,12,0,0,60,0x3885,150,864,500,192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1479,G_SKEL_PRISONER,Skeleton Prisoner,Skeleton Prisoner,52,8691,0,0,0,1,660,890,10,20,55,20,36,0,76,25,10,12,1,1,69,0x3885,350,1848,500,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1480,G_ZOMBIE_PRISONER,Zombie Prisoner,Zombie Prisoner,53,11280,0,0,0,1,780,930,10,20,1,24,39,0,72,25,10,12,1,1,69,0x3885,350,1768,500,192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1481,G_PUNK,Punk,Punk,43,3620,0,0,0,1,292,365,0,45,1,105,5,45,65,20,10,12,0,3,24,0x3885,300,1500,500,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 -1482,G_ZHERLTHSH,Zherlthsh,Zealotus,63,18300,0,0,0,1,700,850,10,15,70,85,40,30,125,60,10,12,1,7,60,0x3885,200,800,792,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1483,G_RYBIO,Rybio,Rybio,71,9572,0,0,0,1,686,912,45,37,1,97,75,74,77,90,10,12,2,6,40,0x3985,200,1790,1440,540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1484,G_PHENDARK,Phendark,Phendark,73,22729,0,0,0,2,794,1056,52,36,1,62,120,65,76,66,10,12,2,7,40,0x3885,175,1744,1344,600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1485,G_MYSTELTAINN,Mysteltainn,Mysteltainn,76,33350,0,0,0,2,1160,1440,30,30,77,139,80,35,159,65,10,12,2,0,87,0x39A5,250,1152,500,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1486,G_TIRFING,Tirfing,Ogretooth,71,29900,0,0,0,1,950,1146,30,35,58,87,55,35,132,65,10,12,1,0,67,0x39A5,100,816,500,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1487,G_EXECUTIONER,Executioner,Executioner,65,28980,0,0,0,2,570,950,35,35,64,85,40,25,88,60,10,12,2,0,47,0x39A5,200,768,500,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1488,G_ANOLIAN,Anolian,Anolian,63,18960,0,0,0,1,640,760,15,15,1,43,58,25,97,65,10,12,1,5,41,0x3885,190,900,500,864,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1489,G_STING,Sting,Sting,61,9500,0,0,0,1,850,1032,5,30,57,45,55,5,120,85,10,12,1,0,62,0x3885,300,528,500,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1490,G_WANDER_MAN,Wander Man,Wanderer,74,8170,0,0,0,2,450,1170,5,5,1,192,38,45,127,85,10,12,1,6,24,0x3985,100,672,500,192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1491,G_DOKEBI,Dokebi,Dokebi,33,2697,0,0,0,1,197,249,0,10,50,50,40,35,69,40,10,12,0,6,27,0x3985,250,1156,456,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 - -// Umbala -1492,INCANTATION_SAMURAI,Incantation Samurai,Samurai Specter,71,218652,0,33095,18214,3,2219,3169,10,51,91,85,30,85,150,60,10,12,2,7,67,0x37B5,135,874,1344,576,16547,607,5500,608,3500,985,5500,1165,2,985,3500,5096,500,607,4500,999,6305,13303,7500,1235,80,0,0,0,0,4263,1 -1493,DRYAD,Dryad,Dryad,50,8791,0,2763,1493,3,499,589,15,33,1,75,55,1,78,45,10,12,1,3,82,0x3885,170,950,2520,576,0,0,0,0,0,0,0,7197,5335,7198,1000,7188,3000,1951,80,1964,1,2270,10,7100,3000,0,0,0,0,4177,1 -1494,KIND_OF_BEETLE,Beetle King,Beetle King,34,1874,0,679,442,1,191,243,45,12,1,34,10,0,40,0,10,12,0,4,22,0x1189,165,1247,768,576,0,0,0,0,0,0,0,7190,6500,7202,4500,928,1000,955,500,2102,1,0,0,0,0,0,0,0,0,4307,1 -1495,STONE_SHOOTER,Stone Shooter,Stone Shooter,42,4104,0,1238,752,10,309,350,12,45,1,40,20,79,92,20,10,12,1,3,63,0x3885,175,2413,1248,768,0,0,0,0,0,0,0,7203,5000,7201,5000,7188,1000,1019,2000,756,100,7049,1000,0,0,0,0,0,0,4225,1 -//1496,STONE_SHOOTER_BULLET,Stone Shooter Bullet,Stone Shooter Bullet,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0x0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1497,WOODEN_GOLEM,Wooden Golem,Wooden Golem,51,9200,0,1926,1353,1,570,657,32,36,1,41,69,5,85,155,10,12,2,3,82,0x3885,165,1543,1632,480,0,0,0,0,0,0,0,7189,4000,7188,4000,757,110,2270,10,604,100,7201,5000,921,1000,0,0,0,0,4259,1 -1498,WOOTAN_SHOOTER,Wootan Shooter,Wootan Shooter,39,3977,0,886,453,10,84,105,10,28,15,35,29,15,100,42,10,12,1,7,42,0x3885,200,857,1056,576,0,0,0,0,0,0,0,7195,4500,7200,3500,513,1000,7049,1000,512,100,7182,100,5116,10,0,0,0,0,4260,1 -1499,WOOTAN_FIGHTER,Wootan Fighter,Wootan Fighter,41,4457,0,1790,833,1,395,480,30,19,1,41,31,10,45,30,10,12,1,7,43,0x3885,200,912,1344,480,0,0,0,0,0,0,0,517,4500,7196,4000,1801,3,1812,1,513,1000,7198,1000,5116,5,0,0,0,0,4261,1 -1500,PARASITE,Parasite,Parasite,49,5188,0,1098,1453,8,215,430,10,19,1,40,30,30,90,50,10,12,1,3,44,0x84,400,864,864,672,0,0,0,0,0,0,0,7193,5500,7194,2000,7186,3880,7198,500,1957,1,1969,1,711,500,0,0,0,0,4309,1 -//1501,PARASITE_BULLET,Parasite Bullet,Parasite Bullet... (mode 2181),0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0x0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1502,PORING_V,Pori Pori,Bring it on!,99,95000000,0,87250,27895,1,10000,30000,0,10,100,100,65,100,255,255,10,12,1,3,25,0x39A5,160,1672,672,480,43625,10020,1000,4005,100,2286,200,5035,10000,2344,2500,2346,2500,2350,2500,2348,2500,2655,4000,7126,10000,2110,4500,0,0,0,0 - -// Niflheim -1503,GIBBET,Gibbet,Gibbet,58,6841,0,4011,1824,1,418,656,28,31,0,42,42,27,46,28,10,12,2,6,27,0x3985,180,917,1584,576,0,0,0,0,0,0,0,7212,1800,7218,5335,7222,4074,724,300,716,100,604,10,0,0,0,0,0,0,4278,1 -1504,DULLAHAN,Dullahan,Dullahan,62,12437,0,4517,2963,2,647,1065,47,38,0,30,5,45,62,22,10,12,1,1,49,0x3885,155,847,1152,480,0,0,0,0,0,0,0,7209,3200,7210,4850,2614,1,2505,13,2506,1,0,0,0,0,0,0,0,0,4176,1 -1505,LOLI_RURI,Loli Ruri,Loli Ruri,71,23470,0,6641,4314,2,1476,2317,39,44,0,66,54,74,81,43,10,12,2,6,87,0x3985,125,747,1632,576,0,0,0,0,0,0,0,7206,800,7219,3000,7214,5044,985,100,7019,1,2718,5,0,0,0,0,0,0,4191,1 -1506,DISGUISE,Disguise,Disguise,55,7543,180,2815,1919,2,279,546,18,29,0,72,45,35,48,65,10,12,1,6,82,0x3985,147,516,768,384,0,0,0,0,0,0,0,7216,4850,7221,3686,2502,50,518,100,2508,50,2504,2,2529,5,0,0,0,0,4181,1 -1507,BLOODY_MURDERER,Bloody Murderer,Bloody Murderer,72,27521,0,9742,3559,2,864,1081,37,41,0,30,90,15,52,12,10,12,2,7,67,0x3885,175,914,1344,384,0,0,0,0,0,0,0,7207,4171,7223,1000,7208,2000,2288,50,984,100,1229,3,13002,1,0,0,0,0,4214,1 -1508,QUVE,Quve,Quve,40,4559,0,414,306,1,299,469,12,12,0,61,24,19,37,24,10,12,0,1,29,0x3885,150,912,1248,576,0,0,0,0,0,0,0,7205,3200,7220,5723,601,1000,7154,100,756,10,0,0,0,0,0,0,0,0,4294,1 -1509,LUDE,Lude,Lude,36,3214,0,392,247,2,287,451,14,10,0,59,21,18,36,21,10,12,0,1,29,0x3885,150,890,960,480,0,0,0,0,0,0,0,7225,3200,7220,5723,1059,1000,2282,10,757,10,12001,100,0,0,0,0,0,0,4193,1 -1510,HYLOZOIST,Hylozoist,Heirozoist,51,7186,0,2314,1297,1,317,498,16,51,0,28,26,47,66,14,10,12,0,6,47,0x3985,155,741,1536,480,0,0,0,0,0,0,0,7215,4365,7217,5335,7213,2000,740,80,7220,300,757,10,5113,1,0,0,0,0,4321,1 - -1511,AMON_RA,Amon Ra,Amon Ra,88,1214138,0,87264,35891,3,1647,2576,26,52,0,1,90,124,74,45,14,12,2,7,62,0x1A4,170,854,2016,480,43632,607,5500,608,3500,732,5500,5053,150,2615,50,7211,7760,985,3880,616,400,1552,10,607,3000,0,0,0,0,4236,1 - -// Louyang -1512,HYEGUN,Hyegun,Yao Jun,56,9981,0,2199,1022,1,710,1128,12,10,60,40,36,10,73,15,10,12,1,1,49,0x3885,180,890,1320,720,0,0,0,0,0,0,0,7054,3880,609,100,985,10,2406,1,7277,300,0,0,0,0,0,0,0,0,4328,1 -1513,CIVIL_SERVANT,Civil Servant,Mao Guai,62,14390,0,4023,2750,2,650,1010,42,5,58,15,20,60,80,50,10,12,1,2,44,0x3885,200,1257,528,432,0,0,0,0,0,0,0,7262,4171,7263,2000,606,10,1023,100,693,100,0,0,0,0,0,0,0,0,4202,1 -1514,DANCING_DRAGON,Dancing Dragon,Zhu Po Long,54,9136,0,3030,769,2,550,789,39,10,55,62,55,25,72,22,10,12,1,9,44,0x83,160,600,840,504,0,0,0,0,0,0,0,7266,4365,7265,3000,7268,800,1036,1000,7038,3000,0,0,0,0,0,0,0,0,4272,1 -1515,GARM_BABY,Garm Baby,Baby Hatii,61,20199,0,1022,2980,1,680,1179,34,13,45,30,56,55,85,30,10,12,1,2,41,0x3885,450,879,672,576,0,0,0,0,0,0,0,7270,1500,7269,2500,7066,4365,749,100,12000,100,0,0,0,0,0,0,0,0,4323,1 -1516,INCREASE_SOIL,Increase Soil,Mi Gao,51,8230,0,2760,2110,1,560,700,30,12,40,45,23,12,69,12,10,12,1,0,62,0x91,445,106,1056,576,0,0,0,0,0,0,0,7264,4365,7004,2300,997,10,969,2,0,0,0,0,0,0,0,0,0,0,4231,1 -1517,LI_ME_MANG_RYANG,Li Me Mang Ryang,Jing Guai,48,5920,0,1643,1643,1,434,633,23,16,46,51,19,8,57,30,10,12,1,6,62,0x3985,165,1120,576,420,0,0,0,0,0,0,0,7267,4500,7268,400,1501,10,1523,1,0,0,0,0,0,0,0,0,0,0,4265,1 -1518,BACSOJIN,Bacsojin,White Lady,72,56380,0,5590,1659,2,560,1446,10,15,38,65,34,80,102,35,10,12,2,7,41,0x3695,160,576,960,480,0,0,0,0,0,0,0,1020,5500,603,2,617,2,7165,3000,7166,1000,747,500,0,0,2234,1,0,0,0,0 -1519,CHUNG_E,Chung E,Green Maiden,49,23900,0,2396,993,1,460,1050,8,15,38,65,43,30,90,15,10,12,1,7,40,0x3695,170,1728,816,1188,0,0,0,0,0,0,0,7053,4850,740,100,1806,10,518,500,12395,20,5024,50,0,0,5042,2,0,0,0,0 -1520,BOILED_RICE,Boiled Rice,Boiled Rice,15,400,0,84,45,1,49,82,0,10,1,14,14,0,19,15,10,12,1,3,21,0x81,170,1152,672,672,0,0,0,0,0,0,0,564,5500,7272,3000,7194,1000,7198,1000,0,0,0,0,0,0,0,0,0,0,0,0 -1521,G_ALICE,Alice,Alice,62,10000,0,0,0,1,550,700,5,5,64,64,42,85,100,130,10,12,1,7,60,0x91,200,520,2304,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 -1522,G_ANCIENT_MUMMY,Ancient Mummy,Ancient Mummy,64,40599,0,0,0,1,836,1129,27,27,28,19,32,5,83,35,10,12,1,1,49,0x3695,175,1772,120,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1523,G_ANTIQUE_FIRELOCK,Antique Firelock,Firelock Soldier,47,3852,0,0,0,10,289,336,10,10,15,35,29,15,120,42,10,12,1,1,49,0x2085,170,1084,2304,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1524,G_BABY_LEOPARD,Baby Leopard,Baby Leopard,32,2590,0,0,0,2,155,207,0,5,20,44,20,4,49,10,10,12,0,2,28,0x3885,150,318,528,420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1525,G_BATHORY,Bathory,Bathory,44,5415,0,0,0,1,198,398,0,60,1,76,24,85,65,15,10,12,1,7,27,0x3695,100,1504,840,900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1526,G_BLOOD_BUTTERFLY,Bloody Butterfly,Bloody Butterfly,55,8082,0,0,0,3,121,342,5,23,1,59,14,55,68,15,10,12,1,4,44,0x318D,145,472,576,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1527,G_C_TOWER_MANAGER,Clock Tower Manager,Clock Tower Manager,63,18600,0,0,0,3,880,1180,35,30,1,75,20,64,75,60,10,12,2,0,80,0x91,200,1072,672,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1528,G_CLOCK,Clock,Clock,60,11050,0,0,0,1,720,909,15,10,1,70,50,25,90,50,10,12,1,0,42,0x91,200,1092,792,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 -1529,G_DARK_SNAKE_LORD,Dark Snake Lord,Evil Snake Lord,73,254993,0,0,0,3,1433,2210,25,55,70,83,62,80,164,88,10,12,2,2,68,0x37B5,200,588,816,420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1530,G_DRACULA,Dracula,Dracula,85,320096,0,0,0,3,1625,1890,45,76,1,95,90,87,85,100,10,12,2,6,87,0x37B5,145,1290,1140,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1531,G_EVIL_CLOUD_HERMIT,Evil Cloud Hermit,Taoist Hermit,56,10392,0,0,0,10,311,333,25,59,1,20,18,50,136,11,10,12,2,0,40,0x2085,190,480,840,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1532,G_EXPLOSION,Explosion,Explosion,46,8054,0,0,0,1,336,447,35,27,1,61,56,50,66,38,10,12,0,2,63,0x3885,165,1260,960,336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1533,G_FUR_SEAL,Fur Seal,Seal,63,9114,0,0,0,1,845,1203,25,33,5,28,22,15,69,84,10,12,1,2,21,0x3095,200,1612,622,583,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1534,G_GOBLIN_1,Goblin,Goblin,25,1176,0,0,0,1,118,140,10,5,1,53,25,20,38,10,10,12,1,7,24,0x3695,100,1120,620,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1535,G_GOBLIN_2,Goblin,Goblin,24,1034,0,0,0,1,88,100,10,5,1,24,24,15,66,10,10,12,1,7,23,0x3095,150,1320,620,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1536,G_GOBLIN_3,Goblin,Goblin,24,1034,0,0,0,1,132,165,10,5,1,24,24,15,24,10,10,12,1,7,25,0x308D,250,1624,624,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1537,G_GOBLIN_4,Goblin,Goblin,23,1359,0,0,0,1,109,131,10,5,1,23,46,15,36,10,10,12,1,7,22,0x308D,200,1624,624,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1538,G_GOBLIN_5,Goblin,Goblin,22,1952,0,0,0,1,105,127,10,5,1,22,22,15,32,10,10,12,1,7,21,0x308D,300,3074,1874,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 -1539,G_GOBLIN_LEADER,Goblin Leader,Goblin Leader,64,20152,0,0,0,1,663,752,48,16,5,55,37,30,69,58,10,12,1,7,24,0x3695,120,1120,620,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1540,G_GOLEM,Golem,Golem,25,3900,0,0,0,1,175,187,40,0,1,15,25,0,15,0,10,12,2,0,60,0x91,300,1608,816,396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1541,G_GREATEST_GENERAL,Greatest General,Greatest General,40,3632,0,0,0,3,350,400,15,15,1,20,60,55,82,140,10,12,1,0,43,0x84,200,1152,1152,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1542,G_INCANTATION_SAMURA,Incantation Samurai,Incantation Samurai,71,218652,0,0,0,3,1219,2169,10,51,91,85,78,85,150,60,10,12,2,7,67,0x37B5,135,874,1344,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1543,G_KAPHA,Kapha,Kapha,41,7892,0,0,0,3,399,719,20,38,1,51,49,22,73,45,10,12,1,5,21,0x3885,165,2012,1728,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 -1544,G_KARAKASA,Karakasa,Karakasa,30,3092,0,0,0,1,141,183,1,5,1,45,12,20,49,60,10,12,1,0,60,0x81,155,1638,2016,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1545,G_KOBOLD_1,Kobold,Kobold,36,3893,0,0,0,1,265,318,15,10,1,90,36,30,52,20,10,12,1,7,44,0x308D,150,1028,528,360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1546,G_KOBOLD_2,Kobold,Kobold,31,2179,0,0,0,1,262,324,15,10,1,31,31,20,46,20,10,12,1,7,45,0x308D,200,1528,528,360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1547,G_KOBOLD_3,Kobold,Kobold,31,2179,0,0,0,1,186,216,15,10,1,31,31,20,88,20,10,12,1,7,43,0x308D,300,1228,528,360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1548,G_KOBOLD_LEADER,Kobold Leader,Kobold Leader,65,18313,0,0,0,1,649,958,37,37,5,90,36,30,77,59,10,12,1,7,44,0x3695,150,1028,528,360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1549,G_LAVA_GOLEM,Lava Golem,Lava Golem,77,24324,0,0,0,1,1541,2049,65,50,1,57,115,70,76,68,10,12,2,0,83,0x3095,400,2190,2040,336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1550,G_LIVE_PEACH_TREE,Live Peach Tree,Enchanted Peach Tree,53,8905,0,0,0,7,301,351,10,38,72,45,35,39,80,5,10,12,1,3,42,0x2085,410,400,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 -1551,G_MARSE,Marse,Marse,31,5034,0,0,0,1,211,252,0,5,1,31,25,5,52,30,10,12,0,5,41,0x91,300,1956,756,528,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1552,G_MIYABI_NINGYO,Miyabi Ningyo,Miyabi Doll,33,6300,0,0,0,1,250,305,1,20,1,52,15,10,62,15,10,12,1,6,27,0x191,250,1938,2112,768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1553,G_MYST,Myst,Myst,38,3745,0,0,0,1,365,445,0,40,1,38,18,0,53,10,10,12,2,0,25,0x3695,200,1576,576,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1554,G_NIGHTMARE_TERROR,Nightmare Terror,Nightmare Terror,78,22605,0,0,0,1,757,1007,37,37,1,76,55,60,76,54,10,12,2,6,67,0x3985,165,1216,816,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1555,G_PARASITE,Parasite,Parasite,49,5188,0,0,0,8,215,430,10,19,1,40,30,30,90,50,10,12,1,3,44,0x84,400,864,864,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 -1556,G_POISON_TOAD,Poison Toad,Poisonous Toad,46,6629,0,0,0,3,288,408,5,10,20,34,19,14,66,55,10,12,1,2,45,0x81,160,1148,1728,864,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1557,G_ROTAR_ZAIRO,Rotar Zairo,Rotar Zairo,25,1209,0,0,0,10,109,137,4,34,1,62,45,26,55,5,10,12,2,0,44,0x2085,155,2416,2016,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1558,G_SAND_MAN,Sandman,Sandman,34,3413,0,0,0,1,180,205,10,25,24,34,58,38,60,5,10,12,1,0,62,0x3885,250,1672,720,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1559,G_SCORPION,Scorpion,Scorpion,24,1109,0,0,0,1,80,135,30,0,1,24,24,5,52,5,10,12,0,4,23,0x3195,200,1564,864,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1560,G_SHINOBI,Shinobi,Shinobi,69,12700,0,0,0,2,460,1410,34,21,85,85,25,25,100,100,10,12,1,7,67,0x3695,150,1003,1152,336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1561,G_SMOKIE,Smokie,Smokie,18,641,0,0,0,1,61,72,0,10,1,18,36,25,26,35,10,12,0,2,22,0x91,200,1576,576,420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1562,G_SOLDIER_SKELETON,Soldier Skeleton,Soldier Skeleton,29,2334,0,0,0,1,221,245,10,15,1,15,22,5,40,15,10,12,1,1,29,0x3885,200,2276,576,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1563,G_TENGU,Tengu,Tengu,65,16940,0,0,0,2,660,980,12,82,90,42,69,45,78,80,10,12,2,6,42,0x3985,200,1439,1920,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 -1564,G_WICKED_NYMPH,Wicked Nymph,Evil Nymph,63,16029,0,0,0,2,399,1090,12,75,1,64,12,69,100,80,10,12,1,6,67,0x3795,200,637,1008,360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1565,G_WILD_GINSENG,Wild Ginseng,Hermit Plant,46,6900,0,0,0,1,220,280,10,20,13,42,36,55,66,30,10,12,0,3,43,0x91,140,512,756,360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1566,G_WRAITH_DEAD,Wraith Dead,Wraith Dead,74,43021,0,0,0,2,1366,1626,25,30,5,99,55,75,115,45,10,12,2,1,89,0x3695,175,1816,576,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1567,G_ANCIENT_WORM,Ancient Worm,Ancient Worm,67,22598,0,0,0,1,948,1115,35,30,5,35,56,55,81,72,10,12,2,4,25,0x3795,165,1792,792,336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1568,G_ANGELING,Angeling,Angeling,20,55000,0,0,0,1,120,195,0,70,1,50,20,75,68,200,10,12,1,8,86,0x37B5,200,1072,672,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 -1569,G_BLOODY_KNIGHT,Bloody Knight,Bloody Knight,82,57870,0,0,0,3,2150,3030,60,50,88,75,70,77,125,55,10,12,2,0,87,0x3695,250,828,528,192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1570,G_CRAMP,Cramp,Cramp,56,4720,0,0,0,1,395,465,0,5,1,85,35,5,65,60,10,12,0,2,45,0x3095,100,1000,500,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 -1571,G_DEVIACE,Deviace,Deviace,47,19192,0,0,0,1,514,674,10,20,1,47,62,48,62,25,10,12,1,5,81,0x91,400,1680,480,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1572,G_DROPS,Drops,Drops,3,55,0,0,0,1,10,13,0,0,1,3,3,0,12,15,10,12,1,3,23,0x83,400,1372,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 -1573,G_ELDER,Elder,Elder,64,21592,0,0,0,3,421,560,45,68,1,76,68,108,72,86,10,12,2,7,80,0x3885,165,1552,1152,336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1574,G_ELDER_WILOW,Elder Willow,Elder Willow,20,693,0,0,0,1,58,70,10,30,1,20,25,35,38,30,10,12,1,3,43,0x3095,200,1372,672,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1575,G_FLORA,Flora,Flora,26,2092,0,0,0,3,242,273,10,35,1,26,35,5,43,80,10,12,2,3,22,0x84,1000,1432,432,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1576,G_GHOSTRING,Ghostring,Ghostring,18,73300,0,0,0,1,82,122,0,60,40,27,18,45,72,30,10,12,1,6,88,0x37B5,300,1220,1080,648,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1577,G_GOBLIN_ARCHER,Goblin Archer,Goblin Archer,28,1750,0,0,0,9,89,113,0,0,10,15,20,15,72,20,10,12,0,7,25,0x2085,200,1172,672,420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1578,G_HORONG,Horong,Horong,34,1939,0,0,0,1,275,327,99,50,1,34,10,0,50,0,10,12,0,0,83,0x308D,400,1888,1152,828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1579,G_HYDRA,Hydra,Hydra,14,660,0,0,0,7,22,28,0,40,1,14,14,0,40,2,10,12,0,3,41,0x84,1000,800,432,600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1580,G_INCUBUS,Incubus,Incubus,75,17281,0,0,0,2,1408,1873,58,46,1,97,95,103,89,87,10,12,1,6,67,0x3795,165,850,600,336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1581,G_VOCAL,Vocal,Vocal,18,3016,0,0,0,1,71,82,10,30,77,28,26,30,53,40,10,12,1,4,22,0x3795,200,1080,648,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 -1582,DEVILING,Deviling,Deviling,31,64500,0,211,412,1,135,270,5,70,30,50,20,75,77,200,10,12,1,6,87,0x37B5,200,1072,1056,384,0,0,0,0,0,0,0,1039,3000,912,4850,2255,100,512,5000,7023,1,983,100,694,100,0,0,0,0,4174,1 -1583,TAO_GUNKA,Tao Gunka,Tao Gunka,70,193000,0,59175,10445,2,1450,1770,20,20,1,85,78,35,140,60,10,12,2,6,60,0x37B5,150,1020,288,144,29587,984,6000,617,3000,505,6000,7300,4850,7067,4850,728,1000,2296,400,504,3000,1002,1000,2231,5,0,0,0,0,4302,1 - -// Ayothaya -1584,TAMRUAN,Tamruan,Tamruan,52,10234,0,3812,55,1,489,534,15,35,80,62,38,75,72,15,10,12,2,6,67,0x318D,140,512,1152,672,0,0,0,0,0,0,0,7301,4850,7069,3000,1117,40,1155,8,2315,3,0,0,0,0,0,0,0,0,4304,1 -1585,MIME_MONKEY,Mime Monkey,Mime Monkey,40,6000,0,200,22,3,300,350,40,40,1,40,40,40,40,30,10,12,1,3,21,0x83,400,1872,672,480,0,0,0,0,0,0,0,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,0,0 -1586,LEAF_CAT,Leaf Cat,Leaf Cat,38,2396,0,165,1212,1,266,307,5,19,25,67,12,45,60,29,10,12,0,2,22,0x83,150,960,864,720,0,0,0,0,0,0,0,7198,4365,520,300,608,5,1023,1100,568,250,567,500,7298,5335,0,0,0,0,4195,1 -1587,KRABEN,Kraben,Kraben,50,5880,0,206,1322,1,125,765,5,42,50,125,1,66,75,50,10,12,1,0,48,0x3095,100,1152,1536,576,0,0,0,0,0,0,0,912,3500,519,3000,521,1000,2102,1,7299,4850,7286,1000,603,10,0,0,0,0,4295,1 - -// Some more G_Mobs and Xmas_Orc -1588,ORC_XMAS,Christmas Orc,Christmas Orc,24,1400,0,261,160,1,104,126,10,5,1,24,48,25,34,10,10,12,1,7,22,0x81,200,1864,864,288,0,0,0,0,0,0,0,998,210,931,5500,756,40,7175,1600,1352,10,644,15,7174,1600,0,0,0,0,4066,1 -1589,G_MANDRAGORA,Mandragora,Mandragora,12,405,0,0,0,4,26,35,0,25,1,12,24,0,36,15,10,12,1,3,62,0x84,1000,1768,768,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1590,G_GEOGRAPHER,Geographer,Geographer,56,8071,0,0,0,3,467,621,28,26,1,66,47,60,68,44,10,12,1,3,62,0x84,2000,1308,1008,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 -1591,A_LUNATIC,Lunatic,Lunatic,29,2334,0,0,0,1,221,245,10,20,1,15,22,5,40,15,10,12,0,2,60,0xA1,200,1456,456,336,0,0,0,0,0,0,0,502,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1592,A_MOBSTER,Gangster,Gangster,40,8000,0,0,0,1,300,355,20,27,1,50,45,45,73,30,10,12,1,7,20,0x11A9,250,1100,560,580,0,0,0,0,0,0,0,7049,10000,601,2000,1206,3000,713,1000,550,10000,0,0,0,0,0,0,0,0,0,0 -1593,A_ANCIENT_MUMMY,Ancient Mummy,Ancient Mummy,52,8613,0,0,0,1,830,930,40,27,58,47,42,5,69,26,10,12,1,1,69,0xB5,175,1772,120,384,0,0,0,0,0,0,0,502,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1594,G_FREEZER,Freezer,Freezer,72,8636,0,0,0,2,671,983,55,43,69,41,59,5,67,100,10,12,1,2,41,0x3695,250,1452,483,528,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1595,G_MARIN,Marin,Marin,15,742,0,0,0,1,39,43,0,10,1,10,10,5,35,15,10,12,1,3,41,0x81,400,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 -1596,G_TAMRUAN,Tamruan,Tamruan,52,10234,0,0,0,1,489,534,15,35,80,62,38,75,72,15,10,12,2,6,67,0x318D,140,512,1152,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 -1597,G_GARGOYLE,Gargoyle,Gargoyle,48,3950,0,0,0,9,290,360,10,10,15,61,20,20,126,40,10,12,1,6,64,0x2185,200,1020,720,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1598,G_BLAZZER,Blazzer,Blazzer,43,8252,0,0,0,2,533,709,50,40,1,52,50,39,69,40,10,12,1,6,43,0x3395,180,1732,1332,540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1599,G_WHISPER_BOSS,Giant Whisper,Giant Whisper,34,5040,0,0,0,1,198,239,0,45,1,51,14,0,60,0,10,12,0,6,48,0x3795,250,2536,1536,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 -1600,G_HEATER,Heater,Heater,68,11020,0,0,0,2,683,1008,40,42,69,47,25,5,71,100,10,12,1,2,43,0x3695,250,1452,483,528,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1601,G_PERMETER,Permeter,Permeter,63,8228,0,0,0,2,943,1211,46,45,69,59,60,5,69,100,10,12,1,2,40,0x3695,250,1100,483,528,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1602,G_SOLIDER,Solider,Solider,70,12099,0,0,0,2,797,979,57,43,69,35,85,5,74,100,10,12,1,2,42,0x3695,250,1452,483,528,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1603,G_BIGFOOT,Bigfoot,Bigfoot,25,1619,0,0,0,1,198,220,10,0,1,25,55,15,20,25,10,12,2,2,22,0x91,300,1260,192,192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1604,G_GIANT_HONET,Giant Hornet,Giant Hornet,56,13105,0,0,0,1,650,852,38,43,35,38,32,10,71,64,10,12,0,4,24,0x3795,155,1292,792,340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1605,G_DARK_ILLUSION,Dark Illusion,Dark Illusion,77,103631,0,0,0,2,1300,1983,64,70,5,100,40,100,97,40,10,12,2,6,89,0x37B5,145,1024,768,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 -1606,G_GARM_BABY,Garm Baby,Baby Hatii,61,20199,0,0,0,1,680,1179,34,13,45,30,56,55,85,30,10,12,1,2,41,0x3885,450,879,672,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1607,G_GOBLINE_XMAS,Christmas Goblin,Christmas Goblin,25,1176,0,0,0,1,118,140,10,5,1,53,25,20,38,45,10,12,1,7,24,0x3695,100,1120,620,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1608,G_THIEF_BUG__,Thief Bug Male,Thief Bug Male,19,583,0,0,0,1,76,88,15,5,1,29,16,5,36,0,10,12,1,4,27,0x318D,300,988,288,768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1609,G_DANCING_DRAGON,Dancing Dragon,Zhu Po Long,54,9136,0,3030,769,2,550,789,39,10,55,62,55,25,72,22,10,12,1,9,44,0xA3,160,600,840,504,0,0,0,0,0,0,0,570,500,571,50,572,20,515,10000,12018,5000,0,0,0,0,668,100,0,0,0,0 -1610,A_MUNAK,Munak,Munak,30,2872,0,0,0,1,40,50,0,0,1,15,20,5,120,15,10,12,1,1,89,0x39A5,100,2468,768,288,0,0,0,0,0,0,0,502,2000,0,0,0,0,0,0,0,0,0,0,12017,100,12016,100,0,0,0,0 -1611,A_BON_GUN,Bongun,Bongun,32,3520,0,0,0,1,220,260,0,0,45,15,36,10,48,15,10,12,1,1,89,0x31B5,200,1720,500,420,0,0,0,0,0,0,0,502,2000,0,0,0,0,0,0,0,0,0,0,12017,100,12016,100,0,0,0,0 -1612,A_HYEGUN,Hyegun,Yao Jun,56,9981,0,0,0,1,710,1128,12,10,60,40,36,10,73,15,10,12,1,1,89,0x39A5,180,890,1320,720,0,0,0,0,0,0,0,502,2000,0,0,0,0,0,0,0,0,0,0,12017,100,12016,100,0,0,0,0 - -// Einbroch -1613,METALING,Metaling,Metaling,26,889,0,492,249,1,135,270,5,3,30,15,10,18,35,2,10,12,0,0,20,0x83,300,384,672,480,0,0,0,0,0,0,0,7325,4000,1002,1000,998,500,7126,1000,7317,200,13103,5,7312,5000,0,0,0,0,4341,1 -1614,MINERAL,Mineral,Mineral,56,7950,0,3563,1768,1,723,812,29,35,60,52,35,21,67,32,10,12,0,0,40,0x91,250,648,480,360,0,0,0,0,0,0,0,7321,3000,728,500,714,2,984,80,1011,800,715,100,969,2,0,0,0,0,4339,1 -1615,OBSIDIAN,Obsidian,Obsidian,50,8812,0,2799,1802,1,841,980,35,5,62,32,42,24,61,55,10,12,0,0,42,0x3885,350,720,864,504,0,0,0,0,0,0,0,7315,3000,730,500,1003,500,985,50,999,500,1263,10,0,0,0,0,0,0,4338,1 -1616,PITMAN,Pitman,Pitman,43,5015,0,1799,1083,1,290,486,22,26,0,15,5,5,52,36,10,12,2,1,42,0x91,180,960,336,300,0,0,0,0,0,0,0,7318,3000,7319,500,998,800,999,500,1003,100,1041,1000,7327,80,0,0,0,0,4335,1 -1617,WASTE_STOVE,Waste Stove,Old Stove,68,15895,0,4412,1135,1,692,1081,23,10,20,69,55,5,59,77,10,12,2,0,20,0x3885,300,1152,528,360,0,0,0,0,0,0,0,7323,1000,7068,1000,998,500,625,50,1002,1000,604,50,7319,3800,0,0,0,0,4332,1 -1618,UNGOLIANT,Ungoliant,Ungoliant,69,29140,0,8211,142,1,1290,2280,25,25,33,52,57,25,119,43,10,12,2,4,45,0x3795,350,420,576,420,0,0,0,0,0,0,0,7316,4500,1014,3500,1013,1000,7289,1500,7326,2500,718,1500,2406,500,0,0,0,0,4336,1 -1619,PORCELLIO,Porcellio,Porcellio,28,1654,0,512,346,1,82,247,0,8,0,31,21,50,54,85,10,12,0,4,62,0x183,150,720,360,360,0,0,0,0,0,0,0,7312,5000,1208,25,928,1000,1052,3000,630,2,7326,30,0,0,0,0,0,0,4337,1 -1620,NOXIOUS,Noxious,Noxious,35,2038,0,698,698,1,299,400,0,60,12,41,10,30,44,2,10,12,1,0,68,0x3885,350,768,1440,672,0,0,0,0,0,0,0,7322,1000,7001,3000,605,50,7320,3000,0,0,0,0,603,1,0,0,0,0,4334,1 -1621,VENOMOUS,Venomous,Venomous,42,4653,0,1780,1280,1,422,844,0,49,12,60,17,19,60,1,10,12,1,0,25,0x3885,350,768,1440,672,0,0,0,0,0,0,0,7320,5000,7119,3000,7154,1000,7322,2000,0,0,0,0,603,1,0,0,0,0,4333,1 -1622,TEDDY_BEAR,Teddy Bear,Teddy Bear,71,8109,0,5891,3455,1,621,1432,19,32,5,155,32,41,121,26,10,12,0,0,60,0x3295,200,512,780,504,0,0,0,0,0,0,0,7317,3800,518,1000,615,300,13106,5,5113,50,2652,10,985,100,0,0,0,0,4340,1 -1623,RSX_0806,RSX 0806,RSX-0806,86,560733,0,31010,32011,1,2740,5620,39,41,85,51,30,25,93,84,10,12,2,0,60,0x37B5,220,128,1104,240,15505,607,5500,5104,3500,732,5500,7093,6000,1230,10,13017,1,617,1000,7327,5000,1242,50,1531,20,0,0,0,0,4342,1 -1624,G_WASTE_STOVE,Waste Stove,Old Stove,68,15895,0,0,0,1,500,889,23,10,20,69,55,5,79,77,10,12,2,0,20,0x3885,220,1152,528,360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1625,G_PORCELLIO,Porcellio,Porcellio,43,5523,0,1024,693,1,164,494,0,8,0,31,21,50,64,85,10,12,0,4,62,0x3985,150,720,360,360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 - -// Hellion Revenant -1626,G_DARK_PRIEST,Hellion Revenant,Hellion Revenant,88,286900,0,1,1,2,50,3150,25,50,1,80,50,99,130,99,10,12,1,6,69,0x37B5,150,432,384,192,0,0,0,0,0,0,0,7337,8000,7337,5000,7337,3000,7337,1000,7337,500,7337,100,0,0,0,0,0,0,0,0 - -// Lighthalzen -1627,ANOPHELES,Anopheles,Anopheles,23,100,0,99,55,1,48,63,0,90,1,200,4,5,120,5,10,12,0,4,64,0x3985,200,140,864,430,0,0,0,0,0,0,0,601,1000,7119,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4344,1 -1628,MOLE,Mole,Holden,36,2209,0,268,172,9,52,63,0,5,24,18,23,30,45,5,10,12,0,2,42,0x1089,300,140,960,504,0,0,0,0,0,0,0,1017,5000,1018,5000,5119,50,13101,5,0,0,0,0,0,0,0,0,0,0,4343,1 -1629,HILL_WIND,Hill Wind,Hill Wind,43,3189,0,1800,1100,3,290,480,10,15,21,42,31,50,41,23,10,12,1,2,64,0x3885,200,336,540,432,0,0,0,0,0,0,0,517,1000,528,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4345,1 -1630,BACSOJIN_,Bacsojin,White Lady,85,253221,0,45250,16445,3,1868,6124,20,55,52,65,44,112,152,35,10,12,2,7,64,0x39A5,130,576,960,480,22625,607,5500,2513,2000,617,5000,1020,5500,603,5000,12395,50,7165,3000,7166,1000,2700,100,2234,10,0,0,0,0,4372,1 -1631,CHUNG_E_,Chung E,Green Maiden,59,23900,0,4256,920,2,460,1050,8,15,38,65,43,30,90,15,10,12,1,7,44,0x3885,150,1728,816,1188,0,0,0,0,0,0,0,7053,4200,740,100,1806,10,518,500,12395,10,0,0,5042,50,0,0,0,0,4373,1 -1632,GREMLIN,Gremlin,Gremlin,53,9280,0,4355,1768,1,329,762,29,25,80,41,59,75,62,15,10,12,2,6,47,0x191,140,432,540,432,0,0,0,0,0,0,0,7340,3000,938,3000,719,100,2406,1,1265,1,0,0,603,2,0,0,0,0,4355,1 -1633,BEHOLDER,Beholder,Beholder,56,7950,0,4821,3822,6,723,812,17,30,60,62,25,59,85,32,10,12,0,0,44,0x91,190,336,840,360,0,0,0,0,0,0,0,576,3000,605,100,996,100,985,10,0,0,0,0,603,2,0,0,0,0,4356,1 -// Normal advanced class mobs -1634,SEYREN,Seyren,Seyren Windsor,91,88402,0,100000,116460,1,2100,2530,63,12,90,89,72,20,99,25,10,12,1,6,63,0x3195,170,76,384,288,0,0,0,0,0,0,0,7345,3000,13001,2,1163,200,603,30,2229,12,2317,1,13421,1,0,0,0,0,4358,1 -1635,EREMES,Eremes,Eremes Guile,87,60199,0,100000,99800,1,2020,2320,23,12,45,138,31,19,99,30,10,12,1,6,85,0x3195,180,76,384,288,0,0,0,0,0,0,0,7347,2000,1284,1,2514,1,1262,3,1264,30,678,110,2336,2,0,0,0,0,4360,1 -1636,HARWORD,Harword,Howard Alt-Eisen,83,78690,0,100000,112540,1,1890,2390,59,10,90,62,99,35,98,66,10,12,1,7,81,0x3095,180,76,384,288,0,0,0,0,0,0,0,7345,3000,2514,1,1311,1,1361,110,2104,10,2318,1,603,50,0,0,0,0,4362,1 -1637,MAGALETA,Magaleta,Margaretha Sorin,90,61282,0,100000,117800,1,1300,2053,35,60,1,9,97,145,88,40,10,12,1,7,66,0x3295,180,1152,384,288,0,0,0,0,0,0,0,7347,2000,1647,2,1602,200,1561,10,2327,1,603,50,2504,10,0,0,0,0,4364,1 -1638,SHECIL,Shecil,Cecil Damon,82,58900,0,100000,118260,14,1226,1854,25,15,1,145,27,32,134,80,10,12,1,7,64,0x3095,180,76,384,288,0,0,0,0,0,0,0,7345,3000,12014,110,2331,10,1711,100,12007,150,603,50,1745,1,0,0,0,0,4368,1 -1639,KATRINN,Katrinn,Kathryne Keyron,92,47280,0,100000,116470,1,497,1697,10,74,1,5,77,180,110,39,10,12,1,7,68,0x3295,150,1152,384,288,0,0,0,0,0,0,0,7345,3000,603,50,1646,1,1620,5,2102,30,5085,1,2404,20,0,0,0,0,4366,1 -// MVP Slaves -1640,G_SEYREN,Lord Knight Seyren,Lord Knight Seyren,99,347590,0,18000,10000,1,4238,5040,72,37,120,110,81,65,130,52,10,12,1,7,83,0x37B5,100,76,384,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,617,10,0,0,0,0 -1641,G_EREMES,Assassin Cross Eremes,Assassin Cross Eremes,99,211230,0,18000,10000,1,3189,5289,27,39,90,181,62,37,122,60,10,12,1,7,85,0x37B5,100,76,384,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,617,10,0,0,0,0 -1642,G_HARWORD,Whitesmith Harword,Whitesmith Howard,99,310000,0,18000,10000,1,4822,5033,66,36,100,73,112,35,136,60,10,12,1,7,81,0x37B5,100,76,384,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,617,10,0,0,0,0 -1643,G_MAGALETA,High Priest Magaleta,High Priest Margaretha,99,182910,0,18000,10000,1,1688,2580,35,78,1,84,64,182,92,100,10,12,1,7,86,0x37B5,125,1152,384,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,617,10,0,0,0,0 -1644,G_SHECIL,Sniper Shecil,Sniper Cecil,99,209000,0,18000,10000,14,1892,5113,22,35,1,180,39,67,193,130,10,12,1,7,84,0x37B5,100,76,384,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,617,10,0,0,0,0 -1645,G_KATRINN,High Wizard Katrinn,High Wizard Kathryne,99,189920,0,18000,10000,1,497,2094,10,88,1,89,42,223,128,93,10,12,1,7,68,0x37B5,150,1152,384,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,617,10,0,0,0,0 -// MVP Monsters -1646,B_SEYREN,Lord Knight Seyren,Lord Knight Seyren,99,1647590,0,4835600,1569970,1,7238,11040,72,37,120,110,81,65,130,52,10,12,1,7,83,0x37B5,100,76,384,288,2417800,617,5500,603,5000,732,2000,1132,2500,2342,3500,2412,9000,1470,3500,1469,3000,1166,2500,1415,1500,0,0,0,0,4357,1 -1647,B_EREMES,Assassin Cross Eremes,Assassin Cross Eremes,99,1411230,0,4083400,1592380,1,4189,8289,37,39,90,181,62,37,122,60,10,12,1,7,85,0x37B5,100,76,384,288,2041700,617,5500,603,5000,732,2000,1234,1500,1230,1500,2319,9000,1233,3500,1232,3500,1265,3500,13002,3500,0,0,0,0,4359,1 -1648,B_HARWORD,Whitesmith Harword,Whitesmith Howard,99,1460000,0,4002340,1421000,1,7822,8251,66,36,100,73,112,35,136,60,10,12,1,7,82,0x37B5,100,76,384,288,2001170,617,5500,603,5000,732,2000,1138,3500,1140,2500,2318,9000,1365,3500,1364,3500,1369,2500,1368,3500,0,0,0,0,4361,1 -1649,B_MAGALETA,High Priest Magaleta,High Priest Margaretha,99,1092910,0,4257000,1318800,1,4688,5580,35,78,1,84,64,182,92,100,10,12,1,7,86,0x37B5,125,1152,384,288,2128500,617,5500,603,5000,732,2000,1814,3500,2615,2500,2513,9000,1557,3500,1527,3500,1528,2500,1560,3500,0,0,0,0,4363,1 -1650,B_SHECIL,Sniper Shecil,Sniper Cecil,99,1349000,0,4093000,1526000,14,4892,9113,22,35,1,180,39,67,193,130,10,12,1,7,84,0x37B5,100,76,384,288,2046500,617,5500,603,5000,1723,2000,1228,3500,1236,3500,617,9000,1234,1500,1237,3500,1720,1500,1724,2500,0,0,0,0,4367,1 -1651,B_KATRINN,High Wizard Katrinn,High Wizard Kathryne,99,1069920,0,4008200,1636700,1,1197,4394,10,88,1,89,42,223,128,93,10,12,1,7,68,0x37B5,150,1152,384,288,2004100,617,5500,603,5000,732,2000,1241,3500,1242,3500,2616,9000,2343,2500,2513,2500,1618,3000,2319,3500,0,0,0,0,4365,1 -// 1'st Class Mobs -1652,YGNIZEM,Ygnizem,Egnigem Cenia,58,11200,0,4870,98,1,823,1212,35,8,60,35,52,18,79,20,10,12,1,7,43,0x3885,145,576,432,288,0,0,0,0,0,0,0,7347,1000,1170,1,1158,20,1127,20,2313,10,1152,80,2317,1,0,0,0,0,4346,1 -1653,WHIKEBAIN,Whikebain,Wickebine Tres,62,7320,0,4204,21,1,693,889,9,8,1,102,34,20,83,30,10,12,1,7,65,0x3885,120,576,432,288,0,0,0,0,0,0,0,7345,2000,1223,1,2306,40,1220,10,2315,2,2620,2,13004,10,0,0,0,0,4348,1 -1654,ARMAIA,Armaia,Armeyer Dinze,66,7110,0,4008,35,1,750,913,42,6,5,36,50,15,89,60,10,12,1,7,62,0x3885,120,576,432,288,0,0,0,0,0,0,0,7345,1000,2504,1,1358,50,1352,40,2311,10,1302,80,1307,10,0,0,0,0,4347,1 -1655,EREND,Erend,Errende Ebecee,59,6980,0,4501,67,1,896,1159,14,30,1,31,41,93,67,30,10,12,1,7,46,0x3885,130,576,432,288,0,0,0,0,0,0,0,7345,500,2217,5,1514,50,1517,20,2326,5,2324,10,1523,1,0,0,0,0,4349,1 -1656,KAVAC,Kavac,Kavach Icarus,60,7899,0,4090,86,9,684,904,12,5,48,100,10,15,118,40,10,12,1,7,44,0x3885,150,576,432,288,0,0,0,0,0,0,0,7347,2000,1716,1,12006,100,1708,10,2308,5,2402,30,2404,2,0,0,0,0,4351,1 -1657,RAWREL,Rawrel,Laurell Weinder,61,6168,0,4620,30,1,430,517,8,48,1,41,5,120,45,10,10,12,1,7,48,0x3885,150,576,432,288,0,0,0,0,0,0,0,934,1000,1616,1,2102,5,1608,50,2322,10,2333,30,2607,1,0,0,0,0,4350,1 -// 1'st Class MvP (Ygnizem/Egnigem Cenia) and her mobs. -1658,B_YGNIZEM,Ygnizem,Egnigem Cenia,79,214200,0,258760,86000,1,3890,5690,48,25,82,60,45,31,110,40,10,12,1,7,43,0x37B5,100,1008,864,288,129380,617,5500,603,5000,732,2000,1162,1000,644,5000,603,5000,1167,1000,2320,1000,2406,1000,1130,1000,0,0,0,0,4352,1 -1659,G_WHIKEBAIN,Whikebain,Wickebine Tres,62,7320,0,0,0,1,593,789,9,12,1,102,34,23,74,30,10,12,1,7,65,0x3885,120,1008,864,288,0,0,0,0,0,0,0,0,0,644,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1660,G_ARMAIA,Armaia,Armeyer Dinze,66,7110,0,0,0,1,650,813,42,6,5,36,40,15,80,60,10,12,1,7,62,0x3885,120,1008,864,288,0,0,0,0,0,0,0,0,0,644,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1661,G_EREND,Erend,Errende Ebecee,59,6980,0,0,0,1,796,1059,14,30,1,31,41,93,60,30,10,12,1,7,46,0x3885,130,1008,864,288,0,0,0,0,0,0,0,0,0,644,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1662,G_KAVAC,Kavac,Kavach Icarus,60,7899,0,0,0,9,584,804,12,5,48,100,10,20,118,40,10,12,1,7,44,0x3885,150,1008,864,288,0,0,0,0,0,0,0,0,0,644,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1663,G_RAWREL,Rawrel,Laurell Weinder,61,6168,0,0,0,1,330,417,8,48,1,41,5,100,45,10,10,12,1,7,48,0x3885,150,1008,864,288,0,0,0,0,0,0,0,0,0,644,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 - -// Juperos -1664,POTON_CANON,Photon Cannon,Photon Cannon,66,8000,0,3900,1800,9,800,900,10,30,1,40,25,20,80,80,10,12,1,0,40,0x84,300,1536,960,480,0,0,0,0,0,0,0,7126,5000,718,1000,938,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1665,POTON_CANON_1,Photon Cannon,Photon Cannon,67,7500,0,4300,2000,9,700,800,15,30,1,40,30,40,86,80,10,12,1,0,40,0x84,300,1536,960,480,0,0,0,0,0,0,0,7126,5000,726,1000,938,1000,13160,5,0,0,0,0,0,0,0,0,0,0,0,0 -1666,POTON_CANON_2,Photon Cannon,Photon Cannon,64,7100,0,3100,2700,9,800,900,8,30,1,40,21,29,80,91,10,12,1,0,40,0x84,300,1536,960,480,0,0,0,0,0,0,0,7126,5000,721,1000,938,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1667,POTON_CANON_3,Photon Cannon,Photon Cannon,65,7800,0,3800,2300,9,700,800,15,30,1,40,23,30,90,99,10,12,1,0,40,0x84,300,1536,960,480,0,0,0,0,0,0,0,7126,5000,728,1000,938,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1668,ARCHDAM,Archdam,Archdam,79,25000,0,8000,5000,3,1000,2000,15,15,65,65,35,75,75,15,10,12,2,7,60,0x3695,180,580,288,360,0,0,0,0,0,0,0,7317,5000,999,500,984,200,985,200,13156,5,13167,5,0,0,0,0,0,0,4371,1 -1669,DIMIK,Dimik,Dimik,77,10000,0,0,0,5,1040,1880,45,28,15,35,40,15,120,42,10,12,1,0,40,0x3885,200,576,720,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4370,1 -1670,DIMIK_1,Dimik,Dimik,79,16000,0,6400,3500,7,1140,1980,45,28,15,88,20,20,120,40,10,12,1,0,44,0x3885,150,576,720,432,0,0,0,0,0,0,0,7319,2000,7352,50,999,300,7094,300,13153,5,984,10,12128,50,0,0,0,0,4370,1 -1671,DIMIK_2,Dimik,Dimik,89,29000,0,8000,5000,5,1440,2280,45,28,15,40,30,30,150,70,10,12,1,0,41,0x3885,200,576,720,432,0,0,0,0,0,0,0,7319,2000,7353,50,999,300,7094,300,13169,10,984,10,12128,50,0,0,0,0,4370,1 -1672,DIMIK_3,Dimik,Dimik,80,19000,0,5900,2800,5,1240,2080,68,28,15,30,78,20,120,30,10,12,1,0,42,0x3885,200,576,720,432,0,0,0,0,0,0,0,7319,2000,7354,50,999,300,7094,300,2656,10,984,10,12128,50,0,0,0,0,4370,1 -1673,DIMIK_4,Dimik,Dimik,82,13900,0,5800,4500,5,1840,2840,45,28,15,20,20,10,120,30,10,12,1,0,43,0x3885,200,576,720,432,0,0,0,0,0,0,0,7319,2000,7355,50,999,300,7094,300,2656,10,984,10,12128,50,0,0,0,0,4370,1 -1674,MONEMUS,Monemus,Monemus,88,80000,0,0,0,5,2000,3000,54,25,0,1,90,24,144,45,14,12,2,0,63,0x1A4,400,1368,1344,432,0,0,0,0,0,0,0,7049,2000,953,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1675,VENATU,Venatu,Venatu,77,8000,0,0,0,2,1200,1800,35,20,5,26,24,5,75,40,10,12,1,0,43,0x3885,150,504,1020,360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4369,1 -1676,VENATU_1,Venatu,Venatu,72,8900,0,4000,2000,2,800,1400,30,20,5,26,24,5,82,30,10,12,1,0,40,0x3885,150,504,1020,360,0,0,0,0,0,0,0,7317,2000,7356,350,999,300,7094,300,13157,5,985,10,12127,100,0,0,0,0,4369,1 -1677,VENATU_2,Venatu,Venatu,80,9000,0,4000,2000,2,900,1500,30,20,5,82,32,5,105,30,10,12,1,0,44,0x3885,150,504,1020,360,0,0,0,0,0,0,0,7317,2000,7357,500,999,300,7094,300,13164,10,985,10,12127,100,0,0,0,0,4369,1 -1678,VENATU_3,Venatu,Venatu,78,9500,0,4500,2000,2,800,1400,30,20,5,26,68,5,95,30,10,12,1,0,42,0x3885,150,504,1020,360,0,0,0,0,0,0,0,7317,2000,7358,400,999,300,7094,300,2656,10,985,10,12127,100,0,0,0,0,4369,1 -1679,VENATU_4,Venatu,Venatu,75,12300,0,4000,2000,2,800,1400,30,20,5,26,24,5,100,30,10,12,1,0,41,0x3885,150,504,1020,360,0,0,0,0,0,0,0,7317,2000,7359,300,999,300,7094,300,2656,10,985,10,12127,100,0,0,0,0,4369,1 -1680,HILL_WIND_1,Hill Wind,Hill Wind,45,4233,0,2132,1722,3,320,510,10,15,21,42,31,50,67,23,10,12,1,2,64,0x3885,170,504,480,360,0,0,0,0,0,0,0,7115,4000,7116,3000,528,1000,510,10,0,0,0,0,0,0,0,0,0,0,4345,1 -1681,GEMINI,Gemini-S58,Gemini-S58,72,57870,0,22024,9442,3,2150,3030,60,45,88,75,70,77,105,55,10,12,1,0,21,0x39A5,200,1872,360,864,0,0,0,0,0,0,0,7005,3000,603,1000,13159,5,546,500,547,400,7479,6,12040,300,0,0,0,0,4354,1 -1682,REMOVAL,Removal,Remover,55,10289,0,3831,1278,1,558,797,5,20,1,20,56,35,57,20,10,12,1,1,49,0x3885,250,1536,1056,1152,0,0,0,0,0,0,0,713,5000,7319,5000,5005,10,549,500,971,50,972,100,5120,6,0,0,0,0,4353,1 -1683,G_POTON_CANON,Photon Cannon,Photon Cannon,46,7000,0,0,0,9,560,570,5,10,1,36,36,20,56,30,10,12,1,0,43,0x3885,300,1536,960,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 -1684,G_ARCHDAM,Archdam,Archdam,57,11000,0,0,0,3,600,700,15,15,65,65,35,75,75,15,10,12,2,8,60,0x3885,180,1080,288,360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1685,APOCALIPS_H,Vesper,Vesper,97,640700,0,200000,100000,3,4000,10000,50,54,100,50,30,70,160,150,10,12,2,2,46,0x37B5,180,504,912,432,100000,617,5500,603,5000,732,2000,7095,5000,7094,3000,617,1000,2659,100,2660,100,2661,100,2662,100,0,0,0,0,4374,1 -1686,ORC_BABY,Orc Baby,Orc Baby,21,912,0,220,220,1,135,270,10,10,30,15,10,18,35,2,10,12,0,7,22,0x3885,200,672,864,288,0,0,0,0,0,0,0,7126,1000,10004,100,2299,1,519,5000,7270,200,7269,100,0,0,0,0,0,0,4375,1 -1687,GREEN_IGUANA,Green Iguana,Grove,54,6444,0,2400,2050,1,550,650,0,10,1,52,64,5,98,14,10,12,1,2,42,0x83,200,720,528,432,0,0,0,0,0,0,0,521,1500,903,1000,520,1000,511,1000,528,2000,606,10,511,1,0,0,0,0,4377,1 -1688,LADY_TANEE,Lady Tanee,Lady Tanee,89,493000,0,64995,43222,14,450,2170,20,44,1,125,48,78,210,38,10,12,2,3,64,0x1A4,100,576,432,360,32497,617,5500,12095,5000,732,2000,12090,5000,634,4000,12129,1000,5116,1000,985,5000,617,2000,1716,6000,0,0,0,0,4376,1 -1689,G_BACSOJIN,Bacsojin,White Lady,85,253221,0,45250,16445,3,1868,6124,20,55,52,65,44,112,152,35,10,12,2,7,64,0x37B5,130,576,960,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 -1690,G_SPRING_RABBIT,Spring Rabbit,Spring Rabbit,12,15,0,0,0,1,0,0,100,99,1,1,1,1,1,1,10,12,1,2,42,0xC3,160,1120,552,511,0,0,0,0,0,0,0,12194,100,12706,300,12708,300,7888,5000,0,0,0,0,0,0,0,0,0,0,0,0 -1691,G_KRABEN,Kraben,Kraben,70,10880,0,0,0,1,125,765,5,42,50,155,1,66,112,60,10,12,1,0,48,0x3885,100,1152,1536,576,0,0,0,0,0,0,0,521,1,521,1,521,1,521,1,521,1,521,1,521,1,0,0,0,0,0,0 - -// Thanatos Tower & Abyss -1692,BREEZE,Breeze,Breeze,56,5099,0,2390,1340,2,94,215,7,32,1,96,6,38,91,45,10,12,1,0,64,0x3885,100,140,384,504,0,0,0,0,0,0,0,945,500,706,10,2270,10,1733,10,604,10,2269,10,996,10,0,0,0,0,4390,1 -1693,PLASMA_Y,Plasma,Plasma,56,8400,0,2200,2100,3,400,900,0,40,1,30,10,83,105,45,10,12,0,0,88,0x3885,100,608,1440,576,0,0,0,0,0,0,0,911,100,644,10,731,2,715,100,969,1,0,0,0,0,0,0,0,0,4389,1 -1694,PLASMA_R,Plasma,Plasma,43,5700,0,2000,1000,3,300,700,0,30,1,30,5,56,90,30,10,12,0,0,83,0x3885,150,608,1440,576,0,0,0,0,0,0,0,911,100,644,10,731,2,716,100,990,45,0,0,0,0,0,0,0,0,4389,1 -1695,PLASMA_G,Plasma,Plasma,47,7600,0,2000,1000,3,300,700,0,30,1,30,5,61,90,30,10,12,0,0,82,0x3885,150,608,1440,576,0,0,0,0,0,0,0,911,100,644,10,731,2,717,100,993,40,0,0,0,0,0,0,0,0,4389,1 -1696,PLASMA_P,Plasma,Plasma,49,5900,0,2000,1000,3,300,700,0,30,1,30,5,54,90,30,10,12,0,0,87,0x3885,150,608,1440,576,0,0,0,0,0,0,0,911,100,644,10,731,2,716,100,724,100,0,0,0,0,0,0,0,0,4389,1 -1697,PLASMA_B,Plasma,Plasma,44,8200,0,2000,1000,3,300,700,0,30,1,30,5,73,90,30,10,12,0,0,81,0x3885,150,608,1440,576,0,0,0,0,0,0,0,911,100,644,10,731,2,717,100,991,35,0,0,0,0,0,0,0,0,4389,1 -1698,DEATHWORD,Deathword,Death Word,65,18990,0,2986,4912,1,622,1102,10,40,50,75,10,20,140,45,10,12,1,0,60,0x3695,150,176,912,300,0,0,0,0,0,0,0,1097,4000,7015,300,11003,50,7449,500,2418,10,7479,2,7480,1,0,0,0,0,4388,1 -1699,ANCIENT_MIMIC,Ancient Mimic,Ancient Mimic,60,8080,0,2950,2650,1,530,1697,20,40,50,100,30,40,150,110,10,12,2,0,60,0x3885,100,168,480,360,0,0,0,0,0,0,0,603,30,617,1,644,50,2404,5,2506,1,2417,10,2610,100,0,0,0,0,4387,1 -1700,OBSERVATION,Observation,Dame of Sentinel,81,65111,0,39872,33120,2,1666,2609,55,55,30,74,56,126,145,114,10,12,1,8,80,0x33B5,100,432,480,360,0,0,0,0,0,0,0,7441,500,2621,1,7442,100,728,1000,12040,100,2210,10,7435,100,0,0,0,0,4392,1 -1701,SHELTER,Shelter,Mistress of Shelter,80,38000,0,29010,25110,2,1871,1971,22,63,12,67,34,167,157,120,10,12,1,8,66,0x33B5,160,432,420,360,0,0,0,0,0,0,0,7440,200,7442,1,12040,50,722,1000,7005,1000,7442,50,0,0,0,0,0,0,4393,1 -1702,RETRIBUTION,Retribution,Baroness of Retribution,79,46666,0,28332,33120,2,2022,2288,35,35,30,142,66,72,133,39,10,12,1,8,67,0x33B5,120,360,480,360,0,0,0,0,0,0,0,7440,400,2621,1,12040,50,723,1000,2506,5,1158,10,7442,50,0,0,0,0,4391,1 -1703,SOLACE,Solace,Lady Solace,77,25252,0,21000,25110,2,1392,1462,21,67,12,76,29,145,99,100,10,12,1,8,66,0x33B5,180,576,420,360,0,0,0,0,0,0,0,7441,200,2621,1,12040,50,718,1000,1910,50,1909,100,7442,50,0,0,0,0,4394,1 -1704,THA_ODIUM,Thanatos Odium,Odium of Thanatos,92,72389,0,88420,63880,9,2100,2800,68,30,100,52,165,62,185,90,10,12,2,1,88,0x37B5,100,432,288,420,0,0,0,0,0,0,0,7054,1000,731,500,732,100,7438,10000,616,10,2520,1000,0,0,0,0,0,0,4396,1 -1705,THA_DESPERO,Thanatos Despero,Despero of Thanatos,88,86666,0,62001,51220,2,2182,3082,38,39,100,167,79,92,151,120,10,12,2,1,88,0x37B5,150,160,528,360,0,0,0,0,0,0,0,7054,1000,731,500,732,100,7439,10000,616,10,2419,1000,0,0,0,0,0,0,4397,1 -1706,THA_MAERO,Thanatos Maero,Maero of Thanatos,83,62000,0,56699,63880,2,2022,2288,29,72,100,176,30,200,122,29,10,12,1,1,88,0x37B5,150,160,480,360,0,0,0,0,0,0,0,7054,1000,731,500,732,100,7437,10000,616,10,2354,1000,0,0,0,0,0,0,4395,1 -1707,THA_DOLOR,Thanatos Dolor,Dolor of Thanatos,83,59922,0,43200,51220,2,1392,2092,21,80,100,76,29,206,139,44,10,12,0,1,88,0x37B5,150,160,672,480,0,0,0,0,0,0,0,7054,1000,731,500,732,100,7436,10000,616,10,5128,1000,0,0,0,0,0,0,4398,1 -1708,THANATOS,Thanatos,Memory of Thanatos,99,445660,0,3666000,2145060,3,3812,7483,35,35,100,108,30,86,147,32,10,12,2,6,88,0x37B5,120,115,816,504,1833000,617,5500,603,5000,732,2000,7444,1000,2519,1000,7450,5000,2342,5000,2412,5000,2515,1000,2655,500,0,0,0,0,4399,1 -1709,G_THA_ODIUM,Thanatos Odium,Odium of Thanatos,92,72389,0,10000,5000,9,2100,2800,68,30,100,52,165,62,185,90,10,12,2,1,88,0x33B5,100,115,288,420,0,0,0,0,0,0,0,7054,1000,731,500,732,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1710,G_THA_DESPERO,Thanatos Despero,Despero of Thanatos,88,86666,0,10000,5000,2,2182,3082,38,39,100,167,79,92,151,120,10,12,2,1,88,0x33B5,150,160,528,360,0,0,0,0,0,0,0,7054,1000,731,500,732,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1711,G_THA_MAERO,Thanatos Maero,Maero of Thanatos,83,62000,0,10000,5000,2,2022,2288,29,72,100,176,30,200,122,29,10,12,1,1,88,0x33B5,150,160,480,360,0,0,0,0,0,0,0,7054,1000,731,500,732,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1712,G_THA_DOLOR,Thanatos Dolor,Dolor of Thanatos,83,59922,0,10000,5000,2,1392,2092,21,80,100,76,29,206,139,44,10,12,0,1,88,0x33B5,150,160,672,480,0,0,0,0,0,0,0,7054,1000,731,500,732,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1713,ACIDUS,Acidus,Acidus,80,51112,0,28043,8023,2,1289,2109,29,69,1,71,55,135,103,69,10,12,2,9,46,0x3095,170,168,1008,300,0,0,0,0,0,0,0,582,5100,1035,4000,7444,5,1036,3589,7448,800,1269,10,2114,50,0,0,0,0,4378,1 -1714,FERUS,Ferus,Ferus,70,29218,0,8093,3952,2,1056,1496,14,45,1,78,45,72,81,73,10,12,2,9,43,0x3095,100,108,576,432,0,0,0,0,0,0,0,578,2200,1035,1000,7123,1000,1036,2000,7447,800,994,20,5122,50,0,0,0,0,4380,1 -1715,NOVUS,Novus,Novus,42,5430,0,1320,1002,1,284,384,20,28,1,56,43,45,124,43,10,12,0,9,20,0x3885,110,151,288,360,0,0,0,0,0,0,0,511,3000,7053,1035,0,0,1036,589,0,0,0,0,0,0,0,0,0,0,4383,1 -1716,ACIDUS_,Acidus,Acidus,76,39111,0,14392,4203,2,1180,2000,21,47,1,78,31,93,88,52,10,12,2,9,44,0x3095,180,168,768,360,0,0,0,0,0,0,0,505,150,1035,4000,510,150,1036,3589,7446,800,996,20,7446,100,0,0,0,0,4379,1 -1717,FERUS_,Ferus,Ferus,69,21182,0,6750,2230,2,930,1170,14,38,1,66,77,60,79,35,10,12,2,9,42,0x3095,120,108,576,432,0,0,0,0,0,0,0,579,5100,1035,1000,0,0,1036,3589,7445,800,997,20,7445,100,0,0,0,0,4381,1 -1718,NOVUS_,Novus,Novus,43,5830,0,1411,1100,1,314,414,24,28,1,60,43,39,119,43,10,12,0,9,20,0x3885,100,252,816,480,0,0,0,0,0,0,0,508,2000,7053,1035,0,0,1036,589,0,0,0,0,0,0,0,0,0,0,4382,1 -1719,DETALE,Detale,Detardeurus,90,960000,0,291850,123304,3,4560,5548,66,59,100,90,30,136,140,56,10,12,2,9,67,0x37B5,250,432,936,360,145925,617,5500,603,5000,732,2000,2649,1000,2648,1000,7444,5000,7451,3589,12080,1000,1417,100,5002,500,0,0,0,0,4386,1 -1720,HYDRO,Hydro,Hydrolancer,89,308230,0,83450,2480,3,2554,3910,52,62,1,96,110,86,94,32,10,12,2,9,47,0x37B5,160,140,672,432,0,0,0,0,0,0,0,7123,4000,1035,4000,7443,3880,5126,500,5127,500,12085,300,5124,500,0,0,0,0,4384,1 -1721,DRAGON_EGG,Dragon Egg,Dragon Egg,43,18322,0,6740,0,0,1,2,78,60,1,1,56,67,1,63,10,12,1,9,40,0x0,1000,24,0,0,0,0,0,0,0,0,0,985,5,7032,100,731,10,732,5,718,10,720,10,728,10,0,0,0,0,4385,1 -1722,EVENT_JAKK,Jakk,Jakk,99,10310,0,103,100,1,115,182,5,11,1,28,18,13,35,45,10,12,1,0,43,0x81,240,1180,480,648,0,0,0,0,0,0,0,7225,1000,1062,1000,535,1000,0,0,0,0,0,0,0,0,0,0,0,0,5134,10000 -1723,A_SHECIL,Shecil Damon,Cecil Damon,82,30000,0,0,0,14,600,900,25,15,1,145,27,32,134,80,10,12,1,7,64,0x3695,180,1008,384,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1724,A_POTON_CANON,Photon Cannon,Photon Cannon,66,8000,0,0,0,9,1000,1300,10,30,1,40,25,20,80,80,10,12,1,0,40,0x84,300,1536,960,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 -1725,R_PORING,Poring,Poring,1,50,0,0,0,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,0x83,150,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 -1726,R_LUNATIC,Lunatic,Lunatic,3,60,0,0,0,1,9,12,0,20,1,3,3,10,8,60,10,12,0,2,60,0x83,150,1456,456,336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1727,R_SAVAGE_BABE,Savage Babe,Savage Babe,7,182,0,0,0,1,20,25,0,0,1,7,14,5,12,35,10,12,0,2,22,0x83,150,1624,624,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1728,R_DESERT_WOLF_B,Desert Wolf Baby,Baby Desert Wolf,9,164,0,0,0,1,30,36,0,0,1,9,9,5,21,40,10,12,0,2,23,0x83,150,1600,900,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1729,R_BAPHOMET_,Baphomet Jr.,Baphomet Jr.,50,8578,0,0,0,1,487,590,15,25,1,75,55,1,93,45,10,12,0,6,27,0x183,150,868,480,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1730,R_DEVIRUCHI,Deviruchi,Deviruchi,46,7360,0,0,0,1,475,560,10,25,1,69,40,55,87,30,10,12,0,6,27,0x183,150,980,600,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1731,G_DOPPELGANGER,Doppelganger,Doppelganger,72,12000000,0,3000000,2000000,1,5000,10000,99,99,88,180,70,75,180,65,10,12,2,8,48,0x37B5,190,480,480,288,0,0,0,0,0,0,0,7484,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1732,G_TREASURE_BOX,Treasure Chest,Treasure Chest,98,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7486,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 - -// Kiel Dungeon monsters -1733,KIEL,Kiel,Kiehl,90,523000,0,36500,23405,3,1682,3311,28,32,100,112,76,89,156,102,10,12,1,0,47,0x37B5,140,1152,576,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1734,KIEL_,Kiel D-01,Kiel D-01,90,1523000,0,2356200,512602,3,3280,6560,28,32,100,130,30,160,199,180,10,12,1,0,47,0x37B5,130,1152,576,432,1178100,617,5500,603,5000,616,2000,7513,3000,617,3000,2651,1000,2319,1000,1618,500,1242,500,2650,1000,0,0,0,0,4403,1 -1735,ALICEL,Alicel,Alicel,75,37520,0,8890,5420,2,1800,2770,30,30,50,58,50,51,92,40,10,12,1,6,60,0x318D,250,1080,480,504,0,0,0,0,0,0,0,7512,2000,7507,3000,999,200,7317,500,1270,5,985,10,2517,20,0,0,0,0,4401,1 -1736,ALIOT,Aliot,Aliot,75,48290,0,13020,4006,2,950,2470,35,15,50,32,87,12,68,19,10,12,1,6,60,0x318D,200,1296,432,360,0,0,0,0,0,0,0,7512,2000,7507,3000,2516,10,7317,500,1810,10,985,10,13405,15,0,0,0,0,4402,1 -1737,ALIZA,Aliza,Aliza,69,19000,0,6583,3400,1,750,1100,8,5,74,74,52,35,110,140,10,12,1,7,60,0x91,220,1440,576,600,0,0,0,0,0,0,0,7054,4000,2518,10,2626,10,7047,5,12128,50,661,1,2123,5,0,0,0,0,4400,1 -1738,CONSTANT,Constant,Constant,55,10000,0,3230,116,1,460,580,12,12,50,28,26,47,66,14,10,12,0,0,67,0x3885,150,720,360,360,0,0,0,0,0,0,0,7512,100,7507,1500,7325,10,999,10,757,10,0,0,0,0,0,0,0,0,0,0 -1739,G_ALICEL,Alicel,Alicel,75,37520,0,0,0,2,1600,2570,30,30,50,60,50,51,92,40,10,12,1,6,60,0x318D,150,1080,480,504,0,0,0,0,0,0,0,7507,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1740,G_ALIOT,Aliot,Aliot,75,43290,0,0,0,2,950,2070,35,15,50,32,87,12,68,19,10,12,1,6,60,0x318D,150,1296,432,360,0,0,0,0,0,0,0,7507,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1741,G_COOKIE_XMAS,Christmas Cookie,Christmas Cookie,28,2090,0,0,0,1,140,170,0,50,1,24,30,53,45,100,10,12,0,7,46,0x3885,400,1248,1248,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1742,G_CARAT,Carat,Carat,51,5200,0,0,0,1,330,417,0,25,1,41,45,5,85,155,10,12,1,6,44,0x3985,200,1078,768,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1743,G_MYSTCASE,Myst Case,Myst Case,38,3450,0,0,0,1,160,360,5,10,65,50,25,5,48,75,10,12,1,0,60,0x3885,400,1248,1248,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1744,G_WILD_ROSE,Wild Rose,Wild Rose,38,2980,0,0,0,1,315,360,0,15,65,85,15,35,65,80,10,12,0,2,24,0x3885,100,964,864,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1745,G_CONSTANT,Constant,Constant,55,1000,0,0,0,1,460,580,12,12,50,28,26,47,66,14,10,12,0,6,67,0x2185,110,720,360,360,0,0,0,0,0,0,0,7507,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1746,G_ALIZA,Aliza,Aliza,69,15000,0,0,0,1,750,1100,8,5,74,74,52,35,110,140,10,12,1,7,60,0x3885,200,1440,576,600,0,0,0,0,0,0,0,7507,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1747,G_SNAKE,Snake,Boa,15,471,0,0,0,1,46,55,0,0,1,15,15,10,35,5,10,12,1,2,22,0x3885,200,1576,576,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1748,G_ANACONDAQ,Anacondaq,Anacondaq,23,1109,0,0,0,1,124,157,0,0,1,23,28,10,36,5,10,12,1,2,25,0x3885,200,1576,576,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1749,G_MEDUSA,Medusa,Medusa,79,22408,0,0,0,1,827,1100,48,38,1,74,50,57,77,69,10,12,1,6,40,0x3985,180,1720,1320,360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1750,G_RED_PLANT,Red Plant,Red Plant,1,100,0,0,0,1,100,200,100,99,0,0,0,0,0,100,7,12,0,3,22,0x40,2000,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 - -// Odin monsters -1751,RANDGRIS,Valkyrie Randgris,Valkyrie Randgris,99,3567200,0,2854900,3114520,3,5560,9980,25,42,100,120,30,120,220,210,10,12,2,8,86,0x37B5,100,576,576,480,1427450,617,5500,603,5000,616,2000,7510,5000,2357,1600,2524,3000,2421,3000,2229,5000,7024,2500,0,0,0,0,0,0,4407,1 -1752,SKOGUL,Skogul,Skogul,70,87544,0,27620,10,2,1110,1930,20,15,1,69,70,50,67,52,10,12,1,6,67,0x3395,190,720,384,480,0,0,0,0,0,0,0,7511,3500,7054,1000,716,1000,739,500,2609,100,757,500,1271,5,0,0,0,0,4404,1 -1753,FRUS,Frus,Frus,69,83422,0,20620,10,2,1110,1780,20,15,1,69,60,50,76,52,10,12,1,6,67,0x3395,150,480,576,432,0,0,0,0,0,0,0,7511,3500,7054,1000,716,1000,2622,3,2308,10,757,500,0,0,0,0,0,0,4405,1 -1754,SKEGGIOLD,Skeggiold,Skeggiold,81,295200,0,91100,10,1,1400,2020,12,24,80,100,50,72,90,50,10,12,0,8,46,0x37B5,250,672,780,480,0,0,0,0,0,0,0,7511,6000,2254,1,7063,1000,2001,25,7511,1000,2322,100,2353,100,0,0,0,0,4406,1 -1755,SKEGGIOLD_,Skeggiold,Skeggiold,83,315200,0,99200,10,1,1600,2050,15,24,80,120,60,85,98,80,10,12,0,8,46,0x37B5,250,672,780,480,0,0,0,0,0,0,0,7511,6000,2254,1,7063,1000,2001,25,7511,1000,2322,100,2353,100,0,0,0,0,4406,1 -1756,G_HYDRO,Hydro,Hydrolancer,89,308230,0,0,0,3,2554,3910,52,62,1,96,110,86,94,32,10,12,2,9,47,0x39A5,160,140,672,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1757,G_ACIDUS,Acidus,Acidus,80,51112,0,0,0,2,1289,2109,39,69,1,71,55,135,103,69,10,12,2,9,46,0x3885,170,168,1008,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,0 -1758,G_FERUS,Ferus,Ferus,70,29218,0,0,0,2,1056,1496,34,45,1,78,45,72,81,73,10,12,2,9,43,0x3885,100,108,576,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1759,G_ACIDUS_,Acidus,Acidus,76,39111,0,0,0,2,1180,2000,31,47,1,78,31,93,88,52,10,12,2,9,44,0x3885,180,168,768,360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1760,G_FERUS_,Ferus,Ferus,69,21182,0,0,0,2,930,1170,24,38,1,66,77,60,79,35,10,12,2,9,42,0x3885,120,108,576,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1761,G_SKOGUL,Skogul,Skogul,70,57544,0,0,0,2,1110,1930,20,15,1,69,70,50,67,52,10,12,1,6,67,0x3985,170,720,384,480,0,0,0,0,0,0,0,7511,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1762,G_FRUS,Frus,Frus,69,53422,0,0,0,2,1110,1780,20,15,1,69,60,50,76,52,10,12,1,6,67,0x3985,130,480,576,432,0,0,0,0,0,0,0,7511,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1763,G_SKEGGIOLD,Skeggiold,Skeggiold,81,100200,0,0,0,1,1400,3410,12,24,80,100,50,72,90,50,10,12,0,8,46,0x39A5,200,672,780,480,0,0,0,0,0,0,0,7511,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1764,G_SKEGGIOLD_,Skeggiold,Skeggiold,83,103000,0,0,0,1,1600,4110,15,24,80,120,60,85,98,80,10,12,0,8,46,0x39A5,200,672,780,480,0,0,0,0,0,0,0,7511,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1765,G_RANDGRIS,Valkyrie,Valkyrie,99,1567200,0,10000,10000,3,5560,9980,25,42,100,120,80,120,220,210,10,12,2,8,86,0x37B5,100,576,576,480,0,0,0,0,0,0,0,7510,500,617,100,2115,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1766,EM_ANGELING,Angeling,Angeling,99,128430,0,0,0,1,60,71,40,50,1,17,80,80,126,20,10,12,0,8,66,0x4B5,300,1288,288,384,0,909,5000,909,5000,741,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1767,EM_DEVILING,Deviling,Deviling,99,128430,0,0,0,1,60,71,40,50,1,17,80,80,126,20,10,12,0,8,66,0x4B5,300,1288,288,384,0,909,5000,909,5000,741,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 - -// Rachel / Ice Dungeon monsters -1768,GLOOMUNDERNIGHT,Gloom Under Night,Gloom Under Night,89,2298000,0,962175,276445,3,5880,9516,10,20,100,115,98,78,111,50,10,12,2,0,68,0x37B5,200,1344,2880,576,481087,607,5500,617,5000,617,5000,7566,7000,7023,4000,7022,2000,616,5000,2513,1000,1377,100,0,0,0,0,0,0,4408,1 -1769,AGAV,Agav,Agav,73,29620,0,9780,6622,1,103,1109,15,35,1,32,27,132,69,15,10,12,1,7,80,0x3295,300,768,360,360,0,0,0,0,0,0,0,7567,2500,2422,2,7563,4000,2109,1,12183,50,7563,100,0,0,0,0,0,0,4409,1 -1770,ECHIO,Echio,Echio,69,34900,0,13560,4300,1,750,1800,33,11,74,74,52,35,59,56,10,12,1,7,80,0x3295,250,768,360,360,0,0,0,0,0,0,0,7567,2500,608,10,7563,4000,5172,20,12183,20,7563,100,2366,20,0,0,0,0,4410,1 -1771,VANBERK,Vanberk,Vanberk,59,9988,0,4203,901,1,230,660,24,6,69,66,39,29,51,41,10,12,1,7,80,0x3885,250,768,360,360,0,0,0,0,0,0,0,7568,2500,526,10,7563,1000,5172,10,13027,5,7563,100,0,0,0,0,0,0,4411,1 -1772,ISILLA,Isilla,Isilla,62,8297,0,3001,3001,1,89,733,11,19,1,28,12,97,57,12,10,12,1,7,80,0x3885,300,768,360,432,0,0,0,0,0,0,0,7568,2500,2422,1,7563,1000,2610,10,2601,1,7563,100,0,0,0,0,0,0,4412,1 -1773,HODREMLIN,Hodremlin,Hodremlin,61,12180,0,6782,2022,1,845,1678,29,25,80,41,81,56,62,11,10,12,1,6,67,0x3985,140,960,528,432,0,0,0,0,0,0,0,587,1000,7340,1000,2406,2,938,1000,7563,1000,1061,2000,2426,10,0,0,0,0,4413,1 -1774,SEEKER,Seeker,Seeker,65,10090,0,5671,4278,6,723,852,17,30,60,52,34,143,107,27,10,12,0,0,64,0x3295,190,576,432,300,0,0,0,0,0,0,0,587,1000,7340,1000,985,20,1061,4000,7563,1000,1375,20,0,0,0,0,0,0,4414,1 -1775,SNOWIER,Snowier,Snowier,60,19230,0,5882,2699,2,770,1347,22,12,73,46,72,15,52,25,10,12,2,0,41,0x3885,220,936,1020,420,0,0,0,0,0,0,0,7561,3000,7066,1000,757,100,510,50,509,500,1819,3,991,100,0,0,0,0,4415,1 -1776,SIROMA,Siroma,Siroma,42,6800,0,2230,1005,1,220,440,12,8,33,23,52,11,40,19,10,12,0,0,61,0x83,180,432,648,240,0,0,0,0,0,0,0,7561,1000,7066,500,510,10,0,0,0,0,0,0,991,20,0,0,0,0,4416,1 -1777,ICE_TITAN,Ice Titan,Ice Titan,60,38200,0,13872,7928,1,1090,1570,71,15,99,34,88,10,79,29,10,12,2,0,61,0x3885,250,861,660,144,0,0,0,0,0,0,0,7561,5000,7066,3000,749,100,984,10,985,30,0,0,995,100,0,0,0,0,4417,1 -1778,GAZETI,Gazeti,Gazeti,55,12300,0,5758,2075,10,512,612,65,25,1,12,20,60,101,5,10,12,1,6,21,0x3395,190,576,370,270,0,0,0,0,0,0,0,7561,3000,7066,3000,985,20,1731,1,0,0,0,0,0,0,0,0,0,0,4418,1 -1779,KTULLANUX,Ktullanux,Ktullanux,98,4417000,0,2720050,1120020,3,1680,10360,40,42,85,126,30,125,177,112,10,12,2,2,81,0x37B5,400,432,840,216,1360025,607,5500,617,5000,617,5000,7562,9000,616,3000,2509,3000,2111,5000,617,5000,607,5000,0,0,0,0,0,0,4419,1 -1780,MUSCIPULAR,Muscipular,Muscipular,57,4332,0,1706,1706,3,521,726,12,12,1,53,39,25,92,51,10,12,1,3,22,0x84,2000,672,648,360,0,0,0,0,0,0,0,7565,3000,1032,3000,629,2,1033,2000,905,1000,631,3,0,0,0,0,0,0,4420,1 -1781,DROSERA,Drosera,Drosera,46,7221,0,2612,1022,7,389,589,10,13,1,30,27,17,76,41,10,12,1,3,22,0x84,2000,864,576,336,0,0,0,0,0,0,0,7565,3000,938,3000,1032,2000,1033,2000,621,3,905,1000,0,0,0,0,0,0,4421,1 -1782,ROWEEN,Roween,Roween,31,5716,0,1669,1266,1,298,377,0,7,51,39,48,18,67,19,10,12,1,2,24,0x108B,200,412,840,300,0,0,0,0,0,0,0,7564,3000,919,3000,992,50,1822,2,0,0,0,0,0,0,0,0,0,0,4422,1 -1783,GALION,Galion,Galion,44,32240,0,10020,3368,1,336,441,11,12,51,52,59,25,72,32,10,12,1,2,44,0x11AB,150,864,624,360,0,0,0,0,0,0,0,7564,3000,919,3000,996,10,2531,5,0,0,0,0,0,0,0,0,0,0,4423,1 -1784,STAPO,Stapo,Stapo,23,666,0,332,221,1,135,370,90,5,12,11,15,12,23,1,10,12,0,0,42,0x83,300,936,792,432,0,0,0,0,0,0,0,909,1000,7312,1000,512,1000,7126,100,993,10,1821,3,0,0,0,0,0,0,4424,1 -1785,ATROCE,Atroce,Atroce,82,1008420,0,295550,118895,2,2526,3646,25,25,100,87,30,49,89,72,10,12,2,2,67,0x37B5,150,576,600,240,147775,607,5500,617,5000,617,5000,7563,7000,608,1000,2621,1000,617,5000,607,5000,5123,100,1175,100,0,0,0,0,4425,1 -1786,G_AGAV,Agav,Agav,73,25620,0,0,0,1,103,909,15,35,1,32,27,132,69,15,10,12,1,7,40,0x3295,300,768,360,360,0,0,0,0,0,0,0,7567,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1787,G_ECHIO,Echio,Echio,69,36900,0,0,0,1,750,1500,33,11,74,74,52,35,59,56,10,12,1,7,40,0x3295,250,768,360,360,0,0,0,0,0,0,0,7567,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1788,G_ICE_TITAN,Ice Titan,Ice Titan,60,32900,0,0,0,1,1090,1570,71,15,99,34,88,10,79,29,10,12,2,0,61,0x3295,250,861,660,144,0,0,0,0,0,0,0,7561,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1789,ICEICLE,Iceicle,Iceicle,38,10,0,5,5,3,241,1082,0,10,1,10,10,10,172,5,10,12,0,0,41,0x84,2000,1344,0,0,0,0,0,0,0,0,0,7066,1000,7066,1000,7066,1000,7066,500,7066,500,7066,500,7066,500,0,0,0,0,7066,500 -1790,G_RAFFLESIA,Rafflesia,Rafflesia,17,1333,0,0,0,3,105,127,0,2,1,18,24,11,37,10,10,12,0,3,22,0x3885,150,512,528,240,0,0,0,0,0,0,0,7577,3000,7575,4000,7576,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1791,G_GALION,Galion,Galion,44,32240,0,0,0,1,336,441,11,12,51,52,59,25,72,32,10,12,1,2,44,0x11AB,150,864,624,360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1792,SOCCER_BALL,Soccer Ball,Soccer Ball,1,1000,0,0,0,0,0,0,127,99,0,0,0,0,0,0,0,0,0,0,20,0x40,2000,96,96,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1793,G_MEGALITH,Megalith,Megalith,45,5300,0,0,0,9,264,314,50,25,1,45,60,5,95,5,10,12,2,0,80,0x3695,200,1332,1332,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 -1794,G_ROWEEN,Roween,Roween,31,5716,0,0,0,1,298,377,0,7,51,39,48,18,67,19,10,12,1,2,24,0x3295,200,412,840,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,0 -1795,BLOODY_KNIGHT_,Bloody Knight,Bloody Knight,82,800000,0,0,0,3,10000,30000,60,60,88,121,100,100,125,55,10,12,2,8,28,0x37B5,250,828,528,192,0,0,0,0,0,0,0,1417,100,2412,100,2514,200,2342,300,2513,200,1620,200,617,7000,7578,10000,0,0,0,0 -1796,AUNOE,Aunoe,Aunoe,62,21297,0,7102,5102,1,1500,2144,11,19,1,28,12,91,57,12,10,12,1,7,80,0x3295,250,768,432,360,0,0,0,0,0,0,0,2109,1,2545,1,7568,2500,2422,1,7563,1000,2610,10,2601,3,0,0,0,0,0,0 -1797,FANAT,Fanat,Fanat,62,21297,0,7102,5102,1,1500,2144,11,19,1,28,12,91,57,12,10,12,1,7,80,0x3885,250,768,432,360,0,0,0,0,0,0,0,2109,1,2388,1,7568,2500,526,10,7563,1000,5172,10,13027,10,0,0,0,0,0,0 - -1798,TREASURE_BOX_,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x40,0,0,0,0,0,0,0,0,0,0,0,7582,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1799,G_SEYREN_,Lord Knight Seyren,Lord Knight Seyren,99,347590,0,18000,10000,1,4238,5040,72,37,120,110,81,65,130,52,10,12,1,7,83,0x37B5,100,76,384,288,0,0,0,0,0,0,0,7583,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1800,G_EREMES_,Assassin Cross Eremes,Assassin Cross Eremes,99,211230,0,18000,10000,1,3189,5289,27,39,90,181,62,37,122,60,10,12,1,7,85,0x37B5,100,76,384,288,0,0,0,0,0,0,0,7583,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1801,G_HARWORD_,Whitesmith Harword,Mastersmith Howard,99,310000,0,18000,10000,1,4822,5033,66,36,100,73,112,35,136,60,10,12,1,7,81,0x37B5,100,76,384,288,0,0,0,0,0,0,0,7583,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1802,G_MAGALETA_,High Priest Magaleta,High Priest Margaretha,99,182910,0,18000,10000,1,1688,2580,35,78,1,84,64,182,92,100,10,12,1,7,86,0x37B5,125,1152,384,288,9000,0,0,0,0,0,0,7583,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1803,G_SHECIL_,Sniper Shecil,Sniper Cecil,99,209000,0,18000,10000,14,1892,5113,22,35,1,180,39,67,193,130,10,12,1,7,84,0x33B5,100,76,384,288,0,0,0,0,0,0,0,7583,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1804,G_KATRINN_,High Wizard Katrinn,High Wizard Kathryne,99,189920,0,18000,10000,1,497,2094,10,88,1,89,42,223,128,93,10,12,1,7,68,0x37B5,150,1152,384,288,0,0,0,0,0,0,0,7583,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1805,B_SEYREN_,Lord Knight Seyren,Lord Knight Seyren,99,1647590,0,4835600,1569970,1,7238,11040,72,37,120,110,81,65,130,52,10,12,1,7,83,0x37B5,100,76,384,288,0,0,0,0,0,0,0,7583,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1806,B_EREMES_,Assassin Cross Eremes,Assassin Cross Eremes,99,1411230,0,4083400,1592380,1,4189,8289,37,39,90,181,62,37,122,60,10,12,1,7,85,0x37B5,100,76,384,288,0,0,0,0,0,0,0,7583,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1807,B_HARWORD_,Whitesmith Harword,Mastersmith Howard,99,1460000,0,4002340,1421000,1,7822,8251,66,36,100,73,112,35,136,60,10,12,1,7,82,0x37B5,100,76,384,288,0,0,0,0,0,0,0,7583,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1808,B_MAGALETA_,High Priest Magaleta,High Priest Margaretha,99,1092910,0,4257000,1318800,1,4688,5580,35,78,1,84,64,182,92,100,10,12,1,7,86,0x37B5,125,1152,384,288,0,0,0,0,0,0,0,7583,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1809,B_SHECIL_,Sniper Shecil,Sniper Cecil,99,1349000,0,4093000,1526000,14,4892,9113,22,35,1,180,39,67,193,130,10,12,1,7,84,0x37B5,100,76,384,288,0,0,0,0,0,0,0,7583,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1810,B_KATRINN_,High Wizard Katrinn,High Wizard Kathryne,99,1069920,0,4008200,1636700,1,1197,4394,10,88,1,89,42,223,128,93,10,12,1,7,68,0x37B5,150,1152,384,288,0,0,0,0,0,0,0,7583,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1811,G_SMOKIE_,Smokie,Bandit,18,641,0,0,0,1,61,72,0,10,1,18,36,25,26,35,10,12,0,2,22,0x91,200,1576,576,420,0,0,0,0,0,0,0,2201,100,7267,500,606,1000,536,2000,7299,500,0,0,0,0,0,0,0,0,0,0 -1812,EVENT_LUDE,Lude,Delightful Lude,99,15,0,0,0,0,0,0,100,99,1,1,1,1,999,1,0,0,0,0,20,0x40,190,890,960,480,0,0,0,0,0,0,0,7225,5000,1062,5000,535,5000,7609,5000,0,0,0,0,0,0,0,0,0,0,0,0 -1813,EVENT_HYDRO,Hydro,Hydrolancer,99,1880000,0,4000000,2000000,3,15000,47767,60,55,1,142,200,250,189,32,10,12,2,8,28,0x37B5,100,972,672,432,0,0,0,0,0,0,0,7607,10000,13001,500,5002,500,1417,500,12080,1500,7444,5500,0,0,0,0,0,0,0,0 -1814,EVENT_MOON,Moonlight Flower,Moonlight Flower,80,30000,0,30000,30000,1,500,800,50,50,1,35,45,112,69,93,10,12,1,2,63,0x37B5,150,1276,576,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1815,EVENT_RICECAKE,Rice Cake,Rice Cake,12,20,0,0,0,1,1,2,100,99,1,1,1,1,1,1,0,0,1,0,20,0x40,2000,1320,0,300,0,0,0,0,0,0,0,7613,10000,7613,10000,7613,10000,7613,10000,7613,10000,7613,5000,7613,4000,0,0,0,0,7613,3000 -1816,EVENT_GOURD,Gourd,Gourd,12,1000,0,0,0,1,1,2,100,99,1,1,1,1,1,1,0,0,1,0,20,0x40,2000,96,96,96,0,0,0,0,0,0,0,512,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1817,EVENT_DETALE,Detale,Detarderous,99,8880000,0,4500000,2500000,3,32767,65534,65,65,1,142,200,250,189,50,10,12,2,8,48,0x37B5,100,972,936,360,0,0,0,0,0,0,0,7701,10000,1724,500,1473,500,1265,500,12080,1500,12100,1500,0,0,0,0,0,0,0,0 -1818,EVENT_ALARM,Alarm,Alarm,58,10647,0,0,0,0,1,2,15,15,1,62,72,10,85,45,10,12,1,0,60,0x3695,1000,1020,500,768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7703,7000 -1819,EVENT_BATHORY,Bathory,Bathory,44,5415,0,0,0,1,198,398,0,60,1,76,24,85,65,15,10,12,1,7,27,0x3695,100,1504,840,900,0,0,0,0,0,0,0,7850,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1820,EVENT_BIGFOOT,Bigfoot,Bigfoot,25,1619,0,0,0,1,198,220,10,0,1,25,55,15,20,25,10,12,2,2,22,0x91,300,1260,192,192,0,0,0,0,0,0,0,7850,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1821,EVENT_DESERT_WOLF,Desert Wolf,Desert Wolf,27,1716,0,0,0,1,169,208,0,10,56,27,45,15,56,10,10,12,1,2,23,0x308D,200,1120,420,288,0,0,0,0,0,0,0,7850,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1822,EVENT_DEVIRUCHI,Deviruchi,Deviruchi,46,6666,0,0,0,1,475,560,10,25,1,69,40,55,70,30,10,12,0,6,27,0x3795,150,980,600,384,0,0,0,0,0,0,0,7850,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1823,EVENT_FREEZER,Freezer,Freezer,72,8636,0,0,0,2,671,983,55,43,69,41,59,5,67,100,10,12,1,2,41,0x3695,250,1452,483,528,0,0,0,0,0,0,0,7850,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1824,EVENT_GARM_BABY,Garm Baby,Baby Hatii,61,20199,0,0,0,1,680,1179,34,13,45,30,56,55,85,30,10,12,1,2,41,0x3885,450,879,672,576,0,0,0,0,0,0,0,7850,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1825,EVENT_GOBLINE_XMAS,Christmas Goblin,Christmas Goblin,25,1176,0,0,0,1,118,140,10,5,1,53,25,20,38,45,10,12,1,7,24,0x3695,100,1120,620,240,0,0,0,0,0,0,0,7850,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1826,EVENT_MYST,Myst,Myst,38,3745,0,0,0,1,365,445,0,40,1,38,18,0,53,10,10,12,2,0,25,0x3695,200,1576,576,384,0,0,0,0,0,0,0,7850,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1827,EVENT_SASQUATCH,Sasquatch,Sasquatch,30,3163,0,0,0,1,250,280,5,0,75,25,60,10,34,20,10,12,2,2,60,0x3695,300,1260,192,192,0,0,0,0,0,0,0,7850,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1828,EVENT_GULLINBURSTI,Gullinbrusti,Gullinbrusti,20,20,0,0,0,1,59,72,100,99,1,14,14,0,19,15,10,12,2,2,42,0x3695,150,1960,960,384,0,0,0,0,0,0,0,7303,6000,570,9000,571,8000,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1829,SWORD_GUARDIAN,Sword Guardian,Sword Master,86,152533,0,155013,122604,2,7590,9140,60,33,110,40,54,65,125,65,14,16,2,7,80,0x37B5,170,140,384,288,0,0,0,0,0,0,0,7069,3000,1370,30,1163,50,1168,1,2122,10,1176,50,0,0,0,0,0,0,4427,1 -1830,BOW_GUARDIAN,Bow Guardian,Bow Master,80,80404,0,50149,23006,12,1840,2520,40,62,95,80,33,90,165,55,14,16,2,7,80,0x37B5,170,76,384,288,0,0,0,0,0,0,0,7069,3000,1723,30,1701,50,2367,20,2701,4,0,0,0,0,0,0,0,0,4428,1 -1831,SALAMANDER,Salamander,Salamander,91,97934,0,72000,55000,2,7590,10860,65,50,90,55,44,45,180,25,10,12,2,0,63,0x37B5,160,140,384,288,0,0,0,0,0,0,0,7097,3000,994,30,716,100,2680,1,1920,50,2621,1,2364,20,0,0,0,0,4429,1 -1832,IFRIT,Ifrit,Ifrit,99,7700000,0,3154321,3114520,3,13530,17000,40,50,120,180,25,190,199,50,10,12,2,0,83,0x37B5,130,212,384,360,1577160,603,5500,617,5000,616,2000,994,10000,2677,3000,2678,200,2679,200,1471,2000,1133,2000,2345,100,0,0,0,0,4430,1 -1833,KASA,Kasa,Kasa,85,80375,0,49000,38000,2,3030,3500,23,70,45,110,31,200,140,30,10,12,2,0,63,0x37B5,150,800,600,288,0,0,0,0,0,0,0,7097,3000,7122,2500,994,30,2680,1,2344,10,1730,10,1626,10,0,0,0,0,4431,1 -1834,G_SALAMANDER,Salamander,Salamander,91,97934,0,0,0,2,9590,12860,65,60,90,55,44,45,180,25,10,12,2,0,63,0x37B5,160,140,384,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1835,G_KASA,Kasa,Kasa,85,80375,0,0,0,2,3030,3500,23,70,45,158,31,250,160,30,10,12,2,0,63,0x37B5,150,800,600,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1836,MAGMARING,Magmaring,Magmaring,40,5300,0,2110,1910,1,550,700,25,24,40,60,30,10,60,17,10,12,0,0,43,0x83,300,1472,384,288,0,0,0,0,0,0,0,7097,3000,757,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4432,1 -1837,IMP,Imp,Fire Imp,76,46430,0,25200,11077,1,1059,1509,27,50,37,76,30,150,99,10,10,12,0,6,63,0x3395,150,824,432,360,0,0,0,0,0,0,0,7122,3000,13303,3,7098,2500,1376,10,1972,25,12374,20,0,0,0,0,0,0,4433,1 -1838,KNOCKER,Knocker,Knocker,50,7755,0,2202,4023,1,889,990,28,50,25,44,50,62,65,60,10,12,0,6,22,0x191,200,1548,384,288,0,0,0,0,0,0,0,997,30,1003,150,1040,5500,2286,1,2208,10,2124,3,1732,5,0,0,0,0,4434,1 -1839,BYORGUE,Byorgue,Byorgue,86,38133,0,19000,9500,2,1340,2590,20,13,25,80,12,30,70,10,14,16,1,7,20,0x37B5,170,800,600,360,0,0,0,0,0,0,0,1270,50,5096,3,13027,150,12087,500,603,40,2530,1,7110,4365,0,0,0,0,4426,1 -1840,GOLDEN_SAVAGE,Golden Savage,Golden Savage,99,500,0,1,1,1,500,700,100,99,0,1,1,50,120,1,10,12,2,2,42,0xF1,150,1960,480,384,0,0,0,0,0,0,0,610,3000,7444,100,616,5,969,500,714,100,5159,1,12238,3000,12239,3000,0,0,0,0 -1841,G_SNAKE_,Snake Lord's Minion,Snake Lord's Minion,15,10,0,1,1,1,46,55,100,99,1,15,15,10,35,5,10,12,1,2,22,0x81,200,1576,576,576,0,0,0,0,0,0,0,7720,2000,12245,200,7721,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1842,G_ANACONDAQ_,Snake Lord's Minion,Snake Lord's Minion,23,15,0,1,1,1,124,157,100,99,1,23,28,10,36,5,10,12,1,2,25,0x91,200,1576,576,576,0,0,0,0,0,0,0,7720,3500,12245,400,7721,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1843,G_SIDE_WINDER_,Snake Lord's Minion,Snake Lord's Minion,43,18,0,1,1,1,240,320,100,99,38,43,40,15,115,20,10,12,1,2,25,0x3095,200,1576,576,576,0,0,0,0,0,0,0,7720,7000,12245,600,7721,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1844,G_ISIS_,Snake Lord's Minion,Snake Lord's Minion,47,25,0,1,1,1,423,507,100,99,38,65,43,50,66,15,10,12,2,6,27,0x3195,200,1384,768,336,0,0,0,0,0,0,0,7720,8000,12245,800,7721,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1845,G_TREASURE_BOX_,Treasure Box,Treasure Box,98,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7720,10000,7720,10000,7720,10000,7721,10000,12245,2500,7720,5000,12245,2500,0,0,0,0,12245,2500 -1846,DREAMMETAL,Dream Metal,Dream Metal,90,999,0,1,1,1,1,2,100,99,1,1,1,1,1,1,10,12,0,0,26,0x120,300,1288,288,384,0,0,0,0,0,0,0,7858,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1847,EVENT_PORING,Poring,Poring,98,10000000,0,1000000,1000000,1,15000,20000,60,60,1,60,120,120,160,30,10,12,1,8,28,0x37B5,100,76,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 -1848,EVENT_BAPHOMET,Baphomet,Baphomet,50,45000,0,1000,1000,2,1500,3000,10,10,1,60,15,15,160,30,10,12,2,6,67,0x37B5,100,768,768,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1849,EVENT_OSIRIS,Osiris,Osiris,60,125000,0,2000,2000,1,3500,5000,20,20,1,60,25,25,160,30,10,12,1,1,89,0x37B5,100,1072,672,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1850,EVENT_ORCHERO,Orc Hero,Orc Hero,50,175000,0,3000,3000,1,4000,5500,25,45,1,60,35,80,160,30,10,12,2,7,82,0x37B5,150,1678,780,648,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1851,EVENT_MOBSTER,Mobster,Mobster,61,7991,0,2,2,1,500,1000,45,35,76,46,20,35,76,55,10,12,1,7,20,0x3695,250,1100,560,580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1852,G_EM_ANGELING,Angeling,Angeling,99,120,0,0,0,1,60,71,100,99,1,17,80,80,126,20,10,12,0,8,66,0x37B5,300,1288,288,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1853,G_EM_DEVILING,Deviling,Deviling,99,120,0,0,0,1,60,71,100,99,1,17,80,80,126,20,10,12,0,8,66,0x37B5,300,1288,288,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1854,E_MUKA,Muka,Muka,17,610,0,273,120,1,40,49,5,5,15,15,30,5,20,10,10,12,2,3,22,0x83,300,1960,960,384,0,0,0,0,0,0,0,993,70,952,9000,713,2000,7742,400,507,1000,1451,50,1002,250,0,0,0,0,4036,1 -1855,E_POISONSPORE,Poison Spore,Poison Spore,19,665,0,186,93,1,89,101,0,0,1,19,25,0,24,0,10,12,1,3,25,0x3885,200,1672,672,288,0,0,0,0,0,0,0,7033,9000,2221,20,511,550,7743,60,972,50,921,1200,912,5,0,0,0,0,4048,1 -1856,E_MAGNOLIA,Magnolia,Magnolia,26,3195,0,393,248,1,120,151,5,30,1,26,26,0,39,5,10,12,0,6,21,0x183,250,1560,360,360,0,0,0,0,0,0,0,7031,9000,910,800,911,100,912,10,737,40,7744,400,12127,5,0,0,0,0,4076,1 -1857,E_MARIN,Marin,Marin,15,742,0,66,44,1,39,43,0,10,1,10,10,5,35,15,10,12,1,3,41,0x81,400,1872,672,480,0,0,0,0,0,0,0,910,3200,938,1500,700,100,720,40,7745,75,529,350,5035,1,0,0,0,0,4196,1 -1858,E_PLANKTON,Plankton,Plankton,10,354,0,23,18,1,26,31,0,5,1,10,10,0,15,0,10,12,0,3,61,0x81,400,2208,1008,324,0,0,0,0,0,0,0,1052,9000,7746,300,938,700,970,4,713,1000,630,20,645,50,0,0,0,0,4024,1 -1859,E_MANDRAGORA,Mandragora,Mandragora,12,405,0,45,32,4,26,35,0,25,1,12,24,0,36,15,10,12,1,3,62,0x84,1000,1768,768,576,0,0,0,0,0,0,0,993,50,905,9000,1405,30,7747,350,711,300,706,3,1967,10,0,0,0,0,4030,1 -1860,E_COCO,Coco,Coco,17,817,0,120,78,1,56,67,0,0,24,17,34,20,24,10,10,12,0,2,22,0x91,150,1864,864,1008,0,0,0,0,0,0,0,1026,9000,2502,20,914,3000,919,2500,516,500,2402,25,7748,600,0,0,0,0,4041,1 -1861,E_CHOCO,Choco,Choco,43,4278,0,1265,1265,1,315,402,5,5,65,68,55,45,65,25,10,12,0,2,23,0x3095,200,1500,500,1000,0,0,0,0,0,0,0,7011,5335,942,7000,985,53,513,5000,634,20,7749,1000,607,25,0,0,0,0,4285,1 -1862,E_MARTIN,Martin,Martin,18,1109,0,134,86,1,52,63,0,5,12,18,30,15,15,5,10,12,0,2,42,0x81,300,1480,480,480,0,0,0,0,0,0,0,1017,9000,7750,500,1251,10,2225,5,5009,1,10010,10,2224,15,0,0,0,0,4046,1 -1863,E_SPRING_RABBIT,Spring Rabbit,Spring Rabbit,25,4500,0,0,0,1,292,406,14,10,20,15,15,5,15,5,10,12,1,2,42,0x83,160,1120,552,511,0,0,0,0,0,0,0,7860,5000,7861,5000,7862,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0 - -// Cursed Abbey -1864,ZOMBIE_SLAUGHTER,Zombie Slaughter,Zombie Slaughter,77,43000,0,12000,8500,1,1055,1655,35,45,1,30,50,1,75,35,10,12,1,1,69,0x3695,200,676,648,432,0,0,0,0,0,0,0,7752,3000,13404,10,934,1500,7753,3000,938,3000,0,0,0,0,0,0,0,0,4435,1 -1865,RAGGED_ZOMBIE,Ragged Zombie,Ragged Zombie,75,25000,0,8500,5500,9,1200,1500,25,35,1,77,25,10,101,50,10,12,1,1,69,0x3695,150,1960,576,420,0,0,0,0,0,0,0,7752,3000,2424,15,934,1500,932,4500,2703,2,13107,10,0,0,0,0,0,0,4436,1 -1866,HELL_POODLE,Hell Poodle,Hell Poodle,71,9000,0,4000,3000,1,400,600,35,20,5,26,14,5,39,10,10,12,0,6,27,0x3795,140,824,432,360,0,0,0,0,0,0,0,528,5000,13028,10,1268,10,932,4500,628,20,919,5500,537,400,0,0,0,0,4437,1 -1867,BANSHEE,Banshee,Banshee,81,35111,0,17000,12000,1,1666,2609,30,55,30,74,1,120,75,1,10,12,1,6,47,0x3795,150,576,504,504,0,0,0,0,0,0,0,7751,3000,2365,10,13027,10,2528,10,934,1500,7054,5335,0,0,0,0,0,0,4438,1 -1868,G_BANSHEE,Banshee,Banshee,81,35111,0,0,0,1,1666,2609,30,55,30,74,1,120,120,1,10,12,1,6,47,0x3795,150,576,504,504,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1869,FLAME_SKULL,Flame Skull,Flame Skull,60,10080,0,3000,2600,1,100,1200,20,40,50,100,30,40,140,110,10,12,0,6,68,0x3195,150,972,648,432,0,0,0,0,0,0,0,7005,5000,2425,20,13170,20,958,6000,0,0,0,0,0,0,0,0,0,0,4439,1 -1870,NECROMANCER,Necromancer,Necromancer,88,98000,0,45000,35000,1,3500,4000,0,40,1,50,1,190,166,10,10,12,1,1,89,0x37B5,150,1816,1320,420,0,0,0,0,0,0,0,7752,3000,1624,20,932,4500,2532,10,717,100,609,100,7117,1500,0,0,0,0,4440,1 -1871,FALLINGBISHOP,Fallen Bishop,Fallen Bishop Hibram,80,3333333,0,1111111,1111111,1,3220,5040,50,0,1,80,15,126,120,20,10,12,1,6,47,0x37B5,150,432,1152,360,555555,607,5500,617,5000,617,5000,523,10000,1420,1000,2677,500,1422,1000,985,5432,1614,2000,0,0,0,0,0,0,4441,1 -1872,BEELZEBUB_FLY,Hell Fly,Hell Fly,66,500000,0,0,0,1,1200,2000,25,15,33,105,60,15,72,30,10,12,0,4,84,0x37B5,100,676,576,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 -1873,BEELZEBUB,Beelzebub,Beelzebub,98,6666666,0,0,0,1,4100,4960,40,35,6,110,200,250,120,66,10,12,0,6,88,0x37B5,100,100,576,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 -1874,BEELZEBUB_,Beelzebub,Beelzebub,98,6666666,0,6666666,6666666,2,10000,13410,40,40,6,110,200,250,166,66,10,12,2,6,88,0x37B5,100,212,504,432,3333333,607,5500,617,5000,617,5000,7754,9000,2423,2000,1565,2000,2000,2000,2702,2000,985,5432,742,5500,0,0,0,0,4145,1 -1875,TRISTAN_3RD,Tristan III,Dead King,80,43000,0,1,1,2,1366,1626,25,30,5,10,10,69,70,1,10,12,1,1,89,0x3695,175,1816,1152,360,0,0,0,0,0,0,0,7754,9000,938,9000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1876,E_LORD_OF_DEATH,Lord of the Dead,Lord of the Dead,99,99000000,0,131343,43345,3,3430,4232,75,73,120,120,120,169,150,106,10,12,2,6,67,0x37B5,180,1446,1296,360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1877,CRYSTAL_5,Crystal,Crystal,1,15,0,0,0,0,0,0,100,99,1,1,1,1,999,1,0,0,0,0,20,0x161,190,0,0,0,0,0,0,0,0,0,0,7863,10,644,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1878,E_SHINING_PLANT,Shining Plant,Shining Plant,1,20,0,0,0,1,1,2,100,99,0,0,0,0,0,90,7,12,0,3,26,0x40,2000,1,1,1,0,0,0,0,0,0,0,7864,3000,906,1500,511,500,507,2000,508,1500,914,500,0,0,0,0,0,0,0,0 -1879,ECLIPSE_P,Eclipse Pet,Eclipse,6,1800,0,0,0,1,20,26,0,40,1,36,6,0,11,80,10,12,1,2,60,0x37B5,200,1456,456,336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 - -// Moscovia monsters -1880,WOOD_GOBLIN,Wood Goblin,Wood Goblin,42,6982,0,2201,1552,1,600,620,32,3,1,5,45,45,55,155,10,12,1,3,62,0x81,320,2304,840,360,0,0,0,0,0,0,0,2719,5,7203,4000,7201,2000,907,2000,916,500,7032,500,574,50,0,0,0,0,0,0 -1881,LES,Les,Les,39,3080,0,1521,912,1,102,113,0,17,1,33,12,32,52,38,10,12,1,3,82,0x1089,230,1728,720,576,0,0,0,0,0,0,0,7100,2000,511,1000,711,1000,905,2500,2270,1,521,500,510,50,0,0,0,0,0,0 -1882,VAVAYAGA,Baba Yaga,Baba Yaga,49,7444,0,2583,2583,2,255,387,4,29,1,76,24,88,55,18,10,12,1,7,21,0x3885,270,1536,600,420,0,0,0,0,0,0,0,7099,1000,7762,5000,1630,10,7226,150,539,1500,519,1500,580,1500,0,0,0,0,0,0 -1883,UZHAS,Uzhas,Uzhas,61,13707,0,4002,3003,1,293,960,11,34,1,33,19,72,75,77,10,12,1,7,61,0x3885,200,576,672,384,0,0,0,0,0,0,0,520,900,1573,5,621,100,522,100,918,3500,579,1500,603,3,0,0,0,0,0,0 -1884,MAVKA,Mavka,Mavka,63,19200,0,8301,6353,7,589,623,32,19,1,42,55,35,89,177,10,12,1,3,62,0x3885,170,1536,504,360,0,0,0,0,0,0,0,1572,5,629,300,707,300,710,50,747,1500,748,300,510,3000,0,0,0,0,0,0 -1885,GOPINICH,Gopinich,Gopinich,85,299321,0,45250,16445,3,1868,6124,20,42,50,65,55,103,152,35,10,12,2,2,62,0x37B5,150,1536,864,432,22625,607,5500,617,5000,617,5000,617,4000,2621,200,12080,1000,1737,100,1417,5,7444,5000,5007,1,0,0,0,0,0,0 -1886,G_MAVKA,Mavka,Mavka,63,19200,0,0,0,7,589,623,32,19,1,42,55,35,89,177,10,12,1,3,62,0x3885,170,1536,504,360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 - -// Additional Monsters -1887,FREEZER_R,Freezer,Freezer,72,8636,0,0,0,2,671,983,55,43,69,41,59,5,67,100,10,12,1,2,41,0x3695,250,1452,483,528,0,0,0,0,0,0,0,7053,2000,7066,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1888,GARM_BABY_R,Garm Baby,Baby Hatii,61,15199,0,100,100,1,680,1580,24,13,45,30,36,55,85,30,10,12,1,2,41,0x3885,450,879,672,576,0,0,0,0,0,0,0,0,0,7066,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1889,GARM_R,Marozka's Guard,Marozka's Guard,73,100000,0,1000,1000,3,900,2200,20,23,85,126,10,50,95,60,10,12,2,2,81,0x37B5,400,608,408,336,0,0,0,0,0,0,0,7053,2000,7066,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1890,GOPINICH_R,The Immortal Koshei,The Immortal Koshei,85,299321,0,1000,1000,3,1868,6124,20,42,50,65,55,50,152,35,10,12,2,2,62,0x3295,150,1536,864,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1891,G_RANDGRIS_,Valkyrie,Valkyrie,99,1567200,0,0,0,3,5560,9980,25,42,100,120,80,120,220,210,10,12,2,8,86,0x37B5,100,576,576,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 -1892,G_LOLI_RURI,Lolo Ruri,Lolo Ruri,71,23470,0,0,0,2,1476,2317,39,44,0,66,54,74,81,43,10,12,2,6,87,0x3985,125,747,1632,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1893,G_KNIGHT_OF_ABYSS,Knight of the Abyss,Abysmal Knight,79,36140,0,0,0,1,1600,2150,55,50,66,68,64,25,135,50,10,12,2,7,87,0x3695,300,1500,500,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 -1894,POURING,Pouring,Pouring,50,100000,0,0,0,1,550,1450,20,50,45,30,36,55,85,30,0,0,0,3,68,0x11AB,300,1672,672,480,0,0,0,0,0,0,0,0,0,0,0,12257,8335,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1895,EVENT_SEYREN,Seyren,Seyren Windsor,91,88402,0,0,0,1,2100,2530,63,12,90,89,72,20,99,25,10,12,1,6,63,0x3295,170,76,384,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1896,EVENT_KATRINN,Katrinn,Kathryne Keyron,92,47280,0,0,0,1,497,1697,10,74,1,5,77,180,110,39,10,12,1,7,68,0x3295,150,1152,384,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1897,EVENT_BAPHOMET_,Baphomet,Baphomet,81,668000,0,0,0,2,3220,4040,35,45,1,152,30,85,120,95,10,12,2,6,67,0x37B5,100,768,768,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1898,EVENT_ZOMBIE,Zombie,Zombie,12,434,0,0,0,1,67,79,0,10,1,1,1,1,1,1,10,12,1,1,29,0x3885,400,2612,912,288,0,0,0,0,0,0,0,7884,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1899,SWORD_GUARDIAN_,Sword Guardian,Sword Guardian,86,152533,0,0,0,2,7590,9140,60,33,110,40,54,65,125,65,14,16,2,7,80,0x20A5,170,140,384,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -//1900,BOW_GUARDIAN_,Archer Guardian,Archer Guardian,80,80404,0,0,0,12,1840,2520,40,62,95,80,33,90,165,55,14,16,2,7,80,0x20A5,170,76,384,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1901,E_CONDOR,Condor,Condor,5,8000,0,100,100,1,200,400,10,15,1,13,10,25,95,10,10,12,0,8,26,0x1089,150,1148,648,480,0,0,0,0,0,0,0,7781,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1902,E_TREASURE1,Treasure Box,Treasure Box,99,49,0,0,0,0,0,0,100,0,0,0,0,0,999,0,0,0,0,0,26,0x120,0,0,0,0,0,0,0,0,0,0,0,7782,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1903,E_TREASURE2,Treasure Box,Treasure Box,99,49,0,0,0,0,0,0,100,0,0,0,0,0,999,0,0,0,0,0,26,0x120,0,0,0,0,0,0,0,0,0,0,0,7783,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1904,BOMBPORING,Bomb Poring,Bomb Poring,28,1000000,0,461,284,1,120,320,100,99,1,28,28,0,33,50,10,12,0,0,20,0x308D,300,1672,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 - -// WoE Second Edition; Battle Fields -1905,BARRICADE,Barricade,Barricade,98,600000,0,0,0,1,0,0,0,0,1,17,1,80,126,20,10,12,2,0,20,0x120,300,1288,288,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1906,BARRICADE_,Barricade,Barricade,98,150,0,0,0,1,0,0,100,99,1,17,1,80,126,20,10,12,2,0,20,0x160,300,1288,288,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1907,S_EMPEL_1,Guardian Stone,Guardian Stone,90,120000,0,0,0,0,1,2,40,50,1,1,1,1,1,1,0,0,0,0,20,0x120,300,1288,288,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1908,S_EMPEL_2,Guardian Stone,Guardian Stone,90,120000,0,0,0,0,1,2,40,50,1,1,1,1,1,1,0,0,0,0,20,0x120,300,1288,288,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1909,OBJ_A,Food Storage,Food Storage,90,250,0,0,0,0,1,2,100,99,1,1,1,1,1,1,0,0,2,0,20,0x160,300,1288,288,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1910,OBJ_B,Food Depot,Food Depot,90,250,0,0,0,0,1,2,100,99,1,1,1,1,1,1,0,0,2,0,20,0x160,300,1288,288,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1911,OBJ_NEUTRAL,Neutrality Flag,Neutrality Flag,90,150,0,0,0,0,1,2,100,99,1,1,1,1,1,1,0,0,2,0,20,0x160,300,1288,288,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1912,OBJ_FLAG_A,Lion Flag,Lion Flag,90,150,0,0,0,0,1,2,100,99,1,1,1,1,1,1,0,0,2,0,20,0x160,300,1288,288,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1913,OBJ_FLAG_B,Eagle Flag,Eagle Flag,90,150,0,0,0,0,1,2,100,99,1,1,1,1,1,1,0,0,2,0,20,0x160,300,1288,288,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1914,OBJ_A2,Blue Crystal,Blue Crystal,90,250,0,0,0,0,1,2,100,99,1,1,1,1,1,1,0,0,2,0,20,0x160,300,1288,288,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1915,OBJ_B2,Pink Crystal,Pink Crystal,90,250,0,0,0,0,1,2,100,99,1,1,1,1,1,1,0,0,2,0,20,0x160,300,1288,288,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 - -// Satan Morroc -1916,MOROCC,Satan Morroc,Satan Morroc,99,8388607,0,6700000,4500000,2,32000,32001,29,65,140,160,30,250,180,50,10,12,2,6,87,0x37B5,100,76,540,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1917,MOROCC_,Wounded Morroc,Wounded Morroc,99,8388607,0,3600000,3000000,2,15000,18000,29,65,140,160,30,250,180,40,10,12,2,6,87,0x37B5,100,576,540,432,3600000,607,5500,617,5000,617,5000,5808,1000,2374,5000,2375,5000,2433,5000,7799,9000,7798,9000,0,0,0,0,0,0,0,0 -1918,MOROCC_1,Incarnation of Morroc,Incarnation of Morroc,97,190000,0,61000,140000,1,7000,8600,20,35,150,152,30,180,186,70,10,12,2,8,27,0x37B5,110,576,540,432,0,0,0,0,0,0,0,2111,10,7799,1000,7798,3000,985,160,7054,4850,2537,3,1541,20,0,0,0,0,0,0 -1919,MOROCC_2,Incarnation of Morroc,Incarnation of Morroc,97,190000,0,65000,120000,1,3500,5100,20,5,120,83,20,10,166,50,10,12,1,6,67,0x37B5,150,576,540,432,0,0,0,0,0,0,0,2536,3,7799,1000,7798,3000,984,160,7053,3500,2130,15,0,0,0,0,0,0,0,0 -1920,MOROCC_3,Incarnation of Morroc,Incarnation of Morroc,96,143000,0,50000,80000,2,3400,5000,15,37,40,200,20,60,100,37,10,12,1,6,69,0x37B5,150,212,540,432,0,0,0,0,0,0,0,2508,10,7799,1000,7798,3000,985,160,7054,4850,2728,3,1182,15,0,0,0,0,0,0 -1921,MOROCC_4,Incarnation of Morroc,Incarnation of Morroc,98,150000,0,51000,70000,1,3000,4025,18,54,60,60,30,220,125,20,10,12,1,6,68,0x37B5,150,1536,540,432,0,0,0,0,0,0,0,2729,5,7799,1000,7798,3000,984,160,7053,3500,2129,20,0,0,0,0,0,0,0,0 -1922,G_MOROCC_1,Incarnation of Morroc,Incarnation of Morroc,97,1200000,0,0,0,1,16000,16001,20,35,150,152,30,180,186,70,10,12,2,8,27,0x37B5,110,576,540,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1923,G_MOROCC_2,Incarnation of Morroc,Incarnation of Morroc,97,1200000,0,0,0,1,16000,16001,20,5,120,83,20,10,166,50,10,12,1,6,67,0x37B5,150,576,540,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1924,G_MOROCC_3,Incarnation of Morroc,Incarnation of Morroc,96,1200000,0,0,0,2,16000,16001,15,37,40,200,20,60,100,37,10,12,1,6,69,0x37B5,150,212,540,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1925,G_MOROCC_4,Incarnation of Morroc,Incarnation of Morroc,98,1200000,0,0,0,1,16000,16001,18,54,60,60,30,220,125,20,10,12,1,6,68,0x37B5,150,1536,540,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -// God Item Creation (WoE SE); Catacombs -1926,JAKK_H,Jakk,Jakk,38,300,0,0,0,1,5,10,5,30,1,38,38,43,75,45,10,12,1,0,43,0x3695,200,1180,480,648,0,0,0,0,0,0,0,1062,3000,1062,3000,0,0,535,3000,535,3000,535,3000,0,0,0,0,0,0,0,0 -1927,WHISPER_H,Whisper,Whisper,34,100,0,0,0,1,5,10,0,45,1,51,14,0,60,0,10,12,0,6,68,0x3195,150,1960,960,504,0,0,0,0,0,0,0,1059,5000,1059,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1928,DEVIRUCHI_H,Deviruchi,Deviruchi,46,500,0,0,0,1,5,10,10,25,1,69,40,55,70,30,10,12,0,6,27,0x3795,150,980,600,384,0,0,0,0,0,0,0,1038,3000,1039,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1929,BAPHOMET_I,Great Demon Baphomet,Great Demon Baphomet,98,4520000,0,4520000,2520000,2,16000,16001,35,45,1,152,5,85,200,95,10,12,2,6,67,0x37B5,100,768,768,576,0,0,0,0,0,0,0,6004,500,2514,7000,1181,5000,2655,100,2513,7000,2327,7000,1466,9000,0,0,0,0,4147,1 -1930,PIAMETTE,Piamette,Piamette,90,3000000,0,0,0,2,15000,20000,35,35,1,66,5,99,120,15,10,12,0,7,20,0x37B5,100,432,768,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1931,WISH_MAIDEN,Wish Maiden,Wish Maiden,98,3567200,0,0,0,3,32000,32001,25,42,100,120,30,120,220,210,10,12,2,8,28,0x37B5,100,576,576,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 -1932,GARDEN_KEEPER,Garden Keeper,Garden Keeper,80,100,0,0,0,1,1,2,100,99,1,1,1,1,1,1,10,12,0,0,42,0xE1,100,768,768,576,0,0,0,0,0,0,0,7839,9000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1933,GARDEN_WATCHER,Garden Watcher,Garden Watcher,81,300000,0,0,0,1,1666,2609,55,55,30,74,56,126,145,114,10,12,1,8,80,0x37B5,100,432,480,360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1934,BLUE_FLOWER,Blue Flower,Blue Flower,98,10000,0,0,0,0,1,2,100,99,1,1,1,1,1,1,10,12,1,3,22,0x60,100,768,768,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1935,RED_FLOWER,Red Flower,Red Flower,98,10000,0,0,0,0,1,2,100,99,1,1,1,1,1,1,10,12,1,3,22,0x60,100,768,768,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1936,YELL_FLOWER,Yellow Flower,Yellow Flower,98,10000,0,0,0,0,1,2,100,99,1,1,1,1,1,1,10,12,1,3,22,0x60,100,768,768,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1937,CONSTANT_,Constant,Constant,55,10000,0,0,0,1,460,580,12,12,50,28,26,47,66,14,10,12,0,0,67,0x3885,150,720,360,360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1938,TREASURE_BOX41,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7830,80,658,500,12999,10000,984,4850,985,7275,2514,40,1625,150,1268,150,0,0,0,0 -1939,TREASURE_BOX42,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7831,80,658,500,12999,10000,984,4850,985,7275,2513,40,1375,150,1269,150,0,0,0,0 -1940,TREASURE_BOX43,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7832,80,658,500,12999,10000,984,4850,985,7275,13027,150,1376,150,1271,150,0,0,0,0 -1941,TREASURE_BOX44,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7833,80,658,500,12999,10000,984,4850,985,7275,13404,150,1730,150,2001,50,0,0,0,0 -1942,TREASURE_BOX45,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7834,80,658,500,12999,10000,984,4850,985,7275,1176,150,1734,150,1819,150,0,0,0,0 -1943,TREASURE_BOX46,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7835,80,658,500,12999,10000,984,4850,985,7275,1421,150,1731,150,1822,150,0,0,0,0 -1944,TREASURE_BOX47,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7836,80,658,500,12999,10000,984,4850,985,7275,1478,150,1732,150,2531,50,0,0,0,0 -1945,TREASURE_BOX48,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7837,80,658,500,12999,10000,984,4850,985,7275,1624,150,1733,150,1821,150,0,0,0,0 -1946,TREASURE_BOX49,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,7838,80,658,500,12999,10000,984,4850,985,7275,1626,150,1270,150,2532,50,0,0,0,0 -1947,PIAMETTE_,Piamette,Piamette,90,500000,0,0,0,2,5000,6000,35,35,1,66,5,99,120,15,10,12,0,7,20,0x37B5,100,432,768,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1948,G_YGNIZEM,Ygnizem,Egnigem Cenia,58,11200,0,0,0,1,823,1212,35,8,60,35,52,18,79,20,10,12,1,7,43,0x3885,145,576,432,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1949,B_S_GUARDIAN,Camp Guardian,Camp Guardian,86,457599,0,0,0,2,7590,9140,60,33,110,40,5,65,125,65,14,16,2,7,80,0x2085,170,140,384,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1950,B_B_GUARDIAN,Camp Guardian,Camp Guardian,80,241212,0,0,0,12,1840,2520,40,62,95,80,5,90,165,55,14,16,2,7,80,0x2085,170,76,384,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -// Ravies Sister's 'Valyrie's Gift' monsters. -1951,CRYSTAL_6,Crystal,Crystal,1,15,0,0,0,0,0,0,100,99,1,1,1,1,999,1,0,0,0,0,20,0x161,190,0,0,0,0,0,0,0,0,0,0,539,3800,530,4500,561,5000,665,4900,0,0,532,6500,558,5000,607,200,0,0,0,0 -1952,CRYSTAL_7,Crystal,Crystal,1,15,0,0,0,0,0,0,100,99,1,1,1,1,999,1,0,0,0,0,20,0x161,190,0,0,0,0,0,0,0,0,0,0,539,3800,530,4500,561,5000,667,4900,0,0,531,6500,558,5000,608,250,0,0,0,0 -1953,CRYSTAL_8,Crystal,Crystal,1,15,0,0,0,0,0,0,100,99,1,1,1,1,999,1,0,0,0,0,20,0x161,190,0,0,0,0,0,0,0,0,0,0,539,3800,530,4500,561,5000,664,4900,0,0,534,6500,558,5000,604,300,0,0,0,0 -1954,CRYSTAL_9,Crystal,Crystal,1,15,0,0,0,0,0,0,100,99,1,1,1,1,999,1,0,0,0,0,20,0x161,190,0,0,0,0,0,0,0,0,0,0,539,3800,530,4500,561,5000,666,4900,0,0,533,6500,558,5000,603,100,0,0,0,0 -// ? -1955,TREASURE_BOX_I,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x83,0,0,0,0,0,0,0,0,0,0,0,12281,3000,7849,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -// Endless Tower -1956,NAGHT_SIEGER,Naght Sieger,Naght Sieger,99,8000000,0,4000000,2000000,2,32000,64000,60,40,1,50,80,220,220,30,10,12,2,6,88,0x37B5,100,76,432,504,0,0,0,0,0,0,0,13412,9000,13413,9000,2542,9000,5017,9000,616,9000,2514,9000,7294,9000,0,0,0,0,0,0 -1957,ENTWEIHEN,Entweihen Crothen,Entweihen Crothen,90,5400000,0,2700000,1350000,12,32000,40000,44,66,1,70,40,250,220,30,14,16,1,6,87,0x1A4,0,140,540,576,0,0,0,0,0,0,0,1636,9000,1631,9000,2513,9000,1624,9000,616,9000,1618,9000,7291,9000,0,0,0,0,4451,1 -1958,G_ENTWEIHEN_R,Thorny Skeleton,Thorny Skeleton,89,5400000,0,0,0,12,4040,4720,44,66,1,35,33,180,125,30,14,16,0,6,87,0x1A4,0,432,288,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1959,G_ENTWEIHEN_H,Thorn of Recovery,Thorn of Recovery,89,350000,0,0,0,12,2040,2720,44,66,1,35,33,180,125,30,14,16,0,6,88,0x1A4,0,2864,288,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1960,G_ENTWEIHEN_M,Thorn of Magic,Thorn of Magic,89,5400000,0,0,0,12,2040,2720,44,66,1,35,33,180,125,30,14,16,0,6,87,0x1A4,0,1024,288,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1961,G_ENTWEIHEN_S,Thorn of Purification,Thorn of Purification,89,5400000,0,0,0,12,2040,2720,44,66,1,35,33,180,125,30,14,16,0,6,87,0x1A4,0,2864,288,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -// Additional Monsters -1962,ANTONIO_,Christmas Thief,Christmas Thief,10,15,0,0,0,1,13,20,100,99,1,1,1,50,100,100,10,12,1,7,20,0x83,100,720,720,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1963,P_CHUNG_E,New Year Doll,New Year Doll,49,23900,0,2396,993,1,460,1050,8,15,38,65,43,30,90,15,10,12,1,7,40,0x3695,170,1728,816,1188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1964,NIGHTMARE_T,Nightmare,Nightmare,30,2000,0,512,387,1,100,200,0,40,1,100,1,1,100,1,10,12,2,2,68,0x120,150,1816,816,432,0,0,0,0,0,0,0,505,2000,510,3000,7913,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1965,M_WILD_ROSE,Wild Rose,Wild Rose,38,4000,50,0,0,1,100,145,0,15,0,85,15,35,65,80,10,12,0,2,24,0x120,100,964,864,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1966,M_DOPPELGANGER,Doppelganger,Doppelganger,72,7800,200,0,0,1,200,250,30,20,0,38,30,35,65,65,10,12,1,6,67,0x120,100,300,480,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1967,M_YGNIZEM,Ygnizem,Egnigem Cenia,79,7800,200,0,0,1,200,250,30,20,0,38,30,35,65,65,10,12,1,7,43,0x120,100,300,480,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1968,E_STROUF,Strouf,Strouf,48,11990,0,6160,4196,1,200,1250,5,50,1,40,45,92,43,65,10,12,2,5,61,0x120,150,1872,672,384,0,0,0,0,0,0,0,951,5335,756,230,2241,4,1461,4,949,3000,720,40,956,1500,0,0,0,0,4111,1 -1969,E_MARC,Marc,Marc,36,6900,0,1976,1250,1,220,280,5,10,1,36,36,20,56,30,10,12,1,5,41,0x120,150,1272,72,480,0,0,0,0,0,0,0,995,36,956,9000,756,190,951,1000,720,20,717,200,509,700,0,0,0,0,4105,1 -1970,E_OBEAUNE,Obeune,Obeune,31,3952,0,1288,814,1,141,165,0,40,1,31,31,55,74,85,10,12,1,5,41,0x120,200,1872,672,288,0,0,0,0,0,0,0,995,26,950,9000,5014,2,2326,20,720,20,951,500,748,60,0,0,0,0,4093,1 -1971,E_VADON,Vadon,Vadon,19,1017,0,270,170,1,74,85,20,0,1,19,16,10,36,15,10,12,0,5,21,0x120,300,1632,432,540,0,0,0,0,0,0,0,991,40,960,9000,910,3000,2313,10,943,100,757,80,717,50,0,0,0,0,4049,1 -1972,E_MARINA,Marina,Marina,21,2087,0,436,280,1,84,106,0,5,1,21,21,0,36,10,10,12,0,3,41,0x120,400,2280,1080,864,0,0,0,0,0,0,0,1052,5000,938,1500,991,90,995,4,717,200,631,40,0,0,0,0,0,0,4055,1 -1973,E_PORING,Poring,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,0x120,400,1872,672,480,0,0,0,0,0,0,0,909,7000,938,400,512,1000,713,1500,12303,3000,0,0,0,0,0,0,0,0,0,0 -// WoE SE Guild Dungeon -1974,BANSHEE_MASTER,Banshee Master,Banshee Master,84,47222,0,30000,24000,2,2666,3609,20,40,30,74,1,180,105,1,10,12,1,6,47,0x3795,150,676,504,504,0,0,0,0,0,0,0,7054,5335,7751,3000,2365,10,2748,2,2528,10,934,1500,2135,20,0,0,0,0,4450,1 -1975,BEHOLDER_MASTER,Beholder Master,Beholder master,70,24150,0,9000,11400,6,1723,2300,17,30,60,62,25,89,85,32,10,12,1,0,44,0x3885,190,336,840,360,0,0,0,0,0,0,0,576,3000,605,100,996,100,985,10,2386,10,603,2,2749,2,0,0,0,0,0,0 -1976,COBALT_MINERAL,Cobalt Mineral,Cobalt Mineral,72,29665,0,12332,10379,1,1446,2979,40,30,60,77,35,57,77,32,10,12,1,0,40,0x3885,200,648,480,360,0,0,0,0,0,0,0,7321,3000,728,500,13414,5,984,80,1011,800,715,100,969,2,0,0,0,0,714,2 -1977,HEAVY_METALING,Heavy Metaling,Heavy Metaling,73,28433,0,9320,8831,1,1350,1700,40,30,30,65,28,40,77,2,10,12,0,0,20,0x3885,200,384,672,480,0,0,0,0,0,0,0,7325,4000,1002,1000,998,500,7126,1000,7317,200,13038,5,7312,5000,0,0,0,0,0,0 -1978,HELL_APOCALIPS,Hell Apocalips,Hell Apocalypse,86,65433,0,46666,32000,2,5733,6073,62,23,1,48,30,98,110,85,10,12,2,0,60,0x3885,250,1840,1440,384,0,0,0,0,0,0,0,7095,5335,999,2500,7094,2400,7093,2200,2506,20,985,5,2391,1,0,0,0,0,1484,1 -1979,ZAKUDAM,Zukadam,Zakudam,82,43699,0,27213,16300,3,2000,3227,30,30,65,65,35,75,80,15,10,12,2,7,60,0x3885,180,580,288,360,0,0,0,0,0,0,0,7317,5000,999,500,984,200,985,200,13156,5,13167,5,2390,10,0,0,0,0,0,0 -1980,KUBLIN,Kubkin,Kublin,85,1176000,0,100000,100000,1,1180,1400,20,10,1,106,25,40,72,20,10,12,1,7,22,0x37B5,100,964,648,300,100000,6010,10000,0,0,0,0,998,270,911,9000,756,43,2297,3,0,0,0,0,507,1800,0,0,0,0,0,0 -// Orc Dungeon Instance -1981,I_HIGH_ORC,Safeguard Chief,Safeguard Chief,88,111111,0,3618,1639,1,428,533,15,5,55,46,55,35,82,40,10,12,2,7,43,0x3695,150,1500,500,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 -1982,I_ORC_ARCHER,Orc Sniper,Orc Sniper,85,62000,0,1729,1787,9,1310,1390,10,5,1,44,25,20,125,20,10,12,1,7,22,0x3095,300,1960,620,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 -1983,I_ORC_SKELETON,Depraved Orc Spirit,Depraved Orc Spirit,87,80087,0,4501,67,1,896,1159,14,30,1,31,41,93,67,30,10,12,1,1,29,0x3885,130,2420,720,648,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1984,I_ORC_LADY,Shaman Cargalache,Shaman Cargalache,58,50058,0,4870,98,1,823,1212,35,10,60,35,52,18,79,20,10,12,1,7,42,0x3695,145,1050,900,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -// Another World (13.1) -1985,DANDELION,Dandelion Member,Dandelion Member,37,5176,0,0,0,1,305,360,0,10,28,19,32,0,63,20,10,12,1,7,47,0x3695,250,1772,72,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1986,TATACHO,Tatacho,Tatacho,106,39500,0,23700,13825,2,10000,11000,20,17,106,40,30,25,115,6,10,12,1,2,22,0x108B,150,1000,768,360,0,0,0,0,0,0,0,1544,20,1925,10,6020,4000,6021,3000,579,3100,516,3000,0,0,0,0,0,0,4442,1 -1987,CENTIPEDE,Centipede,Centipede,110,45662,0,27397,15982,2,15000,16000,40,25,112,43,30,5,131,12,10,12,1,4,45,0x3795,150,1000,792,336,0,0,0,0,0,0,0,2746,2,2747,2,1741,10,1042,5335,912,5000,955,9000,943,2500,0,0,0,0,4447,1 -1988,NEPENTHES,Nepenthes,Nepenthes,75,10350,0,5175,2587,7,415,565,25,10,75,20,30,5,65,5,10,12,1,3,45,0x84,1000,500,576,504,0,0,0,0,0,0,0,5399,1,1979,1,1926,1,1740,1,6041,3000,993,50,905,9000,0,0,0,0,0,0 -1989,HILLSRION,Hillslion,Hillslion,105,34600,0,20760,12110,1,5000,5500,28,15,105,60,30,15,115,5,10,12,0,2,22,0x308D,100,400,780,576,0,0,0,0,0,0,0,2440,10,1825,20,6032,3000,6020,2000,1268,10,7063,120,7054,4850,0,0,0,0,4453,1 -1990,HARDROCK_MOMMOTH,Hardrock Mammoth,Hardrock Mammoth,115,4137000,0,827400,413700,2,30000,36000,50,60,115,35,1,30,150,15,10,12,2,2,62,0x37B5,150,1000,660,588,0,0,0,0,0,0,0,5398,100,2133,200,1483,500,13039,400,6022,9000,2257,20,985,9000,0,0,0,0,0,0 -1991,TENDRILRION,Tendrillion,Tendrilion,113,3657330,0,731466,365733,2,20000,24000,33,30,113,60,1,45,147,13,10,12,1,2,42,0x37B5,100,500,960,360,0,0,0,0,0,0,0,2544,500,1186,100,1637,100,6033,9000,6020,4000,7197,5335,7008,4850,0,0,0,0,0,0 -1992,CORNUS,Cornus,Cornus,108,41220,0,30854,4427,2,12000,13000,35,80,110,45,80,200,105,10,10,12,1,2,66,0x1089,120,1000,624,300,0,0,0,0,0,0,0,2387,10,2743,1,6023,4000,7063,3000,944,6000,2257,2,1420,1,0,0,0,0,4448,1 -1993,NAGA,Naga,Naga,111,46708,0,30360,16348,3,8000,8800,38,15,113,42,30,108,122,13,10,12,2,2,42,0x3695,150,400,864,432,0,0,0,0,0,0,0,2389,10,2134,10,1485,10,926,5000,936,3500,954,2000,1408,20,0,0,0,0,0,0 -1994,LUCIOLA_VESPA,Luciola Vespa,Luciola Vespa,104,32600,0,16300,11410,1,9000,9900,29,5,104,56,30,20,116,4,10,12,1,4,24,0x7795,110,1000,864,432,0,0,0,0,0,0,0,2744,2,955,9000,939,9000,518,300,992,160,526,200,943,3000,0,0,0,0,4445,1 -1995,PINGUICULA,Pinguicula,Pinguicula,80,13680,0,6840,3420,1,600,720,25,5,102,23,30,10,86,2,10,12,1,3,62,0x308D,150,700,600,360,0,0,0,0,0,0,0,2745,1,1980,10,2270,10,7100,5000,7198,2000,7188,3000,712,1000,0,0,0,0,0,0 -//1996,BACSOJIN_T,Bacsojin,White Lady,85,253221,0,45250,16445,3,1868,6124,20,55,52,65,44,112,152,35,10,12,2,7,64,0x37B5,130,576,960,480,0,0,0,0,0,0,0,5411,500,2638,80,2639,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1997,G_TATACHO,Tatacho,Tatacho,106,39500,0,0,0,2,10000,11000,20,17,106,40,30,25,115,6,10,12,1,2,22,0x108B,150,1000,768,360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1998,G_HILLSRION,Hillslion,Hillslion,105,34600,0,0,0,1,5000,5500,28,15,105,60,30,15,115,5,10,12,0,2,22,0x308D,100,400,780,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -1999,CENTIPEDE_LARVA,Centipede Larva,Centipede Larva,80,12000,0,3600,4800,2,948,1115,20,20,80,33,15,3,75,10,10,12,0,4,25,0x3795,150,1000,792,336,0,0,0,0,0,0,0,2406,9,732,50,0,0,1042,5335,912,5000,955,9000,943,2500,0,0,0,0,4452,1 -//2000,M_GAMEMASTER,Male Game Master,Game Master,50,7000,250,0,0,1,25,25,10,10,44,121,1,60,75,110,10,12,1,7,20,0x120,200,300,384,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -//2001,F_GAMEMASTER,Female Game Master,Game Master,50,7000,250,0,0,1,25,25,10,10,44,121,1,60,75,110,10,12,1,7,20,0x120,200,300,384,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -//2002,T_SPRING_RABBIT,Spring Rabbit,Spring Rabbit,50,8000,0,3982,1766,1,585,813,29,21,45,61,5,15,77,90,10,12,1,2,42,0x120,160,1120,552,511,0,0,0,0,0,0,0,12190,1000,6061,500,6068,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -//2003,T_BACSOJIN,White Lady,White Lady,72,56380,0,0,0,2,560,1446,10,15,38,65,34,80,102,35,10,12,2,7,41,0x3695,160,576,960,480,0,0,0,0,0,0,0,7406,1000,7407,1000,6062,1000,6063,1000,6064,1000,6065,1000,6066,1000,0,0,0,0,0,0 -//2004,T_WICKED_NYMPH,Evil Nymph,Evil Nymph,63,16029,0,0,0,2,399,1090,12,75,1,64,12,69,100,80,10,12,1,6,67,0x3695,200,637,1008,360,0,0,0,0,0,0,0,7406,800,7407,800,6063,800,6064,800,6065,800,6066,800,6067,800,0,0,0,0,0,0 -//2005,T_PLASMA_B,Plasma,Plasma,44,8200,0,0,0,3,300,700,0,30,1,30,5,73,90,30,10,12,0,0,81,0x120,150,608,1440,576,0,0,0,0,0,0,0,7406,500,7407,500,6062,500,6063,500,6064,500,0,0,0,0,0,0,0,0,0,0 -//2006,T_PLASMA_P,Plasma,Plasma,49,5900,0,0,0,3,300,700,0,30,1,30,5,54,90,30,10,12,0,0,87,0x120,150,608,1440,576,0,0,0,0,0,0,0,6062,500,6063,500,6064,500,6065,500,6066,500,0,0,0,0,0,0,0,0,0,0 -//2007,T_PLASMA_R,Plasma,Plasma,43,5700,0,0,0,3,300,700,0,30,1,30,5,56,90,30,10,12,0,0,83,0x120,150,608,1440,576,0,0,0,0,0,0,0,7406,500,7407,500,6064,500,6065,500,6066,500,6067,500,0,0,0,0,0,0,0,0 -2008,WOOMAWANG,Woomawang,Woomawang,82,4000000,0,100000,100000,3,8000,10000,40,40,60,110,200,250,166,66,10,12,2,6,48,0x3695,250,828,528,192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2009,WOOMAWANG_,Woomawang,Woomawang,82,2000000,0,100000,100000,1,16000,20000,40,40,60,110,200,250,166,66,10,12,1,6,48,0x3695,100,414,1080,336,0,0,0,0,0,0,0,7930,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2010,G_MAJORUROS,Ox,Ox,66,500000,0,10,10,1,1200,3200,25,15,65,50,20,20,85,48,10,12,2,6,28,0x120,250,1100,960,780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -//2011,E_GHOUL,Ghoul,Ghoul,40,99999,0,1088,622,1,2100,2500,100,20,1,20,29,0,180,20,10,12,1,1,49,0x120,100,2456,912,504,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -//2012,E_ZOMBIE,Zombie,Zombie,15,99999,0,50,33,1,335,395,100,10,1,8,7,0,60,0,10,12,1,1,29,0x120,150,2612,912,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -// Another World (13.2) -2013,DRACO,Draco,Draco,82,18300,0,6100,4100,1,410,710,10,5,1,23,30,34,62,2,10,12,1,9,22,0x1089,250,576,960,504,0,0,0,0,0,0,0,6073,3000,7123,100,1035,100,1037,1000,1036,1000,518,500,0,0,0,0,0,0,4444,1 -2014,DRACO_EGG,Draco Egg,Draco Egg,67,9822,0,1200,1600,0,1,2,56,40,1,1,56,34,1,63,10,12,1,9,82,0x0,1000,24,0,0,0,0,0,0,0,0,0,7032,5000,5015,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2015,PINGUICULA_D,Dark Pinguicula,Dark Pinguicula,83,8780,0,7740,5200,1,600,1450,15,5,1,23,22,12,89,2,10,12,1,3,45,0x308D,290,1426,600,360,0,0,0,0,0,0,0,7100,5000,7198,2000,7188,3000,972,10,6086,1000,0,0,0,0,0,0,0,0,0,0 -2016,AQUA_ELEMENTAL,Aqua Elemental,Aqua Elemental,83,33220,0,5430,15300,1,400,1600,8,12,1,23,19,87,77,2,10,12,2,0,81,0x3095,230,504,960,576,0,0,0,0,0,0,0,6075,1000,7326,5000,12353,100,0,0,0,0,0,0,0,0,0,0,0,0,4443,1 -2017,RATA,Rata,Rata,107,216600,0,70012,34000,1,8000,15000,32,52,1,51,22,132,99,15,10,12,1,7,62,0x3295,150,792,540,420,0,0,0,0,0,0,0,12346,5000,1026,5000,6089,500,1548,100,0,0,0,0,0,0,0,0,0,0,0,0 -2018,DUNEYRR,Duneyrr,Duneyrr,107,265100,0,83030,52000,1,16000,19000,39,35,1,60,45,89,105,15,10,12,1,7,62,0x3295,200,672,420,360,0,0,0,0,0,0,0,515,5000,6020,4000,6089,500,2783,1,1188,10,1384,100,0,0,0,0,0,0,0,0 -2019,ANCIENT_TREE,Ancient Tree,Ancient Tree,102,30030,0,11020,8900,1,13200,17400,39,43,1,30,73,58,45,30,10,12,2,3,62,0x308D,290,504,960,576,0,0,0,0,0,0,0,7197,1000,7198,1000,7201,5000,1643,10,2450,30,0,0,0,0,0,0,0,0,0,0 -2020,RHYNCHO,Rhyncho,Rhyncho,85,18900,0,2040,6000,1,350,2300,5,19,1,56,12,35,89,10,10,12,1,0,61,0x308D,240,576,660,420,0,0,0,0,0,0,0,7326,5000,972,5,6087,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2021,PHYLLA,Phylla,Phylla,85,23880,0,3040,6600,10,350,2550,8,22,1,59,15,25,99,10,10,12,1,0,61,0x2085,240,360,780,432,0,0,0,0,0,0,0,7326,5000,971,5,6088,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2022,S_NYDHOG,Nidhoggr's Shadow,Nidhoggr's Shadow,117,3450000,0,4800000,3900000,2,17000,49000,60,75,1,34,62,236,188,34,10,12,2,9,87,0x37B5,150,1596,1620,864,2400000,0,0,0,0,0,0,6091,5000,7444,5000,2610,5000,1484,500,1170,500,1417,500,2554,2000,0,0,0,0,0,0 -2023,DARK_SHADOW,Dark Shadow,Dark Shadow,114,42900,0,21000,14000,1,10000,15000,35,44,1,23,12,145,102,60,10,12,0,0,47,0x3195,220,768,1776,648,0,0,0,0,0,0,0,7205,5000,2609,1000,13038,5,6089,1000,2783,5,1385,10,0,0,0,0,0,0,4449,1 -2024,BRADIUM_GOLEM,Bradium Golem,Bradium Golem,101,45200,0,14000,18920,1,12000,13000,78,22,0,10,82,25,60,12,10,12,2,0,42,0x3295,300,1008,1200,540,0,0,0,0,0,0,0,7067,3000,953,5000,6090,500,2138,10,0,0,0,0,0,0,0,0,0,0,0,0 -//2025,MYSTCASE_EVENT,Mystcase,Mystcase,10,15,0,0,0,1,160,360,99,99,65,50,25,5,48,75,10,12,1,0,20,0x120,400,1248,1248,432,0,0,0,0,0,0,0,14550,5000,14546,5000,12355,50,6092,2000,7175,2000,7174,2000,529,3000,0,0,0,0,530,3000 -2026,DANDELION_,Runaway Dandelion Member,Runaway Dandelion Member,90,552000,0,50000,25000,1,3050,4300,25,35,1,66,66,45,88,66,10,12,1,7,27,0x3695,230,1772,72,384,0,0,0,0,0,0,0,7031,5000,579,500,7016,2000,581,3000,12125,500,511,5000,7032,3000,0,0,0,0,902,2000 -2027,G_DARK_SHADOW,Dark Shadow,Dark Shadow,114,42900,0,0,0,1,10000,15000,35,44,1,23,12,145,102,60,10,12,0,0,47,0x3795,220,768,1776,648,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -//2028,E_MINOROUS,Minorous,Minorous,1,741,0,0,0,1,30,48,2,5,6,4,6,6,5,3,10,12,2,2,43,0x120,200,1360,960,432,0,0,0,0,0,0,0,7606,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -//2029,E_MINOROUS_,Minorous,Minorous,10,15,0,10,0,1,100,150,100,99,1,1,1,1,100,100,10,12,2,2,43,0x120,200,1360,960,432,0,0,0,0,0,0,0,941,10,11708,2000,11708,4000,11708,1000,516,1000,2289,1,577,1000,0,0,0,0,644,1 -2030,HIDEN_PRIEST,Hiden Priest,Hiden Priest,90,240000,0,0,0,2,1300,1983,0,30,1,32,40,100,82,40,10,12,2,6,89,0x37B5,150,432,432,360,0,0,0,0,0,0,0,12379,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2031,DANDELION_H,Dandelion,Dandelion,80,120000,0,0,0,1,305,610,0,10,1,19,32,0,63,20,10,12,1,7,47,0x37B5,250,1772,72,384,0,0,0,0,0,0,0,12379,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -//2032,GUARDIAN_FOREST,Forest Guardian,Forest Guardian,50,8578,0,0,0,1,1000,1103,15,25,1,75,55,1,93,45,10,12,0,6,27,0x120,100,868,480,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -//2033,GOLDEN_TULIP,Golden Tulip,Golden Tulip,1,299,0,0,0,1,1,2,100,99,0,0,0,0,0,0,7,12,0,3,22,0x120,2000,1,1,1,0,0,0,0,0,0,0,7951,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -//2034,M_DESERT_WOLF_B,Baby Desert Wolf,Baby Desert Wolf,9,164,15,0,0,1,500,600,0,0,1,9,9,5,40,40,10,12,0,2,23,0x120,100,1600,900,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -//2035,NIHILITY_ZEM,Nihility Zem,Nihility Zem,90,200000,0,0,0,0,1,2,0,20,1,1,1,0,1,20,10,12,0,4,22,0x120,1000,1001,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -//2036,VALKYRIE_N,Valkyrie Randgris,Valkyrie Randgris,53,11280,0,0,0,1,780,930,10,20,1,24,39,0,72,25,10,12,1,1,69,0x120,170,576,576,480,0,0,0,0,0,0,0,6154,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -//2037,VALKYRIE_A,Valkyrie Randgris,Valkyrie Randgris,90,5000,15,0,0,1,10,160,10,20,1,20,40,0,20,20,10,12,1,8,66,0x120,100,576,576,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 -//2038,VALKYRIE_B,Valkyrie Randgris,Valkyrie Randgris,90,10000,15,0,0,1,300,450,10,40,1,20,80,0,80,20,10,12,1,8,66,0x120,100,576,576,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 -//2039,EXECUTIONER_R,Executioner,Executioner,65,28980,0,0,0,2,570,950,35,35,64,85,40,25,88,60,10,12,2,0,47,0x120,200,768,500,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -//2040,TIRFING_R,Tirfing,Ogretooth,71,29900,0,0,0,1,950,1146,30,35,58,87,55,35,132,65,10,12,1,0,67,0x120,100,816,500,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -//2041,MYSTELTAINN_R,Mysteltainn,Mysteltainn,76,33350,0,0,0,2,1160,1440,30,30,77,139,80,35,159,65,10,12,2,0,87,0x120,250,1152,500,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 - -// **** -// NC Mechanic Summons -2042,SILVERSNIPER,Silver Sniper,Silver Sniper,100,4500,0,0,0,9,300,300,80,10,10,60,10,10,100,10,10,12,1,0,20,0x84,2000,504,1020,360,0,0,0,0,0,0,0,999,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2043,MAGICDECOY_FIRE,Magic Decoy,Magic Decoy,100,2500,0,0,0,7,150,150,16,60,10,10,10,100,50,10,10,12,1,0,23,0x84,2000,504,1020,360,0,0,0,0,0,0,0,999,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2044,MAGICDECOY_WATER,Magic Decoy,Magic Decoy,100,2500,0,0,0,7,150,150,16,60,10,10,10,100,50,10,10,12,1,0,21,0x84,2000,504,1020,360,0,0,0,0,0,0,0,999,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2045,MAGICDECOY_EARTH,Magic Decoy,Magic Decoy,100,2500,0,0,0,7,150,150,16,60,10,10,10,100,50,10,10,12,1,0,22,0x84,2000,504,1020,360,0,0,0,0,0,0,0,999,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2046,MAGICDECOY_WIND,Magic Decoy,Magic Decoy,100,2500,0,0,0,7,150,150,16,60,10,10,10,100,50,10,10,12,1,0,24,0x84,2000,504,1020,360,0,0,0,0,0,0,0,999,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 - -2047,W_NAGA,Naga,Naga,99,46708,0,0,0,3,492,605,61,15,113,42,30,18,122,13,10,12,2,2,42,0x3695,150,400,864,432,0,0,0,0,0,0,0,0,0,0,0,0,0,926,5000,0,0,0,0,0,0,0,0,0,0,0,0 -//2048,W_PINGUICULA_D,Dark Pinguicula,Dark Pinguicula,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 -2049,W_BRADIUM_GOLEM,Bradium Golem,Bradium Golem,99,45200,0,0,0,1,720,886,125,18,0,10,82,2,60,12,10,12,2,0,42,0x3895,300,1008,1200,540,0,0,0,0,0,0,0,0,0,0,0,6090,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -//2050,W_AQUA_ELEMENTAL,Aqua Elemental,Aqua Elemental,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 -//2051,E_BAPHOMET,Baphomet,Baphomet,1,1,0,0,0,1,1,2,1,0,1,1,1,1,1,1,10,12,2,6,20,0x120,100,768,768,576,0,0,0,0,0,0,0,12396,5000,12397,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -//2052,E_DARK_LORD,Dark Lord,Dark Lord,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 -//2053,NC_DIMIK,Dimik,Dimik,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 -//2054,E_BATHORY,Bathory,Bathory,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 -//2055,E_INCUBUS,Incubus,Incubus,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 -//2056,E_ZHERLTHSH,Zherlthsh,Zealotus,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 -2057,E_CRAMP,Cramp,Cramp,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 -//2058,M_MIMIC,Mimic,Mimic,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 -//2059,M_DISGUISE,Disguise,Disguise,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 -//2060,M_ALICE,Alice,Alice,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 -//2061,E_STAPO,Stapo,Stapo,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 -//2062,E_POPORING,Poporing,poporing,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 -//2063,E_DROPS,Drops,Drops,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 -//2064,E_MAGMARING,Magmaring,Magmaring,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 -//2065,E_METALING,Metaling,Metaling,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 -//2066,E_ANOPHELES,Anopheles,Anopheles,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 -//2067,E_ANOPHELES_,Anopheles,Anopheles,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 -2068,BOITATA,Boitata,Boitata,93,1283990,0,74288,77950,2,1060,2022,7,36,140,99,30,109,100,90,10,12,2,0,63,0x37B5,200,1150,1150,288,37144,0,0,0,0,0,0,7444,5000,985,1000,984,1000,607,500,1377,100,1422,100,1471,100,0,0,0,0,0,0 -2069,IARA,Iara,Iara,79,5890,0,1070,890,1,171,270,0,39,69,14,41,60,69,20,10,12,1,5,61,0x91,200,672,380,288,0,0,0,0,0,0,0,950,9000,951,500,747,100,748,50,710,10,995,5,2334,1,0,0,0,0,0,0 -2070,PIRANHA,Piranha,Piranha,75,4522,0,899,1023,1,182,223,2,10,69,45,30,30,66,35,10,12,1,5,61,0x3295,200,768,768,384,0,0,0,0,0,0,0,963,9000,956,600,1053,500,1054,500,995,5,1249,5,13027,1,0,0,0,0,0,0 -2071,HEADLESS_MULE,Headless Mule,Headless Mule,80,6620,0,1011,1120,1,210,267,7,27,68,51,50,35,67,20,10,12,2,6,63,0x3985,165,1216,816,432,0,0,0,0,0,0,0,7120,4000,7097,1000,7122,1000,2317,5,1255,2,1269,1,2317,1,0,0,0,0,0,0 -2072,JAGUAR,Jaguar,Jaguar,71,3914,0,720,512,1,192,234,9,12,69,30,45,5,59,5,10,12,1,2,42,0x3885,150,1250,580,360,0,0,0,0,0,0,0,7171,3000,7172,2000,919,1000,756,40,1810,1,0,0,0,0,0,0,0,0,0,0 -2073,TOUCAN,Toucan,Toucan,70,3640,0,659,544,1,166,201,3,10,54,14,40,35,44,10,10,12,0,2,44,0x3885,155,1450,960,480,0,0,0,0,0,0,0,917,3000,7053,1000,2612,200,508,100,510,50,0,0,0,0,0,0,0,0,0,0 -2074,CURUPIRA,Curupira,Curupira,68,3096,0,622,450,1,140,175,9,10,32,23,38,20,45,10,10,12,1,6,22,0x118B,250,530,530,384,0,0,0,0,0,0,0,517,3000,7267,500,757,250,1505,100,1011,10,0,0,0,0,0,0,0,0,0,0 -//2075,E_VADON_X,Vadon,Vadon,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 -2076,S_WIND_GHOST,Shadow of Deception,Shadow of Deception,105,190800,1,0,0,1,462,957,64,51,62,44,25,105,85,20,10,12,1,6,64,0x3795,150,1056,1056,336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2077,S_SKOGUL,Shadow of Illusion,Shadow of Illusion,105,244400,1,0,0,1,910,1166,72,15,100,88,63,99,95,37,10,12,1,6,67,0x3395,190,720,384,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 -2078,S_SUCCUBUS,Shadow of Pleasure,Shadow of Pleasure,105,206660,1,0,0,1,880,1204,76,48,100,70,45,110,102,85,10,12,1,6,67,0x3795,155,1306,1056,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -//2079,CRYSTAL_H,Crystal,Crystal,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 -//2080,CRYSTAL_L,Crystal,Crystal,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x120,400,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 -2081,E_HYDRA,Suspicious Hydra,Strange Hydra,34,854,1,0,0,7,1,2,100,100,1,1,1,1,1,1,10,12,0,3,41,0x0,1000,800,432,600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -2082,G_PIRANHA,Piranha,Piranha,75,4522,0,0,0,1,182,223,2,10,69,45,30,30,66,35,10,12,1,5,61,0x3295,200,768,768,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 - -2308,KO_KAGE,Zanzou,Zanzou,1,50,0,0,0,1,1,1,0,0,1,1,1,1,1,1,1,1,1,7,20,0x0,400,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 -- cgit v1.2.3-60-g2f50