You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

115610 lines
2.1 MiB

# This file is a part of rAthena.
# Copyright(C) 2024 rAthena Development Team
# https://rathena.org - https://github.com/rathena
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
###########################################################################
# Monster Database
###########################################################################
#
# Monster Settings
#
###########################################################################
# - Id Monster ID.
# AegisName Server name to reference the monster in scripts and lookups, should use no spaces.
# Name Name in English.
# JapaneseName Name in Japanese. (Default: 'Name' value)
# Level Level. (Default: 1)
# Hp Total HP. (Default: 1)
# Sp Total SP. (Default: 1)
# BaseExp Base experience gained. (Default: 0)
# JobExp Job experience gained. (Default: 0)
# MvpExp MVP experience gained. (Default: 0)
# Attack Minimum attack in pre-renewal and base attack in renewal. (Default: 0)
# Attack2 Maximum attack in pre-renewal and base magic attack in renewal. (Default: 0)
# Defense Physical defense of the monster, reduces melee and ranged physical attack/skill damage. (Default: 0)
# MagicDefense Magic defense of the monster, reduces magical skill damage. (Default: 0)
# Resistance Physical resistance of the monster, reduces melee and ranged physical attack/skill damage. (Default: 0)
# MagicResistance Magic resistance of the monster, reduces magical skill damage. (Default: 0)
# Str Strength which affects attack. (Default: 1)
# Agi Agility which affects flee. (Default: 1)
# Vit Vitality which affects defense. (Default: 1)
# Int Intelligence which affects magic attack. (Default: 1)
# Dex Dexterity which affects hit rate. (Default: 1)
# Luk Luck which affects perfect dodge/lucky flee/perfect flee/lucky dodge rate. (Default: 1)
# AttackRange Attack range. (Default: 0)
# SkillRange Skill cast range. (Default: 0)
# ChaseRange Chase range. (Default: 0)
# Size Size. (Default: Small)
# Race Race. (Default: Formless)
# RaceGroups: List of secondary groups the monster may be part of. (Optional)
# <group>: <value> Group to toggle.
# Element Element. (Default: Neutral)
# ElementLevel Level of element. (Default: 1)
# WalkSpeed Walk speed. (Default: DEFAULT_WALK_SPEED)
# AttackDelay Attack speed. (Default: 0)
# AttackMotion Attack animation speed. (Default: 0)
# ClientAttackMotion Client attack speed. (Default: AttackMotion)
# DamageMotion Damage animation speed. (Default: 0)
# DamageTaken Rate at which the monster will receive incoming damage. (Default: 100)
# Ai Aegis monster type AI behavior. (Default: 06)
# Class Aegis monster class. (Default: Normal)
# Modes: List of unique behavior not defined by AI, Class, or Attribute. (Optional)
# <mode>: <value> Mode to toggle.
# MvpDrops: List of possible MVP prize items. Max of MAX_MVP_DROP. (Optional)
# - Item Item name.
# Rate Drop rate of item.
# RandomOptionGroup Random Option Group applied to item on drop. (Default: None)
# Index Index used for overwriting item. (Optional)
# Drops: List of possible normal item drops. Max of MAX_MOB_DROP. (Optional)
# - Item Item name.
# Rate Drop rate of item.
# StealProtected If the item is shielded from TF_STEAL. (Default: false)
# RandomOptionGroup Random Option Group applied to item on drop. (Default: None)
# Index Index used for overwriting item. (Optional)
###########################################################################
Header:
Type: MOB_DB
Version: 4
Body:
- Id: 1001
AegisName: SCORPION
Name: Scorpion
Level: 16
Hp: 136
BaseExp: 169
JobExp: 115
Attack: 7
Attack2: 7
Defense: 16
MagicDefense: 5
Str: 12
Agi: 15
Vit: 10
Int: 5
Dex: 19
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Fire
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1564
AttackMotion: 864
ClientAttackMotion: 384
DamageMotion: 576
Ai: 01
Modes:
Detector: true
Drops:
- Item: Boody_Red
Rate: 35
- Item: Scorpion's_Tail
Rate: 2750
- Item: Elunium_Stone
Rate: 29
- Item: Solid_Shell
Rate: 105
- Item: Wing_Of_Fly
Rate: 500
- Item: Fine_Grit
Rate: 500
- Item: Lusty_Iron
Rate: 10
- Item: Scorpion_Card
Rate: 1
StealProtected: true
- Id: 1002
AegisName: PORING
Name: Poring
Level: 1
Hp: 55
BaseExp: 150
JobExp: 40
Attack: 1
Attack2: 1
Defense: 2
MagicDefense: 5
Str: 6
Int: 0
Dex: 6
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Water
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 02
Drops:
- Item: Jellopy
Index: 0
Rate: 7000
- Item: Knife_
Index: 1
Rate: 100
# RandomOptionGroup: 30L
- Item: Sticky_Mucus
Index: 2
Rate: 400
- Item: Apple
Index: 3
Rate: 1000
- Item: Wing_Of_Fly
Index: 4
Rate: 500
- Item: Apple
Index: 5
Rate: 150
- Item: Unripe_Apple
Index: 6
Rate: 20
- Item: Poring_Card
Index: 7
Rate: 20
StealProtected: true
# - Id: 1003
# AegisName: THIEF_BUG_AGG
# Name: Test Egg
# Level: 2
# Hp: 100000
# BaseExp: 10
# JobExp: 10
# Attack: 3
# Attack2: 9
# Defense: 99
# Agi: 99
# SkillRange: 10
# ChaseRange: 12
# Size: Small
# Race: Insect
# Element: Earth
# ElementLevel: 1
# WalkSpeed: 512
# AttackMotion: 512
- Id: 1004
AegisName: HORNET
Name: Hornet
Level: 11
Hp: 85
BaseExp: 158
JobExp: 90
Attack: 2
Attack2: 3
Defense: 7
MagicDefense: 1
Str: 12
Agi: 24
Vit: 4
Int: 5
Dex: 6
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1292
AttackMotion: 792
ClientAttackMotion: 648
DamageMotion: 216
Ai: 01
Modes:
Detector: true
Drops:
- Item: Wind_Of_Verdure
Rate: 80
- Item: Bee_Sting
Rate: 8000
- Item: Jellopy
Rate: 3000
- Item: Main_Gauche_
Rate: 20
# RandomOptionGroup: 30L
- Item: Green_Herb
Rate: 500
- Item: Honey
Rate: 100
- Item: Wing_Of_Fly
Rate: 500
- Item: Hornet_Card
Rate: 20
StealProtected: true
- Id: 1005
AegisName: FARMILIAR
Name: Familiar
Level: 24
Hp: 330
BaseExp: 200
JobExp: 152
Attack: 17
Attack2: 9
Defense: 26
MagicDefense: 5
Str: 15
Agi: 19
Vit: 20
Int: 5
Dex: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Dark
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1276
AttackMotion: 576
ClientAttackMotion: 432
DamageMotion: 384
Ai: 01
Drops:
- Item: Tooth_Of_Bat
Rate: 2750
- Item: Falchion_
Rate: 10
# RandomOptionGroup: 30L
- Item: Ribbon_
Rate: 8
- Item: Wing_Of_Fly
Rate: 500
- Item: Grape
Rate: 50
- Item: Red_Herb
Rate: 350
- Item: Center_Potion
Rate: 25
- Item: Farmiliar_Card
Rate: 1
StealProtected: true
# - Id: 1006
# AegisName: THIEF_BUG_LARVA
# Name: Thief Bug Larva
# Level: 1
# Size: Small
# Race: Formless
# Element: Water
# ElementLevel: 0
# Ai: 25
# Modes:
# NoCast: true
# CastSensorChase: true
# CastSensorIdle: true
# ChangeChase: true
- Id: 1007
AegisName: FABRE
Name: Fabre
Level: 6
Hp: 59
BaseExp: 158
JobExp: 65
Attack: 1
Attack2: 3
Defense: 24
Str: 12
Agi: 5
Vit: 5
Int: 5
Dex: 12
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 1672
AttackMotion: 672
ClientAttackMotion: 192
DamageMotion: 480
Ai: 01
Modes:
Detector: true
Drops:
- Item: Fluff
Rate: 7000
- Item: Feather
Rate: 1000
- Item: Club_
Rate: 80
# RandomOptionGroup: 30L
- Item: Wing_Of_Fly
Rate: 500
- Item: Green_Herb
Rate: 3000
- Item: Clover
Rate: 1000
- Item: Club
Rate: 200
# RandomOptionGroup: 30L
- Item: Fabre_Card
Rate: 20
StealProtected: true
- Id: 1008
AegisName: PUPA
Name: Pupa
Level: 4
Hp: 51
BaseExp: 157
JobExp: 55
Attack: 1
Attack2: 3
Defense: 24
MagicDefense: 2
Str: 11
Vit: 3
Int: 3
Dex: 8
Luk: 6
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 1001
AttackMotion: 1
ClientAttackMotion: 768
DamageMotion: 1
Ai: 06
Modes:
Detector: true
Drops:
- Item: Phracon
Rate: 600
- Item: Chrysalis
Rate: 7000
- Item: Sticky_Mucus
Rate: 700
- Item: Guard_
Rate: 20
- Item: Shell
Rate: 1000
- Item: Wing_Of_Fly
Rate: 500
- Item: Iron_Ore
Rate: 500
- Item: Pupa_Card
Rate: 1
StealProtected: true
- Id: 1009
AegisName: CONDOR
Name: Condor
Level: 12
Hp: 105
BaseExp: 160
JobExp: 95
Attack: 3
Attack2: 6
Defense: 7
MagicDefense: 5
Str: 14
Agi: 7
Vit: 6
Int: 0
Dex: 13
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Wind
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1148
AttackMotion: 648
ClientAttackMotion: 504
DamageMotion: 480
Ai: 01
Drops:
- Item: Talon
Rate: 8000
- Item: Bow_
Rate: 100
- Item: Wing_Of_Fly
Rate: 500
- Item: Arrow_Container
Rate: 50
- Item: Meat
Rate: 400
- Item: Feather_Of_Birds
Rate: 3000
- Item: Orange
Rate: 600
- Item: Condor_Card
Rate: 1
StealProtected: true
- Id: 1010
AegisName: WILOW
Name: Willow
Level: 8
Hp: 78
BaseExp: 160
JobExp: 75
Attack: 1
Attack2: 5
Defense: 38
MagicDefense: 2
Str: 13
Agi: 3
Vit: 8
Int: 5
Dex: 12
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1672
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 432
Ai: 01
Drops:
- Item: Tree_Root
Rate: 9000
- Item: Wooden_Block
Rate: 100
- Item: Resin
Rate: 2000
- Item: Sweet_Potato
Rate: 1000
- Item: Tree_Of_Archer_3
Rate: 3000
- Item: Tree_Of_Archer_2
Rate: 2000
- Item: Tree_Of_Archer_1
Rate: 1000
- Item: Wilow_Card
Rate: 10
StealProtected: true
- Id: 1011
AegisName: CHONCHON
Name: Chonchon
Level: 5
Hp: 48
BaseExp: 150
JobExp: 60
Attack: 1
Attack2: 3
Defense: 27
Str: 13
Agi: 4
Vit: 4
Int: 0
Dex: 8
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1076
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 480
Ai: 01
Modes:
Detector: true
Drops:
- Item: Iron
Rate: 50
- Item: Shell
Rate: 7000
- Item: Jellopy
Rate: 2000
- Item: Cutter_
Rate: 50
# RandomOptionGroup: 30L
- Item: Wing_Of_Fly
Rate: 500
- Item: Chonchon_Doll
Rate: 6
- Item: Iron_Ore
Rate: 200
- Item: Chonchon_Card
Rate: 20
StealProtected: true
- Id: 1012
AegisName: RODA_FROG
Name: Roda Frog
Level: 13
Hp: 140
BaseExp: 162
JobExp: 100
Attack: 4
Attack2: 4
Defense: 12
MagicDefense: 5
Str: 12
Agi: 6
Vit: 4
Int: 0
Dex: 14
Luk: 9
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 2016
AttackMotion: 816
ClientAttackMotion: 336
DamageMotion: 288
Ai: 01
Drops:
- Item: Sticky_Webfoot
Rate: 4500
- Item: Spawn
Rate: 500
- Item: Green_Herb
Rate: 300
- Item: Azure_Jewel
Rate: 8
- Item: Wing_Of_Fly
Rate: 500
- Item: Roda_Frog_Card
Rate: 1
StealProtected: true
- Id: 1013
AegisName: WOLF
Name: Wolf
Level: 45
Hp: 1091
BaseExp: 369
JobExp: 301
Attack: 89
Attack2: 11
Defense: 55
MagicDefense: 3
Str: 27
Agi: 24
Vit: 30
Int: 15
Dex: 33
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1054
AttackMotion: 504
ClientAttackMotion: 216
DamageMotion: 432
Ai: 03
Drops:
- Item: Emveretarcon
Rate: 10
- Item: Claw_Of_Wolves
Rate: 4500
- Item: Mantle_
Rate: 5
- Item: Wing_Of_Fly
Rate: 500
- Item: Monster's_Feed
Rate: 525
- Item: Animal's_Skin
Rate: 2750
- Item: Strawberry
Rate: 300
- Item: Wolf_Card
Rate: 1
StealProtected: true
- Id: 1014
AegisName: SPORE
Name: Spore
Level: 18
Hp: 223
BaseExp: 175
JobExp: 125
Attack: 8
Attack2: 8
Defense: 12
MagicDefense: 10
Str: 15
Agi: 5
Vit: 10
Int: 0
Dex: 12
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Water
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 576
DamageMotion: 288
Ai: 01
Drops:
- Item: Mushroom_Spore
Rate: 8000
- Item: Red_Herb
Rate: 1000
- Item: Wing_Of_Fly
Rate: 500
- Item: Spore_Doll
Rate: 10
- Item: Hat
Rate: 30
- Item: Poison_Spore
Rate: 10
- Item: Strawberry
Rate: 600
- Item: Spore_Card
Rate: 10
StealProtected: true
- Id: 1015
AegisName: ZOMBIE
Name: Zombie
Level: 17
Hp: 204
BaseExp: 189
JobExp: 112
Attack: 8
Attack2: 12
Defense: 20
MagicDefense: 3
Str: 15
Agi: 8
Vit: 17
Int: 0
Dex: 15
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 2612
AttackMotion: 912
ClientAttackMotion: 816
DamageMotion: 288
Ai: 04
Drops:
- Item: Decayed_Nail
Rate: 9000
- Item: Cardinal_Jewel_
Rate: 6
- Item: Sticky_Mucus
Rate: 1000
- Item: Horrendous_Mouth
Rate: 50
- Item: White_Jewel
Rate: 70
- Item: Wing_Of_Fly
Rate: 500
- Item: Zombie_Card
Rate: 10
StealProtected: true
- Id: 1016
AegisName: ARCHER_SKELETON
Name: Archer Skeleton
Level: 50
Hp: 1458
BaseExp: 436
JobExp: 327
Attack: 101
Attack2: 23
Defense: 47
MagicDefense: 10
Str: 30
Agi: 29
Vit: 20
Int: 10
Dex: 35
Luk: 5
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
RaceGroups:
Clocktower: true
Element: Undead
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 2864
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 576
Ai: 05
Drops:
- Item: Skel_Bone
Rate: 2250
- Item: Oridecon_Stone
Rate: 35
- Item: Apple_Of_Archer
Rate: 2
- Item: Great_Bow_
Rate: 18
- Item: Fire_Arrow_Container
Rate: 30
- Item: Red_Herb
Rate: 900
- Item: Wing_Of_Fly
Rate: 500
- Item: Archer_Skeleton_Card
Rate: 1
StealProtected: true
# - Id: 1017
# AegisName: THIEF_BUG_FEMALE
# Name: Thief Bug Female
# Level: 10
# Hp: 170
# BaseExp: 35
# JobExp: 18
# Attack: 33
# Attack2: 40
# Defense: 5
# MagicDefense: 5
# Agi: 15
# Vit: 10
# Int: 5
# Dex: 23
# Luk: 5
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Medium
# Race: Insect
# Element: Dark
# ElementLevel: 1
# WalkSpeed: 200
# AttackDelay: 988
# AttackMotion: 288
# DamageMotion: 768
# Ai: 25
# Modes:
# NoCast: true
# CastSensorChase: true
# CastSensorIdle: true
# ChangeChase: true
# Drops:
# - Item: Worm_Peelings
# Rate: 3500
# - Item: Garlet
# Rate: 250
# - Item: Blade_
# Rate: 15
# - Item: Insect_Feeler
# Rate: 200
# - Item: Red_Herb
# Rate: 400
# - Item: Red_Gemstone
# Rate: 50
# - Item: Iron_Ore
# Rate: 400
# - Item: Thief_Bug_Female_Card
# Rate: 1
# StealProtected: true
- Id: 1018
AegisName: CREAMY
Name: Creamy
Level: 23
Hp: 247
BaseExp: 196
JobExp: 148
Attack: 16
Attack2: 1
Defense: 28
MagicDefense: 20
Str: 16
Int: 0
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1136
AttackMotion: 720
ClientAttackMotion: 432
DamageMotion: 840
Ai: 01
Modes:
Detector: true
Drops:
- Item: Powder_Of_Butterfly
Rate: 8000
- Item: Silk_Robe_
Rate: 20
# RandomOptionGroup: 30L
- Item: Honey
Rate: 200
- Item: Wing_Of_Fly
Rate: 500
- Item: Fancy_Flower
Rate: 20
- Item: Flower
Rate: 500
- Item: Wind_Scroll_1_3
Rate: 100
- Item: Creamy_Card
Rate: 1
StealProtected: true
- Id: 1019
AegisName: PECOPECO
Name: Peco Peco
Level: 25
Hp: 354
BaseExp: 204
JobExp: 156
Attack: 23
Attack2: 7
Defense: 48
Str: 21
Agi: 10
Vit: 13
Int: 5
Dex: 28
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Fire
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1564
AttackMotion: 864
ClientAttackMotion: 480
DamageMotion: 576
Ai: 03
Drops:
- Item: Bill_Of_Birds
Rate: 4500
- Item: Sandals_
Rate: 10
- Item: Yellow_Herb
Rate: 100
- Item: Wing_Of_Fly
Rate: 500
- Item: Wand
Rate: 50
# RandomOptionGroup: 30L
- Item: Orange
Rate: 500
- Item: Pecopeco_Card
Rate: 1
StealProtected: true
- Id: 1020
AegisName: MANDRAGORA
Name: Mandragora
Level: 13
Hp: 140
BaseExp: 170
JobExp: 100
Attack: 4
Attack2: 3
Defense: 13
MagicDefense: 2
Str: 12
Agi: 3
Vit: 5
Int: 5
Dex: 10
Luk: 5
AttackRange: 4
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 3
WalkSpeed: 1000
AttackDelay: 1768
AttackMotion: 768
ClientAttackMotion: 384
DamageMotion: 576
Ai: 10
Drops:
- Item: Yellow_Live
Rate: 60
- Item: Stem
Rate: 8000
- Item: Spear_
Rate: 30
# RandomOptionGroup: 30L
- Item: Green_Herb
Rate: 400
- Item: Wing_Of_Fly
Rate: 500
- Item: Four_Leaf_Clover
Rate: 1
- Item: Whip_Of_Earth
Rate: 5
# RandomOptionGroup: 30L
- Item: Mandragora_Card
Rate: 1
StealProtected: true
# - Id: 1021
# AegisName: THIEF_BUG_MALE
# Name: Thief Bug Male
# Level: 19
# Hp: 583
# BaseExp: 223
# JobExp: 93
# Attack: 76
# Attack2: 88
# Defense: 15
# MagicDefense: 5
# Agi: 29
# Vit: 16
# Int: 5
# Dex: 36
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Medium
# Race: Insect
# Element: Dark
# ElementLevel: 1
# WalkSpeed: 300
# AttackDelay: 988
# AttackMotion: 288
# DamageMotion: 768
# Ai: 25
# Modes:
# NoCast: true
# Looter: true
# CastSensorChase: true
# CastSensorIdle: true
# ChangeChase: true
# Drops:
# - Item: Emveretarcon
# Rate: 40
# - Item: Insect_Feeler
# Rate: 5500
# - Item: Worm_Peelings
# Rate: 1500
# - Item: Slayer_
# Rate: 10
# - Item: Yellow_Herb
# Rate: 90
# - Item: Bluish_Green_Jewel
# Rate: 5
# - Item: Katana
# Rate: 50
# - Item: Thief_Bug_Male_Card
# Rate: 1
# StealProtected: true
# - Id: 1022
# AegisName: WERE_WOLF
# Name: Werewolf
# Level: 80
# Hp: 28600
# BaseExp: 11813
# JobExp: 7289
# Attack: 2560
# Attack2: 3280
# Defense: 65
# MagicDefense: 35
# Agi: 97
# Vit: 60
# Dex: 135
# Luk: 52
# AttackRange: 2
# SkillRange: 10
# ChaseRange: 10
# Size: Large
# Race: Formless
# Element: Neutral
# ElementLevel: 2
# WalkSpeed: 200
# AttackDelay: 1500
# AttackMotion: 768
# DamageMotion: 652
# Ai: 25
# Modes:
# NoCast: true
# Looter: true
# NoRandomWalk: true
# Drops:
# - Item: Steel
# Rate: 500
# - Item: Cobold_Hair
# Rate: 4000
# - Item: Oridecon
# Rate: 500
# - Item: Elunium
# Rate: 500
# - Item: Executioner's_Mitten
# Rate: 800
# - Item: Guh_Moon_Goh_
# Rate: 300
- Id: 1023
AegisName: ORK_WARRIOR
Name: Orc Warrior
Level: 44
Hp: 1047
BaseExp: 361
JobExp: 293
Attack: 84
Attack2: 33
Defense: 52
MagicDefense: 3
Str: 32
Agi: 15
Vit: 24
Int: 15
Dex: 16
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Orc: true
Clocktower: true
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1864
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 288
Ai: 04
Drops:
- Item: Wing_Of_Fly
Rate: 500
- Item: Orcish_Voucher
Rate: 4500
- Item: Oridecon_Stone
Rate: 20
- Item: Cigar
Rate: 2
- Item: Battle_Axe_
Rate: 5
- Item: Orcish_Axe
Rate: 3
- Item: Round_Buckler
Rate: 2
- Item: Orc_Warrior_Card
Rate: 1
StealProtected: true
- Id: 1024
AegisName: WORM_TAIL
Name: Wormtail
Level: 17
Hp: 186
BaseExp: 180
JobExp: 120
Attack: 8
Attack2: 5
Defense: 16
Str: 10
Agi: 6
Vit: 14
Int: 5
Dex: 12
Luk: 35
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1048
AttackMotion: 48
ClientAttackMotion: 288
DamageMotion: 192
Ai: 17
Drops:
- Item: Yellow_Live
Rate: 30
- Item: Emveretarcon
Rate: 13
- Item: Pointed_Scale
Rate: 2750
- Item: Pike_
Rate: 15
# RandomOptionGroup: 30L
- Item: Yellow_Herb
Rate: 35
- Item: Wing_Of_Fly
Rate: 500
- Item: Green_Lace
Rate: 50
- Item: Worm_Tail_Card
Rate: 1
StealProtected: true
- Id: 1025
AegisName: SNAKE
Name: Boa
JapaneseName: Snake
Level: 18
Hp: 203
BaseExp: 183
JobExp: 125
Attack: 9
Attack2: 5
Defense: 9
MagicDefense: 8
Str: 10
Agi: 8
Vit: 18
Int: 10
Dex: 14
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1576
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 576
Ai: 01
Drops:
- Item: Scale_Of_Snakes
Rate: 8000
- Item: Katana_
Rate: 20
# RandomOptionGroup: 30L
- Item: Red_Herb
Rate: 800
- Item: Emveretarcon
Rate: 100
- Item: Posionous_Canine
Rate: 800
- Item: Wing_Of_Fly
Rate: 500
- Item: Strawberry
Rate: 3000
- Item: Snake_Card
Rate: 10
StealProtected: true
- Id: 1026
AegisName: MUNAK
Name: Munak
Level: 58
Hp: 2002
BaseExp: 548
JobExp: 422
Attack: 141
Attack2: 30
Defense: 77
MagicDefense: 15
Str: 53
Agi: 9
Vit: 25
Int: 10
Dex: 33
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 2468
AttackMotion: 768
ClientAttackMotion: 480
DamageMotion: 288
Ai: 04
Drops:
- Item: Danggie
Rate: 4500
- Item: Munak_Turban
Rate: 1
- Item: Shoes_
Rate: 8
- Item: Amulet
Rate: 10
- Item: Ninja_Suit
Rate: 1
- Item: Adventure_Suit
Rate: 50
- Item: Girl's_Diary
Rate: 3
- Item: Munak_Card
Rate: 1
StealProtected: true
# - Id: 1027
# AegisName: RAPTICE
# Name: Raptice
# Level: 17
# Hp: 600
# BaseExp: 100
# JobExp: 55
# Defense: 5
# MagicDefense: 10
# Str: 5
# Agi: 20
# Vit: 20
# Dex: 28
# Luk: 10
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Medium
# Race: Brute
# Element: Earth
# ElementLevel: 1
# WalkSpeed: 200
# AttackDelay: 2000
# AttackMotion: 1000
# DamageMotion: 500
# Ai: 25
# Modes:
# NoRandomWalk: true
# CastSensorIdle: true
# Drops:
# - Item: Jellopy
# Rate: 7000
- Id: 1028
AegisName: SOLDIER_SKELETON
Name: Soldier Skeleton
Level: 34
Hp: 691
BaseExp: 284
JobExp: 198
Attack: 43
Attack2: 14
Defense: 53
MagicDefense: 5
Str: 14
Agi: 10
Vit: 32
Int: 5
Dex: 29
Luk: 3
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 2276
AttackMotion: 576
ClientAttackMotion: 216
DamageMotion: 432
Ai: 04
Drops:
- Item: Skel_Bone
Rate: 2750
- Item: Oridecon_Stone
Rate: 30
- Item: Dagger_
Rate: 6
- Item: Red_Herb
Rate: 350
- Item: Wing_Of_Fly
Rate: 500
- Item: Chain_Mail_
Rate: 1
- Item: Stiletto
Rate: 25
- Item: Soldier_Skeleton_Card
Rate: 1
StealProtected: true
- Id: 1029
AegisName: ISIS
Name: Isis
Level: 59
Hp: 2252
BaseExp: 510
JobExp: 457
Attack: 146
Attack2: 37
Defense: 83
MagicDefense: 5
Str: 58
Agi: 43
Vit: 22
Int: 5
Dex: 43
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1384
AttackMotion: 768
ClientAttackMotion: 480
DamageMotion: 336
Ai: 19
Modes:
Detector: true
Drops:
- Item: Scales_Shell
Rate: 2668
- Item: Circlet_
Rate: 3
- Item: Necklace
Rate: 1
- Item: Crystal_Jewel___
Rate: 75
- Item: Crystal_Jewel__
Rate: 10
- Item: Shining_Scales
Rate: 500
- Item: Crystal_Jewel_
Rate: 3
- Item: Isis_Card
Rate: 1
StealProtected: true
- Id: 1030
AegisName: ANACONDAQ
Name: Anacondaq
Level: 100
Hp: 9233
BaseExp: 1387
JobExp: 1316
Attack: 451
Attack2: 55
Defense: 92
Str: 79
Agi: 46
Vit: 28
Int: 43
Dex: 67
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Poison
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1576
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 576
Ai: 17
Drops:
- Item: White_Powder
Rate: 100
- Item: Posionous_Canine
Rate: 4500
- Item: Scarlet_Lance
Rate: 50
RandomOptionGroup: Group_5
- Item: Scale_Of_Snakes
Rate: 750
- Item: Scales_Shell
Rate: 100
- Item: Doram_Only_Suit
Rate: 20
- Item: Oridecon_Stone
Rate: 25
- Item: Anacondaq_Card
Rate: 1
StealProtected: true
- Id: 1031
AegisName: POPORING
Name: Poporing
Level: 30
Hp: 489
BaseExp: 229
JobExp: 181
Attack: 31
Attack2: 20
Defense: 36
MagicDefense: 17
Str: 17
Agi: 26
Vit: 20
Int: 18
Dex: 36
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Poison
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1672
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 02
Drops:
- Item: Sticky_Mucus
Rate: 6000
- Item: Garlet
Rate: 1000
- Item: Green_Herb
Rate: 1000
- Item: Grape
Rate: 200
- Item: Wing_Of_Fly
Rate: 500
- Item: Main_Gauche
Rate: 20
# RandomOptionGroup: 30L
- Item: Apple
Rate: 125
- Item: Poporing_Card
Rate: 10
StealProtected: true
- Id: 1032
AegisName: VERIT
Name: Verit
Level: 52
Hp: 1642
BaseExp: 479
JobExp: 362
Attack: 111
Attack2: 20
Defense: 63
MagicDefense: 10
Str: 51
Agi: 4
Vit: 25
Int: 10
Dex: 6
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 250
AttackDelay: 2468
AttackMotion: 768
ClientAttackMotion: 480
DamageMotion: 480
Ai: 02
Drops:
- Item: Immortal_Heart
Rate: 4500
- Item: Zargon
Rate: 350
- Item: Rotten_Bandage
Rate: 550
- Item: White_Herb
Rate: 300
- Item: Skul_Ring
Rate: 1
- Item: Flower_Ring
Rate: 100
- Item: Armlet_Of_Obedience
Rate: 10
- Item: Verit_Card
Rate: 1
StealProtected: true
- Id: 1033
AegisName: ELDER_WILOW
Name: Elder Willow
Level: 34
Hp: 535
BaseExp: 259
JobExp: 210
Attack: 43
Attack2: 14
Defense: 45
Str: 10
Agi: 14
Vit: 25
Int: 0
Dex: 29
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Fire
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1372
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 432
Ai: 19
Drops:
- Item: Boody_Red
Rate: 25
- Item: Resin
Rate: 4500
- Item: Wing_Of_Fly
Rate: 500
- Item: Elunium_Stone
Rate: 20
- Item: Elder_Branch
Rate: 1
- Item: Fire_Scroll_1_3
Rate: 50
- Item: Branch_Of_Dead_Tree
Rate: 50
- Item: Elder_Wilow_Card
Rate: 1
StealProtected: true
- Id: 1034
AegisName: THARA_FROG
Name: Thara Frog
Level: 40
Hp: 975
BaseExp: 300
JobExp: 251
Attack: 49
Attack2: 30
Defense: 37
MagicDefense: 17
Str: 25
Agi: 10
Vit: 10
Int: 18
Dex: 30
Luk: 2
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 2016
AttackMotion: 816
ClientAttackMotion: 336
DamageMotion: 288
Ai: 01
Drops:
- Item: Emveretarcon
Rate: 23
- Item: Spawn
Rate: 2750
- Item: Scell
Rate: 300
- Item: White_Herb
Rate: 15
- Item: Red_Jewel
Rate: 3
- Item: Sticky_Webfoot
Rate: 1000
- Item: Wing_Of_Fly
Rate: 500
- Item: Thara_Frog_Card
Rate: 1
StealProtected: true
- Id: 1035
AegisName: HUNTER_FLY
Name: Hunter Fly
Level: 63
Hp: 1902
BaseExp: 588
JobExp: 532
Attack: 153
Attack2: 20
Defense: 46
MagicDefense: 20
Str: 32
Agi: 72
Vit: 22
Int: 25
Dex: 100
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 676
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 480
Ai: 04
Modes:
Detector: true
Drops:
- Item: Rough_Wind
Rate: 15
- Item: Steel
Rate: 50
- Item: Solid_Shell
Rate: 2668
- Item: Zargon
Rate: 650
- Item: Oridecon_Stone
Rate: 65
- Item: Mini_Propeller
Rate: 1
- Item: Damascus_
Rate: 1
- Item: Hunter_Fly_Card
Rate: 1
StealProtected: true
- Id: 1036
AegisName: GHOUL
Name: Ghoul
Level: 61
Hp: 2429
BaseExp: 620
JobExp: 480
Attack: 157
Attack2: 29
Defense: 78
MagicDefense: 5
Str: 56
Agi: 12
Vit: 19
Int: 11
Dex: 30
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 2456
AttackMotion: 912
ClientAttackMotion: 408
DamageMotion: 504
Ai: 04
Drops:
- Item: Horrendous_Mouth
Rate: 3000
- Item: Oridecon_Stone
Rate: 55
- Item: White_Herb
Rate: 350
- Item: Green_Herb
Rate: 400
- Item: Skul_Ring
Rate: 30
- Item: Mementos
Rate: 75
- Item: Ghoul_Leg
Rate: 1
- Item: Ghoul_Card
Rate: 1
StealProtected: true
- Id: 1037
AegisName: SIDE_WINDER
Name: Side Winder
Level: 70
Hp: 2698
BaseExp: 677
JobExp: 621
Attack: 211
Attack2: 30
Defense: 101
MagicDefense: 12
Str: 52
Agi: 32
Vit: 35
Int: 20
Dex: 73
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Poison
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1576
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 576
Ai: 19
Drops:
- Item: Shining_Scales
Rate: 2668
- Item: Zargon
Rate: 700
- Item: Oridecon_Stone
Rate: 67
- Item: Tsurugi_
Rate: 1
- Item: Posionous_Canine
Rate: 1250
- Item: Scale_Of_Snakes
Rate: 2500
- Item: White_Herb
Rate: 500
- Item: Side_Winder_Card
Rate: 1
StealProtected: true
- Id: 1038
AegisName: OSIRIS
Name: Osiris
Level: 68
Hp: 1175840
BaseExp: 122760
JobExp: 100440
MvpExp: 61380
Attack: 1980
Attack2: 1503
Defense: 172
MagicDefense: 164
Str: 97
Agi: 99
Vit: 86
Int: 131
Dex: 165
Luk: 67
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 1072
AttackMotion: 672
ClientAttackMotion: 192
DamageMotion: 384
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Bs_Making_S
Rate: 5000
- Item: Seed_Of_Yggdrasil
Rate: 3000
- Item: Osiris_Doll
Rate: 500
Drops:
- Item: Shadowdecon
Rate: 50
- Item: Assasin_Dagger
Rate: 75
- Item: Crown
Rate: 100
- Item: Jamadhar_
Rate: 300
- Item: Sacred_Marks
Rate: 500
- Item: Spinx_Helm
Rate: 75
- Item: Cakram
Rate: 50
- Item: Osiris_Card
Rate: 1
StealProtected: true
- Id: 1039
AegisName: BAPHOMET
Name: Baphomet
Level: 81
Hp: 668000
BaseExp: 218089
JobExp: 167053
MvpExp: 109044
Attack: 3150
Attack2: 1984
Defense: 379
MagicDefense: 45
Str: 120
Agi: 125
Vit: 30
Int: 85
Dex: 186
Luk: 85
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 768
AttackMotion: 768
ClientAttackMotion: 600
DamageMotion: 576
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Bs_Making_S
Rate: 5000
- Item: Baphomet_Doll
Rate: 2500
- Item: Evil_Horn
Rate: 5000
Drops:
- Item: Crescent_Scythe
Rate: 200
- Item: Magestic_Goat
Rate: 150
- Item: Crescent_Scythe_
Rate: 25
- Item: Emperium
Rate: 250
- Item: Magestic_Goat_
Rate: 5
- Item: Zelunium
Rate: 50
- Item: Oridecon
Rate: 2086
- Item: Baphomet_Card
Rate: 1
StealProtected: true
- Id: 1040
AegisName: GOLEM
Name: Golem
Level: 61
Hp: 2324
BaseExp: 564
JobExp: 508
Attack: 172
Attack2: 25
Defense: 190
MagicDefense: 12
Str: 70
Agi: 27
Vit: 67
Int: 5
Dex: 34
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
RaceGroups:
Golem: true
Element: Neutral
ElementLevel: 3
WalkSpeed: 300
AttackDelay: 1608
AttackMotion: 816
ClientAttackMotion: 912
DamageMotion: 396
Ai: 17
Drops:
- Item: Steel
Rate: 75
- Item: Stone_Heart
Rate: 4500
- Item: Zargon
Rate: 110
- Item: Elunium_Stone
Rate: 35
- Item: Siver_Guard
Rate: 3
- Item: Yellow_Gemstone
Rate: 100
- Item: Iron
Rate: 175
- Item: Golem_Card
Rate: 1
StealProtected: true
- Id: 1041
AegisName: MUMMY
Name: Mummy
Level: 55
Hp: 1899
BaseExp: 512
JobExp: 390
Attack: 126
Attack2: 21
Defense: 95
MagicDefense: 3
Str: 54
Agi: 4
Vit: 14
Dex: 68
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 1772
AttackMotion: 72
ClientAttackMotion: 288
DamageMotion: 384
Ai: 04
Drops:
- Item: Rotten_Bandage
Rate: 4500
- Item: Oridecon_Stone
Rate: 50
- Item: Mementos
Rate: 275
- Item: Glove
Rate: 1
- Item: Silver_Ring
Rate: 5
- Item: Panacea
Rate: 125
- Item: Yellow_Herb
Rate: 425
- Item: Mummy_Card
Rate: 1
StealProtected: true
- Id: 1042
AegisName: STEEL_CHONCHON
Name: Steel Chonchon
Level: 48
Hp: 985
BaseExp: 379
JobExp: 328
Attack: 84
Attack2: 35
Defense: 57
MagicDefense: 20
Str: 30
Agi: 62
Vit: 20
Int: 10
Dex: 56
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1076
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 480
Ai: 07
Modes:
Detector: true
Drops:
- Item: Wind_Of_Verdure
Rate: 45
- Item: Steel
Rate: 15
- Item: Garlet
Rate: 1200
- Item: Shell
Rate: 4500
- Item: Solid_Shell
Rate: 15
- Item: Iron
Rate: 100
- Item: Wing_Of_Fly
Rate: 500
- Item: Steel_Chonchon_Card
Rate: 1
StealProtected: true
# - Id: 1043
# AegisName: SEAHORES
# Name: Seahorse
# Level: 18
# Hp: 1452
# BaseExp: 122
# JobExp: 78
# Attack: 100
# Attack2: 150
# Defense: 15
# MagicDefense: 7
# AttackRange: 3
# SkillRange: 10
# ChaseRange: 10
# Size: Small
# Race: Fish
# Element: Earth
# ElementLevel: 1
# WalkSpeed: 200
# AttackDelay: 1500
# AttackMotion: 800
# DamageMotion: 600
# Ai: 25
# Modes:
# NoRandomWalk: true
# CastSensorIdle: true
- Id: 1044
AegisName: OBEAUNE
Name: Obeaune
Level: 53
Hp: 1776
BaseExp: 446
JobExp: 393
Attack: 93
Attack2: 45
Defense: 48
MagicDefense: 26
Str: 54
Agi: 47
Vit: 21
Int: 40
Dex: 40
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 384
DamageMotion: 288
Ai: 19
Drops:
- Item: Mistic_Frozen
Rate: 7
- Item: Heart_Of_Mermaid
Rate: 4500
- Item: Fin_Helm
Rate: 1
- Item: Saint_Robe_
Rate: 5
- Item: Skyblue_Jewel
Rate: 5
- Item: Fin
Rate: 250
- Item: Witherless_Rose
Rate: 15
- Item: Obeaune_Card
Rate: 1
StealProtected: true
- Id: 1045
AegisName: MARC
Name: Marc
Level: 56
Hp: 1963
BaseExp: 477
JobExp: 424
Attack: 105
Attack2: 25
Defense: 55
MagicDefense: 24
Str: 50
Agi: 24
Vit: 22
Int: 15
Dex: 53
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1272
AttackMotion: 72
ClientAttackMotion: 216
DamageMotion: 480
Ai: 04
Drops:
- Item: Mistic_Frozen
Rate: 9
- Item: Gill
Rate: 4500
- Item: Oridecon_Stone
Rate: 48
- Item: Fin
Rate: 500
- Item: Skyblue_Jewel
Rate: 5
- Item: White_Herb
Rate: 350
- Item: Marc_Card
Rate: 1
StealProtected: true
- Id: 1046
AegisName: DOPPELGANGER
Name: Doppelganger
Level: 77
Hp: 380000
BaseExp: 172260
JobExp: 125280
MvpExp: 86130
Attack: 2103
Attack2: 1176
Defense: 246
MagicDefense: 86
Str: 122
Agi: 122
Vit: 105
Int: 67
Dex: 203
Luk: 72
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 480
AttackMotion: 480
ClientAttackMotion: 192
DamageMotion: 288
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Cardinal_Jewel_
Rate: 1500
- Item: Blue_Potion
Rate: 6000
- Item: Bs_Making_S
Rate: 5000
Drops:
- Item: Plate_Armor_
Rate: 125
- Item: Broad_Sword_
Rate: 110
- Item: Zweihander
Rate: 75
- Item: Sharp_Gear
Rate: 175
- Item: Lance_
Rate: 275
- Item: Elunium
Rate: 1843
- Item: Shadowdecon
Rate: 50
- Item: Doppelganger_Card
Rate: 1
StealProtected: true
- Id: 1047
AegisName: PECOPECO_EGG
Name: Peco Peco Egg
Level: 7
Hp: 70
BaseExp: 152
JobExp: 70
Attack: 1
Defense: 16
MagicDefense: 5
Str: 4
Agi: 10
Vit: 22
Int: 8
Dex: 10
Luk: 5
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 1000
AttackDelay: 1001
AttackMotion: 1
ClientAttackMotion: 672
DamageMotion: 1
Ai: 06
Drops:
- Item: Phracon
Index: 0
Rate: 125
- Item: Shell
Index: 1
Rate: 750
- Item: Guard_
Index: 2
Rate: 1
- Item: Red_Herb
Index: 3
Rate: 200
- Item: Red_Herb
Index: 4
Rate: 200
- Item: White_Platter
Index: 5
Rate: 5
- Item: Pecopeco_Egg_Card
Index: 6
Rate: 1
StealProtected: true
- Id: 1048
AegisName: THIEF_BUG_EGG
Name: Thief Bug Egg
Level: 20
Hp: 290
BaseExp: 181
JobExp: 135
Attack: 1
Attack2: 1
Defense: 64
MagicDefense: 10
Str: 10
Vit: 50
Int: 0
Dex: 3
Luk: 15
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Dark
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 701
AttackMotion: 1
ClientAttackMotion: 288
DamageMotion: 1
Ai: 06
Modes:
Detector: true
Drops:
- Item: Phracon
Rate: 600
- Item: Chrysalis
Rate: 5000
- Item: Guard_
Rate: 1
- Item: Sticky_Mucus
Rate: 300
- Item: Red_Gemstone
Rate: 50
- Item: Black_Ladle
Rate: 5
- Item: Iron_Ore
Rate: 125
- Item: Thief_Bug_Egg_Card
Rate: 1
StealProtected: true
- Id: 1049
AegisName: PICKY
Name: Picky
Level: 9
Hp: 70
BaseExp: 154
JobExp: 80
Attack: 1
Attack2: 1
Defense: 21
MagicDefense: 3
Str: 14
Agi: 9
Vit: 10
Int: 0
Dex: 10
Luk: 3
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Fire
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 988
AttackMotion: 288
ClientAttackMotion: 240
DamageMotion: 168
Ai: 01
Drops:
- Item: Feather_Of_Birds
Rate: 7000
- Item: Feather
Rate: 1000
- Item: Cotton_Shirt_
Rate: 200
# RandomOptionGroup: 30L
- Item: Red_Herb
Rate: 1000
- Item: Milk
Rate: 1000
- Item: Yellow_Gemstone
Rate: 60
- Item: Wing_Of_Fly
Rate: 500
- Item: Picky_Card
Rate: 20
StealProtected: true
- Id: 1050
AegisName: PICKY_
Name: Picky
Level: 10
Hp: 77
BaseExp: 155
JobExp: 85
Attack: 1
Attack2: 20
Defense: 48
MagicDefense: 10
Str: 15
Agi: 8
Vit: 8
Int: 5
Dex: 9
Luk: 3
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Fire
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 988
AttackMotion: 288
ClientAttackMotion: 240
DamageMotion: 168
Ai: 01
Drops:
- Item: Feather_Of_Birds
Rate: 7000
- Item: Feather
Rate: 1000
- Item: Egg_Shell
Rate: 30
- Item: Red_Herb
Rate: 1000
- Item: Milk
Rate: 1000
- Item: Wing_Of_Fly
Rate: 500
- Item: Tiny_Egg_Shell
Rate: 20
- Item: Picky__Card
Rate: 20
StealProtected: true
- Id: 1051
AegisName: THIEF_BUG
Name: Thief Bug
Level: 21
Hp: 238
BaseExp: 188
JobExp: 140
Attack: 12
Attack2: 5
Defense: 24
MagicDefense: 3
Str: 19
Agi: 7
Vit: 10
Int: 0
Dex: 12
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Neutral
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 720
DamageMotion: 768
Ai: 02
Modes:
Detector: true
Drops:
- Item: Worm_Peelings
Rate: 3000
- Item: Leather_Jacket_
Rate: 40
# RandomOptionGroup: 30L
- Item: Red_Herb
Rate: 175
- Item: Jellopy
Rate: 1000
- Item: Leather_Jacket
Rate: 60
# RandomOptionGroup: 30L
- Item: Iron_Ore
Rate: 125
- Item: Wing_Of_Fly
Rate: 500
- Item: Thief_Bug_Card
Rate: 20
StealProtected: true
- Id: 1052
AegisName: ROCKER
Name: Rocker
Level: 15
Hp: 155
BaseExp: 174
JobExp: 110
Attack: 6
Attack2: 5
Defense: 16
MagicDefense: 3
Str: 12
Agi: 18
Vit: 8
Int: 10
Dex: 17
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1864
AttackMotion: 864
ClientAttackMotion: 768
DamageMotion: 540
Ai: 01
Modes:
Detector: true
Drops:
- Item: Grasshopper's_Leg
Rate: 8000
- Item: Guitar_Of_Vast_Land
Rate: 5
# RandomOptionGroup: 30L
- Item: Green_Feeler
Rate: 5
- Item: Javelin_
Rate: 80
# RandomOptionGroup: 30L
- Item: Wing_Of_Fly
Rate: 500
- Item: Grasshopper_Doll
Rate: 10
- Item: Hinalle
Rate: 10
- Item: Rocker_Card
Rate: 1
StealProtected: true
- Id: 1053
AegisName: THIEF_BUG_
Name: Thief Bug Female
Level: 28
Hp: 475
BaseExp: 219
JobExp: 171
Attack: 25
Attack2: 16
Defense: 28
MagicDefense: 7
Str: 12
Agi: 10
Vit: 23
Int: 10
Dex: 24
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Dark
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 988
AttackMotion: 288
ClientAttackMotion: 720
DamageMotion: 768
Ai: 07
Modes:
Detector: true
Drops:
- Item: Worm_Peelings
Rate: 3000
- Item: Garlet
Rate: 125
- Item: Blade_
Rate: 8
# RandomOptionGroup: 30L
- Item: Wing_Of_Fly
Rate: 500
- Item: Red_Herb
Rate: 200
- Item: Red_Gemstone
Rate: 25
- Item: Iron_Ore
Rate: 150
- Item: Thief_Bug_Female_Card
Rate: 1
StealProtected: true
- Id: 1054
AegisName: THIEF_BUG__
Name: Thief Bug Male
Level: 30
Hp: 537
BaseExp: 229
JobExp: 181
Attack: 28
Attack2: 21
Defense: 40
MagicDefense: 20
Str: 17
Agi: 37
Vit: 22
Int: 5
Dex: 31
Luk: 13
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Dark
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 988
AttackMotion: 288
ClientAttackMotion: 720
DamageMotion: 768
Ai: 13
Modes:
Detector: true
Drops:
- Item: Emveretarcon
Rate: 20
- Item: Insect_Feeler
Rate: 2750
- Item: Worm_Peelings
Rate: 750
- Item: Slayer_
Rate: 5
# RandomOptionGroup: 30L
- Item: Wing_Of_Fly
Rate: 500
- Item: Bluish_Green_Jewel
Rate: 3
- Item: Katana
Rate: 25
# RandomOptionGroup: 30L
- Item: Thief_Bug_Male_Card
Rate: 1
StealProtected: true
- Id: 1055
AegisName: MUKA
Name: Muka
Level: 23
Hp: 337
BaseExp: 205
JobExp: 148
Attack: 19
Attack2: 9
Defense: 28
Str: 18
Agi: 9
Vit: 28
Int: 5
Dex: 43
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1960
AttackMotion: 960
ClientAttackMotion: 480
DamageMotion: 384
Ai: 01
Drops:
- Item: Yellow_Live
Rate: 35
- Item: Cactus_Needle
Rate: 4500
- Item: Wing_Of_Fly
Rate: 500
- Item: Green_Herb
Rate: 200
- Item: Red_Herb
Rate: 500
- Item: Guisarme
Rate: 25
# RandomOptionGroup: 30L
- Item: Iron_Ore
Rate: 125
- Item: Muka_Card
Rate: 1
StealProtected: true
- Id: 1056
AegisName: SMOKIE
Name: Smokie
Level: 29
Hp: 414
BaseExp: 235
JobExp: 176
Attack: 29
Attack2: 11
Defense: 26
Str: 16
Agi: 34
Vit: 16
Int: 5
Dex: 27
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1576
AttackMotion: 576
ClientAttackMotion: 480
DamageMotion: 420
Ai: 17
Drops:
- Item: Raccoon_Leaf
Rate: 2750
- Item: Animal's_Skin
Rate: 2750
- Item: Sweet_Potato
Rate: 400
- Item: Cat_Hairband
Rate: 1
- Item: Raccoondog_Doll
Rate: 1
- Item: Wing_Of_Fly
Rate: 500
- Item: Bluish_Green_Jewel
Rate: 1
- Item: Smokie_Card
Rate: 1
StealProtected: true
- Id: 1057
AegisName: YOYO
Name: Yoyo
Level: 38
Hp: 694
BaseExp: 300
JobExp: 237
Attack: 55
Attack2: 11
Defense: 40
Str: 20
Agi: 11
Vit: 34
Int: 20
Dex: 19
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1054
AttackMotion: 54
ClientAttackMotion: 360
DamageMotion: 384
Ai: 07
Drops:
- Item: Yoyo_Tail
Rate: 4500
- Item: Banana
Rate: 750
- Item: Wing_Of_Fly
Rate: 500
- Item: Cacao
Rate: 450
- Item: Monkey_Doll
Rate: 5
- Item: Oridecon_Stone
Rate: 12
- Item: Strawberry
Rate: 500
- Item: Yoyo_Card
Rate: 1
StealProtected: true
- Id: 1058
AegisName: METALLER
Name: Metaller
Level: 55
Hp: 1487
BaseExp: 466
JobExp: 413
Attack: 126
Attack2: 41
Defense: 72
MagicDefense: 12
Str: 52
Agi: 24
Vit: 10
Int: 0
Dex: 52
Luk: 31
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Fire
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1708
AttackMotion: 1008
ClientAttackMotion: 432
DamageMotion: 540
Ai: 07
Modes:
Detector: true
Drops:
- Item: Boody_Red
Rate: 30
- Item: Grasshopper's_Leg
Rate: 3250
- Item: Amazing_Foxtail
Rate: 15
- Item: Model_Foxtail
Rate: 15
- Item: Singing_Plant
Rate: 10
- Item: Shell
Rate: 1500
- Item: Guitar_Of_Passion
Rate: 5
- Item: Metaller_Card
Rate: 1
StealProtected: true
- Id: 1059
AegisName: MISTRESS
Name: Mistress
Level: 78
Hp: 378000
BaseExp: 184140
JobExp: 150660
MvpExp: 92070
Attack: 985
Attack2: 1967
Defense: 287
MagicDefense: 192
Str: 76
Agi: 186
Vit: 88
Int: 113
Dex: 172
Luk: 79
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 1148
AttackMotion: 648
ClientAttackMotion: 504
DamageMotion: 300
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Bs_Making_S
Rate: 5000
- Item: Royal_Jelly
Rate: 4000
- Item: Scarlet_Jewel
Rate: 3000
Drops:
- Item: Gungnir
Rate: 75
- Item: Honey
Rate: 5000
- Item: Coronet
Rate: 125
- Item: Old_Card_Album
Rate: 500
- Item: Young_Twig
Rate: 5
- Item: Zelunium
Rate: 50
- Item: Red_Square_Bag
Rate: 50
- Item: Mistress_Card
Rate: 1
StealProtected: true
- Id: 1060
AegisName: BIGFOOT
Name: Bigfoot
Level: 29
Hp: 506
BaseExp: 235
JobExp: 176
Attack: 33
Attack2: 12
Defense: 55
MagicDefense: 7
Str: 18
Agi: 4
Vit: 7
Int: 0
Dex: 12
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1260
AttackMotion: 192
ClientAttackMotion: 1092
DamageMotion: 192
Ai: 17
Drops:
- Item: Bear's_Foot
Rate: 4500
- Item: Poo_Poo_Hat
Rate: 3
- Item: Animal's_Skin
Rate: 2500
- Item: Wing_Of_Fly
Rate: 500
- Item: Sweet_Potato
Rate: 750
- Item: Honey
Rate: 225
- Item: Oridecon_Stone
Rate: 22
- Item: BigFoot_Card
Rate: 1
StealProtected: true
- Id: 1061
AegisName: NIGHTMARE
Name: Nightmare
Level: 69
Hp: 2366
BaseExp: 598
JobExp: 641
Attack: 225
Attack2: 62
Defense: 116
MagicDefense: 15
Str: 57
Agi: 32
Vit: 20
Int: 15
Dex: 77
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Ghost
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1816
AttackMotion: 816
ClientAttackMotion: 720
DamageMotion: 432
Ai: 20
Modes:
Detector: true
Drops:
- Item: Horseshoe
Rate: 3000
- Item: Blue_Herb
Rate: 250
- Item: Rosary
Rate: 1
- Item: Old_Blue_Box
Rate: 15
- Item: Blue_Potion
Rate: 50
- Item: Infiltrator
Rate: 1
- Item: Oridecon
Rate: 30
- Item: Nightmare_Card
Rate: 1
StealProtected: true
- Id: 1062
AegisName: PORING_
Name: Santa Poring
Level: 3
Hp: 69
BaseExp: 2
JobExp: 2
Attack: 12
Attack2: 4
Agi: 14
Vit: 3
Int: 10
Dex: 12
Luk: 90
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Holy
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 1672
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 01
Drops:
- Item: Candy
Rate: 5000
- Item: Candy_Striper
Rate: 3000
- Item: Buche_De_Noel
Rate: 2000
- Item: Event_Cake
Rate: 2000
- Item: Sour_Cream_Pancake
Rate: 1000
- Item: Vivid_Notation
Rate: 1000
- Item: Fire_Cracker_Xmas
Rate: 2000
- Item: Santa's_Hat
Rate: 100
StealProtected: true
- Id: 1063
AegisName: LUNATIC
Name: Lunatic
Level: 3
Hp: 48
BaseExp: 150
JobExp: 50
Attack: 1
Attack2: 1
Defense: 18
Str: 10
Agi: 3
Vit: 3
Int: 0
Dex: 8
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Neutral
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1456
AttackMotion: 456
ClientAttackMotion: 264
DamageMotion: 336
Ai: 01
Drops:
- Item: Clover
Rate: 7000
- Item: Feather
Rate: 3000
- Item: Pierrot_Nose
Rate: 4
- Item: Sword_
Rate: 100
# RandomOptionGroup: 30L
- Item: Wing_Of_Fly
Rate: 500
- Item: Carrot
Rate: 3000
- Item: Rainbow_Carrot
Rate: 20
- Item: Lunatic_Card
Rate: 20
StealProtected: true
- Id: 1064
AegisName: MEGALODON
Name: Megalodon
Level: 46
Hp: 1249
BaseExp: 397
JobExp: 292
Attack: 85
Attack2: 32
Defense: 52
MagicDefense: 28
Str: 35
Agi: 24
Vit: 30
Int: 28
Dex: 29
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 2492
AttackMotion: 792
ClientAttackMotion: 696
DamageMotion: 432
Ai: 01
Drops:
- Item: Rotten_Scale
Rate: 2750
- Item: Skel_Bone
Rate: 750
- Item: Blue_Herb
Rate: 40
- Item: Wing_Of_Fly
Rate: 500
- Item: Violet_Jewel
Rate: 5
- Item: Old_Blue_Box
Rate: 1
- Item: Rotten_Fish
Rate: 10
- Item: Megalodon_Card
Rate: 1
StealProtected: true
- Id: 1065
AegisName: STROUF
Name: Strouf
Level: 61
Hp: 2746
BaseExp: 564
JobExp: 508
Attack: 141
Attack2: 30
Defense: 67
MagicDefense: 21
Str: 49
Agi: 16
Vit: 31
Int: 20
Dex: 36
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Fish
Element: Water
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 108
DamageMotion: 384
Ai: 04
Drops:
- Item: Fin
Rate: 2668
- Item: Oridecon_Stone
Rate: 58
- Item: Chain_Mail_
Rate: 1
- Item: Trident_
Rate: 1
- Item: Feather
Rate: 1500
- Item: Skyblue_Jewel
Rate: 10
- Item: Gill
Rate: 750
- Item: Strouf_Card
Rate: 1
StealProtected: true
- Id: 1066
AegisName: VADON
Name: Vadon
Level: 45
Hp: 1091
BaseExp: 352
JobExp: 301
Attack: 57
Attack2: 25
Defense: 54
MagicDefense: 21
Str: 35
Agi: 21
Vit: 28
Int: 20
Dex: 33
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Fish
Element: Water
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1632
AttackMotion: 432
ClientAttackMotion: 420
DamageMotion: 540
Ai: 17
Drops:
- Item: Crystal_Blue
Rate: 20
- Item: Nipper
Rate: 4500
- Item: Garlet
Rate: 1500
- Item: Padded_Armor_
Rate: 3
- Item: Solid_Shell
Rate: 50
- Item: Elunium_Stone
Rate: 20
- Item: Wing_Of_Fly
Rate: 500
- Item: Vadon_Card
Rate: 1
StealProtected: true
- Id: 1067
AegisName: CORNUTUS
Name: Cornutus
Level: 48
Hp: 1229
BaseExp: 379
JobExp: 328
Attack: 66
Attack2: 47
Defense: 42
MagicDefense: 28
Str: 32
Agi: 27
Vit: 45
Int: 26
Dex: 27
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Fish
Element: Water
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1248
AttackMotion: 48
ClientAttackMotion: 192
DamageMotion: 480
Ai: 17
Drops:
- Item: Crystal_Blue
Rate: 23
- Item: Conch
Rate: 2750
- Item: Scell
Rate: 400
- Item: Elunium_Stone
Rate: 27
- Item: Shield_
Rate: 3
- Item: Solid_Shell
Rate: 500
- Item: Wing_Of_Fly
Rate: 500
- Item: Cornutus_Card
Rate: 1
StealProtected: true
- Id: 1068
AegisName: HYDRA
Name: Hydra
Level: 34
Hp: 661
BaseExp: 259
JobExp: 210
Attack: 31
Attack2: 6
Defense: 20
MagicDefense: 32
Str: 10
Agi: 9
Vit: 14
Int: 0
Dex: 35
Luk: 2
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
RaceGroups:
Malangdo: true
Element: Water
ElementLevel: 2
WalkSpeed: 1000
AttackDelay: 800
AttackMotion: 432
ClientAttackMotion: 336
DamageMotion: 600
Ai: 10
Drops:
- Item: Emveretarcon
Rate: 13
- Item: Tentacle
Rate: 2750
- Item: Sticky_Mucus
Rate: 750
- Item: Detrimindexta
Rate: 10
- Item: Panacea
Rate: 3
- Item: Meat
Rate: 350
- Item: Wing_Of_Fly
Rate: 500
- Item: Hydra_Card
Rate: 1
StealProtected: true
- Id: 1069
AegisName: SWORD_FISH
Name: Swordfish
Level: 57
Hp: 2203
BaseExp: 488
JobExp: 435
Attack: 122
Attack2: 35
Defense: 52
MagicDefense: 12
Str: 50
Agi: 56
Vit: 25
Int: 15
Dex: 44
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1968
AttackMotion: 768
ClientAttackMotion: 192
DamageMotion: 384
Ai: 04
Drops:
- Item: Mistic_Frozen
Rate: 5
- Item: Sharp_Scale
Rate: 4500
- Item: Oridecon_Stone
Rate: 17
- Item: Snowy_Horn
Rate: 1
- Item: Elunium_Stone
Rate: 25
- Item: Katana_
Rate: 13
- Item: Gill
Rate: 300
- Item: Sword_Fish_Card
Rate: 1
StealProtected: true
- Id: 1070
AegisName: KUKRE
Name: Kukre
Level: 42
Hp: 962
BaseExp: 328
JobExp: 277
Attack: 50
Attack2: 28
Defense: 33
MagicDefense: 23
Str: 25
Agi: 30
Vit: 22
Int: 20
Dex: 32
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Fish
Element: Water
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1776
AttackMotion: 576
ClientAttackMotion: 480
DamageMotion: 288
Ai: 02
Drops:
- Item: Crystal_Blue
Rate: 15
- Item: Worm_Peelings
Rate: 2750
- Item: Garlet
Rate: 200
- Item: Monster's_Feed
Rate: 250
- Item: Wing_Of_Fly
Rate: 500
- Item: Insect_Feeler
Rate: 225
- Item: Earthworm_The_Dude
Rate: 10
- Item: Kukre_Card
Rate: 1
StealProtected: true
- Id: 1071
AegisName: PIRATE_SKEL
Name: Pirate Skeleton
Level: 48
Hp: 1351
BaseExp: 416
JobExp: 310
Attack: 93
Attack2: 20
Defense: 53
MagicDefense: 20
Str: 35
Agi: 25
Vit: 25
Int: 15
Dex: 30
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1754
AttackMotion: 554
ClientAttackMotion: 360
DamageMotion: 288
Ai: 04
Drops:
- Item: Skel_Bone
Rate: 1500
- Item: Pirate_Bandana
Rate: 8
- Item: Cookbook06
Rate: 3
- Item: Wing_Of_Fly
Rate: 500
- Item: Falchion
Rate: 125
- Item: Oridecon_Stone
Rate: 22
- Item: Well_Dried_Bone
Rate: 10
- Item: Pirate_Skel_Card
Rate: 1
StealProtected: true
- Id: 1072
AegisName: KAHO
Name: Kaho
Level: 98
Hp: 7229
BaseExp: 1349
JobExp: 1278
Attack: 433
Attack2: 224
Defense: 106
MagicDefense: 55
Str: 81
Agi: 61
Vit: 55
Int: 65
Dex: 79
Luk: 73
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Fire
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 1700
AttackMotion: 1000
ClientAttackMotion: 432
DamageMotion: 500
Ai: 04
Modes:
Detector: true
Drops:
- Item: Flame_Heart
Rate: 15
- Item: Coal
Rate: 75
- Item: Burning_Heart
Rate: 1500
- Item: Fire_Scroll_1_3
Rate: 50
- Item: Elunium_Stone
Rate: 500
- Item: Red_Gemstone
Rate: 150
- Item: Alchol
Rate: 3
- Item: Kaho_Card
Rate: 1
StealProtected: true
- Id: 1073
AegisName: CRAB
Name: Crab
Level: 43
Hp: 1004
BaseExp: 336
JobExp: 285
Attack: 52
Attack2: 10
Defense: 36
MagicDefense: 11
Str: 22
Agi: 14
Vit: 24
Int: 7
Dex: 28
Luk: 15
AttackRange: 1
SkillRange: 7
ChaseRange: 12
Size: Small
Race: Fish
Element: Water
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 992
AttackMotion: 792
ClientAttackMotion: 288
DamageMotion: 360
Ai: 01
Drops:
- Item: Crap_Shell
Rate: 2750
- Item: Nipper
Rate: 750
- Item: Stone
Rate: 350
- Item: Sparkling_Dust
Rate: 7
- Item: Wing_Of_Fly
Rate: 500
- Item: Elunium_Stone
Rate: 19
- Item: Crab_Card
Rate: 1
StealProtected: true
- Id: 1074
AegisName: SHELLFISH
Name: Shellfish
Level: 50
Hp: 1326
BaseExp: 397
JobExp: 346
Attack: 71
Attack2: 22
Defense: 43
MagicDefense: 5
Str: 42
Agi: 11
Vit: 48
Int: 25
Dex: 29
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Fish
Element: Water
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 864
AttackMotion: 864
ClientAttackMotion: 468
DamageMotion: 384
Ai: 17
Drops:
- Item: Clam_Shell
Rate: 2750
- Item: Flesh_Of_Clam
Rate: 500
- Item: Stone
Rate: 250
- Item: Grit
Rate: 500
- Item: Sparkling_Dust
Rate: 5
- Item: Wing_Of_Fly
Rate: 500
- Item: Elunium_Stone
Rate: 9
- Item: Shellfish_Card
Rate: 1
StealProtected: true
# - Id: 1075
# AegisName: TURTLE
# Name: Turtle
# Level: 3
# Hp: 77
# Attack: 1
# Attack2: 2
# Defense: 35
# AttackRange: 1
# SkillRange: 7
# ChaseRange: 12
# Size: Small
# Race: Fish
# Element: Earth
# ElementLevel: 1
# WalkSpeed: 200
# AttackDelay: 500
# AttackMotion: 500
# DamageMotion: 500
# Ai: 01
- Id: 1076
AegisName: SKELETON
Name: Skeleton
Level: 27
Hp: 445
BaseExp: 235
JobExp: 156
Attack: 25
Attack2: 24
Defense: 21
MagicDefense: 2
Str: 24
Agi: 15
Vit: 30
Int: 5
Dex: 19
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 2228
AttackMotion: 528
ClientAttackMotion: 336
DamageMotion: 576
Ai: 17
Drops:
- Item: Phracon
Rate: 90
- Item: Skel_Bone
Rate: 1600
- Item: Mace_
Rate: 80
# RandomOptionGroup: 30L
- Item: Jellopy
Rate: 3000
- Item: Red_Herb
Rate: 1000
- Item: Skul_Ring
Rate: 30
- Item: Wing_Of_Fly
Rate: 500
- Item: Skeleton_Card
Rate: 10
StealProtected: true
- Id: 1077
AegisName: POISON_SPORE
Name: Poison Spore
Level: 26
Hp: 379
BaseExp: 209
JobExp: 161
Attack: 23
Attack2: 15
Defense: 40
MagicDefense: 8
Str: 19
Agi: 17
Vit: 22
Int: 5
Dex: 20
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Poison
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1672
AttackMotion: 672
ClientAttackMotion: 576
DamageMotion: 288
Ai: 04
Drops:
- Item: Poison_Spore
Rate: 4500
- Item: Hat_
Rate: 10
- Item: Green_Herb
Rate: 275
- Item: Blue_Herb
Rate: 30
- Item: Karvodailnirol
Rate: 25
- Item: Mushroom_Spore
Rate: 600
- Item: Wing_Of_Fly
Rate: 500
- Item: Poison_Spore_Card
Rate: 1
StealProtected: true
- Id: 1078
AegisName: RED_PLANT
Name: Red Plant
Level: 1
Hp: 5
Sp: 0
Attack: 1
Attack2: 1
Defense: 100
MagicDefense: 99
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 1
SkillRange: 7
ChaseRange: 12
Size: Small
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 1
AttackMotion: 1
ClientAttackMotion: 960
DamageMotion: 1
Ai: 06
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
KnockBackImmune: true
Drops:
- Item: Red_Herb
Rate: 5000
- Item: Flower
Rate: 500
- Item: Shoot
Rate: 500
- Item: Stem
Rate: 500
- Item: Poison_Herb_Rantana
Rate: 150
- Item: Fluff
Rate: 250
- Item: Ment
Rate: 50
- Item: Centimental_Flower
Rate: 20
StealProtected: true
- Id: 1079
AegisName: BLUE_PLANT
Name: Blue Plant
Level: 1
Hp: 10
Sp: 0
Attack: 1
Attack2: 1
Defense: 100
MagicDefense: 99
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 1
SkillRange: 7
ChaseRange: 12
Size: Small
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 1
AttackMotion: 1
ClientAttackMotion: 960
DamageMotion: 1
Ai: 06
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
KnockBackImmune: true
Drops:
- Item: Blue_Herb
Rate: 2750
- Item: Flower
Rate: 500
- Item: Shoot
Rate: 500
- Item: Stem
Rate: 250
- Item: Poison_Herb_Nerium
Rate: 150
- Item: Fruit_Of_Mastela
Rate: 25
- Item: Grape
Rate: 500
- Item: Centimental_Leaf
Rate: 1
StealProtected: true
- Id: 1080
AegisName: GREEN_PLANT
Name: Green Plant
Level: 1
Hp: 5
Sp: 0
Attack: 1
Attack2: 1
Defense: 100
MagicDefense: 99
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 1
SkillRange: 7
ChaseRange: 12
Size: Small
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 1
AttackMotion: 1
ClientAttackMotion: 960
DamageMotion: 1
Ai: 06
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
KnockBackImmune: true
Drops:
- Item: Green_Herb
Rate: 3500
- Item: Poison_Herb_Makulata
Rate: 150
- Item: Bitter_Herb
Rate: 10
- Item: Stem
Rate: 1500
- Item: Pointed_Scale
Rate: 750
- Item: Aloe
Rate: 25
- Item: Leaflet_Of_Aloe
Rate: 25
- Item: Centimental_Leaf
Rate: 1
StealProtected: true
- Id: 1081
AegisName: YELLOW_PLANT
Name: Yellow Plant
Level: 1
Hp: 6
Sp: 0
Attack: 1
Attack2: 1
Defense: 100
MagicDefense: 99
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 1
SkillRange: 7
ChaseRange: 12
Size: Small
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 1
AttackMotion: 1
ClientAttackMotion: 960
DamageMotion: 1
Ai: 06
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
KnockBackImmune: true
Drops:
- Item: Yellow_Herb
Rate: 2750
- Item: Flower
Rate: 500
- Item: Shoot
Rate: 500
- Item: Stem
Rate: 250
- Item: Poison_Herb_Seratum
Rate: 150
- Item: Singing_Plant
Rate: 3
- Item: Fluff
Rate: 250
- Item: Centimental_Flower
Rate: 1
StealProtected: true
- Id: 1082
AegisName: WHITE_PLANT
Name: White Plant
Level: 1
Hp: 7
Sp: 0
Attack: 1
Attack2: 1
Defense: 100
MagicDefense: 99
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 1
SkillRange: 7
ChaseRange: 12
Size: Small
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 1
AttackMotion: 1
ClientAttackMotion: 960
DamageMotion: 1
Ai: 06
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
KnockBackImmune: true
Drops:
- Item: White_Herb
Rate: 2750
- Item: Flower
Rate: 500
- Item: Deadly_Noxious_Herb
Rate: 10
- Item: Stem
Rate: 1500
- Item: Poison_Herb_Seratum
Rate: 150
- Item: Leaflet_Of_Aloe
Rate: 25
- Item: Hinalle
Rate: 25
- Item: Centimental_Flower
Rate: 1
StealProtected: true
- Id: 1083
AegisName: SHINING_PLANT
Name: Shining Plant
Level: 1
Hp: 20
Sp: 0
Attack: 1
Attack2: 1
Defense: 100
MagicDefense: 99
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 90
AttackRange: 1
SkillRange: 7
ChaseRange: 12
Size: Small
Race: Plant
Element: Holy
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 1
AttackMotion: 1
ClientAttackMotion: 2016
DamageMotion: 1
Ai: 06
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
KnockBackImmune: true
Drops:
- Item: Blue_Herb
Rate: 5000
- Item: Yellow_Herb
Rate: 1000
- Item: White_Herb
Rate: 1000
- Item: Illusion_Flower
Rate: 3
- Item: Seed_Of_Yggdrasil
Rate: 5
- Item: Honey
Rate: 500
- Item: Yggdrasilberry
Rate: 5
- Item: Emperium
Rate: 5
StealProtected: true
- Id: 1084
AegisName: BLACK_MUSHROOM
Name: Black Mushroom
Level: 1
Hp: 5
Sp: 0
Attack: 1
Attack2: 1
Defense: 100
MagicDefense: 99
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 1
SkillRange: 7
ChaseRange: 12
Size: Small
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 1
AttackMotion: 1
ClientAttackMotion: 0
DamageMotion: 1
Ai: 06
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
KnockBackImmune: true
Drops:
- Item: Alchol
Index: 0
Rate: 50
- Item: Detrimindexta
Index: 1
Rate: 50
- Item: Dew_Laden_Moss
Index: 2
Rate: 20
- Item: Feather
Index: 3
Rate: 2000
- Item: Crystal_Blue
Index: 4
Rate: 800
- Item: Mushroom_Spore
Index: 5
Rate: 5000
- Item: Mushroom_Spore
Index: 6
Rate: 5000
- Item: Poison_Spore
Index: 7
Rate: 5000
StealProtected: true
- Id: 1085
AegisName: RED_MUSHROOM
Name: Red Mushroom
Level: 1
Hp: 5
Sp: 0
Attack: 1
Attack2: 1
Defense: 100
MagicDefense: 99
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 1
SkillRange: 7
ChaseRange: 12
Size: Small
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 1
AttackMotion: 1
ClientAttackMotion: 0
DamageMotion: 1
Ai: 06
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
KnockBackImmune: true
Drops:
- Item: Alchol
Index: 0
Rate: 50
- Item: Karvodailnirol
Index: 1
Rate: 50
- Item: Dew_Laden_Moss
Index: 2
Rate: 20
- Item: Feather
Index: 3
Rate: 1000
- Item: Boody_Red
Index: 4
Rate: 500
- Item: Mushroom_Spore
Index: 5
Rate: 5000
- Item: Mushroom_Spore
Index: 6
Rate: 5000
- Item: Poison_Spore
Index: 7
Rate: 5000
StealProtected: true
- Id: 1086
AegisName: GOLDEN_BUG
Name: Golden Thief Bug
Level: 65
Hp: 222750
BaseExp: 102060
JobExp: 77760
MvpExp: 51030
Attack: 952
Attack2: 843
Defense: 159
MagicDefense: 81
Str: 71
Agi: 77
Vit: 80
Int: 62
Dex: 140
Luk: 76
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
Element: Fire
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 768
AttackMotion: 768
ClientAttackMotion: 720
DamageMotion: 480
DamageTaken: 10
Ai: 07
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Gold_Ring
Rate: 2000
- Item: Ora_Ora
Rate: 1000
- Item: Bs_Making_S
Rate: 5000
Drops:
- Item: Gold
Rate: 500
- Item: Golden_Mace
Rate: 75
- Item: Golden_Gear
Rate: 125
- Item: Golden_Bell
Rate: 250
- Item: Emperium
Rate: 150
- Item: Elunium
Rate: 1000
- Item: Shadowdecon
Rate: 50
- Item: Golden_Bug_Card
Rate: 1
StealProtected: true
- Id: 1087
AegisName: ORK_HERO
Name: Orc Hero
Level: 50
Hp: 362000
BaseExp: 53460
JobExp: 48600
MvpExp: 26730
Attack: 662
Attack2: 441
Defense: 197
MagicDefense: 70
Str: 97
Agi: 82
Vit: 107
Int: 71
Dex: 144
Luk: 43
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
RaceGroups:
Clocktower: true
Element: Earth
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1678
AttackMotion: 780
ClientAttackMotion: 660
DamageMotion: 648
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Red_Jewel
Rate: 2000
- Item: Bs_Making_S
Rate: 5000
- Item: Steel
Rate: 5000
Drops:
- Item: Token_of_OrcGeneral
Rate: 4850
- Item: Monkey_Circlet
Rate: 250
- Item: Right_Epsilon
Rate: 75
- Item: Shield_
Rate: 125
- Item: Orcish_Sword
Rate: 500
- Item: Shadowdecon
Rate: 50
- Item: Giant_Axe
Rate: 50
- Item: Orc_Hero_Card
Rate: 1
StealProtected: true
- Id: 1088
AegisName: VOCAL
Name: Vocal
Level: 18
Hp: 3317
BaseExp: 49
JobExp: 39
Attack: 71
Attack2: 11
Defense: 77
MagicDefense: 26
Str: 77
Agi: 26
Vit: 26
Int: 30
Dex: 53
Luk: 40
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1080
AttackMotion: 648
ClientAttackMotion: 600
DamageMotion: 480
Ai: 21
Modes:
Detector: true
Drops:
- Item: Oldman's_Romance
Rate: 25
- Item: Grasshopper's_Leg
Rate: 4000
- Item: Azure_Jewel
Rate: 500
- Item: Grasshopper_Doll
Rate: 750
- Item: Angel's_Arrival
Rate: 500
- Item: Light_Granule
Rate: 250
- Item: Guitar_Of_Gentle_Breeze
Rate: 5
# RandomOptionGroup: 30L
- Item: Vocal_Card
Rate: 1
StealProtected: true
- Id: 1089
AegisName: TOAD
Name: Toad
Level: 27
Hp: 660
BaseExp: 81
JobExp: 91
Attack: 70
Attack2: 19
Defense: 24
MagicDefense: 6
Str: 32
Agi: 19
Vit: 27
Int: 10
Dex: 24
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1236
AttackMotion: 336
ClientAttackMotion: 168
DamageMotion: 432
Ai: 21
Class: Boss
Drops:
- Item: Big_Sis'_Ribbon
Rate: 25
- Item: Honey
Rate: 1000
- Item: Bluish_Green_Jewel
Rate: 500
- Item: Light_Granule
Rate: 250
- Item: Alchol
Rate: 50
- Item: Detrimindexta
Rate: 50
- Item: Kiss_Of_Angel
Rate: 500
- Item: Toad_Card
Rate: 1
StealProtected: true
- Id: 1090
AegisName: MASTERING
Name: Mastering
Level: 42
Hp: 1260
BaseExp: 157
JobExp: 177
Attack: 80
Attack2: 40
Defense: 48
MagicDefense: 31
Str: 35
Agi: 21
Vit: 41
Int: 12
Dex: 29
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Water
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1072
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 21
Class: Boss
Drops:
- Item: Snowy_Horn
Rate: 100
- Item: Unripe_Apple
Rate: 25
- Item: Scarlet_Jewel
Rate: 500
- Item: Angel's_Safeguard
Rate: 500
- Item: Light_Granule
Rate: 250
- Item: Apple
Rate: 4000
- Item: Apple_Juice
Rate: 2000
- Item: Mastering_Card
Rate: 1
StealProtected: true
- Id: 1091
AegisName: DRAGON_FLY
Name: Dragon Fly
Level: 47
Hp: 1035
BaseExp: 180
JobExp: 202
Attack: 102
Attack2: 33
Defense: 57
MagicDefense: 28
Str: 37
Agi: 44
Vit: 30
Int: 15
Dex: 44
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 1076
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 480
Ai: 21
Class: Boss
Drops:
- Item: Sweet_Gents
Rate: 100
- Item: Red_Herb
Rate: 4000
- Item: Violet_Jewel
Rate: 750
- Item: Chonchon_Doll
Rate: 1000
- Item: Clip
Rate: 1500
- Item: Lusty_Iron
Rate: 25
- Item: Grape_Juice
Rate: 1500
- Item: Dragon_Fly_Card
Rate: 1
StealProtected: true
- Id: 1092
AegisName: VAGABOND_WOLF
Name: Vagabond Wolf
Level: 93
Hp: 8203
BaseExp: 853
JobExp: 1300
Attack: 519
Attack2: 46
Defense: 102
MagicDefense: 51
Str: 72
Agi: 63
Vit: 55
Int: 29
Dex: 108
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1048
AttackMotion: 648
ClientAttackMotion: 216
DamageMotion: 432
Ai: 21
Class: Boss
Drops:
- Item: Western_Grace
Rate: 100
- Item: Claw_Of_Wolves
Rate: 4000
- Item: Golden_Jewel
Rate: 750
- Item: Star_Dust_Blade
Rate: 50
- Item: Angel's_Warmth
Rate: 500
- Item: Light_Granule
Rate: 250
- Item: Monster_Juice
Rate: 25
- Item: Vagabond_Wolf_Card
Rate: 1
StealProtected: true
- Id: 1093
AegisName: ECLIPSE
Name: Eclipse
Level: 31
Hp: 625
BaseExp: 103
JobExp: 116
Attack: 60
Attack2: 20
Defense: 50
MagicDefense: 20
Str: 20
Agi: 28
Vit: 35
Int: 17
Dex: 27
Luk: 55
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Neutral
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1456
AttackMotion: 456
ClientAttackMotion: 264
DamageMotion: 336
Ai: 21
Class: Boss
Drops:
- Item: Fillet
Rate: 100
- Item: Red_Herb
Rate: 4000
- Item: White_Jewel
Rate: 600
- Item: Light_Granule
Rate: 250
- Item: Four_Leaf_Clover
Rate: 1
- Item: Rainbow_Carrot
Rate: 25
- Item: Angel's_Protection
Rate: 500
- Item: Eclipse_Card
Rate: 1
StealProtected: true
- Id: 1094
AegisName: AMBERNITE
Name: Ambernite
Level: 19
Hp: 265
BaseExp: 178
JobExp: 130
Attack: 9
Attack2: 11
Defense: 28
Str: 16
Agi: 20
Vit: 11
Int: 10
Dex: 21
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
Element: Water
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 2048
AttackMotion: 648
ClientAttackMotion: 312
DamageMotion: 648
Ai: 17
Modes:
Detector: true
Drops:
- Item: Crystal_Blue
Rate: 50
- Item: Snail's_Shell
Rate: 8000
- Item: Garlet
Rate: 2000
- Item: Shell
Rate: 3000
- Item: Wing_Of_Fly
Rate: 500
- Item: Elunium_Stone
Rate: 20
- Item: Iron_Ore
Rate: 200
- Item: Ambernite_Card
Rate: 1
StealProtected: true
- Id: 1095
AegisName: ANDRE
Name: Andre
Level: 33
Hp: 537
BaseExp: 265
JobExp: 204
Attack: 40
Attack2: 21
Defense: 55
MagicDefense: 16
Str: 11
Agi: 20
Vit: 40
Int: 10
Dex: 24
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 180
DamageMotion: 384
Ai: 01
Modes:
Detector: true
Drops:
- Item: Worm_Peelings
Rate: 4500
- Item: Garlet
Rate: 500
- Item: Sticky_Mucus
Rate: 250
- Item: Yellow_Live
Rate: 25
- Item: Wing_Of_Fly
Rate: 500
- Item: Iron_Ore
Rate: 175
- Item: Elunium_Stone
Rate: 14
- Item: Andre_Card
Rate: 1
StealProtected: true
- Id: 1096
AegisName: ANGELING
Name: Angeling
Level: 77
Hp: 19800
BaseExp: 1683
JobExp: 1346
Attack: 391
Attack2: 145
Defense: 72
MagicDefense: 238
Str: 58
Agi: 50
Vit: 33
Int: 105
Dex: 80
Luk: 200
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Angel
Element: Holy
ElementLevel: 4
WalkSpeed: 200
AttackDelay: 1072
AttackMotion: 672
ClientAttackMotion: 312
DamageMotion: 672
Ai: 21
Class: Boss
Drops:
- Item: Angelic_Chain
Rate: 50
- Item: Scapulare_
Rate: 30
- Item: Spirit_Chain
Rate: 1
- Item: White_Herb
Rate: 1000
- Item: Apple
Rate: 14
- Item: Emperium
Rate: 20
- Item: Angeling_Card
Rate: 1
StealProtected: true
- Id: 1097
AegisName: ANT_EGG
Name: Ant Egg
Level: 28
Hp: 469
BaseExp: 219
JobExp: 171
Attack: 1
Attack2: 1
Defense: 68
MagicDefense: 45
Str: 5
Vit: 65
Int: 5
Dex: 10
Luk: 30
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 1000
AttackDelay: 1001
AttackMotion: 1
ClientAttackMotion: 672
DamageMotion: 1
Ai: 06
Drops:
- Item: Phracon
Rate: 160
- Item: Shell
Rate: 1000
- Item: Jellopy
Rate: 1000
- Item: Sticky_Mucus
Rate: 325
- Item: Iron_Ore
Rate: 100
- Item: Andre_Egg_Card
Rate: 1
StealProtected: true
- Id: 1098
AegisName: ANUBIS
Name: Anubis
Level: 105
Hp: 38826
BaseExp: 3013
JobExp: 3597
Attack: 984
Attack2: 415
Defense: 103
MagicDefense: 48
Str: 88
Agi: 67
Vit: 40
Int: 128
Dex: 107
Luk: 55
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Undead
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1250
AttackMotion: 720
ClientAttackMotion: 480
DamageMotion: 576
Ai: 21
Drops:
- Item: Runstone_Ancient
Rate: 5
- Item: Healing_Staff
Rate: 5
- Item: White_Wing_Suits
Rate: 50
- Item: Oridecon
Rate: 53
- Item: Sacred_Masque
Rate: 2183
- Item: Mitten_Of_Presbyter
Rate: 1
- Item: Blessed_Wand
Rate: 2
- Item: Anubis_Card
Rate: 1
StealProtected: true
- Id: 1099
AegisName: ARGIOPE
Name: Argiope
Level: 75
Hp: 3570
BaseExp: 794
JobExp: 734
Attack: 270
Attack2: 50
Defense: 88
MagicDefense: 32
Str: 60
Agi: 23
Vit: 40
Int: 30
Dex: 24
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
Element: Poison
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1792
AttackMotion: 792
ClientAttackMotion: 576
DamageMotion: 336
Ai: 21
Modes:
Detector: true
Drops:
- Item: Short_Leg
Rate: 2668
- Item: Zargon
Rate: 600
- Item: Elunium_Stone
Rate: 88
- Item: Boots_
Rate: 3
- Item: Green_Herb
Rate: 750
- Item: Violet_Jewel
Rate: 5
- Item: Argiope_Card
Rate: 1
StealProtected: true
- Id: 1100
AegisName: ARGOS
Name: Argos
Level: 47
Hp: 1300
BaseExp: 370
JobExp: 319
Attack: 97
Attack2: 33
Defense: 58
MagicDefense: 8
Str: 38
Agi: 17
Vit: 25
Int: 5
Dex: 26
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
Element: Poison
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1468
AttackMotion: 468
ClientAttackMotion: 216
DamageMotion: 768
Ai: 19
Modes:
Detector: true
Drops:
- Item: Spiderweb
Rate: 4500
- Item: Scell
Rate: 600
- Item: Short_Leg
Rate: 250
- Item: Elunium_Stone
Rate: 31
- Item: Green_Herb
Rate: 335
- Item: Wing_Of_Fly
Rate: 500
- Item: Bark_Shorts
Rate: 8
- Item: Argos_Card
Rate: 1
StealProtected: true
- Id: 1101
AegisName: BAPHOMET_
Name: Baphomet Jr.
Level: 57
Hp: 1763
Sp: 0
BaseExp: 488
JobExp: 435
Attack: 110
Attack2: 33
Defense: 70
MagicDefense: 25
Str: 52
Agi: 60
Vit: 36
Int: 17
Dex: 57
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
RaceGroups:
Clocktower: true
Element: Dark
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 868
AttackMotion: 480
ClientAttackMotion: 216
DamageMotion: 120
Ai: 21
Modes:
Detector: true
Drops:
- Item: Evil_Horn
Rate: 250
- Item: Oridecon
Rate: 32
- Item: Halberd_
Rate: 1
- Item: Yggdrasilberry
Rate: 25
- Item: Yellow_Herb
Rate: 650
- Item: Boots
Rate: 25
- Item: Baphomet__Card
Rate: 1
StealProtected: true
- Id: 1102
AegisName: BATHORY
Name: Bathory
Level: 86
Hp: 6040
BaseExp: 1035
JobExp: 970
Attack: 297
Attack2: 96
Defense: 61
MagicDefense: 89
Str: 66
Agi: 38
Vit: 40
Int: 77
Dex: 67
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Clocktower: true
Element: Dark
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 1504
AttackMotion: 840
ClientAttackMotion: 288
DamageMotion: 900
Ai: 21
Drops:
- Item: Sparkling_Dust
Rate: 100
- Item: Starsand_Of_Witch
Rate: 2425
- Item: Star_Sparkling
Rate: 2
- Item: Scarlet_Rod
Rate: 50
- Item: Star_Crumb
Rate: 15
- Item: Old_Magic_Book
Rate: 8
- Item: Old_Broom
Rate: 10
- Item: Bathory_Card
Rate: 1
StealProtected: true
- Id: 1103
AegisName: CARAMEL
Name: Caramel
Level: 25
Hp: 319
BaseExp: 214
JobExp: 156
Attack: 21
Attack2: 9
Defense: 39
Str: 19
Agi: 10
Vit: 15
Int: 10
Dex: 32
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1604
AttackMotion: 840
ClientAttackMotion: 216
DamageMotion: 756
Ai: 17
Drops:
- Item: Porcupine_Spike
Rate: 4500
- Item: Coat_
Rate: 3
# RandomOptionGroup: 30L
- Item: Animal's_Skin
Rate: 2750
- Item: Glaive_
Rate: 5
# RandomOptionGroup: 30L
- Item: Spear_
Rate: 8
# RandomOptionGroup: 30L
- Item: Pike_
Rate: 10
# RandomOptionGroup: 30L
- Item: Wing_Of_Fly
Rate: 500
- Item: Caramel_Card
Rate: 1
StealProtected: true
- Id: 1104
AegisName: COCO
Name: Coco
Level: 38
Hp: 694
BaseExp: 300
JobExp: 237
Attack: 55
Attack2: 11
Defense: 37
Str: 22
Agi: 13
Vit: 30
Int: 20
Dex: 38
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1864
AttackMotion: 864
ClientAttackMotion: 504
DamageMotion: 1008
Ai: 17
Drops:
- Item: Acorn
Rate: 4500
- Item: Hood_
Rate: 10
- Item: Fluff
Rate: 1500
- Item: Animal's_Skin
Rate: 1250
- Item: Sweet_Potato
Rate: 250
- Item: Sandals_
Rate: 13
- Item: Wing_Of_Fly
Rate: 500
- Item: Coco_Card
Rate: 1
StealProtected: true
- Id: 1105
AegisName: DENIRO
Name: Deniro
Level: 31
Hp: 480
BaseExp: 253
JobExp: 192
Attack: 34
Attack2: 16
Defense: 52
MagicDefense: 16
Str: 15
Agi: 16
Vit: 30
Int: 10
Dex: 23
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 144
DamageMotion: 576
Ai: 01
Modes:
Detector: true
Drops:
- Item: Worm_Peelings
Rate: 4500
- Item: Garlet
Rate: 1500
- Item: Sticky_Mucus
Rate: 600
- Item: Boody_Red
Rate: 25
- Item: Wing_Of_Fly
Rate: 500
- Item: Iron_Ore
Rate: 225
- Item: Elunium_Stone
Rate: 17
- Item: Andre_Card
Rate: 1
StealProtected: true
- Id: 1106
AegisName: DESERT_WOLF
Name: Desert Wolf
Level: 103
Hp: 10244
BaseExp: 1585
JobExp: 1507
Attack: 511
Attack2: 59
Defense: 114
MagicDefense: 47
Str: 93
Agi: 69
Vit: 63
Int: 61
Dex: 98
Luk: 42
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Fire
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1120
AttackMotion: 420
ClientAttackMotion: 180
DamageMotion: 288
Ai: 13
Drops:
- Item: Katar_
Rate: 1
- Item: Claw_Of_Desert_Wolf
Rate: 2750
- Item: Mink_Coat
Rate: 1
- Item: Wolf_Blood
Rate: 5
- Item: Durga
Rate: 1
- Item: Oridecon_Stone
Rate: 27
- Item: Scarlet_Dagger
Rate: 50
RandomOptionGroup: Group_5
- Item: Desert_Wolf_Card
Rate: 1
StealProtected: true
- Id: 1107
AegisName: DESERT_WOLF_B
Name: Baby Desert Wolf
JapaneseName: Desert Wolf Baby
Level: 14
Hp: 113
BaseExp: 164
JobExp: 105
Attack: 5
Attack2: 8
Defense: 13
Str: 10
Agi: 12
Vit: 8
Int: 5
Dex: 17
Luk: 7
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Fire
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1600
AttackMotion: 900
ClientAttackMotion: 252
DamageMotion: 240
Ai: 01
Drops:
- Item: Phracon
Rate: 43
- Item: Animal's_Skin
Rate: 2750
- Item: Adventurere's_Suit_
Rate: 40
# RandomOptionGroup: 30L
- Item: Wing_Of_Fly
Rate: 500
- Item: Cotton_Shirt
Rate: 100
# RandomOptionGroup: 30L
- Item: Asura_
Rate: 3
# RandomOptionGroup: 30L
- Item: Orange
Rate: 500
- Item: Desert_Wolf_Babe_Card
Rate: 1
StealProtected: true
- Id: 1108
AegisName: DEVIACE
Name: Deviace
Level: 60
Hp: 2324
BaseExp: 521
JobExp: 468
Attack: 121
Attack2: 29
Defense: 51
MagicDefense: 16
Str: 57
Agi: 26
Vit: 32
Int: 25
Dex: 50
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 4
WalkSpeed: 400
AttackDelay: 1680
AttackMotion: 480
ClientAttackMotion: 288
DamageMotion: 384
Ai: 17
Drops:
- Item: Mistic_Frozen
Rate: 13
- Item: Tooth_Of_Ancient_Fish
Rate: 4500
- Item: Lip_Of_Ancient_Fish
Rate: 500
- Item: Antenna
Rate: 1
- Item: Detrimindexta
Rate: 100
- Item: Katar_Of_Cold_Icicle
Rate: 2
- Item: Oridecon_Stone
Rate: 81
- Item: Deviace_Card
Rate: 1
StealProtected: true
- Id: 1109
AegisName: DEVIRUCHI
Name: Deviruchi
Level: 93
Hp: 7165
BaseExp: 1256
JobExp: 1185
Attack: 312
Attack2: 182
Defense: 72
MagicDefense: 16
Str: 61
Agi: 49
Vit: 30
Int: 85
Dex: 119
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
RaceGroups:
Clocktower: true
Element: Dark
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 980
AttackMotion: 600
ClientAttackMotion: 288
DamageMotion: 384
Ai: 21
Modes:
Detector: true
Drops:
- Item: Petite_DiablOfs_Horn
Rate: 2668
- Item: Petite_DiablOfs_Wing
Rate: 200
- Item: Oridecon
Rate: 1
- Item: Partizan_
Rate: 1
- Item: Sacred_Marks
Rate: 3
- Item: Strange_Foxtail
Rate: 20
- Item: Oridecon_Stone
Rate: 77
- Item: Deviruchi_Card
Rate: 1
StealProtected: true
- Id: 1110
AegisName: DOKEBI
Name: Dokebi
Level: 68
Hp: 2561
BaseExp: 651
JobExp: 595
Attack: 161
Attack2: 30
Defense: 85
MagicDefense: 20
Str: 52
Agi: 56
Vit: 35
Int: 20
Dex: 66
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 1
WalkSpeed: 250
AttackDelay: 1156
AttackMotion: 456
ClientAttackMotion: 288
DamageMotion: 384
Ai: 17
Modes:
Detector: true
Drops:
- Item: Dokkaebi_Horn
Rate: 4500
- Item: Elunium_Stone
Rate: 75
- Item: Sword_Mace_
Rate: 1
- Item: Mighty_Staff
Rate: 1
- Item: Gold
Rate: 1
- Item: Horn_Protector
Rate: 5
- Item: Hammer_Of_Blacksmith
Rate: 3
- Item: Dokebi_Card
Rate: 1
StealProtected: true
- Id: 1111
AegisName: DRAINLIAR
Name: Drainliar
Level: 47
Hp: 1182
BaseExp: 370
JobExp: 319
Attack: 73
Attack2: 42
Defense: 50
MagicDefense: 15
Str: 35
Agi: 34
Vit: 24
Int: 22
Dex: 50
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
RaceGroups:
Clocktower: true
Element: Dark
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 1276
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 384
Ai: 19
Drops:
- Item: Fruits_Set_Trap
Rate: 10
- Item: Tooth_Of_Bat
Rate: 1500
- Item: Red_Jewel
Rate: 10
- Item: Red_Herb
Rate: 500
- Item: Wing_Of_Red_Bat
Rate: 2750
- Item: Wing_Of_Fly
Rate: 500
- Item: Oridecon_Stone
Rate: 20
- Item: Drainliar_Card
Rate: 1
StealProtected: true
- Id: 1112
AegisName: DRAKE
Name: Drake
Level: 91
Hp: 804500
BaseExp: 309096
JobExp: 208980
MvpExp: 154548
Attack: 2519
Attack2: 1403
Defense: 279
MagicDefense: 135
Str: 121
Agi: 103
Vit: 114
Int: 107
Dex: 162
Luk: 71
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 620
AttackMotion: 420
ClientAttackMotion: 108
DamageMotion: 360
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: White_Potion
Rate: 5000
- Item: Violet_Jewel
Rate: 500
- Item: Bs_Making_S
Rate: 5000
Drops:
- Item: Saber_
Rate: 300
- Item: Ring_Pommel_Saber_
Rate: 475
- Item: Cutlas
Rate: 75
- Item: Hae_Dong_Gum_
Rate: 200
- Item: Corsair
Rate: 175
- Item: Zelunium
Rate: 50
- Item: Krasnaya
Rate: 50
- Item: Drake_Card
Rate: 1
StealProtected: true
- Id: 1113
AegisName: DROPS
Name: Drops
Level: 2
Hp: 46
BaseExp: 150
JobExp: 45
Attack: 1
Attack2: 1
Defense: 16
Str: 8
Int: 0
Dex: 6
Luk: 2
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Fire
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 1372
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 02
Drops:
- Item: Jellopy
Index: 0
Rate: 7000
- Item: Rod_
Index: 1
Rate: 80
# RandomOptionGroup: 30L
- Item: Sticky_Mucus
Index: 2
Rate: 600
- Item: Apple
Index: 3
Rate: 1000
- Item: Wing_Of_Fly
Index: 4
Rate: 500
- Item: Apple
Index: 5
Rate: 400
- Item: Orange_Juice
Index: 6
Rate: 20
- Item: Drops_Card
Index: 7
Rate: 20
StealProtected: true
- Id: 1114
AegisName: DUSTINESS
Name: Dustiness
Level: 62
Hp: 1849
BaseExp: 576
JobExp: 520
Attack: 147
Attack2: 31
Defense: 69
MagicDefense: 50
Str: 46
Agi: 22
Vit: 46
Int: 60
Dex: 75
Luk: 105
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1004
AttackMotion: 504
ClientAttackMotion: 252
DamageMotion: 384
Ai: 17
Modes:
Detector: true
Drops:
- Item: Moth_Dust
Rate: 4500
- Item: Wing_Of_Moth
Rate: 250
- Item: Masquerade
Rate: 2
- Item: Insect_Feeler
Rate: 1000
- Item: Sparkling_Dust
Rate: 5
- Item: Red_Herb
Rate: 600
- Item: Dustiness_Card
Rate: 1
StealProtected: true
- Id: 1115
AegisName: EDDGA
Name: Eddga
Level: 65
Hp: 947500
BaseExp: 103950
JobExp: 74250
MvpExp: 51975
Attack: 1509
Attack2: 776
Defense: 166
MagicDefense: 70
Str: 92
Agi: 80
Vit: 103
Int: 66
Dex: 139
Luk: 85
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Fire
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 872
AttackMotion: 1344
ClientAttackMotion: 408
DamageMotion: 432
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Tiger's_Skin
Rate: 5000
- Item: Tiger_Footskin
Rate: 1000
- Item: Bs_Making_S
Rate: 5000
Drops:
- Item: Fire_Brand
Rate: 75
- Item: Smoking_Pipe
Rate: 125
- Item: Honey
Rate: 5000
- Item: Katar_Of_Raging_Blaze
Rate: 250
- Item: Tiger_Footskin
Rate: 400
- Item: Shadowdecon
Rate: 50
- Item: Krieg
Rate: 100
- Item: Eddga_Card
Rate: 1
StealProtected: true
- Id: 1116
AegisName: EGGYRA
Name: Eggyra
Level: 53
Hp: 1236
BaseExp: 402
JobExp: 415
Attack: 116
Attack2: 40
Defense: 85
MagicDefense: 20
Str: 46
Agi: 25
Vit: 25
Int: 15
Dex: 57
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Ghost
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1816
AttackMotion: 816
ClientAttackMotion: 480
DamageMotion: 288
Ai: 17
Drops:
- Item: Scell
Rate: 500
- Item: Egg_Shell
Rate: 10
- Item: Piece_Of_Egg_Shell
Rate: 275
- Item: Red_Herb
Rate: 500
- Item: Pet_Incubator
Rate: 150
- Item: Center_Potion
Rate: 125
- Item: Elunium_Stone
Rate: 29
- Item: Eggyra_Card
Rate: 1
StealProtected: true
- Id: 1117
AegisName: EVIL_DRUID
Name: Evil Druid
Level: 80
Hp: 4720
BaseExp: 955
JobExp: 766
Attack: 309
Attack2: 68
Defense: 88
MagicDefense: 45
Str: 62
Agi: 32
Vit: 24
Int: 45
Dex: 85
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Undead
Element: Undead
ElementLevel: 4
WalkSpeed: 300
AttackDelay: 2276
AttackMotion: 576
ClientAttackMotion: 168
DamageMotion: 336
Ai: 21
Drops:
- Item: Biretta_
Rate: 5
- Item: Bone_Wand
Rate: 1
- Item: Ragamuffin_Cape
Rate: 1
- Item: Scarlet_Bible
Rate: 50
RandomOptionGroup: Group_5
- Item: Elixir_Bandage
Rate: 5
- Item: Cookbook07
Rate: 2
- Item: White_Herb
Rate: 1000
- Item: Evil_Druid_Card
Rate: 1
StealProtected: true
- Id: 1118
AegisName: FLORA
Name: Flora
Level: 59
Hp: 2065
BaseExp: 535
JobExp: 457
Attack: 174
Attack2: 31
Defense: 99
MagicDefense: 29
Str: 49
Agi: 29
Vit: 35
Int: 5
Dex: 46
Luk: 80
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 1432
AttackMotion: 432
ClientAttackMotion: 180
DamageMotion: 576
Ai: 10
Drops:
- Item: Blossom_Of_Maneater
Rate: 4500
- Item: Sunflower
Rate: 2
- Item: Aloe
Rate: 5
- Item: Leaflet_Of_Aloe
Rate: 25
- Item: Singing_Flower
Rate: 10
- Item: Stem
Rate: 1000
- Item: Witherless_Rose
Rate: 1
- Item: Flora_Card
Rate: 1
StealProtected: true
- Id: 1119
AegisName: FRILLDORA
Name: Frilldora
Level: 57
Hp: 1587
BaseExp: 488
JobExp: 435
Attack: 136
Attack2: 42
Defense: 84
MagicDefense: 10
Str: 48
Agi: 38
Vit: 38
Int: 15
Dex: 51
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Fire
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1540
AttackMotion: 720
ClientAttackMotion: 324
DamageMotion: 432
Ai: 04
Drops:
- Item: Lizard_Scruff
Rate: 2750
- Item: Elunium_Stone
Rate: 45
- Item: Reptile_Tongue
Rate: 750
- Item: Azure_Jewel
Rate: 8
- Item: Yellow_Gemstone
Rate: 100
- Item: Amazing_Foxtail
Rate: 20
- Item: Model_Foxtail
Rate: 20
- Item: Frilldora_Card
Rate: 1
StealProtected: true
- Id: 1120
AegisName: GHOSTRING
Name: Ghostring
Level: 90
Hp: 26700
BaseExp: 2368
JobExp: 2233
Attack: 385
Attack2: 162
Defense: 88
MagicDefense: 72
Str: 66
Agi: 85
Vit: 66
Int: 66
Dex: 119
Luk: 66
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Ghost
ElementLevel: 4
WalkSpeed: 300
AttackDelay: 1220
AttackMotion: 1080
ClientAttackMotion: 336
DamageMotion: 648
Ai: 21
Class: Boss
Drops:
- Item: Transparent_Cloth
Rate: 2668
- Item: Ghost_Bandana
Rate: 50
- Item: Thief_Clothes_
Rate: 25
- Item: Branch_Of_Dead_Tree
Rate: 250
- Item: Old_Blue_Box
Rate: 5
- Item: Emperium
Rate: 15
- Item: Ghost_Scroll_1_5
Rate: 50
- Item: Ghostring_Card
Rate: 1
StealProtected: true
- Id: 1121
AegisName: GIEARTH
Name: Giearth
Level: 42
Hp: 866
BaseExp: 344
JobExp: 277
Attack: 69
Attack2: 15
Defense: 52
MagicDefense: 16
Str: 27
Agi: 19
Vit: 30
Int: 10
Dex: 28
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1848
AttackMotion: 1296
ClientAttackMotion: 480
DamageMotion: 432
Ai: 17
Modes:
Detector: true
Drops:
- Item: Great_Nature
Rate: 15
- Item: Coal
Rate: 75
- Item: Elder_Pixie's_Beard
Rate: 2750
- Item: Elven_Ears
Rate: 1
- Item: Cap_
Rate: 5
- Item: Sparkling_Dust
Rate: 50
- Item: Wing_Of_Fly
Rate: 500
- Item: Giearth_Card
Rate: 1
StealProtected: true
- Id: 1122
AegisName: GOBLIN_1
Name: Goblin
Level: 48
Hp: 1107
BaseExp: 379
JobExp: 328
Attack: 93
Attack2: 34
Defense: 56
MagicDefense: 5
Str: 37
Agi: 54
Vit: 25
Int: 20
Dex: 36
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Goblin: true
Element: Wind
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 1120
AttackMotion: 620
ClientAttackMotion: 384
DamageMotion: 240
Ai: 21
Drops:
- Item: Wing_Of_Fly
Rate: 500
- Item: Scell
Rate: 4500
- Item: Oridecon_Stone
Rate: 22
- Item: Goblini_Mask
Rate: 2
- Item: Dirk_
Rate: 5
- Item: Buckler_
Rate: 3
- Item: Red_Herb
Rate: 900
- Item: Goblin_Card
Rate: 1
StealProtected: true
- Id: 1123
AegisName: GOBLIN_2
Name: Goblin
Level: 44
Hp: 943
BaseExp: 344
JobExp: 293
Attack: 77
Attack2: 28
Defense: 52
MagicDefense: 5
Str: 33
Agi: 16
Vit: 24
Int: 15
Dex: 58
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Goblin: true
Element: Fire
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1320
AttackMotion: 620
ClientAttackMotion: 384
DamageMotion: 240
Ai: 19
Drops:
- Item: Iron
Rate: 125
- Item: Scell
Rate: 4500
- Item: Indian_Hair_Piece
Rate: 2
- Item: Flail_
Rate: 5
- Item: Siver_Guard
Rate: 3
- Item: Wing_Of_Fly
Rate: 500
- Item: Goblini_Mask
Rate: 2
- Item: Goblin_Card
Rate: 1
StealProtected: true
- Id: 1124
AegisName: GOBLIN_3
Name: Goblin
Level: 44
Hp: 1047
BaseExp: 344
JobExp: 293
Attack: 77
Attack2: 33
Defense: 47
MagicDefense: 5
Str: 30
Agi: 16
Vit: 24
Int: 15
Dex: 17
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Goblin: true
Element: Poison
ElementLevel: 1
WalkSpeed: 250
AttackDelay: 1624
AttackMotion: 624
ClientAttackMotion: 384
DamageMotion: 240
Ai: 13
Drops:
- Item: Iron
Rate: 115
- Item: Scell
Rate: 4500
- Item: Red_Bandana
Rate: 2
- Item: Goblin_Mask_02
Rate: 8
- Item: Buckler_
Rate: 1
- Item: Red_Herb
Rate: 500
- Item: Wing_Of_Fly
Rate: 500
- Item: Goblin_Card
Rate: 1
StealProtected: true
- Id: 1125
AegisName: GOBLIN_4
Name: Goblin
Level: 49
Hp: 1277
BaseExp: 407
JobExp: 337
Attack: 106
Attack2: 22
Defense: 70
MagicDefense: 3
Str: 31
Agi: 27
Vit: 46
Int: 15
Dex: 34
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Goblin: true
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1624
AttackMotion: 624
ClientAttackMotion: 384
DamageMotion: 240
Ai: 13
Drops:
- Item: Yellow_Live
Rate: 50
- Item: Wing_Of_Fly
Rate: 500
- Item: Goblin_Mask_01
Rate: 8
- Item: Gangster_Patch
Rate: 2
- Item: Smasher_
Rate: 5
- Item: Siver_Guard
Rate: 3
- Item: Red_Herb
Rate: 750
- Item: Goblin_Card
Rate: 1
StealProtected: true
- Id: 1126
AegisName: GOBLIN_5
Name: Goblin
Level: 56
Hp: 1877
BaseExp: 477
JobExp: 424
Attack: 105
Attack2: 31
Defense: 64
MagicDefense: 5
Str: 51
Agi: 37
Vit: 22
Int: 15
Dex: 42
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Goblin: true
Element: Water
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 3074
AttackMotion: 1874
ClientAttackMotion: 384
DamageMotion: 480
Ai: 13
Drops:
- Item: Model_Foxtail
Rate: 20
- Item: Scell
Rate: 4500
- Item: Wand_
Rate: 8
- Item: Amazing_Foxtail
Rate: 20
- Item: Goblin_Mask_03
Rate: 8
- Item: Red_Herb
Rate: 750
- Item: Yellow_Herb
Rate: 110
- Item: Goblin_Card
Rate: 1
StealProtected: true
- Id: 1127
AegisName: HODE
Name: Hode
Level: 63
Hp: 2347
BaseExp: 617
JobExp: 532
Attack: 194
Attack2: 45
Defense: 91
MagicDefense: 24
Str: 61
Agi: 16
Vit: 42
Int: 5
Dex: 32
Luk: 40
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1480
AttackMotion: 480
ClientAttackMotion: 288
DamageMotion: 720
Ai: 01
Drops:
- Item: Yellow_Live
Rate: 60
- Item: Earthworm_Peeling
Rate: 4500
- Item: Elunium_Stone
Rate: 40
- Item: Sticky_Mucus
Rate: 1500
- Item: Town_Sword_
Rate: 5
- Item: Foolishness_Of_Blind
Rate: 1
- Item: Fatty_Chubby_Earthworm
Rate: 10
- Item: Hode_Card
Rate: 1
StealProtected: true
- Id: 1128
AegisName: HORN
Name: Horn
Level: 32
Hp: 564
BaseExp: 259
JobExp: 198
Attack: 40
Attack2: 11
Defense: 52
MagicDefense: 8
Str: 10
Agi: 12
Vit: 36
Int: 25
Dex: 21
Luk: 35
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1528
AttackMotion: 528
ClientAttackMotion: 336
DamageMotion: 288
Ai: 17
Modes:
Detector: true
Drops:
- Item: Yellow_Live
Rate: 40
- Item: Emveretarcon
Rate: 18
- Item: Horn
Rate: 2750
- Item: Guisarme_
Rate: 8
- Item: Shell
Rate: 2750
- Item: Solid_Shell
Rate: 35
- Item: Wing_Of_Fly
Rate: 500
- Item: Horn_Card
Rate: 1
StealProtected: true
- Id: 1129
AegisName: HORONG
Name: Horong
Level: 66
Hp: 1701
BaseExp: 625
JobExp: 569
Attack: 169
Attack2: 70
Defense: 84
MagicDefense: 35
Str: 36
Agi: 32
Vit: 35
Int: 45
Dex: 62
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Fire
ElementLevel: 4
WalkSpeed: 400
AttackDelay: 1888
AttackMotion: 1152
ClientAttackMotion: 552
DamageMotion: 828
Ai: 13
Drops:
- Item: Stone_Heart
Rate: 3250
- Item: Zargon
Rate: 250
- Item: Bomb_Wick
Rate: 3
- Item: Fire_Arrow_Container
Rate: 50
- Item: Elunium_Stone
Rate: 59
- Item: Baked_Yam
Rate: 10
- Item: Alchol
Rate: 25
- Item: Horong_Card
Rate: 1
StealProtected: true
- Id: 1130
AegisName: JAKK
Name: Jakk
Level: 63
Hp: 1901
BaseExp: 588
JobExp: 532
Attack: 169
Attack2: 37
Defense: 90
MagicDefense: 25
Str: 58
Agi: 43
Vit: 42
Int: 25
Dex: 61
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Fire
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1180
AttackMotion: 480
ClientAttackMotion: 192
DamageMotion: 648
Ai: 21
Drops:
- Item: Pumpkin_Head
Rate: 4500
- Item: Zargon
Rate: 450
- Item: Elunium
Rate: 16
- Item: Tights_
Rate: 3
- Item: Frozen_Heart
Rate: 3
- Item: Pumpkin
Rate: 500
- Item: Light_Granule
Rate: 5
- Item: Jakk_Card
Rate: 1
StealProtected: true
- Id: 1131
AegisName: JOKER
Name: Joker
Level: 90
Hp: 6425
BaseExp: 1103
JobExp: 1038
Attack: 397
Attack2: 60
Defense: 64
MagicDefense: 76
Str: 84
Agi: 99
Vit: 30
Int: 50
Dex: 92
Luk: 35
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
RaceGroups:
Clocktower: true
Element: Wind
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 1364
AttackMotion: 864
ClientAttackMotion: 312
DamageMotion: 432
Ai: 21
Drops:
- Item: Zargon
Rate: 1000
- Item: Old_Card_Album
Rate: 1
- Item: Contracts_In_Shadow
Rate: 10
- Item: Yellow_Herb
Rate: 500
- Item: Katar_Of_Piercing_Wind
Rate: 1
- Item: Oridecon
Rate: 50
- Item: Ghost_Scroll_1_5
Rate: 50
- Item: Joker_Card
Rate: 1
StealProtected: true
- Id: 1132
AegisName: KHALITZBURG
Name: Khalitzburg
Level: 118
Hp: 27456
BaseExp: 2866
JobExp: 2368
Attack: 918
Attack2: 96
Defense: 125
MagicDefense: 10
Str: 121
Agi: 48
Vit: 40
Int: 31
Dex: 125
Luk: 32
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 350
AttackDelay: 528
AttackMotion: 1000
ClientAttackMotion: 240
DamageMotion: 396
Ai: 21
Drops:
- Item: Skel_Bone
Rate: 4000
- Item: Elunium
Rate: 96
- Item: Bone_Helm
Rate: 1
- Item: Mirror_Shield_
Rate: 1
- Item: Patriotism_Marks
Rate: 5
- Item: Ebone_Armor
Rate: 1
- Item: Ur_Plate
Rate: 50
- Item: Khalitzburg_Card
Rate: 1
StealProtected: true
- Id: 1133
AegisName: KOBOLD_1
Name: Kobold
Level: 107
Hp: 13522
BaseExp: 1845
JobExp: 1759
Attack: 593
Attack2: 87
Defense: 103
MagicDefense: 25
Str: 109
Agi: 76
Vit: 61
Int: 53
Dex: 98
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Kobold: true
Element: Wind
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1028
AttackMotion: 528
ClientAttackMotion: 240
DamageMotion: 360
Ai: 13
Drops:
- Item: Steel
Rate: 50
- Item: Cobold_Hair
Rate: 2668
- Item: Zargon
Rate: 350
- Item: Elunium_Stone
Rate: 13
- Item: Gladius_
Rate: 1
- Item: Buckler_
Rate: 3
- Item: Golden_Rod_Orb
Rate: 5
- Item: Kobold_Card
Rate: 1
StealProtected: true
- Id: 1134
AegisName: KOBOLD_2
Name: Kobold
Level: 102
Hp: 11280
BaseExp: 1565
JobExp: 1487
Attack: 491
Attack2: 62
Defense: 117
MagicDefense: 59
Str: 96
Agi: 61
Vit: 55
Int: 48
Dex: 95
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Kobold: true
Element: Poison
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1528
AttackMotion: 528
ClientAttackMotion: 240
DamageMotion: 360
Ai: 13
Drops:
- Item: Steel
Rate: 50
- Item: Cobold_Hair
Rate: 2668
- Item: Zargon
Rate: 100
- Item: Buckler_
Rate: 2
- Item: Yellow_Herb
Rate: 50
- Item: Doram_Only_Shoes
Rate: 20
- Item: Fresh_G_Necklace
Rate: 20
- Item: Kobold_Card
Rate: 1
StealProtected: true
- Id: 1135
AegisName: KOBOLD_3
Name: Kobold
Level: 101
Hp: 9503
BaseExp: 1545
JobExp: 1467
Attack: 471
Attack2: 64
Defense: 109
MagicDefense: 48
Str: 103
Agi: 64
Vit: 59
Int: 42
Dex: 80
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Kobold: true
Element: Fire
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 1228
AttackMotion: 528
ClientAttackMotion: 240
DamageMotion: 360
Ai: 13
Drops:
- Item: Boody_Red
Rate: 18
- Item: Steel
Rate: 50
- Item: Cobold_Hair
Rate: 2668
- Item: Zargon
Rate: 100
- Item: Scarlet_Twohand_Axe
Rate: 50
RandomOptionGroup: Group_5
- Item: Doram_Only_Cape
Rate: 20
- Item: Doram_Only_Suit
Rate: 20
- Item: Kobold_Card
Rate: 1
StealProtected: true
- Id: 1136
AegisName: KOBOLD_4
Name: Kobold
Level: 31
Hp: 10
BaseExp: 4582500
JobExp: 4582500
Attack: 316
Attack2: 62
Defense: 1
MagicDefense: 1
Agi: 31
Vit: 31
Int: 20
Dex: 55
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Poison
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1528
AttackMotion: 528
ClientAttackMotion: 288
DamageMotion: 360
Ai: 13
Class: Boss
Drops:
- Item: Steel
Rate: 25
- Item: Cobold_Hair
Rate: 2668
- Item: Zargon
Rate: 50
- Item: Hammer_
Rate: 3
- Item: Buckler_
Rate: 2
- Item: Yellow_Herb
Rate: 50
- Item: Axe
Rate: 75
- Id: 1137
AegisName: KOBOLD_5
Name: Kobold
Level: 31
Hp: 10
BaseExp: 4582500
JobExp: 4582500
Attack: 223
Attack2: 33
Defense: 1
MagicDefense: 1
Agi: 31
Vit: 31
Int: 20
Dex: 88
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Fire
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 1228
AttackMotion: 528
ClientAttackMotion: 288
DamageMotion: 360
Ai: 13
Class: Boss
Drops:
- Item: Steel
Rate: 20
- Item: Cobold_Hair
Rate: 2668
- Item: Zargon
Rate: 50
- Item: Morning_Star_
Rate: 3
- Item: Buckler_
Rate: 2
- Item: Yellow_Herb
Rate: 50
- Item: Club
Rate: 75
- Id: 1138
AegisName: MAGNOLIA
Name: Magnolia
Level: 53
Hp: 1545
BaseExp: 446
JobExp: 393
Attack: 82
Attack2: 165
Defense: 51
MagicDefense: 8
Str: 49
Agi: 25
Vit: 21
Int: 50
Dex: 31
Luk: 85
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Water
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1054
AttackMotion: 504
ClientAttackMotion: 192
DamageMotion: 432
Ai: 02
Modes:
Detector: true
Drops:
- Item: Old_Frying_Pan
Rate: 4500
- Item: Garlet
Rate: 400
- Item: Scell
Rate: 50
- Item: Zargon
Rate: 5
- Item: Black_Ladle
Rate: 20
- Item: Yellow_Herb
Rate: 200
- Item: High_end_Cooking_Kits
Rate: 3
- Item: Magnolia_Card
Rate: 1
StealProtected: true
- Id: 1139
AegisName: MANTIS
Name: Mantis
Level: 65
Hp: 2363
BaseExp: 642
JobExp: 556
Attack: 199
Attack2: 31
Defense: 90
Str: 55
Agi: 33
Vit: 24
Int: 5
Dex: 46
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1528
AttackMotion: 660
ClientAttackMotion: 336
DamageMotion: 432
Ai: 19
Modes:
Detector: true
Drops:
- Item: Yellow_Live
Rate: 55
- Item: Limb_Of_Mantis
Rate: 4500
- Item: Scell
Rate: 700
- Item: Elunium_Stone
Rate: 35
- Item: Solid_Shell
Rate: 125
- Item: Azure_Jewel
Rate: 5
- Item: Red_Herb
Rate: 325
- Item: Mantis_Card
Rate: 1
StealProtected: true
- Id: 1140
AegisName: MARDUK
Name: Marduk
Level: 73
Hp: 3099
BaseExp: 766
JobExp: 706
Attack: 255
Attack2: 112
Defense: 66
MagicDefense: 43
Str: 66
Agi: 49
Vit: 21
Int: 40
Dex: 79
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Fire
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1540
AttackMotion: 840
ClientAttackMotion: 432
DamageMotion: 504
Ai: 19
Drops:
- Item: Flame_Heart
Rate: 18
- Item: Sacred_Masque
Rate: 2183
- Item: Staff_
Rate: 5
- Item: Mitten_Of_Presbyter
Rate: 1
- Item: Blessed_Wand
Rate: 2
- Item: Fire_Scroll_1_5
Rate: 50
- Item: Book_Of_Devil
Rate: 10
- Item: Marduk_Card
Rate: 1
StealProtected: true
- Id: 1141
AegisName: MARINA
Name: Marina
Level: 42
Hp: 1010
BaseExp: 328
JobExp: 277
Attack: 50
Attack2: 25
Defense: 20
MagicDefense: 19
Str: 24
Agi: 27
Vit: 18
Int: 22
Dex: 29
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Water
ElementLevel: 2
WalkSpeed: 400
AttackDelay: 2280
AttackMotion: 1080
ClientAttackMotion: 720
DamageMotion: 864
Ai: 01
Drops:
- Item: Single_Cell
Rate: 2500
- Item: Sticky_Mucus
Rate: 750
- Item: Crystal_Blue
Rate: 23
- Item: Mistic_Frozen
Rate: 1
- Item: Deadly_Noxious_Herb
Rate: 10
- Item: Wing_Of_Fly
Rate: 500
- Item: Marina_Card
Rate: 1
StealProtected: true
- Id: 1142
AegisName: MARINE_SPHERE
Name: Marine Sphere
Level: 51
Hp: 1831
BaseExp: 426
JobExp: 373
Attack: 1
Attack2: 1
Defense: 41
MagicDefense: 28
Str: 10
Agi: 16
Vit: 35
Int: 25
Dex: 29
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Water
ElementLevel: 2
WalkSpeed: 800
AttackDelay: 1201
AttackMotion: 1
ClientAttackMotion: 240
DamageMotion: 1
Ai: 06
Drops:
- Item: Tendon
Rate: 2500
- Item: Detonator
Rate: 1250
- Item: Chain_
Rate: 5
- Item: Skyblue_Jewel
Rate: 5
- Item: Transparent_Headgear
Rate: 5
- Item: Marine_Sphere_Card
Rate: 1
StealProtected: true
- Id: 1143
AegisName: MARIONETTE
Name: Marionette
Level: 90
Hp: 4089
BaseExp: 993
JobExp: 1093
Attack: 325
Attack2: 190
Defense: 35
MagicDefense: 24
Str: 52
Agi: 79
Vit: 28
Int: 105
Dex: 86
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Ghost
ElementLevel: 3
WalkSpeed: 300
AttackDelay: 1480
AttackMotion: 480
ClientAttackMotion: 240
DamageMotion: 1056
Ai: 19
Modes:
Detector: true
Drops:
- Item: Golden_Hair
Rate: 4500
- Item: Star_Dust
Rate: 3
- Item: Brooch
Rate: 1
- Item: Fire_Scroll_3_5
Rate: 50
- Item: Scarlet_Mace
Rate: 50
RandomOptionGroup: Group_5
- Item: Chrystal_Pumps
Rate: 1
- Item: Marionette_Doll
Rate: 2
- Item: Marionette_Card
Rate: 1
StealProtected: true
- Id: 1144
AegisName: MARSE
Name: Marse
Level: 47
Hp: 1241
BaseExp: 370
JobExp: 319
Attack: 64
Attack2: 20
Defense: 38
MagicDefense: 18
Str: 33
Agi: 17
Vit: 25
Int: 10
Dex: 33
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 1956
AttackMotion: 756
ClientAttackMotion: 468
DamageMotion: 528
Ai: 17
Drops:
- Item: Chinese_Ink
Rate: 4500
- Item: Tentacle
Rate: 1500
- Item: Wing_Of_Fly
Rate: 500
- Item: Skyblue_Jewel
Rate: 5
- Item: Mistic_Frozen
Rate: 6
- Item: Penetration
Rate: 3
- Item: Grape
Rate: 150
- Item: Marse_Card
Rate: 1
StealProtected: true
- Id: 1145
AegisName: MARTIN
Name: Martin
Level: 39
Hp: 769
BaseExp: 307
JobExp: 244
Attack: 61
Attack2: 18
Defense: 58
MagicDefense: 19
Str: 25
Agi: 29
Vit: 28
Int: 15
Dex: 30
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 1480
AttackMotion: 480
ClientAttackMotion: 192
DamageMotion: 480
Ai: 01
Drops:
- Item: Moustache_Of_Mole
Rate: 4500
- Item: Nail_Of_Mole
Rate: 2500
- Item: Jur_
Rate: 5
- Item: Goggle_
Rate: 3
- Item: Safety_Helmet
Rate: 1
- Item: Battered_Pot
Rate: 5
- Item: Wing_Of_Fly
Rate: 500
- Item: Martin_Card
Rate: 1
StealProtected: true
- Id: 1146
AegisName: MATYR
Name: Matyr
Level: 58
Hp: 2002
BaseExp: 499
JobExp: 446
Attack: 127
Attack2: 26
Defense: 63
MagicDefense: 5
Str: 48
Agi: 20
Vit: 21
Int: 17
Dex: 47
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Dark
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 432
AttackMotion: 432
ClientAttackMotion: 144
DamageMotion: 360
Ai: 19
Drops:
- Item: Matyr's_Flea_Guard
Rate: 5
- Item: Monster's_Feed
Rate: 2500
- Item: Animal's_Skin
Rate: 2750
- Item: Elunium_Stone
Rate: 50
- Item: Grape
Rate: 100
- Item: Matyr_Card
Rate: 1
StealProtected: true
- Id: 1147
AegisName: MAYA
Name: Maya
Level: 55
Hp: 380000
BaseExp: 89280
JobExp: 66960
MvpExp: 44640
Attack: 555
Attack2: 265
Defense: 183
MagicDefense: 50
Str: 88
Agi: 72
Vit: 76
Int: 102
Dex: 92
Luk: 76
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
Element: Earth
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 864
AttackMotion: 1000
ClientAttackMotion: 624
DamageMotion: 480
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Crystal_Jewel
Rate: 2000
- Item: Bs_Making_S
Rate: 5000
- Item: Old_Violet_Box
Rate: 2000
Drops:
- Item: Queen's_Hair_Ornament
Rate: 250
- Item: Safety_Ring
Rate: 100
- Item: Tiara
Rate: 100
- Item: Armlet_Of_Obedience
Rate: 250
- Item: Mother's_Nightmare
Rate: 5
- Item: Zelunium
Rate: 50
- Item: Dea_Staff
Rate: 50
- Item: Maya_Card
Rate: 1
StealProtected: true
- Id: 1148
AegisName: MEDUSA
Name: Medusa
Level: 102
Hp: 11280
BaseExp: 1565
JobExp: 1487
Attack: 491
Attack2: 113
Defense: 87
MagicDefense: 66
Str: 99
Agi: 68
Vit: 65
Int: 79
Dex: 83
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Neutral
ElementLevel: 2
WalkSpeed: 180
AttackDelay: 1720
AttackMotion: 1320
ClientAttackMotion: 1080
DamageMotion: 360
Ai: 21
Modes:
Detector: true
Drops:
- Item: Slender_Snake
Rate: 2668
- Item: Whip_Of_Red_Flame
Rate: 125
- Item: Animal_Blood
Rate: 100
- Item: Sea_Witch_Foot
Rate: 10
- Item: Scarlet_Jewel
Rate: 125
- Item: Rafini_Staff
Rate: 3
- Item: Penetration
Rate: 2
- Item: Medusa_Card
Rate: 1
StealProtected: true
- Id: 1149
AegisName: MINOROUS
Name: Minorous
Level: 58
Hp: 1729
BaseExp: 499
JobExp: 446
Attack: 155
Attack2: 36
Defense: 100
MagicDefense: 10
Str: 65
Agi: 42
Vit: 36
Int: 43
Dex: 61
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Fire
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1360
AttackMotion: 960
ClientAttackMotion: 576
DamageMotion: 432
Ai: 19
Drops:
- Item: Nose_Ring
Rate: 2668
- Item: Oridecon_Stone
Rate: 98
- Item: Two_Handed_Axe_
Rate: 1
- Item: Hammer_Of_Blacksmith
Rate: 5
- Item: Beef_Head_Meat
Rate: 50
- Item: Axe
Rate: 100
- Item: Lemon
Rate: 150
- Item: Minorous_Card
Rate: 1
StealProtected: true
- Id: 1150
AegisName: MOONLIGHT
Name: Moonlight Flower
Level: 79
Hp: 324000
BaseExp: 183744
JobExp: 135720
MvpExp: 91872
Attack: 2232
Attack2: 1251
Defense: 254
MagicDefense: 81
Str: 86
Agi: 102
Vit: 93
Int: 82
Dex: 157
Luk: 120
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Fire
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1276
AttackMotion: 576
ClientAttackMotion: 120
DamageMotion: 288
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Fox_Tail
Rate: 5000
- Item: Bs_Making_S
Rate: 5000
- Item: Golden_Jewel
Rate: 500
Drops:
- Item: Spectral_Spear
Rate: 250
- Item: Moonlight_Sword
Rate: 50
- Item: Long_Mace
Rate: 75
- Item: Punisher
Rate: 250
- Item: Silver_Knife_Of_Chaste
Rate: 325
- Item: Shadowdecon
Rate: 50
- Item: Staff_Of_Bordeaux
Rate: 50
- Item: Moonlight_Flower_Card
Rate: 1
StealProtected: true
- Id: 1151
AegisName: MYST
Name: Myst
Level: 49
Hp: 1404
BaseExp: 388
JobExp: 337
Attack: 106
Attack2: 20
Defense: 61
MagicDefense: 10
Str: 35
Agi: 37
Vit: 20
Int: 10
Dex: 41
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Poison
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1576
AttackMotion: 576
ClientAttackMotion: 336
DamageMotion: 384
Ai: 21
Drops:
- Item: Gas_Mask
Rate: 1
- Item: Wooden_Block
Rate: 400
- Item: Wig
Rate: 5
- Item: Oridecon_Stone
Rate: 33
- Item: Wing_Of_Fly
Rate: 500
- Item: Anodyne
Rate: 10
- Item: Ring
Rate: 1
- Item: Myst_Card
Rate: 1
StealProtected: true
- Id: 1152
AegisName: ORC_SKELETON
Name: Orc Skeleton
Level: 53
Hp: 1699
BaseExp: 490
JobExp: 371
Attack: 116
Attack2: 25
Defense: 82
MagicDefense: 10
Str: 52
Agi: 16
Vit: 24
Int: 5
Dex: 24
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
RaceGroups:
Orc: true
Element: Undead
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 2420
AttackMotion: 720
ClientAttackMotion: 288
DamageMotion: 648
Ai: 04
Drops:
- Item: Orcish_Cuspid
Rate: 2750
- Item: Skel_Bone
Rate: 1750
- Item: Elunium_Stone
Rate: 40
- Item: Viking_Helm
Rate: 1
- Item: Buster_
Rate: 5
- Item: Green_Herb
Rate: 25
- Item: Orc_Skeleton_Card
Rate: 1
StealProtected: true
- Id: 1153
AegisName: ORC_ZOMBIE
Name: Orc Zombie
Level: 51
Hp: 1586
BaseExp: 468
JobExp: 352
Attack: 106
Attack2: 15
Defense: 71
MagicDefense: 5
Str: 45
Agi: 17
Vit: 32
Int: 5
Dex: 57
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
RaceGroups:
Orc: true
Element: Undead
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 2852
AttackMotion: 1152
ClientAttackMotion: 768
DamageMotion: 840
Ai: 04
Drops:
- Item: Nail_Of_Orc
Rate: 2750
- Item: Sticky_Mucus
Rate: 1500
- Item: Emperium
Rate: 1
- Item: Orc_Zombie_Card
Rate: 1
StealProtected: true
- Id: 1154
AegisName: PASANA
Name: Pasana
Level: 79
Hp: 3020
BaseExp: 854
JobExp: 794
Attack: 274
Attack2: 40
Defense: 93
MagicDefense: 35
Str: 76
Agi: 36
Vit: 33
Int: 20
Dex: 80
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Fire
ElementLevel: 2
WalkSpeed: 165
AttackDelay: 976
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 288
Ai: 19
Drops:
- Item: Vroken_Sword
Rate: 2183
- Item: Honey_Jar
Rate: 1250
- Item: Elunium_Stone
Rate: 10
- Item: Scarlet_Saber
Rate: 50
RandomOptionGroup: Group_5
- Item: Scarlet_Dagger
Rate: 50
RandomOptionGroup: Group_5
- Item: Undershirt
Rate: 50
- Item: Pasana_Card
Rate: 1
StealProtected: true
- Id: 1155
AegisName: PETIT
Name: Petite
Level: 86
Hp: 5491
BaseExp: 1086
JobExp: 970
Attack: 361
Attack2: 66
Defense: 99
MagicDefense: 49
Str: 55
Agi: 32
Vit: 38
Int: 37
Dex: 65
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Dragon
Element: Earth
ElementLevel: 1
WalkSpeed: 250
AttackDelay: 2468
AttackMotion: 768
ClientAttackMotion: 336
DamageMotion: 480
Ai: 19
Drops:
- Item: Dragon_Canine
Rate: 2668
- Item: Dragon_Train
Rate: 150
- Item: Oridecon_Stone
Rate: 70
- Item: White_Herb
Rate: 500
- Item: Scarlet_Mace
Rate: 50
RandomOptionGroup: Group_5
- Item: Petti_Tail
Rate: 50
- Item: Aloebera
Rate: 8
- Item: Petit_Card
Rate: 1
StealProtected: true
- Id: 1156
AegisName: PETIT_
Name: Petite
Level: 79
Hp: 3197
BaseExp: 854
JobExp: 794
Attack: 274
Attack2: 36
Defense: 86
MagicDefense: 42
Str: 63
Agi: 39
Vit: 31
Int: 55
Dex: 86
Luk: 85
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Dragon
Element: Wind
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 336
DamageMotion: 288
Ai: 19
Drops:
- Item: Dragon_Scale
Rate: 2668
- Item: Dragon_Train
Rate: 150
- Item: Elunium
Rate: 31
- Item: White_Herb
Rate: 500
- Item: Khukri
Rate: 3
- Item: Zargon
Rate: 750
- Item: Aloebera
Rate: 8
- Item: Petit__Card
Rate: 1
StealProtected: true
- Id: 1157
AegisName: PHARAOH
Name: Pharaoh
Level: 85
Hp: 900000
BaseExp: 229680
JobExp: 167040
MvpExp: 104400
Attack: 1624
Attack2: 1782
Defense: 124
MagicDefense: 269
Str: 98
Agi: 102
Vit: 96
Int: 142
Dex: 173
Luk: 102
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Dark
ElementLevel: 3
WalkSpeed: 125
AttackDelay: 868
AttackMotion: 768
ClientAttackMotion: 576
DamageMotion: 288
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Bs_Making_S
Rate: 5000
- Item: Royal_Jelly
Rate: 5000
- Item: Crystal_Jewel__
Rate: 5000
Drops:
- Item: Broken_Pharaoh_Symbol
Rate: 2910
- Item: Tutankhamen's_Mask
Rate: 1250
- Item: Solar_Sword
Rate: 50
- Item: Holy_Robe
Rate: 75
- Item: Gemmed_Crown
Rate: 250
- Item: Zelunium
Rate: 50
- Item: Bazerald
Rate: 40
- Item: Pharaoh_Card
Rate: 1
StealProtected: true
- Id: 1158
AegisName: PHEN
Name: Phen
Level: 52
Hp: 1716
BaseExp: 436
JobExp: 383
Attack: 89
Attack2: 30
Defense: 44
MagicDefense: 11
Str: 54
Agi: 15
Vit: 35
Int: 15
Dex: 28
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 2544
AttackMotion: 1344
ClientAttackMotion: 432
DamageMotion: 1152
Ai: 17
Drops:
- Item: Fish_Tail
Rate: 2750
- Item: Sharp_Scale
Rate: 1000
- Item: Skyblue_Jewel
Rate: 3
- Item: Meat
Rate: 500
- Item: Fin
Rate: 250
- Item: Oridecon_Stone
Rate: 13
- Item: Fish_With_Blue_Back
Rate: 500
- Item: Phen_Card
Rate: 1
StealProtected: true
- Id: 1159
AegisName: PHREEONI
Name: Phreeoni
Level: 71
Hp: 300000
BaseExp: 63800
JobExp: 90000
MvpExp: 31900
Attack: 693
Attack2: 967
Defense: 269
MagicDefense: 98
Str: 88
Agi: 70
Vit: 112
Int: 87
Dex: 122
Luk: 71
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Neutral
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1020
AttackMotion: 1020
ClientAttackMotion: 324
DamageMotion: 288
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Frozen_Heart
Rate: 500
- Item: Bs_Making_S
Rate: 5000
- Item: Star_Crumb
Rate: 4000
Drops:
- Item: Thin_N'_Long_Tongue
Rate: 4850
- Item: Forturn_Sword
Rate: 250
- Item: Sucsamad
Rate: 75
- Item: Jaws_Of_Ant
Rate: 2500
- Item: Mr_Scream
Rate: 150
- Item: Shadowdecon
Rate: 50
- Item: Weihna
Rate: 50
- Item: Phreeoni_Card
Rate: 1
StealProtected: true
- Id: 1160
AegisName: PIERE
Name: Piere
Level: 32
Hp: 508
BaseExp: 259
JobExp: 198
Attack: 37
Attack2: 20
Defense: 57
MagicDefense: 16
Str: 19
Agi: 19
Vit: 36
Int: 8
Dex: 27
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 144
DamageMotion: 576
Ai: 01
Modes:
Detector: true
Drops:
- Item: Worm_Peelings
Rate: 4500
- Item: Garlet
Rate: 550
- Item: Sticky_Mucus
Rate: 300
- Item: Wind_Of_Verdure
Rate: 15
- Item: Wing_Of_Fly
Rate: 500
- Item: Iron_Ore
Rate: 200
- Item: Elunium_Stone
Rate: 16
- Item: Andre_Card
Rate: 1
StealProtected: true
- Id: 1161
AegisName: PLANKTON
Name: Plankton
Level: 40
Hp: 933
BaseExp: 300
JobExp: 251
Attack: 43
Attack2: 36
Defense: 28
MagicDefense: 28
Str: 23
Agi: 53
Vit: 25
Int: 55
Dex: 35
Luk: 14
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Water
ElementLevel: 3
WalkSpeed: 400
AttackDelay: 2208
AttackMotion: 1008
ClientAttackMotion: 576
DamageMotion: 324
Ai: 01
Drops:
- Item: Single_Cell
Rate: 4500
- Item: Garlet
Rate: 150
- Item: Sticky_Mucus
Rate: 350
- Item: Alchol
Rate: 2
- Item: Wing_Of_Fly
Rate: 500
- Item: Dew_Laden_Moss
Rate: 10
- Item: Center_Potion
Rate: 25
- Item: Plankton_Card
Rate: 1
StealProtected: true
- Id: 1162
AegisName: RAFFLESIA
Name: Rafflesia
Level: 86
Hp: 4942
BaseExp: 1086
JobExp: 970
Attack: 329
Attack2: 41
Defense: 86
MagicDefense: 2
Str: 47
Agi: 41
Vit: 44
Int: 29
Dex: 78
Luk: 31
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 512
AttackMotion: 528
ClientAttackMotion: 432
DamageMotion: 240
Ai: 05
Drops:
- Item: Root_Of_Maneater
Rate: 2750
- Item: Scell
Rate: 800
- Item: Four_Leaf_Clover
Rate: 1
- Item: Ment
Rate: 5
- Item: Hinalle
Rate: 5
- Item: Shoot
Rate: 275
- Item: White_Herb
Rate: 15
- Item: Rafflesia_Card
Rate: 1
StealProtected: true
- Id: 1163
AegisName: RAYDRIC
Name: Raydric
Level: 115
Hp: 21981
BaseExp: 2246
JobExp: 2150
Attack: 766
Attack2: 96
Defense: 89
MagicDefense: 15
Str: 129
Agi: 87
Vit: 55
Int: 32
Dex: 106
Luk: 27
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Dark
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 824
AttackMotion: 780
ClientAttackMotion: 384
DamageMotion: 420
Ai: 19
Drops:
- Item: Elunium
Rate: 53
- Item: Iron_Cane
Rate: 1
- Item: Chain_Mail_
Rate: 1
- Item: Two_Hand_Sword_
Rate: 1
- Item: Peuz_Plate
Rate: 5
- Item: Patriotism_Marks
Rate: 5
- Item: Brigan
Rate: 2425
- Item: Daydric_Card
Rate: 1
StealProtected: true
- Id: 1164
AegisName: REQUIEM
Name: Requiem
Level: 71
Hp: 3251
BaseExp: 738
JobExp: 678
Attack: 197
Attack2: 48
Defense: 88
MagicDefense: 20
Str: 58
Agi: 34
Vit: 35
Int: 12
Dex: 50
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Dark
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 1516
AttackMotion: 816
ClientAttackMotion: 432
DamageMotion: 432
Ai: 04
Drops:
- Item: Old_Blue_Box
Rate: 18
- Item: Emperium
Rate: 1
- Item: Zargon
Rate: 1250
- Item: Horrendous_Mouth
Rate: 1750
- Item: Mementos
Rate: 750
- Item: Mantle_
Rate: 5
- Item: Cookbook06
Rate: 1
- Item: Requiem_Card
Rate: 1
StealProtected: true
- Id: 1165
AegisName: SAND_MAN
Name: Sandman
Level: 61
Hp: 2324
BaseExp: 592
JobExp: 508
Attack: 188
Attack2: 56
Defense: 126
MagicDefense: 24
Str: 44
Agi: 8
Vit: 55
Int: 15
Dex: 34
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Earth
ElementLevel: 3
WalkSpeed: 250
AttackDelay: 1672
AttackMotion: 720
ClientAttackMotion: 576
DamageMotion: 288
Ai: 04
Drops:
- Item: Great_Nature
Rate: 18
- Item: Grit
Rate: 2668
- Item: Elunium_Stone
Rate: 59
- Item: Fine_Sand
Rate: 175
- Item: Sparkling_Dust
Rate: 100
- Item: Katar_Of_Thornbush
Rate: 1
- Item: Hypnotist's_Staff_
Rate: 3
- Item: Sand_Man_Card
Rate: 1
StealProtected: true
- Id: 1166
AegisName: SAVAGE
Name: Savage
Level: 59
Hp: 2158
BaseExp: 535
JobExp: 457
Attack: 181
Attack2: 23
Defense: 126
MagicDefense: 3
Str: 56
Agi: 21
Vit: 54
Int: 10
Dex: 52
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1960
AttackMotion: 960
ClientAttackMotion: 192
DamageMotion: 384
Ai: 17
Drops:
- Item: Wild_Boar's_Mane
Rate: 4500
- Item: Grape
Rate: 150
- Item: Animal_Blood
Rate: 1
- Item: Eagle_Eyes
Rate: 1
- Item: Savage_Meat
Rate: 25
- Item: Elunium_Stone
Rate: 35
- Item: Royal_Jelly
Rate: 1
- Item: Savage_Card
Rate: 1
StealProtected: true
- Id: 1167
AegisName: SAVAGE_BABE
Name: Savage Babe
Level: 14
Hp: 127
BaseExp: 172
JobExp: 105
Attack: 5
Attack2: 6
Defense: 22
Str: 16
Agi: 8
Vit: 9
Int: 5
Dex: 21
Luk: 18
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 1624
AttackMotion: 624
ClientAttackMotion: 312
DamageMotion: 576
Ai: 01
Drops:
- Item: Animal's_Skin
Rate: 4500
- Item: Axe_
Rate: 50
# RandomOptionGroup: 30L
- Item: Meat
Rate: 250
- Item: Wing_Of_Fly
Rate: 500
- Item: Feather
Rate: 425
- Item: Phracon
Rate: 40
- Item: Sweet_Milk
Rate: 20
- Item: Savage_Babe_Card
Rate: 1
StealProtected: true
# - Id: 1168
# AegisName: SCORPION_KING
# Name: Scorpion King
# Level: 50
# Hp: 5719
# BaseExp: 1968
# JobExp: 1211
# Attack: 600
# Attack2: 713
# Defense: 64
# MagicDefense: 10
# Agi: 50
# Vit: 47
# Dex: 83
# Luk: 30
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Large
# Race: Demihuman
# Element: Fire
# ElementLevel: 1
# WalkSpeed: 200
# AttackDelay: 1700
# AttackMotion: 1000
# DamageMotion: 500
# Ai: 24
# Modes:
# CastSensorIdle: true
# Drops:
# - Item: Flame_Heart
# Rate: 45
# - Item: Tweezer
# Rate: 4850
# - Item: Hammer_Of_Blacksmith
# Rate: 15
# - Item: Scorpion's_Tail
# Rate: 5000
# - Item: Solid_Shell
# Rate: 3000
# - Item: White_Herb
# Rate: 700
# - Item: Scorpion_King_Card
# Rate: 1
# StealProtected: true
- Id: 1169
AegisName: SKEL_WORKER
Name: Skeleton Worker
Level: 44
Hp: 1151
BaseExp: 378
JobExp: 276
Attack: 77
Attack2: 12
Defense: 45
MagicDefense: 5
Str: 30
Agi: 13
Vit: 22
Int: 10
Dex: 37
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 2420
AttackMotion: 720
ClientAttackMotion: 432
DamageMotion: 384
Ai: 04
Drops:
- Item: Iron
Rate: 200
- Item: Lantern
Rate: 2750
- Item: Elunium_Stone
Rate: 45
- Item: Safety_Helmet
Rate: 1
- Item: Steel
Rate: 50
- Item: Coal
Rate: 100
- Item: Wing_Of_Fly
Rate: 500
- Item: Skel_Worker_Card
Rate: 1
StealProtected: true
- Id: 1170
AegisName: SOHEE
Name: Sohee
Level: 64
Hp: 2528
BaseExp: 600
JobExp: 544
Attack: 140
Attack2: 30
Defense: 61
MagicDefense: 21
Str: 61
Agi: 24
Vit: 29
Int: 20
Dex: 41
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Water
ElementLevel: 1
WalkSpeed: 250
AttackDelay: 2112
AttackMotion: 912
ClientAttackMotion: 324
DamageMotion: 576
Ai: 17
Modes:
Detector: true
Drops:
- Item: Long_Hair
Rate: 4500
- Item: Skirt_Of_Virgin
Rate: 25
- Item: Nurse_Cap
Rate: 1
- Item: Muffler_
Rate: 3
- Item: Stiletto_
Rate: 3
- Item: Puente_Robe
Rate: 3
- Item: Inspector_Certificate
Rate: 175
- Item: Sohee_Card
Rate: 1
StealProtected: true
# - Id: 1171
# AegisName: SOLDIER_ANDRE
# Name: Soldier Andre
# Level: 22
# Hp: 1245
# BaseExp: 219
# JobExp: 138
# Attack: 105
# Attack2: 127
# Defense: 20
# Agi: 22
# Vit: 44
# Int: 20
# Dex: 40
# Luk: 10
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Small
# Race: Insect
# Element: Earth
# ElementLevel: 2
# WalkSpeed: 200
# AttackDelay: 1001
# AttackMotion: 1
# DamageMotion: 1
# Ai: 09
# Drops:
# - Item: Jaws_Of_Ant
# Rate: 2700
# - Item: Scell
# Rate: 800
# - Item: Elunium_Stone
# Rate: 10
# - Item: Lapier_
# Rate: 15
# - Item: Sparkling_Dust
# Rate: 30
# - Item: Solid_Shell
# Rate: 150
# - Item: Soldier_Andre_Card
# Rate: 1
# StealProtected: true
# - Id: 1172
# AegisName: SOLDIER_DENIRO
# Name: Soldier Deniro
# Level: 29
# Hp: 2047
# BaseExp: 450
# JobExp: 274
# Attack: 162
# Attack2: 193
# Defense: 20
# Agi: 29
# Vit: 58
# Int: 20
# Dex: 54
# Luk: 10
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Small
# Race: Insect
# Element: Earth
# ElementLevel: 2
# WalkSpeed: 200
# AttackDelay: 2000
# AttackMotion: 1000
# DamageMotion: 500
# Ai: 09
# Drops:
# - Item: Jaws_Of_Ant
# Rate: 5500
# - Item: Scell
# Rate: 2000
# - Item: Elunium_Stone
# Rate: 15
# - Item: Lapier_
# Rate: 20
# - Item: Solid_Shell
# Rate: 270
# - Item: Sparkling_Dust
# Rate: 50
# - Item: Soldier_Andre_Card
# Rate: 1
# StealProtected: true
# - Id: 1173
# AegisName: SOLDIER_PIERE
# Name: Soldier Piere
# Level: 23
# Hp: 1217
# BaseExp: 240
# JobExp: 149
# Attack: 109
# Attack2: 131
# Defense: 25
# Agi: 23
# Vit: 46
# Int: 20
# Dex: 38
# Luk: 10
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Small
# Race: Insect
# Element: Earth
# ElementLevel: 2
# WalkSpeed: 200
# AttackDelay: 1001
# AttackMotion: 1
# DamageMotion: 1
# Ai: 09
# Drops:
# - Item: Jaws_Of_Ant
# Rate: 3100
# - Item: Scell
# Rate: 800
# - Item: Scell
# Rate: 10
# - Item: Scimiter_
# Rate: 15
# - Item: Sparkling_Dust
# Rate: 35
# - Item: Solid_Shell
# Rate: 200
# - Item: Soldier_Andre_Card
# Rate: 1
# StealProtected: true
- Id: 1174
AegisName: STAINER
Name: Stainer
Level: 21
Hp: 212
BaseExp: 188
JobExp: 140
Attack: 12
Attack2: 9
Defense: 22
MagicDefense: 25
Str: 10
Agi: 10
Vit: 24
Int: 0
Dex: 39
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1688
AttackMotion: 1188
ClientAttackMotion: 720
DamageMotion: 612
Ai: 17
Modes:
Detector: true
Drops:
- Item: Wind_Of_Verdure
Rate: 35
- Item: Emveretarcon
Rate: 15
- Item: Colorful_Shell
Rate: 4500
- Item: Garlet
Rate: 1050
- Item: Elunium_Stone
Rate: 13
- Item: Wing_Of_Fly
Rate: 500
- Item: Iron_Ore
Rate: 150
- Item: Stainer_Card
Rate: 1
StealProtected: true
- Id: 1175
AegisName: TAROU
Name: Tarou
Level: 22
Hp: 285
BaseExp: 192
JobExp: 144
Attack: 13
Attack2: 6
Defense: 23
MagicDefense: 5
Str: 21
Agi: 6
Vit: 12
Int: 0
Dex: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Dark
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1744
AttackMotion: 1044
ClientAttackMotion: 252
DamageMotion: 684
Ai: 17
Drops:
- Item: Rat_Tail
Rate: 4500
- Item: Animal's_Skin
Rate: 1500
- Item: Feather
Rate: 400
- Item: Monster's_Feed
Rate: 500
- Item: Ora_Ora
Rate: 1
- Item: Wing_Of_Fly
Rate: 500
- Item: Tarou_Card
Rate: 1
StealProtected: true
- Id: 1176
AegisName: VITATA
Name: Vitata
Level: 35
Hp: 597
BaseExp: 278
JobExp: 216
Attack: 46
Attack2: 18
Defense: 44
MagicDefense: 12
Str: 20
Agi: 11
Vit: 24
Int: 20
Dex: 21
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1768
AttackMotion: 768
ClientAttackMotion: 576
DamageMotion: 384
Ai: 17
Modes:
Detector: true
Drops:
- Item: Yellow_Live
Rate: 45
- Item: Worm_Peelings
Rate: 2500
- Item: Scell
Rate: 100
- Item: Honey
Rate: 175
- Item: Wing_Of_Fly
Rate: 500
- Item: Royal_Jelly
Rate: 100
- Item: Oridecon_Stone
Rate: 13
- Item: Vitata_Card
Rate: 1
StealProtected: true
- Id: 1177
AegisName: ZENORC
Name: Zenorc
Level: 54
Hp: 1757
BaseExp: 456
JobExp: 403
Attack: 109
Attack2: 24
Defense: 69
MagicDefense: 5
Str: 50
Agi: 18
Vit: 20
Int: 5
Dex: 28
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Dark
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1180
AttackMotion: 480
ClientAttackMotion: 288
DamageMotion: 360
Ai: 02
Drops:
- Item: Tooth_Of_
Rate: 2750
- Item: Oridecon_Stone
Rate: 35
- Item: Sticky_Mucus
Rate: 1250
- Item: Old_Magic_Book
Rate: 3
- Item: Yellow_Herb
Rate: 50
- Item: Shining_Stone
Rate: 10
- Item: Zenorc_Card
Rate: 1
StealProtected: true
- Id: 1178
AegisName: ZEROM
Name: Zerom
Level: 70
Hp: 2429
BaseExp: 677
JobExp: 621
Attack: 211
Attack2: 38
Defense: 93
MagicDefense: 15
Str: 57
Agi: 49
Vit: 30
Int: 15
Dex: 62
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Fire
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1780
AttackMotion: 1080
ClientAttackMotion: 720
DamageMotion: 432
Ai: 04
Drops:
- Item: Emveretarcon
Rate: 28
- Item: Iron
Rate: 95
- Item: G_Strings
Rate: 100
- Item: Ganster_Mask
Rate: 2
- Item: Cuffs
Rate: 5
- Item: Iron_Ore
Rate: 150
- Item: Light_Granule
Rate: 1
- Item: Zerom_Card
Rate: 1
StealProtected: true
- Id: 1179
AegisName: WHISPER
Name: Whisper
Level: 46
Hp: 796
BaseExp: 325
JobExp: 328
Attack: 77
Attack2: 55
Defense: 20
MagicDefense: 40
Str: 32
Agi: 48
Vit: 20
Int: 35
Dex: 52
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
RaceGroups:
Clocktower: true
Element: Ghost
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1960
AttackMotion: 960
ClientAttackMotion: 720
DamageMotion: 504
Ai: 19
Modes:
Detector: true
Drops:
- Item: Sparkling_Dust
Rate: 75
- Item: Transparent_Cloth
Rate: 2668
- Item: Spirit_Chain
Rate: 1
- Item: Silver_Robe_
Rate: 5
- Item: Wing_Of_Fly
Rate: 500
- Item: Whisper_Card
Rate: 1
StealProtected: true
- Id: 1180
AegisName: NINE_TAIL
Name: Nine Tail
Level: 72
Hp: 2422
BaseExp: 752
JobExp: 692
Attack: 225
Attack2: 50
Defense: 95
MagicDefense: 40
Str: 61
Agi: 38
Vit: 30
Int: 20
Dex: 106
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Fire
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 840
AttackMotion: 540
ClientAttackMotion: 360
DamageMotion: 480
Ai: 21
Drops:
- Item: Fox_Tail
Rate: 2328
- Item: Glass_Bead
Rate: 100
- Item: Old_Blue_Box
Rate: 50
- Item: Branch_Of_Dead_Tree
Rate: 50
- Item: Royal_Jelly
Rate: 125
- Item: Panacea
Rate: 175
- Item: Oridecon_Stone
Rate: 50
- Item: Nine_Tail_Card
Rate: 1
StealProtected: true
# - Id: 1181
# AegisName: ZOMBIE_DRAGON
# Name: Zombie Dragon
# Level: 1
# Hp: 1000
# BaseExp: 44550
# JobExp: 1485
# Attack: 7900
# Attack2: 9140
# Str: 120
# Agi: 145
# Vit: 145
# Int: 145
# Dex: 130
# Luk: 120
# AttackRange: 3
# SkillRange: 10
# ChaseRange: 12
# Size: Large
# Race: Dragon
# Element: Undead
# ElementLevel: 4
# WalkSpeed: 400
# AttackDelay: 2700
# AttackMotion: 1000
# DamageMotion: 500
# Ai: 21
# Modes:
# NoRandomWalk: true
- Id: 1182
AegisName: THIEF_MUSHROOM
Name: Thief Mushroom
Level: 1
Hp: 15
Attack: 1
Attack2: 1
Defense: 160
MagicDefense: 99
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 1
SkillRange: 7
ChaseRange: 12
Size: Small
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 1
AttackMotion: 1
ClientAttackMotion: 0
DamageMotion: 1
Ai: 06
Class: Event
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
KnockBackImmune: true
Drops:
- Item: Mushroom_Of_Thief_1
Rate: 1500
- Item: Mushroom_Of_Thief_2
Rate: 3000
- Id: 1183
AegisName: CHONCHON_
Name: Chonchon
Level: 5
Hp: 63
BaseExp: 18
JobExp: 13
Attack: 11
Attack2: 3
Defense: 29
Str: 13
Agi: 4
Vit: 4
Int: 0
Dex: 7
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1076
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 480
Ai: 04
Modes:
Detector: true
Drops:
- Item: Iron
Rate: 25
- Item: Shell
Rate: 2750
- Item: Jellopy
Rate: 750
- Item: Cutter_
Rate: 28
# RandomOptionGroup: 30L
- Item: Chonchon_Doll
Rate: 3
- Item: Chonchon_Card
Rate: 1
StealProtected: true
- Id: 1184
AegisName: FABRE_
Name: Fabre
Level: 1
Hp: 30
BaseExp: 1
Attack: 4
Attack2: 3
Agi: 2
Dex: 4
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 1672
AttackMotion: 672
ClientAttackMotion: 192
DamageMotion: 480
Ai: 04
Modes:
Detector: true
Drops:
- Item: Fluff
Rate: 1000
- Item: Feather
Rate: 125
- Item: Club_
Rate: 40
# RandomOptionGroup: 30L
- Item: Azure_Jewel
Rate: 1
- Item: Green_Herb
Rate: 175
- Item: Clover
Rate: 250
- Item: Club
Rate: 100
# RandomOptionGroup: 30L
- Id: 1185
AegisName: WHISPER_
Name: Whisper
Level: 34
Hp: 1796
BaseExp: 241
JobExp: 368
Attack: 198
Attack2: 41
MagicDefense: 45
Agi: 51
Vit: 14
Int: 0
Dex: 60
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Undead
Element: Ghost
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1960
AttackMotion: 960
ClientAttackMotion: 720
DamageMotion: 504
Ai: 06
Drops:
- Item: Sparkling_Dust
Rate: 5
- Item: Transparent_Cloth
Rate: 50
- Item: Silver_Robe_
Rate: 1
- Id: 1186
AegisName: WHISPER_BOSS
Name: Giant Whisper
Level: 66
Hp: 2570
Sp: 0
BaseExp: 331
JobExp: 355
Attack: 296
Attack2: 59
Defense: 94
MagicDefense: 45
Str: 40
Agi: 79
Vit: 44
Int: 51
Dex: 74
Luk: 31
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Ghost
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 2536
AttackMotion: 1536
ClientAttackMotion: 1344
DamageMotion: 672
Ai: 21
Modes:
Detector: true
Drops:
- Item: Sparkling_Dust
Rate: 75
- Item: Transparent_Cloth
Rate: 2668
- Item: Spirit_Chain
Rate: 1
- Item: Silver_Robe_
Rate: 5
- Item: Whisper_Boss_Card
Rate: 1
StealProtected: true
# - Id: 1187
# AegisName: SWITCH
- Id: 1188
AegisName: BON_GUN
Name: Bongun
Level: 59
Hp: 2065
BaseExp: 561
JobExp: 432
Attack: 146
Attack2: 29
Defense: 88
MagicDefense: 5
Str: 55
Agi: 24
Vit: 24
Int: 5
Dex: 37
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1720
AttackMotion: 500
ClientAttackMotion: 960
DamageMotion: 420
Ai: 19
Drops:
- Item: Short_Daenggie
Index: 0
Rate: 2750
- Item: Old_Portrait
Index: 1
Rate: 20
- Item: Worn_Out_Scroll
Index: 2
Rate: 30
- Item: Bongun_Hat
Index: 3
Rate: 1
- Item: Amulet
Index: 4
Rate: 8
- Item: Yellow_Herb
Index: 5
Rate: 500
- Item: Yellow_Herb
Index: 6
Rate: 625
- Item: Bon_Gun_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 1189
AegisName: ORC_ARCHER
Name: Orc Archer
Level: 78
Hp: 3474
BaseExp: 880
JobExp: 779
Attack: 293
Attack2: 43
Defense: 67
MagicDefense: 31
Str: 55
Agi: 32
Vit: 24
Int: 30
Dex: 119
Luk: 15
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Orc: true
Clocktower: true
Element: Earth
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1960
AttackMotion: 620
ClientAttackMotion: 864
DamageMotion: 480
Ai: 19
Drops:
- Item: Sharpened_Cuspid
Rate: 2328
- Item: Steel_Arrow_Container
Rate: 3
- Item: Stone_Arrow_Container
Rate: 30
- Item: Wind_Arrow_Container
Rate: 30
- Item: Orc_Archer_Bow
Rate: 1
- Item: Red_Herb
Rate: 700
- Item: White_Herb
Rate: 450
- Item: Orc_Archer_Card
Rate: 1
StealProtected: true
- Id: 1190
AegisName: ORC_LORD
Name: Orc Lord
Level: 55
Hp: 552000
BaseExp: 78120
JobExp: 61380
MvpExp: 15553
Attack: 780
Attack2: 648
Defense: 256
MagicDefense: 92
Str: 95
Agi: 95
Vit: 103
Int: 96
Dex: 155
Luk: 85
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
RaceGroups:
Clocktower: true
Element: Earth
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 1248
AttackMotion: 500
ClientAttackMotion: 624
DamageMotion: 360
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Voucher_Of_Orcish_Hero
Rate: 5500
- Item: Old_Violet_Box
Rate: 2000
- Item: Bs_Making_S
Rate: 5000
Drops:
- Item: Brood_Axe
Rate: 200
- Item: Ring_
Rate: 200
- Item: Loard_Circlet
Rate: 200
- Item: Doom_Slayer_
Rate: 200
- Item: Old_Violet_Box
Rate: 500
- Item: Shadowdecon
Rate: 50
- Item: Erde
Rate: 1550
- Item: Orc_Load_Card
Rate: 1
StealProtected: true
- Id: 1191
AegisName: MIMIC
Name: Mimic
Level: 56
Hp: 1707
BaseExp: 477
JobExp: 424
Attack: 131
Attack2: 22
Defense: 63
MagicDefense: 15
Str: 49
Agi: 120
Vit: 20
Int: 15
Dex: 109
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
RaceGroups:
Clocktower: true
Element: Neutral
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 972
AttackMotion: 500
ClientAttackMotion: 480
DamageMotion: 288
Ai: 19
Drops:
- Item: Old_Violet_Box
Rate: 3
- Item: Old_Blue_Box
Rate: 23
- Item: Booby_Trap
Rate: 600
- Item: Light_Granule
Rate: 500
- Item: Rosary_
Rate: 1
- Item: Elunium_Stone
Rate: 135
- Item: Mimic_Card
Rate: 1
StealProtected: true
- Id: 1192
AegisName: WRAITH
Name: Wraith
Level: 77
Hp: 4415
BaseExp: 906
JobExp: 723
Attack: 286
Attack2: 61
Defense: 80
MagicDefense: 40
Str: 62
Agi: 26
Vit: 30
Int: 55
Dex: 91
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Undead
Element: Undead
ElementLevel: 4
WalkSpeed: 300
AttackDelay: 1816
AttackMotion: 576
ClientAttackMotion: 384
DamageMotion: 240
Ai: 21
Drops:
- Item: Transparent_Cloth
Rate: 2910
- Item: Wedding_Veil
Rate: 5
- Item: Manteau_
Rate: 1
- Item: Red_Gemstone
Rate: 325
- Item: Manteau
Rate: 5
- Item: Crystal_Jewel_
Rate: 3
- Item: Wraith_Card
Rate: 1
StealProtected: true
- Id: 1193
AegisName: ALARM
Name: Alarm
Level: 88
Hp: 5664
BaseExp: 1069
JobExp: 1004
Attack: 345
Attack2: 48
Defense: 106
MagicDefense: 53
Str: 70
Agi: 72
Vit: 40
Int: 25
Dex: 66
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
RaceGroups:
Clocktower: true
Element: Neutral
ElementLevel: 3
WalkSpeed: 300
AttackDelay: 1020
AttackMotion: 500
ClientAttackMotion: 540
DamageMotion: 768
Ai: 21
Drops:
- Item: Needle_Of_Alarm
Rate: 2668
- Item: Clip
Rate: 1
- Item: Skull
Rate: 750
- Item: Oridecon
Rate: 53
- Item: Key_Of_Clock_Tower
Rate: 10
- Item: Zargon
Rate: 750
- Item: Alarm_Card
Rate: 1
StealProtected: true
- Id: 1194
AegisName: ARCLOUSE
Name: Arclouze
JapaneseName: Arclouse
Level: 107
Hp: 14944
BaseExp: 1937
JobExp: 1759
Attack: 681
Attack2: 40
Defense: 101
MagicDefense: 36
Str: 60
Agi: 73
Vit: 45
Int: 35
Dex: 168
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Earth
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 960
AttackMotion: 500
ClientAttackMotion: 480
DamageMotion: 480
Ai: 19
Modes:
Detector: true
Drops:
- Item: Round_Shell
Index: 0
Rate: 1750
- Item: Sticky_Mucus
Index: 1
Rate: 1500
- Item: Solid_Shell
Index: 2
Rate: 400
- Item: Zargon
Index: 3
Rate: 225
- Item: Red_Gemstone
Index: 4
Rate: 150
- Item: Great_Nature
Index: 5
Rate: 10
- Item: Zargon
Index: 6
Rate: 1250
- Item: Arclouse_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 1195
AegisName: RIDEWORD
Name: Rideword
Level: 74
Hp: 2855
BaseExp: 780
JobExp: 720
Attack: 216
Attack2: 22
Defense: 61
MagicDefense: 38
Str: 67
Agi: 53
Vit: 32
Int: 44
Dex: 125
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
RaceGroups:
Clocktower: true
Element: Neutral
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 864
AttackMotion: 500
ClientAttackMotion: 468
DamageMotion: 192
Ai: 21
Drops:
- Item: Worn_Out_Page
Rate: 2425
- Item: Book_Of_Billows
Rate: 2
- Item: Book_Of_Mother_Earth
Rate: 2
- Item: Book_Of_Blazing_Sun
Rate: 1
- Item: Book_Of_Gust_Of_Wind
Rate: 1
- Item: Bookclip_In_Memory
Rate: 150
- Item: Old_Magic_Book
Rate: 10
- Item: Rideword_Card
Rate: 1
StealProtected: true
- Id: 1196
AegisName: SKEL_PRISONER
Name: Skeleton Prisoner
Level: 91
Hp: 8378
BaseExp: 1342
JobExp: 1088
Attack: 370
Attack2: 55
Defense: 95
MagicDefense: 41
Str: 84
Agi: 35
Vit: 60
Int: 20
Dex: 85
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 3
WalkSpeed: 350
AttackDelay: 1848
AttackMotion: 500
ClientAttackMotion: 864
DamageMotion: 576
Ai: 13
Drops:
- Item: Manacles
Rate: 1750
- Item: Spoon_Stub
Rate: 50
- Item: Formal_Suit
Rate: 1
- Item: Red_Gemstone
Rate: 300
- Item: Rotten_Bandage
Rate: 1750
- Item: Cuffs
Rate: 18
- Item: Mementos
Rate: 750
- Item: Skel_Prisoner_Card
Rate: 1
StealProtected: true
- Id: 1197
AegisName: ZOMBIE_PRISONER
Name: Zombie Prisoner
Level: 89
Hp: 6902
BaseExp: 1194
JobExp: 967
Attack: 353
Attack2: 60
Defense: 89
MagicDefense: 28
Str: 87
Agi: 39
Vit: 58
Int: 5
Dex: 82
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 3
WalkSpeed: 350
AttackDelay: 1768
AttackMotion: 500
ClientAttackMotion: 480
DamageMotion: 192
Ai: 13
Drops:
- Item: Worn_Out_Prison_Uniform
Rate: 1750
- Item: Spoon_Stub
Rate: 53
- Item: Iron_Cane
Rate: 1
- Item: Red_Gemstone
Rate: 300
- Item: Rotten_Bandage
Rate: 1750
- Item: Cuffs
Rate: 20
- Item: Elunium
Rate: 56
- Item: Zombie_Prisoner_Card
Rate: 1
StealProtected: true
- Id: 1198
AegisName: DARK_PRIEST
Name: Dark Priest
Level: 98
Hp: 10843
Sp: 0
BaseExp: 1483
JobExp: 1211
Attack: 433
Attack2: 259
Defense: 56
MagicDefense: 30
Str: 5
Agi: 60
Vit: 41
Int: 89
Dex: 94
Luk: 42
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Undead
ElementLevel: 4
WalkSpeed: 200
AttackDelay: 864
AttackMotion: 1252
ClientAttackMotion: 288
DamageMotion: 476
Ai: 13
Modes:
Detector: true
Drops:
- Item: Book_Of_The_Apocalypse
Rate: 3
- Item: Rosary
Rate: 15
- Item: Blue_Potion
Rate: 50
- Item: Darkness_Bible
Rate: 10
- Item: Sacred_Marks
Rate: 1
- Item: Glittering_Clothes
Rate: 3
- Item: Skull
Rate: 1500
- Item: Dark_Priest_Card
Rate: 1
StealProtected: true
- Id: 1199
AegisName: PUNK
Name: Punk
Level: 82
Hp: 3498
BaseExp: 970
JobExp: 905
Attack: 268
Attack2: 54
Defense: 68
MagicDefense: 55
Str: 67
Agi: 39
Vit: 30
Int: 35
Dex: 95
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
RaceGroups:
Clocktower: true
Element: Wind
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1500
AttackMotion: 500
ClientAttackMotion: 1152
DamageMotion: 1000
Ai: 19
Drops:
- Item: Mould_Powder
Rate: 2668
- Item: Yellow_Gemstone
Rate: 400
- Item: Pacifier
Rate: 50
- Item: Starsand_Of_Witch
Rate: 500
- Item: Moth_Dust
Rate: 1500
- Item: Hood_
Rate: 8
- Item: Punk_Card
Rate: 1
StealProtected: true
- Id: 1200
AegisName: ZHERLTHSH
Name: Zealotus
JapaneseName: Zherlthsh
Level: 105
Hp: 61350
BaseExp: 4666
JobExp: 4261
Attack: 993
Attack2: 250
Defense: 91
MagicDefense: 99
Str: 88
Agi: 61
Vit: 51
Int: 62
Dex: 136
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 800
AttackMotion: 2112
ClientAttackMotion: 1920
DamageMotion: 768
Ai: 13
Drops:
- Item: Executioner's_Mitten
Rate: 3
- Item: Black_Butterfly_Mask
Rate: 5
- Item: Rose_Quartz
Rate: 750
- Item: Tights_
Rate: 4
- Item: Earring_
Rate: 1
- Item: Queen's_Whip
Rate: 50
- Item: Masquerade
Rate: 2
- Item: Zherlthsh_Card
Rate: 1
StealProtected: true
- Id: 1201
AegisName: RYBIO
Name: Rybio
Level: 98
Hp: 9939
BaseExp: 1349
JobExp: 1278
Attack: 476
Attack2: 76
Defense: 109
MagicDefense: 30
Str: 96
Agi: 52
Vit: 61
Int: 30
Dex: 88
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Neutral
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1790
AttackMotion: 1440
ClientAttackMotion: 900
DamageMotion: 540
Ai: 13
Modes:
Detector: true
Drops:
- Item: Thin_N'_Long_Tongue
Rate: 1940
- Item: Executioner's_Mitten
Rate: 2
- Item: White_Herb
Rate: 900
- Item: Oil_Bottle
Rate: 150
- Item: Frozen_Heart
Rate: 5
- Item: Oridecon
Rate: 50
- Item: Izidor
Rate: 15
- Item: Rybio_Card
Rate: 1
StealProtected: true
- Id: 1202
AegisName: PHENDARK
Name: Phendark
Level: 102
Hp: 12408
BaseExp: 1565
JobExp: 1487
Attack: 540
Attack2: 75
Defense: 440
MagicDefense: 50
Str: 111
Agi: 65
Vit: 71
Int: 20
Dex: 109
Luk: 30
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 175
AttackDelay: 1744
AttackMotion: 1344
ClientAttackMotion: 960
DamageMotion: 600
Ai: 13
Drops:
- Item: Thin_N'_Long_Tongue
Rate: 1940
- Item: Executioner's_Mitten
Rate: 2
- Item: White_Herb
Rate: 900
- Item: Oridecon
Rate: 75
- Item: Electric_Wire
Rate: 50
- Item: Oil_Bottle
Rate: 250
- Item: Phendark_Card
Rate: 1
StealProtected: true
- Id: 1203
AegisName: MYSTELTAINN
Name: Mysteltainn
Level: 130
Hp: 70000
BaseExp: 5147
JobExp: 2742
Attack: 1079
Attack2: 567
Defense: 73
MagicDefense: 61
Str: 102
Agi: 139
Vit: 62
Int: 65
Dex: 182
Luk: 65
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
RaceGroups:
Clocktower: true
Element: Dark
ElementLevel: 4
WalkSpeed: 250
AttackDelay: 1152
AttackMotion: 500
ClientAttackMotion: 768
DamageMotion: 240
Ai: 21
Class: Boss
Drops:
- Item: Loki's_Whispers
Rate: 1
- Item: Biotite
Rate: 750
- Item: Scarlet_Dagger
Rate: 50
RandomOptionGroup: Group_5
- Item: Scarlet_Saber
Rate: 50
RandomOptionGroup: Group_5
- Item: Scarlet_Twohand_Sword
Rate: 50
RandomOptionGroup: Group_5
- Item: Runstone_Mystic
Rate: 150
- Item: Oridecon
Rate: 122
- Item: Mysteltainn_Card
Rate: 1
StealProtected: true
- Id: 1204
AegisName: TIRFING
Name: Ogretooth
JapaneseName: Tirfing
Level: 114
Hp: 59000
BaseExp: 3474
JobExp: 2754
Attack: 948
Attack2: 411
Defense: 87
MagicDefense: 69
Str: 105
Agi: 105
Vit: 75
Int: 73
Dex: 151
Luk: 65
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
RaceGroups:
Clocktower: true
Element: Dark
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 816
AttackMotion: 500
ClientAttackMotion: 576
DamageMotion: 240
Ai: 21
Class: Boss
Drops:
- Item: Old_Hilt
Rate: 1
- Item: Silver_Knife_Of_Chaste
Rate: 25
- Item: Muscovite
Rate: 750
- Item: Scarlet_Dagger
Rate: 50
RandomOptionGroup: Group_5
- Item: Scarlet_Saber
Rate: 50
RandomOptionGroup: Group_5
- Item: Steel
Rate: 60
- Item: Oridecon
Rate: 95
- Item: Tirfing_Card
Rate: 1
StealProtected: true
- Id: 1205
AegisName: EXECUTIONER
Name: Executioner
Level: 101
Hp: 40200
BaseExp: 2916
JobExp: 2004
Attack: 670
Attack2: 359
Defense: 97
MagicDefense: 188
Str: 99
Agi: 96
Vit: 77
Int: 78
Dex: 95
Luk: 60
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
RaceGroups:
Clocktower: true
Element: Dark
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 768
AttackMotion: 500
ClientAttackMotion: 480
DamageMotion: 384
Ai: 21
Class: Boss
Drops:
- Item: Bloody_Edge
Rate: 3
- Item: Phlogopite
Rate: 750
- Item: Lapier_
Rate: 40
- Item: Scimiter_
Rate: 30
- Item: Scarlet_Saber
Rate: 50
RandomOptionGroup: Group_5
- Item: Steel
Rate: 60
- Item: Oridecon
Rate: 73
- Item: Executioner_Card
Rate: 1
StealProtected: true
- Id: 1206
AegisName: ANOLIAN
Name: Anolian
Level: 109
Hp: 16615
BaseExp: 1887
JobExp: 1801
Attack: 508
Attack2: 110
Defense: 61
MagicDefense: 11
Str: 130
Agi: 63
Vit: 55
Int: 66
Dex: 70
Luk: 48
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 190
AttackDelay: 900
AttackMotion: 500
ClientAttackMotion: 660
DamageMotion: 864
Ai: 21
Drops:
- Item: Anolian_Skin
Rate: 2425
- Item: Crystal_Arrow_Container
Rate: 40
- Item: Royal_Jelly
Rate: 3
- Item: Red_Muffler
Rate: 5
- Item: Carga_Mace
Rate: 1
- Item: Brooch_
Rate: 1
- Item: Oridecon
Rate: 67
- Item: Anolian_Card
Rate: 1
StealProtected: true
- Id: 1207
AegisName: STING
Name: Sting
Level: 104
Hp: 12633
BaseExp: 1685
JobExp: 1527
Attack: 637
Attack2: 67
Defense: 146
MagicDefense: 34
Str: 108
Agi: 49
Vit: 68
Int: 34
Dex: 119
Luk: 24
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Earth
ElementLevel: 3
WalkSpeed: 300
AttackDelay: 528
AttackMotion: 500
ClientAttackMotion: 336
DamageMotion: 240
Ai: 21
Drops:
- Item: Mud_Lump
Rate: 2425
- Item: Fresh_G_Necklace
Rate: 20
- Item: Glove_
Rate: 1
- Item: Coal
Rate: 65
- Item: Great_Nature
Rate: 13
- Item: Silk_Ribbon
Rate: 5
- Item: Explosive_Powder
Rate: 400
- Item: Sting_Card
Rate: 1
StealProtected: true
- Id: 1208
AegisName: WANDER_MAN
Name: Wanderer
JapaneseName: Wander Man
Level: 120
Hp: 20806
BaseExp: 2652
JobExp: 2544
Attack: 881
Attack2: 105
Defense: 64
MagicDefense: 5
Str: 118
Agi: 92
Vit: 36
Int: 15
Dex: 169
Luk: 33
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Wind
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 672
AttackMotion: 500
ClientAttackMotion: 672
DamageMotion: 192
Ai: 21
Modes:
Detector: true
Drops:
- Item: Skull
Rate: 2425
- Item: Old_Card_Album
Rate: 1
- Item: Hakujin_
Rate: 3
- Item: Centimental_Leaf
Rate: 3
- Item: Oridecon
Rate: 109
- Item: Muramasa
Rate: 1
- Item: Wander_Man_Card
Rate: 1
StealProtected: true
- Id: 1209
AegisName: CRAMP
Name: Cramp
Level: 82
Hp: 3935
BaseExp: 970
JobExp: 905
Attack: 268
Attack2: 48
Defense: 88
MagicDefense: 42
Str: 65
Agi: 43
Vit: 35
Int: 25
Dex: 82
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
RaceGroups:
Clocktower: true
Rockridge: true
Element: Poison
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 1000
AttackMotion: 500
ClientAttackMotion: 648
DamageMotion: 1000
Ai: 19
Drops:
- Item: Claw_Of_Rat
Rate: 2328
- Item: Monster's_Feed
Rate: 500
- Item: Blue_Jewel
Rate: 40
- Item: Glass_Bead
Rate: 55
- Item: Lemon
Rate: 125
- Item: Blue_Herb
Rate: 35
- Item: Oridecon
Rate: 48
- Item: Cramp_Card
Rate: 1
StealProtected: true
# - Id: 1210
# AegisName: FILAMENTOUS
# Name: Filamentous
# Level: 51
# Hp: 6088
# BaseExp: 1926
# JobExp: 1353
# Attack: 425
# Attack2: 525
# Defense: 35
# MagicDefense: 10
# Agi: 35
# Vit: 30
# Int: 5
# Dex: 83
# Luk: 40
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Medium
# Race: Insect
# Element: Fire
# ElementLevel: 1
# WalkSpeed: 200
# AttackDelay: 1500
# AttackMotion: 500
# DamageMotion: 1000
# Ai: 09
# Drops:
# - Item: Stiff_Horn
# Rate: 4850
# - Item: Horn
# Rate: 8000
# - Item: Solid_Shell
# Rate: 3880
# - Item: Yellow_Live
# Rate: 200
# - Item: Guisarme
# Rate: 40
# - Item: Elunium_Stone
# Rate: 18
# - Item: White_Herb
# Rate: 1600
# - Item: Horn_Card
# Rate: 1
# StealProtected: true
- Id: 1211
AegisName: BRILIGHT
Name: Brilight
Level: 71
Hp: 2366
BaseExp: 738
JobExp: 678
Attack: 197
Attack2: 33
Defense: 93
MagicDefense: 25
Str: 51
Agi: 19
Vit: 38
Int: 32
Dex: 67
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
RaceGroups:
Rockridge: true
Element: Fire
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1500
AttackMotion: 500
ClientAttackMotion: 720
DamageMotion: 1000
Ai: 19
Modes:
Detector: true
Drops:
- Item: Glitter_Shell
Rate: 2668
- Item: Wind_Of_Verdure
Rate: 100
- Item: Zargon
Rate: 600
- Item: Light_Granule
Rate: 50
- Item: Elunium_Stone
Rate: 110
- Item: White_Herb
Rate: 1300
- Item: Brilight_Card
Rate: 1
StealProtected: true
- Id: 1212
AegisName: IRON_FIST
Name: Iron Fist
Level: 47
Hp: 4221
Sp: 0
BaseExp: 646
JobExp: 684
Attack: 430
Attack2: 160
Defense: 40
MagicDefense: 5
Agi: 17
Vit: 15
Int: 10
Dex: 73
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Neutral
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1500
AttackMotion: 500
ClientAttackMotion: 384
DamageMotion: 1000
Ai: 19
Modes:
Detector: true
Drops:
- Item: Tail_Of_Steel_Scorpion
Index: 0
Rate: 2668
- Item: Elunium_Stone
Index: 1
Rate: 115
- Item: Elunium_Stone
Index: 2
Rate: 11
- Item: Iron_Ore
Index: 3
Rate: 375
- Item: Steel
Index: 4
Rate: 90
- Item: Iron
Index: 5
Rate: 150
- Item: Wing_Of_Fly
Index: 6
Rate: 500
- Item: Iron_Fist_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 1213
AegisName: HIGH_ORC
Name: High Orc
Level: 81
Hp: 4077
BaseExp: 954
JobExp: 889
Attack: 317
Attack2: 50
Defense: 101
MagicDefense: 45
Str: 75
Agi: 16
Vit: 40
Int: 31
Dex: 83
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
RaceGroups:
Orc: true
Clocktower: true
Element: Fire
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1500
AttackMotion: 500
ClientAttackMotion: 336
DamageMotion: 1000
Ai: 21
Drops:
- Item: Ogre_Tooth
Rate: 1250
- Item: Orcish_Axe
Rate: 5
- Item: Steel
Rate: 45
- Item: Orcish_Voucher
Rate: 3750
- Item: Zargon
Rate: 650
- Item: Oridecon_Stone
Rate: 98
- Item: Yellow_Herb
Rate: 450
- Item: High_Orc_Card
Rate: 1
StealProtected: true
- Id: 1214
AegisName: CHOCO
Name: Choco
Level: 48
Hp: 985
BaseExp: 379
JobExp: 328
Attack: 84
Attack2: 47
Defense: 70
MagicDefense: 30
Str: 40
Agi: 45
Vit: 32
Int: 19
Dex: 42
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Fire
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1028
AttackMotion: 528
ClientAttackMotion: 360
DamageMotion: 360
Ai: 19
Drops:
- Item: Claw_Of_Monkey
Rate: 2668
- Item: Yoyo_Tail
Rate: 3500
- Item: Elunium
Rate: 27
- Item: Banana
Rate: 2500
- Item: Tropical_Banana
Rate: 10
- Item: Banana_Juice
Rate: 500
- Item: Yggdrasilberry
Rate: 1
- Item: Choco_Card
Rate: 1
StealProtected: true
- Id: 1215
AegisName: STEM_WORM
Name: Stem Worm
Level: 84
Hp: 4084
BaseExp: 1002
JobExp: 937
Attack: 313
Attack2: 41
Defense: 73
MagicDefense: 50
Str: 55
Agi: 37
Vit: 25
Int: 47
Dex: 84
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
RaceGroups:
Clocktower: true
Element: Wind
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1956
AttackMotion: 756
ClientAttackMotion: 288
DamageMotion: 528
Ai: 19
Drops:
- Item: Tough_Scalelike_Stem
Rate: 2668
- Item: White_Herb
Rate: 900
- Item: Jump_Rope
Rate: 5
- Item: Oridecon_Stone
Rate: 58
- Item: Great_Nature
Rate: 3
- Item: Scarlet_Spear
Rate: 50
RandomOptionGroup: Group_5
- Item: Seed_Of_Yggdrasil
Rate: 5
- Item: Stem_Worm_Card
Rate: 1
StealProtected: true
- Id: 1216
AegisName: PENOMENA
Name: Penomena
Level: 85
Hp: 4621
BaseExp: 1018
JobExp: 953
Attack: 321
Attack2: 41
Defense: 85
MagicDefense: 32
Str: 76
Agi: 38
Vit: 35
Int: 35
Dex: 107
Luk: 10
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
RaceGroups:
Clocktower: true
Element: Poison
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 832
AttackMotion: 500
ClientAttackMotion: 336
DamageMotion: 600
Ai: 21
Drops:
- Item: Coral_Reef
Rate: 2425
- Item: Tentacle
Rate: 4000
- Item: Sticky_Mucus
Rate: 3500
- Item: Panacea
Rate: 100
- Item: Violet_Jewel
Rate: 8
- Item: Katar_Of_Raging_Blaze
Rate: 1
- Item: Red_Gemstone
Rate: 275
- Item: Penomena_Card
Rate: 1
StealProtected: true
# - Id: 1217
# AegisName: ORC_WARRIOR
# - Id: 1218
# AegisName: PECO_EGG
- Id: 1219
AegisName: KNIGHT_OF_ABYSS
Name: Abysmal Knight
JapaneseName: Knight of Abyss
Level: 122
Hp: 34686
BaseExp: 3071
JobExp: 2948
Attack: 929
Attack2: 192
Defense: 102
MagicDefense: 50
Str: 121
Agi: 55
Vit: 68
Int: 70
Dex: 136
Luk: 37
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
RaceGroups:
Clocktower: true
Element: Dark
ElementLevel: 4
WalkSpeed: 300
AttackDelay: 1500
AttackMotion: 500
ClientAttackMotion: 720
DamageMotion: 1000
Ai: 21
Drops:
- Item: Reins
Rate: 2668
- Item: Blade_Lost_In_Darkness
Rate: 3
- Item: Clothes_Of_The_Lord
Rate: 1
- Item: Battle_Hook
Rate: 13
- Item: Scarlet_Twohand_Sword
Rate: 50
RandomOptionGroup: Group_5
- Item: Elunium
Rate: 185
- Item: Ebone_Armor
Rate: 5
- Item: Knight_Of_Abyss_Card
Rate: 1
StealProtected: true
- Id: 1220
AegisName: M_DESERT_WOLF
Name: Desert Wolf
Level: 103
Hp: 9447
BaseExp: 209
JobExp: 143
Attack: 330
Attack2: 59
Defense: 114
MagicDefense: 47
Str: 93
Agi: 69
Vit: 63
Int: 61
Dex: 98
Luk: 42
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Fire
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1120
AttackMotion: 420
ClientAttackMotion: 216
DamageMotion: 288
Ai: 21
Drops:
- Item: Katar_
Rate: 3
- Item: Claw_Of_Desert_Wolf
Rate: 2750
- Item: Mink_Coat
Rate: 1
- Item: Meat
Rate: 600
- Item: Claw_Of_Wolves
Rate: 1000
- Item: Oridecon_Stone
Rate: 27
- Item: Desert_Wolf_Card
Rate: 1
StealProtected: true
- Id: 1221
AegisName: M_SAVAGE
Name: Savage
Level: 26
Hp: 2092
Sp: 0
BaseExp: 160
JobExp: 101
Attack: 146
Attack2: 31
Defense: 16
MagicDefense: 5
Agi: 26
Vit: 54
Int: 10
Dex: 37
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1960
AttackMotion: 960
ClientAttackMotion: 192
DamageMotion: 384
Ai: 21
Drops:
- Item: Wild_Boar's_Mane
Rate: 3000
- Item: Grape
Rate: 75
- Item: Animal_Blood
Rate: 2
- Item: Eagle_Eyes
Rate: 1
- Item: Anodyne
Rate: 8
- Item: Elunium_Stone
Rate: 35
- Item: Savage_Card
Rate: 1
StealProtected: true
# - Id: 1222
# AegisName: L_HIGH_ORC
# Name: High Orc
# Level: 52
# Hp: 6890
# BaseExp: 2128
# JobExp: 1490
# Attack: 428
# Attack2: 533
# Defense: 15
# MagicDefense: 5
# Agi: 46
# Vit: 55
# Int: 35
# Dex: 82
# Luk: 40
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Large
# Race: Demihuman
# Element: Fire
# ElementLevel: 2
# WalkSpeed: 200
# AttackDelay: 1500
# AttackMotion: 500
# DamageMotion: 1000
# Ai: 21
# Drops:
# - Item: Ogre_Tooth
# Rate: 2500
# - Item: Orcish_Axe
# Rate: 10
# - Item: Steel
# Rate: 120
# - Item: Orcish_Voucher
# Rate: 8000
# - Item: Zargon
# Rate: 1600
# - Item: Oridecon_Stone
# Rate: 196
# - Item: Yellow_Herb
# Rate: 1100
# - Item: Orc_Warrior_Card
# Rate: 1
# StealProtected: true
# - Id: 1223
# AegisName: L_ORC
# Name: Orc
# Level: 24
# Hp: 1400
# BaseExp: 261
# JobExp: 160
# Attack: 114
# Attack2: 136
# Defense: 10
# MagicDefense: 5
# Agi: 24
# Vit: 48
# Int: 25
# Dex: 34
# Luk: 10
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Medium
# Race: Demihuman
# Element: Earth
# ElementLevel: 1
# WalkSpeed: 200
# AttackDelay: 1864
# AttackMotion: 864
# DamageMotion: 288
# Ai: 21
# Drops:
# - Item: Iron
# Rate: 210
# - Item: Orcish_Voucher
# Rate: 5500
# - Item: Oridecon_Stone
# Rate: 40
# - Item: Cigar
# Rate: 3
# - Item: Battle_Axe_
# Rate: 10
# - Item: Orcish_Axe
# Rate: 5
# - Item: Axe
# Rate: 100
# - Item: Orc_Warrior_Card
# Rate: 1
# StealProtected: true
# - Id: 1224
# AegisName: L_POISON_SPORE
# Name: Poison Spore
# Level: 19
# Hp: 665
# BaseExp: 169
# JobExp: 85
# Attack: 89
# Attack2: 101
# Agi: 19
# Vit: 25
# Dex: 24
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Medium
# Race: Plant
# Element: Poison
# ElementLevel: 1
# WalkSpeed: 200
# AttackDelay: 1672
# AttackMotion: 672
# DamageMotion: 288
# Ai: 21
# Drops:
# - Item: Mushroom_Spore
# Rate: 8000
# - Item: Hat_
# Rate: 20
# - Item: Green_Herb
# Rate: 650
# - Item: Blue_Herb
# Rate: 55
# - Item: Karvodailnirol
# Rate: 35
# - Item: Poison_Spore_Card
# Rate: 1
# StealProtected: true
# - Id: 1225
# AegisName: L_CHOCO
# Name: Choco
# Level: 43
# Hp: 4278
# BaseExp: 1150
# JobExp: 1150
# Attack: 315
# Attack2: 402
# Defense: 5
# MagicDefense: 5
# Agi: 68
# Vit: 55
# Int: 45
# Dex: 65
# Luk: 25
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Small
# Race: Brute
# Element: Fire
# ElementLevel: 1
# WalkSpeed: 200
# AttackDelay: 1500
# AttackMotion: 500
# DamageMotion: 1000
# Ai: 21
# Drops:
# - Item: Claw_Of_Monkey
# Rate: 5335
# - Item: Yoyo_Tail
# Rate: 7000
# - Item: Yellow_Herb
# Rate: 1900
# - Item: Banana
# Rate: 5000
# - Item: Mink_Coat
# Rate: 2
# - Item: Banana_Juice
# Rate: 1000
# - Item: Yggdrasilberry
# Rate: 25
# - Item: Yoyo_Card
# Rate: 1
# StealProtected: true
# - Id: 1226
# AegisName: L_KOBOLD
# Name: Kobold
# Level: 36
# Hp: 3893
# BaseExp: 898
# JobExp: 568
# Attack: 265
# Attack2: 318
# Defense: 15
# MagicDefense: 10
# Agi: 90
# Vit: 36
# Int: 30
# Dex: 52
# Luk: 30
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Medium
# Race: Demihuman
# Element: Wind
# ElementLevel: 2
# WalkSpeed: 200
# AttackDelay: 1028
# AttackMotion: 528
# DamageMotion: 360
# Ai: 21
# Drops:
# - Item: Steel
# Rate: 90
# - Item: Cobold_Hair
# Rate: 5820
# - Item: Zargon
# Rate: 750
# - Item: Elunium
# Rate: 25
# - Item: Gladius_
# Rate: 2
# - Item: Buckler_
# Rate: 5
# - Item: Kobold_Card
# Rate: 1
# StealProtected: true
# - Id: 1227
# AegisName: L_GOBLIN
# Name: Goblin
# Level: 25
# Hp: 1176
# BaseExp: 282
# JobExp: 171
# Attack: 118
# Attack2: 140
# Defense: 10
# MagicDefense: 5
# Agi: 63
# Vit: 25
# Int: 20
# Dex: 38
# Luk: 45
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Medium
# Race: Demihuman
# Element: Wind
# ElementLevel: 1
# WalkSpeed: 100
# AttackDelay: 1120
# AttackMotion: 620
# DamageMotion: 240
# Ai: 21
# Drops:
# - Item: Iron
# Rate: 270
# - Item: Scell
# Rate: 1200
# - Item: Oridecon_Stone
# Rate: 43
# - Item: Goblini_Mask
# Rate: 3
# - Item: Dirk_
# Rate: 10
# - Item: Buckler_
# Rate: 5
# - Item: Red_Herb
# Rate: 800
# - Item: Goblin_Card
# Rate: 1
# StealProtected: true
# - Id: 1228
# AegisName: L_PHEN
# Name: Phen
# Level: 26
# Hp: 3347
# BaseExp: 357
# JobExp: 226
# Attack: 138
# Attack2: 150
# MagicDefense: 15
# Agi: 26
# Vit: 26
# Dex: 88
# Luk: 75
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Medium
# Race: Fish
# Element: Water
# ElementLevel: 2
# WalkSpeed: 150
# AttackDelay: 2544
# AttackMotion: 1344
# DamageMotion: 1152
# Ai: 21
# Drops:
# - Item: Fish_Tail
# Rate: 6000
# - Item: Sharp_Scale
# Rate: 2300
# - Item: Skyblue_Jewel
# Rate: 8
# - Item: Meat
# Rate: 1100
# - Item: Fin
# Rate: 550
# - Item: Oridecon_Stone
# Rate: 25
# - Item: Phen_Card
# Rate: 1
# StealProtected: true
- Id: 1229
AegisName: META_FABRE
Name: Fabre
Level: 2
Hp: 63
BaseExp: 1
JobExp: 1
Attack: 8
Attack2: 3
Agi: 2
Vit: 4
Int: 0
Dex: 7
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 1672
AttackMotion: 672
ClientAttackMotion: 192
DamageMotion: 480
Ai: 01
Modes:
Detector: true
Drops:
- Item: Fluff
Rate: 3250
- Item: Feather
Rate: 300
- Item: Club_
Rate: 40
# RandomOptionGroup: 30L
- Item: Azure_Jewel
Rate: 4
- Item: Green_Herb
Rate: 375
- Item: Clover
Rate: 750
- Item: Club
Rate: 100
# RandomOptionGroup: 30L
- Item: Fabre_Card
Rate: 1
StealProtected: true
- Id: 1230
AegisName: META_PUPA
Name: Pupa
Level: 2
Hp: 427
BaseExp: 1
JobExp: 2
Attack: 1
Attack2: 1
Defense: 32
MagicDefense: 20
Int: 0
Luk: 20
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 1001
AttackMotion: 1
ClientAttackMotion: 768
DamageMotion: 1
Ai: 06
Modes:
Detector: true
Drops:
- Item: Phracon
Index: 0
Rate: 600
- Item: Chrysalis
Index: 1
Rate: 6000
- Item: Sticky_Mucus
Index: 2
Rate: 700
- Item: Guard_
Index: 3
Rate: 20
- Item: Shell
Index: 4
Rate: 1300
- Item: Sticky_Mucus
Index: 5
Rate: 700
- Item: Iron_Ore
Index: 6
Rate: 500
- Item: Pupa_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 1231
AegisName: META_CREAMY
Name: Creamy
Level: 16
Hp: 595
BaseExp: 43
JobExp: 29
Attack: 53
Attack2: 11
MagicDefense: 30
Agi: 40
Vit: 16
Int: 15
Dex: 16
Luk: 55
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1220
AttackMotion: 720
ClientAttackMotion: 432
DamageMotion: 288
Ai: 01
Modes:
Detector: true
Drops:
- Item: Powder_Of_Butterfly
Rate: 3000
- Item: Silk_Robe_
Rate: 5
# RandomOptionGroup: 30L
- Item: Honey
Rate: 90
- Item: Fancy_Flower
Rate: 2
- Item: Flower
Rate: 400
- Id: 1232
AegisName: META_PECOPECO_EGG
Name: Peco Peco Egg
Level: 3
Hp: 420
BaseExp: 2
JobExp: 2
Attack: 1
Attack2: 1
Defense: 32
MagicDefense: 20
Int: 0
Luk: 20
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 1000
AttackDelay: 1001
AttackMotion: 1
ClientAttackMotion: 672
DamageMotion: 1
Ai: 06
Drops:
- Item: Phracon
Index: 0
Rate: 60
- Item: Shell
Index: 1
Rate: 750
- Item: Guard_
Index: 2
Rate: 1
- Item: Red_Herb
Index: 3
Rate: 225
- Item: Red_Herb
Index: 4
Rate: 225
- Item: White_Platter
Index: 5
Rate: 8
- Item: Pecopeco_Egg_Card
Index: 6
Rate: 1
StealProtected: true
# - Id: 1233
# AegisName: CONCEIVE_PECOPECO
# Name: Peco Peco
# Level: 19
# Hp: 531
# BaseExp: 159
# JobExp: 36
# Attack: 50
# Attack2: 64
# Agi: 13
# Vit: 13
# Int: 25
# Dex: 27
# Luk: 9
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Large
# Race: Brute
# Element: Fire
# ElementLevel: 1
# WalkSpeed: 200
# AttackDelay: 1564
# AttackMotion: 864
# DamageMotion: 576
# Ai: 01
# Drops:
# - Item: Bill_Of_Birds
# Rate: 6000
# - Item: Sandals_
# Rate: 20
# - Item: Yellow_Herb
# Rate: 55
# - Item: Red_Herb
# Rate: 950
# - Item: Wand
# Rate: 100
# - Item: Orange
# Rate: 1000
# - Item: Pecopeco_Card
# Rate: 1
# StealProtected: true
- Id: 1234
AegisName: PROVOKE_YOYO
Name: Yoyo
Level: 19
Hp: 879
BaseExp: 61
JobExp: 38
Attack: 71
Attack2: 11
Agi: 24
Vit: 30
Int: 35
Dex: 32
Luk: 55
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1054
AttackMotion: 54
ClientAttackMotion: 360
DamageMotion: 384
Ai: 07
Drops:
- Item: Yoyo_Tail
Rate: 3000
- Item: Cacao
Rate: 250
- Item: Yellow_Herb
Rate: 65
- Item: Animal's_Skin
Rate: 2750
- Item: Monkey_Doll
Rate: 4
- Item: Strawberry
Rate: 250
- Item: Orange
Rate: 500
- Item: Yoyo_Card
Rate: 1
StealProtected: true
- Id: 1235
AegisName: SMOKING_ORC
Name: Smoking Orc
Level: 24
Hp: 1400
BaseExp: 117
JobExp: 72
Attack: 114
Attack2: 22
Defense: 16
MagicDefense: 20
Agi: 24
Vit: 48
Int: 20
Dex: 34
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1864
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 288
Ai: 13
Drops:
- Item: Iron
Rate: 105
- Item: Orcish_Voucher
Rate: 2750
- Item: Oridecon_Stone
Rate: 20
- Item: Cigar
Rate: 2
- Item: Battle_Axe_
Rate: 5
# RandomOptionGroup: 30L
- Item: Orcish_Axe
Rate: 3
# RandomOptionGroup: 30L
- Item: Axe
Rate: 50
# RandomOptionGroup: 30L
- Item: Orc_Warrior_Card
Rate: 1
StealProtected: true
- Id: 1236
AegisName: META_ANT_EGG
Name: Ant Egg
Level: 4
Hp: 420
BaseExp: 2
JobExp: 2
Attack: 1
Attack2: 1
Defense: 32
MagicDefense: 20
Int: 0
Luk: 20
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 1000
AttackDelay: 1001
AttackMotion: 1
ClientAttackMotion: 672
DamageMotion: 1
Ai: 06
Drops:
- Item: Phracon
Rate: 68
- Item: Shell
Rate: 1370
- Item: Jellopy
Rate: 1500
- Item: Sticky_Mucus
Rate: 375
- Item: Iron_Ore
Rate: 110
- Item: Andre_Egg_Card
Rate: 1
StealProtected: true
- Id: 1237
AegisName: META_ANDRE
Name: Andre
Level: 17
Hp: 688
BaseExp: 49
JobExp: 32
Attack: 60
Attack2: 11
Defense: 16
Agi: 17
Vit: 24
Int: 20
Dex: 26
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 180
DamageMotion: 576
Ai: 07
Modes:
Detector: true
Drops:
- Item: Worm_Peelings
Rate: 3000
- Item: Garlet
Rate: 1500
- Item: Sticky_Mucus
Rate: 500
- Item: Shell
Rate: 1500
- Item: Sparkling_Dust
Rate: 3
- Item: Iron_Ore
Rate: 175
- Item: Elunium_Stone
Rate: 14
- Item: Andre_Card
Rate: 1
StealProtected: true
- Id: 1238
AegisName: META_PIERE
Name: Piere
Level: 18
Hp: 733
BaseExp: 55
JobExp: 35
Attack: 64
Attack2: 11
Defense: 24
Agi: 18
Vit: 26
Int: 20
Dex: 27
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 144
DamageMotion: 576
Ai: 07
Modes:
Detector: true
Drops:
- Item: Worm_Peelings
Rate: 2850
- Item: Garlet
Rate: 550
- Item: Sticky_Mucus
Rate: 300
- Item: Wind_Of_Verdure
Rate: 8
- Item: Sparkling_Dust
Rate: 3
- Item: Iron_Ore
Rate: 200
- Item: Elunium_Stone
Rate: 16
- Item: Andre_Card
Rate: 1
StealProtected: true
- Id: 1239
AegisName: META_DENIRO
Name: Deniro
Level: 19
Hp: 760
BaseExp: 61
JobExp: 38
Attack: 68
Attack2: 11
Defense: 24
Agi: 19
Vit: 30
Int: 20
Dex: 43
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 144
DamageMotion: 576
Ai: 07
Modes:
Detector: true
Drops:
- Item: Worm_Peelings
Rate: 3000
- Item: Garlet
Rate: 1500
- Item: Sticky_Mucus
Rate: 600
- Item: Boody_Red
Rate: 23
- Item: Sparkling_Dust
Rate: 4
- Item: Iron_Ore
Rate: 225
- Item: Elunium_Stone
Rate: 17
- Item: Andre_Card
Rate: 1
StealProtected: true
- Id: 1240
AegisName: META_PICKY
Name: Picky
Level: 3
Hp: 80
BaseExp: 2
JobExp: 1
Attack: 9
Attack2: 3
Agi: 3
Vit: 3
Int: 0
Dex: 10
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Fire
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 988
AttackMotion: 288
ClientAttackMotion: 240
DamageMotion: 168
Ai: 01
Drops:
- Item: Feather_Of_Birds
Rate: 7000
- Item: Feather
Rate: 1000
- Item: Cotton_Shirt_
Rate: 100
# RandomOptionGroup: 30L
- Item: Red_Herb
Rate: 1000
- Item: Milk
Rate: 1000
- Item: Yellow_Gemstone
Rate: 60
- Item: Picky_Card
Rate: 20
StealProtected: true
- Id: 1241
AegisName: META_PICKY_
Name: Picky
Level: 4
Hp: 83
BaseExp: 2
JobExp: 2
Attack: 8
Attack2: 3
Defense: 32
Agi: 3
Vit: 3
Int: 0
Dex: 11
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Fire
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 988
AttackMotion: 288
ClientAttackMotion: 240
DamageMotion: 168
Ai: 01
Drops:
- Item: Feather_Of_Birds
Rate: 7000
- Item: Feather
Rate: 1000
- Item: Egg_Shell
Rate: 20
- Item: Red_Herb
Rate: 1000
- Item: Milk
Rate: 1000
- Item: Yellow_Gemstone
Rate: 60
- Item: Picky__Card
Rate: 20
StealProtected: true
- Id: 1242
AegisName: MARIN
Name: Marin
Level: 37
Hp: 844
BaseExp: 279
JobExp: 230
Attack: 42
Attack2: 14
Defense: 32
MagicDefense: 8
Str: 24
Agi: 5
Vit: 10
Int: 5
Dex: 30
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Water
ElementLevel: 2
WalkSpeed: 400
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 02
Drops:
- Item: Garlet
Rate: 1600
- Item: Sticky_Mucus
Rate: 750
- Item: Cold_Scroll_2_1
Rate: 50
- Item: Wing_Of_Fly
Rate: 500
- Item: Blue_Herb
Rate: 38
- Item: Candy
Rate: 175
- Item: Poring_Hat
Rate: 1
- Item: Marin_Card
Rate: 1
StealProtected: true
- Id: 1243
AegisName: SASQUATCH
Name: Sasquatch
Level: 72
Hp: 3329
BaseExp: 752
JobExp: 692
Attack: 247
Attack2: 30
Defense: 101
MagicDefense: 28
Str: 70
Agi: 35
Vit: 60
Int: 10
Dex: 71
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Neutral
ElementLevel: 3
WalkSpeed: 300
AttackDelay: 1260
AttackMotion: 192
ClientAttackMotion: 1092
DamageMotion: 192
Ai: 21
Drops:
- Item: Zargon
Rate: 375
- Item: White_Herb
Rate: 400
- Item: Feather
Rate: 500
- Item: Panda_Cap
Rate: 1
- Item: Bear's_Foot
Rate: 2500
- Item: White_Jewel
Rate: 15
- Item: Elunium_Stone
Rate: 45
- Item: Sasquatch_Card
Rate: 1
StealProtected: true
- Id: 1244
AegisName: JAKK_XMAS
Name: Christmas Jakk
Level: 63
Hp: 2054
BaseExp: 526
JobExp: 309
Attack: 229
Attack2: 37
Defense: 90
MagicDefense: 25
Str: 58
Agi: 43
Vit: 42
Int: 25
Dex: 61
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Fire
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1180
AttackMotion: 480
ClientAttackMotion: 192
DamageMotion: 648
Ai: 01
Drops:
- Item: Pumpkin_Head
Rate: 3000
- Item: Candy
Rate: 5000
- Item: Candy_Striper
Rate: 5000
- Item: Snow_Flower
Rate: 1000
- Item: Well_Baked_Cookie
Rate: 1000
- Item: Gift_Box
Rate: 500
- Item: Santa's_Hat
Rate: 300
- Item: Old_Violet_Box
Rate: 100
StealProtected: true
- Id: 1245
AegisName: GOBLINE_XMAS
Name: Christmas Goblin
Level: 25
Hp: 1176
BaseExp: 127
JobExp: 77
Attack: 118
Attack2: 22
Defense: 16
MagicDefense: 5
Agi: 53
Vit: 25
Int: 20
Dex: 38
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 1120
AttackMotion: 620
ClientAttackMotion: 384
DamageMotion: 240
Ai: 01
Drops:
- Item: Scell
Rate: 3000
- Item: Candy
Rate: 5000
- Item: Candy_Striper
Rate: 5000
- Item: Snow_Flower
Rate: 1000
- Item: Well_Baked_Cookie
Rate: 1000
- Item: Gift_Box
Rate: 500
- Item: Santa's_Hat
Rate: 300
- Item: Old_Violet_Box
Rate: 100
StealProtected: true
- Id: 1246
AegisName: COOKIE_XMAS
Name: Christmas Cookie
Level: 37
Hp: 661
BaseExp: 279
JobExp: 230
Attack: 52
Attack2: 35
Defense: 48
MagicDefense: 36
Str: 21
Agi: 16
Vit: 30
Int: 20
Dex: 25
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demihuman
Element: Holy
ElementLevel: 2
WalkSpeed: 400
AttackDelay: 1248
AttackMotion: 1248
ClientAttackMotion: 336
DamageMotion: 240
Ai: 03
Drops:
- Item: Well_Baked_Cookie
Rate: 2000
- Item: Scarlet_Jewel
Rate: 23
- Item: Zargon
Rate: 100
- Item: Hood_
Rate: 13
- Item: Gift_Box
Rate: 3
- Item: Cold_Scroll_1_3
Rate: 50
- Item: Red_Herb
Rate: 850
- Item: Cookie_XMAS_Card
Rate: 1
StealProtected: true
- Id: 1247
AegisName: ANTONIO
Name: Antonio
Level: 10
Hp: 10
BaseExp: 1
JobExp: 1
Attack: 13
Attack2: 8
Defense: 160
Int: 50
Dex: 100
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Holy
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 720
AttackMotion: 720
ClientAttackMotion: 432
DamageMotion: 432
Ai: 01
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Red_Socks_With_Holes
Index: 0
Rate: 5000
- Item: Gift_Box
Index: 1
Rate: 1000
- Item: Vivid_Notation
Index: 2
Rate: 5000
- Item: Fire_Cracker_Xmas
Index: 3
Rate: 5000
- Item: Snow_Flower
Index: 4
Rate: 500
- Item: Red_Bag
Index: 5
Rate: 1000
- Item: Buche_De_Noel
Index: 6
Rate: 100
- Item: Red_Bag
Index: 7
Rate: 1000
StealProtected: true
- Id: 1248
AegisName: CRUISER
Name: Cruiser
Level: 41
Hp: 921
BaseExp: 320
JobExp: 269
Attack: 65
Attack2: 20
Defense: 20
MagicDefense: 18
Str: 17
Agi: 10
Vit: 23
Int: 15
Dex: 34
Luk: 10
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 400
AttackDelay: 1296
AttackMotion: 1296
ClientAttackMotion: 1224
DamageMotion: 432
Ai: 05
Drops:
- Item: Manacles
Rate: 450
- Item: Holy_Bonnet
Rate: 1
- Item: Wing_Of_Fly
Rate: 500
- Item: Rough_Wind
Rate: 3
- Item: Scell
Rate: 1750
- Item: Branch
Rate: 3
- Item: Oridecon_Stone
Rate: 44
- Item: Cruiser_Card
Rate: 1
StealProtected: true
- Id: 1249
AegisName: MYSTCASE
Name: Myst Case
Level: 39
Hp: 809
BaseExp: 293
JobExp: 244
Attack: 58
Attack2: 21
Defense: 50
MagicDefense: 11
Str: 26
Agi: 19
Vit: 40
Int: 35
Dex: 31
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 400
AttackDelay: 1248
AttackMotion: 1248
ClientAttackMotion: 432
DamageMotion: 432
Ai: 17
Drops:
- Item: Candy_Striper
Rate: 45
- Item: Wing_Of_Fly
Rate: 500
- Item: Old_Blue_Box
Rate: 10
- Item: Piece_Of_Cake
Rate: 1000
- Item: Scarlet_Jewel
Rate: 75
- Item: Crystal_Jewel_
Rate: 3
- Item: Candy
Rate: 170
- Item: Mystcase_Card
Rate: 1
StealProtected: true
- Id: 1250
AegisName: CHEPET
Name: Chepet
Level: 42
Hp: 4950
Sp: 0
BaseExp: 657
JobExp: 927
Attack: 79
Attack2: 33
Defense: 55
MagicDefense: 25
Str: 32
Agi: 35
Vit: 35
Int: 21
Dex: 32
Luk: 23
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Fire
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 672
AttackMotion: 672
ClientAttackMotion: 336
DamageMotion: 288
Ai: 21
Drops:
- Item: Matchstick
Rate: 1250
- Item: Zargon
Rate: 375
- Item: Apple
Rate: 2750
- Item: Unripe_Apple
Rate: 20
- Item: Red_Muffler
Rate: 3
- Item: Wing_Of_Fly
Rate: 500
- Item: Ragamuffin_Cape
Rate: 3
- Item: Chepet_Card
Rate: 1
StealProtected: true
- Id: 1251
AegisName: KNIGHT_OF_WINDSTORM
Name: Stormy Knight
JapaneseName: Knight of Windstorm
Level: 92
Hp: 630500
BaseExp: 248280
JobExp: 151100
MvpExp: 124140
Attack: 3480
Attack2: 1433
Defense: 306
MagicDefense: 166
Str: 126
Agi: 165
Vit: 132
Int: 104
Dex: 205
Luk: 79
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Wind
ElementLevel: 4
WalkSpeed: 200
AttackDelay: 468
AttackMotion: 468
ClientAttackMotion: 252
DamageMotion: 288
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Skyblue_Jewel
Rate: 4500
- Item: Bs_Making_S
Rate: 5000
- Item: Mistic_Frozen
Rate: 3000
Drops:
- Item: Zephyrus
Rate: 75
- Item: Old_Blue_Box
Rate: 1500
- Item: Old_Violet_Box
Rate: 2000
- Item: Ring_
Rate: 100
- Item: Manteau_
Rate: 250
- Item: Zelunium
Rate: 50
- Item: Loard_Circlet
Rate: 1
- Item: Knight_Windstorm_Card
Rate: 1
StealProtected: true
- Id: 1252
AegisName: GARM
Name: Hatii
JapaneseName: Garm
Level: 98
Hp: 1275500
BaseExp: 455328
JobExp: 306900
MvpExp: 227664
Attack: 2421
Attack2: 1733
Defense: 173
MagicDefense: 103
Str: 122
Agi: 153
Vit: 135
Int: 116
Dex: 175
Luk: 72
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Water
ElementLevel: 4
WalkSpeed: 400
AttackDelay: 608
AttackMotion: 408
ClientAttackMotion: 312
DamageMotion: 336
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Fang_Of_Garm
Rate: 1000
- Item: Old_Blue_Box
Rate: 3000
- Item: Bs_Making_S
Rate: 5000
Drops:
- Item: Fang_Of_Garm
Rate: 2750
- Item: Ice_Falchon
Rate: 75
- Item: Katar_Of_Cold_Icicle
Rate: 250
- Item: Claw_Of_Garm
Rate: 250
- Item: Shadowdecon
Rate: 50
- Item: Elunium
Rate: 1989
- Item: Oridecon
Rate: 1450
- Item: Garm_Card
Rate: 1
StealProtected: true
- Id: 1253
AegisName: GARGOYLE
Name: Gargoyle
Level: 100
Hp: 9233
BaseExp: 1387
JobExp: 1316
Attack: 451
Attack2: 89
Defense: 98
MagicDefense: 43
Str: 100
Agi: 61
Vit: 60
Int: 57
Dex: 120
Luk: 70
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Wind
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1020
AttackMotion: 720
ClientAttackMotion: 600
DamageMotion: 384
Ai: 05
Modes:
Detector: true
Drops:
- Item: Zargon
Rate: 1940
- Item: Petite_DiablOfs_Wing
Rate: 250
- Item: Elven_Bow
Rate: 3
- Item: Thimble_Of_Archer
Rate: 1
- Item: Silence_Arrow
Rate: 1000
- Item: Elunium_Stone
Rate: 119
- Item: Gargoyle_Card
Rate: 1
StealProtected: true
- Id: 1254
AegisName: RAGGLER
Name: Raggler
Level: 48
Hp: 985
BaseExp: 379
JobExp: 328
Attack: 84
Attack2: 39
Defense: 56
MagicDefense: 10
Str: 30
Agi: 42
Vit: 38
Int: 15
Dex: 54
Luk: 27
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Wind
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1000
AttackMotion: 900
ClientAttackMotion: 252
DamageMotion: 384
Ai: 21
Drops:
- Item: Cyfar
Rate: 1500
- Item: Feather_Of_Birds
Rate: 2500
- Item: Center_Potion
Rate: 100
- Item: Wing_Of_Fly
Rate: 500
- Item: Wind_Of_Verdure
Rate: 45
- Item: Goggle_
Rate: 4
- Item: Oridecon_Stone
Rate: 16
- Item: Raggler_Card
Rate: 1
StealProtected: true
- Id: 1255
AegisName: NERAID
Name: Nereid
JapaneseName: Neraid
Level: 98
Hp: 8133
BaseExp: 1416
JobExp: 1278
Attack: 433
Attack2: 71
Defense: 100
MagicDefense: 37
Str: 97
Agi: 45
Vit: 60
Int: 30
Dex: 83
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 776
AttackMotion: 576
ClientAttackMotion: 384
DamageMotion: 288
Ai: 21
Drops:
- Item: Earthworm_Peeling
Rate: 2550
- Item: Cyfar
Rate: 500
- Item: Blue_Herb
Rate: 115
- Item: Whip_Of_Ice_Piece
Rate: 5
- Item: Grape
Rate: 125
- Item: Elunium_Stone
Rate: 90
- Item: Elunium
Rate: 19
- Item: Neraid_Card
Rate: 1
StealProtected: true
- Id: 1256
AegisName: PEST
Name: Pest
Level: 89
Hp: 5752
BaseExp: 1086
JobExp: 1021
Attack: 283
Attack2: 48
Defense: 55
MagicDefense: 33
Str: 73
Agi: 77
Vit: 48
Int: 15
Dex: 106
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Dark
ElementLevel: 2
WalkSpeed: 165
AttackDelay: 700
AttackMotion: 648
ClientAttackMotion: 396
DamageMotion: 480
Ai: 21
Drops:
- Item: Earthworm_Peeling
Rate: 2750
- Item: Brigan
Rate: 100
- Item: Animal_Blood
Rate: 5
- Item: Anodyne
Rate: 50
- Item: Red_Gemstone
Rate: 125
- Item: Oridecon_Stone
Rate: 58
- Item: Pest_Card
Rate: 1
StealProtected: true
- Id: 1257
AegisName: INJUSTICE
Name: Injustice
Level: 95
Hp: 8087
BaseExp: 1292
JobExp: 1221
Attack: 366
Attack2: 116
Defense: 76
MagicDefense: 31
Str: 77
Agi: 59
Vit: 58
Int: 65
Dex: 88
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Dark
ElementLevel: 2
WalkSpeed: 400
AttackDelay: 770
AttackMotion: 720
ClientAttackMotion: 540
DamageMotion: 336
Ai: 21
Drops:
- Item: Steel
Rate: 150
- Item: Brigan
Rate: 2668
- Item: Cyfar
Rate: 1750
- Item: Padded_Armor_
Rate: 3
- Item: Plate_Armor
Rate: 1
- Item: Prohibition_Red_Candle
Rate: 1
- Item: Scarlet_Katar
Rate: 50
RandomOptionGroup: Group_5
- Item: Injustice_Card
Rate: 1
StealProtected: true
- Id: 1258
AegisName: GOBLIN_ARCHER
Name: Goblin Archer
Level: 55
Hp: 1487
BaseExp: 466
JobExp: 413
Attack: 114
Attack2: 24
Defense: 69
Str: 40
Agi: 34
Vit: 20
Int: 15
Dex: 53
Luk: 20
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demihuman
RaceGroups:
Goblin: true
Element: Poison
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1172
AttackMotion: 672
ClientAttackMotion: 528
DamageMotion: 420
Ai: 05
Drops:
- Item: Goblini_Mask
Rate: 2
- Item: Iron
Rate: 125
- Item: Scell
Rate: 500
- Item: Ori_Arrow_Container
Rate: 3
- Item: Red_Herb
Rate: 300
- Item: Composite_Bow_
Rate: 13
- Item: Grape
Rate: 150
- Item: Goblin_Archer_Card
Rate: 1
StealProtected: true
- Id: 1259
AegisName: GRYPHON
Name: Gryphon
Level: 105
Hp: 60720
BaseExp: 5646
JobExp: 3194
Attack: 1432
Attack2: 103
Defense: 113
MagicDefense: 72
Str: 101
Agi: 133
Vit: 66
Int: 70
Dex: 164
Luk: 54
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Wind
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 704
AttackMotion: 504
ClientAttackMotion: 288
DamageMotion: 432
Ai: 21
Class: Boss
Drops:
- Item: Talon_Of_Griffin
Rate: 1250
- Item: Brigan
Rate: 2668
- Item: Soft_Feather
Rate: 60
- Item: Scarlet_Lance
Rate: 250
RandomOptionGroup: Group_5
- Item: Pole_Axe
Rate: 1
- Item: Oridecon
Rate: 93
- Item: Rough_Wind
Rate: 75
- Item: Gryphon_Card
Rate: 1
StealProtected: true
- Id: 1260
AegisName: DARK_FRAME
Name: Dark Frame
Level: 76
Hp: 3653
BaseExp: 809
JobExp: 749
Attack: 228
Attack2: 30
Defense: 67
MagicDefense: 27
Str: 69
Agi: 37
Vit: 36
Int: 10
Dex: 64
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 920
AttackMotion: 720
ClientAttackMotion: 360
DamageMotion: 200
Ai: 21
Modes:
Detector: true
Drops:
- Item: Brigan
Rate: 2328
- Item: Red_Frame
Rate: 500
- Item: Manteau
Rate: 15
- Item: Splendid_Mirror
Rate: 5
- Item: Star_Crumb
Rate: 40
- Item: Crystal_Mirror
Rate: 2
- Item: Dark_Frame_Card
Rate: 1
StealProtected: true
- Id: 1261
AegisName: WILD_ROSE
Name: Wild Rose
Level: 70
Hp: 2160
BaseExp: 677
JobExp: 621
Attack: 190
Attack2: 45
Defense: 75
MagicDefense: 15
Str: 44
Agi: 87
Vit: 31
Int: 35
Dex: 69
Luk: 80
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Wind
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 964
AttackMotion: 864
ClientAttackMotion: 840
DamageMotion: 288
Ai: 02
Drops:
- Item: Cyfar
Rate: 2668
- Item: Witherless_Rose
Rate: 25
- Item: Fruit_Shell
Rate: 60
- Item: Thief_Clothes_
Rate: 1
- Item: Rotten_Fish
Rate: 18
- Item: Monster's_Feed
Rate: 300
- Item: Big_Sis'_Ribbon
Rate: 1
- Item: Wild_Rose_Card
Rate: 1
StealProtected: true
- Id: 1262
AegisName: MUTANT_DRAGON
Name: Mutant Dragonoid
JapaneseName: Mutant Dragon
Level: 65
Hp: 50706
BaseExp: 1913
JobExp: 6415
Attack: 1176
Attack2: 534
Defense: 130
MagicDefense: 20
Str: 75
Agi: 35
Vit: 30
Int: 68
Dex: 108
Luk: 35
AttackRange: 4
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Dragon
Element: Fire
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 1280
AttackMotion: 1080
ClientAttackMotion: 900
DamageMotion: 240
Ai: 21
Class: Boss
Drops:
- Item: Brigan
Rate: 2425
- Item: Dragon_Canine
Rate: 250
- Item: Dragon_Scale
Rate: 250
- Item: Rotten_Bandage
Rate: 250
- Item: Legacy_Of_Dragon
Rate: 50
- Item: Pyroxene
Rate: 750
- Item: Dragon_Breath
Rate: 25
- Item: Mutant_Dragon_Card
Rate: 1
StealProtected: true
- Id: 1263
AegisName: WIND_GHOST
Name: Wind Ghost
Level: 80
Hp: 3631
BaseExp: 869
JobExp: 809
Attack: 281
Attack2: 95
Defense: 64
MagicDefense: 51
Str: 62
Agi: 27
Vit: 25
Int: 55
Dex: 102
Luk: 20
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Wind
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1056
AttackMotion: 1056
ClientAttackMotion: 720
DamageMotion: 336
Ai: 21
Modes:
Detector: true
Drops:
- Item: Zargon
Rate: 2280
- Item: Skel_Bone
Rate: 3000
- Item: Skull
Rate: 250
- Item: Wind_Scroll_1_5
Rate: 50
- Item: Arc_Wand_
Rate: 4
- Item: Rough_Wind
Rate: 50
- Item: Bone_Wand
Rate: 1
- Item: Wind_Ghost_Card
Rate: 1
StealProtected: true
- Id: 1264
AegisName: MERMAN
Name: Merman
Level: 60
Hp: 2324
BaseExp: 521
JobExp: 468
Attack: 121
Attack2: 32
Defense: 62
MagicDefense: 8
Str: 45
Agi: 29
Vit: 30
Int: 19
Dex: 55
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Water
ElementLevel: 3
WalkSpeed: 220
AttackDelay: 916
AttackMotion: 816
ClientAttackMotion: 384
DamageMotion: 336
Ai: 21
Drops:
- Item: Lip_Of_Ancient_Fish
Rate: 650
- Item: Plate_Armor_
Rate: 1
- Item: Lemon
Rate: 200
- Item: Skyblue_Jewel
Rate: 20
- Item: Mistic_Frozen
Rate: 18
- Item: Trident
Rate: 2
- Item: Oridecon_Stone
Rate: 102
- Item: Merman_Card
Rate: 1
StealProtected: true
- Id: 1265
AegisName: COOKIE
Name: Cookie
Level: 35
Hp: 597
BaseExp: 265
JobExp: 216
Attack: 42
Attack2: 25
Defense: 56
MagicDefense: 28
Str: 15
Agi: 23
Vit: 35
Int: 12
Dex: 31
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demihuman
Element: Neutral
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1036
AttackMotion: 936
ClientAttackMotion: 108
DamageMotion: 240
Ai: 17
Drops:
- Item: Well_Baked_Cookie
Rate: 1500
- Item: Candy_Striper
Rate: 75
- Item: Wing_Of_Fly
Rate: 500
- Item: Great_Chef_Orleans01
Rate: 25
- Item: Sandals_
Rate: 15
- Item: Holy_Scroll_1_3
Rate: 50
- Item: Candy
Rate: 160
- Item: Cookie_Card
Rate: 1
StealProtected: true
- Id: 1266
AegisName: ASTER
Name: Aster
Level: 50
Hp: 1194
BaseExp: 416
JobExp: 346
Attack: 101
Attack2: 22
Defense: 70
MagicDefense: 7
Str: 41
Agi: 14
Vit: 15
Int: 0
Dex: 31
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Fish
Element: Earth
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 1264
AttackMotion: 864
ClientAttackMotion: 336
DamageMotion: 216
Ai: 17
Drops:
- Item: Sticky_Mucus
Rate: 250
- Item: Coral_Reef
Rate: 20
- Item: Single_Cell
Rate: 600
- Item: Yellow_Herb
Rate: 100
- Item: Zargon
Rate: 30
- Item: Apple
Rate: 50
- Item: Wing_Of_Fly
Rate: 500
- Item: Aster_Card
Rate: 1
StealProtected: true
- Id: 1267
AegisName: CARAT
Name: Carat
Level: 103
Hp: 10813
BaseExp: 1585
JobExp: 1507
Attack: 511
Attack2: 76
Defense: 111
MagicDefense: 67
Str: 102
Agi: 64
Vit: 60
Int: 40
Dex: 80
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Wind
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1078
AttackMotion: 768
ClientAttackMotion: 576
DamageMotion: 384
Ai: 21
Modes:
Detector: true
Drops:
- Item: Brigan
Rate: 1600
- Item: Ice_Cream
Rate: 500
- Item: Spiky_Heel
Rate: 3
- Item: Joker_Jester
Rate: 1
- Item: Robe_Of_Affection
Rate: 5
- Item: Robe_Of_Judgement
Rate: 5
- Item: White_Herb
Rate: 725
- Item: Carat_Card
Rate: 1
StealProtected: true
- Id: 1268
AegisName: BLOODY_KNIGHT
Name: Bloody Knight
Level: 116
Hp: 68500
BaseExp: 4776
JobExp: 4296
Attack: 1319
Attack2: 123
Defense: 122
MagicDefense: 50
Str: 132
Agi: 59
Vit: 70
Int: 57
Dex: 137
Luk: 45
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Dark
ElementLevel: 4
WalkSpeed: 250
AttackDelay: 828
AttackMotion: 528
ClientAttackMotion: 288
DamageMotion: 192
Ai: 21
Drops:
- Item: Brigan
Rate: 2425
- Item: Helm_
Rate: 23
- Item: Plate_Armor_
Rate: 3
- Item: Strong_Shield
Rate: 31
- Item: Katzbalger
Rate: 1
- Item: Pole_Axe
Rate: 1
- Item: Ebone_Armor
Rate: 3
- Item: Bloody_Knight_Card
Rate: 1
StealProtected: true
- Id: 1269
AegisName: CLOCK
Name: Clock
Level: 81
Hp: 4505
BaseExp: 1001
JobExp: 889
Attack: 332
Attack2: 53
Defense: 91
MagicDefense: 43
Str: 68
Agi: 24
Vit: 35
Int: 41
Dex: 97
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
RaceGroups:
Clocktower: true
Element: Earth
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1092
AttackMotion: 792
ClientAttackMotion: 432
DamageMotion: 480
Ai: 17
Drops:
- Item: Needle_Of_Alarm
Rate: 2668
- Item: Wooden_Block
Rate: 400
- Item: White_Herb
Rate: 950
- Item: Lemon
Rate: 160
- Item: Key_Of_Clock_Tower
Rate: 15
- Item: Underground_Key
Rate: 15
- Item: Elunium
Rate: 82
- Item: Clock_Card
Rate: 1
StealProtected: true
- Id: 1270
AegisName: C_TOWER_MANAGER
Name: Clock Tower Manager
Level: 90
Hp: 6425
BaseExp: 1103
JobExp: 1038
Attack: 397
Attack2: 70
Defense: 96
MagicDefense: 60
Str: 80
Agi: 28
Vit: 40
Int: 25
Dex: 88
Luk: 45
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
RaceGroups:
Clocktower: true
Element: Neutral
ElementLevel: 4
WalkSpeed: 200
AttackDelay: 1072
AttackMotion: 672
ClientAttackMotion: 384
DamageMotion: 384
Ai: 17
# Class: 6 # TODO
Drops:
- Item: Needle_Of_Alarm
Rate: 2668
- Item: Brigan
Rate: 2668
- Item: Steel
Rate: 250
- Item: Leaflet_Of_Hinal
Rate: 425
- Item: Memorize_Book
Rate: 1
- Item: Key_Of_Clock_Tower
Rate: 1000
- Item: Underground_Key
Rate: 1000
- Item: C_Tower_Manager_Card
Rate: 1
StealProtected: true
- Id: 1271
AegisName: ALLIGATOR
Name: Alligator
Level: 57
Hp: 1939
BaseExp: 488
JobExp: 435
Attack: 109
Attack2: 37
Defense: 62
MagicDefense: 30
Str: 47
Agi: 48
Vit: 24
Int: 15
Dex: 40
Luk: 26
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Water
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1100
AttackMotion: 900
ClientAttackMotion: 540
DamageMotion: 480
Ai: 17
Drops:
- Item: Zargon
Rate: 500
- Item: Worn_Out_Prison_Uniform
Rate: 300
- Item: Anolian_Skin
Rate: 1000
- Item: Seed_Of_Yggdrasil
Rate: 1
- Item: Oridecon_Stone
Rate: 65
- Item: Alligator_Card
Rate: 1
StealProtected: true
- Id: 1272
AegisName: DARK_LORD
Name: Dark Lord
Level: 96
Hp: 1190900
BaseExp: 428544
JobExp: 279000
MvpExp: 214272
Attack: 3935
Attack2: 2585
Defense: 330
MagicDefense: 168
Str: 118
Agi: 136
Vit: 154
Int: 142
Dex: 193
Luk: 66
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Undead
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 868
AttackMotion: 768
ClientAttackMotion: 408
DamageMotion: 480
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Skull
Rate: 6000
- Item: Blue_Coif_
Rate: 500
- Item: Bs_Making_S
Rate: 5000
Drops:
- Item: Bone_Wand
Rate: 400
- Item: Kronos
Rate: 50
- Item: Grimtooth_
Rate: 150
- Item: Mage_Coat
Rate: 150
- Item: Cape_Of_Ancient_Lord
Rate: 50
- Item: Shadowdecon
Rate: 50
- Item: Bone_Helm_
Rate: 5
- Item: Dark_Lord_Card
Rate: 1
StealProtected: true
- Id: 1273
AegisName: ORC_LADY
Name: Orc Lady
Level: 45
Hp: 1145
BaseExp: 369
JobExp: 301
Attack: 93
Attack2: 33
Defense: 83
MagicDefense: 17
Str: 36
Agi: 11
Vit: 28
Int: 10
Dex: 57
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Orc: true
Element: Earth
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1050
AttackMotion: 900
ClientAttackMotion: 540
DamageMotion: 288
Ai: 21
Drops:
- Item: Cyfar
Rate: 2328
- Item: Puente_Robe
Rate: 2
- Item: Earring
Rate: 1
- Item: Wedding_Veil
Rate: 1
- Item: Wing_Of_Fly
Rate: 500
- Item: Cookbook06
Rate: 2
- Item: Wedding_Dress
Rate: 1
- Item: Orc_Lady_Card
Rate: 1
StealProtected: true
- Id: 1274
AegisName: MEGALITH
Name: Megalith
Level: 65
Hp: 2599
BaseExp: 612
JobExp: 556
Attack: 199
Attack2: 30
Defense: 66
MagicDefense: 18
Str: 57
Agi: 14
Vit: 35
Int: 10
Dex: 99
Luk: 3
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 4
WalkSpeed: 200
AttackDelay: 1332
AttackMotion: 1332
ClientAttackMotion: 936
DamageMotion: 672
Ai: 10
Drops:
- Item: Zargon
Rate: 50
- Item: Stone
Rate: 500
- Item: Old_Violet_Box
Rate: 1
- Item: Elunium
Rate: 31
- Item: Elunium_Stone
Rate: 104
- Item: Megalith_Card
Rate: 1
StealProtected: true
- Id: 1275
AegisName: ALICE
Name: Alice
Level: 100
Hp: 9233
BaseExp: 1387
JobExp: 1316
Attack: 451
Attack2: 98
Defense: 93
MagicDefense: 73
Str: 82
Agi: 53
Vit: 45
Int: 70
Dex: 96
Luk: 80
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Clocktower: true
Element: Neutral
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 502
AttackMotion: 1999
ClientAttackMotion: 2112
DamageMotion: 480
Ai: 17
Drops:
- Item: Alice's_Apron
Rate: 1250
- Item: Old_Broom
Rate: 20
- Item: Chrystal_Pumps
Rate: 2
- Item: Rotha_Shield
Rate: 1
- Item: Pair_Of_Red_Ribbon
Rate: 1
- Item: Imperial_Cooking_Kits
Rate: 5
- Item: Holy_Scroll_1_5
Rate: 50
- Item: Alice_Card
Rate: 1
StealProtected: true
- Id: 1276
AegisName: RAYDRIC_ARCHER
Name: Raydric Archer
Level: 82
Hp: 4809
BaseExp: 970
JobExp: 905
Attack: 268
Attack2: 18
Defense: 63
MagicDefense: 40
Str: 53
Agi: 24
Vit: 40
Int: 15
Dex: 134
Luk: 30
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1152
AttackMotion: 1152
ClientAttackMotion: 972
DamageMotion: 480
Ai: 05
Modes:
Detector: true
Drops:
- Item: Brigan
Rate: 2328
- Item: Chain_Mail_
Rate: 1
- Item: Claire_Suits
Rate: 3
- Item: Incisive_Arrow
Rate: 1000
- Item: Arbalest_
Rate: 2
- Item: Elunium
Rate: 53
- Item: Raydric_Archer_Card
Rate: 1
StealProtected: true
- Id: 1277
AegisName: GREATEST_GENERAL
Name: Greatest General
Level: 55
Hp: 1405
BaseExp: 466
JobExp: 413
Attack: 126
Attack2: 26
Defense: 114
MagicDefense: 30
Str: 58
Agi: 30
Vit: 20
Int: 25
Dex: 28
Luk: 20
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Fire
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1152
AttackMotion: 1152
ClientAttackMotion: 816
DamageMotion: 384
Ai: 10
Drops:
- Item: Brigan
Rate: 1000
- Item: Wooden_Block
Rate: 1000
- Item: Club
Rate: 50
- Item: Inspector_Certificate
Rate: 150
- Item: Stop_Post
Rate: 1
- Item: Yellow_Herb
Rate: 125
- Item: Earth_Scroll_1_3
Rate: 50
- Item: Greatest_General_Card
Rate: 1
StealProtected: true
- Id: 1278
AegisName: STALACTIC_GOLEM
Name: Stalactic Golem
Level: 68
Hp: 2817
BaseExp: 651
JobExp: 595
Attack: 218
Attack2: 21
Defense: 230
MagicDefense: 5
Str: 67
Agi: 47
Vit: 48
Dex: 69
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
RaceGroups:
Golem: true
Element: Neutral
ElementLevel: 4
WalkSpeed: 200
AttackDelay: 1264
AttackMotion: 864
ClientAttackMotion: 720
DamageMotion: 288
Ai: 17
Drops:
- Item: Mud_Lump
Rate: 1000
- Item: Brigan
Rate: 2425
- Item: Star_Crumb
Rate: 125
- Item: Great_Nature
Rate: 15
- Item: Elunium_Stone
Rate: 125
- Item: Round_Buckler
Rate: 3
- Item: Elunium
Rate: 82
- Item: Stalactic_Golem_Card
Rate: 1
StealProtected: true
- Id: 1279
AegisName: TRI_JOINT
Name: Tri Joint
Level: 66
Hp: 2186
Sp: 0
BaseExp: 656
JobExp: 569
Attack: 187
Attack2: 28
Defense: 22
MagicDefense: 5
Agi: 33
Vit: 24
Int: 10
Dex: 61
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
RaceGroups:
Rockridge: true
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 860
AttackMotion: 660
ClientAttackMotion: 540
DamageMotion: 624
Ai: 21
Modes:
Detector: true
Drops:
- Item: Cyfar
Rate: 50
- Item: Solid_Shell
Rate: 190
- Item: Aloebera
Rate: 100
- Item: Yellow_Live
Rate: 80
- Item: Sparkling_Dust
Rate: 70
- Item: Elunium_Stone
Rate: 53
- Item: Tri_Joint_Card
Rate: 1
StealProtected: true
- Id: 1280
AegisName: STEAM_GOBLIN
Name: Goblin Steamrider
JapaneseName: Steam Goblin
Level: 66
Hp: 2307
BaseExp: 625
JobExp: 569
Attack: 187
Attack2: 35
Defense: 85
MagicDefense: 5
Str: 52
Agi: 61
Vit: 32
Int: 15
Dex: 90
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1008
AttackMotion: 1008
ClientAttackMotion: 324
DamageMotion: 528
Ai: 17
Drops:
- Item: Scell
Rate: 1250
- Item: Cyfar
Rate: 1940
- Item: Iron
Rate: 150
- Item: Steel
Rate: 28
- Item: Coal
Rate: 160
- Item: The_Garrison
Rate: 3
- Item: Elunium_Stone
Rate: 62
- Item: Steam_Goblin_Card
Rate: 1
StealProtected: true
- Id: 1281
AegisName: SAGEWORM
Name: Sage Worm
Level: 70
Hp: 2429
BaseExp: 677
JobExp: 621
Attack: 190
Attack2: 121
Defense: 109
MagicDefense: 45
Str: 39
Agi: 29
Vit: 28
Int: 71
Dex: 48
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
RaceGroups:
Clocktower: true
Element: Neutral
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 936
AttackMotion: 936
ClientAttackMotion: 504
DamageMotion: 288
Ai: 17
Drops:
- Item: Librarian_Glove
Rate: 3
- Item: Worn_Out_Page
Rate: 500
- Item: Earthworm_Peeling
Rate: 1500
- Item: Fire_Scroll_1_5
Rate: 50
- Item: Fashionable_Glasses
Rate: 5
- Item: Cold_Scroll_1_5
Rate: 50
- Item: Ph.D_Hat
Rate: 1
- Item: Sageworm_Card
Rate: 1
StealProtected: true
- Id: 1282
AegisName: KOBOLD_ARCHER
Name: Kobold Archer
Level: 108
Hp: 11472
BaseExp: 1866
JobExp: 1780
Attack: 553
Attack2: 33
Defense: 84
MagicDefense: 5
Str: 99
Agi: 39
Vit: 48
Int: 30
Dex: 124
Luk: 25
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demihuman
RaceGroups:
Kobold: true
Element: Fire
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1008
AttackMotion: 1008
ClientAttackMotion: 504
DamageMotion: 384
Ai: 05
Drops:
- Item: Zargon
Rate: 125
- Item: Steel
Rate: 30
- Item: Cobold_Hair
Rate: 2425
- Item: Ear_Of_Puppy
Rate: 25
- Item: Rusty_Arrow_Container
Rate: 30
- Item: CrossBow_
Rate: 3
- Item: Oridecon_Stone
Rate: 40
- Item: Kobold_Archer_Card
Rate: 1
StealProtected: true
- Id: 1283
AegisName: CHIMERA
Name: Chimera
Level: 70
Hp: 26406
BaseExp: 2713
JobExp: 2349
Attack: 1029
Attack2: 148
Defense: 159
MagicDefense: 10
Agi: 38
Vit: 110
Int: 88
Dex: 91
Luk: 85
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Fire
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 772
AttackMotion: 672
ClientAttackMotion: 384
DamageMotion: 360
Ai: 21
Class: Boss
Drops:
- Item: Brigan
Rate: 2668
- Item: Slender_Snake
Rate: 1250
- Item: Lemon
Rate: 500
- Item: War_Axe
Rate: 1
- Item: Citrine
Rate: 750
- Item: Great_Axe
Rate: 1
- Item: Oridecon
Rate: 80
- Item: Chimera_Card
Rate: 1
StealProtected: true
# - Id: 1284
# AegisName: HUGELING
# Name: Hugeling
# Level: 1
# Hp: 5000
# BaseExp: 2
# JobExp: 1
# Attack: 7
# Attack2: 10
# Dex: 6
# AttackRange: 4
# SkillRange: 10
# ChaseRange: 12
# Size: Large
# Race: Plant
# Element: Water
# ElementLevel: 1
# WalkSpeed: 200
# AttackDelay: 1872
# AttackMotion: 672
# DamageMotion: 480
# Ai: 17
# Drops:
# - Item: Apple
# Rate: 100
# - Item: Apple
# Rate: 100
# - Item: Apple
# Rate: 100
# - Item: Apple
# Rate: 100
# - Item: Apple
# Rate: 100
# - Item: Apple
# Rate: 100
# - Item: Apple
# Rate: 100
# - Item: Apple
# Rate: 100
# StealProtected: true
- Id: 1285
AegisName: ARCHER_GUARDIAN
Name: Archer Guardian
Level: 74
Hp: 28634
BaseExp: 1
JobExp: 1
Attack: 1232
Attack2: 480
Defense: 56
MagicDefense: 60
Str: 95
Agi: 80
Vit: 80
Int: 90
Dex: 198
Luk: 55
AttackRange: 12
SkillRange: 14
ChaseRange: 16
Size: Large
Race: Demihuman
Element: Neutral
ElementLevel: 4
WalkSpeed: 265
AttackDelay: 1200
AttackMotion: 1200
DamageMotion: 384
Ai: 12
Class: Guardian
- Id: 1286
AegisName: KNIGHT_GUARDIAN
Name: Knight Guardian
Level: 86
Hp: 30214
BaseExp: 1
JobExp: 1
Attack: 1408
Attack2: 280
Defense: 88
MagicDefense: 30
Str: 110
Agi: 40
Vit: 140
Int: 65
Dex: 150
Luk: 65
AttackRange: 2
SkillRange: 14
ChaseRange: 16
Size: Large
Race: Demihuman
Element: Neutral
ElementLevel: 4
WalkSpeed: 275
AttackDelay: 1200
AttackMotion: 1200
DamageMotion: 384
Ai: 12
Class: Guardian
- Id: 1287
AegisName: SOLDIER_GUARDIAN
Name: Soldier Guardian
Level: 56
Hp: 15670
BaseExp: 1
JobExp: 1
Attack: 873
Attack2: 163
Defense: 56
Str: 85
Agi: 56
Vit: 100
Int: 45
Dex: 103
Luk: 43
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 265
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 624
DamageMotion: 384
Ai: 12
Class: Guardian
- Id: 1288
AegisName: EMPELIUM
Name: Emperium
Level: 90
Hp: 100
Attack: 66
Attack2: 13
Defense: 64
MagicDefense: 50
Agi: 17
Vit: 80
Int: 50
Dex: 31
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Angel
RaceGroups:
Gvg: true
Element: Holy
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1288
AttackMotion: 288
DamageMotion: 384
Ai: 06
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 1289
AegisName: MAYA_PUPLE
Name: Maya Purple
Level: 81
Hp: 77670
BaseExp: 6442
JobExp: 3258
Attack: 1592
Attack2: 553
Defense: 139
MagicDefense: 40
Str: 95
Agi: 52
Vit: 80
Int: 95
Dex: 88
Luk: 119
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
Element: Earth
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 1024
AttackMotion: 1000
ClientAttackMotion: 624
DamageMotion: 480
Ai: 21
Class: Boss
Drops:
- Item: Cyfar
Rate: 2207
- Item: Elunium_Stone
Rate: 125
- Item: Oridecon_Stone
Rate: 150
- Item: Gold
Rate: 1
- Item: Oridecon
Rate: 75
- Item: Queen's_Hair_Ornament
Rate: 1
- Item: Cookbook10
Rate: 1
- Id: 1290
AegisName: SKELETON_GENERAL
Name: Skeleton General
Level: 139
Hp: 180130
Sp: 0
BaseExp: 10614
JobExp: 13351
Attack: 1317
Attack2: 1701
Defense: 100
MagicDefense: 35
Str: 72
Agi: 34
Vit: 52
Int: 31
Dex: 101
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 2276
AttackMotion: 576
ClientAttackMotion: 216
DamageMotion: 432
Ai: 21
Drops:
- Item: Burn_Tree
Rate: 1275
- Item: Oridecon_Stone
Rate: 80
- Item: Sg_White_Potion_Box
Rate: 2
- Item: Scarlet_Dagger
Rate: 50
RandomOptionGroup: Group_5
- Item: Velum_Claymore
Rate: 1
- Item: Sandstorm
Rate: 8
- Item: Ghost_Bandana
Rate: 1
- Item: Skeleton_General_Card
Rate: 1
StealProtected: true
- Id: 1291
AegisName: WRAITH_DEAD
Name: Wraith Dead
Level: 121
Hp: 37420
Sp: 0
BaseExp: 3351
JobExp: 2772
Attack: 995
Attack2: 160
Defense: 88
MagicDefense: 56
Str: 63
Agi: 69
Vit: 55
Int: 45
Dex: 106
Luk: 45
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Undead
Element: Undead
ElementLevel: 4
WalkSpeed: 175
AttackDelay: 1816
AttackMotion: 576
ClientAttackMotion: 720
DamageMotion: 240
Ai: 21
Drops:
- Item: Transparent_Cloth
Rate: 2207
- Item: Wedding_Veil
Rate: 5
- Item: Manteau_
Rate: 4
- Item: Red_Gemstone
Rate: 350
- Item: Crystal_Jewel__
Rate: 3
- Item: Old_Blue_Box
Rate: 2
- Item: Black_Rosary
Rate: 2
- Item: Wraith_Dead_Card
Rate: 1
StealProtected: true
- Id: 1292
AegisName: MINI_DEMON
Name: Mini Demon
Level: 117
Hp: 22763
BaseExp: 2583
JobExp: 2475
Attack: 650
Attack2: 114
Defense: 80
MagicDefense: 25
Str: 130
Agi: 69
Vit: 55
Int: 56
Dex: 111
Luk: 40
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1000
AttackMotion: 600
ClientAttackMotion: 1728
DamageMotion: 384
Ai: 21
Modes:
Detector: true
Drops:
- Item: Petite_DiablOfs_Horn
Rate: 2207
- Item: Petite_DiablOfs_Wing
Rate: 225
- Item: Satanic_Chain
Rate: 2
- Item: Elunium_Stone
Rate: 80
- Item: Zargon
Rate: 1250
- Item: Sacred_Marks
Rate: 5
- Item: Ahlspiess
Rate: 3
- Item: Mini_Demon_Card
Rate: 1
StealProtected: true
- Id: 1293
AegisName: CREMY_FEAR
Name: Creamy Fear
Level: 117
Hp: 18211
Sp: 0
BaseExp: 2583
JobExp: 2475
Attack: 731
Attack2: 110
Defense: 76
MagicDefense: 37
Str: 65
Agi: 36
Vit: 33
Int: 49
Dex: 79
Luk: 30
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 1
WalkSpeed: 155
AttackDelay: 1136
AttackMotion: 720
ClientAttackMotion: 432
DamageMotion: 840
Ai: 21
Modes:
Detector: true
Drops:
- Item: Powder_Of_Butterfly
Rate: 2275
- Item: Silver_Robe_
Rate: 5
- Item: Honey
Rate: 275
- Item: Sound_Amplifier
Rate: 1
- Item: Sg_Violet_Potion_Box
Rate: 10
- Item: Icarus_Wing
Rate: 3
- Item: Fruit_Of_Mastela
Rate: 25
- Item: Cremy_Fear_Card
Rate: 1
StealProtected: true
- Id: 1294
AegisName: KILLER_MANTIS
Name: Killer Mantis
Level: 141
Hp: 180141
Sp: 0
BaseExp: 11303
JobExp: 13597
Attack: 1521
Attack2: 1201
Defense: 107
MagicDefense: 45
Str: 82
Agi: 56
Vit: 58
Int: 45
Dex: 83
Luk: 40
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 175
AttackDelay: 1528
AttackMotion: 660
ClientAttackMotion: 240
DamageMotion: 432
Ai: 21
Modes:
Detector: true
Drops:
- Item: Limb_Of_Mantis
Rate: 2275
- Item: Solid_Shell
Rate: 1250
- Item: Azure_Jewel
Rate: 5
- Item: Glove_Of_Shura
Rate: 1
- Item: Velum_Glaive
Rate: 1
- Item: Nail_Of_Loki
Rate: 1
- Item: Mirror_Shield_
Rate: 1
- Item: Killer_Mantis_Card
Rate: 1
StealProtected: true
- Id: 1295
AegisName: OWL_BARON
Name: Owl Baron
Level: 120
Hp: 25428
BaseExp: 2652
JobExp: 2544
Attack: 969
Attack2: 201
Defense: 88
MagicDefense: 25
Str: 72
Agi: 65
Vit: 55
Int: 102
Dex: 108
Luk: 72
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Neutral
ElementLevel: 3
WalkSpeed: 175
AttackDelay: 1345
AttackMotion: 824
ClientAttackMotion: 2304
DamageMotion: 440
Ai: 21
Class: Boss
Drops:
- Item: Tatters_Clothes
Rate: 1750
- Item: Soft_Feather
Rate: 1250
- Item: Scarlet_Bow
Rate: 50
- Item: Staff_Of_Soul
Rate: 1
- Item: Walking_Stick
Rate: 1
- Item: Wind_Scroll_1_5
Rate: 50
- Item: Magician_Hat
Rate: 3
- Item: Owl_Baron_Card
Rate: 1
StealProtected: true
- Id: 1296
AegisName: KOBOLD_LEADER
Name: Kobold Leader
Level: 112
Hp: 13520
BaseExp: 1718
JobExp: 1571
Attack: 995
Attack2: 96
Defense: 90
MagicDefense: 62
Str: 135
Agi: 34
Vit: 68
Int: 56
Dex: 116
Luk: 47
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Kobold: true
Element: Wind
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1028
AttackMotion: 528
ClientAttackMotion: 240
DamageMotion: 360
Ai: 21
Drops:
- Item: Steel
Rate: 225
- Item: Cobold_Hair
Rate: 3153
- Item: Zargon
Rate: 600
- Item: Scarlet_Mace
Rate: 50
RandomOptionGroup: Group_5
- Item: Mighty_Staff
Rate: 1
- Item: Panacea
Rate: 75
- Item: Royal_Jelly
Rate: 50
- Item: Kobold_Leader_Card
Rate: 1
StealProtected: true
- Id: 1297
AegisName: ANCIENT_MUMMY
Name: Ancient Mummy
Level: 114
Hp: 20935
BaseExp: 2446
JobExp: 2017
Attack: 744
Attack2: 200
Defense: 93
MagicDefense: 51
Str: 126
Agi: 57
Vit: 55
Int: 69
Dex: 157
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 2
WalkSpeed: 175
AttackDelay: 1772
AttackMotion: 120
ClientAttackMotion: 288
DamageMotion: 384
Ai: 21
Drops:
- Item: Rotten_Bandage
Rate: 2207
- Item: Mementos
Rate: 900
- Item: Glove_
Rate: 1
- Item: Silver_Ring
Rate: 75
- Item: Runstone_Ancient
Rate: 5
- Item: Oridecon_Stone
Rate: 75
- Item: Elunium_Stone
Rate: 50
- Item: Ancient_Mummy_Card
Rate: 1
StealProtected: true
- Id: 1298
AegisName: ZOMBIE_MASTER
Name: Zombie Master
Level: 119
Hp: 25297
Sp: 0
BaseExp: 2891
JobExp: 2390
Attack: 858
Attack2: 151
Defense: 78
MagicDefense: 46
Str: 55
Agi: 60
Vit: 48
Int: 49
Dex: 86
Luk: 48
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 175
AttackDelay: 2612
AttackMotion: 912
ClientAttackMotion: 816
DamageMotion: 288
Ai: 21
Drops:
- Item: Tatters_Clothes
Index: 0
Rate: 2207
- Item: Sticky_Mucus
Index: 1
Rate: 750
- Item: Horrendous_Mouth
Index: 2
Rate: 750
- Item: Cardinal_Jewel
Index: 3
Rate: 100
- Item: White_Jewel
Index: 4
Rate: 50
- Item: Sg_Violet_Potion_Box
Index: 5
Rate: 5
- Item: Tatters_Clothes
Index: 6
Rate: 1
- Item: Zombie_Master_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 1299
AegisName: GOBLIN_LEADER
Name: Goblin Leader
Level: 55
Hp: 21692
BaseExp: 2336
JobExp: 2503
Attack: 173
Attack2: 49
Defense: 72
MagicDefense: 30
Str: 60
Agi: 67
Vit: 45
Int: 18
Dex: 73
Luk: 23
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Goblin: true
Element: Wind
ElementLevel: 1
WalkSpeed: 120
AttackDelay: 1120
AttackMotion: 620
ClientAttackMotion: 1056
DamageMotion: 240
Ai: 21
Drops:
- Item: Brigan
Rate: 750
- Item: Steel
Rate: 400
- Item: Oridecon_Stone
Rate: 60
- Item: Goblin_Mask_04
Rate: 25
- Item: Shield_
Rate: 1
- Item: Yellow_Herb
Rate: 325
- Item: Angry_Mouth
Rate: 5
- Item: Goblin_Leader_Card
Rate: 1
StealProtected: true
- Id: 1300
AegisName: CATERPILLAR
Name: Caterpillar
Level: 121
Hp: 25907
Sp: 0
BaseExp: 3199
JobExp: 2924
Attack: 905
Attack2: 125
Defense: 100
MagicDefense: 42
Str: 58
Agi: 37
Vit: 51
Int: 50
Dex: 54
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1672
AttackMotion: 672
ClientAttackMotion: 192
DamageMotion: 480
Ai: 21
Modes:
Detector: true
Drops:
- Item: Feather
Rate: 1500
- Item: Brigan
Rate: 2668
- Item: Twilight_Desert
Rate: 10
- Item: Star_Crumb
Rate: 50
- Item: Great_Nature
Rate: 25
- Item: Old_Blue_Box
Rate: 2
- Item: Glove_Of_Shura
Rate: 1
- Item: Caterpillar_Card
Rate: 1
StealProtected: true
- Id: 1301
AegisName: AM_MUT
Name: Am Mut
Level: 141
Hp: 181487
Sp: 0
BaseExp: 10014
JobExp: 13348
Attack: 1415
Attack2: 1630
Defense: 90
MagicDefense: 42
Str: 58
Agi: 44
Vit: 40
Int: 35
Dex: 80
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1156
AttackMotion: 456
ClientAttackMotion: 288
DamageMotion: 384
Ai: 21
Modes:
Detector: true
Drops:
- Item: Dokkaebi_Horn
Rate: 2275
- Item: Elunium_Stone
Rate: 125
- Item: Scarlet_Mace
Rate: 50
RandomOptionGroup: Group_5
- Item: Gold
Rate: 1
- Item: Spirit_Chain
Rate: 1
- Item: Old_Card_Album
Rate: 1
- Item: Velum_Claymore
Rate: 1
- Item: Am_Mut_Card
Rate: 1
StealProtected: true
- Id: 1302
AegisName: DARK_ILLUSION
Name: Dark Illusion
Level: 96
Hp: 46255
Sp: 0
BaseExp: 4954
JobExp: 4549
Attack: 1166
Attack2: 360
Defense: 145
MagicDefense: 30
Str: 82
Agi: 36
Vit: 55
Int: 100
Dex: 182
Luk: 88
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Undead
ElementLevel: 4
WalkSpeed: 145
AttackDelay: 1024
AttackMotion: 768
ClientAttackMotion: 5280
DamageMotion: 480
Ai: 21
Class: Boss
Drops:
- Item: Bone_Wand
Rate: 2
- Item: Bone_Helm
Rate: 1
- Item: Ragamuffin_Cape
Rate: 2
- Item: Brigan
Rate: 2668
- Item: Fruit_Of_Mastela
Rate: 60
- Item: White_Herb
Rate: 775
- Item: Scarlet_Twohand_Sword
Rate: 50
RandomOptionGroup: Group_5
- Item: Dark_Illusion_Card
Rate: 1
StealProtected: true
- Id: 1303
AegisName: GIANT_HONET
Name: Giant Hornet
Level: 120
Hp: 18495
Sp: 0
BaseExp: 2652
JobExp: 2544
Attack: 793
Attack2: 132
Defense: 80
MagicDefense: 43
Str: 70
Agi: 45
Vit: 47
Int: 32
Dex: 74
Luk: 34
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 1
WalkSpeed: 155
AttackDelay: 1292
AttackMotion: 792
ClientAttackMotion: 648
DamageMotion: 340
Ai: 21
Modes:
Detector: true
Drops:
- Item: Royal_Jelly
Rate: 275
- Item: Honey
Rate: 600
- Item: Sg_Violet_Potion_Box
Rate: 5
- Item: Fruit_Of_Mastela
Rate: 6
- Item: Scarlet_Staff
Rate: 50
- Item: Scarlet_Jewel
Rate: 10
- Item: Double_Bound
Rate: 8
- Item: Giant_Honet_Card
Rate: 1
StealProtected: true
- Id: 1304
AegisName: GIANT_SPIDER
Name: Giant Spider
Level: 117
Hp: 25039
Sp: 0
BaseExp: 2583
JobExp: 2475
Attack: 893
Attack2: 122
Defense: 86
MagicDefense: 38
Str: 71
Agi: 58
Vit: 43
Int: 38
Dex: 73
Luk: 41
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
Element: Poison
ElementLevel: 1
WalkSpeed: 165
AttackDelay: 1468
AttackMotion: 468
ClientAttackMotion: 216
DamageMotion: 768
Ai: 21
Modes:
Detector: true
Drops:
- Item: Spiderweb
Rate: 2275
- Item: Short_Leg
Rate: 600
- Item: Elunium_Stone
Rate: 70
- Item: Panacea
Rate: 225
- Item: Solid_Shell
Rate: 600
- Item: Round_Shell
Rate: 340
- Item: Sg_Violet_Potion_Box
Rate: 2
- Item: Giant_Spider_Card
Rate: 1
StealProtected: true
- Id: 1305
AegisName: ANCIENT_WORM
Name: Ancient Worm
Level: 121
Hp: 31663
Sp: 0
BaseExp: 3047
JobExp: 2924
Attack: 995
Attack2: 133
Defense: 90
MagicDefense: 41
Str: 70
Agi: 56
Vit: 56
Int: 55
Dex: 84
Luk: 42
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
Element: Poison
ElementLevel: 1
WalkSpeed: 165
AttackDelay: 1792
AttackMotion: 792
ClientAttackMotion: 576
DamageMotion: 336
Ai: 21
Modes:
Detector: true
Drops:
- Item: Short_Leg
Rate: 2207
- Item: Zargon
Rate: 1250
- Item: Boots_
Rate: 5
- Item: Bowman_Scarf
Rate: 3
- Item: Round_Shell
Rate: 340
- Item: Sticky_Mucus
Rate: 1750
- Item: Brigan
Rate: 1250
- Item: Ancient_Worm_Card
Rate: 1
StealProtected: true
- Id: 1306
AegisName: LEIB_OLMAI
Name: Leib Olmai
Level: 118
Hp: 25168
Sp: 0
BaseExp: 2736
JobExp: 2498
Attack: 1001
Attack2: 105
Defense: 127
MagicDefense: 31
Str: 72
Agi: 35
Vit: 80
Int: 35
Dex: 77
Luk: 27
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 175
AttackDelay: 1260
AttackMotion: 230
ClientAttackMotion: 1152
DamageMotion: 192
Ai: 21
Drops:
- Item: Bear's_Foot
Rate: 2275
- Item: Poo_Poo_Hat
Rate: 4
- Item: Stuffed_Doll
Rate: 60
- Item: Honey
Rate: 250
- Item: Pocket_Watch_
Rate: 3
- Item: Gold
Rate: 1
- Item: Cyfar
Rate: 400
- Item: Leib_Olmai_Card
Rate: 1
StealProtected: true
- Id: 1307
AegisName: CAT_O_NINE_TAIL
Name: Cat o' Nine Tails
Level: 79
Hp: 23600
Sp: 0
BaseExp: 2074
JobExp: 2896
Attack: 467
Attack2: 80
Defense: 100
MagicDefense: 50
Str: 72
Agi: 75
Vit: 40
Int: 50
Dex: 79
Luk: 48
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Fire
ElementLevel: 3
WalkSpeed: 155
AttackDelay: 1276
AttackMotion: 576
ClientAttackMotion: 120
DamageMotion: 288
Ai: 21
Class: Boss
Drops:
- Item: Puppy_Love
Rate: 1
- Item: Silver_Knife_Of_Chaste
Rate: 75
- Item: Punisher
Rate: 3
- Item: Elunium
Rate: 300
- Item: Oridecon
Rate: 400
- Item: Gold
Rate: 1
- Item: Old_Violet_Box
Rate: 1
- Item: Cat_O_Nine_Tail_Card
Rate: 1
StealProtected: true
- Id: 1308
AegisName: PANZER_GOBLIN
Name: Panzer Goblin
Level: 52
Hp: 1471
BaseExp: 234
JobExp: 252
Attack: 128
Attack2: 58
Defense: 60
MagicDefense: 25
Str: 52
Agi: 60
Vit: 35
Int: 35
Dex: 75
Luk: 31
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 960
AttackMotion: 1008
ClientAttackMotion: 2496
DamageMotion: 840
Ai: 21
Drops:
- Item: Cyfar
Rate: 2207
- Item: Brigan
Rate: 1750
- Item: Steel
Rate: 90
- Item: Iron
Rate: 180
- Item: Coal
Rate: 290
- Item: Butcher
Rate: 3
- Item: Flame_Heart
Rate: 80
- Item: Panzer_Goblin_Card
Rate: 1
StealProtected: true
- Id: 1309
AegisName: GAJOMART
Name: Gajomart
Level: 140
Hp: 185098
Sp: 0
BaseExp: 11810
JobExp: 14257
Attack: 1615
Attack2: 1601
Defense: 98
MagicDefense: 50
Str: 77
Agi: 47
Vit: 39
Int: 33
Dex: 94
Luk: 40
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Fire
ElementLevel: 4
WalkSpeed: 300
AttackDelay: 1000
AttackMotion: 1152
ClientAttackMotion: 552
DamageMotion: 828
Ai: 21
Drops:
- Item: Stone_Heart
Rate: 3250
- Item: Zargon
Rate: 1150
- Item: Glove_Of_Shura
Rate: 1
- Item: Sg_Violet_Potion_Box
Rate: 5
- Item: Fire_Arrow_Container
Rate: 100
- Item: Magic_Study_Vol1
Rate: 10
- Item: Flame_Heart
Rate: 90
- Item: Gajomart_Card
Rate: 1
StealProtected: true
- Id: 1310
AegisName: MAJORUROS
Name: Majoruros
Level: 107
Hp: 13522
BaseExp: 1845
JobExp: 1759
Attack: 652
Attack2: 432
Defense: 111
MagicDefense: 25
Str: 112
Agi: 58
Vit: 65
Int: 55
Dex: 86
Luk: 49
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Fire
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 1100
AttackMotion: 960
ClientAttackMotion: 1728
DamageMotion: 780
Ai: 21
Drops:
- Item: Nose_Ring
Rate: 2207
- Item: Scarlet_Twohand_Axe
Rate: 50
RandomOptionGroup: Group_5
- Item: Beef_Head_Meat
Rate: 500
- Item: Oridecon
Rate: 8
- Item: White_Herb
Rate: 925
- Item: Silver_Ring
Rate: 80
- Item: Star_Crumb
Rate: 125
- Item: Majoruros_Card
Rate: 1
StealProtected: true
- Id: 1311
AegisName: GULLINBURSTI
Name: Gullinbursti
Level: 120
Hp: 26583
Sp: 0
BaseExp: 2784
JobExp: 2544
Attack: 1101
Attack2: 148
Defense: 108
MagicDefense: 43
Str: 88
Agi: 54
Vit: 82
Int: 35
Dex: 76
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1960
AttackMotion: 960
ClientAttackMotion: 192
DamageMotion: 384
Ai: 21
Drops:
- Item: Wild_Boar's_Mane
Rate: 1750
- Item: Grape
Rate: 145
- Item: Animal_Blood
Rate: 3
- Item: Eagle_Eyes
Rate: 1
- Item: Anodyne
Rate: 8
- Item: Belt
Rate: 1
- Item: Zargon
Rate: 80
- Item: Gullinbursti_Card
Rate: 1
StealProtected: true
- Id: 1312
AegisName: TURTLE_GENERAL
Name: Turtle General
Level: 110
Hp: 1442000
BaseExp: 559872
JobExp: 411642
MvpExp: 279936
Attack: 3169
Attack2: 2066
Defense: 394
MagicDefense: 123
Str: 116
Agi: 123
Vit: 154
Int: 99
Dex: 217
Luk: 98
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 900
AttackMotion: 1000
ClientAttackMotion: 624
DamageMotion: 500
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Bs_Making_S
Rate: 5000
- Item: Yggdrasilberry
Rate: 1500
- Item: Old_Violet_Box
Rate: 2000
Drops:
- Item: Iron_Driver
Rate: 4
- Item: War_Axe
Rate: 3
- Item: Zelunium
Rate: 50
- Item: Pole_Axe
Rate: 5
- Item: Broken_Shell
Rate: 2668
- Item: Immaterial_Sword
Rate: 40
- Item: Union_Of_Tribe
Rate: 1
- Item: Turtle_General_Card
Rate: 1
StealProtected: true
- Id: 1313
AegisName: MOBSTER
Name: Mobster
Level: 58
Hp: 1820
BaseExp: 499
JobExp: 446
Attack: 141
Attack2: 23
Defense: 87
MagicDefense: 18
Str: 72
Agi: 36
Vit: 33
Int: 21
Dex: 45
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 250
AttackDelay: 1100
AttackMotion: 560
ClientAttackMotion: 576
DamageMotion: 580
Ai: 21
Drops:
- Item: Poison_Knife
Rate: 2
- Item: Blue_Jewel
Rate: 2280
- Item: Ring_
Rate: 1
- Item: Melon
Rate: 250
- Item: Zargon
Rate: 1250
- Item: Panacea
Rate: 225
- Item: Pineapple
Rate: 250
- Item: Mobster_Card
Rate: 1
StealProtected: true
- Id: 1314
AegisName: PERMETER
Name: Permeter
Level: 90
Hp: 5841
BaseExp: 1103
JobExp: 1038
Attack: 361
Attack2: 56
Defense: 144
MagicDefense: 50
Str: 68
Agi: 28
Vit: 55
Int: 40
Dex: 50
Luk: 25
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Neutral
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 1100
AttackMotion: 483
ClientAttackMotion: 720
DamageMotion: 528
Ai: 17
Drops:
- Item: Turtle_Shell
Rate: 2207
- Item: Coconut_Fruit
Rate: 100
- Item: Elder_Branch
Rate: 50
- Item: Red_Herb
Rate: 1225
- Item: Zargon
Rate: 620
- Item: Fruit_Of_Mastela
Rate: 13
- Item: Anodyne
Rate: 1
- Item: Permeter_Card
Rate: 1
StealProtected: true
- Id: 1315
AegisName: ASSULTER
Name: Assaulter
Level: 100
Hp: 8772
BaseExp: 1387
JobExp: 1316
Attack: 451
Attack2: 67
Defense: 169
MagicDefense: 49
Str: 100
Agi: 92
Vit: 30
Int: 20
Dex: 144
Luk: 15
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Ninja: true
Element: Wind
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 512
AttackMotion: 780
ClientAttackMotion: 540
DamageMotion: 504
Ai: 21
Drops:
- Item: Turtle_Shell
Rate: 2207
- Item: Broken_Armor_Piece
Rate: 600
- Item: Rust_Suriken
Rate: 420
- Item: Smoke_Powder
Rate: 100
- Item: Doram_Only_Cape
Rate: 20
- Item: Huuma_Bird_Wing
Rate: 3
- Item: Old_Blue_Box
Rate: 1
- Item: Assulter_Card
Rate: 1
StealProtected: true
- Id: 1316
AegisName: SOLIDER
Name: Solider
Level: 92
Hp: 7426
BaseExp: 1299
JobExp: 1167
Attack: 435
Attack2: 40
Defense: 206
MagicDefense: 58
Str: 65
Agi: 44
Vit: 60
Int: 15
Dex: 56
Luk: 20
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 1452
AttackMotion: 483
ClientAttackMotion: 1248
DamageMotion: 528
Ai: 17
Drops:
- Item: Turtle_Shell
Rate: 2207
- Item: Broken_Shell
Rate: 32
- Item: Stone_Piece
Rate: 425
- Item: Yellow_Herb
Rate: 1050
- Item: Doram_Only_Shoes
Rate: 20
- Item: Honey
Rate: 425
- Item: Scarlet_Mace
Rate: 50
RandomOptionGroup: Group_5
- Item: Solider_Card
Rate: 1
StealProtected: true
- Id: 1317
AegisName: FUR_SEAL
Name: Seal
JapaneseName: Fur Seal
Level: 47
Hp: 1300
BaseExp: 370
JobExp: 319
Attack: 72
Attack2: 40
Defense: 42
MagicDefense: 16
Str: 37
Agi: 40
Vit: 30
Int: 39
Dex: 35
Luk: 19
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Water
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1612
AttackMotion: 622
ClientAttackMotion: 576
DamageMotion: 583
Ai: 19
Drops:
- Item: Zargon
Rate: 2183
- Item: Wing_Of_Fly
Rate: 500
- Item: Coat_
Rate: 3
- Item: Cyfar
Rate: 600
- Item: Guisarme_
Rate: 1
- Item: Panacea
Rate: 100
- Item: Glass_Bead
Rate: 60
- Item: Fur_Seal_Card
Rate: 1
StealProtected: true
- Id: 1318
AegisName: HEATER
Name: Heater
Level: 98
Hp: 7681
BaseExp: 1349
JobExp: 1278
Attack: 433
Attack2: 79
Defense: 199
MagicDefense: 50
Str: 89
Agi: 49
Vit: 50
Int: 30
Dex: 106
Luk: 35
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Fire
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 1452
AttackMotion: 483
ClientAttackMotion: 1200
DamageMotion: 528
Ai: 21
Drops:
- Item: Turtle_Shell
Rate: 2207
- Item: Broken_Shell
Rate: 375
- Item: Fire_Scroll_2_5
Rate: 50
- Item: Gun_Powder
Rate: 500
- Item: Royal_Jelly
Rate: 70
- Item: Doram_Only_Suit
Rate: 20
- Item: Burn_Tree
Rate: 625
- Item: Heater_Card
Rate: 1
StealProtected: true
- Id: 1319
AegisName: FREEZER
Name: Freezer
Level: 94
Hp: 8346
BaseExp: 1274
JobExp: 1203
Attack: 318
Attack2: 150
Defense: 127
MagicDefense: 38
Str: 68
Agi: 47
Vit: 50
Int: 45
Dex: 69
Luk: 25
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Water
ElementLevel: 2
WalkSpeed: 170
AttackDelay: 1260
AttackMotion: 960
ClientAttackMotion: 540
DamageMotion: 672
Ai: 21
Drops:
- Item: Turtle_Shell
Rate: 2207
- Item: Broken_Shell
Rate: 425
- Item: Ice_Piece
Rate: 625
- Item: Zargon
Rate: 900
- Item: Royal_Jelly
Rate: 80
- Item: Ice_Fragment
Rate: 100
- Item: Cold_Scroll_1_5
Rate: 50
- Item: Freezer_Card
Rate: 1
StealProtected: true
- Id: 1320
AegisName: OWL_DUKE
Name: Owl Duke
Level: 92
Hp: 7780
BaseExp: 1238
JobExp: 1167
Attack: 416
Attack2: 300
Defense: 80
MagicDefense: 45
Str: 54
Agi: 51
Vit: 45
Int: 88
Dex: 106
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Neutral
ElementLevel: 3
WalkSpeed: 195
AttackDelay: 1345
AttackMotion: 824
ClientAttackMotion: 768
DamageMotion: 440
Ai: 21
Class: Boss
Drops:
- Item: Tatters_Clothes
Rate: 2207
- Item: Soft_Feather
Rate: 750
- Item: Wind_Scroll_1_5
Rate: 50
- Item: Crystal_Mirror
Rate: 1
- Item: Scarlet_Lance
Rate: 50
RandomOptionGroup: Group_5
- Item: Scarlet_Staff
Rate: 50
- Item: Magician_Hat
Rate: 1
- Item: Owl_Duke_Card
Rate: 1
StealProtected: true
- Id: 1321
AegisName: DRAGON_TAIL
Name: Dragon Tail
Level: 86
Hp: 5217
BaseExp: 1035
JobExp: 970
Attack: 329
Attack2: 35
Defense: 63
MagicDefense: 25
Str: 61
Agi: 65
Vit: 35
Int: 40
Dex: 62
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Wind
ElementLevel: 2
WalkSpeed: 175
AttackDelay: 862
AttackMotion: 534
ClientAttackMotion: 360
DamageMotion: 312
Ai: 21
Modes:
Detector: true
Drops:
- Item: Dragon_Fly_Wing
Rate: 2207
- Item: Round_Shell
Rate: 200
- Item: Solid_Shell
Rate: 400
- Item: Fancy_Flower
Rate: 4
- Item: Cap
Rate: 1
- Item: Dragon_Tail_Card
Rate: 1
StealProtected: true
- Id: 1322
AegisName: SPRING_RABBIT
Name: Spring Rabbit
Level: 88
Hp: 5947
BaseExp: 1122
JobExp: 1004
Attack: 396
Attack2: 40
Defense: 108
MagicDefense: 42
Str: 68
Agi: 66
Vit: 35
Int: 30
Dex: 58
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 160
AttackDelay: 1120
AttackMotion: 552
ClientAttackMotion: 756
DamageMotion: 511
Ai: 02
Drops:
- Item: Brigan
Rate: 1750
- Item: Cyfar
Rate: 1250
- Item: Feather
Rate: 1250
- Item: Green_Herb
Rate: 2250
- Item: Yellow_Herb
Rate: 400
- Item: Blue_Herb
Rate: 100
- Item: White_Herb
Rate: 400
- Item: Spring_Rabbit_Card
Rate: 1
StealProtected: true
- Id: 1323
AegisName: SEE_OTTER
Name: Sea Otter
Level: 48
Hp: 1474
BaseExp: 379
JobExp: 328
Attack: 75
Attack2: 42
Defense: 31
MagicDefense: 18
Str: 32
Agi: 26
Vit: 33
Int: 26
Dex: 41
Luk: 28
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Water
ElementLevel: 3
WalkSpeed: 190
AttackDelay: 1132
AttackMotion: 583
ClientAttackMotion: 432
DamageMotion: 532
Ai: 19
Drops:
- Item: Scarlet_Jewel
Rate: 75
- Item: Clam_Shell
Rate: 2750
- Item: Sea_Otter_Leather
Rate: 2183
- Item: Wing_Of_Fly
Rate: 500
- Item: Blue_Jewel
Rate: 25
- Item: Glass_Bead
Rate: 325
- Item: Cyfar
Rate: 600
- Item: See_Otter_Card
Rate: 1
StealProtected: true
- Id: 1324
AegisName: TREASURE_BOX1
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Crystal_Jewel__
Rate: 3880
- Item: Seed_Of_Yggdrasil
Rate: 1500
- Item: Yggdrasilberry
Rate: 1250
- Item: Sg_White_Potion_Box
Rate: 400
- Item: Sg_Blue_Potion_Box
Rate: 400
- Item: Siege_Supply_Box
Rate: 400
- Item: Sg_Violet_Potion_Box
Rate: 400
- Item: Old_Card_Album
Rate: 500
StealProtected: true
- Id: 1325
AegisName: TREASURE_BOX2
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Jewel_Of_Prayer
Rate: 10
- Item: Union_Of_Tribe
Rate: 250
- Item: Sg_Violet_Potion_Box
Rate: 2500
- Item: Treasure_Box
Rate: 1250
- Item: High_Weapon_Box
Rate: 20
- Item: Accessory_Box
Rate: 20
- Item: Old_Card_Album
Rate: 250
- Item: Sg_Weapon_Supply_Box
Rate: 5
StealProtected: true
- Id: 1326
AegisName: TREASURE_BOX3
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Crystal_Jewel__
Rate: 3880
- Item: Seed_Of_Yggdrasil
Rate: 1500
- Item: Yggdrasilberry
Rate: 1250
- Item: Sg_White_Potion_Box
Rate: 400
- Item: Sg_Blue_Potion_Box
Rate: 400
- Item: Siege_Supply_Box
Rate: 400
- Item: Sg_Violet_Potion_Box
Rate: 400
- Item: Old_Card_Album
Rate: 500
StealProtected: true
- Id: 1327
AegisName: TREASURE_BOX4
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Iron_Glove
Rate: 20
- Item: Mystery_Wheel
Rate: 20
- Item: Sg_Violet_Potion_Box
Rate: 2500
- Item: Treasure_Box
Rate: 1250
- Item: High_Weapon_Box
Rate: 20
- Item: Accessory_Box
Rate: 20
- Item: Old_Card_Album
Rate: 250
- Item: Sg_Weapon_Supply_Box
Rate: 5
StealProtected: true
- Id: 1328
AegisName: TREASURE_BOX5
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Crystal_Jewel__
Rate: 3880
- Item: Seed_Of_Yggdrasil
Rate: 1500
- Item: Yggdrasilberry
Rate: 1250
- Item: Sg_White_Potion_Box
Rate: 400
- Item: Sg_Blue_Potion_Box
Rate: 400
- Item: Siege_Supply_Box
Rate: 400
- Item: Sg_Violet_Potion_Box
Rate: 400
- Item: Old_Card_Album
Rate: 500
StealProtected: true
- Id: 1329
AegisName: TREASURE_BOX6
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Iron_Maiden
Rate: 15
- Item: Union_Of_Tribe
Rate: 250
- Item: Sg_Violet_Potion_Box
Rate: 2500
- Item: Treasure_Box
Rate: 1250
- Item: High_Weapon_Box
Rate: 20
- Item: Accessory_Box
Rate: 20
- Item: Old_Card_Album
Rate: 250
- Item: Sg_Weapon_Supply_Box
Rate: 5
StealProtected: true
- Id: 1330
AegisName: TREASURE_BOX7
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Crystal_Jewel__
Rate: 3880
- Item: Seed_Of_Yggdrasil
Rate: 1500
- Item: Yggdrasilberry
Rate: 1250
- Item: Sg_White_Potion_Box
Rate: 400
- Item: Sg_Blue_Potion_Box
Rate: 400
- Item: Siege_Supply_Box
Rate: 400
- Item: Sg_Violet_Potion_Box
Rate: 400
- Item: Old_Card_Album
Rate: 500
StealProtected: true
- Id: 1331
AegisName: TREASURE_BOX8
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: God_Material_Box
Rate: 5
- Item: Union_Of_Tribe
Rate: 250
- Item: Old_Blue_Box
Rate: 5000
- Item: Yggdrasilberry
Rate: 2500
- Item: High_Weapon_Box
Rate: 20
- Item: Accessory_Box
Rate: 20
- Item: Old_Card_Album
Rate: 250
- Item: Sg_Weapon_Supply_Box
Rate: 5
StealProtected: true
- Id: 1332
AegisName: TREASURE_BOX9
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Crystal_Jewel__
Rate: 3880
- Item: Seed_Of_Yggdrasil
Rate: 1500
- Item: Yggdrasilberry
Rate: 1250
- Item: Sg_White_Potion_Box
Rate: 400
- Item: Sg_Blue_Potion_Box
Rate: 400
- Item: Siege_Supply_Box
Rate: 400
- Item: Sg_Violet_Potion_Box
Rate: 400
- Item: Old_Card_Album
Rate: 500
StealProtected: true
- Id: 1333
AegisName: TREASURE_BOX10
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Silver_Fancy
Rate: 15
- Item: Union_Of_Tribe
Rate: 250
- Item: Sg_Violet_Potion_Box
Rate: 2500
- Item: Treasure_Box
Rate: 1250
- Item: High_Weapon_Box
Rate: 20
- Item: Accessory_Box
Rate: 20
- Item: Old_Card_Album
Rate: 250
- Item: Sg_Weapon_Supply_Box
Rate: 5
StealProtected: true
- Id: 1334
AegisName: TREASURE_BOX11
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Crystal_Jewel__
Rate: 3880
- Item: Seed_Of_Yggdrasil
Rate: 1500
- Item: Yggdrasilberry
Rate: 1250
- Item: Sg_White_Potion_Box
Rate: 400
- Item: Sg_Blue_Potion_Box
Rate: 400
- Item: Siege_Supply_Box
Rate: 400
- Item: Sg_Violet_Potion_Box
Rate: 400
- Item: Old_Card_Album
Rate: 500
StealProtected: true
- Id: 1335
AegisName: TREASURE_BOX12
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: God_Material_Box
Rate: 5
- Item: Union_Of_Tribe
Rate: 250
- Item: Old_Blue_Box
Rate: 5000
- Item: Yggdrasilberry
Rate: 2500
- Item: High_Weapon_Box
Rate: 20
- Item: Accessory_Box
Rate: 20
- Item: Old_Card_Album
Rate: 250
- Item: Sg_Weapon_Supply_Box
Rate: 5
StealProtected: true
- Id: 1336
AegisName: TREASURE_BOX13
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Crystal_Jewel__
Rate: 3880
- Item: Seed_Of_Yggdrasil
Rate: 1500
- Item: Yggdrasilberry
Rate: 1250
- Item: Sg_White_Potion_Box
Rate: 400
- Item: Sg_Blue_Potion_Box
Rate: 400
- Item: Siege_Supply_Box
Rate: 400
- Item: Sg_Violet_Potion_Box
Rate: 400
- Item: Old_Card_Album
Rate: 500
StealProtected: true
- Id: 1337
AegisName: TREASURE_BOX14
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Feather_Of_Angel
Rate: 10
- Item: Anger_Of_Valkurye
Rate: 10
- Item: Sg_Violet_Potion_Box
Rate: 2500
- Item: Treasure_Box
Rate: 1250
- Item: High_Weapon_Box
Rate: 20
- Item: Accessory_Box
Rate: 20
- Item: Old_Card_Album
Rate: 250
- Item: Sg_Weapon_Supply_Box
Rate: 5
StealProtected: true
- Id: 1338
AegisName: TREASURE_BOX15
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Crystal_Jewel__
Rate: 3880
- Item: Seed_Of_Yggdrasil
Rate: 1500
- Item: Yggdrasilberry
Rate: 1250
- Item: Sg_White_Potion_Box
Rate: 400
- Item: Sg_Blue_Potion_Box
Rate: 400
- Item: Siege_Supply_Box
Rate: 400
- Item: Sg_Violet_Potion_Box
Rate: 400
- Item: Old_Card_Album
Rate: 500
StealProtected: true
- Id: 1339
AegisName: TREASURE_BOX16
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Foot_Step_Of_Cat
Rate: 10
- Item: Union_Of_Tribe
Rate: 250
- Item: Sg_Violet_Potion_Box
Rate: 2500
- Item: Treasure_Box
Rate: 1250
- Item: High_Weapon_Box
Rate: 20
- Item: Accessory_Box
Rate: 20
- Item: Old_Card_Album
Rate: 250
- Item: Sg_Weapon_Supply_Box
Rate: 5
StealProtected: true
- Id: 1340
AegisName: TREASURE_BOX17
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Crystal_Jewel__
Rate: 3880
- Item: Seed_Of_Yggdrasil
Rate: 1500
- Item: Yggdrasilberry
Rate: 1250
- Item: Sg_White_Potion_Box
Rate: 400
- Item: Sg_Blue_Potion_Box
Rate: 400
- Item: Siege_Supply_Box
Rate: 400
- Item: Sg_Violet_Potion_Box
Rate: 400
- Item: Old_Card_Album
Rate: 500
StealProtected: true
- Id: 1341
AegisName: TREASURE_BOX18
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Beard_Of_Women
Rate: 10
- Item: Union_Of_Tribe
Rate: 250
- Item: Sg_Violet_Potion_Box
Rate: 2500
- Item: Treasure_Box
Rate: 1250
- Item: High_Weapon_Box
Rate: 20
- Item: Accessory_Box
Rate: 20
- Item: Old_Card_Album
Rate: 250
- Item: Sg_Weapon_Supply_Box
Rate: 5
StealProtected: true
- Id: 1342
AegisName: TREASURE_BOX19
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Crystal_Jewel__
Rate: 3880
- Item: Seed_Of_Yggdrasil
Rate: 1500
- Item: Yggdrasilberry
Rate: 1250
- Item: Sg_White_Potion_Box
Rate: 400
- Item: Sg_Blue_Potion_Box
Rate: 400
- Item: Siege_Supply_Box
Rate: 400
- Item: Sg_Violet_Potion_Box
Rate: 400
- Item: Old_Card_Album
Rate: 500
StealProtected: true
- Id: 1343
AegisName: TREASURE_BOX20
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Root_Of_Stone
Rate: 10
- Item: Union_Of_Tribe
Rate: 250
- Item: Sg_Violet_Potion_Box
Rate: 2500
- Item: Treasure_Box
Rate: 1250
- Item: High_Weapon_Box
Rate: 20
- Item: Accessory_Box
Rate: 20
- Item: Old_Card_Album
Rate: 250
- Item: Sg_Weapon_Supply_Box
Rate: 5
StealProtected: true
- Id: 1344
AegisName: TREASURE_BOX21
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Crystal_Jewel__
Rate: 3880
- Item: Seed_Of_Yggdrasil
Rate: 1500
- Item: Yggdrasilberry
Rate: 1250
- Item: Sg_White_Potion_Box
Rate: 400
- Item: Sg_Blue_Potion_Box
Rate: 400
- Item: Siege_Supply_Box
Rate: 400
- Item: Sg_Violet_Potion_Box
Rate: 400
- Item: Old_Card_Album
Rate: 500
StealProtected: true
- Id: 1345
AegisName: TREASURE_BOX22
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Soul_Of_Fish
Rate: 20
- Item: Saliva_Of_Bird
Rate: 15
- Item: Sg_Violet_Potion_Box
Rate: 2500
- Item: Treasure_Box
Rate: 1250
- Item: High_Weapon_Box
Rate: 20
- Item: Accessory_Box
Rate: 20
- Item: Old_Card_Album
Rate: 250
- Item: Sg_Weapon_Supply_Box
Rate: 5
StealProtected: true
- Id: 1346
AegisName: TREASURE_BOX23
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Crystal_Jewel__
Rate: 3880
- Item: Seed_Of_Yggdrasil
Rate: 1500
- Item: Yggdrasilberry
Rate: 1250
- Item: Sg_White_Potion_Box
Rate: 400
- Item: Sg_Blue_Potion_Box
Rate: 400
- Item: Siege_Supply_Box
Rate: 400
- Item: Sg_Violet_Potion_Box
Rate: 400
- Item: Old_Card_Album
Rate: 500
StealProtected: true
- Id: 1347
AegisName: TREASURE_BOX24
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: God_Material_Box
Rate: 5
- Item: Union_Of_Tribe
Rate: 250
- Item: Old_Blue_Box
Rate: 5000
- Item: Yggdrasilberry
Rate: 2500
- Item: High_Weapon_Box
Rate: 20
- Item: Accessory_Box
Rate: 20
- Item: Old_Card_Album
Rate: 250
- Item: Sg_Weapon_Supply_Box
Rate: 5
StealProtected: true
- Id: 1348
AegisName: TREASURE_BOX25
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Crystal_Jewel__
Rate: 3880
- Item: Seed_Of_Yggdrasil
Rate: 1500
- Item: Yggdrasilberry
Rate: 1250
- Item: Sg_White_Potion_Box
Rate: 400
- Item: Sg_Blue_Potion_Box
Rate: 400
- Item: Siege_Supply_Box
Rate: 400
- Item: Sg_Violet_Potion_Box
Rate: 400
- Item: Old_Card_Album
Rate: 500
StealProtected: true
- Id: 1349
AegisName: TREASURE_BOX26
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Tendon_Of_Bear
Rate: 15
- Item: Union_Of_Tribe
Rate: 250
- Item: Sg_Violet_Potion_Box
Rate: 2500
- Item: Treasure_Box
Rate: 1250
- Item: High_Weapon_Box
Rate: 20
- Item: Accessory_Box
Rate: 20
- Item: Old_Card_Album
Rate: 250
- Item: Sg_Weapon_Supply_Box
Rate: 5
StealProtected: true
- Id: 1350
AegisName: TREASURE_BOX27
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Crystal_Jewel__
Rate: 3880
- Item: Seed_Of_Yggdrasil
Rate: 1500
- Item: Yggdrasilberry
Rate: 1250
- Item: Sg_White_Potion_Box
Rate: 400
- Item: Sg_Blue_Potion_Box
Rate: 400
- Item: Siege_Supply_Box
Rate: 400
- Item: Sg_Violet_Potion_Box
Rate: 400
- Item: Old_Card_Album
Rate: 500
StealProtected: true
- Id: 1351
AegisName: TREASURE_BOX28
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Symbol_Of_Sun
Rate: 15
- Item: Union_Of_Tribe
Rate: 250
- Item: Sg_Violet_Potion_Box
Rate: 2500
- Item: Treasure_Box
Rate: 1250
- Item: High_Weapon_Box
Rate: 20
- Item: Accessory_Box
Rate: 20
- Item: Old_Card_Album
Rate: 250
- Item: Sg_Weapon_Supply_Box
Rate: 5
StealProtected: true
- Id: 1352
AegisName: TREASURE_BOX29
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Crystal_Jewel__
Rate: 3880
- Item: Seed_Of_Yggdrasil
Rate: 1500
- Item: Yggdrasilberry
Rate: 1250
- Item: Sg_White_Potion_Box
Rate: 400
- Item: Sg_Blue_Potion_Box
Rate: 400
- Item: Siege_Supply_Box
Rate: 400
- Item: Sg_Violet_Potion_Box
Rate: 400
- Item: Old_Card_Album
Rate: 500
StealProtected: true
- Id: 1353
AegisName: TREASURE_BOX30
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Breath_Of_Soul
Rate: 20
- Item: Union_Of_Tribe
Rate: 250
- Item: Sg_Violet_Potion_Box
Rate: 2500
- Item: Treasure_Box
Rate: 1250
- Item: High_Weapon_Box
Rate: 20
- Item: Accessory_Box
Rate: 20
- Item: Old_Card_Album
Rate: 250
- Item: Sg_Weapon_Supply_Box
Rate: 5
StealProtected: true
- Id: 1354
AegisName: TREASURE_BOX31
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Crystal_Jewel__
Rate: 3880
- Item: Seed_Of_Yggdrasil
Rate: 1500
- Item: Yggdrasilberry
Rate: 1250
- Item: Sg_White_Potion_Box
Rate: 400
- Item: Sg_Blue_Potion_Box
Rate: 400
- Item: Siege_Supply_Box
Rate: 400
- Item: Sg_Violet_Potion_Box
Rate: 400
- Item: Old_Card_Album
Rate: 500
StealProtected: true
- Id: 1355
AegisName: TREASURE_BOX32
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: God_Material_Box
Rate: 5
- Item: Union_Of_Tribe
Rate: 250
- Item: Old_Blue_Box
Rate: 5000
- Item: Yggdrasilberry
Rate: 2500
- Item: High_Weapon_Box
Rate: 20
- Item: Accessory_Box
Rate: 20
- Item: Old_Card_Album
Rate: 250
- Item: Sg_Weapon_Supply_Box
Rate: 5
StealProtected: true
- Id: 1356
AegisName: TREASURE_BOX33
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Crystal_Jewel__
Rate: 3880
- Item: Seed_Of_Yggdrasil
Rate: 1500
- Item: Yggdrasilberry
Rate: 1250
- Item: Sg_White_Potion_Box
Rate: 400
- Item: Sg_Blue_Potion_Box
Rate: 400
- Item: Siege_Supply_Box
Rate: 400
- Item: Sg_Violet_Potion_Box
Rate: 400
- Item: Old_Card_Album
Rate: 500
StealProtected: true
- Id: 1357
AegisName: TREASURE_BOX34
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Indication_Of_Tempest
Rate: 10
- Item: Union_Of_Tribe
Rate: 250
- Item: Sg_Violet_Potion_Box
Rate: 2500
- Item: Treasure_Box
Rate: 1250
- Item: High_Weapon_Box
Rate: 20
- Item: Accessory_Box
Rate: 20
- Item: Old_Card_Album
Rate: 250
- Item: Sg_Weapon_Supply_Box
Rate: 5
StealProtected: true
- Id: 1358
AegisName: TREASURE_BOX35
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Crystal_Jewel__
Rate: 3880
- Item: Seed_Of_Yggdrasil
Rate: 1500
- Item: Yggdrasilberry
Rate: 1250
- Item: Sg_White_Potion_Box
Rate: 400
- Item: Sg_Blue_Potion_Box
Rate: 400
- Item: Siege_Supply_Box
Rate: 400
- Item: Sg_Violet_Potion_Box
Rate: 400
- Item: Old_Card_Album
Rate: 500
StealProtected: true
- Id: 1359
AegisName: TREASURE_BOX36
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Slilince_Wave
Rate: 20
- Item: Crystal_Of_Snow
Rate: 15
- Item: Sg_Violet_Potion_Box
Rate: 2500
- Item: Treasure_Box
Rate: 1250
- Item: High_Weapon_Box
Rate: 20
- Item: Accessory_Box
Rate: 20
- Item: Old_Card_Album
Rate: 250
- Item: Sg_Weapon_Supply_Box
Rate: 5
StealProtected: true
- Id: 1360
AegisName: TREASURE_BOX37
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Crystal_Jewel__
Rate: 3880
- Item: Seed_Of_Yggdrasil
Rate: 1500
- Item: Yggdrasilberry
Rate: 1250
- Item: Sg_White_Potion_Box
Rate: 400
- Item: Sg_Blue_Potion_Box
Rate: 400
- Item: Siege_Supply_Box
Rate: 400
- Item: Sg_Violet_Potion_Box
Rate: 400
- Item: Old_Card_Album
Rate: 500
StealProtected: true
- Id: 1361
AegisName: TREASURE_BOX38
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Rough_Billows
Rate: 10
- Item: Union_Of_Tribe
Rate: 250
- Item: Sg_Violet_Potion_Box
Rate: 2500
- Item: Treasure_Box
Rate: 1250
- Item: High_Weapon_Box
Rate: 20
- Item: Accessory_Box
Rate: 20
- Item: Old_Card_Album
Rate: 250
- Item: Sg_Weapon_Supply_Box
Rate: 5
StealProtected: true
- Id: 1362
AegisName: TREASURE_BOX39
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Crystal_Jewel__
Rate: 3880
- Item: Seed_Of_Yggdrasil
Rate: 1500
- Item: Yggdrasilberry
Rate: 1250
- Item: Sg_White_Potion_Box
Rate: 400
- Item: Sg_Blue_Potion_Box
Rate: 400
- Item: Siege_Supply_Box
Rate: 400
- Item: Sg_Violet_Potion_Box
Rate: 400
- Item: Old_Card_Album
Rate: 500
StealProtected: true
- Id: 1363
AegisName: TREASURE_BOX40
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Air_Stream
Rate: 20
- Item: Union_Of_Tribe
Rate: 250
- Item: Sg_Violet_Potion_Box
Rate: 2500
- Item: Treasure_Box
Rate: 1250
- Item: High_Weapon_Box
Rate: 20
- Item: Accessory_Box
Rate: 20
- Item: Old_Card_Album
Rate: 250
- Item: Sg_Weapon_Supply_Box
Rate: 5
StealProtected: true
- Id: 1364
AegisName: G_ASSULTER
Name: Assaulter
Level: 98
Hp: 7798
Attack: 293
Attack2: 67
Defense: 83
MagicDefense: 49
Str: 100
Agi: 86
Vit: 30
Int: 20
Dex: 98
Luk: 15
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
RaceGroups:
Ninja: true
Element: Wind
ElementLevel: 2
WalkSpeed: 155
AttackDelay: 1000
AttackMotion: 900
ClientAttackMotion: 1440
DamageMotion: 432
Ai: 21
Modes:
Detector: true
FixedItemDrop: true
Drops:
- Item: Wooden_Block
Rate: 4500
- Id: 1365
AegisName: APOCALIPS
Name: Apocalypse
Level: 121
Hp: 31663
BaseExp: 3047
JobExp: 2924
Attack: 995
Attack2: 116
Defense: 136
MagicDefense: 26
Str: 130
Agi: 53
Vit: 76
Int: 25
Dex: 125
Luk: 15
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 400
AttackDelay: 1840
AttackMotion: 1440
ClientAttackMotion: 720
DamageMotion: 384
Ai: 17
Drops:
- Item: Broken_Steel_Piece
Rate: 2668
- Item: Mystery_Piece
Rate: 1200
- Item: Wheel
Rate: 1100
- Item: Elunium
Rate: 3
- Item: Destroyer_
Rate: 1
- Item: Manteau_
Rate: 10
- Item: Runstone_Ancient
Rate: 50
- Item: Apocalips_Card
Rate: 1
StealProtected: true
- Id: 1366
AegisName: LAVA_GOLEM
Name: Lava Golem
Level: 103
Hp: 10244
BaseExp: 1585
JobExp: 1507
Attack: 562
Attack2: 53
Defense: 299
MagicDefense: 27
Str: 126
Agi: 42
Vit: 103
Int: 28
Dex: 92
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
RaceGroups:
Golem: true
Element: Fire
ElementLevel: 4
WalkSpeed: 400
AttackDelay: 2190
AttackMotion: 2040
ClientAttackMotion: 720
DamageMotion: 336
Ai: 19
Drops:
- Item: Cold_Magma
Rate: 2280
- Item: Burning_Heart
Rate: 1843
- Item: Plate_Armor_
Rate: 1
- Item: Crimson_Robe
Rate: 1
- Item: White_Herb
Rate: 1250
- Item: Magma_Fist
Rate: 10
- Item: Black_Powder
Rate: 250
- Item: Lava_Golem_Card
Rate: 1
StealProtected: true
- Id: 1367
AegisName: BLAZZER
Name: Blazer
Level: 101
Hp: 9503
BaseExp: 1545
JobExp: 1467
Attack: 471
Attack2: 94
Defense: 116
MagicDefense: 60
Str: 99
Agi: 75
Vit: 55
Int: 70
Dex: 72
Luk: 65
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Fire
ElementLevel: 2
WalkSpeed: 180
AttackDelay: 1732
AttackMotion: 1332
ClientAttackMotion: 468
DamageMotion: 540
Ai: 20
Modes:
Detector: true
Drops:
- Item: Burning_Heart
Rate: 1200
- Item: Live_Coal
Rate: 850
- Item: White_Herb
Rate: 700
- Item: Blazzer_Card
Rate: 1
StealProtected: true
- Id: 1368
AegisName: GEOGRAPHER
Name: Geographer
Level: 73
Hp: 3408
BaseExp: 804
JobExp: 706
Attack: 278
Attack2: 82
Defense: 158
MagicDefense: 42
Str: 81
Agi: 26
Vit: 35
Int: 56
Dex: 72
Luk: 60
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 3
WalkSpeed: 1000
AttackDelay: 1308
AttackMotion: 1008
ClientAttackMotion: 480
DamageMotion: 480
Ai: 10
Drops:
- Item: Blossom_Of_Maneater
Rate: 3100
- Item: Root_Of_Maneater
Rate: 2750
- Item: Sunflower
Rate: 15
- Item: Fancy_Flower
Rate: 25
- Item: Holy_Scroll_1_5
Rate: 50
- Item: Very_Soft_Plant
Rate: 5
- Item: Geographer_Card
Rate: 1
StealProtected: true
- Id: 1369
AegisName: GRAND_PECO
Name: Grand Peco
Level: 75
Hp: 3084
BaseExp: 794
JobExp: 734
Attack: 270
Attack2: 56
Defense: 95
MagicDefense: 30
Str: 63
Agi: 45
Vit: 50
Int: 23
Dex: 61
Luk: 25
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Fire
ElementLevel: 2
WalkSpeed: 165
AttackDelay: 1460
AttackMotion: 960
ClientAttackMotion: 2304
DamageMotion: 432
Ai: 03
Drops:
- Item: Peco_Wing_Feather
Rate: 2425
- Item: Fruit_Of_Mastela
Rate: 150
- Item: Wind_Of_Verdure
Rate: 500
- Item: Gold
Rate: 1
- Item: Orange
Rate: 250
- Item: Grand_Peco_Card
Rate: 1
StealProtected: true
- Id: 1370
AegisName: SUCCUBUS
Name: Succubus
Level: 119
Hp: 25297
BaseExp: 2629
JobExp: 2521
Attack: 773
Attack2: 394
Defense: 76
MagicDefense: 48
Str: 100
Agi: 64
Vit: 45
Int: 80
Dex: 115
Luk: 85
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 155
AttackDelay: 1306
AttackMotion: 1056
ClientAttackMotion: 576
DamageMotion: 288
Ai: 21
Modes:
Detector: true
Drops:
- Item: Fruit_Of_Mastela
Rate: 750
- Item: Chrystal_Pumps
Rate: 2
- Item: Boy's_Naivety
Rate: 1
- Item: Diamond_Ring
Rate: 125
- Item: Horn_Of_Succubus
Rate: 1
- Item: Staff_Of_Soul
Rate: 1
- Item: Huuma_Swirling_Petal
Rate: 50
- Item: Succubus_Card
Rate: 1
StealProtected: true
- Id: 1371
AegisName: FAKE_ANGEL
Name: False Angel
JapaneseName: Fake Angel
Level: 105
Hp: 10431
BaseExp: 1625
JobExp: 1547
Attack: 551
Attack2: 135
Defense: 106
MagicDefense: 84
Str: 112
Agi: 67
Vit: 43
Int: 81
Dex: 82
Luk: 80
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Angel
Element: Holy
ElementLevel: 3
WalkSpeed: 160
AttackDelay: 920
AttackMotion: 720
ClientAttackMotion: 420
DamageMotion: 336
Ai: 04
Drops:
- Item: Light_Of_Cure
Rate: 5
- Item: Seal_Of_Cathedral
Rate: 5
- Item: Ring_Of_Archbishop
Rate: 5
- Item: Yellow_Gemstone
Rate: 500
- Item: Red_Gemstone
Rate: 500
- Item: Water_Of_Darkness
Rate: 500
- Item: Carrot_Whip
Rate: 10
- Item: Fake_Angel_Card
Rate: 1
StealProtected: true
- Id: 1372
AegisName: GOAT
Name: Goat
Level: 80
Hp: 2905
BaseExp: 869
JobExp: 809
Attack: 281
Attack2: 60
Defense: 95
MagicDefense: 43
Str: 61
Agi: 40
Vit: 48
Int: 40
Dex: 78
Luk: 31
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Fire
ElementLevel: 3
WalkSpeed: 165
AttackDelay: 1380
AttackMotion: 1080
ClientAttackMotion: 720
DamageMotion: 336
Ai: 03
Drops:
- Item: Goat's_Horn
Rate: 2280
- Item: Gaoat's_Skin
Rate: 1250
- Item: Red_Herb
Rate: 250
- Item: Blue_Herb
Rate: 500
- Item: Yellow_Herb
Rate: 1250
- Item: Green_Herb
Rate: 2750
- Item: Goat_Card
Rate: 1
StealProtected: true
- Id: 1373
AegisName: LORD_OF_DEATH
Name: Lord of the Dead
JapaneseName: Lord of Death
Level: 94
Hp: 603883
BaseExp: 262272
JobExp: 172626
MvpExp: 131136
Attack: 5351
Attack2: 1962
Defense: 336
MagicDefense: 73
Str: 140
Agi: 99
Vit: 30
Int: 129
Dex: 170
Luk: 90
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 1446
AttackMotion: 1296
ClientAttackMotion: 768
DamageMotion: 360
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Crystal_Jewel__
Rate: 5000
- Item: Old_Violet_Box
Rate: 5000
- Item: Bs_Making_S
Rate: 5000
Drops:
- Item: Boroken_Shiled_Piece
Rate: 2668
- Item: Pole_Axe
Rate: 3
- Item: House_Auger
Rate: 5
- Item: Ring_
Rate: 1
- Item: Shine_Spear_Blade
Rate: 5
- Item: Zelunium
Rate: 50
- Item: Iron_Driver
Rate: 1
- Item: Lord_Of_Death_Card
Rate: 1
StealProtected: true
- Id: 1374
AegisName: INCUBUS
Name: Incubus
Level: 120
Hp: 25428
BaseExp: 2652
JobExp: 2544
Attack: 793
Attack2: 375
Defense: 72
MagicDefense: 46
Str: 120
Agi: 56
Vit: 52
Int: 75
Dex: 139
Luk: 70
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 165
AttackDelay: 850
AttackMotion: 600
ClientAttackMotion: 420
DamageMotion: 336
Ai: 21
Modes:
Detector: true
Drops:
- Item: Fruit_Of_Mastela
Rate: 750
- Item: White_Herb
Rate: 2750
- Item: Inccubus_Horn
Rate: 1
- Item: Ring_
Rate: 1
- Item: Gold_Ring
Rate: 250
- Item: Diamond_Ring
Rate: 75
- Item: Huuma_Swirling_Petal
Rate: 50
- Item: Incubus_Card
Rate: 1
StealProtected: true
- Id: 1375
AegisName: THE_PAPER
Name: The Paper
Level: 97
Hp: 8939
BaseExp: 1330
JobExp: 1259
Attack: 424
Attack2: 110
Defense: 32
MagicDefense: 39
Str: 77
Agi: 49
Vit: 30
Int: 5
Dex: 73
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 350
AttackDelay: 720
AttackMotion: 864
ClientAttackMotion: 540
DamageMotion: 504
Ai: 04
Drops:
- Item: Smooth_Paper
Rate: 2474
- Item: Fright_Paper_Blade
Rate: 1600
- Item: Yellow_Herb
Rate: 900
- Item: Green_Herb
Rate: 1000
- Item: Kamaitachi
Rate: 3
- Item: The_Paper_Card
Rate: 1
StealProtected: true
- Id: 1376
AegisName: HARPY
Name: Harpy
Level: 83
Hp: 4454
BaseExp: 986
JobExp: 921
Attack: 305
Attack2: 41
Defense: 69
MagicDefense: 44
Str: 71
Agi: 39
Vit: 50
Int: 31
Dex: 125
Luk: 12
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Wind
ElementLevel: 3
WalkSpeed: 155
AttackDelay: 972
AttackMotion: 672
ClientAttackMotion: 384
DamageMotion: 470
Ai: 04
Modes:
Detector: true
Drops:
- Item: Harpy's_Feather
Index: 0
Rate: 2425
- Item: Harpy's_Claw
Index: 1
Rate: 1250
- Item: Yellow_Herb
Index: 2
Rate: 750
- Item: Yellow_Herb
Index: 3
Rate: 400
- Item: Izidor
Index: 4
Rate: 10
- Item: Electric_Fist
Index: 5
Rate: 10
- Item: Harpy_Card
Index: 6
Rate: 1
StealProtected: true
- Id: 1377
AegisName: ELDER
Name: Elder
Level: 92
Hp: 7780
BaseExp: 1238
JobExp: 1167
Attack: 416
Attack2: 802
Defense: 72
MagicDefense: 41
Str: 67
Agi: 63
Vit: 35
Int: 99
Dex: 106
Luk: 61
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
RaceGroups:
Clocktower: true
Element: Neutral
ElementLevel: 4
WalkSpeed: 165
AttackDelay: 1552
AttackMotion: 1152
ClientAttackMotion: 720
DamageMotion: 336
Ai: 04
Drops:
- Item: Old_Magic_Circle
Rate: 2000
- Item: Rent_Spell_Book
Rate: 750
- Item: Elder_Branch
Rate: 500
- Item: Encyclopedia
Rate: 5
- Item: Wizardy_Staff
Rate: 1
- Item: Old_Card_Album
Rate: 1
- Item: Underground_Key
Rate: 1500
- Item: Elder_Card
Rate: 1
StealProtected: true
- Id: 1378
AegisName: DEMON_PUNGUS
Name: Demon Pungus
Level: 91
Hp: 6284
BaseExp: 1220
JobExp: 1149
Attack: 333
Attack2: 65
Defense: 80
MagicDefense: 52
Str: 63
Agi: 61
Vit: 30
Int: 38
Dex: 95
Luk: 43
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
RaceGroups:
Clocktower: true
Element: Poison
ElementLevel: 3
WalkSpeed: 170
AttackDelay: 1260
AttackMotion: 960
ClientAttackMotion: 672
DamageMotion: 672
Ai: 04
Modes:
Detector: true
Drops:
- Item: Spawns
Rate: 2037
- Item: Mould_Powder
Rate: 2280
- Item: Yellow_Gemstone
Rate: 1940
- Item: Starsand_Of_Witch
Rate: 2500
- Item: Demon_Pungus_Card
Rate: 1
StealProtected: true
- Id: 1379
AegisName: NIGHTMARE_TERROR
Name: Nightmare Terror
Level: 107
Hp: 17079
BaseExp: 1845
JobExp: 1759
Attack: 593
Attack2: 226
Defense: 78
MagicDefense: 37
Str: 118
Agi: 53
Vit: 55
Int: 63
Dex: 106
Luk: 43
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 165
AttackDelay: 1216
AttackMotion: 816
ClientAttackMotion: 720
DamageMotion: 432
Ai: 04
Modes:
Detector: true
Drops:
- Item: Burning_Horse_Shoe
Rate: 1200
- Item: Rosary_
Rate: 1
- Item: Rosary
Rate: 15
- Item: Blue_Potion
Rate: 25
- Item: Blue_Herb
Rate: 75
- Item: Ghost_Scroll_1_5
Rate: 50
- Item: Infiltrator
Rate: 1
- Item: Nightmare_Terror_Card
Rate: 1
StealProtected: true
- Id: 1380
AegisName: DRILLER
Name: Driller
Level: 65
Hp: 2363
BaseExp: 642
JobExp: 556
Attack: 199
Attack2: 31
Defense: 96
MagicDefense: 18
Str: 62
Agi: 50
Vit: 25
Int: 15
Dex: 53
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 165
AttackDelay: 1300
AttackMotion: 900
ClientAttackMotion: 540
DamageMotion: 336
Ai: 04
Drops:
- Item: Lizard_Scruff
Rate: 3750
- Item: Yellow_Gemstone
Rate: 1940
- Item: Red_Gemstone
Rate: 1750
- Item: Driller_Card
Rate: 1
StealProtected: true
- Id: 1381
AegisName: GRIZZLY
Name: Grizzly
Level: 66
Hp: 2185
BaseExp: 625
JobExp: 569
Attack: 205
Attack2: 13
Defense: 109
MagicDefense: 2
Str: 60
Agi: 26
Vit: 44
Int: 3
Dex: 86
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Fire
ElementLevel: 3
WalkSpeed: 165
AttackDelay: 1492
AttackMotion: 1092
ClientAttackMotion: 840
DamageMotion: 192
Ai: 04
Drops:
- Item: Bear's_Foot
Rate: 2500
- Item: Animal's_Skin
Rate: 2500
- Item: Nice_Sweet_Potato
Rate: 1250
- Item: Odin's_Blessing
Rate: 10
- Item: Grizzly_Card
Rate: 1
StealProtected: true
- Id: 1382
AegisName: DIABOLIC
Name: Diabolic
Level: 104
Hp: 11485
BaseExp: 1605
JobExp: 1527
Attack: 425
Attack2: 200
Defense: 68
MagicDefense: 61
Str: 103
Agi: 80
Vit: 53
Int: 65
Dex: 94
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1080
AttackMotion: 780
ClientAttackMotion: 864
DamageMotion: 180
Ai: 04
Modes:
Detector: true
Drops:
- Item: Petite_DiablOfs_Horn
Rate: 1450
- Item: Petite_DiablOfs_Wing
Rate: 1200
- Item: Brooch
Rate: 2
- Item: Oridecon
Rate: 10
- Item: Unholy_Touch
Rate: 5
- Item: Crimson_Orb
Rate: 1
- Item: Diabolic_Card
Rate: 1
StealProtected: true
- Id: 1383
AegisName: EXPLOSION
Name: Explosion
Level: 100
Hp: 6464
BaseExp: 1387
JobExp: 1316
Attack: 406
Attack2: 110
Defense: 112
MagicDefense: 50
Str: 91
Agi: 51
Vit: 63
Int: 50
Dex: 78
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Fire
ElementLevel: 3
WalkSpeed: 165
AttackDelay: 1260
AttackMotion: 960
ClientAttackMotion: 480
DamageMotion: 336
Ai: 04
Drops:
- Item: Wing_Of_Red_Bat
Rate: 2750
- Item: Burning_Heart
Rate: 1100
- Item: Hot_Hair
Rate: 1600
- Item: Oridecon_Stone
Rate: 400
- Item: Fruit_Of_Mastela
Rate: 200
- Item: Explosion_Card
Rate: 1
StealProtected: true
- Id: 1384
AegisName: DELETER
Name: Deleter
Level: 105
Hp: 9851
BaseExp: 1625
JobExp: 1547
Attack: 551
Attack2: 179
Defense: 111
MagicDefense: 53
Str: 105
Agi: 55
Vit: 53
Int: 68
Dex: 80
Luk: 73
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Dragon
Element: Fire
ElementLevel: 2
WalkSpeed: 175
AttackDelay: 1020
AttackMotion: 720
ClientAttackMotion: 336
DamageMotion: 384
Ai: 13
Drops:
- Item: Dragon's_Skin
Rate: 1000
- Item: Dragon_Canine
Rate: 1300
- Item: Dragon_Train
Rate: 1000
- Item: Dragon_Scale
Rate: 1000
- Item: Strange_Foxtail
Rate: 20
- Item: Doram_Only_Cape
Rate: 20
- Item: Flying_Deleter_Card
Rate: 1
StealProtected: true
- Id: 1385
AegisName: DELETER_
Name: Deleter
Level: 105
Hp: 9851
BaseExp: 1625
JobExp: 1547
Attack: 551
Attack2: 211
Defense: 114
MagicDefense: 53
Str: 98
Agi: 65
Vit: 49
Int: 72
Dex: 68
Luk: 73
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Dragon
Element: Fire
ElementLevel: 2
WalkSpeed: 175
AttackDelay: 1024
AttackMotion: 624
ClientAttackMotion: 336
DamageMotion: 336
Ai: 13
Drops:
- Item: Dragon's_Skin
Rate: 1000
- Item: Dragon_Canine
Rate: 1300
- Item: Dragon_Train
Rate: 1000
- Item: Dragon_Scale
Rate: 1000
- Item: Stone_Buckler
Rate: 5
- Item: Detail_Model_Foxtail
Rate: 20
- Item: Doram_Only_Shoes
Rate: 20
- Item: Deleter_Card
Rate: 1
StealProtected: true
- Id: 1386
AegisName: SLEEPER
Name: Sleeper
Level: 81
Hp: 4505
BaseExp: 1001
JobExp: 889
Attack: 332
Attack2: 48
Defense: 101
MagicDefense: 29
Str: 74
Agi: 41
Vit: 57
Int: 27
Dex: 65
Luk: 27
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Earth
ElementLevel: 2
WalkSpeed: 195
AttackDelay: 1350
AttackMotion: 1200
ClientAttackMotion: 720
DamageMotion: 432
Ai: 04
Drops:
- Item: Sand_Lump
Rate: 2474
- Item: Grit
Rate: 2668
- Item: Great_Nature
Rate: 1250
- Item: Oridecon_Stone
Rate: 150
- Item: Scarlet_Dagger
Rate: 50
RandomOptionGroup: Group_5
- Item: Hypnotist's_Staff_
Rate: 3
- Item: Fine_Sand
Rate: 600
- Item: Sleeper_Card
Rate: 1
StealProtected: true
- Id: 1387
AegisName: GIG
Name: Gig
Level: 100
Hp: 6926
BaseExp: 1387
JobExp: 1316
Attack: 406
Attack2: 123
Defense: 104
MagicDefense: 53
Str: 92
Agi: 66
Vit: 60
Int: 48
Dex: 72
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Fire
ElementLevel: 2
WalkSpeed: 170
AttackDelay: 1264
AttackMotion: 864
ClientAttackMotion: 384
DamageMotion: 576
Ai: 04
Drops:
- Item: Scropion's_Nipper
Rate: 1000
- Item: Scorpion's_Tail
Rate: 1300
- Item: Red_Gemstone
Rate: 75
- Item: Panacea
Rate: 1250
- Item: Flame_Heart
Rate: 425
- Item: Gig_Card
Rate: 1
StealProtected: true
- Id: 1388
AegisName: ARCHANGELING
Name: Arc Angeling
JapaneseName: Archangeling
Level: 84
Hp: 25100
BaseExp: 1789
JobExp: 1455
Attack: 593
Attack2: 100
Defense: 92
MagicDefense: 81
Str: 32
Agi: 48
Vit: 62
Int: 99
Dex: 119
Luk: 105
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Angel
Element: Holy
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 1072
AttackMotion: 672
ClientAttackMotion: 312
DamageMotion: 480
Ai: 21
Class: Boss
Drops:
- Item: Satanic_Chain
Rate: 3
- Item: Seed_Of_Yggdrasil
Rate: 75
- Item: Agate
Rate: 750
- Item: Angelic_Chain
Rate: 3
- Item: Plate_Armor_
Rate: 2
- Item: Turquoise
Rate: 750
- Item: Archangeling_Card
Rate: 1
StealProtected: true
- Id: 1389
AegisName: DRACULA
Name: Dracula
Level: 75
Hp: 350000
BaseExp: 171864
JobExp: 122760
MvpExp: 85932
Attack: 2454
Attack2: 1812
Defense: 252
MagicDefense: 146
Str: 86
Agi: 99
Vit: 88
Int: 92
Dex: 194
Luk: 82
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 4
WalkSpeed: 145
AttackDelay: 1290
AttackMotion: 1140
ClientAttackMotion: 780
DamageMotion: 576
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Bs_Making_S
Rate: 5000
- Item: Crystal_Jewel__
Rate: 5000
- Item: Fruit_Of_Mastela
Rate: 5000
Drops:
- Item: Yggdrasilberry
Rate: 10000
- Item: Wizardy_Staff
Rate: 15
- Item: Balistar
Rate: 15
- Item: Cape_Of_Ancient_Lord
Rate: 40
- Item: Ring_
Rate: 10
- Item: Book_Of_The_Apocalypse
Rate: 10
- Item: Zelunium
Rate: 50
- Item: Dracula_Card
Rate: 5
StealProtected: true
- Id: 1390
AegisName: VIOLY
Name: Violy
Level: 118
Hp: 22880
BaseExp: 2606
JobExp: 2498
Attack: 835
Attack2: 120
Defense: 74
MagicDefense: 36
Str: 90
Agi: 86
Vit: 38
Int: 76
Dex: 126
Luk: 63
AttackRange: 10
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 170
AttackDelay: 1356
AttackMotion: 1056
ClientAttackMotion: 240
DamageMotion: 540
Ai: 05
Drops:
- Item: Golden_Hair
Rate: 3153
- Item: High_end_Cooking_Kits
Rate: 25
- Item: Stuffed_Doll
Rate: 600
- Item: Base_Guitar
Rate: 25
- Item: Royal_Jelly
Rate: 700
- Item: Water_Of_Darkness
Rate: 500
- Item: Scarlet_Viollin
Rate: 50
RandomOptionGroup: Group_5
- Item: Violy_Card
Rate: 1
StealProtected: true
- Id: 1391
AegisName: GALAPAGO
Name: Galapago
Level: 45
Hp: 982
BaseExp: 369
JobExp: 301
Attack: 81
Attack2: 35
Defense: 70
MagicDefense: 16
Str: 30
Agi: 28
Vit: 29
Int: 18
Dex: 30
Luk: 16
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 165
AttackDelay: 1430
AttackMotion: 1080
ClientAttackMotion: 480
DamageMotion: 1080
Ai: 07
Drops:
- Item: Cyfar
Rate: 2668
- Item: Coconut_Fruit
Rate: 150
- Item: Yellow_Herb
Rate: 1750
- Item: Aloebera
Rate: 50
- Item: Melon
Rate: 150
- Item: Galapago_Cap
Rate: 1
- Item: Wing_Of_Fly
Rate: 500
- Item: Galapago_Card
Rate: 1
StealProtected: true
- Id: 1392
AegisName: ROTAR_ZAIRO
Name: Rotar Zairo
Level: 48
Hp: 1290
BaseExp: 379
JobExp: 328
Attack: 102
Attack2: 40
Defense: 57
MagicDefense: 34
Str: 29
Agi: 70
Vit: 45
Int: 26
Dex: 61
Luk: 5
AttackRange: 10
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Wind
ElementLevel: 2
WalkSpeed: 155
AttackDelay: 2416
AttackMotion: 2016
ClientAttackMotion: 1008
DamageMotion: 432
Ai: 05
Drops:
- Item: Large_Jellopy
Rate: 250
- Item: Padded_Armor
Rate: 1
- Item: Cyfar
Rate: 500
- Item: Steel
Rate: 225
- Item: Wing_Of_Fly
Rate: 500
- Item: Zargon
Rate: 1250
- Item: Garlet
Rate: 2750
- Item: Rotar_Zairo_Card
Rate: 1
StealProtected: true
- Id: 1393
AegisName: G_MUMMY
Name: Mummy
Level: 55
Hp: 1899
Attack: 126
Attack2: 21
Defense: 95
MagicDefense: 3
Str: 54
Agi: 4
Vit: 14
Dex: 68
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 1772
AttackMotion: 72
ClientAttackMotion: 288
DamageMotion: 384
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1394
AegisName: G_ZOMBIE
Name: Zombie
Level: 17
Hp: 204
Attack: 8
Attack2: 12
Defense: 20
MagicDefense: 3
Str: 15
Agi: 8
Vit: 17
Int: 0
Dex: 15
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 2612
AttackMotion: 912
ClientAttackMotion: 816
DamageMotion: 288
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1395
AegisName: CRYSTAL_1
Name: Wind Crystal
Level: 1
Hp: 30
Defense: 99
MagicDefense: 160
Dex: 999
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 190
AttackDelay: 864
AttackMotion: 1864
ClientAttackMotion: 960
DamageMotion: 288
Ai: 01
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: 2019_SStarR_Ticket
Index: 0
Rate: 500
- Item: 2019_SStarR_Ticket
Index: 1
Rate: 250
- Item: E_Scrystal_Box
Index: 2
Rate: 150
- Item: Crystal_Blue
Index: 3
Rate: 1000
- Item: Crystal_Blue
Index: 4
Rate: 1000
- Item: Oridecon_Stone
Index: 5
Rate: 150
- Id: 1396
AegisName: CRYSTAL_2
Name: Earth Crystal
Level: 1
Hp: 30
Defense: 99
MagicDefense: 160
Dex: 999
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 190
AttackDelay: 864
AttackMotion: 1864
ClientAttackMotion: 960
DamageMotion: 288
Ai: 01
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: 2019_SStarR_Ticket
Index: 0
Rate: 500
- Item: 2019_SStarR_Ticket
Index: 1
Rate: 250
- Item: E_Scrystal_Box
Index: 2
Rate: 150
- Item: Crystal_Blue
Index: 3
Rate: 1000
- Item: Crystal_Blue
Index: 4
Rate: 1000
- Item: Oridecon_Stone
Index: 5
Rate: 150
- Id: 1397
AegisName: CRYSTAL_3
Name: Fire Crystal
Level: 1
Hp: 50
Defense: 99
MagicDefense: 160
Dex: 999
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 190
AttackDelay: 864
AttackMotion: 1864
ClientAttackMotion: 960
DamageMotion: 288
Ai: 01
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: 2019_SStarR_Ticket
Index: 0
Rate: 650
- Item: 2019_SStarR_Ticket
Index: 1
Rate: 350
- Item: 2019_SStarR_Tbox
Index: 2
Rate: 175
- Item: E_Mcrystal_Box
Index: 3
Rate: 150
- Item: Crystal_Blue
Index: 4
Rate: 1500
- Item: Crystal_Blue
Index: 5
Rate: 1500
- Item: Oridecon_Stone
Index: 6
Rate: 350
- Id: 1398
AegisName: CRYSTAL_4
Name: Water Crystal
Level: 1
Hp: 30
Defense: 99
MagicDefense: 160
Dex: 999
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 190
AttackDelay: 864
AttackMotion: 1864
ClientAttackMotion: 960
DamageMotion: 288
Ai: 01
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: 2019_SStarR_Ticket
Index: 0
Rate: 500
- Item: 2019_SStarR_Ticket
Index: 1
Rate: 250
- Item: E_Scrystal_Box
Index: 2
Rate: 150
- Item: Crystal_Blue
Index: 3
Rate: 1000
- Item: Crystal_Blue
Index: 4
Rate: 1000
- Item: Oridecon_Stone
Index: 5
Rate: 150
- Id: 1399
AegisName: EVENT_BAPHO
Name: Baphomet
Level: 68
Hp: 1264000
Sp: 0
BaseExp: 41225
JobExp: 12553
MvpExp: 68709
Attack: 1939
Attack2: 420
Defense: 35
MagicDefense: 45
Agi: 152
Vit: 96
Int: 85
Dex: 132
Luk: 95
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 130
AttackDelay: 768
AttackMotion: 768
ClientAttackMotion: 384
DamageMotion: 576
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Yggdrasilberry
Rate: 5500
- Item: Royal_Jelly
Rate: 5000
- Item: Crystal_Jewel__
Rate: 5000
Drops:
- Item: Pole_Axe
Rate: 275
- Item: War_Axe
Rate: 340
- Item: Holy_Avenger
Rate: 240
- Item: Holy_Guard
Rate: 320
- Item: Holy_Robe
Rate: 750
- Item: Herald_Of_GOD
Rate: 250
- Item: Ring_
Rate: 860
- Item: Magestic_Goat
Rate: 775
StealProtected: true
- Id: 1400
AegisName: KARAKASA
Name: Karakasa
Level: 72
Hp: 3027
BaseExp: 752
JobExp: 692
Attack: 225
Attack2: 42
Defense: 93
MagicDefense: 29
Str: 66
Agi: 73
Vit: 33
Int: 20
Dex: 64
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 155
AttackDelay: 1638
AttackMotion: 2016
ClientAttackMotion: 432
DamageMotion: 576
Ai: 01
Drops:
- Item: Oil_Paper
Rate: 2500
- Item: Bamboo_Cut
Rate: 2134
- Item: Wooden_Block
Rate: 1600
- Item: Smooth_Paper
Rate: 1100
- Item: Zargon
Rate: 2037
- Item: Glass_Bead
Rate: 15
- Item: Murasame
Rate: 3
- Item: Karakasa_Card
Rate: 1
StealProtected: true
- Id: 1401
AegisName: SHINOBI
Name: Shinobi
Level: 95
Hp: 8087
BaseExp: 1292
JobExp: 1221
Attack: 366
Attack2: 51
Defense: 49
MagicDefense: 45
Str: 71
Agi: 70
Vit: 55
Int: 30
Dex: 83
Luk: 30
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Ninja: true
Element: Dark
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1003
AttackMotion: 1152
ClientAttackMotion: 2112
DamageMotion: 336
Ai: 21
Drops:
- Item: Broken_Shuriken
Rate: 2668
- Item: Ninja_Suit
Rate: 1
- Item: Smoke_Powder
Rate: 350
- Item: Shinobi's_Sash
Rate: 50
- Item: Thief_Clothes_
Rate: 1
- Item: Black_Mask
Rate: 1000
- Item: Murasame_
Rate: 3
- Item: Shinobi_Card
Rate: 1
StealProtected: true
- Id: 1402
AegisName: POISON_TOAD
Name: Poisonous Toad
JapaneseName: Poison Toad
Level: 87
Hp: 5577
BaseExp: 1052
JobExp: 987
Attack: 337
Attack2: 54
Defense: 80
MagicDefense: 42
Str: 66
Agi: 42
Vit: 40
Int: 45
Dex: 70
Luk: 30
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Poison
ElementLevel: 2
WalkSpeed: 160
AttackDelay: 1148
AttackMotion: 1728
ClientAttackMotion: 624
DamageMotion: 864
Ai: 01
Drops:
- Item: Poison_Toad's_Skin
Rate: 2750
- Item: Poison_Powder
Rate: 1200
- Item: Gold_Ring
Rate: 2
- Item: Green_Herb
Rate: 270
- Item: Cardinal_Jewel_
Rate: 1
- Item: Royal_Jelly
Rate: 1
- Item: Cinquedea_
Rate: 5
- Item: Poison_Toad_Card
Rate: 1
StealProtected: true
- Id: 1403
AegisName: ANTIQUE_FIRELOCK
Name: Firelock Soldier
JapaneseName: Antique Firelock
Level: 88
Hp: 6513
BaseExp: 1175
JobExp: 951
Attack: 345
Attack2: 45
Defense: 72
MagicDefense: 30
Str: 67
Agi: 44
Vit: 30
Int: 30
Dex: 100
Luk: 30
AttackRange: 10
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 2
WalkSpeed: 170
AttackDelay: 1084
AttackMotion: 2304
ClientAttackMotion: 480
DamageMotion: 576
Ai: 05
Drops:
- Item: Iron
Rate: 2750
- Item: Apple_Of_Archer
Rate: 1
- Item: Large_Jellopy
Rate: 700
- Item: Yellow_Herb
Rate: 20
- Item: Nice_Sweet_Potato
Rate: 175
- Item: Panacea
Rate: 125
- Item: The_Cyclone_
Rate: 3
- Item: Antique_Firelock_Card
Rate: 1
StealProtected: true
- Id: 1404
AegisName: MIYABI_NINGYO
Name: Miyabi Doll
JapaneseName: Miyabi Ningyo
Level: 85
Hp: 5083
BaseExp: 1018
JobExp: 953
Attack: 289
Attack2: 66
Defense: 57
MagicDefense: 19
Str: 66
Agi: 30
Vit: 30
Int: 55
Dex: 88
Luk: 40
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 1
WalkSpeed: 250
AttackDelay: 1938
AttackMotion: 2112
ClientAttackMotion: 1920
DamageMotion: 768
Ai: 17
Modes:
Detector: true
Drops:
- Item: Glossy_Hair
Rate: 2668
- Item: Old_Japaness_Clothes
Rate: 1250
- Item: White_Herb
Rate: 775
- Item: Star_Crumb
Rate: 625
- Item: High_end_Cooking_Kits
Rate: 5
- Item: Hakujin
Rate: 3
- Item: Scarlet_Viollin
Rate: 50
RandomOptionGroup: Group_5
- Item: Miyabi_Ningyo_Card
Rate: 1
StealProtected: true
- Id: 1405
AegisName: TENGU
Name: Tengu
Level: 98
Hp: 10390
BaseExp: 1416
JobExp: 1278
Attack: 540
Attack2: 83
Defense: 134
MagicDefense: 46
Str: 99
Agi: 38
Vit: 40
Int: 30
Dex: 80
Luk: 60
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Earth
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1439
AttackMotion: 1920
ClientAttackMotion: 624
DamageMotion: 672
Ai: 04
Modes:
Detector: true
Drops:
- Item: Tengu's_Nose
Rate: 1750
- Item: Broken_Wine_Vessel
Rate: 2750
- Item: Scarlet_Huuma
Rate: 50
RandomOptionGroup: Group_5
- Item: Fruit_Of_Mastela
Rate: 75
- Item: Huuma_Giant_Wheel_
Rate: 3
- Item: Imperial_Cooking_Kits
Rate: 10
- Item: Earth_Scroll_1_5
Rate: 50
- Item: Tengu_Card
Rate: 1
StealProtected: true
- Id: 1406
AegisName: KAPHA
Name: Kapha
Level: 83
Hp: 4899
BaseExp: 986
JobExp: 921
Attack: 244
Attack2: 32
Defense: 61
MagicDefense: 38
Str: 67
Agi: 59
Vit: 40
Int: 31
Dex: 73
Luk: 24
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 1
WalkSpeed: 165
AttackDelay: 2012
AttackMotion: 1728
ClientAttackMotion: 576
DamageMotion: 672
Ai: 04
Drops:
- Item: Yellow_Plate
Rate: 3250
- Item: Cyfar
Rate: 1750
- Item: Huuma_Calm_Mind
Rate: 10
- Item: Leaflet_Of_Aloe
Rate: 1150
- Item: Ment
Rate: 1
- Item: Guitar_Of_Blue_Solo
Rate: 5
- Item: Jitte_
Rate: 3
- Item: Kapha_Card
Rate: 1
StealProtected: true
# - Id: 1407
# AegisName: DOKEBI_
# Name: Dokebi
# Level: 1
# Size: Small
# Race: Formless
# Element: Water
# ElementLevel: 0
- Id: 1408
AegisName: BLOOD_BUTTERFLY
Name: Bloody Butterfly
Level: 94
Hp: 6896
BaseExp: 1274
JobExp: 1203
Attack: 397
Attack2: 67
Defense: 79
MagicDefense: 50
Str: 70
Agi: 68
Vit: 40
Int: 55
Dex: 108
Luk: 30
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Wind
ElementLevel: 2
WalkSpeed: 145
AttackDelay: 472
AttackMotion: 576
ClientAttackMotion: 480
DamageMotion: 288
Ai: 13
Modes:
Detector: true
Drops:
- Item: Sharp_Feeler
Rate: 2304
- Item: Great_Wing
Rate: 1250
- Item: Powder_Of_Butterfly
Rate: 2750
- Item: Scarlet_Knuckle
Rate: 50
RandomOptionGroup: Group_5
- Item: Lariat
Rate: 1
- Item: Strange_Foxtail
Rate: 20
- Item: Detail_Model_Foxtail
Rate: 20
- Item: Blood_Butterfly_Card
Rate: 1
StealProtected: true
- Id: 1409
AegisName: RICE_CAKE_BOY
Name: Dumpling Child
JapaneseName: Rice Cake Boy
Level: 60
Hp: 1744
BaseExp: 521
JobExp: 468
Attack: 136
Attack2: 22
Defense: 96
MagicDefense: 12
Str: 50
Agi: 43
Vit: 29
Int: 5
Dex: 47
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 160
AttackDelay: 1247
AttackMotion: 768
ClientAttackMotion: 336
DamageMotion: 420
Ai: 17
Drops:
- Item: Bamboo_Cut
Rate: 1600
- Item: Oil_Paper
Rate: 1250
- Item: Pierrot_Nose
Rate: 1
- Item: Blade_Of_Pinwheel
Rate: 2500
- Item: Bun
Rate: 500
- Item: Festival_Mask
Rate: 1500
- Item: Rice_Cake_Boy_Card
Rate: 1
StealProtected: true
- Id: 1410
AegisName: LIVE_PEACH_TREE
Name: Enchanted Peach Tree
JapaneseName: Live Peach Tree
Level: 92
Hp: 7426
BaseExp: 1299
JobExp: 1167
Attack: 435
Attack2: 72
Defense: 109
MagicDefense: 40
Str: 76
Agi: 52
Vit: 55
Int: 40
Dex: 92
Luk: 50
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 2
WalkSpeed: 410
AttackDelay: 400
AttackMotion: 672
ClientAttackMotion: 576
DamageMotion: 480
Ai: 05
Drops:
- Item: Hard_Peach
Rate: 2183
- Item: Elder_Branch
Rate: 50
- Item: Royal_Jelly
Rate: 500
- Item: Branch_Of_Dead_Tree
Rate: 200
- Item: Banana_Juice
Rate: 50
- Item: Old_Blue_Box
Rate: 3
- Item: Sap_Jelly
Rate: 5
- Item: Live_Peach_Tree_Card
Rate: 1
StealProtected: true
# - Id: 1411
# AegisName: PEACH_TREE_BULLET
# Name: Peach Tree Bullet... (mode 129)
# JapaneseName: Peach Tree Bullet
# Size: Small
# Race: Formless
# Element: Neutral
# ElementLevel: 0
- Id: 1412
AegisName: EVIL_CLOUD_HERMIT
Name: Taoist Hermit
JapaneseName: Evil Cloud Hermit
Level: 96
Hp: 9727
BaseExp: 1311
JobExp: 1240
Attack: 456
Attack2: 30
Defense: 66
MagicDefense: 46
Str: 63
Agi: 57
Vit: 45
Int: 60
Dex: 119
Luk: 45
AttackRange: 10
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 190
AttackDelay: 480
AttackMotion: 840
ClientAttackMotion: 624
DamageMotion: 432
Ai: 05
Drops:
- Item: Cloud_Piece
Rate: 2328
- Item: Cheese
Rate: 2800
- Item: Popped_Rice
Rate: 2250
- Item: Bun
Rate: 3400
- Item: Guitar_
Rate: 1
- Item: Elunium_Stone
Rate: 75
- Item: Wind_Scroll_1_5
Rate: 50
- Item: Evil_Cloud_Hermit_Card
Rate: 1
StealProtected: true
- Id: 1413
AegisName: WILD_GINSENG
Name: Hermit Plant
JapaneseName: Wild Ginseng
Level: 90
Hp: 4381
BaseExp: 1103
JobExp: 1038
Attack: 325
Attack2: 71
Defense: 56
MagicDefense: 62
Str: 76
Agi: 51
Vit: 60
Int: 60
Dex: 91
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Fire
ElementLevel: 2
WalkSpeed: 140
AttackDelay: 512
AttackMotion: 756
ClientAttackMotion: 540
DamageMotion: 360
Ai: 17
Drops:
- Item: Leaflet_Of_Hinal
Rate: 1750
- Item: Leaflet_Of_Aloe
Rate: 1750
- Item: Root_Of_Maneater
Rate: 1900
- Item: Blossom_Of_Maneater
Rate: 2400
- Item: Mandragora_Flowerpot
Rate: 400
- Item: Scarlet_Wire
Rate: 50
RandomOptionGroup: Group_5
- Item: Strawberry
Rate: 500
- Item: Wild_Ginseng_Card
Rate: 1
StealProtected: true
# - Id: 1414
# AegisName: GINSENG_BULLET
# Name: Ginseng Bullet... (mode 129)
# JapaneseName: Ginseng Bullet
# Size: Small
# Race: Formless
# Element: Neutral
# ElementLevel: 0
- Id: 1415
AegisName: BABY_LEOPARD
Name: Baby Leopard
Level: 68
Hp: 1793
BaseExp: 586
JobExp: 627
Attack: 180
Attack2: 52
Defense: 77
MagicDefense: 5
Str: 46
Agi: 36
Vit: 20
Int: 4
Dex: 61
Luk: 10
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Ghost
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 318
AttackMotion: 528
ClientAttackMotion: 240
DamageMotion: 420
Ai: 04
Drops:
- Item: Leopard_Skin
Rate: 2600
- Item: Leopard_Talon
Rate: 1600
- Item: Oridecon_Stone
Rate: 75
- Item: Meat
Rate: 1000
- Item: Dagger_
Rate: 50
- Item: Baby_Leopard_Card
Rate: 1
StealProtected: true
- Id: 1416
AegisName: WICKED_NYMPH
Name: Evil Nymph
JapaneseName: Wicked Nymph
Level: 97
Hp: 9832
BaseExp: 1330
JobExp: 1259
Attack: 382
Attack2: 128
Defense: 46
MagicDefense: 45
Str: 84
Agi: 46
Vit: 45
Int: 70
Dex: 92
Luk: 60
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 637
AttackMotion: 1008
ClientAttackMotion: 576
DamageMotion: 360
Ai: 21
Modes:
Detector: true
Drops:
- Item: Limpid_Celestial_Robe
Rate: 1989
- Item: Soft_Silk_Cloth
Rate: 690
- Item: Oridecon
Rate: 5
- Item: Scarlet_Viollin
Rate: 50
RandomOptionGroup: Group_5
- Item: Scarlet_Wire
Rate: 50
RandomOptionGroup: Group_5
- Item: Holy_Scroll_1_5
Rate: 50
- Item: Oriental_Lute
Rate: 5
- Item: Wicked_Nymph_Card
Rate: 1
StealProtected: true
- Id: 1417
AegisName: ZIPPER_BEAR
Name: Zipper Bear
Level: 90
Hp: 6425
BaseExp: 1103
JobExp: 1038
Attack: 325
Attack2: 57
Defense: 130
MagicDefense: 40
Str: 68
Agi: 51
Vit: 50
Int: 35
Dex: 70
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Dark
ElementLevel: 1
WalkSpeed: 155
AttackDelay: 780
AttackMotion: 1008
ClientAttackMotion: 288
DamageMotion: 420
Ai: 17
Drops:
- Item: Black_Bear's_Skin
Rate: 2231
- Item: Mystery_Iron_Bit
Rate: 1750
- Item: Royal_Jelly
Rate: 200
- Item: Honey
Rate: 450
- Item: Apple
Rate: 45
- Item: Little_Dall_Needle
Rate: 5
- Item: Zipper_Bear_Card
Rate: 1
StealProtected: true
- Id: 1418
AegisName: DARK_SNAKE_LORD
Name: Evil Snake Lord
Level: 105
Hp: 1101000
BaseExp: 432000
JobExp: 346500
MvpExp: 46872
Attack: 2882
Attack2: 1986
Defense: 314
MagicDefense: 185
Str: 122
Agi: 172
Vit: 107
Int: 135
Dex: 235
Luk: 88
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Ghost
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 588
AttackMotion: 816
ClientAttackMotion: 1440
DamageMotion: 420
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Bs_Making_S
Rate: 5000
- Item: Old_Violet_Box
Rate: 5000
- Item: Elunium
Rate: 5500
Drops:
- Item: Taegeuk_Plate
Rate: 2910
- Item: Sword_Of_Grave_Keeper
Rate: 2550
- Item: Hell_Fire
Rate: 40
- Item: Zelunium
Rate: 50
- Item: Gae_Bolg
Rate: 250
- Item: Pill
Rate: 450
- Item: Sway_Apron
Rate: 1000
- Item: Dark_Snake_Lord_Card
Rate: 1
StealProtected: true
- Id: 1419
AegisName: G_FARMILIAR
Name: Familiar
Level: 24
Hp: 330
Attack: 17
Attack2: 9
Defense: 26
MagicDefense: 5
Str: 15
Agi: 19
Vit: 20
Int: 5
Dex: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Dark
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1276
AttackMotion: 576
ClientAttackMotion: 432
DamageMotion: 384
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1420
AegisName: G_ARCHER_SKELETON
Name: Archer Skeleton
Level: 50
Hp: 1458
Attack: 101
Attack2: 23
Defense: 47
MagicDefense: 10
Str: 30
Agi: 29
Vit: 20
Int: 10
Dex: 35
Luk: 5
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 2864
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 576
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1421
AegisName: G_ISIS
Name: Isis
Level: 59
Hp: 2252
Attack: 146
Attack2: 37
Defense: 83
MagicDefense: 5
Str: 58
Agi: 43
Vit: 22
Int: 5
Dex: 43
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1384
AttackMotion: 768
ClientAttackMotion: 480
DamageMotion: 336
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 1422
AegisName: G_HUNTER_FLY
Name: Hunter Fly
Level: 63
Hp: 1902
Attack: 153
Attack2: 20
Defense: 46
MagicDefense: 20
Str: 32
Agi: 72
Vit: 22
Int: 25
Dex: 100
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 676
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 480
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 1423
AegisName: G_GHOUL
Name: Ghoul
Level: 61
Hp: 2429
Attack: 157
Attack2: 29
Defense: 78
MagicDefense: 5
Str: 56
Agi: 12
Vit: 19
Int: 11
Dex: 30
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 2456
AttackMotion: 912
ClientAttackMotion: 408
DamageMotion: 504
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1424
AegisName: G_SIDE_WINDER
Name: Side Winder
Level: 70
Hp: 2698
Attack: 211
Attack2: 30
Defense: 101
MagicDefense: 12
Str: 52
Agi: 32
Vit: 35
Int: 20
Dex: 73
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
RaceGroups:
Werner_Lab: true
Element: Poison
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1576
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 576
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1425
AegisName: G_OBEAUNE
Name: Obeaune
Level: 53
Hp: 1776
Attack: 93
Attack2: 45
Defense: 48
MagicDefense: 26
Str: 54
Agi: 47
Vit: 21
Int: 40
Dex: 40
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 384
DamageMotion: 288
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1426
AegisName: G_MARC
Name: Marc
Level: 56
Hp: 1963
Attack: 105
Attack2: 25
Defense: 55
MagicDefense: 24
Str: 50
Agi: 24
Vit: 22
Int: 15
Dex: 53
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1272
AttackMotion: 72
ClientAttackMotion: 216
DamageMotion: 480
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1427
AegisName: G_NIGHTMARE
Name: Nightmare
Level: 69
Hp: 2366
Attack: 225
Attack2: 62
Defense: 116
MagicDefense: 15
Str: 57
Agi: 32
Vit: 20
Int: 15
Dex: 77
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Ghost
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1816
AttackMotion: 816
ClientAttackMotion: 720
DamageMotion: 432
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 1428
AegisName: G_POISON_SPORE
Name: Poison Spore
Level: 26
Hp: 379
Attack: 23
Attack2: 15
Defense: 40
MagicDefense: 8
Str: 19
Agi: 17
Vit: 22
Int: 5
Dex: 20
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Poison
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1672
AttackMotion: 672
ClientAttackMotion: 576
DamageMotion: 288
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1429
AegisName: G_ARGIOPE
Name: Argiope
Level: 75
Hp: 3570
Attack: 270
Attack2: 50
Defense: 88
MagicDefense: 32
Str: 60
Agi: 23
Vit: 40
Int: 30
Dex: 24
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
Element: Poison
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1792
AttackMotion: 792
ClientAttackMotion: 576
DamageMotion: 336
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 1430
AegisName: G_ARGOS
Name: Argos
Level: 47
Hp: 1300
Attack: 97
Attack2: 33
Defense: 58
MagicDefense: 8
Str: 38
Agi: 17
Vit: 25
Int: 5
Dex: 26
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
Element: Poison
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1468
AttackMotion: 468
ClientAttackMotion: 216
DamageMotion: 768
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 1431
AegisName: G_BAPHOMET_
Name: Baphomet Jr.
Level: 57
Hp: 1763
Sp: 0
Attack: 110
Attack2: 33
Defense: 70
MagicDefense: 25
Str: 52
Agi: 60
Vit: 36
Int: 17
Dex: 57
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 868
AttackMotion: 480
ClientAttackMotion: 216
DamageMotion: 120
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 1432
AegisName: G_DESERT_WOLF
Name: Desert Wolf
Level: 103
Hp: 10244
Attack: 511
Attack2: 59
Defense: 114
MagicDefense: 47
Str: 93
Agi: 69
Vit: 63
Int: 61
Dex: 98
Luk: 42
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Fire
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1120
AttackMotion: 420
ClientAttackMotion: 216
DamageMotion: 288
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1433
AegisName: G_DEVIRUCHI
Name: Deviruchi
Level: 64
Hp: 2300
Attack: 221
Attack2: 73
Defense: 62
MagicDefense: 30
Str: 61
Agi: 17
Vit: 30
Int: 35
Dex: 57
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 980
AttackMotion: 600
ClientAttackMotion: 288
DamageMotion: 384
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 1434
AegisName: G_DRAINLIAR
Name: Drainliar
Level: 47
Hp: 1182
Attack: 73
Attack2: 42
Defense: 50
MagicDefense: 15
Str: 35
Agi: 34
Vit: 24
Int: 22
Dex: 50
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Dark
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 1276
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 384
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1435
AegisName: G_EVIL_DRUID
Name: Evil Druid
Level: 80
Hp: 4720
Attack: 309
Attack2: 68
Defense: 88
MagicDefense: 45
Str: 62
Agi: 32
Vit: 24
Int: 45
Dex: 85
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Undead
Element: Undead
ElementLevel: 4
WalkSpeed: 300
AttackDelay: 2276
AttackMotion: 576
ClientAttackMotion: 168
DamageMotion: 336
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1436
AegisName: G_JAKK
Name: Jakk
Level: 63
Hp: 1901
Attack: 169
Attack2: 37
Defense: 90
MagicDefense: 25
Str: 58
Agi: 43
Vit: 42
Int: 25
Dex: 61
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Fire
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1180
AttackMotion: 480
ClientAttackMotion: 192
DamageMotion: 648
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1437
AegisName: G_JOKER
Name: Joker
Level: 90
Hp: 6425
Attack: 397
Attack2: 60
Defense: 64
MagicDefense: 76
Str: 84
Agi: 99
Vit: 30
Int: 50
Dex: 92
Luk: 35
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Wind
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 1364
AttackMotion: 864
ClientAttackMotion: 312
DamageMotion: 432
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1438
AegisName: G_KHALITZBURG
Name: Khalitzburg
Level: 118
Hp: 27456
Attack: 928
Attack2: 96
Defense: 125
MagicDefense: 10
Str: 121
Agi: 48
Vit: 40
Int: 31
Dex: 125
Luk: 32
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 350
AttackDelay: 528
AttackMotion: 1000
ClientAttackMotion: 240
DamageMotion: 396
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1439
AegisName: G_HIGH_ORC
Name: High Orc
Level: 81
Hp: 4077
Attack: 317
Attack2: 50
Defense: 101
MagicDefense: 45
Str: 75
Agi: 16
Vit: 40
Int: 31
Dex: 83
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Fire
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1500
AttackMotion: 500
ClientAttackMotion: 336
DamageMotion: 1000
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1440
AegisName: G_STEM_WORM
Name: Stem Worm
Level: 84
Hp: 4084
Attack: 313
Attack2: 41
Defense: 73
MagicDefense: 50
Str: 55
Agi: 37
Vit: 25
Int: 47
Dex: 84
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Wind
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1500
AttackMotion: 500
ClientAttackMotion: 288
DamageMotion: 1000
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1441
AegisName: G_PENOMENA
Name: Penomena
Level: 85
Hp: 4621
Attack: 321
Attack2: 41
Defense: 85
MagicDefense: 32
Str: 76
Agi: 38
Vit: 35
Int: 35
Dex: 107
Luk: 10
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Poison
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 832
AttackMotion: 500
ClientAttackMotion: 336
DamageMotion: 600
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1442
AegisName: G_SASQUATCH
Name: Sasquatch
Level: 72
Hp: 3329
Attack: 247
Attack2: 30
Defense: 101
MagicDefense: 28
Str: 70
Agi: 35
Vit: 60
Int: 10
Dex: 71
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Neutral
ElementLevel: 3
WalkSpeed: 300
AttackDelay: 1260
AttackMotion: 192
ClientAttackMotion: 1092
DamageMotion: 192
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1443
AegisName: G_CRUISER
Name: Cruiser
Level: 41
Hp: 921
Attack: 65
Attack2: 20
Defense: 20
MagicDefense: 18
Str: 17
Agi: 10
Vit: 23
Int: 15
Dex: 34
Luk: 10
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 400
AttackDelay: 1296
AttackMotion: 1296
ClientAttackMotion: 1224
DamageMotion: 432
Ai: 04
Modes:
FixedItemDrop: true
Drops:
- Item: Undelivered_Gift
Rate: 5000
- Id: 1444
AegisName: G_CHEPET
Name: Chepet
Level: 42
Hp: 4950
Sp: 0
Attack: 79
Attack2: 33
Defense: 55
MagicDefense: 25
Str: 32
Agi: 35
Vit: 35
Int: 21
Dex: 32
Luk: 23
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Fire
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 672
AttackMotion: 672
ClientAttackMotion: 336
DamageMotion: 288
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1445
AegisName: G_RAGGLER
Name: Raggler
Level: 48
Hp: 985
Attack: 84
Attack2: 39
Defense: 56
MagicDefense: 10
Str: 30
Agi: 42
Vit: 38
Int: 15
Dex: 54
Luk: 27
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Wind
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1000
AttackMotion: 900
ClientAttackMotion: 252
DamageMotion: 384
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1446
AegisName: G_INJUSTICE
Name: Injustice
Level: 95
Hp: 8087
Attack: 366
Attack2: 116
Defense: 76
Str: 77
Agi: 59
Vit: 58
Int: 65
Dex: 88
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Dark
ElementLevel: 2
WalkSpeed: 400
AttackDelay: 770
AttackMotion: 720
ClientAttackMotion: 540
DamageMotion: 336
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1447
AegisName: G_GRYPHON
Name: Gryphon
Level: 105
Hp: 60720
Attack: 932
Attack2: 103
Defense: 113
MagicDefense: 72
Str: 101
Agi: 133
Vit: 66
Int: 70
Dex: 164
Luk: 54
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Wind
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 704
AttackMotion: 504
ClientAttackMotion: 288
DamageMotion: 432
Ai: 04
Class: Boss
Modes:
FixedItemDrop: true
- Id: 1448
AegisName: G_DARK_FRAME
Name: Dark Frame
Level: 76
Hp: 3653
Attack: 228
Attack2: 30
Defense: 67
MagicDefense: 27
Str: 69
Agi: 37
Vit: 36
Int: 10
Dex: 64
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 920
AttackMotion: 720
ClientAttackMotion: 360
DamageMotion: 200
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 1449
AegisName: G_MUTANT_DRAGON
Name: Mutant Dragonoid
JapaneseName: Mutant Dragon
Level: 65
Hp: 50706
Attack: 1176
Attack2: 534
Defense: 130
MagicDefense: 20
Str: 75
Agi: 35
Vit: 30
Int: 68
Dex: 108
Luk: 35
AttackRange: 4
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Dragon
Element: Fire
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 1280
AttackMotion: 1080
ClientAttackMotion: 900
DamageMotion: 240
Ai: 04
Class: Boss
Modes:
FixedItemDrop: true
- Id: 1450
AegisName: G_WIND_GHOST
Name: Wind Ghost
Level: 80
Hp: 3631
Attack: 281
Attack2: 95
Defense: 64
MagicDefense: 51
Str: 62
Agi: 27
Vit: 25
Int: 55
Dex: 102
Luk: 20
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Wind
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1056
AttackMotion: 1056
ClientAttackMotion: 720
DamageMotion: 336
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 1451
AegisName: G_MERMAN
Name: Merman
Level: 60
Hp: 2324
Attack: 121
Attack2: 32
Defense: 62
MagicDefense: 8
Str: 45
Agi: 29
Vit: 30
Int: 19
Dex: 55
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Water
ElementLevel: 2
WalkSpeed: 220
AttackDelay: 916
AttackMotion: 816
ClientAttackMotion: 384
DamageMotion: 336
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1452
AegisName: G_ORC_LADY
Name: Orc Lady
Level: 45
Hp: 1145
Attack: 93
Attack2: 33
Defense: 83
MagicDefense: 17
Str: 36
Agi: 11
Vit: 28
Int: 10
Dex: 57
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Earth
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1050
AttackMotion: 900
ClientAttackMotion: 540
DamageMotion: 288
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1453
AegisName: G_RAYDRIC_ARCHER
Name: Raydric Archer
Level: 82
Hp: 4809
Attack: 268
Attack2: 18
Defense: 63
MagicDefense: 40
Str: 53
Agi: 24
Vit: 40
Int: 15
Dex: 134
Luk: 30
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1152
AttackMotion: 1152
ClientAttackMotion: 972
DamageMotion: 480
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 1454
AegisName: G_TRI_JOINT
Name: Tri Joint
Level: 66
Hp: 2186
Sp: 0
Attack: 187
Attack2: 28
Defense: 22
MagicDefense: 5
Agi: 33
Vit: 24
Int: 10
Dex: 61
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 860
AttackMotion: 660
ClientAttackMotion: 540
DamageMotion: 624
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 1455
AegisName: G_KOBOLD_ARCHER
Name: Kobold Archer
Level: 108
Hp: 11472
Attack: 553
Attack2: 33
Defense: 84
MagicDefense: 5
Str: 99
Agi: 39
Vit: 48
Int: 30
Dex: 124
Luk: 25
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demihuman
Element: Fire
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1008
AttackMotion: 1008
ClientAttackMotion: 504
DamageMotion: 384
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1456
AegisName: G_CHIMERA
Name: Chimera
Level: 70
Hp: 26406
Attack: 1029
Attack2: 148
Defense: 159
MagicDefense: 10
Agi: 38
Vit: 110
Int: 88
Dex: 91
Luk: 85
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Fire
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 772
AttackMotion: 672
ClientAttackMotion: 384
DamageMotion: 360
Ai: 04
Class: Boss
Modes:
FixedItemDrop: true
- Id: 1457
AegisName: G_MANTIS
Name: Mantis
Level: 65
Hp: 2363
Attack: 199
Attack2: 31
Defense: 90
Str: 55
Agi: 33
Vit: 24
Int: 5
Dex: 46
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1528
AttackMotion: 660
ClientAttackMotion: 336
DamageMotion: 432
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 1458
AegisName: G_MARDUK
Name: Marduk
Level: 73
Hp: 3099
Attack: 255
Attack2: 112
Defense: 66
MagicDefense: 43
Str: 66
Agi: 49
Vit: 21
Int: 40
Dex: 79
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Fire
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1540
AttackMotion: 840
ClientAttackMotion: 432
DamageMotion: 504
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1459
AegisName: G_MARIONETTE
Name: Marionette
Level: 62
Hp: 2209
Attack: 174
Attack2: 56
Defense: 71
MagicDefense: 35
Str: 52
Agi: 36
Vit: 28
Int: 25
Dex: 62
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Ghost
ElementLevel: 3
WalkSpeed: 300
AttackDelay: 1480
AttackMotion: 480
ClientAttackMotion: 240
DamageMotion: 1056
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 1460
AegisName: G_MATYR
Name: Matyr
Level: 58
Hp: 2002
Attack: 127
Attack2: 26
Defense: 63
MagicDefense: 5
Str: 48
Agi: 20
Vit: 21
Int: 17
Dex: 47
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Dark
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 432
AttackMotion: 432
ClientAttackMotion: 144
DamageMotion: 360
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1461
AegisName: G_MINOROUS
Name: Minorous
Level: 58
Hp: 1729
Attack: 155
Attack2: 36
Defense: 100
MagicDefense: 10
Str: 65
Agi: 42
Vit: 36
Int: 43
Dex: 61
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Fire
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1360
AttackMotion: 960
ClientAttackMotion: 576
DamageMotion: 432
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1462
AegisName: G_ORC_SKELETON
Name: Orc Skeleton
Level: 53
Hp: 1699
Attack: 116
Attack2: 25
Defense: 82
MagicDefense: 10
Str: 52
Agi: 16
Vit: 24
Int: 5
Dex: 24
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 2420
AttackMotion: 720
ClientAttackMotion: 288
DamageMotion: 648
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1463
AegisName: G_ORC_ZOMBIE
Name: Orc Zombie
Level: 51
Hp: 1586
Attack: 106
Attack2: 15
Defense: 71
MagicDefense: 5
Str: 45
Agi: 17
Vit: 32
Int: 5
Dex: 57
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 2852
AttackMotion: 1152
ClientAttackMotion: 768
DamageMotion: 840
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1464
AegisName: G_PASANA
Name: Pasana
Level: 79
Hp: 3020
Attack: 274
Attack2: 40
Defense: 93
MagicDefense: 35
Str: 76
Agi: 36
Vit: 33
Int: 20
Dex: 80
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Fire
ElementLevel: 2
WalkSpeed: 165
AttackDelay: 976
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 288
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1465
AegisName: G_PETIT
Name: Petite
Level: 86
Hp: 5491
Attack: 361
Attack2: 66
Defense: 99
MagicDefense: 49
Str: 55
Agi: 32
Vit: 38
Int: 37
Dex: 65
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Dragon
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1624
AttackMotion: 620
ClientAttackMotion: 336
DamageMotion: 384
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1466
AegisName: G_PETIT_
Name: Petite
Level: 79
Hp: 3197
Attack: 274
Attack2: 36
Defense: 86
MagicDefense: 42
Str: 63
Agi: 39
Vit: 31
Int: 55
Dex: 86
Luk: 85
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Dragon
Element: Wind
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1420
AttackMotion: 1080
ClientAttackMotion: 336
DamageMotion: 528
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1467
AegisName: G_RAYDRIC
Name: Raydric
Level: 115
Hp: 21981
Attack: 766
Attack2: 96
Defense: 89
MagicDefense: 15
Str: 129
Agi: 87
Vit: 55
Int: 32
Dex: 106
Luk: 27
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Dark
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 824
AttackMotion: 780
ClientAttackMotion: 384
DamageMotion: 420
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1468
AegisName: G_REQUIEM
Name: Requiem
Level: 71
Hp: 3251
Attack: 197
Attack2: 48
Defense: 88
MagicDefense: 20
Str: 58
Agi: 34
Vit: 35
Int: 12
Dex: 50
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Dark
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 1516
AttackMotion: 816
ClientAttackMotion: 432
DamageMotion: 432
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1469
AegisName: G_SKEL_WORKER
Name: Skeleton Worker
Level: 44
Hp: 1151
Attack: 77
Attack2: 12
Defense: 45
MagicDefense: 5
Str: 30
Agi: 13
Vit: 22
Int: 10
Dex: 37
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 2420
AttackMotion: 720
ClientAttackMotion: 432
DamageMotion: 384
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1470
AegisName: G_ZEROM
Name: Zerom
Level: 70
Hp: 2429
Attack: 211
Attack2: 38
Defense: 93
MagicDefense: 15
Str: 57
Agi: 49
Vit: 30
Int: 15
Dex: 62
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Fire
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1780
AttackMotion: 1080
ClientAttackMotion: 720
DamageMotion: 432
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1471
AegisName: G_NINE_TAIL
Name: Nine Tail
Level: 72
Hp: 2422
Attack: 225
Attack2: 50
Defense: 95
MagicDefense: 40
Str: 61
Agi: 38
Vit: 30
Int: 20
Dex: 106
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Fire
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 840
AttackMotion: 540
ClientAttackMotion: 360
DamageMotion: 480
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1472
AegisName: G_BON_GUN
Name: Bongun
Level: 59
Hp: 2065
Attack: 146
Attack2: 29
Defense: 88
MagicDefense: 5
Str: 55
Agi: 24
Vit: 24
Int: 5
Dex: 37
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1720
AttackMotion: 500
ClientAttackMotion: 960
DamageMotion: 420
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1473
AegisName: G_ORC_ARCHER
Name: Orc Archer
Level: 78
Hp: 3474
Attack: 293
Attack2: 43
Defense: 67
MagicDefense: 31
Str: 55
Agi: 32
Vit: 24
Int: 30
Dex: 119
Luk: 15
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Earth
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1960
AttackMotion: 620
ClientAttackMotion: 864
DamageMotion: 480
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1474
AegisName: G_MIMIC
Name: Mimic
Level: 56
Hp: 1707
Attack: 131
Attack2: 22
Defense: 63
MagicDefense: 15
Str: 49
Agi: 120
Vit: 20
Int: 15
Dex: 109
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 972
AttackMotion: 500
ClientAttackMotion: 480
DamageMotion: 288
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1475
AegisName: G_WRAITH
Name: Wraith
Level: 77
Hp: 4415
Attack: 286
Attack2: 61
Defense: 80
MagicDefense: 40
Str: 62
Agi: 26
Vit: 30
Int: 55
Dex: 91
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Undead
Element: Undead
ElementLevel: 4
WalkSpeed: 300
AttackDelay: 1816
AttackMotion: 576
ClientAttackMotion: 384
DamageMotion: 240
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1476
AegisName: G_ALARM
Name: Alarm
Level: 88
Hp: 5664
Attack: 345
Attack2: 48
Defense: 106
MagicDefense: 53
Str: 70
Agi: 72
Vit: 40
Int: 25
Dex: 66
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 300
AttackDelay: 1020
AttackMotion: 500
ClientAttackMotion: 540
DamageMotion: 768
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1477
AegisName: G_ARCLOUSE
Name: Arclouze
JapaneseName: Arclouse
Level: 77
Hp: 4320
Attack: 296
Attack2: 40
Defense: 101
MagicDefense: 36
Str: 60
Agi: 73
Vit: 45
Int: 35
Dex: 72
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Earth
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 960
AttackMotion: 500
ClientAttackMotion: 480
DamageMotion: 480
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 1478
AegisName: G_RIDEWORD
Name: Rideword
Level: 74
Hp: 2855
Attack: 216
Attack2: 22
Defense: 61
MagicDefense: 38
Str: 67
Agi: 53
Vit: 32
Int: 44
Dex: 125
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 864
AttackMotion: 500
ClientAttackMotion: 468
DamageMotion: 192
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1479
AegisName: G_SKEL_PRISONER
Name: Skeleton Prisoner
Level: 91
Hp: 8378
Attack: 370
Attack2: 55
Defense: 95
MagicDefense: 41
Str: 84
Agi: 35
Vit: 60
Int: 20
Dex: 85
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 3
WalkSpeed: 350
AttackDelay: 1848
AttackMotion: 500
ClientAttackMotion: 864
DamageMotion: 576
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1480
AegisName: G_ZOMBIE_PRISONER
Name: Zombie Prisoner
Level: 89
Hp: 6902
Attack: 353
Attack2: 60
Defense: 89
MagicDefense: 28
Str: 87
Agi: 39
Vit: 58
Int: 5
Dex: 82
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 3
WalkSpeed: 350
AttackDelay: 1768
AttackMotion: 500
ClientAttackMotion: 480
DamageMotion: 192
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1481
AegisName: G_PUNK
Name: Punk
Level: 82
Hp: 3498
Attack: 268
Attack2: 54
Defense: 68
MagicDefense: 55
Str: 67
Agi: 39
Vit: 30
Int: 35
Dex: 95
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Wind
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1500
AttackMotion: 500
ClientAttackMotion: 1152
DamageMotion: 1000
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1482
AegisName: G_ZHERLTHSH
Name: Zealotus
JapaneseName: Zherlthsh
Level: 105
Hp: 61350
Attack: 993
Attack2: 250
Defense: 91
MagicDefense: 99
Str: 88
Agi: 61
Vit: 51
Int: 62
Dex: 136
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 800
AttackMotion: 792
ClientAttackMotion: 1920
DamageMotion: 384
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1483
AegisName: G_RYBIO
Name: Rybio
Level: 98
Hp: 9939
Attack: 476
Attack2: 76
Defense: 109
MagicDefense: 30
Str: 96
Agi: 52
Vit: 61
Int: 30
Dex: 88
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Neutral
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1790
AttackMotion: 1440
ClientAttackMotion: 900
DamageMotion: 540
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 1484
AegisName: G_PHENDARK
Name: Phendark
Level: 102
Hp: 12408
Attack: 540
Attack2: 75
Defense: 440
MagicDefense: 50
Str: 111
Agi: 65
Vit: 71
Int: 20
Dex: 109
Luk: 30
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 175
AttackDelay: 1744
AttackMotion: 1344
ClientAttackMotion: 960
DamageMotion: 600
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1485
AegisName: G_MYSTELTAINN
Name: Mysteltainn
Level: 130
Hp: 70000
Attack: 1079
Attack2: 567
Defense: 73
MagicDefense: 61
Str: 102
Agi: 139
Vit: 62
Int: 65
Dex: 182
Luk: 65
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Dark
ElementLevel: 4
WalkSpeed: 250
AttackDelay: 1152
AttackMotion: 500
ClientAttackMotion: 768
DamageMotion: 240
Ai: 04
Class: Boss
Modes:
FixedItemDrop: true
- Id: 1486
AegisName: G_TIRFING
Name: Ogretooth
JapaneseName: Tirfing
Level: 114
Hp: 59000
Attack: 948
Attack2: 411
Defense: 87
MagicDefense: 69
Str: 105
Agi: 105
Vit: 75
Int: 73
Dex: 151
Luk: 65
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Dark
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 816
AttackMotion: 500
ClientAttackMotion: 576
DamageMotion: 240
Ai: 04
Class: Boss
Modes:
FixedItemDrop: true
- Id: 1487
AegisName: G_EXECUTIONER
Name: Executioner
Level: 101
Hp: 40200
Attack: 670
Attack2: 359
Defense: 97
MagicDefense: 188
Str: 99
Agi: 96
Vit: 77
Int: 78
Dex: 95
Luk: 60
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Dark
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 768
AttackMotion: 500
ClientAttackMotion: 480
DamageMotion: 384
Ai: 04
Class: Boss
Modes:
FixedItemDrop: true
- Id: 1488
AegisName: G_ANOLIAN
Name: Anolian
Level: 109
Hp: 16615
Attack: 508
Attack2: 110
Defense: 61
MagicDefense: 11
Str: 130
Agi: 63
Vit: 55
Int: 66
Dex: 70
Luk: 48
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 190
AttackDelay: 900
AttackMotion: 500
ClientAttackMotion: 660
DamageMotion: 864
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1489
AegisName: G_STING
Name: Sting
Level: 104
Hp: 12633
Attack: 637
Attack2: 67
Defense: 146
MagicDefense: 50
Str: 108
Agi: 49
Vit: 68
Int: 34
Dex: 119
Luk: 24
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Earth
ElementLevel: 3
WalkSpeed: 300
AttackDelay: 528
AttackMotion: 500
ClientAttackMotion: 336
DamageMotion: 240
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1490
AegisName: G_WANDER_MAN
Name: Wanderer
JapaneseName: Wander Man
Level: 120
Hp: 20806
Attack: 881
Attack2: 105
Defense: 64
MagicDefense: 5
Str: 118
Agi: 92
Vit: 36
Int: 15
Dex: 169
Luk: 33
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Wind
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 672
AttackMotion: 500
ClientAttackMotion: 672
DamageMotion: 192
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 1491
AegisName: G_DOKEBI
Name: Dokebi
Level: 68
Hp: 2561
Attack: 161
Attack2: 30
Defense: 85
MagicDefense: 20
Str: 52
Agi: 56
Vit: 35
Int: 20
Dex: 66
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 1
WalkSpeed: 250
AttackDelay: 1156
AttackMotion: 456
ClientAttackMotion: 288
DamageMotion: 384
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 1492
AegisName: INCANTATION_SAMURAI
Name: Samurai Specter
JapaneseName: Incantation Samurai
Level: 100
Hp: 901000
BaseExp: 451008
JobExp: 327294
MvpExp: 225504
Attack: 2855
Attack2: 936
Defense: 296
MagicDefense: 140
Str: 145
Agi: 161
Vit: 88
Int: 66
Dex: 186
Luk: 60
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Dark
ElementLevel: 3
WalkSpeed: 135
AttackDelay: 874
AttackMotion: 1344
ClientAttackMotion: 1152
DamageMotion: 576
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Bs_Making_S
Rate: 5000
- Item: Seed_Of_Yggdrasil
Rate: 3500
- Item: Elunium
Rate: 5500
Drops:
- Item: Masamune
Rate: 1
- Item: Elunium
Rate: 1750
- Item: Assassin_Mask_
Rate: 250
- Item: Zelunium
Rate: 50
- Item: Steel
Rate: 3153
- Item: Huuma_Thunderstorm
Rate: 2000
- Item: Konts_Letter
Rate: 1500
- Item: Incant_Samurai_Card
Rate: 1
StealProtected: true
- Id: 1493
AegisName: DRYAD
Name: Dryad
Level: 68
Hp: 2817
BaseExp: 683
JobExp: 595
Attack: 238
Attack2: 35
Defense: 153
MagicDefense: 8
Str: 54
Agi: 14
Vit: 40
Int: 35
Dex: 74
Luk: 10
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 4
WalkSpeed: 170
AttackDelay: 950
AttackMotion: 2520
ClientAttackMotion: 288
DamageMotion: 576
Ai: 04
Drops:
- Item: Tough_Vines
Rate: 2668
- Item: Great_Leaf
Rate: 500
- Item: Browny_Root
Rate: 1500
- Item: Pineapple
Rate: 150
- Item: Chemeti
Rate: 1
- Item: Centimental_Leaf
Rate: 5
- Item: Sharp_Leaf
Rate: 1500
- Item: Dryad_Card
Rate: 1
StealProtected: true
- Id: 1494
AegisName: KIND_OF_BEETLE
Name: Beetle King
Level: 55
Hp: 1487
BaseExp: 489
JobExp: 413
Attack: 126
Attack2: 52
Defense: 79
MagicDefense: 8
Str: 53
Agi: 47
Vit: 10
Int: 0
Dex: 50
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 165
AttackDelay: 1247
AttackMotion: 768
ClientAttackMotion: 240
DamageMotion: 576
Ai: 03
Modes:
Detector: true
Drops:
- Item: Solid_Peeling
Rate: 3250
- Item: Beetle_Nipper
Rate: 2250
- Item: Insect_Feeler
Rate: 500
- Item: Worm_Peelings
Rate: 250
- Item: Guard_
Rate: 1
- Item: Kind_Of_Beetle_Card
Rate: 1
StealProtected: true
- Id: 1495
AegisName: STONE_SHOOTER
Name: Stone Shooter
Level: 64
Hp: 1840
BaseExp: 600
JobExp: 544
Attack: 175
Attack2: 53
Defense: 88
MagicDefense: 15
Str: 55
Agi: 55
Vit: 36
Int: 15
Dex: 85
Luk: 15
AttackRange: 10
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Fire
ElementLevel: 3
WalkSpeed: 175
AttackDelay: 2413
AttackMotion: 1248
ClientAttackMotion: 96
DamageMotion: 768
Ai: 04
Drops:
- Item: Solid_Twig
Rate: 2500
- Item: Log
Rate: 2500
- Item: Browny_Root
Rate: 500
- Item: Wooden_Block
Rate: 1000
- Item: Oridecon_Stone
Rate: 50
- Item: Stone
Rate: 500
- Item: Stone_Shooter_Card
Rate: 1
StealProtected: true
# - Id: 1496
# AegisName: STONE_SHOOTER_BULLET
# Name: Stone Shooter Bullet
# Size: Small
# Race: Formless
# Element: Neutral
# ElementLevel: 0
- Id: 1497
AegisName: WOODEN_GOLEM
Name: Wooden Golem
Level: 72
Hp: 3631
BaseExp: 789
JobExp: 692
Attack: 292
Attack2: 42
Defense: 249
MagicDefense: 26
Str: 69
Agi: 30
Vit: 45
Int: 5
Dex: 59
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Plant
RaceGroups:
Golem: true
Element: Earth
ElementLevel: 4
WalkSpeed: 165
AttackDelay: 1543
AttackMotion: 1632
ClientAttackMotion: 384
DamageMotion: 480
Ai: 04
Drops:
- Item: Heart_Of_Tree
Rate: 2000
- Item: Browny_Root
Rate: 2000
- Item: Elunium_Stone
Rate: 55
- Item: Centimental_Leaf
Rate: 5
- Item: Branch_Of_Dead_Tree
Rate: 50
- Item: Log
Rate: 2500
- Item: Poison_Herb_Scopolia
Rate: 150
- Item: Wooden_Golem_Card
Rate: 1
StealProtected: true
- Id: 1498
AegisName: WOOTAN_SHOOTER
Name: Wootan Shooter
Level: 67
Hp: 2618
BaseExp: 669
JobExp: 582
Attack: 221
Attack2: 35
Defense: 91
MagicDefense: 21
Str: 32
Agi: 23
Vit: 38
Int: 20
Dex: 76
Luk: 10
AttackRange: 10
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Earth
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 857
AttackMotion: 1056
ClientAttackMotion: 420
DamageMotion: 576
Ai: 04
Drops:
- Item: Air_Rifle
Rate: 2250
- Item: Flexible_String
Rate: 1750
- Item: Banana
Rate: 500
- Item: Stone
Rate: 500
- Item: Elder_Branch
Rate: 50
- Item: Cacao
Rate: 50
- Item: Banana_Hat
Rate: 5
- Item: Wootan_Shooter_Card
Rate: 1
StealProtected: true
- Id: 1499
AegisName: WOOTAN_FIGHTER
Name: Wootan Fighter
Level: 67
Hp: 2120
BaseExp: 638
JobExp: 582
Attack: 193
Attack2: 36
Defense: 103
MagicDefense: 8
Str: 63
Agi: 14
Vit: 36
Int: 5
Dex: 62
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Fire
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 912
AttackMotion: 1344
ClientAttackMotion: 420
DamageMotion: 480
Ai: 04
Drops:
- Item: Meat
Rate: 2250
- Item: Shoulder_Protection
Rate: 2000
- Item: Waghnakh
Rate: 2
- Item: Finger_
Rate: 1
- Item: Elder_Branch
Rate: 50
- Item: Great_Leaf
Rate: 500
- Item: Banana_Hat
Rate: 3
- Item: Wootan_Fighter_Card
Rate: 1
StealProtected: true
- Id: 1500
AegisName: PARASITE
Name: Parasite
Level: 76
Hp: 3155
BaseExp: 809
JobExp: 749
Attack: 253
Attack2: 45
Defense: 63
MagicDefense: 30
Str: 55
Agi: 78
Vit: 33
Int: 50
Dex: 106
Luk: 40
AttackRange: 8
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Wind
ElementLevel: 2
WalkSpeed: 400
AttackDelay: 864
AttackMotion: 864
ClientAttackMotion: 288
DamageMotion: 672
Ai: 10
Drops:
- Item: Germinating_Sprout
Rate: 2750
- Item: Soft_Leaf
Rate: 1000
- Item: Thin_Stem
Rate: 1940
- Item: Great_Leaf
Rate: 250
- Item: Rante_
Rate: 1
- Item: Bladed_Whip
Rate: 1
- Item: Pineapple
Rate: 400
- Item: Parasite_Card
Rate: 1
StealProtected: true
# - Id: 1501
# AegisName: PARASITE_BULLET
# Name: Parasite Bullet... (mode 2181)
# JapaneseName: Parasite Bullet
# Size: Small
# Race: Formless
# Element: Neutral
# ElementLevel: 0
- Id: 1502
AegisName: PORING_V
Name: Bring it on!
JapaneseName: Pori Pori
Level: 99
Hp: 95000000
BaseExp: 47115
JobExp: 12553
MvpExp: 26177
Attack: 6500
Attack2: 5000
MagicDefense: 10
Str: 100
Agi: 100
Vit: 65
Int: 100
Dex: 306
Luk: 255
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Poison
ElementLevel: 1
WalkSpeed: 160
AttackDelay: 1672
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 04
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Sword_Of_Grave_Keeper
Rate: 1000
- Item: Poring__Card
Rate: 100
- Item: Elven_Ears
Rate: 200
Drops:
- Item: Poring_Hat
Rate: 5000
- Item: Flame_Sprits_Armor
Rate: 1250
- Item: Water_Sprits_Armor
Rate: 1250
- Item: Earth_Sprits_Armor
Rate: 1250
- Item: Wind_Sprits_Armor
Rate: 1250
- Item: Bloody_Iron_Ball
Rate: 250
- Item: Large_Jellopy
Rate: 5000
- Item: Holy_Guard
Rate: 2250
StealProtected: true
- Id: 1503
AegisName: GIBBET
Name: Gibbet
Level: 105
Hp: 13905
BaseExp: 1625
JobExp: 1547
Attack: 551
Attack2: 85
Defense: 116
MagicDefense: 45
Str: 103
Agi: 56
Vit: 62
Int: 55
Dex: 73
Luk: 37
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 1
WalkSpeed: 180
AttackDelay: 917
AttackMotion: 1584
ClientAttackMotion: 480
DamageMotion: 576
Ai: 04
Modes:
Detector: true
Drops:
- Item: Hanging_Doll
Rate: 900
- Item: Rotten_Rope
Rate: 2668
- Item: Tree_Knot
Rate: 2037
- Item: Cardinal_Jewel_
Rate: 150
- Item: Red_Gemstone
Rate: 50
- Item: Branch_Of_Dead_Tree
Rate: 5
- Item: Elder_Branch
Rate: 50
- Item: Gibbet_Card
Rate: 1
StealProtected: true
- Id: 1504
AegisName: DULLAHAN
Name: Dullahan
Level: 108
Hp: 16491
BaseExp: 2052
JobExp: 1687
Attack: 614
Attack2: 175
Defense: 111
MagicDefense: 38
Str: 121
Agi: 29
Vit: 51
Int: 43
Dex: 100
Luk: 3
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 2
WalkSpeed: 155
AttackDelay: 847
AttackMotion: 1152
ClientAttackMotion: 384
DamageMotion: 480
Ai: 04
Drops:
- Item: Dullahan's_Helm
Rate: 1600
- Item: Dullahan_Armor
Rate: 2425
- Item: An_Eye_Of_Dullahan
Rate: 1
- Item: Manteau
Rate: 7
- Item: Manteau_
Rate: 1
- Item: Nab_Cloth
Rate: 5
- Item: Dullahan_Card
Rate: 1
StealProtected: true
- Id: 1505
AegisName: LOLI_RURI
Name: Loli Ruri
Level: 109
Hp: 17336
BaseExp: 1887
JobExp: 1801
Attack: 635
Attack2: 280
Defense: 53
MagicDefense: 44
Str: 111
Agi: 50
Vit: 47
Int: 79
Dex: 95
Luk: 79
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 4
WalkSpeed: 125
AttackDelay: 747
AttackMotion: 1632
ClientAttackMotion: 1440
DamageMotion: 576
Ai: 04
Modes:
Detector: true
Drops:
- Item: Black_Kitty_Doll
Rate: 400
- Item: Striped_Socks
Rate: 1500
- Item: Bat_Cage
Rate: 2522
- Item: Elunium
Rate: 50
- Item: Loki's_Whispers
Rate: 1
- Item: Lunatic_Brooch
Rate: 3
- Item: Sabah_Cloth
Rate: 5
- Item: Loli_Ruri_Card
Rate: 1
StealProtected: true
- Id: 1506
AegisName: DISGUISE
Name: Disguise
Level: 103
Hp: 12520
BaseExp: 1664
JobExp: 1507
Attack: 613
Attack2: 82
Defense: 85
MagicDefense: 58
Str: 92
Agi: 53
Vit: 57
Int: 75
Dex: 80
Luk: 45
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Earth
ElementLevel: 4
WalkSpeed: 147
AttackDelay: 516
AttackMotion: 768
ClientAttackMotion: 360
DamageMotion: 384
Ai: 04
Modes:
Detector: true
Drops:
- Item: Red_Scarf
Rate: 2425
- Item: Tangled_Chain
Rate: 1843
- Item: White_Powder
Rate: 50
- Item: Honey
Rate: 50
- Item: Ragamuffin_Cape
Rate: 25
- Item: Muffler_
Rate: 1
- Item: Rider_Insignia
Rate: 3
- Item: Disguise_Card
Rate: 1
StealProtected: true
- Id: 1507
AegisName: BLOODY_MURDERER
Name: Bloody Murderer
Level: 110
Hp: 17467
BaseExp: 1908
JobExp: 1822
Attack: 656
Attack2: 298
Defense: 84
MagicDefense: 41
Str: 120
Agi: 65
Vit: 66
Int: 41
Dex: 107
Luk: 26
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Dark
ElementLevel: 3
WalkSpeed: 175
AttackDelay: 914
AttackMotion: 1344
ClientAttackMotion: 480
DamageMotion: 384
Ai: 04
Drops:
- Item: Old_Manteau
Rate: 2086
- Item: Distorted_Portrait
Rate: 500
- Item: Rusty_Cleaver
Rate: 1000
- Item: Mr_Scream
Rate: 25
- Item: Oridecon
Rate: 50
- Item: Mama's_Knife
Rate: 2
- Item: Ginnungagap
Rate: 1
- Item: Bloody_Murderer_Card
Rate: 1
StealProtected: true
- Id: 1508
AegisName: QUVE
Name: Quve
Level: 100
Hp: 9233
BaseExp: 1525
JobExp: 1247
Attack: 406
Attack2: 97
Defense: 96
MagicDefense: 55
Str: 84
Agi: 54
Vit: 55
Int: 50
Dex: 85
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 912
AttackMotion: 1248
ClientAttackMotion: 420
DamageMotion: 576
Ai: 04
Drops:
- Item: Piece_Of_Black_Cloth
Rate: 1600
- Item: Ectoplasm
Rate: 2862
- Item: Poison_Powder
Rate: 50
- Item: Oridecon_Stone
Rate: 5
- Item: Black_Powder
Rate: 250
- Item: Quve_Card
Rate: 1
StealProtected: true
- Id: 1509
AegisName: LUDE
Name: Lude
Level: 101
Hp: 11179
BaseExp: 1699
JobExp: 1390
Attack: 424
Attack2: 78
Defense: 90
MagicDefense: 53
Str: 97
Agi: 38
Vit: 55
Int: 82
Dex: 83
Luk: 55
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 890
AttackMotion: 960
ClientAttackMotion: 288
DamageMotion: 480
Ai: 04
Drops:
- Item: Pumpkin_Bucket
Rate: 1600
- Item: Ectoplasm
Rate: 2862
- Item: Transparent_Cloth
Rate: 500
- Item: Spirit_Chain
Rate: 5
- Item: Elunium_Stone
Rate: 5
- Item: Holy_Scroll_1_3
Rate: 50
- Item: Yellow_Powder
Rate: 150
- Item: Lude_Card
Rate: 1
StealProtected: true
- Id: 1510
AegisName: HYLOZOIST
Name: Heirozoist
JapaneseName: Hylozoist
Level: 102
Hp: 11280
BaseExp: 1565
JobExp: 1487
Attack: 393
Attack2: 81
Defense: 101
MagicDefense: 68
Str: 97
Agi: 67
Vit: 72
Int: 88
Dex: 83
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 155
AttackDelay: 741
AttackMotion: 1536
ClientAttackMotion: 540
DamageMotion: 480
Ai: 04
Modes:
Detector: true
Drops:
- Item: Broken_Needle
Rate: 2183
- Item: Spool
Rate: 2668
- Item: Needle_Pouch
Rate: 1000
- Item: Stuffed_Doll
Rate: 40
- Item: Ectoplasm
Rate: 150
- Item: Elunium_Stone
Rate: 5
- Item: Angry_Mouth
Rate: 1
- Item: Hylozoist_Card
Rate: 1
StealProtected: true
- Id: 1511
AegisName: AMON_RA
Name: Amon Ra
Level: 69
Hp: 1009000
BaseExp: 120060
JobExp: 93960
MvpExp: 60030
Attack: 2090
Attack2: 2052
Defense: 213
MagicDefense: 123
Str: 86
Agi: 89
Vit: 120
Int: 131
Dex: 101
Luk: 92
AttackRange: 3
SkillRange: 14
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Earth
ElementLevel: 3
WalkSpeed: 170
AttackDelay: 854
AttackMotion: 2016
ClientAttackMotion: 720
DamageMotion: 480
DamageTaken: 10
Ai: 10
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Bs_Making_S
Rate: 1000
- Item: Seed_Of_Yggdrasil
Rate: 3500
- Item: Crystal_Jewel__
Rate: 5500
Drops:
- Item: Spinx_Helm
Rate: 75
- Item: Safety_Ring
Rate: 25
- Item: Rojerta_Piece
Rate: 3880
- Item: Shadowdecon
Rate: 50
- Item: Old_Card_Album
Rate: 200
- Item: Tablet
Rate: 5
- Item: Yggdrasilberry
Rate: 1500
- Item: Amon_Ra_Card
Rate: 1
StealProtected: true
- Id: 1512
AegisName: HYEGUN
Name: Yao Jun
JapaneseName: Hyegun
Level: 87
Hp: 6413
BaseExp: 1157
JobExp: 935
Attack: 337
Attack2: 48
Defense: 84
MagicDefense: 43
Str: 69
Agi: 38
Vit: 40
Int: 20
Dex: 82
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 2
WalkSpeed: 180
AttackDelay: 890
AttackMotion: 1320
ClientAttackMotion: 1080
DamageMotion: 720
Ai: 04
Drops:
- Item: Brigan
Rate: 1940
- Item: Amulet
Rate: 50
- Item: Elunium
Rate: 5
- Item: Boots_
Rate: 1
- Item: Munak_Doll
Rate: 150
- Item: Claire_Suits
Rate: 5
- Item: Hyegun_Hat
Rate: 50
- Item: Hyegun_Card
Rate: 1
StealProtected: true
- Id: 1513
AegisName: CIVIL_SERVANT
Name: Mao Guai
JapaneseName: Civil Servant
Level: 89
Hp: 5465
BaseExp: 1086
JobExp: 1021
Attack: 353
Attack2: 61
Defense: 90
MagicDefense: 56
Str: 67
Agi: 76
Vit: 40
Int: 65
Dex: 74
Luk: 30
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Wind
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1257
AttackMotion: 528
ClientAttackMotion: 864
DamageMotion: 432
Ai: 04
Drops:
- Item: Fan
Rate: 2086
- Item: Cat_Eyed_Stone
Rate: 1000
- Item: Aloebera
Rate: 5
- Item: Fish_Tail
Rate: 50
- Item: Wind_Scroll_1_5
Rate: 50
- Item: Civil_Servant_Card
Rate: 1
StealProtected: true
- Id: 1514
AegisName: DANCING_DRAGON
Name: Zhu Po Long
JapaneseName: Dancing Dragon
Level: 82
Hp: 4154
BaseExp: 970
JobExp: 905
Attack: 297
Attack2: 35
Defense: 83
MagicDefense: 36
Str: 59
Agi: 76
Vit: 40
Int: 30
Dex: 73
Luk: 30
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Dragon
Element: Wind
ElementLevel: 2
WalkSpeed: 160
AttackDelay: 600
AttackMotion: 840
ClientAttackMotion: 480
DamageMotion: 504
Ai: 02
Drops:
- Item: Dragon_Fang
Rate: 2183
- Item: Dragon_Horn
Rate: 1500
- Item: Little_Blacky_Ghost
Rate: 400
- Item: Dragon_Scale
Rate: 500
- Item: Yarn
Rate: 1500
- Item: Dancing_Dragon_Card
Rate: 1
StealProtected: true
- Id: 1515
AegisName: GARM_BABY
Name: Baby Hatii
JapaneseName: Garm Baby
Level: 94
Hp: 10016
BaseExp: 933
JobExp: 874
Attack: 498
Attack2: 61
Defense: 62
MagicDefense: 43
Str: 69
Agi: 61
Vit: 55
Int: 61
Dex: 106
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Water
ElementLevel: 2
WalkSpeed: 450
AttackDelay: 879
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 576
Ai: 04
Drops:
- Item: Milk_Bottle
Rate: 750
- Item: Bib
Rate: 1250
- Item: Ice_Piece
Rate: 2183
- Item: Frozen_Rose
Rate: 50
- Item: Cold_Scroll_2_5
Rate: 50
- Item: Garm_Baby_Card
Rate: 1
StealProtected: true
- Id: 1516
AegisName: INCREASE_SOIL
Name: Mi Gao
JapaneseName: Increase Soil
Level: 83
Hp: 4899
BaseExp: 1035
JobExp: 921
Attack: 366
Attack2: 30
Defense: 112
MagicDefense: 39
Str: 67
Agi: 23
Vit: 41
Int: 49
Dex: 94
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Earth
ElementLevel: 3
WalkSpeed: 445
AttackDelay: 106
AttackMotion: 1056
ClientAttackMotion: 624
DamageMotion: 576
Ai: 17
Drops:
- Item: Dried_Sand
Rate: 2183
- Item: Mud_Lump
Rate: 1150
- Item: Great_Nature
Rate: 5
- Item: Gold
Rate: 1
- Item: Increase_Soil_Card
Rate: 1
StealProtected: true
- Id: 1517
AegisName: LI_ME_MANG_RYANG
Name: Jing Guai
JapaneseName: Li Me Mang Ryang
Level: 80
Hp: 3994
BaseExp: 912
JobExp: 809
Attack: 337
Attack2: 41
Defense: 110
MagicDefense: 37
Str: 61
Agi: 22
Vit: 33
Int: 35
Dex: 74
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Earth
ElementLevel: 3
WalkSpeed: 165
AttackDelay: 1120
AttackMotion: 576
ClientAttackMotion: 336
DamageMotion: 420
Ai: 04
Modes:
Detector: true
Drops:
- Item: Tiger_Skin_Panties
Rate: 2250
- Item: Little_Blacky_Ghost
Rate: 200
- Item: Scarlet_Mace
Rate: 50
RandomOptionGroup: Group_5
- Item: Spike
Rate: 1
- Item: Li_Me_Mang_Ryang_Card
Rate: 1
StealProtected: true
- Id: 1518
AegisName: BACSOJIN
Name: White Lady
JapaneseName: Bacsojin
Level: 97
Hp: 720500
BaseExp: 400896
JobExp: 271440
# MvpExp:
Attack: 1414
Attack2: 2036
Defense: 210
MagicDefense: 178
Str: 118
Agi: 244
Vit: 98
Int: 126
Dex: 246
Luk: 102
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Wind
ElementLevel: 3
WalkSpeed: 130
AttackDelay: 576
AttackMotion: 960
ClientAttackMotion: 768
DamageMotion: 480
Ai: 04
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Yggdrasilberry
Rate: 5500
- Item: Celestial_Robe
Rate: 2000
- Item: Old_Violet_Box
Rate: 5000
Drops:
- Item: Long_Hair
Rate: 2750
- Item: Old_Blue_Box
Rate: 1
- Item: Old_Violet_Box
Rate: 1
- Item: Limpid_Celestial_Robe
Rate: 1500
- Item: Soft_Silk_Cloth
Rate: 500
- Item: Crystal_Mirror
Rate: 250
- Item: Tantanmen
Rate: 25
- Item: Tiara
Rate: 1
StealProtected: true
- Id: 1519
AegisName: CHUNG_E
Name: Green Maiden
JapaneseName: Chung E
Level: 49
Hp: 23900
Sp: 0
BaseExp: 1078
JobExp: 447
Attack: 460
Attack2: 590
Defense: 8
MagicDefense: 15
Str: 38
Agi: 65
Vit: 43
Int: 30
Dex: 90
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 170
AttackDelay: 1728
AttackMotion: 816
ClientAttackMotion: 240
DamageMotion: 1188
Ai: 04
Drops:
- Item: Cyfar
Rate: 2425
- Item: Stuffed_Doll
Rate: 50
- Item: Hora_
Rate: 5
- Item: Honey
Rate: 250
- Item: Iris
Rate: 500
- Item: Hair_Protector
Rate: 1
StealProtected: true
- Id: 1520
AegisName: BOILED_RICE
Name: Boiled Rice
Level: 15
Hp: 777
BaseExp: 3
JobExp: 3
Attack: 7
Attack2: 7
MagicDefense: 10
Str: 7
Agi: 7
Vit: 7
Int: 17
Dex: 17
Luk: 7
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Water
ElementLevel: 1
WalkSpeed: 170
AttackDelay: 1152
AttackMotion: 672
ClientAttackMotion: 432
DamageMotion: 672
Ai: 01
Drops:
- Item: Rice_Ball
Rate: 2750
- Item: Meat_Dumpling_Doll
Rate: 1500
- Item: Soft_Leaf
Rate: 500
- Item: Squid
Rate: 500
- Item: Egg_Yolk
Rate: 500
- Item: Sweet_Rice
Rate: 1000
- Item: Lotus_Flower
Rate: 500
- Item: String
Rate: 250
StealProtected: true
- Id: 1521
AegisName: G_ALICE
Name: Alice
Level: 100
Hp: 9233
Attack: 451
Attack2: 98
Defense: 93
MagicDefense: 73
Str: 82
Agi: 53
Vit: 45
Int: 70
Dex: 96
Luk: 80
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 520
AttackMotion: 2304
ClientAttackMotion: 2112
DamageMotion: 480
Ai: 17
Modes:
FixedItemDrop: true
- Id: 1522
AegisName: G_ANCIENT_MUMMY
Name: Ancient Mummy
Level: 115
Hp: 29157
Attack: 981
Attack2: 100
Defense: 93
MagicDefense: 27
Str: 126
Agi: 57
Vit: 55
Int: 69
Dex: 78
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 2
WalkSpeed: 175
AttackDelay: 1772
AttackMotion: 120
ClientAttackMotion: 288
DamageMotion: 384
Ai: 21
Modes:
FixedItemDrop: true
- Id: 1523
AegisName: G_ANTIQUE_FIRELOCK
Name: Firelock Soldier
JapaneseName: Antique Firelock
Level: 88
Hp: 6513
Attack: 345
Attack2: 45
Defense: 72
MagicDefense: 30
Str: 67
Agi: 44
Vit: 30
Int: 30
Dex: 100
Luk: 30
AttackRange: 10
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 2
WalkSpeed: 170
AttackDelay: 1084
AttackMotion: 2304
ClientAttackMotion: 480
DamageMotion: 576
Ai: 05
Modes:
FixedItemDrop: true
- Id: 1524
AegisName: G_BABY_LEOPARD
Name: Baby Leopard
Level: 68
Hp: 1793
Attack: 188
Attack2: 52
Defense: 77
MagicDefense: 5
Str: 46
Agi: 36
Vit: 20
Int: 4
Dex: 61
Luk: 10
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Ghost
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 318
AttackMotion: 528
ClientAttackMotion: 240
DamageMotion: 420
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1525
AegisName: G_BATHORY
Name: Bathory
Level: 86
Hp: 6040
Attack: 297
Attack2: 96
Defense: 61
MagicDefense: 89
Str: 66
Agi: 38
Vit: 40
Int: 77
Dex: 67
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Dark
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 1504
AttackMotion: 840
ClientAttackMotion: 288
DamageMotion: 900
Ai: 21
Modes:
FixedItemDrop: true
- Id: 1526
AegisName: G_BLOOD_BUTTERFLY
Name: Bloody Butterfly
Level: 94
Hp: 6896
Attack: 397
Attack2: 67
Defense: 79
MagicDefense: 50
Str: 70
Agi: 68
Vit: 40
Int: 55
Dex: 108
Luk: 30
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Wind
ElementLevel: 2
WalkSpeed: 145
AttackDelay: 472
AttackMotion: 576
ClientAttackMotion: 480
DamageMotion: 288
Ai: 13
Modes:
Detector: true
FixedItemDrop: true
- Id: 1527
AegisName: G_C_TOWER_MANAGER
Name: Clock Tower Manager
Level: 90
Hp: 6425
Attack: 397
Attack2: 70
Defense: 96
MagicDefense: 60
Str: 80
Agi: 28
Vit: 40
Int: 25
Dex: 88
Luk: 45
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 4
WalkSpeed: 200
AttackDelay: 1072
AttackMotion: 672
ClientAttackMotion: 384
DamageMotion: 384
Ai: 17
Modes:
FixedItemDrop: true
- Id: 1528
AegisName: G_CLOCK
Name: Clock
Level: 81
Hp: 4505
Attack: 332
Attack2: 53
Defense: 91
MagicDefense: 43
Str: 68
Agi: 24
Vit: 35
Int: 41
Dex: 97
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Earth
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1092
AttackMotion: 792
ClientAttackMotion: 432
DamageMotion: 480
Ai: 17
Modes:
FixedItemDrop: true
- Id: 1529
AegisName: G_DARK_SNAKE_LORD
Name: Evil Snake Lord
JapaneseName: Dark Snake Lord
Level: 105
Hp: 1101000
Attack: 2882
Attack2: 1986
Defense: 314
MagicDefense: 185
Str: 122
Agi: 172
Vit: 107
Int: 135
Dex: 235
Luk: 88
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Ghost
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 588
AttackMotion: 816
ClientAttackMotion: 288
DamageMotion: 420
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
- Id: 1530
AegisName: G_DRACULA
Name: Dracula
Level: 75
Hp: 350000
Attack: 1454
Attack2: 1812
Defense: 152
MagicDefense: 146
Str: 86
Agi: 99
Vit: 88
Int: 92
Dex: 174
Luk: 82
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 4
WalkSpeed: 145
AttackDelay: 1290
AttackMotion: 1140
ClientAttackMotion: 780
DamageMotion: 576
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
- Id: 1531
AegisName: G_EVIL_CLOUD_HERMIT
Name: Taoist Hermit
JapaneseName: Evil Cloud Hermit
Level: 96
Hp: 9727
Attack: 456
Attack2: 30
Defense: 66
MagicDefense: 46
Str: 63
Agi: 57
Vit: 45
Int: 60
Dex: 119
Luk: 45
AttackRange: 10
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 190
AttackDelay: 480
AttackMotion: 840
ClientAttackMotion: 624
DamageMotion: 432
Ai: 05
Modes:
FixedItemDrop: true
- Id: 1532
AegisName: G_EXPLOSION
Name: Explosion
Level: 100
Hp: 6464
Attack: 406
Attack2: 110
Defense: 112
MagicDefense: 50
Str: 91
Agi: 51
Vit: 63
Int: 50
Dex: 78
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Fire
ElementLevel: 3
WalkSpeed: 165
AttackDelay: 1260
AttackMotion: 960
ClientAttackMotion: 480
DamageMotion: 336
Ai: 02
Modes:
FixedItemDrop: true
- Id: 1533
AegisName: G_FUR_SEAL
Name: Seal
JapaneseName: Fur Seal
Level: 47
Hp: 1300
Attack: 72
Attack2: 40
Defense: 42
MagicDefense: 16
Str: 37
Agi: 40
Vit: 30
Int: 39
Dex: 35
Luk: 19
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Water
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1612
AttackMotion: 622
ClientAttackMotion: 576
DamageMotion: 583
Ai: 19
Modes:
FixedItemDrop: true
- Id: 1534
AegisName: G_GOBLIN_1
Name: Goblin
Level: 48
Hp: 1107
Attack: 93
Attack2: 34
Defense: 56
MagicDefense: 5
Str: 37
Agi: 54
Vit: 25
Int: 20
Dex: 36
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 1120
AttackMotion: 620
ClientAttackMotion: 384
DamageMotion: 240
Ai: 21
Modes:
FixedItemDrop: true
- Id: 1535
AegisName: G_GOBLIN_2
Name: Goblin
Level: 44
Hp: 943
Attack: 77
Attack2: 28
Defense: 52
MagicDefense: 5
Str: 33
Agi: 16
Vit: 24
Int: 15
Dex: 58
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Fire
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1320
AttackMotion: 620
ClientAttackMotion: 384
DamageMotion: 240
Ai: 19
Modes:
FixedItemDrop: true
- Id: 1536
AegisName: G_GOBLIN_3
Name: Goblin
Level: 44
Hp: 1047
Attack: 77
Attack2: 33
Defense: 47
MagicDefense: 5
Str: 30
Agi: 16
Vit: 24
Int: 15
Dex: 17
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Poison
ElementLevel: 1
WalkSpeed: 250
AttackDelay: 1624
AttackMotion: 624
ClientAttackMotion: 384
DamageMotion: 240
Ai: 13
Modes:
FixedItemDrop: true
- Id: 1537
AegisName: G_GOBLIN_4
Name: Goblin
Level: 49
Hp: 1277
Attack: 106
Attack2: 22
Defense: 70
MagicDefense: 3
Str: 31
Agi: 27
Vit: 46
Int: 15
Dex: 34
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1624
AttackMotion: 624
ClientAttackMotion: 384
DamageMotion: 240
Ai: 13
Modes:
FixedItemDrop: true
- Id: 1538
AegisName: G_GOBLIN_5
Name: Goblin
Level: 56
Hp: 1877
Attack: 105
Attack2: 31
Defense: 64
MagicDefense: 5
Str: 51
Agi: 37
Vit: 22
Int: 15
Dex: 42
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Water
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 3074
AttackMotion: 1874
ClientAttackMotion: 384
DamageMotion: 480
Ai: 13
Modes:
FixedItemDrop: true
- Id: 1539
AegisName: G_GOBLIN_LEADER
Name: Goblin Leader
Level: 55
Hp: 21692
Attack: 173
Attack2: 49
Defense: 72
MagicDefense: 30
Str: 60
Agi: 67
Vit: 45
Int: 18
Dex: 73
Luk: 23
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 1
WalkSpeed: 120
AttackDelay: 1120
AttackMotion: 620
ClientAttackMotion: 1056
DamageMotion: 240
Ai: 21
Modes:
FixedItemDrop: true
- Id: 1540
AegisName: G_GOLEM
Name: Golem
Level: 61
Hp: 2324
Attack: 172
Attack2: 25
Defense: 190
MagicDefense: 12
Str: 70
Agi: 27
Vit: 67
Int: 5
Dex: 34
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 300
AttackDelay: 1608
AttackMotion: 816
ClientAttackMotion: 912
DamageMotion: 396
Ai: 17
Modes:
FixedItemDrop: true
- Id: 1541
AegisName: G_GREATEST_GENERAL
Name: Greatest General
Level: 55
Hp: 1405
Attack: 126
Attack2: 26
Defense: 114
MagicDefense: 30
Str: 58
Agi: 30
Vit: 20
Int: 25
Dex: 28
Luk: 20
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Fire
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1152
AttackMotion: 1152
ClientAttackMotion: 816
DamageMotion: 384
Ai: 10
Modes:
FixedItemDrop: true
- Id: 1542
AegisName: G_INCANTATION_SAMURA
Name: Incantation Samurai
Level: 100
Hp: 901000
Attack: 2855
Attack2: 936
Defense: 296
MagicDefense: 140
Str: 145
Agi: 161
Vit: 88
Int: 66
Dex: 186
Luk: 60
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Dark
ElementLevel: 3
WalkSpeed: 135
AttackDelay: 874
AttackMotion: 1344
ClientAttackMotion: 1152
DamageMotion: 576
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
- Id: 1543
AegisName: G_KAPHA
Name: Kapha
Level: 83
Hp: 4899
Attack: 244
Attack2: 32
Defense: 61
MagicDefense: 38
Str: 67
Agi: 59
Vit: 40
Int: 31
Dex: 73
Luk: 24
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 1
WalkSpeed: 165
AttackDelay: 2012
AttackMotion: 1728
ClientAttackMotion: 576
DamageMotion: 672
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1544
AegisName: G_KARAKASA
Name: Karakasa
Level: 72
Hp: 3027
Attack: 225
Attack2: 42
Defense: 93
MagicDefense: 29
Str: 66
Agi: 73
Vit: 33
Int: 20
Dex: 64
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 155
AttackDelay: 1638
AttackMotion: 2016
ClientAttackMotion: 432
DamageMotion: 576
Ai: 01
Modes:
FixedItemDrop: true
- Id: 1545
AegisName: G_KOBOLD_1
Name: Kobold
Level: 107
Hp: 13522
Attack: 593
Attack2: 87
Defense: 103
MagicDefense: 25
Str: 109
Agi: 76
Vit: 61
Int: 53
Dex: 98
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1028
AttackMotion: 528
ClientAttackMotion: 240
DamageMotion: 360
Ai: 13
Modes:
FixedItemDrop: true
- Id: 1546
AegisName: G_KOBOLD_2
Name: Kobold
Level: 102
Hp: 11280
Attack: 491
Attack2: 62
Defense: 117
MagicDefense: 59
Str: 96
Agi: 61
Vit: 55
Int: 48
Dex: 95
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Poison
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1528
AttackMotion: 528
ClientAttackMotion: 240
DamageMotion: 360
Ai: 13
Modes:
FixedItemDrop: true
- Id: 1547
AegisName: G_KOBOLD_3
Name: Kobold
Level: 101
Hp: 9503
Attack: 471
Attack2: 64
Defense: 109
MagicDefense: 48
Str: 103
Agi: 64
Vit: 59
Int: 42
Dex: 80
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Fire
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 1228
AttackMotion: 528
ClientAttackMotion: 240
DamageMotion: 360
Ai: 13
Modes:
FixedItemDrop: true
- Id: 1548
AegisName: G_KOBOLD_LEADER
Name: Kobold Leader
Level: 112
Hp: 13520
Attack: 995
Attack2: 96
Defense: 90
MagicDefense: 62
Str: 135
Agi: 34
Vit: 68
Int: 56
Dex: 116
Luk: 47
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1028
AttackMotion: 528
ClientAttackMotion: 240
DamageMotion: 360
Ai: 21
Modes:
FixedItemDrop: true
- Id: 1549
AegisName: G_LAVA_GOLEM
Name: Lava Golem
Level: 103
Hp: 10244
Attack: 562
Attack2: 53
Defense: 299
MagicDefense: 27
Str: 126
Agi: 42
Vit: 103
Int: 28
Dex: 92
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Fire
ElementLevel: 4
WalkSpeed: 400
AttackDelay: 2190
AttackMotion: 2040
ClientAttackMotion: 720
DamageMotion: 336
Ai: 02
Modes:
FixedItemDrop: true
- Id: 1550
AegisName: G_LIVE_PEACH_TREE
Name: Enchanted Peach Tree
JapaneseName: Live Peach Tree
Level: 92
Hp: 7426
Attack: 435
Attack2: 72
Defense: 109
MagicDefense: 40
Str: 76
Agi: 52
Vit: 55
Int: 40
Dex: 92
Luk: 50
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 2
WalkSpeed: 410
AttackDelay: 400
AttackMotion: 672
ClientAttackMotion: 576
DamageMotion: 480
Ai: 05
Modes:
FixedItemDrop: true
- Id: 1551
AegisName: G_MARSE
Name: Marse
Level: 47
Hp: 1241
Attack: 64
Attack2: 20
Defense: 38
MagicDefense: 18
Str: 33
Agi: 17
Vit: 25
Int: 10
Dex: 33
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 1956
AttackMotion: 756
ClientAttackMotion: 468
DamageMotion: 528
Ai: 17
Modes:
FixedItemDrop: true
- Id: 1552
AegisName: G_MIYABI_NINGYO
Name: Miyabi Doll
JapaneseName: Miyabi Ningyo
Level: 85
Hp: 5083
Attack: 289
Attack2: 66
Defense: 57
MagicDefense: 19
Str: 66
Agi: 30
Vit: 30
Int: 55
Dex: 88
Luk: 40
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 1
WalkSpeed: 250
AttackDelay: 1938
AttackMotion: 2112
ClientAttackMotion: 1920
DamageMotion: 768
Ai: 17
Modes:
Detector: true
FixedItemDrop: true
- Id: 1553
AegisName: G_MYST
Name: Myst
Level: 49
Hp: 1404
Attack: 106
Attack2: 20
Defense: 61
MagicDefense: 10
Str: 35
Agi: 37
Vit: 20
Int: 10
Dex: 41
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Poison
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1576
AttackMotion: 576
ClientAttackMotion: 336
DamageMotion: 384
Ai: 21
Modes:
FixedItemDrop: true
- Id: 1554
AegisName: G_NIGHTMARE_TERROR
Name: Nightmare Terror
Level: 107
Hp: 17079
Attack: 593
Attack2: 226
Defense: 78
MagicDefense: 37
Str: 118
Agi: 53
Vit: 55
Int: 63
Dex: 106
Luk: 43
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 165
AttackDelay: 1216
AttackMotion: 816
ClientAttackMotion: 720
DamageMotion: 432
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 1555
AegisName: G_PARASITE
Name: Parasite
Level: 76
Hp: 3155
Attack: 253
Attack2: 45
Defense: 63
MagicDefense: 30
Str: 55
Agi: 78
Vit: 33
Int: 50
Dex: 106
Luk: 40
AttackRange: 8
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Wind
ElementLevel: 2
WalkSpeed: 400
AttackDelay: 864
AttackMotion: 864
ClientAttackMotion: 288
DamageMotion: 672
Ai: 10
Modes:
FixedItemDrop: true
- Id: 1556
AegisName: G_POISON_TOAD
Name: Poisonous Toad
JapaneseName: Poison Toad
Level: 87
Hp: 5577
Attack: 337
Attack2: 54
Defense: 80
MagicDefense: 42
Str: 66
Agi: 42
Vit: 40
Int: 45
Dex: 70
Luk: 30
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Poison
ElementLevel: 2
WalkSpeed: 160
AttackDelay: 1148
AttackMotion: 1728
ClientAttackMotion: 624
DamageMotion: 864
Ai: 01
Modes:
FixedItemDrop: true
- Id: 1557
AegisName: G_ROTAR_ZAIRO
Name: Rotar Zairo
Level: 48
Hp: 1290
Attack: 102
Attack2: 40
Defense: 57
MagicDefense: 34
Str: 29
Agi: 70
Vit: 45
Int: 26
Dex: 61
Luk: 5
AttackRange: 10
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Wind
ElementLevel: 2
WalkSpeed: 155
AttackDelay: 2416
AttackMotion: 2016
ClientAttackMotion: 1008
DamageMotion: 432
Ai: 05
Modes:
FixedItemDrop: true
- Id: 1558
AegisName: G_SAND_MAN
Name: Sandman
Level: 61
Hp: 2324
Attack: 188
Attack2: 56
Defense: 126
MagicDefense: 25
Str: 44
Agi: 8
Vit: 55
Int: 15
Dex: 34
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Earth
ElementLevel: 3
WalkSpeed: 250
AttackDelay: 1672
AttackMotion: 720
ClientAttackMotion: 576
DamageMotion: 288
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1559
AegisName: G_SCORPION
Name: Scorpion
Level: 16
Hp: 136
Attack: 7
Attack2: 7
Defense: 16
MagicDefense: 5
Str: 12
Agi: 15
Vit: 10
Int: 5
Dex: 19
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Fire
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1564
AttackMotion: 864
ClientAttackMotion: 384
DamageMotion: 576
Ai: 19
Modes:
Detector: true
FixedItemDrop: true
- Id: 1560
AegisName: G_SHINOBI
Name: Shinobi
Level: 95
Hp: 8087
Attack: 366
Attack2: 51
Defense: 49
MagicDefense: 45
Str: 71
Agi: 70
Vit: 55
Int: 30
Dex: 83
Luk: 30
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Ninja: true
Element: Dark
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1003
AttackMotion: 1152
ClientAttackMotion: 2112
DamageMotion: 336
Ai: 21
Modes:
FixedItemDrop: true
- Id: 1561
AegisName: G_SMOKIE
Name: Smokie
Level: 29
Hp: 414
Attack: 29
Attack2: 11
Defense: 26
Str: 16
Agi: 34
Vit: 16
Int: 5
Dex: 27
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1576
AttackMotion: 576
ClientAttackMotion: 480
DamageMotion: 420
Ai: 17
Modes:
FixedItemDrop: true
- Id: 1562
AegisName: G_SOLDIER_SKELETON
Name: Soldier Skeleton
Level: 34
Hp: 691
Attack: 43
Attack2: 14
Defense: 53
MagicDefense: 5
Str: 14
Agi: 10
Vit: 32
Int: 5
Dex: 29
Luk: 3
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 2276
AttackMotion: 576
ClientAttackMotion: 216
DamageMotion: 432
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1563
AegisName: G_TENGU
Name: Tengu
Level: 98
Hp: 10390
Attack: 540
Attack2: 83
Defense: 134
MagicDefense: 46
Str: 99
Agi: 38
Vit: 40
Int: 30
Dex: 80
Luk: 60
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Earth
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1439
AttackMotion: 1920
ClientAttackMotion: 624
DamageMotion: 672
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 1564
AegisName: G_WICKED_NYMPH
Name: Evil Nymph
JapaneseName: Wicked Nymph
Level: 97
Hp: 9832
Attack: 382
Attack2: 128
Defense: 46
MagicDefense: 45
Str: 84
Agi: 46
Vit: 45
Int: 70
Dex: 92
Luk: 60
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 637
AttackMotion: 1008
ClientAttackMotion: 576
DamageMotion: 360
Ai: 21
Modes:
Detector: true
FixedItemDrop: true
- Id: 1565
AegisName: G_WILD_GINSENG
Name: Hermit Plant
JapaneseName: Wild Ginseng
Level: 90
Hp: 4381
Attack: 325
Attack2: 71
Defense: 56
MagicDefense: 62
Str: 76
Agi: 51
Vit: 60
Int: 60
Dex: 91
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Fire
ElementLevel: 2
WalkSpeed: 140
AttackDelay: 512
AttackMotion: 756
ClientAttackMotion: 540
DamageMotion: 360
Ai: 17
Modes:
FixedItemDrop: true
- Id: 1566
AegisName: G_WRAITH_DEAD
Name: Wraith Dead
Level: 86
Hp: 10035
Sp: 0
Attack: 442
Attack2: 60
Defense: 88
MagicDefense: 56
Str: 63
Agi: 69
Vit: 55
Int: 45
Dex: 106
Luk: 45
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Undead
Element: Undead
ElementLevel: 4
WalkSpeed: 175
AttackDelay: 1816
AttackMotion: 576
ClientAttackMotion: 720
DamageMotion: 240
Ai: 21
Modes:
FixedItemDrop: true
- Id: 1567
AegisName: G_ANCIENT_WORM
Name: Ancient Worm
Level: 83
Hp: 4140
Sp: 0
Attack: 329
Attack2: 35
Defense: 90
MagicDefense: 41
Str: 70
Agi: 56
Vit: 56
Int: 55
Dex: 84
Luk: 42
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
Element: Poison
ElementLevel: 1
WalkSpeed: 165
AttackDelay: 1792
AttackMotion: 792
ClientAttackMotion: 576
DamageMotion: 336
Ai: 21
Modes:
Detector: true
FixedItemDrop: true
- Id: 1568
AegisName: G_ANGELING
Name: Angeling
Level: 77
Hp: 19800
Attack: 391
Attack2: 145
Defense: 72
MagicDefense: 238
Str: 58
Agi: 50
Vit: 33
Int: 105
Dex: 80
Luk: 200
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Angel
Element: Holy
ElementLevel: 4
WalkSpeed: 200
AttackDelay: 1072
AttackMotion: 672
ClientAttackMotion: 312
DamageMotion: 672
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
- Id: 1569
AegisName: G_BLOODY_KNIGHT
Name: Bloody Knight
Level: 116
Hp: 68500
Attack: 1319
Attack2: 123
Defense: 122
MagicDefense: 50
Str: 132
Agi: 59
Vit: 70
Int: 57
Dex: 137
Luk: 45
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Dark
ElementLevel: 4
WalkSpeed: 250
AttackDelay: 828
AttackMotion: 528
ClientAttackMotion: 288
DamageMotion: 192
Ai: 21
Modes:
FixedItemDrop: true
- Id: 1570
AegisName: G_CRAMP
Name: Cramp
Level: 82
Hp: 3935
Attack: 268
Attack2: 48
Defense: 88
MagicDefense: 42
Str: 65
Agi: 43
Vit: 35
Int: 25
Dex: 82
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Poison
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 1000
AttackMotion: 500
ClientAttackMotion: 648
DamageMotion: 1000
Ai: 19
Modes:
FixedItemDrop: true
- Id: 1571
AegisName: G_DEVIACE
Name: Deviace
Level: 60
Hp: 2324
Attack: 121
Attack2: 29
Defense: 51
MagicDefense: 16
Str: 57
Agi: 26
Vit: 32
Int: 25
Dex: 50
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 4
WalkSpeed: 400
AttackDelay: 1680
AttackMotion: 480
ClientAttackMotion: 288
DamageMotion: 384
Ai: 17
Modes:
FixedItemDrop: true
- Id: 1572
AegisName: G_DROPS
Name: Drops
Level: 2
Hp: 46
Attack: 1
Attack2: 1
Defense: 16
Str: 8
Int: 0
Dex: 6
Luk: 2
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Fire
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 1372
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 02
Modes:
FixedItemDrop: true
- Id: 1573
AegisName: G_ELDER
Name: Elder
Level: 92
Hp: 7780
Attack: 416
Attack2: 802
Defense: 72
MagicDefense: 41
Str: 67
Agi: 63
Vit: 35
Int: 99
Dex: 106
Luk: 61
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Neutral
ElementLevel: 4
WalkSpeed: 165
AttackDelay: 1552
AttackMotion: 1152
ClientAttackMotion: 720
DamageMotion: 336
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1574
AegisName: G_ELDER_WILOW
Name: Elder Willow
Level: 34
Hp: 535
Attack: 43
Attack2: 14
Defense: 45
Str: 10
Agi: 14
Vit: 25
Int: 0
Dex: 29
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Fire
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1372
AttackMotion: 672
ClientAttackMotion: 720
DamageMotion: 432
Ai: 02
Modes:
FixedItemDrop: true
- Id: 1575
AegisName: G_FLORA
Name: Flora
Level: 59
Hp: 2065
Attack: 174
Attack2: 31
Defense: 99
MagicDefense: 29
Str: 49
Agi: 29
Vit: 35
Int: 5
Dex: 46
Luk: 80
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 1432
AttackMotion: 432
ClientAttackMotion: 180
DamageMotion: 576
Ai: 10
Modes:
FixedItemDrop: true
- Id: 1576
AegisName: G_GHOSTRING
Name: Ghostring
Level: 90
Hp: 26700
Attack: 385
Attack2: 162
Defense: 88
MagicDefense: 72
Str: 66
Agi: 85
Vit: 66
Int: 66
Dex: 119
Luk: 66
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Ghost
ElementLevel: 4
WalkSpeed: 300
AttackDelay: 1220
AttackMotion: 1080
ClientAttackMotion: 336
DamageMotion: 648
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
- Id: 1577
AegisName: G_GOBLIN_ARCHER
Name: Goblin Archer
Level: 55
Hp: 1487
Attack: 114
Attack2: 24
Defense: 69
Str: 40
Agi: 34
Vit: 20
Int: 15
Dex: 53
Luk: 20
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demihuman
Element: Poison
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1172
AttackMotion: 672
ClientAttackMotion: 528
DamageMotion: 420
Ai: 05
Modes:
FixedItemDrop: true
- Id: 1578
AegisName: G_HORONG
Name: Horong
Level: 66
Hp: 1701
Attack: 169
Attack2: 70
Defense: 84
MagicDefense: 35
Str: 36
Agi: 32
Vit: 35
Int: 45
Dex: 62
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Fire
ElementLevel: 4
WalkSpeed: 400
AttackDelay: 1888
AttackMotion: 1152
ClientAttackMotion: 552
DamageMotion: 828
Ai: 13
Modes:
FixedItemDrop: true
- Id: 1579
AegisName: G_HYDRA
Name: Hydra
Level: 34
Hp: 661
Attack: 31
Attack2: 6
Defense: 20
MagicDefense: 32
Str: 10
Agi: 9
Vit: 14
Int: 0
Dex: 35
Luk: 2
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Water
ElementLevel: 2
WalkSpeed: 1000
AttackDelay: 800
AttackMotion: 432
ClientAttackMotion: 336
DamageMotion: 600
Ai: 10
Modes:
FixedItemDrop: true
- Id: 1580
AegisName: G_INCUBUS
Name: Incubus
Level: 120
Hp: 25428
Attack: 793
Attack2: 375
Defense: 72
MagicDefense: 46
Str: 120
Agi: 56
Vit: 52
Int: 75
Dex: 139
Luk: 70
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 165
AttackDelay: 850
AttackMotion: 600
ClientAttackMotion: 420
DamageMotion: 336
Ai: 21
Modes:
Detector: true
FixedItemDrop: true
- Id: 1581
AegisName: G_VOCAL
Name: Vocal
Level: 18
Hp: 3317
Attack: 71
Attack2: 11
Defense: 77
MagicDefense: 26
Str: 77
Agi: 26
Vit: 26
Int: 30
Dex: 53
Luk: 40
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1080
AttackMotion: 648
ClientAttackMotion: 600
DamageMotion: 480
Ai: 21
Modes:
Detector: true
FixedItemDrop: true
- Id: 1582
AegisName: DEVILING
Name: Deviling
Level: 66
Hp: 16890
BaseExp: 1197
JobExp: 1189
Attack: 313
Attack2: 183
Defense: 67
MagicDefense: 70
Str: 48
Agi: 50
Vit: 33
Int: 75
Dex: 85
Luk: 200
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 4
WalkSpeed: 200
AttackDelay: 1072
AttackMotion: 1056
ClientAttackMotion: 864
DamageMotion: 384
Ai: 21
Class: Boss
Drops:
- Item: Petite_DiablOfs_Wing
Rate: 1500
- Item: Zargon
Rate: 2425
- Item: Satanic_Chain
Rate: 50
- Item: Apple
Rate: 2500
- Item: Blade_Lost_In_Darkness
Rate: 1
- Item: Black_Dyestuffs
Rate: 50
- Item: Ghost_Scroll_1_3
Rate: 50
- Id: 1583
AegisName: TAO_GUNKA
Name: Tao Gunka
Level: 110
Hp: 1252000
BaseExp: 540000
JobExp: 396000
MvpExp: 270000
Attack: 3757
Attack2: 1260
Defense: 404
MagicDefense: 143
Str: 135
Agi: 175
Vit: 98
Int: 110
Dex: 239
Luk: 66
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Neutral
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1020
AttackMotion: 288
ClientAttackMotion: 384
DamageMotion: 144
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Bs_Making_S
Rate: 5000
- Item: Old_Violet_Box
Rate: 3000
- Item: Blue_Potion
Rate: 6000
Drops:
- Item: Gemstone
Rate: 2425
- Item: Stone_Piece
Rate: 2425
- Item: Golden_Jewel
Rate: 500
- Item: Binoculars
Rate: 200
- Item: Zelunium
Rate: 50
- Item: Runstone_Rare
Rate: 100
- Item: Gemmed_Sallet_
Rate: 3
- Item: Tao_Gunka_Card
Rate: 1
StealProtected: true
- Id: 1584
AegisName: TAMRUAN
Name: Tamruan
Level: 73
Hp: 3717
BaseExp: 766
JobExp: 706
Attack: 232
Attack2: 37
Defense: 63
MagicDefense: 30
Str: 60
Agi: 38
Vit: 40
Int: 20
Dex: 73
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 140
AttackDelay: 512
AttackMotion: 1152
ClientAttackMotion: 384
DamageMotion: 672
Ai: 13
Modes:
Detector: true
Drops:
- Item: Sword_Accessory
Rate: 2425
- Item: Broken_Armor_Piece
Rate: 1500
- Item: Scarlet_Twohand_Sword
Rate: 50
RandomOptionGroup: Group_5
- Item: Bastard_Sword_
Rate: 4
- Item: Chain_Mail_
Rate: 2
- Item: Runstone_Mystic
Rate: 150
- Item: Tamruan_Card
Rate: 1
StealProtected: true
- Id: 1585
AegisName: MIME_MONKEY
Name: Mime Monkey
Level: 1
Hp: 0
Sp: 0
BaseExp: 1969
JobExp: 1351
Attack: 7
Attack2: 3
MagicDefense: 5
Int: 0
Dex: 6
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Water
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 676
AttackMotion: 672
ClientAttackMotion: 240
DamageMotion: 480
# Ai:
Drops:
- Item: Lemon
Rate: 4666
- Id: 1586
AegisName: LEAF_CAT
Name: Leaf Cat
Level: 64
Hp: 2070
BaseExp: 630
JobExp: 544
Attack: 175
Attack2: 41
Defense: 88
MagicDefense: 16
Str: 46
Agi: 16
Vit: 12
Int: 45
Dex: 36
Luk: 29
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 960
AttackMotion: 864
ClientAttackMotion: 720
DamageMotion: 720
Ai: 02
Drops:
- Item: Great_Leaf
Rate: 2183
- Item: Leaflet_Of_Hinal
Rate: 150
- Item: Seed_Of_Yggdrasil
Rate: 1
- Item: Fish_Tail
Rate: 550
- Item: Lemon
Rate: 125
- Item: Prawn
Rate: 250
- Item: Leaf_Clothes
Rate: 2668
- Item: Leaf_Cat_Card
Rate: 1
StealProtected: true
- Id: 1587
AegisName: KRABEN
Name: Kraben
Level: 70
Hp: 2159
BaseExp: 610
JobExp: 654
Attack: 211
Attack2: 45
Defense: 108
MagicDefense: 20
Str: 54
Agi: 33
Vit: 35
Int: 15
Dex: 68
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Ghost
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 1152
AttackMotion: 1536
ClientAttackMotion: 384
DamageMotion: 576
Ai: 19
Drops:
- Item: Zargon
Rate: 1750
- Item: Milk
Rate: 1500
- Item: Leaflet_Of_Aloe
Rate: 500
- Item: Guard_
Rate: 1
- Item: Bamboo_Basket
Rate: 2425
- Item: Chilli
Rate: 500
- Item: Old_Blue_Box
Rate: 5
- Item: Kraben_Card
Rate: 1
StealProtected: true
- Id: 1588
AegisName: ORC_XMAS
Name: Christmas Orc
Level: 24
Hp: 1400
BaseExp: 117
JobExp: 72
Attack: 104
Attack2: 22
Defense: 16
MagicDefense: 5
Agi: 24
Vit: 48
Int: 25
Dex: 34
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1864
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 288
Ai: 01
Drops:
- Item: Orcish_Voucher
Rate: 3000
- Item: Candy
Rate: 5000
- Item: Candy_Striper
Rate: 5000
- Item: Snow_Flower
Rate: 1000
- Item: Well_Baked_Cookie
Rate: 1000
- Item: Gift_Box
Rate: 500
- Item: Santa's_Hat
Rate: 300
- Item: Old_Violet_Box
Rate: 100
StealProtected: true
- Id: 1589
AegisName: G_MANDRAGORA
Name: Mandragora
Level: 13
Hp: 140
Attack: 4
Attack2: 3
Defense: 13
MagicDefense: 2
Str: 12
Agi: 3
Vit: 5
Int: 5
Dex: 10
Luk: 5
AttackRange: 4
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 3
WalkSpeed: 1000
AttackDelay: 1768
AttackMotion: 768
ClientAttackMotion: 384
DamageMotion: 576
Ai: 10
Modes:
FixedItemDrop: true
- Id: 1590
AegisName: G_GEOGRAPHER
Name: Geographer
Level: 73
Hp: 3408
Attack: 278
Attack2: 82
Defense: 158
MagicDefense: 42
Str: 81
Agi: 26
Vit: 35
Int: 56
Dex: 72
Luk: 60
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 3
WalkSpeed: 1000
AttackDelay: 1308
AttackMotion: 1008
ClientAttackMotion: 480
DamageMotion: 480
Ai: 10
Modes:
FixedItemDrop: true
- Id: 1591
AegisName: A_LUNATIC
Name: Lunatic
Level: 29
Hp: 2334
Sp: 0
Attack: 221
Attack2: 24
Defense: 16
MagicDefense: 20
Agi: 15
Vit: 22
Int: 5
Dex: 40
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Neutral
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1456
AttackMotion: 456
ClientAttackMotion: 264
DamageMotion: 336
Ai: 04
Class: Boss
Drops:
- Item: Orange_Potion
Rate: 1000
- Id: 1592
AegisName: A_MOBSTER
Name: Gangster
Level: 40
Hp: 8000
Sp: 0
Attack: 300
Attack2: 55
Defense: 32
MagicDefense: 27
Agi: 50
Vit: 45
Int: 45
Dex: 73
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 250
AttackDelay: 1100
AttackMotion: 560
ClientAttackMotion: 576
DamageMotion: 580
Ai: 03
Class: Boss
Drops:
- Item: Stone
Rate: 5000
- Item: Cutter__
Rate: 1500
- Item: Popped_Rice
Rate: 5000
- Id: 1593
AegisName: A_ANCIENT_MUMMY
Name: Ancient Mummy
Level: 52
Hp: 8613
Sp: 0
Attack: 830
Attack2: 100
Defense: 64
MagicDefense: 27
Str: 58
Agi: 47
Vit: 42
Int: 5
Dex: 69
Luk: 26
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 3
WalkSpeed: 175
AttackDelay: 1772
AttackMotion: 120
ClientAttackMotion: 288
DamageMotion: 384
Ai: 04
Class: Boss
Drops:
- Item: Orange_Potion
Rate: 1000
- Id: 1594
AegisName: G_FREEZER
Name: Freezer
Level: 94
Hp: 8346
Attack: 318
Attack2: 150
Defense: 127
MagicDefense: 38
Str: 68
Agi: 47
Vit: 50
Int: 45
Dex: 69
Luk: 25
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Water
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 1452
AttackMotion: 483
ClientAttackMotion: 540
DamageMotion: 528
Ai: 21
Modes:
FixedItemDrop: true
- Id: 1595
AegisName: G_MARIN
Name: Marin
Level: 37
Hp: 844
Attack: 42
Attack2: 14
Defense: 32
MagicDefense: 8
Str: 24
Agi: 5
Vit: 10
Int: 5
Dex: 30
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Water
ElementLevel: 2
WalkSpeed: 400
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 01
Modes:
FixedItemDrop: true
- Id: 1596
AegisName: G_TAMRUAN
Name: Tamruan
Level: 73
Hp: 3717
Attack: 232
Attack2: 37
Defense: 63
MagicDefense: 30
Str: 60
Agi: 38
Vit: 40
Int: 20
Dex: 73
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 140
AttackDelay: 512
AttackMotion: 1152
ClientAttackMotion: 384
DamageMotion: 672
Ai: 13
Modes:
Detector: true
FixedItemDrop: true
- Id: 1597
AegisName: G_GARGOYLE
Name: Gargoyle
Level: 100
Hp: 9233
Attack: 451
Attack2: 89
Defense: 98
MagicDefense: 43
Str: 100
Agi: 61
Vit: 60
Int: 57
Dex: 120
Luk: 70
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Wind
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1020
AttackMotion: 720
ClientAttackMotion: 600
DamageMotion: 384
Ai: 05
Modes:
Detector: true
FixedItemDrop: true
- Id: 1598
AegisName: G_BLAZZER
Name: Blazzer
Level: 101
Hp: 9503
Attack: 471
Attack2: 94
Defense: 116
MagicDefense: 60
Str: 99
Agi: 75
Vit: 55
Int: 70
Dex: 72
Luk: 65
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Fire
ElementLevel: 2
WalkSpeed: 180
AttackDelay: 1732
AttackMotion: 1332
ClientAttackMotion: 468
DamageMotion: 540
Ai: 02
Modes:
Detector: true
FixedItemDrop: true
- Id: 1599
AegisName: G_WHISPER_BOSS
Name: Giant Whisper
Level: 66
Hp: 2570
Sp: 0
Attack: 191
Attack2: 59
Defense: 94
MagicDefense: 45
Str: 40
Agi: 79
Vit: 44
Int: 51
Dex: 74
Luk: 31
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Ghost
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 2536
AttackMotion: 1536
ClientAttackMotion: 1344
DamageMotion: 672
Ai: 21
Modes:
Detector: true
FixedItemDrop: true
- Id: 1600
AegisName: G_HEATER
Name: Heater
Level: 96
Hp: 7480
Attack: 644
Attack2: 79
Defense: 186
MagicDefense: 42
Str: 75
Agi: 49
Vit: 50
Int: 30
Dex: 96
Luk: 35
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Fire
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 1452
AttackMotion: 483
ClientAttackMotion: 1200
DamageMotion: 528
Ai: 21
Modes:
FixedItemDrop: true
- Id: 1601
AegisName: G_PERMETER
Name: Permeter
Level: 90
Hp: 5841
Attack: 361
Attack2: 56
Defense: 144
MagicDefense: 50
Str: 68
Agi: 28
Vit: 55
Int: 40
Dex: 50
Luk: 25
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Neutral
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 1100
AttackMotion: 483
ClientAttackMotion: 720
DamageMotion: 528
Ai: 21
Modes:
FixedItemDrop: true
- Id: 1602
AegisName: G_SOLIDER
Name: Solider
Level: 92
Hp: 7426
Attack: 435
Attack2: 40
Defense: 206
MagicDefense: 58
Str: 65
Agi: 44
Vit: 60
Int: 15
Dex: 56
Luk: 20
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 1452
AttackMotion: 483
ClientAttackMotion: 1248
DamageMotion: 528
Ai: 21
Modes:
FixedItemDrop: true
- Id: 1603
AegisName: G_BIGFOOT
Name: Bigfoot
Level: 29
Hp: 506
Attack: 33
Attack2: 12
Defense: 55
MagicDefense: 7
Str: 18
Agi: 4
Vit: 7
Int: 0
Dex: 12
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1260
AttackMotion: 192
ClientAttackMotion: 1092
DamageMotion: 192
Ai: 17
Modes:
FixedItemDrop: true
- Id: 1604
AegisName: G_GIANT_HONET
Name: Giant Hornet
Level: 82
Hp: 3960
Sp: 0
Attack: 303
Attack2: 53
Defense: 80
MagicDefense: 43
Str: 70
Agi: 45
Vit: 47
Int: 32
Dex: 74
Luk: 34
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 1
WalkSpeed: 155
AttackDelay: 1292
AttackMotion: 792
ClientAttackMotion: 648
DamageMotion: 340
Ai: 21
Modes:
Detector: true
FixedItemDrop: true
- Id: 1605
AegisName: G_DARK_ILLUSION
Name: Dark Illusion
Level: 96
Hp: 46255
Sp: 0
Attack: 1166
Attack2: 360
Defense: 145
MagicDefense: 30
Str: 82
Agi: 36
Vit: 55
Int: 100
Dex: 182
Luk: 88
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Undead
ElementLevel: 4
WalkSpeed: 145
AttackDelay: 1024
AttackMotion: 768
ClientAttackMotion: 5280
DamageMotion: 480
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
- Id: 1606
AegisName: G_GARM_BABY
Name: Baby Hatii
JapaneseName: Garm Baby
Level: 94
Hp: 10016
Attack: 498
Attack2: 61
Defense: 62
MagicDefense: 43
Str: 69
Agi: 61
Vit: 55
Int: 61
Dex: 106
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Water
ElementLevel: 2
WalkSpeed: 450
AttackDelay: 879
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 576
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1607
AegisName: G_GOBLINE_XMAS
Name: Christmas Goblin
Level: 25
Hp: 1176
Attack: 118
Attack2: 22
Defense: 16
MagicDefense: 5
Agi: 53
Vit: 25
Int: 20
Dex: 38
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 1120
AttackMotion: 620
ClientAttackMotion: 384
DamageMotion: 240
Ai: 21
Modes:
FixedItemDrop: true
- Id: 1608
AegisName: G_THIEF_BUG__
Name: Thief Bug Male
Level: 19
Hp: 583
Attack: 76
Attack2: 12
Defense: 24
MagicDefense: 5
Agi: 29
Vit: 16
Int: 5
Dex: 36
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Dark
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 988
AttackMotion: 288
ClientAttackMotion: 720
DamageMotion: 768
Ai: 13
Modes:
Detector: true
FixedItemDrop: true
- Id: 1609
AegisName: G_DANCING_DRAGON
Name: Zhu Po Long
JapaneseName: Dancing Dragon
Level: 82
Hp: 4154
Attack: 297
Attack2: 35
Defense: 83
MagicDefense: 36
Str: 59
Agi: 76
Vit: 40
Int: 30
Dex: 73
Luk: 30
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Dragon
Element: Wind
ElementLevel: 2
WalkSpeed: 160
AttackDelay: 600
AttackMotion: 840
ClientAttackMotion: 480
DamageMotion: 504
Ai: 02
Class: Boss
Modes:
FixedItemDrop: true
Drops:
- Item: Lucky_Candy
Rate: 250
- Item: Lucky_Candy_Cane
Rate: 25
- Item: Lucky_Cookie
Rate: 10
- Item: Carrot
Rate: 5000
- Item: Fire_Cracker
Rate: 2500
- Item: Handsei
Rate: 50
StealProtected: true
- Id: 1610
AegisName: A_MUNAK
Name: Munak
Level: 30
Hp: 2872
Sp: 0
Attack: 40
Attack2: 10
Agi: 15
Vit: 20
Int: 5
Dex: 120
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 2468
AttackMotion: 768
ClientAttackMotion: 480
DamageMotion: 288
Ai: 04
Class: Boss
Drops:
- Item: Orange_Potion
Rate: 1000
- Item: Slow_Down_Potion
Rate: 50
- Item: Speed_Up_Potion
Rate: 50
StealProtected: true
- Id: 1611
AegisName: A_BON_GUN
Name: Bongun
Level: 59
Hp: 2510
Attack: 189
Attack2: 29
Defense: 88
MagicDefense: 5
Str: 55
Agi: 24
Vit: 24
Int: 5
Dex: 34
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 4
WalkSpeed: 200
AttackDelay: 1720
AttackMotion: 500
ClientAttackMotion: 960
DamageMotion: 420
Ai: 19
Class: Boss
Drops:
- Item: Orange_Potion
Rate: 1000
- Item: Slow_Down_Potion
Rate: 50
- Item: Speed_Up_Potion
Rate: 50
StealProtected: true
- Id: 1612
AegisName: A_HYEGUN
Name: Yao Jun
JapaneseName: Hyegun
Level: 56
Hp: 9981
Sp: 0
Attack: 710
Attack2: 418
Defense: 20
MagicDefense: 10
Str: 60
Agi: 40
Vit: 36
Int: 10
Dex: 73
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 4
WalkSpeed: 180
AttackDelay: 890
AttackMotion: 1320
ClientAttackMotion: 1080
DamageMotion: 720
Ai: 04
Class: Boss
Drops:
- Item: Orange_Potion
Rate: 1000
- Item: Slow_Down_Potion
Rate: 50
- Item: Speed_Up_Potion
Rate: 50
StealProtected: true
- Id: 1613
AegisName: METALING
Name: Metaling
Level: 81
Hp: 3862
BaseExp: 954
JobExp: 889
Attack: 261
Attack2: 39
Defense: 69
MagicDefense: 28
Str: 58
Agi: 30
Vit: 49
Int: 17
Dex: 60
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 384
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 02
Drops:
- Item: Tube
Rate: 2000
- Item: Iron_Ore
Rate: 500
- Item: Iron
Rate: 250
- Item: Large_Jellopy
Rate: 500
- Item: Screw
Rate: 100
- Item: Scarlet_Revolver
Rate: 50
- Item: Jubilee
Rate: 2500
- Item: Metaling_Card
Rate: 1
StealProtected: true
- Id: 1614
AegisName: MINERAL
Name: Mineral
Level: 96
Hp: 7959
BaseExp: 1311
JobExp: 1240
Attack: 374
Attack2: 57
Defense: 127
MagicDefense: 23
Str: 70
Agi: 61
Vit: 40
Int: 50
Dex: 74
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 648
AttackMotion: 480
ClientAttackMotion: 300
DamageMotion: 360
Ai: 17
Drops:
- Item: Fragment_Of_Crystal
Rate: 1500
- Item: Golden_Jewel
Rate: 250
- Item: Emperium
Rate: 1
- Item: Oridecon
Rate: 40
- Item: Emveretarcon
Rate: 400
- Item: Yellow_Gemstone
Rate: 50
- Item: Gold
Rate: 1
- Item: Mineral_Card
Rate: 1
StealProtected: true
- Id: 1615
AegisName: OBSIDIAN
Name: Obsidian
Level: 97
Hp: 8492
BaseExp: 1396
JobExp: 1259
Attack: 445
Attack2: 80
Defense: 129
MagicDefense: 37
Str: 84
Agi: 38
Vit: 40
Int: 60
Dex: 64
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Earth
ElementLevel: 2
WalkSpeed: 350
AttackDelay: 720
AttackMotion: 864
ClientAttackMotion: 624
DamageMotion: 504
Ai: 04
Drops:
- Item: Dark_Crystal_Fragment
Rate: 1500
- Item: Crystal_Jewel
Rate: 250
- Item: Coal
Rate: 250
- Item: Elunium
Rate: 25
- Item: Steel
Rate: 250
- Item: Unholy_Touch
Rate: 5
- Item: Obsidian_Card
Rate: 1
StealProtected: true
- Id: 1616
AegisName: PITMAN
Name: Pitman
Level: 90
Hp: 6717
BaseExp: 1158
JobExp: 1038
Attack: 451
Attack2: 60
Defense: 104
MagicDefense: 48
Str: 78
Agi: 56
Vit: 45
Int: 35
Dex: 60
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Undead
Element: Earth
ElementLevel: 2
WalkSpeed: 180
AttackDelay: 960
AttackMotion: 336
ClientAttackMotion: 240
DamageMotion: 300
Ai: 17
Drops:
- Item: Old_Pick
Rate: 1500
- Item: Old_Steel_Plate
Rate: 250
- Item: Gun_Powder
Rate: 450
- Item: Steel
Rate: 250
- Item: Coal
Rate: 50
- Item: Lantern
Rate: 500
- Item: Headlamp
Rate: 40
- Item: Pitman_Card
Rate: 1
StealProtected: true
- Id: 1617
AegisName: WASTE_STOVE
Name: Old Stove
JapaneseName: Waste Stove
Level: 92
Hp: 7780
BaseExp: 1238
JobExp: 1167
Attack: 416
Attack2: 60
Defense: 100
MagicDefense: 47
Str: 76
Agi: 61
Vit: 50
Int: 30
Dex: 67
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1152
AttackMotion: 528
ClientAttackMotion: 240
DamageMotion: 360
Ai: 04
Drops:
- Item: Battered_Kettle
Rate: 500
- Item: Burn_Tree
Rate: 500
- Item: Tear_Gas
Rate: 100
- Item: Lusty_Iron
Rate: 25
- Item: Elder_Branch
Rate: 50
- Item: Branch_Of_Dead_Tree
Rate: 25
- Item: Old_Steel_Plate
Rate: 1900
- Item: Waste_Stove_Card
Rate: 1
StealProtected: true
- Id: 1618
AegisName: UNGOLIANT
Name: Ungoliant
Level: 94
Hp: 27070
BaseExp: 4100
JobExp: 2456
Attack: 1296
Attack2: 144
Defense: 108
MagicDefense: 28
Str: 71
Agi: 70
Vit: 58
Int: 43
Dex: 110
Luk: 38
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
Element: Poison
ElementLevel: 2
WalkSpeed: 350
AttackDelay: 420
AttackMotion: 576
ClientAttackMotion: 240
DamageMotion: 420
Ai: 21
Modes:
Detector: true
Drops:
- Item: Long_Limb
Rate: 2250
- Item: Jaws_Of_Ant
Rate: 1750
- Item: Colorful_Shell
Rate: 500
- Item: Olivine
Rate: 750
- Item: Fluorescent_Liquid
Rate: 1250
- Item: Dark_Red_Jewel
Rate: 750
- Item: Boots_
Rate: 250
- Item: Ungoliant_Card
Rate: 1
StealProtected: true
- Id: 1619
AegisName: PORCELLIO
Name: Porcellio
Level: 85
Hp: 4621
BaseExp: 1068
JobExp: 953
Attack: 353
Attack2: 53
Defense: 79
MagicDefense: 37
Str: 67
Agi: 48
Vit: 28
Int: 40
Dex: 74
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 720
AttackMotion: 360
ClientAttackMotion: 120
DamageMotion: 360
Ai: 02
Modes:
Detector: true
Drops:
- Item: Jubilee
Rate: 2500
- Item: Scarlet_Dagger
Rate: 50
RandomOptionGroup: Group_5
- Item: Insect_Feeler
Rate: 500
- Item: Single_Cell
Rate: 1500
- Item: Dew_Laden_Moss
Rate: 1
- Item: Fluorescent_Liquid
Rate: 15
- Item: Porcellio_Card
Rate: 1
StealProtected: true
- Id: 1620
AegisName: NOXIOUS
Name: Noxious
Level: 87
Hp: 4462
BaseExp: 947
JobExp: 1039
Attack: 337
Attack2: 71
Defense: 117
MagicDefense: 66
Str: 58
Agi: 45
Vit: 60
Int: 55
Dex: 68
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Ghost
ElementLevel: 3
WalkSpeed: 350
AttackDelay: 768
AttackMotion: 1440
ClientAttackMotion: 528
DamageMotion: 672
Ai: 04
Drops:
- Item: Poisonous_Gas
Rate: 500
- Item: Mould_Powder
Rate: 1500
- Item: Anodyne
Rate: 25
- Item: Air_Pollutant
Rate: 1500
- Item: Explosive_Powder
Rate: 300
- Item: Tear_Gas
Rate: 150
- Item: Old_Blue_Box
Rate: 1
- Item: Noxious_Card
Rate: 1
StealProtected: true
- Id: 1621
AegisName: VENOMOUS
Name: Venomous
Level: 87
Hp: 5577
BaseExp: 1052
JobExp: 987
Attack: 337
Attack2: 50
Defense: 104
MagicDefense: 65
Str: 61
Agi: 28
Vit: 60
Int: 55
Dex: 54
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Poison
ElementLevel: 1
WalkSpeed: 350
AttackDelay: 768
AttackMotion: 1440
ClientAttackMotion: 528
DamageMotion: 672
Ai: 04
Drops:
- Item: Air_Pollutant
Rate: 2500
- Item: Spawns
Rate: 1500
- Item: Poison_Powder
Rate: 500
- Item: Poisonous_Gas
Rate: 1000
- Item: Explosive_Powder
Rate: 150
- Item: Tear_Gas
Rate: 300
- Item: Old_Blue_Box
Rate: 1
- Item: Venomous_Card
Rate: 1
StealProtected: true
- Id: 1622
AegisName: TEDDY_BEAR
Name: Teddy Bear
Level: 91
Hp: 6284
BaseExp: 1220
JobExp: 1149
Attack: 333
Attack2: 62
Defense: 106
MagicDefense: 39
Str: 57
Agi: 81
Vit: 66
Int: 20
Dex: 82
Luk: 44
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
RaceGroups:
Clocktower: true
Element: Neutral
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 512
AttackMotion: 780
ClientAttackMotion: 600
DamageMotion: 504
Ai: 20
Drops:
- Item: Screw
Rate: 1900
- Item: Honey
Rate: 500
- Item: Oridecon_Hammer
Rate: 150
- Item: Gold_Lux
Rate: 3
- Item: Angry_Mouth
Rate: 25
- Item: Cursed_Lucky_Brooch
Rate: 5
- Item: Elunium
Rate: 50
- Item: Teddy_Bear_Card
Rate: 1
StealProtected: true
- Id: 1623
AegisName: RSX_0806
Name: RSX-0806
JapaneseName: RSX 0806
Level: 100
Hp: 1001000
BaseExp: 432000
JobExp: 316800
MvpExp: 216000
Attack: 3010
Attack2: 976
Defense: 317
MagicDefense: 96
Str: 153
Agi: 143
Vit: 110
Int: 128
Dex: 198
Luk: 84
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 220
AttackDelay: 128
AttackMotion: 1104
ClientAttackMotion: 480
DamageMotion: 240
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Bs_Making_S
Rate: 5000
- Item: Dark_Blindfold
Rate: 3500
- Item: Crystal_Jewel__
Rate: 5500
Drops:
- Item: Wheel
Rate: 3000
- Item: House_Auger
Rate: 3
- Item: House_Auger_
Rate: 1
- Item: Shadowdecon
Rate: 50
- Item: Headlamp
Rate: 2500
- Item: Counter_Dagger
Rate: 50
- Item: Spanner
Rate: 20
- Item: Rsx_0806_Card
Rate: 1
StealProtected: true
- Id: 1624
AegisName: G_WASTE_STOVE
Name: Old Stove
JapaneseName: Waste Stove
Level: 92
Hp: 7780
Attack: 416
Attack2: 60
Defense: 100
MagicDefense: 47
Str: 76
Agi: 61
Vit: 50
Int: 30
Dex: 67
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 220
AttackDelay: 1152
AttackMotion: 528
ClientAttackMotion: 240
DamageMotion: 360
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1625
AegisName: G_PORCELLIO
Name: Porcellio
Level: 85
Hp: 4621
BaseExp: 507
JobExp: 312
Attack: 353
Attack2: 53
Defense: 79
MagicDefense: 37
Str: 67
Agi: 48
Vit: 28
Int: 40
Dex: 74
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 720
AttackMotion: 360
ClientAttackMotion: 120
DamageMotion: 360
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 1626
AegisName: G_DARK_PRIEST
Name: Hellion Revenant
Level: 59
Hp: 8600
BaseExp: 1
JobExp: 1
Attack: 167
Attack2: 51
Defense: 52
MagicDefense: 46
Str: 20
Agi: 23
Vit: 15
Int: 30
Dex: 40
Luk: 37
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Undead
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 432
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 192
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
Drops:
- Item: Eye_Of_Hellion
Index: 0
Rate: 8000
- Item: Eye_Of_Hellion
Index: 1
Rate: 5000
- Item: Eye_Of_Hellion
Index: 2
Rate: 3000
- Item: Eye_Of_Hellion
Index: 3
Rate: 1000
- Item: Eye_Of_Hellion
Index: 4
Rate: 500
- Item: Eye_Of_Hellion
Index: 5
Rate: 100
- Id: 1627
AegisName: ANOPHELES
Name: Anopheles
Level: 95
Hp: 6617
BaseExp: 1292
JobExp: 1221
Attack: 366
Attack2: 18
Defense: 7
MagicDefense: 10
Str: 64
Agi: 60
Vit: 42
Int: 58
Dex: 106
Luk: 42
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 3
WalkSpeed: 170
AttackDelay: 1084
AttackMotion: 2304
ClientAttackMotion: 384
DamageMotion: 576
Ai: 04
Modes:
Detector: true
Drops:
- Item: Spawns
Rate: 250
- Item: Anopheles_Card
Rate: 1
StealProtected: true
- Id: 1628
AegisName: MOLE
Name: Holden
JapaneseName: Mole
Level: 85
Hp: 4390
BaseExp: 1068
JobExp: 953
Attack: 337
Attack2: 49
Defense: 82
MagicDefense: 16
Str: 53
Agi: 65
Vit: 31
Int: 30
Dex: 58
Luk: 31
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 1400
AttackMotion: 960
ClientAttackMotion: 240
DamageMotion: 504
Ai: 03
Drops:
- Item: Moustache_Of_Mole
Rate: 2500
- Item: Nail_Of_Mole
Rate: 2500
- Item: Super_Novice_Hat_
Rate: 25
- Item: Scarlet_Revolver
Rate: 50
- Item: Mole_Card
Rate: 1
StealProtected: true
- Id: 1629
AegisName: HILL_WIND
Name: Hill Wind
Level: 43
Hp: 2870
Sp: 0
BaseExp: 170
JobExp: 170
Attack: 290
Attack2: 190
Defense: 9
MagicDefense: 15
Str: 21
Agi: 50
Vit: 31
Int: 50
Dex: 59
Luk: 23
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Wind
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 336
AttackMotion: 540
ClientAttackMotion: 360
DamageMotion: 432
Ai: 04
Drops:
- Item: Meat
Rate: 500
- Item: Monster's_Feed
Rate: 500
- Item: Hill_Wind_Card
Rate: 1
StealProtected: true
- Id: 1630
AegisName: BACSOJIN_
Name: White Lady
JapaneseName: Bacsojin
Level: 97
Hp: 720500
BaseExp: 400896
JobExp: 271440
MvpExp: 200448
Attack: 1414
Attack2: 2036
Defense: 210
MagicDefense: 178
Str: 118
Agi: 244
Vit: 98
Int: 126
Dex: 246
Luk: 102
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Wind
ElementLevel: 3
WalkSpeed: 130
AttackDelay: 576
AttackMotion: 960
ClientAttackMotion: 768
DamageMotion: 480
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Bs_Making_S
Rate: 5000
- Item: Celestial_Robe
Rate: 2000
- Item: Old_Violet_Box
Rate: 5000
Drops:
- Item: Long_Hair
Rate: 2750
- Item: Zelunium
Rate: 50
- Item: White_Snake_Tear
Rate: 1500
- Item: Limpid_Celestial_Robe
Rate: 1500
- Item: Tantanmen
Rate: 25
- Item: Red_Silk_Seal
Rate: 50
- Item: Tiara
Rate: 5
- Item: Bacsojin_Card
Rate: 1
StealProtected: true
- Id: 1631
AegisName: CHUNG_E_
Name: Green Maiden
JapaneseName: Chung E
Level: 82
Hp: 4154
Sp: 0
BaseExp: 970
JobExp: 905
Attack: 297
Attack2: 63
Defense: 69
MagicDefense: 15
Str: 66
Agi: 79
Vit: 36
Int: 48
Dex: 79
Luk: 43
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1728
AttackMotion: 816
ClientAttackMotion: 240
DamageMotion: 1188
Ai: 21
Drops:
- Item: Cyfar
Rate: 2100
- Item: Stuffed_Doll
Rate: 50
- Item: Scarlet_Knuckle
Rate: 50
RandomOptionGroup: Group_5
- Item: Honey
Rate: 250
- Item: Tantanmen
Rate: 5
- Item: Hair_Protector
Rate: 25
- Item: Chung_E_Card
Rate: 1
StealProtected: true
- Id: 1632
AegisName: GREMLIN
Name: Gremlin
Level: 118
Hp: 27456
BaseExp: 2606
JobExp: 2498
Attack: 835
Attack2: 138
Defense: 76
MagicDefense: 25
Str: 141
Agi: 75
Vit: 48
Int: 61
Dex: 126
Luk: 37
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
RaceGroups:
Rachel_Sanctuary: true
Element: Dark
ElementLevel: 2
WalkSpeed: 140
AttackDelay: 432
AttackMotion: 540
ClientAttackMotion: 240
DamageMotion: 432
Ai: 17
Modes:
Detector: true
Drops:
- Item: Will_Of_Darkness
Rate: 1500
- Item: Sticky_Mucus
Rate: 1500
- Item: Violet_Jewel
Rate: 50
- Item: Boots_
Rate: 1
- Item: Bloody_Roar
Rate: 1
- Item: Old_Blue_Box
Rate: 1
- Item: Gremlin_Card
Rate: 1
StealProtected: true
- Id: 1633
AegisName: BEHOLDER
Name: Beholder
Level: 120
Hp: 19651
BaseExp: 2652
JobExp: 2544
Attack: 793
Attack2: 130
Defense: 50
MagicDefense: 30
Str: 96
Agi: 82
Vit: 65
Int: 107
Dex: 132
Luk: 82
AttackRange: 6
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
RaceGroups:
Rachel_Sanctuary: true
Element: Wind
ElementLevel: 2
WalkSpeed: 190
AttackDelay: 336
AttackMotion: 840
ClientAttackMotion: 300
DamageMotion: 360
Ai: 17
Drops:
- Item: Prickly_Fruit
Rate: 1500
- Item: Anodyne
Rate: 50
- Item: Rough_Wind
Rate: 50
- Item: Elunium
Rate: 5
- Item: Old_Blue_Box
Rate: 1
- Item: Beholder_Card
Rate: 1
StealProtected: true
- Id: 1634
AegisName: SEYREN
Name: Seyren Windsor
JapaneseName: Seyren
Level: 142
Hp: 204962
BaseExp: 17751
JobExp: 19661
Attack: 3505
Attack2: 1317
Defense: 166
MagicDefense: 12
Str: 162
Agi: 99
Vit: 186
Int: 49
Dex: 198
Luk: 55
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
RaceGroups:
Biolab: true
Element: Fire
ElementLevel: 3
WalkSpeed: 170
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 19
Modes:
Detector: true
Drops:
- Item: Armlet_Of_Prisoner
Rate: 1500
- Item: Dragon_Killer
Rate: 1
- Item: Particles_Of_Energy3
Rate: 1000
- Item: Carnium
Rate: 1
- Item: Goast_Chill
Rate: 1
- Item: Will_Of_Warrior
Rate: 200
- Item: Ruber
Rate: 100
- Item: Seyren_Card
Rate: 1
StealProtected: true
- Id: 1635
AegisName: EREMES
Name: Eremes Guile
JapaneseName: Eremes
Level: 140
Hp: 220525
BaseExp: 16714
JobExp: 17717
Attack: 3055
Attack2: 1171
Defense: 122
MagicDefense: 12
Str: 145
Agi: 137
Vit: 59
Int: 67
Dex: 191
Luk: 76
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
RaceGroups:
Biolab: true
Element: Poison
ElementLevel: 4
WalkSpeed: 180
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 19
Modes:
Detector: true
Drops:
- Item: Lab_Staff_Record
Rate: 1000
- Item: Old_Coin_Pocket
Rate: 25
- Item: Agent_Katar
Rate: 10
- Item: Particles_Of_Energy3
Rate: 1000
- Item: Various_Jur
Rate: 15
- Item: Goast_Chill
Rate: 1
- Item: Krishna
Rate: 200
- Item: Eremes_Card
Rate: 1
StealProtected: true
- Id: 1636
AegisName: HARWORD
Name: Howard Alt-Eisen
JapaneseName: Harword
Level: 142
Hp: 378100
BaseExp: 17055
JobExp: 17978
Attack: 2762
Attack2: 1282
Defense: 131
MagicDefense: 10
Str: 158
Agi: 79
Vit: 92
Int: 53
Dex: 123
Luk: 48
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Element: Water
ElementLevel: 4
WalkSpeed: 180
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 240
DamageMotion: 288
Ai: 19
Drops:
- Item: Armlet_Of_Prisoner
Rate: 1500
- Item: Goast_Chill
Rate: 1
- Item: Vecer_Axe
Rate: 200
- Item: Particles_Of_Energy3
Rate: 1000
- Item: Will_Of_Warrior
Rate: 200
- Item: Clothes_Of_The_Lord
Rate: 1
- Item: Carnium
Rate: 5
- Item: Harword_Card
Rate: 1
StealProtected: true
- Id: 1637
AegisName: MAGALETA
Name: Margaretha Sorin
JapaneseName: Magaleta
Level: 140
Hp: 250800
BaseExp: 15432
JobExp: 15457
Attack: 1277
Attack2: 3554
Defense: 108
MagicDefense: 93
Str: 126
Agi: 74
Vit: 71
Int: 123
Dex: 149
Luk: 65
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Element: Holy
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 1152
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 20
Drops:
- Item: Lab_Staff_Record
Rate: 1000
- Item: Croce_Staff
Rate: 200
- Item: Goast_Chill
Rate: 1
- Item: Hardback
Rate: 5
- Item: Bible_Of_Promise2
Rate: 5
- Item: Recovery_Light
Rate: 10
- Item: Will_Of_Warrior
Rate: 200
- Item: Magaleta_Card
Rate: 1
StealProtected: true
- Id: 1638
AegisName: SHECIL
Name: Cecil Damon
JapaneseName: Shecil
Level: 141
Hp: 200255
BaseExp: 16567
JobExp: 18199
Attack: 3737
Attack2: 1248
Defense: 76
MagicDefense: 15
Str: 121
Agi: 126
Vit: 67
Int: 80
Dex: 308
Luk: 42
AttackRange: 14
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Element: Wind
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 19
Drops:
- Item: Armlet_Of_Prisoner
Rate: 1500
- Item: Imma_Arrow_Container
Rate: 55
- Item: Big_CrossBow
Rate: 10
- Item: Particles_Of_Energy3
Rate: 1000
- Item: Will_Of_Warrior
Rate: 200
- Item: Goast_Chill
Rate: 1
- Item: Falken_Blitz
Rate: 200
- Item: Shecil_Card
Rate: 1
StealProtected: true
- Id: 1639
AegisName: KATRINN
Name: Kathryne Keyron
JapaneseName: Katrinn
Level: 141
Hp: 209780
BaseExp: 13484
JobExp: 17756
Attack: 1089
Attack2: 3123
Defense: 77
MagicDefense: 333
Str: 108
Agi: 78
Vit: 55
Int: 144
Dex: 209
Luk: 49
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Element: Ghost
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1152
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 20
Drops:
- Item: Armlet_Of_Prisoner
Rate: 1500
- Item: Carnium
Rate: 1
- Item: La'cryma_Stick
Rate: 200
- Item: Particles_Of_Energy3
Rate: 1000
- Item: Will_Of_Warrior
Rate: 200
- Item: Pair_Of_Red_Ribbon
Rate: 1
- Item: Goast_Chill
Rate: 1
- Item: Katrinn_Card
Rate: 1
StealProtected: true
- Id: 1640
AegisName: G_SEYREN
Name: Lord Knight Seyren
Level: 160
Hp: 2680000
Attack: 6435
Attack2: 2342
Defense: 567
MagicDefense: 155
Str: 303
Agi: 165
Vit: 181
Int: 110
Dex: 267
Luk: 66
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
RaceGroups:
Biolab: true
Bio5_Swordman_Thief: true
Element: Fire
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
Drops:
- Item: Carnium
Rate: 50
- Item: Old_Violet_Box
Rate: 5
StealProtected: true
- Id: 1641
AegisName: G_EREMES
Name: Assassin Cross Eremes
Level: 160
Hp: 1230000
Attack: 6083
Attack2: 1378
Defense: 445
MagicDefense: 98
Str: 211
Agi: 338
Vit: 114
Int: 83
Dex: 338
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
RaceGroups:
Biolab: true
Bio5_Swordman_Thief: true
Element: Poison
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
Drops:
- Item: Carnium
Rate: 50
- Item: Old_Violet_Box
Rate: 5
StealProtected: true
- Id: 1642
AegisName: G_HARWORD
Name: Whitesmith Howard
JapaneseName: Whitesmith Harword
Level: 160
Hp: 3750000
Attack: 5250
Attack2: 1465
Defense: 301
MagicDefense: 106
Str: 275
Agi: 148
Vit: 156
Int: 72
Dex: 266
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Bio5_Acolyte_Merchant: true
Element: Earth
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 240
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
Drops:
- Item: Carnium
Rate: 50
- Item: Old_Violet_Box
Rate: 5
StealProtected: true
- Id: 1643
AegisName: G_MAGALETA
Name: High Priest Margaretha
JapaneseName: High Priest Magaleta
Level: 160
Hp: 2800000
Attack: 2499
Attack2: 3396
Defense: 231
MagicDefense: 349
Str: 172
Agi: 150
Vit: 164
Int: 203
Dex: 233
Luk: 88
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Bio5_Acolyte_Merchant: true
Element: Holy
ElementLevel: 4
WalkSpeed: 125
AttackDelay: 1152
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
Drops:
- Item: Carnium
Rate: 50
- Item: Old_Violet_Box
Rate: 5
StealProtected: true
- Id: 1644
AegisName: G_SHECIL
Name: Sniper Cecil
JapaneseName: Sniper Shecil
Level: 160
Hp: 4140000
Attack: 4155
Attack2: 1550
Defense: 178
MagicDefense: 135
Str: 176
Agi: 258
Vit: 155
Int: 132
Dex: 464
Luk: 95
AttackRange: 14
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Bio5_Mage_Archer: true
Element: Wind
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
Drops:
- Item: Carnium
Rate: 50
- Item: Old_Violet_Box
Rate: 5
StealProtected: true
- Id: 1645
AegisName: G_KATRINN
Name: High Wizard Kathryne
JapaneseName: High Wizard Katrinn
Level: 160
Hp: 4500000
Attack: 2097
Attack2: 4254
Defense: 215
MagicDefense: 555
Str: 165
Agi: 190
Vit: 142
Int: 236
Dex: 299
Luk: 93
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Bio5_Mage_Archer: true
Element: Ghost
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1152
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
Drops:
- Item: Carnium
Rate: 50
- Item: Old_Violet_Box
Rate: 5
StealProtected: true
- Id: 1646
AegisName: B_SEYREN
Name: Lord Knight Seyren
Level: 160
Hp: 4680000
BaseExp: 3017664
JobExp: 1915056
MvpExp: 1508832
Attack: 6435
Attack2: 2342
Defense: 567
MagicDefense: 155
Str: 303
Agi: 165
Vit: 181
Int: 110
Dex: 267
Luk: 66
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
RaceGroups:
Biolab: true
Element: Fire
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5500
- Item: Goast_Chill
Rate: 5000
- Item: Crystal_Jewel__
Rate: 2000
Drops:
- Item: Edge
Rate: 1250
- Item: Goast_Chill
Rate: 5000
- Item: Grave_
Rate: 4500
- Item: Brionac
Rate: 1750
- Item: Longinus's_Spear
Rate: 1500
- Item: Dragon_Slayer
Rate: 1250
- Item: Skewer
Rate: 750
- Item: B_Seyren_Card
Rate: 1
StealProtected: true
- Id: 1647
AegisName: B_EREMES
Name: Assassin Cross Eremes
Level: 160
Hp: 4230000
BaseExp: 2720250
JobExp: 1730916
MvpExp: 1360125
Attack: 6083
Attack2: 1378
Defense: 445
MagicDefense: 98
Str: 211
Agi: 338
Vit: 114
Int: 83
Dex: 338
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
RaceGroups:
Biolab: true
Element: Poison
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5500
- Item: Goast_Chill
Rate: 5000
- Item: Crystal_Jewel__
Rate: 2000
Drops:
- Item: Moonlight_Sword
Rate: 750
- Item: House_Auger
Rate: 750
- Item: Glittering_Clothes
Rate: 4500
- Item: Exercise
Rate: 1750
- Item: Assasin_Dagger
Rate: 1750
- Item: Goast_Chill
Rate: 5000
- Item: High_Weapon_Box
Rate: 5000
- Item: B_Eremes_Card
Rate: 1
StealProtected: true
- Id: 1648
AegisName: B_HARWORD
Name: Whitesmith Howard
JapaneseName: Whitesmith Harword
Level: 160
Hp: 6750000
BaseExp: 2310750
JobExp: 1465200
MvpExp: 1155375
Attack: 5250
Attack2: 1465
Defense: 301
MagicDefense: 106
Str: 275
Agi: 148
Vit: 156
Int: 72
Dex: 266
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Element: Earth
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 240
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5500
- Item: Goast_Chill
Rate: 5000
- Item: Crystal_Jewel__
Rate: 2000
Drops:
- Item: Mysteltainn_
Rate: 1750
- Item: Byeorrun_Gum
Rate: 1250
- Item: Goast_Chill
Rate: 5000
- Item: Sabbath
Rate: 1750
- Item: High_Weapon_Box
Rate: 5000
- Item: Guillotine
Rate: 1250
- Item: Tomahawk
Rate: 1750
- Item: B_Harword_Card
Rate: 1
StealProtected: true
- Id: 1649
AegisName: B_MAGALETA
Name: High Priest Margaretha
JapaneseName: High Priest Magaleta
Level: 160
Hp: 4800000
BaseExp: 2252250
JobExp: 1386000
MvpExp: 1126125
Attack: 2499
Attack2: 3396
Defense: 231
MagicDefense: 349
Str: 172
Agi: 150
Vit: 164
Int: 203
Dex: 233
Luk: 88
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Element: Holy
ElementLevel: 4
WalkSpeed: 125
AttackDelay: 1152
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5500
- Item: Goast_Chill
Rate: 5000
- Item: Crystal_Jewel__
Rate: 2000
Drops:
- Item: Berserk
Rate: 1750
- Item: Safety_Ring
Rate: 1250
- Item: Celestial_Robe
Rate: 4500
- Item: High_Weapon_Box
Rate: 5000
- Item: Quadrille
Rate: 1750
- Item: Grand_Cross
Rate: 1250
- Item: Goast_Chill
Rate: 5000
- Item: B_Magaleta_Card
Rate: 1
StealProtected: true
- Id: 1650
AegisName: B_SHECIL
Name: Sniper Cecil
JapaneseName: Sniper Shecil
Level: 160
Hp: 4140000
BaseExp: 2669472
JobExp: 1694088
MvpExp: 1334736
Attack: 4155
Attack2: 1550
Defense: 178
MagicDefense: 135
Str: 176
Agi: 258
Vit: 155
Int: 132
Dex: 464
Luk: 95
AttackRange: 14
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Element: Wind
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5500
- Item: Goast_Chill
Rate: 5000
- Item: Luna_Bow
Rate: 2000
Drops:
- Item: Combat_Knife
Rate: 1750
- Item: Goast_Chill
Rate: 5000
- Item: Old_Violet_Box
Rate: 4500
- Item: High_Weapon_Box
Rate: 5000
- Item: Grimtooth_
Rate: 1750
- Item: Bow_Of_Rudra
Rate: 750
- Item: Dragon_Wing
Rate: 1250
- Item: B_Shecil_Card
Rate: 1
StealProtected: true
- Id: 1651
AegisName: B_KATRINN
Name: High Wizard Kathryne
JapaneseName: High Wizard Katrinn
Level: 160
Hp: 4500000
BaseExp: 2106000
JobExp: 1336500
MvpExp: 1053000
Attack: 2097
Attack2: 4254
Defense: 215
MagicDefense: 555
Str: 165
Agi: 190
Vit: 142
Int: 236
Dex: 299
Luk: 93
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Element: Ghost
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1152
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5500
- Item: Goast_Chill
Rate: 5000
- Item: Crystal_Jewel__
Rate: 2000
Drops:
- Item: Cursed_Dagger
Index: 0
Rate: 1750
- Item: Goast_Chill
Index: 1
Rate: 5000
- Item: Critical_Ring
Index: 2
Rate: 4500
- Item: Robe_Of_Casting
Index: 3
Rate: 1250
- Item: Goast_Chill
Index: 4
Rate: 1000
- Item: High_Weapon_Box
Index: 5
Rate: 5000
- Item: Glittering_Clothes
Index: 6
Rate: 1750
- Item: B_Katrinn_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 1652
AegisName: YGNIZEM
Name: Egnigem Cenia
JapaneseName: Ygnizem
Level: 136
Hp: 40327
BaseExp: 3699
JobExp: 3603
Attack: 1985
Attack2: 328
Defense: 224
MagicDefense: 8
Str: 144
Agi: 92
Vit: 86
Int: 69
Dex: 149
Luk: 68
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Element: Fire
ElementLevel: 2
WalkSpeed: 145
AttackDelay: 576
AttackMotion: 432
ClientAttackMotion: 288
DamageMotion: 288
Ai: 04
Drops:
- Item: Lab_Staff_Record
Rate: 500
- Item: Katzbalger
Rate: 1
- Item: Goast_Chill
Rate: 1
- Item: Saber_
Rate: 10
- Item: Particles_Of_Energy1
Rate: 1000
- Item: Particles_Of_Energy2
Rate: 250
- Item: Plate_Armor_
Rate: 1
- Item: Ygnizem_Card
Rate: 1
StealProtected: true
- Id: 1653
AegisName: WHIKEBAIN
Name: Wickebine Tres
JapaneseName: Whikebain
Level: 132
Hp: 43191
BaseExp: 3311
JobExp: 3115
Attack: 1414
Attack2: 144
Defense: 114
MagicDefense: 66
Str: 114
Agi: 91
Vit: 69
Int: 42
Dex: 128
Luk: 55
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Element: Poison
ElementLevel: 3
WalkSpeed: 120
AttackDelay: 576
AttackMotion: 432
ClientAttackMotion: 288
DamageMotion: 288
Ai: 04
Drops:
- Item: Armlet_Of_Prisoner
Rate: 1000
- Item: Forturn_Sword
Rate: 1
- Item: Particles_Of_Energy1
Rate: 1000
- Item: Particles_Of_Energy2
Rate: 250
- Item: Goast_Chill
Rate: 1
- Item: Ring_Of_Rogue
Rate: 1
- Item: Coward_
Rate: 5
- Item: Whikebain_Card
Rate: 1
StealProtected: true
- Id: 1654
AegisName: ARMAIA
Name: Armeyer Dinze
JapaneseName: Armaia
Level: 134
Hp: 46878
BaseExp: 3182
JobExp: 3898
Attack: 1390
Attack2: 155
Defense: 199
MagicDefense: 4
Str: 123
Agi: 59
Vit: 85
Int: 65
Dex: 144
Luk: 62
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Element: Earth
ElementLevel: 3
WalkSpeed: 120
AttackDelay: 576
AttackMotion: 432
ClientAttackMotion: 240
DamageMotion: 288
Ai: 04
Drops:
- Item: Armlet_Of_Prisoner
Rate: 500
- Item: Muffler_
Rate: 1
- Item: Buster_
Rate: 25
- Item: Particles_Of_Energy1
Rate: 1000
- Item: Particles_Of_Energy2
Rate: 250
- Item: Goast_Chill
Rate: 1
- Item: Windhawk
Rate: 5
- Item: Armaia_Card
Rate: 1
StealProtected: true
- Id: 1655
AegisName: EREND
Name: Errende Ebecee
JapaneseName: Erend
Level: 133
Hp: 42764
BaseExp: 3159
JobExp: 2998
Attack: 937
Attack2: 552
Defense: 106
MagicDefense: 99
Str: 77
Agi: 66
Vit: 90
Int: 145
Dex: 131
Luk: 62
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Element: Holy
ElementLevel: 2
WalkSpeed: 130
AttackDelay: 576
AttackMotion: 432
ClientAttackMotion: 336
DamageMotion: 288
Ai: 04
Drops:
- Item: Armlet_Of_Prisoner
Rate: 250
- Item: Biretta_
Rate: 3
- Item: Morning_Star_
Rate: 25
- Item: Particles_Of_Energy1
Rate: 1000
- Item: Particles_Of_Energy2
Rate: 250
- Item: Goast_Chill
Rate: 1
- Item: Spike
Rate: 1
- Item: Erend_Card
Rate: 1
StealProtected: true
- Id: 1656
AegisName: KAVAC
Name: Kavach Icarus
JapaneseName: Kavac
Level: 135
Hp: 43079
BaseExp: 3467
JobExp: 3481
Attack: 1195
Attack2: 129
Defense: 86
MagicDefense: 48
Str: 103
Agi: 109
Vit: 62
Int: 50
Dex: 274
Luk: 48
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Element: Wind
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 576
AttackMotion: 432
ClientAttackMotion: 336
DamageMotion: 288
Ai: 04
Drops:
- Item: Lab_Staff_Record
Rate: 1000
- Item: Kakkung_
Rate: 1
- Item: Steel_Arrow_Container
Rate: 50
- Item: Particles_Of_Energy1
Rate: 1000
- Item: Particles_Of_Energy2
Rate: 250
- Item: Goast_Chill
Rate: 1
- Item: Shoes_
Rate: 1
- Item: Kavac_Card
Rate: 1
StealProtected: true
- Id: 1657
AegisName: RAWREL
Name: Laurell Weinder
JapaneseName: Rawrel
Level: 133
Hp: 40282
BaseExp: 2925
JobExp: 3613
Attack: 668
Attack2: 1032
Defense: 76
MagicDefense: 180
Str: 67
Agi: 79
Vit: 65
Int: 162
Dex: 168
Luk: 57
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Element: Ghost
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 576
AttackMotion: 432
ClientAttackMotion: 336
DamageMotion: 288
Ai: 04
Drops:
- Item: Lab_Staff_Record
Rate: 100
- Item: Staff_Of_Wing
Rate: 1
- Item: Goast_Chill
Rate: 1
- Item: Particles_Of_Energy1
Rate: 1000
- Item: Particles_Of_Energy2
Rate: 250
- Item: Silver_Robe_
Rate: 15
- Item: Clip
Rate: 1
- Item: Rawrel_Card
Rate: 1
StealProtected: true
- Id: 1658
AegisName: B_YGNIZEM
Name: Egnigem Cenia
JapaneseName: Ygnizem
Level: 141
Hp: 2910088
BaseExp: 685360
JobExp: 1023000
MvpExp: 342680
Attack: 5986
Attack2: 2351
Defense: 373
MagicDefense: 175
Str: 188
Agi: 177
Vit: 165
Int: 142
Dex: 278
Luk: 105
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Element: Fire
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 1008
AttackMotion: 864
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5500
- Item: Goast_Chill
Rate: 5000
- Item: Crystal_Jewel__
Rate: 2000
Drops:
- Item: Scarlet_Twohand_Sword
Rate: 500
RandomOptionGroup: Group_5
- Item: Gift_Box
Rate: 2500
- Item: Old_Blue_Box
Rate: 2500
- Item: Schweizersabel
Rate: 500
- Item: Formal_Suit
Rate: 500
- Item: Goast_Chill
Rate: 500
- Item: Nagan
Rate: 500
- Item: B_Ygnizem_Card
Rate: 1
StealProtected: true
- Id: 1659
AegisName: G_WHIKEBAIN
Name: Wickebine Tres
JapaneseName: Whikebain
Level: 132
Hp: 43191
Attack: 1414
Attack2: 144
Defense: 114
MagicDefense: 66
Str: 114
Agi: 91
Vit: 69
Int: 42
Dex: 128
Luk: 55
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Element: Poison
ElementLevel: 3
WalkSpeed: 120
AttackDelay: 1008
AttackMotion: 864
ClientAttackMotion: 288
DamageMotion: 288
Ai: 04
Modes:
FixedItemDrop: true
Drops:
- Item: Gift_Box
Rate: 5
- Id: 1660
AegisName: G_ARMAIA
Name: Armeyer Dinze
JapaneseName: Armaia
Level: 134
Hp: 46878
Attack: 1390
Attack2: 155
Defense: 199
MagicDefense: 4
Str: 123
Agi: 59
Vit: 85
Int: 65
Dex: 144
Luk: 62
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Element: Earth
ElementLevel: 3
WalkSpeed: 120
AttackDelay: 1008
AttackMotion: 864
ClientAttackMotion: 240
DamageMotion: 288
Ai: 04
Modes:
FixedItemDrop: true
Drops:
- Item: Gift_Box
Rate: 5
- Id: 1661
AegisName: G_EREND
Name: Errende Ebecee
JapaneseName: Erend
Level: 133
Hp: 42764
Attack: 937
Attack2: 552
Defense: 106
MagicDefense: 99
Str: 77
Agi: 66
Vit: 90
Int: 145
Dex: 131
Luk: 62
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Element: Holy
ElementLevel: 2
WalkSpeed: 130
AttackDelay: 1008
AttackMotion: 864
ClientAttackMotion: 336
DamageMotion: 288
Ai: 04
Modes:
FixedItemDrop: true
Drops:
- Item: Gift_Box
Rate: 5
- Id: 1662
AegisName: G_KAVAC
Name: Kavach Icarus
JapaneseName: Kavac
Level: 135
Hp: 43079
Attack: 1195
Attack2: 129
Defense: 86
MagicDefense: 48
Str: 103
Agi: 109
Vit: 62
Int: 50
Dex: 274
Luk: 48
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Element: Wind
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1008
AttackMotion: 864
ClientAttackMotion: 336
DamageMotion: 288
Ai: 04
Modes:
FixedItemDrop: true
Drops:
- Item: Gift_Box
Rate: 5
- Id: 1663
AegisName: G_RAWREL
Name: Laurell Weinder
JapaneseName: Rawrel
Level: 133
Hp: 40282
Attack: 668
Attack2: 832
Defense: 76
MagicDefense: 180
Str: 67
Agi: 79
Vit: 65
Int: 162
Dex: 168
Luk: 57
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Element: Ghost
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1008
AttackMotion: 864
ClientAttackMotion: 336
DamageMotion: 288
Ai: 04
Modes:
FixedItemDrop: true
Drops:
- Item: Gift_Box
Rate: 5
- Id: 1664
AegisName: POTON_CANON
Name: Photon Cannon
Level: 66
Hp: 8000
Sp: 0
BaseExp: 420
JobExp: 300
Attack: 840
Attack2: 100
Defense: 16
MagicDefense: 30
Agi: 40
Vit: 25
Int: 20
Dex: 88
Luk: 80
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 1536
AttackMotion: 960
ClientAttackMotion: 480
DamageMotion: 480
Ai: 10
Drops:
- Item: Large_Jellopy
Rate: 2500
- Item: Dark_Red_Jewel
Rate: 500
- Item: Sticky_Mucus
Rate: 500
- Id: 1665
AegisName: POTON_CANON_1
Name: Photon Cannon
Level: 67
Hp: 7500
Sp: 0
BaseExp: 315
JobExp: 400
Attack: 735
Attack2: 100
Defense: 24
MagicDefense: 30
Agi: 40
Vit: 30
Int: 40
Dex: 95
Luk: 80
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 1536
AttackMotion: 960
ClientAttackMotion: 480
DamageMotion: 480
Ai: 10
Drops:
- Item: Large_Jellopy
Rate: 2500
- Item: Blue_Jewel
Rate: 500
- Item: Sticky_Mucus
Rate: 500
- Item: Destroyer
Rate: 3
- Id: 1666
AegisName: POTON_CANON_2
Name: Photon Cannon
Level: 64
Hp: 7100
Sp: 0
BaseExp: 420
JobExp: 300
Attack: 840
Attack2: 100
Defense: 13
MagicDefense: 30
Agi: 40
Vit: 21
Int: 29
Dex: 88
Luk: 91
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 1536
AttackMotion: 960
ClientAttackMotion: 480
DamageMotion: 480
Ai: 10
Drops:
- Item: Large_Jellopy
Rate: 2500
- Item: Azure_Jewel
Rate: 500
- Item: Sticky_Mucus
Rate: 500
- Id: 1667
AegisName: POTON_CANON_3
Name: Photon Cannon
Level: 65
Hp: 7800
Sp: 0
BaseExp: 315
JobExp: 400
Attack: 735
Attack2: 100
Defense: 24
MagicDefense: 30
Agi: 40
Vit: 23
Int: 30
Dex: 99
Luk: 99
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 1536
AttackMotion: 960
ClientAttackMotion: 480
DamageMotion: 480
Ai: 10
Drops:
- Item: Large_Jellopy
Rate: 2500
- Item: Golden_Jewel
Rate: 500
- Item: Sticky_Mucus
Rate: 500
- Id: 1668
AegisName: ARCHDAM
Name: Archdam
Level: 119
Hp: 25297
BaseExp: 2629
JobExp: 2521
Attack: 943
Attack2: 119
Defense: 98
MagicDefense: 15
Str: 118
Agi: 64
Vit: 70
Int: 65
Dex: 92
Luk: 25
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Neutral
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 580
AttackMotion: 288
ClientAttackMotion: 192
DamageMotion: 360
Ai: 21
Drops:
- Item: Screw
Rate: 2500
- Item: Steel
Rate: 250
- Item: Oridecon
Rate: 100
- Item: Elunium
Rate: 100
- Item: Gate_Keeper
Rate: 3
- Item: Gate_KeeperDD
Rate: 3
- Item: Archdam_Card
Rate: 1
StealProtected: true
- Id: 1669
AegisName: DIMIK
Name: Dimik
Level: 77
Hp: 10000
Sp: 0
Attack: 1144
Attack2: 840
Defense: 45
MagicDefense: 28
Str: 15
Agi: 69
Vit: 40
Int: 15
Dex: 76
Luk: 42
AttackRange: 5
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 576
AttackMotion: 720
ClientAttackMotion: 336
DamageMotion: 432
Ai: 04
Drops:
- Item: Dimik_Card
Rate: 1
StealProtected: true
- Id: 1670
AegisName: DIMIK_1
Name: Dimik
Level: 116
Hp: 21515
BaseExp: 2560
JobExp: 2452
Attack: 789
Attack2: 107
Defense: 93
MagicDefense: 28
Str: 114
Agi: 90
Vit: 66
Int: 52
Dex: 201
Luk: 41
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Wind
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 576
AttackMotion: 720
ClientAttackMotion: 336
DamageMotion: 432
Ai: 04
Drops:
- Item: Old_Steel_Plate
Rate: 1000
- Item: Transparent_Plate01
Rate: 25
- Item: Oil_Bottle
Rate: 35
- Item: Mystery_Piece
Rate: 150
- Item: Dusk
Rate: 3
- Item: Oridecon
Rate: 5
- Item: Imperial_Cooking_Kits
Rate: 25
- Item: Dimik_Card
Rate: 1
StealProtected: true
- Id: 1671
AegisName: DIMIK_2
Name: Dimik
Level: 116
Hp: 26044
BaseExp: 2560
JobExp: 2452
Attack: 632
Attack2: 103
Defense: 76
MagicDefense: 21
Str: 118
Agi: 72
Vit: 62
Int: 55
Dex: 153
Luk: 38
AttackRange: 5
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Water
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 576
AttackMotion: 720
ClientAttackMotion: 336
DamageMotion: 432
Ai: 04
Drops:
- Item: Old_Steel_Plate
Rate: 1000
- Item: Transparent_Plate02
Rate: 25
- Item: Steel
Rate: 150
- Item: Mystery_Piece
Rate: 150
- Item: Thunder_P_
Rate: 5
- Item: Oridecon
Rate: 5
- Item: Imperial_Cooking_Kits
Rate: 25
- Item: Dimik_Card
Rate: 1
StealProtected: true
- Id: 1672
AegisName: DIMIK_3
Name: Dimik
Level: 116
Hp: 23779
BaseExp: 2688
JobExp: 2452
Attack: 907
Attack2: 95
Defense: 114
MagicDefense: 24
Str: 115
Agi: 64
Vit: 68
Int: 50
Dex: 135
Luk: 35
AttackRange: 5
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Earth
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 576
AttackMotion: 720
ClientAttackMotion: 336
DamageMotion: 432
Ai: 04
Drops:
- Item: Old_Steel_Plate
Rate: 1000
- Item: Transparent_Plate03
Rate: 25
- Item: Steel
Rate: 150
- Item: Mystery_Piece
Rate: 150
- Item: Hyper_Changer
Rate: 5
- Item: Oridecon
Rate: 5
- Item: Imperial_Cooking_Kits
Rate: 25
- Item: Dimik_Card
Rate: 1
StealProtected: true
- Id: 1673
AegisName: DIMIK_4
Name: Dimik
Level: 116
Hp: 19250
BaseExp: 2560
JobExp: 2452
Attack: 789
Attack2: 124
Defense: 98
MagicDefense: 28
Str: 112
Agi: 79
Vit: 72
Int: 53
Dex: 150
Luk: 47
AttackRange: 5
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Fire
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 576
AttackMotion: 720
ClientAttackMotion: 336
DamageMotion: 432
Ai: 04
Drops:
- Item: Old_Steel_Plate
Rate: 1000
- Item: Transparent_Plate04
Rate: 25
- Item: Steel
Rate: 150
- Item: Mystery_Piece
Rate: 150
- Item: Hyper_Changer
Rate: 5
- Item: Oridecon
Rate: 5
- Item: Oil_Bottle
Rate: 35
- Item: Dimik_Card
Rate: 1
StealProtected: true
- Id: 1674
AegisName: MONEMUS
Name: Monemus
Level: 88
Hp: 80000
Attack: 2640
Attack2: 1000
Defense: 87
MagicDefense: 25
Str: 0
Vit: 90
Int: 24
Dex: 173
Luk: 45
AttackRange: 5
SkillRange: 14
ChaseRange: 12
Size: Large
Race: Formless
Element: Fire
ElementLevel: 3
WalkSpeed: 400
AttackDelay: 1368
AttackMotion: 1344
ClientAttackMotion: 480
DamageMotion: 432
Ai: 10
Class: Boss
Drops:
- Item: Stone
Rate: 1000
- Item: Stone_Heart
Rate: 500
- Id: 1675
AegisName: VENATU
Name: Venatu
Level: 77
Hp: 12717
Attack: 717
Attack2: 127
Defense: 96
MagicDefense: 20
Str: 99
Agi: 56
Vit: 58
Int: 62
Dex: 58
Luk: 30
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Fire
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 504
AttackMotion: 1020
ClientAttackMotion: 600
DamageMotion: 360
Ai: 04
Drops:
- Item: Venatu_Card
Rate: 1
StealProtected: true
- Id: 1676
AegisName: VENATU_1
Name: Venatu
Level: 113
Hp: 18092
BaseExp: 2202
JobExp: 2106
Attack: 722
Attack2: 85
Defense: 95
MagicDefense: 20
Str: 109
Agi: 54
Vit: 60
Int: 50
Dex: 84
Luk: 30
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 504
AttackMotion: 1020
ClientAttackMotion: 600
DamageMotion: 360
Ai: 04
Drops:
- Item: Screw
Rate: 1000
- Item: Piece_Of_Crest1
Rate: 175
- Item: Oil_Bottle
Rate: 50
- Item: Mystery_Piece
Rate: 150
- Item: Drifter
Rate: 3
- Item: Elunium
Rate: 5
- Item: High_end_Cooking_Kits
Rate: 50
- Item: Venatu_Card
Rate: 1
StealProtected: true
- Id: 1677
AegisName: VENATU_2
Name: Venatu
Level: 113
Hp: 17188
BaseExp: 2202
JobExp: 2106
Attack: 722
Attack2: 107
Defense: 86
MagicDefense: 20
Str: 99
Agi: 73
Vit: 58
Int: 62
Dex: 137
Luk: 30
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Wind
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 504
AttackMotion: 1020
ClientAttackMotion: 600
DamageMotion: 360
Ai: 04
Drops:
- Item: Screw
Rate: 1000
- Item: Piece_Of_Crest2
Rate: 250
- Item: Steel
Rate: 150
- Item: Mystery_Piece
Rate: 150
- Item: Long_Barrel_
Rate: 5
- Item: Elunium
Rate: 5
- Item: High_end_Cooking_Kits
Rate: 50
- Item: Venatu_Card
Rate: 1
StealProtected: true
- Id: 1678
AegisName: VENATU_3
Name: Venatu
Level: 113
Hp: 18996
BaseExp: 2312
JobExp: 2106
Attack: 830
Attack2: 100
Defense: 104
MagicDefense: 16
Str: 103
Agi: 50
Vit: 62
Int: 57
Dex: 97
Luk: 30
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Earth
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 504
AttackMotion: 1020
ClientAttackMotion: 600
DamageMotion: 360
Ai: 04
Drops:
- Item: Screw
Rate: 1000
- Item: Piece_Of_Crest3
Rate: 200
- Item: Steel
Rate: 150
- Item: Mystery_Piece
Rate: 150
- Item: Hyper_Changer
Rate: 5
- Item: Elunium
Rate: 5
- Item: High_end_Cooking_Kits
Rate: 50
- Item: Venatu_Card
Rate: 1
StealProtected: true
- Id: 1679
AegisName: VENATU_4
Name: Venatu
Level: 113
Hp: 20805
BaseExp: 2202
JobExp: 2106
Attack: 578
Attack2: 89
Defense: 74
MagicDefense: 15
Str: 106
Agi: 69
Vit: 61
Int: 55
Dex: 101
Luk: 30
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Water
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 504
AttackMotion: 1020
ClientAttackMotion: 600
DamageMotion: 360
Ai: 04
Drops:
- Item: Screw
Rate: 1000
- Item: Piece_Of_Crest4
Rate: 150
- Item: Steel
Rate: 150
- Item: Mystery_Piece
Rate: 150
- Item: Hyper_Changer
Rate: 5
- Item: Elunium
Rate: 5
- Item: Oil_Bottle
Rate: 50
- Item: Venatu_Card
Rate: 1
StealProtected: true
- Id: 1680
AegisName: HILL_WIND_1
Name: Hill Wind
Level: 101
Hp: 11179
BaseExp: 1545
JobExp: 1467
Attack: 471
Attack2: 67
Defense: 90
MagicDefense: 37
Str: 105
Agi: 69
Vit: 59
Int: 35
Dex: 96
Luk: 25
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Wind
ElementLevel: 3
WalkSpeed: 170
AttackDelay: 504
AttackMotion: 480
ClientAttackMotion: 288
DamageMotion: 360
Ai: 04
Drops:
- Item: Harpy's_Feather
Rate: 2000
- Item: Harpy's_Claw
Rate: 1500
- Item: Monster's_Feed
Rate: 500
- Item: Blue_Herb
Rate: 5
- Item: Golden_Rod_Robe
Rate: 5
- Item: Hill_Wind_Card
Rate: 1
StealProtected: true
- Id: 1681
AegisName: GEMINI
Name: Gemini-S58
Level: 135
Hp: 108999
BaseExp: 6071
JobExp: 5248
Attack: 2178
Attack2: 622
Defense: 89
MagicDefense: 45
Str: 115
Agi: 92
Vit: 81
Int: 92
Dex: 141
Luk: 66
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Water
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1872
AttackMotion: 360
ClientAttackMotion: 240
DamageMotion: 864
Ai: 04
Class: Boss
Drops:
- Item: Skull
Rate: 1500
- Item: Old_Blue_Box
Rate: 500
- Item: Butcher_
Rate: 3
- Item: Particles_Of_Energy1
Rate: 1000
- Item: Particles_Of_Energy2
Rate: 250
- Item: Cookbook08
Rate: 3
- Item: Stone_Of_Intelligence_
Rate: 150
- Item: Gemini_Card
Rate: 1
StealProtected: true
- Id: 1682
AegisName: REMOVAL
Name: Remover
JapaneseName: Removal
Level: 121
Hp: 33102
Sp: 0
BaseExp: 3351
JobExp: 2772
Attack: 905
Attack2: 120
Defense: 110
MagicDefense: 47
Str: 127
Agi: 50
Vit: 82
Int: 35
Dex: 125
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 1536
AttackMotion: 1056
ClientAttackMotion: 336
DamageMotion: 1152
Ai: 04
Drops:
- Item: Particles_Of_Energy1
Rate: 1000
- Item: Old_Steel_Plate
Rate: 2500
- Item: Gas_Mask
Rate: 5
- Item: Particles_Of_Energy2
Rate: 250
- Item: Detrimindexta
Rate: 25
- Item: Karvodailnirol
Rate: 50
- Item: Fedora_
Rate: 3
- Item: Removal_Card
Rate: 1
StealProtected: true
- Id: 1683
AegisName: G_POTON_CANON
Name: Photon Cannon
Level: 66
Hp: 8000
Sp: 0
Attack: 840
Attack2: 100
Defense: 16
MagicDefense: 30
Agi: 40
Vit: 25
Int: 20
Dex: 88
Luk: 80
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Fire
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 1536
AttackMotion: 960
ClientAttackMotion: 480
DamageMotion: 480
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1684
AegisName: G_ARCHDAM
Name: Archdam
Level: 119
Hp: 25297
Attack: 943
Attack2: 119
Defense: 98
MagicDefense: 15
Str: 118
Agi: 64
Vit: 70
Int: 65
Dex: 92
Luk: 25
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Angel
Element: Neutral
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 1080
AttackMotion: 288
ClientAttackMotion: 192
DamageMotion: 360
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1685
AegisName: APOCALIPS_H
Name: Vesper
Level: 128
Hp: 3802000
BaseExp: 1755000
JobExp: 1237500
MvpExp: 64935
Attack: 3668
Attack2: 4656
Defense: 402
MagicDefense: 109
Str: 177
Agi: 195
Vit: 165
Int: 130
Dex: 255
Luk: 102
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Holy
ElementLevel: 2
WalkSpeed: 180
AttackDelay: 504
AttackMotion: 912
ClientAttackMotion: 528
DamageMotion: 432
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5500
- Item: Bs_Making_S
Rate: 5000
- Item: Crystal_Jewel__
Rate: 2000
Drops:
- Item: Broken_Steel_Piece
Rate: 2500
- Item: Mystery_Piece
Rate: 1500
- Item: Zelunium
Rate: 50
- Item: Vesper_Core01
Rate: 50
- Item: Vesper_Core02
Rate: 50
- Item: Vesper_Core03
Rate: 50
- Item: Vesper_Core04
Rate: 50
- Item: Apocalips_H_Card
Rate: 1
StealProtected: true
- Id: 1686
AegisName: ORC_BABY
Name: Orc Baby
Level: 43
Hp: 904
BaseExp: 352
JobExp: 285
Attack: 73
Attack2: 11
Defense: 49
MagicDefense: 3
Str: 25
Vit: 32
Int: 20
Dex: 31
Luk: 35
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demihuman
RaceGroups:
Clocktower: true
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 672
AttackMotion: 864
ClientAttackMotion: 504
DamageMotion: 288
Ai: 04
Drops:
- Item: Large_Jellopy
Rate: 500
- Item: Pacifier
Rate: 50
- Item: Viking_Helm
Rate: 1
- Item: Milk
Rate: 2500
- Item: Milk_Bottle
Rate: 100
- Item: Bib
Rate: 50
- Item: Wing_Of_Fly
Rate: 500
- Item: Orc_Baby_Card_Card
Rate: 1
StealProtected: true
- Id: 1687
AegisName: GREEN_IGUANA
Name: Grove
JapaneseName: Green Iguana
Level: 55
Hp: 1734
BaseExp: 489
JobExp: 413
Attack: 144
Attack2: 35
Defense: 96
MagicDefense: 18
Str: 58
Agi: 42
Vit: 22
Int: 5
Dex: 50
Luk: 17
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1152
AttackMotion: 1152
ClientAttackMotion: 336
DamageMotion: 480
Ai: 02
Drops:
- Item: Leaflet_Of_Aloe
Rate: 750
- Item: Reptile_Tongue
Rate: 500
- Item: Leaflet_Of_Hinal
Rate: 500
- Item: Green_Herb
Rate: 500
- Item: Monster's_Feed
Rate: 1000
- Item: Aloebera
Rate: 5
- Item: Melon
Rate: 250
- Item: Green_Iguana_Card
Rate: 1
StealProtected: true
- Id: 1688
AegisName: LADY_TANEE
Name: Lady Tanee
Level: 80
Hp: 360000
BaseExp: 183744
JobExp: 130500
MvpExp: 91872
Attack: 1936
Attack2: 925
Defense: 241
MagicDefense: 104
Str: 86
Agi: 108
Vit: 88
Int: 121
Dex: 240
Luk: 71
AttackRange: 14
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Plant
Element: Wind
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 576
AttackMotion: 432
ClientAttackMotion: 384
DamageMotion: 360
DamageTaken: 10
Ai: 10
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Bs_Making_S
Rate: 5000
- Item: Dex_Dish10
Rate: 5000
- Item: Crystal_Jewel__
Rate: 2000
Drops:
- Item: Agi_Dish10
Rate: 2500
- Item: Tropical_Banana
Rate: 2000
- Item: Fantastic_Cooking_Kits
Rate: 500
- Item: Banana_Hat
Rate: 500
- Item: Shadowdecon
Rate: 50
- Item: Old_Violet_Box
Rate: 1000
- Item: Kakkung_
Rate: 3000
- Item: Lady_Tanee_Card
Rate: 1
StealProtected: true
- Id: 1689
AegisName: G_BACSOJIN
Name: White Lady
JapaneseName: Bacsojin
Level: 97
Hp: 720500
Attack: 1414
Attack2: 2036
Defense: 210
MagicDefense: 178
Str: 118
Agi: 244
Vit: 98
Int: 126
Dex: 246
Luk: 102
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Wind
ElementLevel: 3
WalkSpeed: 130
AttackDelay: 576
AttackMotion: 960
ClientAttackMotion: 768
DamageMotion: 480
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
- Id: 1690
AegisName: G_SPRING_RABBIT
Name: Spring Rabbit
Level: 12
Hp: 15
Defense: 160
MagicDefense: 99
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Neutral
ElementLevel: 1
WalkSpeed: 160
AttackDelay: 1120
AttackMotion: 552
ClientAttackMotion: 2304
DamageMotion: 511
Ai: 02
Class: Boss
Modes:
FixedItemDrop: true
Drops:
- Item: New_Year_Rice_Cake
Rate: 2500
- Id: 1691
AegisName: G_KRABEN
Name: Kraben
Level: 70
Hp: 2159
Attack: 211
Attack2: 45
Defense: 108
MagicDefense: 20
Str: 54
Agi: 33
Vit: 35
Int: 15
Dex: 68
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Ghost
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 1152
AttackMotion: 1536
ClientAttackMotion: 384
DamageMotion: 576
Ai: 04
Modes:
FixedItemDrop: true
Drops:
- Item: Leaflet_Of_Aloe
Index: 0
Rate: 1
- Item: Leaflet_Of_Aloe
Index: 1
Rate: 1
- Item: Leaflet_Of_Aloe
Index: 2
Rate: 1
- Item: Leaflet_Of_Aloe
Index: 3
Rate: 1
- Item: Leaflet_Of_Aloe
Index: 4
Rate: 1
- Item: Leaflet_Of_Aloe
Index: 5
Rate: 1
- Item: Leaflet_Of_Aloe
Index: 6
Rate: 1
- Id: 1692
AegisName: BREEZE
Name: Breeze
Level: 92
Hp: 7073
BaseExp: 1238
JobExp: 1167
Attack: 379
Attack2: 52
Defense: 83
MagicDefense: 32
Str: 75
Agi: 101
Vit: 46
Int: 35
Dex: 79
Luk: 55
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Wind
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 140
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 504
Ai: 04
Drops:
- Item: Detail_Model_Foxtail
Rate: 20
- Item: Four_Leaf_Clover
Rate: 1
- Item: Strange_Foxtail
Rate: 20
- Item: Gust_Bow
Rate: 5
- Item: Branch_Of_Dead_Tree
Rate: 5
- Item: Centimental_Flower
Rate: 5
- Item: Rough_Wind
Rate: 5
- Item: Breeze_Card
Rate: 1
StealProtected: true
- Id: 1693
AegisName: PLASMA_Y
Name: Plasma
Level: 119
Hp: 16100
BaseExp: 2367
JobExp: 2652
Attack: 773
Attack2: 135
Defense: 130
MagicDefense: 45
Str: 141
Agi: 94
Vit: 75
Int: 91
Dex: 144
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Ghost
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 1056
AttackMotion: 1056
ClientAttackMotion: 1296
DamageMotion: 336
Ai: 04
Drops:
- Item: Scell
Rate: 50
- Item: Gift_Box
Rate: 5
- Item: Crystal_Jewel_
Rate: 1
- Item: Yellow_Gemstone
Rate: 50
- Item: Gold
Rate: 1
- Item: Light_Granule
Rate: 150
- Item: Plasma_Card
Rate: 1
StealProtected: true
- Id: 1694
AegisName: PLASMA_R
Name: Plasma
Level: 118
Hp: 16016
BaseExp: 2606
JobExp: 2498
Attack: 752
Attack2: 100
Defense: 111
MagicDefense: 12
Str: 147
Agi: 77
Vit: 66
Int: 65
Dex: 133
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Fire
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 912
AttackMotion: 1248
ClientAttackMotion: 1296
DamageMotion: 576
Ai: 04
Drops:
- Item: Scell
Rate: 50
- Item: Gift_Box
Rate: 5
- Item: Crystal_Jewel_
Rate: 1
- Item: Red_Gemstone
Rate: 50
- Item: Boody_Red
Rate: 23
- Item: Plasma_Card
Rate: 1
StealProtected: true
- Id: 1695
AegisName: PLASMA_G
Name: Plasma
Level: 116
Hp: 22647
BaseExp: 2688
JobExp: 2452
Attack: 868
Attack2: 112
Defense: 120
MagicDefense: 3
Str: 121
Agi: 60
Vit: 58
Int: 62
Dex: 102
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Earth
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 1000
AttackMotion: 500
ClientAttackMotion: 1296
DamageMotion: 1000
Ai: 04
Drops:
- Item: Scell
Rate: 50
- Item: Gift_Box
Rate: 5
- Item: Crystal_Jewel_
Rate: 1
- Item: Yellow_Live
Rate: 20
- Item: Plasma_Card
Rate: 1
StealProtected: true
- Id: 1696
AegisName: PLASMA_P
Name: Plasma
Level: 117
Hp: 22763
BaseExp: 2583
JobExp: 2475
Attack: 650
Attack2: 139
Defense: 78
MagicDefense: 49
Str: 130
Agi: 71
Vit: 72
Int: 70
Dex: 122
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Dark
ElementLevel: 4
WalkSpeed: 350
AttackDelay: 768
AttackMotion: 1440
ClientAttackMotion: 1296
DamageMotion: 672
Ai: 04
Drops:
- Item: Scell
Rate: 50
- Item: Gift_Box
Rate: 5
- Item: Crystal_Jewel_
Rate: 1
- Item: Red_Gemstone
Rate: 50
- Item: Cardinal_Jewel_
Rate: 50
- Item: Plasma_Card
Rate: 1
StealProtected: true
- Id: 1697
AegisName: PLASMA_B
Name: Plasma
Level: 115
Hp: 20151
BaseExp: 2246
JobExp: 2150
Attack: 537
Attack2: 70
Defense: 51
MagicDefense: 18
Str: 124
Agi: 74
Vit: 60
Int: 55
Dex: 92
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Water
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 720
AttackMotion: 360
ClientAttackMotion: 1296
DamageMotion: 360
Ai: 04
Drops:
- Item: Scell
Rate: 50
- Item: Gift_Box
Rate: 5
- Item: Crystal_Jewel_
Rate: 1
- Item: Crystal_Blue
Rate: 18
- Item: Plasma_Card
Rate: 1
StealProtected: true
- Id: 1698
AegisName: DEATHWORD
Name: Death Word
JapaneseName: Deathword
Level: 114
Hp: 18205
BaseExp: 2224
JobExp: 2128
Attack: 744
Attack2: 125
Defense: 68
MagicDefense: 40
Str: 91
Agi: 64
Vit: 53
Int: 88
Dex: 139
Luk: 54
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 176
AttackMotion: 912
ClientAttackMotion: 528
DamageMotion: 300
Ai: 21
Drops:
- Item: Worn_Out_Page
Rate: 2000
- Item: Bookclip_In_Memory
Rate: 150
- Item: Legend_Of_Kafra01
Rate: 25
- Item: Bloody_Page
Rate: 750
- Item: Vidar's_Boots
Rate: 5
- Item: Cookbook08
Rate: 1
- Item: Cookbook09
Rate: 1
- Item: Deathword_Card
Rate: 1
StealProtected: true
- Id: 1699
AegisName: ANCIENT_MIMIC
Name: Ancient Mimic
Level: 112
Hp: 19778
BaseExp: 2180
JobExp: 2084
Attack: 770
Attack2: 84
Defense: 100
MagicDefense: 40
Str: 121
Agi: 70
Vit: 63
Int: 43
Dex: 141
Luk: 67
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 168
AttackMotion: 480
ClientAttackMotion: 240
DamageMotion: 360
Ai: 04
Drops:
- Item: Old_Blue_Box
Rate: 15
- Item: Old_Violet_Box
Rate: 1
- Item: Gift_Box
Rate: 25
- Item: Shoes_
Rate: 3
- Item: Manteau_
Rate: 1
- Item: Fricco_Shoes
Rate: 5
- Item: Gold_Ring
Rate: 50
- Item: Ancient_Mimic_Card
Rate: 1
StealProtected: true
- Id: 1700
AegisName: OBSERVATION
Name: Dame of Sentinel
JapaneseName: Observation
Level: 127
Hp: 36844
BaseExp: 3664
JobExp: 3523
Attack: 1051
Attack2: 152
Defense: 98
MagicDefense: 55
Str: 99
Agi: 75
Vit: 52
Int: 55
Dex: 178
Luk: 80
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Angel
Element: Neutral
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 432
AttackMotion: 480
ClientAttackMotion: 300
DamageMotion: 360
Ai: 20
Class: Boss
Drops:
- Item: Blue_Feather
Rate: 250
- Item: Ring_
Rate: 1
- Item: Cursed_Seal
Rate: 50
- Item: Golden_Jewel
Rate: 500
- Item: Stone_Of_Intelligence_
Rate: 50
- Item: Hair_Band
Rate: 5
- Item: Golden_Bracelet
Rate: 50
- Item: Observation_Card
Rate: 1
StealProtected: true
- Id: 1701
AegisName: SHELTER
Name: Mistress of Shelter
JapaneseName: Shelter
Level: 125
Hp: 29275
BaseExp: 3143
JobExp: 3020
Attack: 1101
Attack2: 944
Defense: 80
MagicDefense: 89
Str: 99
Agi: 66
Vit: 41
Int: 153
Dex: 133
Luk: 89
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Angel
Element: Holy
ElementLevel: 3
WalkSpeed: 160
AttackDelay: 432
AttackMotion: 420
ClientAttackMotion: 240
DamageMotion: 360
Ai: 20
Class: Boss
Drops:
- Item: Red_Feather
Index: 0
Rate: 100
- Item: Cursed_Seal
Index: 1
Rate: 1
- Item: Stone_Of_Intelligence_
Index: 2
Rate: 25
- Item: Scarlet_Jewel
Index: 3
Rate: 500
- Item: Skull
Index: 4
Rate: 500
- Item: Cursed_Seal
Index: 5
Rate: 25
- Item: Shelter_Card
Index: 6
Rate: 1
StealProtected: true
- Id: 1702
AegisName: RETRIBUTION
Name: Baroness of Retribution
JapaneseName: Retribution
Level: 121
Hp: 31663
BaseExp: 3047
JobExp: 2924
Attack: 815
Attack2: 804
Defense: 61
MagicDefense: 35
Str: 112
Agi: 60
Vit: 45
Int: 127
Dex: 149
Luk: 70
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Angel
Element: Dark
ElementLevel: 3
WalkSpeed: 120
AttackDelay: 360
AttackMotion: 480
ClientAttackMotion: 240
DamageMotion: 360
Ai: 20
Class: Boss
Drops:
- Item: Red_Feather
Rate: 200
- Item: Ring_
Rate: 1
- Item: Stone_Of_Intelligence_
Rate: 25
- Item: Cardinal_Jewel
Rate: 500
- Item: Manteau_
Rate: 3
- Item: Scarlet_Twohand_Sword
Rate: 50
RandomOptionGroup: Group_5
- Item: Cursed_Seal
Rate: 25
- Item: Retribution_Card
Rate: 1
StealProtected: true
- Id: 1703
AegisName: SOLACE
Name: Lady Solace
JapaneseName: Solace
Level: 123
Hp: 29028
BaseExp: 3095
JobExp: 2972
Attack: 1048
Attack2: 165
Defense: 96
MagicDefense: 96
Str: 106
Agi: 65
Vit: 61
Int: 42
Dex: 125
Luk: 72
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Angel
Element: Holy
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 576
AttackMotion: 420
ClientAttackMotion: 384
DamageMotion: 360
Ai: 20
Class: Boss
Drops:
- Item: Blue_Feather
Rate: 100
- Item: Ring_
Rate: 1
- Item: Stone_Of_Intelligence_
Rate: 25
- Item: Dark_Red_Jewel
Rate: 500
- Item: Harp_
Rate: 25
- Item: Scarlet_Viollin
Rate: 50
RandomOptionGroup: Group_5
- Item: Cursed_Seal
Rate: 25
- Item: Solace_Card
Rate: 1
StealProtected: true
- Id: 1704
AegisName: THA_ODIUM
Name: Odium of Thanatos
JapaneseName: Thanatos Odium
Level: 129
Hp: 33389
BaseExp: 3343
JobExp: 3758
Attack: 1211
Attack2: 144
Defense: 120
MagicDefense: 30
Str: 106
Agi: 78
Vit: 71
Int: 54
Dex: 181
Luk: 31
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Undead
RaceGroups:
Thanatos: true
Element: Ghost
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 432
AttackMotion: 288
ClientAttackMotion: 192
DamageMotion: 420
Ai: 21
Class: Boss
Drops:
- Item: Brigan
Rate: 500
- Item: Crystal_Jewel_
Rate: 125
- Item: Crystal_Jewel__
Rate: 50
- Item: Piece_Of_Memory_Blue
Rate: 1250
- Item: Old_Card_Album
Rate: 5
- Item: Goibne's_Shoulder_Arms
Rate: 100
- Item: Tha_Odium_Card
Rate: 1
StealProtected: true
- Id: 1705
AegisName: THA_DESPERO
Name: Despero of Thanatos
JapaneseName: Thanatos Despero
Level: 129
Hp: 33389
BaseExp: 3343
JobExp: 3758
Attack: 1211
Attack2: 171
Defense: 95
MagicDefense: 69
Str: 111
Agi: 96
Vit: 66
Int: 65
Dex: 127
Luk: 52
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Undead
RaceGroups:
Thanatos: true
Element: Ghost
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 160
AttackMotion: 528
ClientAttackMotion: 384
DamageMotion: 360
Ai: 21
Class: Boss
Drops:
- Item: Brigan
Rate: 500
- Item: Crystal_Jewel_
Rate: 125
- Item: Crystal_Jewel__
Rate: 50
- Item: Piece_Of_Memory_Red
Rate: 1250
- Item: Old_Card_Album
Rate: 5
- Item: Goibne's_Combat_Boots
Rate: 100
- Item: Tha_Despero_Card
Rate: 1
StealProtected: true
- Id: 1706
AegisName: THA_MAERO
Name: Maero of Thanatos
JapaneseName: Thanatos Maero
Level: 129
Hp: 29680
BaseExp: 3343
JobExp: 3758
Attack: 1101
Attack2: 245
Defense: 96
MagicDefense: 90
Str: 97
Agi: 111
Vit: 70
Int: 133
Dex: 115
Luk: 67
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
RaceGroups:
Thanatos: true
Element: Ghost
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 160
AttackMotion: 480
ClientAttackMotion: 300
DamageMotion: 360
Ai: 21
Class: Boss
Drops:
- Item: Brigan
Rate: 500
- Item: Crystal_Jewel_
Rate: 125
- Item: Crystal_Jewel__
Rate: 50
- Item: Piece_Of_Memory_Purple
Rate: 1250
- Item: Old_Card_Album
Rate: 5
- Item: Goibne's_Armor
Rate: 100
- Item: Tha_Maero_Card
Rate: 1
StealProtected: true
- Id: 1707
AegisName: THA_DOLOR
Name: Dolor of Thanatos
JapaneseName: Thanatos Dolor
Level: 129
Hp: 25971
BaseExp: 3343
JobExp: 3758
Attack: 991
Attack2: 201
Defense: 71
MagicDefense: 80
Str: 91
Agi: 72
Vit: 59
Int: 96
Dex: 109
Luk: 79
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Undead
RaceGroups:
Thanatos: true
Element: Ghost
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 160
AttackMotion: 672
ClientAttackMotion: 480
DamageMotion: 480
Ai: 21
Class: Boss
Drops:
- Item: Brigan
Rate: 500
- Item: Crystal_Jewel_
Rate: 125
- Item: Crystal_Jewel__
Rate: 50
- Item: Piece_Of_Memory_Green
Rate: 1250
- Item: Old_Card_Album
Rate: 5
- Item: Goibne's_Helmet
Rate: 100
- Item: Tha_Dolor_Card
Rate: 1
StealProtected: true
- Id: 1708
AegisName: THANATOS
Name: Thanatos Phantom
JapaneseName: Thanatos
Level: 99
Hp: 1445660
BaseExp: 779640
JobExp: 965277
MvpExp: 389820
Attack: 4956
Attack2: 1671
Defense: 364
MagicDefense: 35
Str: 100
Agi: 129
Vit: 30
Int: 86
Dex: 247
Luk: 32
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
RaceGroups:
Thanatos: true
Element: Ghost
ElementLevel: 4
WalkSpeed: 120
AttackDelay: 115
AttackMotion: 816
ClientAttackMotion: 672
DamageMotion: 504
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Bs_Making_S
Rate: 5000
- Item: Old_Blue_Box
Rate: 5000
- Item: Crystal_Jewel__
Rate: 2000
Drops:
- Item: Shadowdecon
Rate: 50
- Item: Morrigane's_Manteau
Rate: 500
- Item: Piece_Of_Bone_Armor
Rate: 2500
- Item: Full_Plate_Armor_
Rate: 2500
- Item: Grave_
Rate: 2500
- Item: Wing_Of_Eagle
Rate: 500
- Item: Bloody_Iron_Ball
Rate: 250
- Item: Thanatos_Card
Rate: 1
StealProtected: true
- Id: 1709
AegisName: G_THA_ODIUM
Name: Odium of Thanatos
JapaneseName: Thanatos Odium
Level: 129
Hp: 33389
Attack: 1211
Attack2: 144
Defense: 120
MagicDefense: 30
Str: 106
Agi: 78
Vit: 71
Int: 54
Dex: 181
Luk: 31
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Undead
RaceGroups:
Thanatos: true
Element: Ghost
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 115
AttackMotion: 288
ClientAttackMotion: 192
DamageMotion: 420
Ai: 20
Class: Boss
Modes:
FixedItemDrop: true
Drops:
- Item: Brigan
Rate: 500
- Item: Crystal_Jewel_
Rate: 250
- Item: Crystal_Jewel__
Rate: 50
- Id: 1710
AegisName: G_THA_DESPERO
Name: Despero of Thanatos
JapaneseName: Thanatos Despero
Level: 129
Hp: 33389
Attack: 1211
Attack2: 171
Defense: 95
MagicDefense: 69
Str: 111
Agi: 96
Vit: 66
Int: 65
Dex: 127
Luk: 52
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Undead
RaceGroups:
Thanatos: true
Element: Ghost
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 160
AttackMotion: 528
ClientAttackMotion: 384
DamageMotion: 360
Ai: 20
Class: Boss
Modes:
FixedItemDrop: true
Drops:
- Item: Brigan
Rate: 500
- Item: Crystal_Jewel_
Rate: 250
- Item: Crystal_Jewel__
Rate: 50
- Id: 1711
AegisName: G_THA_MAERO
Name: Maero of Thanatos
JapaneseName: Thanatos Maero
Level: 129
Hp: 29680
Attack: 1101
Attack2: 245
Defense: 96
MagicDefense: 90
Str: 97
Agi: 111
Vit: 70
Int: 133
Dex: 115
Luk: 67
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
RaceGroups:
Thanatos: true
Element: Ghost
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 160
AttackMotion: 480
ClientAttackMotion: 300
DamageMotion: 360
Ai: 20
Class: Boss
Modes:
FixedItemDrop: true
Drops:
- Item: Brigan
Rate: 500
- Item: Crystal_Jewel_
Rate: 250
- Item: Crystal_Jewel__
Rate: 50
- Id: 1712
AegisName: G_THA_DOLOR
Name: Dolor of Thanatos
JapaneseName: Thanatos Dolor
Level: 129
Hp: 25971
Attack: 991
Attack2: 201
Defense: 71
MagicDefense: 80
Str: 91
Agi: 72
Vit: 59
Int: 96
Dex: 109
Luk: 79
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Undead
RaceGroups:
Thanatos: true
Element: Ghost
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 160
AttackMotion: 672
ClientAttackMotion: 480
DamageMotion: 480
Ai: 20
Class: Boss
Modes:
FixedItemDrop: true
Drops:
- Item: Brigan
Rate: 500
- Item: Crystal_Jewel_
Rate: 250
- Item: Crystal_Jewel__
Rate: 50
- Id: 1713
AegisName: ACIDUS
Name: Acidus
Level: 130
Hp: 40950
BaseExp: 3739
JobExp: 3598
Attack: 1350
Attack2: 695
Defense: 101
MagicDefense: 90
Str: 109
Agi: 78
Vit: 50
Int: 55
Dex: 108
Luk: 55
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Dragon
Element: Holy
ElementLevel: 2
WalkSpeed: 170
AttackDelay: 168
AttackMotion: 1008
ClientAttackMotion: 528
DamageMotion: 300
Ai: 19
Drops:
- Item: Light_Granule
Rate: 250
- Item: Dragon_Canine
Rate: 2000
- Item: Treasure_Box
Rate: 3
- Item: White_Wing_Brooch
Rate: 5
- Item: Dragonball_Yellow
Rate: 400
- Item: Inverse_Scale
Rate: 5
- Item: Stone_Buckler
Rate: 25
- Item: Acidus_Card
Rate: 1
StealProtected: true
- Id: 1714
AegisName: FERUS
Name: Ferus
Level: 126
Hp: 34882
BaseExp: 3639
JobExp: 3498
Attack: 1128
Attack2: 115
Defense: 96
MagicDefense: 45
Str: 94
Agi: 80
Vit: 55
Int: 60
Dex: 109
Luk: 50
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Dragon
Element: Fire
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 108
AttackMotion: 576
ClientAttackMotion: 384
DamageMotion: 432
Ai: 19
Drops:
- Item: Black_wing_Brooch
Rate: 5
- Item: Dragon_Canine
Rate: 500
- Item: Dragon's_Skin
Rate: 500
- Item: Dragon_Scale
Rate: 1000
- Item: Dragonball_Red
Rate: 400
- Item: Flame_Heart
Rate: 10
- Item: Magni_Cap
Rate: 25
- Item: Ferus_Card
Rate: 1
StealProtected: true
- Id: 1715
AegisName: NOVUS
Name: Novus
Level: 90
Hp: 5257
BaseExp: 1103
JobExp: 1038
Attack: 325
Attack2: 57
Defense: 95
MagicDefense: 48
Str: 74
Agi: 56
Vit: 57
Int: 25
Dex: 108
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Dragon
Element: Neutral
ElementLevel: 1
WalkSpeed: 110
AttackDelay: 151
AttackMotion: 288
ClientAttackMotion: 240
DamageMotion: 360
Ai: 04
Drops:
- Item: Green_Herb
Rate: 1500
- Item: Cyfar
Rate: 518
- Item: Dragon_Scale
Rate: 295
- Item: Novus_Card
Rate: 1
StealProtected: true
- Id: 1716
AegisName: ACIDUS_
Name: Acidus
Level: 130
Hp: 39089
BaseExp: 3739
JobExp: 3598
Attack: 1238
Attack2: 158
Defense: 98
MagicDefense: 47
Str: 106
Agi: 110
Vit: 61
Int: 53
Dex: 133
Luk: 53
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Dragon
Element: Wind
ElementLevel: 2
WalkSpeed: 180
AttackDelay: 168
AttackMotion: 768
ClientAttackMotion: 528
DamageMotion: 360
Ai: 19
Drops:
- Item: Blue_Potion
Index: 0
Rate: 75
- Item: Dragon_Canine
Index: 1
Rate: 2000
- Item: White_Wing_Brooch
Index: 2
Rate: 5
- Item: Dragon_Scale
Index: 3
Rate: 1795
- Item: Dragonball_Blue
Index: 4
Rate: 400
- Item: Rough_Wind
Index: 5
Rate: 10
- Item: Dragonball_Blue
Index: 6
Rate: 50
- Item: Acidus__Card
Index: 7
Rate: 1
StealProtected: true
- Id: 1717
AegisName: FERUS_
Name: Ferus
Level: 126
Hp: 42224
BaseExp: 3820
JobExp: 3498
Attack: 1281
Attack2: 122
Defense: 111
MagicDefense: 33
Str: 91
Agi: 57
Vit: 57
Int: 61
Dex: 87
Luk: 51
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Dragon
Element: Earth
ElementLevel: 2
WalkSpeed: 120
AttackDelay: 108
AttackMotion: 576
ClientAttackMotion: 384
DamageMotion: 432
Ai: 19
Drops:
- Item: Delicious_Fish
Index: 0
Rate: 2550
- Item: Dragon_Canine
Index: 1
Rate: 500
- Item: Black_wing_Brooch
Index: 2
Rate: 5
- Item: Dragon_Scale
Index: 3
Rate: 1795
- Item: Dragonball_Green
Index: 4
Rate: 400
- Item: Great_Nature
Index: 5
Rate: 10
- Item: Dragonball_Green
Index: 6
Rate: 50
- Item: Ferus__Card
Index: 7
Rate: 1
StealProtected: true
- Id: 1718
AegisName: NOVUS_
Name: Novus
Level: 84
Hp: 4084
BaseExp: 1002
JobExp: 937
Attack: 282
Attack2: 48
Defense: 88
MagicDefense: 28
Str: 53
Agi: 43
Vit: 43
Int: 55
Dex: 108
Luk: 58
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Dragon
Element: Neutral
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 252
AttackMotion: 816
ClientAttackMotion: 528
DamageMotion: 480
Ai: 04
Drops:
- Item: Yellow_Herb
Rate: 1000
- Item: Cyfar
Rate: 518
- Item: Dragon_Scale
Rate: 295
- Item: Novus__Card
Rate: 1
StealProtected: true
- Id: 1719
AegisName: DETALE
Name: Detardeurus
JapaneseName: Detale
Level: 135
Hp: 6005000
BaseExp: 2808000
JobExp: 1881000
MvpExp: 1404000
Attack: 6108
Attack2: 2662
Defense: 364
MagicDefense: 166
Str: 165
Agi: 153
Vit: 171
Int: 136
Dex: 278
Luk: 72
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Dragon
Element: Dark
ElementLevel: 3
WalkSpeed: 250
AttackDelay: 432
AttackMotion: 936
ClientAttackMotion: 240
DamageMotion: 360
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5500
- Item: Bs_Making_S
Rate: 5000
- Item: Crystal_Jewel__
Rate: 2000
Drops:
- Item: Morpheus's_Armlet
Rate: 500
- Item: Morpheus's_Ring
Rate: 500
- Item: Treasure_Box
Rate: 2500
- Item: Scale_Of_Red_Dragon
Rate: 1795
- Item: Zelunium
Rate: 50
- Item: Pole_Axe
Rate: 50
- Item: Gemmed_Crown
Rate: 250
- Item: Detale_Card
Rate: 1
StealProtected: true
- Id: 1720
AegisName: HYDRO
Name: Hydrolancer
JapaneseName: Hydro
Level: 121
Hp: 41500
Sp: 0
BaseExp: 4085
JobExp: 2454
Attack: 1064
Attack2: 150
Defense: 92
MagicDefense: 58
Str: 120
Agi: 72
Vit: 67
Int: 66
Dex: 123
Luk: 58
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Dragon
Element: Dark
ElementLevel: 2
WalkSpeed: 160
AttackDelay: 140
AttackMotion: 672
ClientAttackMotion: 384
DamageMotion: 432
Ai: 21
Class: Boss
Drops:
- Item: Dragon's_Skin
Rate: 2000
- Item: Dragon_Canine
Rate: 2000
- Item: Tri_Headed_Dragon_Head
Rate: 1940
- Item: Morpheus's_Hood
Rate: 250
- Item: Morrigane's_Helm
Rate: 250
- Item: Vit_Dish10
Rate: 150
- Item: Fricca_Circlet
Rate: 250
- Item: Hydro_Card
Rate: 1
StealProtected: true
- Id: 1721
AegisName: DRAGON_EGG
Name: Dragon Egg
Level: 119
Hp: 27826
BaseExp: 2629
JobExp: 2521
Attack: 1
Attack2: 1
Defense: 172
MagicDefense: 85
Str: 84
Agi: 59
Vit: 85
Int: 40
Dex: 165
Luk: 65
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Dragon
Element: Neutral
ElementLevel: 2
WalkSpeed: 1000
AttackDelay: 24
ClientAttackMotion: 0
Ai: 06
Drops:
- Item: Elunium
Rate: 3
- Item: Piece_Of_Egg_Shell
Rate: 50
- Item: Crystal_Jewel_
Rate: 5
- Item: Crystal_Jewel__
Rate: 3
- Item: Dark_Red_Jewel
Rate: 5
- Item: Skyblue_Jewel
Rate: 5
- Item: Golden_Jewel
Rate: 5
- Item: Dragon_Egg_Card
Rate: 1
StealProtected: true
- Id: 1722
AegisName: EVENT_JAKK
Name: Jakk
Level: 99
Hp: 10310
Sp: 0
BaseExp: 56
JobExp: 45
Attack: 150
Attack2: 67
Defense: 8
MagicDefense: 11
Agi: 28
Vit: 18
Int: 13
Dex: 42
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Fire
ElementLevel: 2
WalkSpeed: 240
AttackDelay: 1180
AttackMotion: 480
ClientAttackMotion: 192
DamageMotion: 648
Ai: 21
Drops:
- Item: Pumpkin_Bucket
Rate: 500
- Item: Pumpkin_Head
Rate: 500
- Item: Pumpkin
Rate: 500
- Item: Pumpkin_Hat
Rate: 5000
StealProtected: true
- Id: 1723
AegisName: A_SHECIL
Name: Cecil Damon
JapaneseName: Shecil Damon
Level: 82
Hp: 30000
Sp: 0
Attack: 660
Attack2: 300
Defense: 40
MagicDefense: 15
Agi: 145
Vit: 27
Int: 32
Dex: 161
Luk: 80
AttackRange: 14
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 1008
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 26
- Id: 1724
AegisName: A_POTON_CANON
Name: Photon Cannon
Level: 66
Hp: 8000
Sp: 0
Attack: 1000
Attack2: 300
Defense: 16
MagicDefense: 30
Agi: 40
Vit: 25
Int: 20
Dex: 80
Luk: 80
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 1536
AttackMotion: 960
ClientAttackMotion: 480
DamageMotion: 480
Ai: 27
- Id: 1725
AegisName: R_PORING
Name: Poring
Level: 1
Hp: 50
Sp: 0
Attack: 7
Attack2: 3
MagicDefense: 5
Int: 0
Dex: 6
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Water
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 02
Modes:
FixedItemDrop: true
Drops:
- Item: Stone
Rate: 10000
- Id: 1726
AegisName: R_LUNATIC
Name: Lunatic
Level: 3
Hp: 60
Sp: 0
Attack: 9
Attack2: 3
MagicDefense: 20
Agi: 3
Vit: 3
Int: 10
Dex: 8
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Neutral
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1456
AttackMotion: 456
ClientAttackMotion: 264
DamageMotion: 336
Ai: 02
- Id: 1727
AegisName: R_SAVAGE_BABE
Name: Savage Babe
Level: 7
Hp: 182
Sp: 0
Attack: 20
Attack2: 5
Agi: 7
Vit: 14
Int: 5
Dex: 12
Luk: 35
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1624
AttackMotion: 624
ClientAttackMotion: 312
DamageMotion: 576
Ai: 02
- Id: 1728
AegisName: R_DESERT_WOLF_B
Name: Baby Desert Wolf
JapaneseName: Desert Wolf Baby
Level: 14
Hp: 140
Attack: 33
Attack2: 8
Defense: 13
Str: 10
Agi: 12
Vit: 8
Int: 5
Dex: 28
Luk: 7
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Fire
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1600
AttackMotion: 900
ClientAttackMotion: 216
DamageMotion: 240
Ai: 02
- Id: 1729
AegisName: R_BAPHOMET_
Name: Baphomet Jr.
Level: 50
Hp: 8578
Sp: 0
Attack: 487
Attack2: 103
Defense: 24
MagicDefense: 25
Agi: 75
Vit: 55
Dex: 93
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 868
AttackMotion: 480
ClientAttackMotion: 216
DamageMotion: 120
Ai: 02
Modes:
Detector: true
- Id: 1730
AegisName: R_DEVIRUCHI
Name: Deviruchi
Level: 64
Hp: 2300
Attack: 210
Attack2: 73
Defense: 62
MagicDefense: 30
Str: 61
Agi: 17
Vit: 30
Int: 35
Dex: 52
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 980
AttackMotion: 600
ClientAttackMotion: 288
DamageMotion: 384
Ai: 02
Modes:
Detector: true
- Id: 1731
AegisName: G_DOPPELGANGER
Name: Doppelganger
Level: 77
Hp: 380000
Attack: 1803
Attack2: 1176
Defense: 246
MagicDefense: 86
Str: 122
Agi: 122
Vit: 105
Int: 67
Dex: 203
Luk: 72
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Angel
Element: Ghost
ElementLevel: 2
WalkSpeed: 190
AttackDelay: 480
AttackMotion: 480
ClientAttackMotion: 192
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
Drops:
- Item: Warrior_Symbol
Rate: 5000
- Id: 1732
AegisName: G_TREASURE_BOX
Name: Treasure Chest
Level: 98
Hp: 500
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Modes:
FixedItemDrop: true
Drops:
- Item: 3rd_Floor_Pass
Rate: 500
- Id: 1733
AegisName: KIEL
Name: Kiehl
JapaneseName: Kiel
Level: 90
Hp: 523500
BaseExp: 18067
JobExp: 10532
Attack: 2220
Attack2: 1629
Defense: 45
MagicDefense: 32
Str: 100
Agi: 112
Vit: 76
Int: 89
Dex: 187
Luk: 102
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Dark
ElementLevel: 2
WalkSpeed: 140
AttackDelay: 1152
AttackMotion: 576
ClientAttackMotion: 384
DamageMotion: 432
Ai: 21
Class: Boss
- Id: 1734
AegisName: KIEL_
Name: Kiel D-01
Level: 125
Hp: 2502000
BaseExp: 1170000
JobExp: 792000
MvpExp: 585000
Attack: 4112
Attack2: 3580
Defense: 314
MagicDefense: 232
Str: 166
Agi: 187
Vit: 155
Int: 141
Dex: 279
Luk: 180
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Dark
ElementLevel: 2
WalkSpeed: 130
AttackDelay: 1152
AttackMotion: 576
ClientAttackMotion: 384
DamageMotion: 432
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5500
- Item: Bs_Making_S
Rate: 5000
- Item: Old_Card_Album
Rate: 2000
Drops:
- Item: Pocket_Watch
Rate: 1500
- Item: Zelunium
Rate: 50
- Item: Morrigane's_Pendant
Rate: 500
- Item: Glittering_Clothes
Rate: 500
- Item: Survival_Rod_
Rate: 250
- Item: Counter_Dagger
Rate: 250
- Item: Morrigane's_Belt
Rate: 500
- Item: Kiel_Card
Rate: 1
StealProtected: true
- Id: 1735
AegisName: ALICEL
Name: Alicel
Level: 115
Hp: 18319
BaseExp: 2246
JobExp: 2150
Attack: 766
Attack2: 398
Defense: 109
MagicDefense: 30
Str: 121
Agi: 53
Vit: 59
Int: 63
Dex: 102
Luk: 60
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Neutral
ElementLevel: 3
WalkSpeed: 250
AttackDelay: 1080
AttackMotion: 480
ClientAttackMotion: 240
DamageMotion: 504
Ai: 13
Modes:
Detector: true
Drops:
- Item: Burnt_Parts
Rate: 1000
- Item: Sturdy_Iron_Piece
Rate: 1500
- Item: Rotha_Shield
Rate: 3
- Item: Smoke_Powder
Rate: 100
- Item: Drill_Katar
Rate: 3
- Item: Elunium
Rate: 5
- Item: Vali's_Manteau
Rate: 10
- Item: Alicel_Card
Rate: 1
StealProtected: true
- Id: 1736
AegisName: ALIOT
Name: Aliot
Level: 112
Hp: 17980
BaseExp: 2180
JobExp: 2084
Attack: 700
Attack2: 89
Defense: 106
MagicDefense: 15
Str: 111
Agi: 56
Vit: 55
Int: 42
Dex: 107
Luk: 75
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Neutral
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1296
AttackMotion: 432
ClientAttackMotion: 288
DamageMotion: 360
Ai: 13
Modes:
Detector: true
Drops:
- Item: Burnt_Parts
Rate: 1000
- Item: Sturdy_Iron_Piece
Rate: 1500
- Item: Falcon_Robe
Rate: 5
- Item: Smoke_Powder
Rate: 100
- Item: Scarlet_Knuckle
Rate: 50
RandomOptionGroup: Group_5
- Item: Elunium
Rate: 5
- Item: Curved_Sword
Rate: 8
- Item: Aliot_Card
Rate: 1
StealProtected: true
- Id: 1737
AegisName: ALIZA
Name: Aliza
Level: 112
Hp: 17980
BaseExp: 2180
JobExp: 2084
Attack: 700
Attack2: 397
Defense: 98
MagicDefense: 5
Str: 115
Agi: 50
Vit: 51
Int: 62
Dex: 88
Luk: 54
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 3
WalkSpeed: 220
AttackDelay: 1440
AttackMotion: 576
ClientAttackMotion: 336
DamageMotion: 600
Ai: 17
Drops:
- Item: Brigan
Rate: 2000
- Item: Morpheus's_Shawl
Rate: 5
- Item: Rosary_
Rate: 5
- Item: Alice's_Apron
Rate: 3
- Item: Imperial_Cooking_Kits
Rate: 25
- Item: Sway_Apron
Rate: 1
- Item: Orleans_Server
Rate: 3
- Item: Aliza_Card
Rate: 1
StealProtected: true
- Id: 1738
AegisName: CONSTANT
Name: Constant
Level: 108
Hp: 14340
Sp: 0
BaseExp: 1866
JobExp: 1780
Attack: 492
Attack2: 144
Defense: 92
MagicDefense: 82
Str: 126
Agi: 98
Vit: 62
Int: 57
Dex: 109
Luk: 34
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Dark
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 720
AttackMotion: 360
ClientAttackMotion: 216
DamageMotion: 360
Ai: 04
Drops:
- Item: Burnt_Parts
Rate: 50
- Item: Sturdy_Iron_Piece
Rate: 750
- Item: Tube
Rate: 5
- Item: Steel
Rate: 5
- Item: Elunium_Stone
Rate: 5
- Id: 1739
AegisName: G_ALICEL
Name: Alicel
Level: 115
Hp: 18319
Attack: 766
Attack2: 398
Defense: 109
MagicDefense: 30
Str: 121
Agi: 53
Vit: 59
Int: 63
Dex: 102
Luk: 60
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Neutral
ElementLevel: 3
WalkSpeed: 250
AttackDelay: 1080
AttackMotion: 480
ClientAttackMotion: 2112
DamageMotion: 504
Ai: 13
Modes:
Detector: true
FixedItemDrop: true
Drops:
- Item: Sturdy_Iron_Piece
Rate: 250
- Id: 1740
AegisName: G_ALIOT
Name: Aliot
Level: 112
Hp: 17980
Attack: 700
Attack2: 89
Defense: 106
MagicDefense: 15
Str: 111
Agi: 56
Vit: 55
Int: 42
Dex: 107
Luk: 75
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Neutral
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1296
AttackMotion: 432
ClientAttackMotion: 288
DamageMotion: 360
Ai: 13
Modes:
Detector: true
FixedItemDrop: true
Drops:
- Item: Sturdy_Iron_Piece
Rate: 250
- Id: 1741
AegisName: G_COOKIE_XMAS
Name: Christmas Cookie
Level: 37
Hp: 661
Attack: 52
Attack2: 35
Defense: 48
MagicDefense: 36
Str: 21
Agi: 16
Vit: 30
Int: 20
Dex: 25
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demihuman
Element: Holy
ElementLevel: 2
WalkSpeed: 400
AttackDelay: 1248
AttackMotion: 1248
ClientAttackMotion: 336
DamageMotion: 240
Ai: 04
Modes:
FixedItemDrop: true
Drops:
- Item: Undelivered_Gift
Rate: 5000
- Id: 1742
AegisName: G_CARAT
Name: Carat
Level: 103
Hp: 10813
Attack: 511
Attack2: 76
Defense: 111
MagicDefense: 67
Str: 102
Agi: 64
Vit: 60
Int: 40
Dex: 80
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Wind
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1078
AttackMotion: 768
ClientAttackMotion: 576
DamageMotion: 384
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 1743
AegisName: G_MYSTCASE
Name: Myst Case
Level: 39
Hp: 809
Attack: 58
Attack2: 21
Defense: 50
MagicDefense: 11
Str: 26
Agi: 19
Vit: 40
Int: 35
Dex: 31
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 400
AttackDelay: 1248
AttackMotion: 1248
ClientAttackMotion: 336
DamageMotion: 432
Ai: 04
Modes:
FixedItemDrop: true
Drops:
- Item: Undelivered_Gift
Rate: 5000
- Id: 1744
AegisName: G_WILD_ROSE
Name: Wild Rose
Level: 70
Hp: 2160
Attack: 190
Attack2: 45
Defense: 75
MagicDefense: 15
Str: 44
Agi: 87
Vit: 31
Int: 35
Dex: 69
Luk: 80
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Wind
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 964
AttackMotion: 864
ClientAttackMotion: 840
DamageMotion: 288
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1745
AegisName: G_CONSTANT
Name: Constant
Level: 108
Hp: 14340
Sp: 0
Attack: 492
Attack2: 144
Defense: 92
MagicDefense: 82
Str: 126
Agi: 98
Vit: 62
Int: 57
Dex: 109
Luk: 34
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 110
AttackDelay: 720
AttackMotion: 360
ClientAttackMotion: 216
DamageMotion: 360
Ai: 05
Modes:
Detector: true
FixedItemDrop: true
Drops:
- Item: Sturdy_Iron_Piece
Rate: 250
- Id: 1746
AegisName: G_ALIZA
Name: Aliza
Level: 112
Hp: 17980
Attack: 700
Attack2: 397
Defense: 98
MagicDefense: 5
Str: 115
Agi: 50
Vit: 51
Int: 62
Dex: 88
Luk: 54
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 3
WalkSpeed: 220
AttackDelay: 1440
AttackMotion: 576
ClientAttackMotion: 336
DamageMotion: 600
Ai: 04
Modes:
FixedItemDrop: true
Drops:
- Item: Sturdy_Iron_Piece
Rate: 250
- Id: 1747
AegisName: G_SNAKE
Name: Boa
JapaneseName: Snake
Level: 18
Hp: 203
Attack: 9
Attack2: 5
Defense: 9
MagicDefense: 8
Str: 10
Agi: 8
Vit: 18
Int: 10
Dex: 14
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1576
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 576
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1748
AegisName: G_ANACONDAQ
Name: Anacondaq
Level: 100
Hp: 9233
Attack: 451
Attack2: 55
Defense: 92
Str: 79
Agi: 46
Vit: 28
Int: 43
Dex: 67
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Poison
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1576
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 576
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1749
AegisName: G_MEDUSA
Name: Medusa
Level: 102
Hp: 11280
Attack: 491
Attack2: 113
Defense: 87
MagicDefense: 66
Str: 99
Agi: 68
Vit: 65
Int: 79
Dex: 83
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Neutral
ElementLevel: 2
WalkSpeed: 180
AttackDelay: 1720
AttackMotion: 1320
ClientAttackMotion: 1080
DamageMotion: 360
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 1750
AegisName: G_RED_PLANT
Name: Red Plant
Level: 1
Hp: 100
Attack: 100
Attack2: 100
Defense: 160
MagicDefense: 99
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 100
AttackRange: 1
SkillRange: 7
ChaseRange: 12
Size: Small
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 1
AttackMotion: 1
ClientAttackMotion: 960
DamageMotion: 1
Ai: 06
Modes:
FixedItemDrop: true
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
KnockBackImmune: true
- Id: 1751
AegisName: RANDGRIS
Name: Valkyrie Randgris
Level: 141
Hp: 3205000
BaseExp: 1300000
JobExp: 1210000
MvpExp: 650000
Attack: 7343
Attack2: 4412
Defense: 588
MagicDefense: 506
Str: 196
Agi: 131
Vit: 125
Int: 276
Dex: 401
Luk: 156
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Angel
Element: Holy
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 576
AttackMotion: 576
ClientAttackMotion: 504
DamageMotion: 480
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5500
- Item: Bs_Making_S
Rate: 5000
- Item: Old_Card_Album
Rate: 2000
Drops:
- Item: Valhalla_Flower
Rate: 3000
- Item: Valkyrie_Armor
Rate: 300
- Item: Valkyrie_Manteau
Rate: 1000
- Item: Valkyrie_Shoes
Rate: 1000
- Item: Helm_
Rate: 3000
- Item: Bloody_Edge
Rate: 1500
- Item: Shadowdecon
Rate: 50
- Item: Randgris_Card
Rate: 1
StealProtected: true
- Id: 1752
AegisName: SKOGUL
Name: Skogul
Level: 126
Hp: 40389
BaseExp: 3639
JobExp: 3498
Attack: 924
Attack2: 456
Defense: 72
MagicDefense: 15
Str: 100
Agi: 71
Vit: 63
Int: 85
Dex: 115
Luk: 37
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 190
AttackDelay: 720
AttackMotion: 384
ClientAttackMotion: 360
DamageMotion: 480
Ai: 20
Modes:
Detector: true
Drops:
- Item: Rune_Of_Darkness
Rate: 1750
- Item: Peuz_Seal
Rate: 5
- Item: Red_Gemstone
Rate: 500
- Item: Rouge
Rate: 250
- Item: Skul_Ring
Rate: 50
- Item: Elunium_Stone
Rate: 250
- Item: Blood_Tears
Rate: 3
- Item: Skogul_Card
Rate: 1
StealProtected: true
- Id: 1753
AegisName: FRUS
Name: Frus
Level: 128
Hp: 40668
BaseExp: 3689
JobExp: 3548
Attack: 969
Attack2: 169
Defense: 65
MagicDefense: 35
Str: 114
Agi: 77
Vit: 66
Int: 51
Dex: 111
Luk: 27
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 480
AttackMotion: 576
ClientAttackMotion: 192
DamageMotion: 432
Ai: 20
Modes:
Detector: true
Drops:
- Item: Rune_Of_Darkness
Rate: 1750
- Item: Peuz_Seal
Rate: 5
- Item: Red_Gemstone
Rate: 500
- Item: Earring_
Rate: 2
- Item: Mantle_
Rate: 5
- Item: Elunium_Stone
Rate: 250
- Item: Frus_Card
Rate: 1
StealProtected: true
- Id: 1754
AegisName: SKEGGIOLD
Name: Skeggiold
Level: 131
Hp: 53290
BaseExp: 3609
JobExp: 2429
Attack: 1100
Attack2: 325
Defense: 85
MagicDefense: 92
Str: 91
Agi: 89
Vit: 65
Int: 118
Dex: 147
Luk: 75
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Angel
Element: Holy
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 672
AttackMotion: 780
ClientAttackMotion: 360
DamageMotion: 480
Ai: 21
Class: Boss
Drops:
- Item: Rune_Of_Darkness
Index: 0
Rate: 3000
- Item: Angelic_Chain
Index: 1
Rate: 1
- Item: Soft_Feather
Index: 2
Rate: 500
- Item: Divine_Cross
Index: 3
Rate: 13
- Item: Rune_Of_Darkness
Index: 4
Rate: 500
- Item: Silk_Robe_
Index: 5
Rate: 50
- Item: Odin's_Blessing
Index: 6
Rate: 50
- Item: Skeggiold_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 1755
AegisName: SKEGGIOLD_
Name: Skeggiold
Level: 131
Hp: 52280
BaseExp: 3607
JobExp: 2425
Attack: 1151
Attack2: 218
Defense: 80
MagicDefense: 86
Str: 91
Agi: 86
Vit: 67
Int: 116
Dex: 153
Luk: 71
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Angel
Element: Holy
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 672
AttackMotion: 780
ClientAttackMotion: 360
DamageMotion: 480
Ai: 21
Class: Boss
Drops:
- Item: Rune_Of_Darkness
Index: 0
Rate: 3000
- Item: Angelic_Chain
Index: 1
Rate: 1
- Item: Soft_Feather
Index: 2
Rate: 500
- Item: Divine_Cross
Index: 3
Rate: 13
- Item: Rune_Of_Darkness
Index: 4
Rate: 500
- Item: Silk_Robe_
Index: 5
Rate: 50
- Item: Odin's_Blessing
Index: 6
Rate: 50
- Item: Skeggiold_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 1756
AegisName: G_HYDRO
Name: Hydrolancer
JapaneseName: Hydro
Level: 121
Hp: 41500
Sp: 0
Attack: 1064
Attack2: 150
Defense: 92
MagicDefense: 95
Str: 120
Agi: 72
Vit: 67
Int: 66
Dex: 123
Luk: 58
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Dragon
Element: Dark
ElementLevel: 2
WalkSpeed: 160
AttackDelay: 140
AttackMotion: 672
ClientAttackMotion: 384
DamageMotion: 432
Ai: 04
Class: Boss
Modes:
FixedItemDrop: true
- Id: 1757
AegisName: G_ACIDUS
Name: Acidus
Level: 130
Hp: 40950
Attack: 1350
Attack2: 695
Defense: 101
MagicDefense: 47
Str: 109
Agi: 78
Vit: 50
Int: 55
Dex: 108
Luk: 55
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Dragon
Element: Holy
ElementLevel: 2
WalkSpeed: 170
AttackDelay: 168
AttackMotion: 1008
ClientAttackMotion: 528
DamageMotion: 300
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1758
AegisName: G_FERUS
Name: Ferus
Level: 126
Hp: 34882
Attack: 1128
Attack2: 115
Defense: 96
MagicDefense: 45
Str: 94
Agi: 80
Vit: 55
Int: 60
Dex: 109
Luk: 50
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Dragon
Element: Fire
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 108
AttackMotion: 576
ClientAttackMotion: 384
DamageMotion: 432
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1759
AegisName: G_ACIDUS_
Name: Acidus
Level: 130
Hp: 39089
Attack: 1238
Attack2: 158
Defense: 98
MagicDefense: 90
Str: 106
Agi: 110
Vit: 61
Int: 53
Dex: 133
Luk: 53
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Dragon
Element: Wind
ElementLevel: 2
WalkSpeed: 180
AttackDelay: 168
AttackMotion: 768
ClientAttackMotion: 528
DamageMotion: 360
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1760
AegisName: G_FERUS_
Name: Ferus
Level: 126
Hp: 42224
Attack: 1281
Attack2: 122
Defense: 111
MagicDefense: 33
Str: 91
Agi: 57
Vit: 57
Int: 61
Dex: 87
Luk: 51
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Dragon
Element: Earth
ElementLevel: 2
WalkSpeed: 120
AttackDelay: 108
AttackMotion: 576
ClientAttackMotion: 384
DamageMotion: 432
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1761
AegisName: G_SKOGUL
Name: Skogul
Level: 126
Hp: 40389
Attack: 924
Attack2: 456
Defense: 72
MagicDefense: 15
Str: 100
Agi: 71
Vit: 63
Int: 85
Dex: 115
Luk: 37
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 170
AttackDelay: 720
AttackMotion: 384
ClientAttackMotion: 360
DamageMotion: 480
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
Drops:
- Item: Rune_Of_Darkness
Rate: 250
- Id: 1762
AegisName: G_FRUS
Name: Frus
Level: 128
Hp: 40668
Attack: 969
Attack2: 169
Defense: 65
MagicDefense: 35
Str: 114
Agi: 77
Vit: 66
Int: 51
Dex: 111
Luk: 27
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 130
AttackDelay: 480
AttackMotion: 576
ClientAttackMotion: 192
DamageMotion: 432
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
Drops:
- Item: Rune_Of_Darkness
Rate: 250
- Id: 1763
AegisName: G_SKEGGIOLD
Name: Skeggiold
Level: 131
Hp: 53290
Attack: 1100
Attack2: 325
Defense: 85
MagicDefense: 92
Str: 91
Agi: 89
Vit: 65
Int: 118
Dex: 147
Luk: 75
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Angel
Element: Holy
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 672
AttackMotion: 780
ClientAttackMotion: 360
DamageMotion: 480
Ai: 04
Class: Boss
Modes:
FixedItemDrop: true
Drops:
- Item: Rune_Of_Darkness
Rate: 250
- Id: 1764
AegisName: G_SKEGGIOLD_
Name: Skeggiold
Level: 131
Hp: 52280
Attack: 1151
Attack2: 218
Defense: 80
MagicDefense: 86
Str: 91
Agi: 86
Vit: 67
Int: 116
Dex: 153
Luk: 71
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Angel
Element: Holy
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 672
AttackMotion: 780
ClientAttackMotion: 360
DamageMotion: 480
Ai: 04
Class: Boss
Modes:
FixedItemDrop: true
Drops:
- Item: Rune_Of_Darkness
Rate: 250
- Id: 1765
AegisName: G_RANDGRIS
Name: Valkyrie
Level: 141
Hp: 1005000
BaseExp: 6500
JobExp: 5500
Attack: 6343
Attack2: 3206
Defense: 588
MagicDefense: 506
Str: 196
Agi: 131
Vit: 125
Int: 276
Dex: 401
Luk: 156
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Angel
Element: Holy
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 576
AttackMotion: 576
ClientAttackMotion: 504
DamageMotion: 480
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
Drops:
- Item: Valhalla_Flower
Rate: 80
- Item: Old_Violet_Box
Rate: 20
- Item: Valkyrja's_Shield
Rate: 50
- Id: 1766
AegisName: EM_ANGELING
Name: Angeling
Level: 99
Hp: 128430
Sp: 0
Attack: 78
Attack2: 11
Defense: 64
MagicDefense: 50
Agi: 17
Vit: 80
Int: 80
Dex: 151
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Angel
Element: Holy
ElementLevel: 3
WalkSpeed: 300
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 312
DamageMotion: 384
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Jellopy
Index: 0
Rate: 5000
- Item: Jellopy
Index: 1
Rate: 5000
- Item: Poring_Doll
Index: 2
Rate: 5000
- Id: 1767
AegisName: EM_DEVILING
Name: Deviling
Level: 99
Hp: 128430
Sp: 0
Attack: 78
Attack2: 11
Defense: 64
MagicDefense: 50
Agi: 17
Vit: 80
Int: 80
Dex: 151
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Angel
Element: Holy
ElementLevel: 3
WalkSpeed: 300
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 864
DamageMotion: 384
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Jellopy
Index: 0
Rate: 5000
- Item: Jellopy
Index: 1
Rate: 5000
- Item: Poring_Doll
Index: 2
Rate: 5000
- Id: 1768
AegisName: GLOOMUNDERNIGHT
Name: Gloom Under Night
Level: 139
Hp: 3005000
BaseExp: 1404000
JobExp: 990000
MvpExp: 702000
Attack: 6592
Attack2: 2785
Defense: 479
MagicDefense: 262
Str: 191
Agi: 223
Vit: 187
Int: 155
Dex: 362
Luk: 163
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
RaceGroups:
Rachel_Sanctuary: true
Element: Ghost
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1344
AttackMotion: 2880
ClientAttackMotion: 288
DamageMotion: 576
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Index: 0
Rate: 5000
- Item: Old_Violet_Box
Index: 1
Rate: 5000
- Item: Bs_Making_S
Index: 2
Rate: 5000
Drops:
- Item: Will_Of_Darkness_
Rate: 3500
- Item: Blade_Lost_In_Darkness
Rate: 2000
- Item: Old_Hilt
Rate: 1000
- Item: Old_Card_Album
Rate: 2500
- Item: Celestial_Robe
Rate: 500
- Item: Hurricane_Fury
Rate: 50
- Item: Zelunium
Rate: 50
- Item: Gloom_Under_Night_Card
Rate: 1
StealProtected: true
- Id: 1769
AegisName: AGAV
Name: Agav
Level: 128
Hp: 36971
BaseExp: 3689
JobExp: 3548
Attack: 1076
Attack2: 181
Defense: 77
MagicDefense: 82
Str: 85
Agi: 66
Vit: 55
Int: 113
Dex: 120
Luk: 61
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Rachel_Sanctuary: true
Element: Neutral
ElementLevel: 4
WalkSpeed: 300
AttackDelay: 768
AttackMotion: 360
ClientAttackMotion: 300
DamageMotion: 360
Ai: 20
Drops:
- Item: Suspicious_Hat
Index: 0
Rate: 1250
- Item: High_Fashion_Sandals
Index: 1
Rate: 1
- Item: Bloody_Rune
Index: 2
Rate: 2000
- Item: Memorize_Book
Index: 3
Rate: 1
- Item: Holy_Arrow_Quiver
Index: 4
Rate: 25
- Item: Bloody_Rune
Index: 5
Rate: 50
- Item: Starsand_Of_Witch
Index: 6
Rate: 1250
- Item: Agav_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 1770
AegisName: ECHIO
Name: Echio
Level: 126
Hp: 36718
BaseExp: 3639
JobExp: 3498
Attack: 1026
Attack2: 159
Defense: 66
MagicDefense: 11
Str: 111
Agi: 63
Vit: 51
Int: 37
Dex: 132
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Rachel_Sanctuary: true
Element: Neutral
ElementLevel: 4
WalkSpeed: 250
AttackDelay: 768
AttackMotion: 360
ClientAttackMotion: 300
DamageMotion: 360
Ai: 20
Drops:
- Item: Suspicious_Hat
Index: 0
Rate: 1250
- Item: Seed_Of_Yggdrasil
Index: 1
Rate: 2
- Item: Bloody_Rune
Index: 2
Rate: 2000
- Item: Beret
Index: 3
Rate: 13
- Item: Holy_Arrow_Quiver
Index: 4
Rate: 10
- Item: Bloody_Rune
Index: 5
Rate: 50
- Item: Divine_Cloth
Index: 6
Rate: 10
- Item: Echio_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 1771
AegisName: VANBERK
Name: Vanberk
Level: 123
Hp: 29028
BaseExp: 3095
JobExp: 2972
Attack: 953
Attack2: 141
Defense: 100
MagicDefense: 6
Str: 109
Agi: 70
Vit: 55
Int: 60
Dex: 122
Luk: 54
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Rachel_Sanctuary: true
Element: Neutral
ElementLevel: 4
WalkSpeed: 250
AttackDelay: 768
AttackMotion: 360
ClientAttackMotion: 300
DamageMotion: 360
Ai: 04
Drops:
- Item: White_Mask
Index: 0
Rate: 1250
- Item: Royal_Jelly
Index: 1
Rate: 5
- Item: Bloody_Rune
Index: 2
Rate: 500
- Item: Beret
Index: 3
Rate: 13
- Item: Scalpel
Index: 4
Rate: 3
- Item: Bloody_Rune
Index: 5
Rate: 50
- Item: Ur_Seal
Index: 6
Rate: 5
- Item: Vanberk_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 1772
AegisName: ISILLA
Name: Isilla
Level: 124
Hp: 29151
BaseExp: 3119
JobExp: 2996
Attack: 977
Attack2: 168
Defense: 69
MagicDefense: 19
Str: 90
Agi: 65
Vit: 43
Int: 82
Dex: 127
Luk: 75
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Rachel_Sanctuary: true
Element: Neutral
ElementLevel: 4
WalkSpeed: 300
AttackDelay: 768
AttackMotion: 360
ClientAttackMotion: 360
DamageMotion: 432
Ai: 04
Drops:
- Item: White_Mask
Index: 0
Rate: 1250
- Item: High_Fashion_Sandals
Index: 1
Rate: 1
- Item: Bloody_Rune
Index: 2
Rate: 500
- Item: Gold_Ring
Index: 3
Rate: 5
- Item: Ring
Index: 4
Rate: 1
- Item: Bloody_Rune
Index: 5
Rate: 50
- Item: Ur_Seal
Index: 6
Rate: 5
- Item: Isilla_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 1773
AegisName: HODREMLIN
Name: Hodremlin
Level: 122
Hp: 31796
BaseExp: 3071
JobExp: 2948
Attack: 837
Attack2: 154
Defense: 75
MagicDefense: 25
Str: 106
Agi: 70
Vit: 77
Int: 60
Dex: 83
Luk: 40
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
RaceGroups:
Rachel_Sanctuary: true
Element: Dark
ElementLevel: 3
WalkSpeed: 140
AttackDelay: 960
AttackMotion: 528
ClientAttackMotion: 384
DamageMotion: 432
Ai: 04
Modes:
Detector: true
Drops:
- Item: Prickly_Fruit_
Rate: 500
- Item: Will_Of_Darkness
Rate: 500
- Item: Boots_
Rate: 1
- Item: Sticky_Mucus
Rate: 500
- Item: Bloody_Rune
Rate: 500
- Item: Starsand_Of_Witch
Rate: 1000
- Item: Shadow_Walk
Rate: 5
- Item: Hodremlin_Card
Rate: 1
StealProtected: true
- Id: 1774
AegisName: SEEKER
Name: Seeker
Level: 124
Hp: 26236
BaseExp: 3119
JobExp: 2996
Attack: 880
Attack2: 120
Defense: 64
MagicDefense: 30
Str: 91
Agi: 90
Vit: 35
Int: 75
Dex: 176
Luk: 31
AttackRange: 6
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
RaceGroups:
Rachel_Sanctuary: true
Element: Wind
ElementLevel: 3
WalkSpeed: 190
AttackDelay: 576
AttackMotion: 432
ClientAttackMotion: 336
DamageMotion: 300
Ai: 20
Drops:
- Item: Prickly_Fruit_
Rate: 500
- Item: Will_Of_Darkness
Rate: 500
- Item: Elunium
Rate: 10
- Item: Starsand_Of_Witch
Rate: 2000
- Item: Bloody_Rune
Rate: 500
- Item: Berdysz
Rate: 10
- Item: Seeker_Card
Rate: 1
StealProtected: true
- Id: 1775
AegisName: SNOWIER
Name: Snowier
Level: 103
Hp: 14227
BaseExp: 1585
JobExp: 1507
Attack: 460
Attack2: 82
Defense: 121
MagicDefense: 47
Str: 91
Agi: 61
Vit: 67
Int: 45
Dex: 83
Luk: 55
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Water
ElementLevel: 2
WalkSpeed: 220
AttackDelay: 936
AttackMotion: 1020
ClientAttackMotion: 660
DamageMotion: 420
Ai: 04
Drops:
- Item: Ice_Heart
Rate: 1500
- Item: Ice_Piece
Rate: 500
- Item: Elunium_Stone
Rate: 50
- Item: Blue_Herb
Rate: 25
- Item: Aqua_Robe
Rate: 5
- Item: Icicle_Fist
Rate: 2
- Item: Crystal_Blue
Rate: 50
- Item: Snowier_Card
Rate: 1
StealProtected: true
- Id: 1776
AegisName: SIROMA
Name: Siroma
Level: 98
Hp: 9940
BaseExp: 1349
JobExp: 1278
Attack: 304
Attack2: 100
Defense: 64
MagicDefense: 38
Str: 83
Agi: 43
Vit: 50
Int: 70
Dex: 96
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Water
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 432
AttackMotion: 648
ClientAttackMotion: 432
DamageMotion: 240
Ai: 02
Drops:
- Item: Ice_Heart
Rate: 250
- Item: Ice_Piece
Rate: 750
- Item: Blue_Herb
Rate: 5
- Item: Strange_Foxtail
Rate: 20
- Item: Detail_Model_Foxtail
Rate: 20
- Item: Crystal_Blue
Rate: 10
- Item: Siroma_Card
Rate: 1
StealProtected: true
- Id: 1777
AegisName: ICE_TITAN
Name: Ice Titan
Level: 110
Hp: 18923
BaseExp: 1908
JobExp: 1822
Attack: 590
Attack2: 98
Defense: 344
MagicDefense: 11
Str: 133
Agi: 54
Vit: 78
Int: 33
Dex: 94
Luk: 26
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Water
ElementLevel: 3
WalkSpeed: 250
AttackDelay: 861
AttackMotion: 660
ClientAttackMotion: 600
DamageMotion: 144
Ai: 04
Drops:
- Item: Ice_Heart
Rate: 2500
- Item: Ice_Piece
Rate: 1500
- Item: Frozen_Rose
Rate: 50
- Item: Oridecon
Rate: 5
- Item: Huuma_Fluttering_Snow
Rate: 5
- Item: Cold_Ice
Rate: 250
- Item: Mistic_Frozen
Rate: 50
- Item: Ice_Titan_Card
Rate: 1
StealProtected: true
- Id: 1778
AegisName: GAZETI
Name: Gazeti
Level: 106
Hp: 15539
BaseExp: 1824
JobExp: 1738
Attack: 458
Attack2: 68
Defense: 71
MagicDefense: 21
Str: 105
Agi: 37
Vit: 42
Int: 38
Dex: 116
Luk: 38
AttackRange: 10
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Water
ElementLevel: 1
WalkSpeed: 190
AttackDelay: 576
AttackMotion: 370
ClientAttackMotion: 300
DamageMotion: 270
Ai: 20
Modes:
Detector: true
Drops:
- Item: Ice_Heart
Rate: 1500
- Item: Ice_Piece
Rate: 1500
- Item: Elunium
Rate: 10
- Item: Frozen_Bow
Rate: 1
- Item: Cold_Ice
Rate: 50
- Item: Ice_Fragment
Rate: 250
- Item: Aqua_Orb
Rate: 5
- Item: Gazeti_Card
Rate: 1
StealProtected: true
- Id: 1779
AegisName: KTULLANUX
Name: Ktullanux
Level: 98
Hp: 2626000
BaseExp: 621345
JobExp: 474971
MvpExp: 310672
Attack: 3754
Attack2: 2680
Defense: 129
MagicDefense: 78
Str: 85
Agi: 126
Vit: 30
Int: 125
Dex: 212
Luk: 112
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Water
ElementLevel: 4
WalkSpeed: 400
AttackDelay: 432
AttackMotion: 840
ClientAttackMotion: 660
DamageMotion: 216
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Bs_Making_S
Index: 0
Rate: 5000
- Item: Old_Violet_Box
Index: 1
Rate: 5000
- Item: Old_Violet_Box
Index: 2
Rate: 5000
Drops:
- Item: Ice_Scale
Rate: 4500
- Item: Old_Card_Album
Rate: 1500
- Item: Clack_Of_Servival
Rate: 1500
- Item: Herald_Of_GOD
Rate: 2500
- Item: Old_Violet_Box
Rate: 2500
- Item: Zelunium
Rate: 50
- Item: Huuma_Fluttering_Snow
Rate: 2000
- Item: Ktullanux_Card
Rate: 1
StealProtected: true
- Id: 1780
AegisName: MUSCIPULAR
Name: Muscipular
Level: 105
Hp: 11589
BaseExp: 1706
JobExp: 1547
Attack: 606
Attack2: 76
Defense: 114
MagicDefense: 43
Str: 100
Agi: 60
Vit: 58
Int: 37
Dex: 72
Luk: 47
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 672
AttackMotion: 648
ClientAttackMotion: 504
DamageMotion: 360
Ai: 10
Drops:
- Item: Sticky_Poison
Rate: 1500
- Item: Blossom_Of_Maneater
Rate: 1500
- Item: Singing_Flower
Rate: 1
- Item: Root_Of_Maneater
Rate: 1000
- Item: Stem
Rate: 500
- Item: Deadly_Noxious_Herb
Rate: 2
- Item: Mandragora_Flowerpot
Rate: 200
- Item: Muscipular_Card
Rate: 1
StealProtected: true
- Id: 1781
AegisName: DROSERA
Name: Drosera
Level: 101
Hp: 11179
BaseExp: 1622
JobExp: 1467
Attack: 518
Attack2: 54
Defense: 86
MagicDefense: 52
Str: 79
Agi: 32
Vit: 64
Int: 38
Dex: 94
Luk: 14
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 864
AttackMotion: 576
ClientAttackMotion: 504
DamageMotion: 336
Ai: 10
Drops:
- Item: Sticky_Poison
Rate: 1500
- Item: Drocera_Tentacle
Rate: 50
- Item: Blossom_Of_Maneater
Rate: 1000
- Item: Root_Of_Maneater
Rate: 1000
- Item: Bitter_Herb
Rate: 2
- Item: Stem
Rate: 500
- Item: Mandragora_Flowerpot
Rate: 100
- Item: Drosera_Card
Rate: 1
StealProtected: true
- Id: 1782
AegisName: ROWEEN
Name: Roween
Level: 95
Hp: 6617
BaseExp: 1292
JobExp: 1221
Attack: 406
Attack2: 35
Defense: 73
MagicDefense: 33
Str: 70
Agi: 82
Vit: 55
Int: 45
Dex: 108
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Wind
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1500
AttackMotion: 500
ClientAttackMotion: 600
DamageMotion: 1000
Ai: 07
Drops:
- Item: Rotten_Meat
Rate: 1500
- Item: Animal's_Skin
Rate: 1500
- Item: Wind_Of_Verdure
Rate: 25
- Item: Combo_Battle_Glove
Rate: 1
- Item: Detail_Model_Foxtail
Rate: 20
- Item: Charm_G_Necklace
Rate: 20
- Item: Roween_Card
Rate: 1
StealProtected: true
- Id: 1783
AegisName: GALION
Name: Galion
Level: 100
Hp: 8772
BaseExp: 1387
JobExp: 1316
Attack: 451
Attack2: 77
Defense: 100
MagicDefense: 62
Str: 106
Agi: 79
Vit: 62
Int: 45
Dex: 108
Luk: 36
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
RaceGroups:
Rockridge: true
Element: Wind
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 864
AttackMotion: 624
ClientAttackMotion: 480
DamageMotion: 360
Ai: 07
Class: Boss
Drops:
- Item: Rotten_Meat
Rate: 1500
- Item: Animal's_Skin
Rate: 1500
- Item: Rough_Wind
Rate: 5
- Item: Ulfhedinn
Rate: 3
- Item: Foul_Rotten_Meat
Rate: 5
- Item: Galion_Card
Rate: 1
StealProtected: true
- Id: 1784
AegisName: STAPO
Name: Stapo
Level: 95
Hp: 6984
BaseExp: 1356
JobExp: 1221
Attack: 426
Attack2: 51
Defense: 129
MagicDefense: 36
Str: 20
Agi: 46
Vit: 25
Int: 35
Dex: 64
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
RaceGroups:
Malangdo: true
Element: Earth
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 936
AttackMotion: 792
ClientAttackMotion: 648
DamageMotion: 432
Ai: 02
Drops:
- Item: Jellopy
Rate: 500
- Item: Jubilee
Rate: 500
- Item: Apple
Rate: 500
- Item: Large_Jellopy
Rate: 50
- Item: Yellow_Live
Rate: 5
- Item: Seismic_Fist
Rate: 2
- Item: Pretty_G_Necklace
Rate: 20
- Item: Stapo_Card
Rate: 1
StealProtected: true
- Id: 1785
AegisName: ATROCE
Name: Atroce
Level: 113
Hp: 1502000
BaseExp: 702000
JobExp: 470250
MvpExp: 351000
Attack: 2843
Attack2: 1503
Defense: 316
MagicDefense: 176
Str: 121
Agi: 165
Vit: 135
Int: 99
Dex: 213
Luk: 113
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Dark
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 576
AttackMotion: 600
ClientAttackMotion: 480
DamageMotion: 240
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Bs_Making_S
Index: 0
Rate: 5500
- Item: Old_Violet_Box
Index: 1
Rate: 5000
- Item: Old_Violet_Box
Index: 2
Rate: 5000
Drops:
- Item: Bloody_Rune
Rate: 3500
- Item: Seed_Of_Yggdrasil
Rate: 500
- Item: Ring_
Rate: 500
- Item: Old_Violet_Box
Rate: 2500
- Item: Shadowdecon
Rate: 50
- Item: Ulle_Cap
Rate: 50
- Item: Altas_Weapon
Rate: 50
- Item: Atroce_Card
Rate: 1
StealProtected: true
- Id: 1786
AegisName: G_AGAV
Name: Agav
Level: 128
Hp: 36971
Attack: 1076
Attack2: 181
Defense: 77
MagicDefense: 82
Str: 85
Agi: 66
Vit: 55
Int: 113
Dex: 120
Luk: 61
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 4
WalkSpeed: 300
AttackDelay: 768
AttackMotion: 360
ClientAttackMotion: 300
DamageMotion: 360
Ai: 20
Modes:
FixedItemDrop: true
Drops:
- Item: Suspicious_Hat
Rate: 1
- Id: 1787
AegisName: G_ECHIO
Name: Echio
Level: 126
Hp: 36718
Attack: 1026
Attack2: 159
Defense: 66
MagicDefense: 11
Str: 111
Agi: 63
Vit: 51
Int: 37
Dex: 132
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 768
AttackMotion: 360
ClientAttackMotion: 300
DamageMotion: 360
Ai: 20
Modes:
FixedItemDrop: true
Drops:
- Item: Suspicious_Hat
Rate: 1
- Id: 1788
AegisName: G_ICE_TITAN
Name: Ice Titan
Level: 110
Hp: 18923
Attack: 590
Attack2: 98
Defense: 344
MagicDefense: 11
Str: 133
Agi: 54
Vit: 78
Int: 33
Dex: 94
Luk: 26
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Water
ElementLevel: 3
WalkSpeed: 250
AttackDelay: 861
AttackMotion: 660
ClientAttackMotion: 600
DamageMotion: 144
Ai: 20
Modes:
FixedItemDrop: true
Drops:
- Item: Ice_Heart
Rate: 1
- Id: 1789
AegisName: ICEICLE
Name: Iceicle
Level: 100
Hp: 1012
BaseExp: 98
JobExp: 80
Attack: 553
Attack2: 1
Defense: 2
MagicDefense: 15
Str: 99
Dex: 194
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Water
ElementLevel: 2
WalkSpeed: 1000
AttackDelay: 1344
ClientAttackMotion: 1152
Ai: 10
Drops:
- Item: Ice_Piece
Index: 0
Rate: 500
- Item: Ice_Piece
Index: 1
Rate: 500
- Item: Ice_Crystal
Index: 2
Rate: 250
- Item: Ice_Piece
Index: 3
Rate: 250
- Item: Ice_Piece
Index: 4
Rate: 250
- Item: Ice_Piece
Index: 5
Rate: 250
- Item: Ice_Piece
Index: 6
Rate: 250
- Item: Ice_Piece
Index: 7
Rate: 250
StealProtected: true
- Id: 1790
AegisName: G_RAFFLESIA
Name: Rafflesia
Level: 86
Hp: 4942
Attack: 329
Attack2: 41
Defense: 86
MagicDefense: 2
Str: 47
Agi: 41
Vit: 44
Int: 29
Dex: 78
Luk: 31
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 512
AttackMotion: 528
ClientAttackMotion: 432
DamageMotion: 240
Ai: 04
Modes:
FixedItemDrop: true
Drops:
- Item: Golden_Jewel_
Rate: 1500
- Item: Red_Jewel_
Rate: 2000
- Item: Blue_Jewel_
Rate: 1000
- Id: 1791
AegisName: G_GALION
Name: Galion
Level: 100
Hp: 8772
Attack: 451
Attack2: 77
Defense: 100
MagicDefense: 62
Str: 106
Agi: 79
Vit: 62
Int: 45
Dex: 108
Luk: 36
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Wind
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 864
AttackMotion: 624
ClientAttackMotion: 480
DamageMotion: 360
Ai: 07
Class: Boss
Modes:
FixedItemDrop: true
- Id: 1792
AegisName: SOCCER_BALL
Name: Soccer Ball
Level: 1
Hp: 10
Sp: 0
Defense: 128
MagicDefense: 99
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 96
AttackMotion: 96
DamageMotion: 96
Ai: 06
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Small_Horn_Of_Devil
Index: 0
Rate: 2500
- Item: Small_Horn_Of_Devil
Index: 1
Rate: 1500
- Item: J_Firecracker
Index: 2
Rate: 1500
- Item: Old_Blue_Box
Index: 3
Rate: 500
- Item: Old_Violet_Box
Index: 4
Rate: 500
StealProtected: true
- Id: 1793
AegisName: G_MEGALITH
Name: Megalith
Level: 65
Hp: 2599
Attack: 199
Attack2: 30
Defense: 66
MagicDefense: 18
Str: 57
Agi: 14
Vit: 35
Int: 10
Dex: 99
Luk: 3
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 4
WalkSpeed: 200
AttackDelay: 1332
AttackMotion: 1332
ClientAttackMotion: 936
DamageMotion: 672
Ai: 21
Modes:
FixedItemDrop: true
- Id: 1794
AegisName: G_ROWEEN
Name: Roween
Level: 95
Hp: 6617
Attack: 406
Attack2: 35
Defense: 73
MagicDefense: 33
Str: 70
Agi: 82
Vit: 55
Int: 45
Dex: 108
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Wind
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 412
AttackMotion: 840
ClientAttackMotion: 600
DamageMotion: 300
Ai: 20
Modes:
FixedItemDrop: true
- Id: 1795
AegisName: BLOODY_KNIGHT_
Name: Bloody Knight
Level: 116
Hp: 68500
Attack: 1319
Attack2: 123
Defense: 122
MagicDefense: 50
Str: 132
Agi: 59
Vit: 70
Int: 57
Dex: 137
Luk: 45
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Angel
Element: Ghost
ElementLevel: 1
WalkSpeed: 250
AttackDelay: 828
AttackMotion: 528
ClientAttackMotion: 288
DamageMotion: 192
Ai: 04
Class: Boss
Drops:
- Item: Pole_Axe
Rate: 50
- Item: Grave_
Rate: 50
- Item: Pauldron
Rate: 100
- Item: Full_Plate_Armor_
Rate: 50
- Item: Celestial_Robe
Rate: 100
- Item: Survival_Rod2_
Rate: 100
- Item: Old_Violet_Box
Rate: 3500
- Item: Anti_Spell_Bead
Rate: 5000
StealProtected: true
- Id: 1796
AegisName: AUNOE
Name: Aunoe
Level: 110
Hp: 14557
Sp: 0
BaseExp: 1908
JobExp: 1822
Attack: 656
Attack2: 81
Defense: 107
MagicDefense: 42
Str: 118
Agi: 63
Vit: 62
Int: 77
Dex: 84
Luk: 35
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 4
WalkSpeed: 250
AttackDelay: 768
AttackMotion: 432
ClientAttackMotion: 360
DamageMotion: 360
Ai: 20
Drops:
- Item: White_Mask
Index: 0
Rate: 1250
- Item: High_Fashion_Sandals
Index: 1
Rate: 1
- Item: Bloody_Rune
Index: 2
Rate: 2000
- Item: Memorize_Book
Index: 3
Rate: 1
- Item: Holy_Arrow_Quiver
Index: 4
Rate: 25
- Item: Bloody_Rune
Index: 5
Rate: 50
- Item: Musika
Index: 6
Rate: 3
- Item: Aunoe_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 1797
AegisName: FANAT
Name: Fanat
Level: 120
Hp: 23117
BaseExp: 2652
JobExp: 2544
Attack: 881
Attack2: 106
Defense: 81
MagicDefense: 64
Str: 102
Agi: 66
Vit: 70
Int: 47
Dex: 111
Luk: 57
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 4
WalkSpeed: 250
AttackDelay: 768
AttackMotion: 432
ClientAttackMotion: 576
DamageMotion: 360
Ai: 04
Drops:
- Item: Kandura
Rate: 5
- Item: High_Fashion_Sandals
Rate: 1
- Item: Bloody_Rune
Rate: 2000
- Item: Memorize_Book
Rate: 1
- Item: Holy_Arrow_Quiver
Rate: 25
- Item: White_Mask
Rate: 1250
- Item: Panat_Card
Rate: 1
StealProtected: true
- Id: 1798
AegisName: TREASURE_BOX_
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Gem_Of_Ruin
Rate: 5000
- Id: 1799
AegisName: B_SEYREN_
Name: Lord Knight Seyren
Level: 99
Hp: 1647590
Sp: 0
BaseExp: 2611224
JobExp: 706486
Attack: 9409
Attack2: 3802
Defense: 72
MagicDefense: 37
Str: 120
Agi: 110
Vit: 81
Int: 65
Dex: 156
Luk: 52
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Fire
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
Drops:
- Item: Evil_Mind
Rate: 5000
- Id: 1800
AegisName: B_EREMES_
Name: Assassin Cross Eremes
Level: 99
Hp: 1411230
Sp: 0
BaseExp: 2205036
JobExp: 716571
Attack: 5446
Attack2: 4100
Defense: 37
MagicDefense: 39
Str: 90
Agi: 181
Vit: 62
Int: 37
Dex: 146
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Poison
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
Drops:
- Item: Evil_Mind
Rate: 5000
- Id: 1801
AegisName: B_HARWORD_
Name: Mastersmith Howard
JapaneseName: Whitesmith Harword
Level: 99
Hp: 1460000
Sp: 0
BaseExp: 2161263
JobExp: 639450
Attack: 10169
Attack2: 429
Defense: 66
MagicDefense: 36
Str: 100
Agi: 73
Vit: 112
Int: 35
Dex: 163
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Earth
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 240
DamageMotion: 288
Ai: 21
Class: Boss
Drops:
- Item: Evil_Mind
Rate: 5000
- Id: 1802
AegisName: B_MAGALETA_
Name: High Priest Margaretha
JapaneseName: High Priest Magaleta
Level: 99
Hp: 1092910
Sp: 0
BaseExp: 2298780
JobExp: 593460
Attack: 6094
Attack2: 892
Defense: 35
MagicDefense: 78
Agi: 84
Vit: 64
Int: 182
Dex: 110
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Holy
ElementLevel: 4
WalkSpeed: 125
AttackDelay: 1152
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
Drops:
- Item: Evil_Mind
Rate: 5000
- Id: 1803
AegisName: B_SHECIL_
Name: Sniper Cecil
JapaneseName: Sniper Shecil
Level: 99
Hp: 1349000
Sp: 0
BaseExp: 2210220
JobExp: 686700
Attack: 6360
Attack2: 4221
Defense: 22
MagicDefense: 35
Agi: 180
Vit: 39
Int: 67
Dex: 232
Luk: 130
AttackRange: 14
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
Drops:
- Item: Evil_Mind
Rate: 5000
- Id: 1804
AegisName: B_KATRINN_
Name: High Wizard Kathryne
JapaneseName: High Wizard Katrinn
Level: 99
Hp: 1069920
Sp: 0
BaseExp: 2164428
JobExp: 736515
Attack: 1556
Attack2: 3197
Defense: 10
MagicDefense: 88
Agi: 89
Vit: 42
Int: 223
Dex: 154
Luk: 93
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Ghost
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1152
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
Drops:
- Item: Evil_Mind
Rate: 5000
- Id: 1805
AegisName: G_SEYREN_
Name: Lord Knight Seyren
Level: 10
Hp: 10
BaseExp: 1
JobExp: 1
Attack: 1
Attack2: 1
Defense: 1
MagicDefense: 1
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Fire
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: 3D_Glasses_Box
Rate: 2500
- Id: 1806
AegisName: G_EREMES_
Name: Assassin Cross Eremes
Level: 10
Hp: 10
BaseExp: 1
JobExp: 1
Attack: 1
Attack2: 1
Defense: 1
MagicDefense: 1
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Poison
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: 3D_Glasses_Box
Rate: 2500
- Id: 1807
AegisName: G_HARWORD_
Name: Mastersmith Howard
JapaneseName: Whitesmith Harword
Level: 10
Hp: 10
BaseExp: 1
JobExp: 1
Attack: 1
Attack2: 1
Defense: 1
MagicDefense: 1
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Water
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 240
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: 3D_Glasses_Box
Rate: 2500
- Id: 1808
AegisName: G_MAGALETA_
Name: High Priest Margaretha
JapaneseName: High Priest Magaleta
Level: 10
Hp: 10
BaseExp: 1
JobExp: 1
Attack: 1
Attack2: 1
Defense: 1
MagicDefense: 1
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Holy
ElementLevel: 4
WalkSpeed: 125
AttackDelay: 1152
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: 3D_Glasses_Box
Rate: 2500
- Id: 1809
AegisName: G_SHECIL_
Name: Sniper Cecil
JapaneseName: Sniper Shecil
Level: 10
Hp: 10
BaseExp: 1
JobExp: 1
Attack: 1
Attack2: 1
Defense: 1
MagicDefense: 1
AttackRange: 14
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 20
Class: Boss
Modes:
FixedItemDrop: true
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: 3D_Glasses_Box
Rate: 2500
- Id: 1810
AegisName: G_KATRINN_
Name: High Wizard Kathryne
JapaneseName: High Wizard Katrinn
Level: 10
Hp: 10
BaseExp: 1
JobExp: 1
Attack: 1
Attack2: 1
Defense: 1
MagicDefense: 1
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Ghost
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1152
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: 3D_Glasses_Box
Rate: 2500
- Id: 1811
AegisName: G_SMOKIE_
Name: Bandit
JapaneseName: Smokie
Level: 18
Hp: 641
Attack: 61
Attack2: 11
MagicDefense: 10
Agi: 18
Vit: 36
Int: 25
Dex: 26
Luk: 35
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1576
AttackMotion: 576
ClientAttackMotion: 480
DamageMotion: 420
Ai: 17
Modes:
FixedItemDrop: true
Drops:
- Item: Sunglasses
Rate: 50
- Item: Tiger_Skin_Panties
Rate: 250
- Item: Aloebera
Rate: 500
- Item: Ice_Cream
Rate: 1000
- Item: Bamboo_Basket
Rate: 250
- Id: 1812
AegisName: EVENT_LUDE
Name: Delightful Lude
JapaneseName: Lude
Level: 10
Hp: 20
Attack: 13
Attack2: 8
Defense: 1
Int: 50
Dex: 100
Luk: 100
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 890
AttackMotion: 960
ClientAttackMotion: 288
DamageMotion: 480
Ai: 01
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Chocolate
Rate: 5000
- Item: White_Chocolate
Rate: 3000
- Item: Candy
Rate: 8000
- Item: Candy_Striper
Rate: 8000
- Id: 1813
AegisName: EVENT_HYDRO
Name: Hydrolancer
JapaneseName: Hydro
Level: 99
Hp: 1880000
Sp: 0
BaseExp: 2160000
JobExp: 900000
# MvpExp:
Attack: 19500
Attack2: 32767
Defense: 96
MagicDefense: 55
Agi: 142
Vit: 200
Int: 250
Dex: 227
Luk: 32
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Angel
Element: Ghost
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 972
AttackMotion: 672
ClientAttackMotion: 384
DamageMotion: 432
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Index: 0
Rate: 5500
- Item: Old_Blue_Box
Index: 1
Rate: 5000
- Item: Old_Violet_Box
Index: 2
Rate: 5500
Drops:
- Item: Evil_Dragon_Head
Rate: 5000
- Item: Dragon_Killer
Rate: 250
- Item: Gemmed_Crown
Rate: 250
- Item: Pole_Axe
Rate: 250
- Item: Int_Dish10
Rate: 750
- Item: Treasure_Box
Rate: 2750
- Id: 1814
AegisName: EVENT_MOON
Name: Moonlight Flower
Level: 80
Hp: 30000
Sp: 0
BaseExp: 14850
JobExp: 13500
Attack: 550
Attack2: 300
Defense: 80
MagicDefense: 50
Agi: 35
Vit: 45
Int: 112
Dex: 83
Luk: 93
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Fire
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1276
AttackMotion: 576
ClientAttackMotion: 120
DamageMotion: 288
Ai: 21
Class: Boss
- Id: 1815
AegisName: EVENT_RICECAKE
Name: Rice Cake
Level: 1
Hp: 14
BaseExp: 3
JobExp: 3
Attack: 7
Attack2: 7
MagicDefense: 99
Str: 7
Agi: 7
Vit: 7
Int: 17
Dex: 17
Luk: 7
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 250
AttackDelay: 1320
ClientAttackMotion: 504
DamageMotion: 300
Ai: 06
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Plain_Rice_Cake
Rate: 500
- Item: Hearty_Rice_Cake
Rate: 500
- Item: Salty_Rice_Cake
Rate: 500
- Item: Lucky_Rice_Cake
Rate: 100
- Item: Rainbow_Cake
Rate: 500
- Item: White_Herb
Rate: 3000
- Item: White_Dyestuffs
Rate: 500
- Item: Korea_Rice_Cake
Rate: 100
StealProtected: true
- Id: 1816
AegisName: EVENT_GOURD
Name: Gourd
Level: 12
Hp: 1000
Sp: 0
Attack: 1
Attack2: 1
Defense: 160
MagicDefense: 99
AttackRange: 1
SkillRange: 0
ChaseRange: 0
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 96
AttackMotion: 96
DamageMotion: 96
Ai: 06
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
MvpDrops:
- Item: Fatty_Chubby_Earthworm
Index: 0
Rate: 5000
- Item: Fatty_Chubby_Earthworm
Index: 1
Rate: 5000
- Item: Fatty_Chubby_Earthworm
Index: 2
Rate: 5000
Drops:
- Item: Apple
Rate: 5000
- Id: 1817
AegisName: EVENT_DETALE
Name: Detardeurus
JapaneseName: Detale
Level: 99
Hp: 8880000
Sp: 0
BaseExp: 2430000
JobExp: 1125000
# MvpExp:
Attack: 42597
Attack2: 32767
Defense: 104
MagicDefense: 65
Agi: 142
Vit: 200
Int: 250
Dex: 227
Luk: 50
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Angel
Element: Ghost
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 972
AttackMotion: 936
ClientAttackMotion: 240
DamageMotion: 360
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Bloody_Dead_Branch
Index: 0
Rate: 5500
- Item: Old_Violet_Box
Index: 1
Rate: 5000
- Item: Old_Violet_Box
Index: 2
Rate: 5500
Drops:
- Item: Dragon_Spirit
Rate: 5000
- Item: Dragon_Wing
Rate: 250
- Item: Wizardy_Staff
Rate: 250
- Item: Bloody_Roar
Rate: 250
- Item: Int_Dish10
Rate: 750
- Item: Luk_Dish10
Rate: 750
- Id: 1818
AegisName: EVENT_ALARM
Name: Alarm
Level: 58
Hp: 10647
Sp: 0
Attack: 1
Attack2: 1
Defense: 24
MagicDefense: 15
Agi: 62
Vit: 72
Int: 10
Dex: 85
Luk: 45
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 1000
AttackDelay: 1020
AttackMotion: 500
ClientAttackMotion: 540
DamageMotion: 768
Ai: 06
Drops:
- Item: Piece_Of_Cogwheel
Rate: 3500
StealProtected: true
- Id: 1819
AegisName: EVENT_BATHORY
Name: Bathory
Level: 86
Hp: 5242
Attack: 252
Attack2: 96
Defense: 61
MagicDefense: 41
Str: 66
Agi: 38
Vit: 40
Int: 55
Dex: 67
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Dark
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 1504
AttackMotion: 840
ClientAttackMotion: 288
DamageMotion: 900
Ai: 21
Drops:
- Item: Wooden_Block_
Rate: 1000
- Id: 1820
AegisName: EVENT_BIGFOOT
Name: Bigfoot
Level: 29
Hp: 587
Attack: 50
Attack2: 12
Defense: 55
MagicDefense: 7
Str: 18
Agi: 4
Vit: 7
Int: 0
Dex: 12
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1260
AttackMotion: 192
ClientAttackMotion: 1092
DamageMotion: 192
Ai: 17
Drops:
- Item: Wooden_Block_
Rate: 1000
- Id: 1821
AegisName: EVENT_DESERT_WOLF
Name: Desert Wolf
Level: 103
Hp: 9447
Attack: 676
Attack2: 59
Defense: 114
MagicDefense: 47
Str: 93
Agi: 69
Vit: 63
Int: 61
Dex: 98
Luk: 42
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Fire
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1120
AttackMotion: 420
ClientAttackMotion: 216
DamageMotion: 288
Ai: 13
Drops:
- Item: Wooden_Block_
Rate: 1000
- Id: 1822
AegisName: EVENT_DEVIRUCHI
Name: Deviruchi
Level: 64
Hp: 2300
Attack: 210
Attack2: 73
Defense: 62
MagicDefense: 30
Str: 61
Agi: 17
Vit: 30
Int: 35
Dex: 52
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 980
AttackMotion: 600
ClientAttackMotion: 288
DamageMotion: 384
Ai: 21
Modes:
Detector: true
Drops:
- Item: Wooden_Block_
Rate: 1500
- Id: 1823
AegisName: EVENT_FREEZER
Name: Freezer
Level: 94
Hp: 9990
Attack: 244
Attack2: 50
Defense: 68
MagicDefense: 38
Str: 68
Agi: 47
Vit: 50
Int: 45
Dex: 59
Luk: 25
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Water
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 1452
AttackMotion: 483
ClientAttackMotion: 540
DamageMotion: 528
Ai: 21
Drops:
- Item: Wooden_Block_
Rate: 1500
- Id: 1824
AegisName: EVENT_GARM_BABY
Name: Baby Hatii
JapaneseName: Garm Baby
Level: 94
Hp: 10016
Attack: 238
Attack2: 61
Defense: 62
MagicDefense: 43
Str: 69
Agi: 61
Vit: 55
Int: 61
Dex: 64
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Water
ElementLevel: 2
WalkSpeed: 450
AttackDelay: 879
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 576
Ai: 04
Drops:
- Item: Wooden_Block_
Rate: 2500
- Id: 1825
AegisName: EVENT_GOBLINE_XMAS
Name: Christmas Goblin
Level: 25
Hp: 1176
Sp: 0
Attack: 118
Attack2: 22
Defense: 16
MagicDefense: 5
Agi: 53
Vit: 25
Int: 20
Dex: 38
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 1120
AttackMotion: 620
ClientAttackMotion: 384
DamageMotion: 240
Ai: 01
Drops:
- Item: Wooden_Block_
Rate: 2500
- Id: 1826
AegisName: EVENT_MYST
Name: Myst
Level: 39
Hp: 879
Attack: 68
Attack2: 21
Defense: 50
MagicDefense: 11
Str: 26
Agi: 19
Vit: 40
Int: 35
Dex: 31
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Poison
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1576
AttackMotion: 576
ClientAttackMotion: 336
DamageMotion: 384
Ai: 21
Drops:
- Item: Wooden_Block_
Rate: 1500
- Id: 1827
AegisName: EVENT_SASQUATCH
Name: Sasquatch
Level: 30
Hp: 3163
Sp: 0
Attack: 250
Attack2: 30
Defense: 8
Str: 75
Agi: 25
Vit: 60
Int: 10
Dex: 34
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Neutral
ElementLevel: 3
WalkSpeed: 300
AttackDelay: 1260
AttackMotion: 192
ClientAttackMotion: 1092
DamageMotion: 192
Ai: 21
Drops:
- Item: Wooden_Block_
Rate: 1500
- Id: 1828
AegisName: EVENT_GULLINBURSTI
Name: Gullinbursti
Level: 20
Hp: 20
Sp: 0
Attack: 59
Attack2: 13
Defense: 160
MagicDefense: 99
Agi: 14
Vit: 14
Int: 0
Dex: 19
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1960
AttackMotion: 960
ClientAttackMotion: 192
DamageMotion: 384
Ai: 17
Class: Boss
Drops:
- Item: Bag_Of_Rice
Rate: 3000
- Item: Lucky_Candy
Rate: 4500
- Item: Lucky_Candy_Cane
Rate: 4000
- Id: 1829
AegisName: SWORD_GUARDIAN
Name: Sword Guardian
Level: 133
Hp: 70000
Sp: 0
BaseExp: 2925
JobExp: 1855
Attack: 1127
Attack2: 129
Defense: 122
MagicDefense: 62
Str: 122
Agi: 87
Vit: 54
Int: 65
Dex: 155
Luk: 65
AttackRange: 2
SkillRange: 14
ChaseRange: 16
Size: Large
Race: Demihuman
Element: Neutral
ElementLevel: 4
WalkSpeed: 170
AttackDelay: 140
AttackMotion: 384
DamageMotion: 288
Ai: 19
Class: Boss
Drops:
- Item: Broken_Armor_Piece
Rate: 1500
- Item: Doom_Slayer
Rate: 15
- Item: Scarlet_Twohand_Sword
Rate: 50
RandomOptionGroup: Group_5
- Item: Zweihander
Rate: 1
- Item: Platinum_Shield
Rate: 5
- Item: Muscle_Cutter
Rate: 25
- Item: Carnium
Rate: 50
- Item: Sword_Guardian_Card
Rate: 1
StealProtected: true
- Id: 1830
AegisName: BOW_GUARDIAN
Name: Bow Guardian
Level: 132
Hp: 63000
Sp: 0
BaseExp: 2855
JobExp: 1811
Attack: 1149
Attack2: 120
Defense: 127
MagicDefense: 62
Str: 109
Agi: 80
Vit: 65
Int: 52
Dex: 183
Luk: 55
AttackRange: 12
SkillRange: 14
ChaseRange: 16
Size: Large
Race: Demihuman
Element: Neutral
ElementLevel: 4
WalkSpeed: 170
AttackDelay: 76
AttackMotion: 384
DamageMotion: 288
Ai: 26
Class: Boss
Drops:
- Item: Broken_Armor_Piece
Rate: 1500
- Item: Luna_Bow
Rate: 15
- Item: Scarlet_Bow
Rate: 50
- Item: Sniping_Suit
Rate: 10
- Item: Orleans_Glove
Rate: 2
- Item: Carnium
Rate: 50
- Item: Bow_Guardian_Card
Rate: 1
StealProtected: true
- Id: 1831
AegisName: SALAMANDER
Name: Salamander
Level: 138
Hp: 80390
BaseExp: 3847
JobExp: 3925
Attack: 2299
Attack2: 600
Defense: 141
MagicDefense: 68
Str: 189
Agi: 105
Vit: 92
Int: 85
Dex: 198
Luk: 72
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Fire
ElementLevel: 3
WalkSpeed: 160
AttackDelay: 140
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
Drops:
- Item: Burning_Heart
Rate: 1500
- Item: Flame_Heart
Rate: 15
- Item: Carnium
Rate: 10
- Item: Lesser_Elemental_Ring
Rate: 1
- Item: Berserk_Guitar
Rate: 25
- Item: Ring_
Rate: 1
- Item: Meteo_Plate_Armor
Rate: 10
- Item: Salamander_Card
Rate: 1
StealProtected: true
- Id: 1832
AegisName: IFRIT
Name: Ifrit
Level: 146
Hp: 6935000
BaseExp: 4352400
JobExp: 2673000
MvpExp: 2176200
Attack: 8063
Attack2: 3389
Defense: 436
MagicDefense: 218
Str: 180
Agi: 201
Vit: 156
Int: 190
Dex: 299
Luk: 77
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Fire
ElementLevel: 4
WalkSpeed: 130
AttackDelay: 212
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 360
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Bs_Making_S
Rate: 5000
- Item: Carnium
Rate: 5000
- Item: Old_Card_Album
Rate: 2000
Drops:
- Item: Flame_Heart
Rate: 6000
- Item: Spiritual_Ring
Rate: 1500
- Item: Ring_Of_Flame_Lord
Rate: 50
- Item: Ring_Of_Resonance
Rate: 50
- Item: Shadowdecon
Rate: 50
- Item: Fire_Brand
Rate: 1000
- Item: Flame_Sprits_Armor_
Rate: 100
- Item: Ifrit_Card
Rate: 1
StealProtected: true
- Id: 1833
AegisName: KASA
Name: Kasa
Level: 135
Hp: 70128
BaseExp: 3639
JobExp: 4239
Attack: 1506
Attack2: 305
Defense: 104
MagicDefense: 70
Str: 111
Agi: 74
Vit: 65
Int: 78
Dex: 162
Luk: 55
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Fire
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 800
AttackMotion: 600
ClientAttackMotion: 540
DamageMotion: 288
Ai: 21
Class: Boss
Drops:
- Item: Burning_Heart
Rate: 1500
- Item: Hot_Hair
Rate: 1250
- Item: Flame_Heart
Rate: 15
- Item: Lesser_Elemental_Ring
Rate: 1
- Item: Flame_Sprits_Armor
Rate: 5
- Item: Burning_Bow
Rate: 5
- Item: Piercing_Staff
Rate: 5
- Item: Kasa_Card
Rate: 1
StealProtected: true
- Id: 1834
AegisName: G_SALAMANDER
Name: Salamander
Level: 138
Hp: 80390
Attack: 2299
Attack2: 600
Defense: 141
MagicDefense: 68
Str: 189
Agi: 105
Vit: 92
Int: 85
Dex: 198
Luk: 72
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Fire
ElementLevel: 3
WalkSpeed: 160
AttackDelay: 140
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
- Id: 1835
AegisName: G_KASA
Name: Kasa
Level: 135
Hp: 70128
Attack: 1506
Attack2: 305
Defense: 104
MagicDefense: 70
Str: 111
Agi: 74
Vit: 65
Int: 78
Dex: 162
Luk: 55
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Fire
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 800
AttackMotion: 600
ClientAttackMotion: 540
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
- Id: 1836
AegisName: MAGMARING
Name: Magmaring
Level: 110
Hp: 10919
BaseExp: 1908
JobExp: 1822
Attack: 591
Attack2: 44
Defense: 190
MagicDefense: 45
Str: 107
Agi: 33
Vit: 35
Int: 47
Dex: 73
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Fire
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 1472
AttackMotion: 384
ClientAttackMotion: 336
DamageMotion: 288
Ai: 02
Drops:
- Item: Burning_Heart
Rate: 1500
- Item: Elunium_Stone
Rate: 17
- Item: Magmaring_Card
Rate: 1
StealProtected: true
- Id: 1837
AegisName: IMP
Name: Imp
Level: 129
Hp: 25971
BaseExp: 3714
JobExp: 3573
Attack: 991
Attack2: 406
Defense: 56
MagicDefense: 75
Str: 66
Agi: 83
Vit: 65
Int: 88
Dex: 101
Luk: 27
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Fire
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 824
AttackMotion: 432
ClientAttackMotion: 360
DamageMotion: 360
Ai: 26
Modes:
Detector: true
Drops:
- Item: Hot_Hair
Rate: 1500
- Item: Huuma_Blaze
Rate: 50
- Item: Live_Coal
Rate: 1250
- Item: Heart_Breaker
Rate: 5
- Item: Electric_Eel
Rate: 13
- Item: Flaming_Ice
Rate: 1
- Item: Carnium
Rate: 1
- Item: Imp_Card
Rate: 1
StealProtected: true
- Id: 1838
AegisName: KNOCKER
Name: Knocker
Level: 126
Hp: 33047
BaseExp: 3820
JobExp: 3498
Attack: 1026
Attack2: 103
Defense: 126
MagicDefense: 62
Str: 93
Agi: 62
Vit: 58
Int: 56
Dex: 139
Luk: 70
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1548
AttackMotion: 384
ClientAttackMotion: 240
DamageMotion: 288
Ai: 17
Modes:
Detector: true
Drops:
- Item: Great_Nature
Rate: 15
- Item: Coal
Rate: 75
- Item: Elder_Pixie's_Beard
Rate: 2750
- Item: Elven_Ears
Rate: 1
- Item: Carnium
Rate: 5
- Item: Thorny_Buckler
Rate: 2
- Item: Earth_Bow
Rate: 3
- Item: Knocker_Card
Rate: 1
StealProtected: true
- Id: 1839
AegisName: BYORGUE
Name: Byrogue
JapaneseName: Byorgue
Level: 135
Hp: 92544
BaseExp: 5021
JobExp: 3048
Attack: 1190
Attack2: 141
Defense: 120
MagicDefense: 13
Str: 114
Agi: 86
Vit: 70
Int: 65
Dex: 122
Luk: 70
AttackRange: 2
SkillRange: 14
ChaseRange: 16
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 170
AttackDelay: 800
AttackMotion: 600
ClientAttackMotion: 360
DamageMotion: 360
Ai: 21
Class: Boss
Drops:
- Item: Drill_Katar
Rate: 25
- Item: Assassin_Mask_
Rate: 2
- Item: Scalpel
Rate: 75
- Item: Agi_Dish07
Rate: 50
- Item: Old_Blue_Box
Rate: 20
- Item: Rider_Insignia_
Rate: 1
- Item: Vroken_Sword
Rate: 2183
- Item: Byorgue_Card
Rate: 1
StealProtected: true
- Id: 1840
AegisName: GOLDEN_SAVAGE
Name: Golden Savage
Level: 99
Hp: 500
BaseExp: 1
JobExp: 1
Attack: 650
Attack2: 200
Defense: 160
MagicDefense: 99
Str: 0
Int: 50
Dex: 144
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1960
AttackMotion: 480
ClientAttackMotion: 192
DamageMotion: 384
Ai: 01
Class: Boss
Drops:
- Item: Treasure_Box
Rate: 50
- Item: Old_Card_Album
Rate: 3
- Item: Gold
Rate: 250
- Item: Emperium
Rate: 50
- Item: Golden_Gear_
Rate: 1
- Item: New_Year_Rice_Cake_1
Rate: 1500
- Item: New_Year_Rice_Cake_2
Rate: 1500
StealProtected: true
- Id: 1841
AegisName: G_SNAKE_
Name: Snake Lord's Minion
Level: 15
Hp: 10
BaseExp: 1
JobExp: 1
Attack: 46
Attack2: 9
Defense: 160
MagicDefense: 99
Agi: 15
Vit: 15
Int: 10
Dex: 35
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1576
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 576
Ai: 01
Class: Boss
Modes:
FixedItemDrop: true
Drops:
- Item: Copper_Coin_
Rate: 500
- Item: Black_Treasure_Box
Rate: 250
- Id: 1842
AegisName: G_ANACONDAQ_
Name: Snake Lord's Minion
Level: 23
Hp: 15
BaseExp: 1
JobExp: 1
Attack: 124
Attack2: 33
Defense: 160
MagicDefense: 99
Agi: 46
Vit: 28
Int: 10
Dex: 51
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Poison
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1576
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 576
Ai: 01
Class: Boss
Modes:
FixedItemDrop: true
Drops:
- Item: Copper_Coin_
Index: 0
Rate: 500
- Item: Copper_Coin_
Index: 1
Rate: 500
- Item: Black_Treasure_Box
Index: 2
Rate: 250
- Id: 1843
AegisName: G_SIDE_WINDER_
Name: Snake Lord's Minion
Level: 43
Hp: 18
BaseExp: 1
JobExp: 1
Attack: 240
Attack2: 80
Defense: 160
MagicDefense: 99
Str: 38
Agi: 43
Vit: 40
Int: 15
Dex: 115
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Poison
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1576
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 576
Ai: 01
Class: Boss
Modes:
FixedItemDrop: true
Drops:
- Item: Copper_Coin_
Rate: 500
- Item: Silver_Coin_
Rate: 500
- Item: Black_Treasure_Box
Rate: 250
- Id: 1844
AegisName: G_ISIS_
Name: Snake Lord's Minion
Level: 47
Hp: 25
BaseExp: 1
JobExp: 1
Attack: 423
Attack2: 84
Defense: 160
MagicDefense: 99
Str: 38
Agi: 65
Vit: 43
Int: 50
Dex: 66
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1384
AttackMotion: 768
ClientAttackMotion: 480
DamageMotion: 336
Ai: 01
Class: Boss
Modes:
FixedItemDrop: true
Drops:
- Item: Copper_Coin_
Index: 0
Rate: 500
- Item: Silver_Coin_
Index: 1
Rate: 500
- Item: Copper_Coin_
Index: 2
Rate: 500
- Item: Silver_Coin_
Index: 3
Rate: 500
- Item: Black_Treasure_Box
Index: 4
Rate: 250
- Id: 1845
AegisName: G_TREASURE_BOX_
Name: Treasure Box
Level: 98
Hp: 500
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Modes:
FixedItemDrop: true
Drops:
- Item: Gold_Coin_US
Index: 0
Rate: 5000
- Item: Gold_Coin_US
Index: 1
Rate: 5000
- Item: Gold_Coin_US
Index: 2
Rate: 5000
- Item: Treasure_Box_
Index: 3
Rate: 5000
- Item: Green_Ale_US
Index: 4
Rate: 1250
- Item: Gold_Coin_US
Index: 5
Rate: 2500
- Item: Green_Ale_US
Index: 6
Rate: 1250
- Item: Green_Ale_US
Index: 7
Rate: 1250
StealProtected: true
- Id: 1846
AegisName: DREAMMETAL
Name: Dream Metal
Level: 90
Hp: 1499
Sp: 0
BaseExp: 1
JobExp: 1
Attack: 1
Attack2: 1
Defense: 100
MagicDefense: 99
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Holy
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1288
AttackMotion: 288
DamageMotion: 384
Ai: 06
Class: Boss
Drops:
- Item: Dragonball_Yellow_
Rate: 1000
- Id: 1847
AegisName: EVENT_PORING
Name: Poring
Level: 98
Hp: 10000500
Sp: 0
BaseExp: 540000
JobExp: 450000
Attack: 19500
Attack2: 5000
Defense: 96
MagicDefense: 60
Agi: 60
Vit: 120
Int: 120
Dex: 192
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Angel
Element: Ghost
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
# Ai:
Class: Boss
- Id: 1848
AegisName: EVENT_BAPHOMET
Name: Baphomet
Level: 50
Hp: 10000
Sp: 0
BaseExp: 450
JobExp: 450
Attack: 1500
Attack2: 1500
Defense: 16
MagicDefense: 10
Agi: 60
Vit: 15
Int: 15
Dex: 160
Luk: 30
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 768
AttackMotion: 768
ClientAttackMotion: 384
DamageMotion: 576
Ai: 21
Class: Boss
- Id: 1849
AegisName: EVENT_OSIRIS
Name: Osiris
Level: 60
Hp: 125000
Sp: 0
BaseExp: 900
JobExp: 900
Attack: 3500
Attack2: 1500
Defense: 32
MagicDefense: 20
Agi: 60
Vit: 25
Int: 25
Dex: 160
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 1072
AttackMotion: 672
ClientAttackMotion: 192
DamageMotion: 384
Ai: 21
Class: Boss
- Id: 1850
AegisName: EVENT_ORCHERO
Name: Orc Hero
Level: 50
Hp: 175000
Sp: 0
BaseExp: 1350
JobExp: 1350
Attack: 4000
Attack2: 1500
Defense: 40
MagicDefense: 45
Agi: 60
Vit: 35
Int: 80
Dex: 160
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Earth
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 1678
AttackMotion: 780
ClientAttackMotion: 660
DamageMotion: 648
Ai: 21
Class: Boss
Drops:
- Item: Apple
Index: 0
Rate: 5000
- Item: Apple
Index: 1
Rate: 5000
- Item: Apple
Index: 2
Rate: 500
- Id: 1851
AegisName: EVENT_MOBSTER
Name: Mobster
Level: 61
Hp: 7991
Attack: 910
Attack2: 218
Defense: 66
MagicDefense: 37
Str: 76
Agi: 46
Vit: 20
Int: 35
Dex: 76
Luk: 55
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 250
AttackDelay: 1100
AttackMotion: 560
ClientAttackMotion: 576
DamageMotion: 580
Ai: 21
- Id: 1852
AegisName: G_EM_ANGELING
Name: Angeling
Level: 99
Hp: 120
Attack: 78
Attack2: 11
Defense: 160
MagicDefense: 99
Agi: 17
Vit: 80
Int: 80
Dex: 151
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Angel
Element: Holy
ElementLevel: 3
WalkSpeed: 300
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 312
DamageMotion: 384
# Ai:
Class: Boss
Modes:
FixedItemDrop: true
- Id: 1853
AegisName: G_EM_DEVILING
Name: Deviling
Level: 99
Hp: 120
Attack: 78
Attack2: 11
Defense: 160
MagicDefense: 99
Agi: 17
Vit: 80
Int: 80
Dex: 151
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Angel
Element: Holy
ElementLevel: 3
WalkSpeed: 300
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 864
DamageMotion: 384
# Ai:
Class: Boss
Modes:
FixedItemDrop: true
- Id: 1854
AegisName: E_MUKA
Name: Muka
Level: 17
Hp: 610
Sp: 0
BaseExp: 123
JobExp: 54
Attack: 40
Attack2: 9
Defense: 8
MagicDefense: 5
Str: 15
Agi: 15
Vit: 30
Int: 5
Dex: 20
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1960
AttackMotion: 960
ClientAttackMotion: 480
DamageMotion: 384
Ai: 01
Drops:
- Item: Yellow_Live
Rate: 35
- Item: Cactus_Needle
Rate: 4500
- Item: Kaong
Rate: 200
- Item: Red_Herb
Rate: 500
- Item: Guisarme
Rate: 25
# RandomOptionGroup: 30L
- Item: Iron_Ore
Rate: 125
- Item: Muka_Card
Rate: 1
StealProtected: true
- Id: 1855
AegisName: E_POISONSPORE
Name: Poison Spore
Level: 19
Hp: 665
Sp: 0
BaseExp: 83
JobExp: 42
Attack: 89
Attack2: 12
Agi: 19
Vit: 25
Int: 0
Dex: 24
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Poison
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1672
AttackMotion: 672
ClientAttackMotion: 576
DamageMotion: 288
# Ai:
Drops:
- Item: Poison_Spore
Rate: 4500
- Item: Hat_
Rate: 10
- Item: Green_Herb
Rate: 275
- Item: Gulaman
Rate: 30
- Item: Karvodailnirol
Rate: 25
- Item: Mushroom_Spore
Rate: 600
- Item: Zargon
Rate: 3
- Item: Poison_Spore_Card
Rate: 1
StealProtected: true
- Id: 1856
AegisName: E_MAGNOLIA
Name: Magnolia
Level: 26
Hp: 3195
Sp: 0
BaseExp: 177
JobExp: 111
Attack: 120
Attack2: 31
Defense: 8
MagicDefense: 30
Agi: 26
Vit: 26
Int: 0
Dex: 39
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Water
ElementLevel: 1
WalkSpeed: 250
AttackDelay: 1560
AttackMotion: 360
ClientAttackMotion: 192
DamageMotion: 360
# Ai:
Modes:
Detector: true
Drops:
- Item: Old_Frying_Pan
Rate: 4500
- Item: Garlet
Rate: 400
- Item: Scell
Rate: 50
- Item: Zargon
Rate: 5
- Item: Black_Ladle
Rate: 20
- Item: Leche_Flan
Rate: 200
- Item: High_end_Cooking_Kits
Rate: 3
- Item: Magnolia_Card
Rate: 1
StealProtected: true
- Id: 1857
AegisName: E_MARIN
Name: Marin
Level: 15
Hp: 742
Sp: 0
BaseExp: 29
JobExp: 20
Attack: 39
Attack2: 4
MagicDefense: 10
Agi: 10
Vit: 10
Int: 5
Dex: 35
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Water
ElementLevel: 2
WalkSpeed: 400
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
# Ai:
Drops:
- Item: Garlet
Rate: 1600
- Item: Sticky_Mucus
Rate: 750
- Item: Cold_Scroll_2_1
Rate: 50
- Item: Skyblue_Jewel
Rate: 20
- Item: Ube_Jam
Rate: 38
- Item: Candy
Rate: 175
- Item: Poring_Hat
Rate: 1
- Item: Marin_Card
Rate: 1
StealProtected: true
- Id: 1858
AegisName: E_PLANKTON
Name: Plankton
Level: 10
Hp: 354
Sp: 0
BaseExp: 10
JobExp: 8
Attack: 26
Attack2: 5
MagicDefense: 5
Agi: 10
Vit: 10
Int: 0
Dex: 15
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Water
ElementLevel: 3
WalkSpeed: 400
AttackDelay: 2208
AttackMotion: 1008
ClientAttackMotion: 576
DamageMotion: 324
# Ai:
Drops:
- Item: Single_Cell
Rate: 4500
- Item: Sago
Rate: 150
- Item: Sticky_Mucus
Rate: 350
- Item: Alchol
Rate: 2
- Item: Dew_Laden_Moss
Rate: 10
- Item: Center_Potion
Rate: 25
- Item: Plankton_Card
Rate: 1
StealProtected: true
- Id: 1859
AegisName: E_MANDRAGORA
Name: Mandragora
Level: 12
Hp: 405
Sp: 0
BaseExp: 20
JobExp: 14
Attack: 26
Attack2: 9
MagicDefense: 25
Agi: 12
Vit: 24
Int: 0
Dex: 36
Luk: 15
AttackRange: 4
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 3
WalkSpeed: 1000
AttackDelay: 1768
AttackMotion: 768
ClientAttackMotion: 384
DamageMotion: 576
# Ai:
Drops:
- Item: Yellow_Live
Rate: 25
- Item: Stem
Rate: 4500
- Item: Spear_
Rate: 15
# RandomOptionGroup: 30L
- Item: Langka
Rate: 175
- Item: Shoot
Rate: 150
- Item: Four_Leaf_Clover
Rate: 2
- Item: Whip_Of_Earth
Rate: 5
# RandomOptionGroup: 30L
- Item: Mandragora_Card
Rate: 1
StealProtected: true
- Id: 1860
AegisName: E_COCO
Name: Coco
Level: 17
Hp: 817
Sp: 0
BaseExp: 54
JobExp: 35
Attack: 56
Attack2: 11
Str: 24
Agi: 17
Vit: 34
Int: 20
Dex: 24
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1864
AttackMotion: 864
ClientAttackMotion: 504
DamageMotion: 1008
# Ai:
Drops:
- Item: Acorn
Rate: 4500
- Item: Hood_
Rate: 10
- Item: Fluff
Rate: 1500
- Item: Animal's_Skin
Rate: 1250
- Item: Sweet_Potato
Rate: 250
- Item: Sandals_
Rate: 13
- Item: Sweet_Bean
Rate: 300
- Item: Coco_Card
Rate: 1
StealProtected: true
- Id: 1861
AegisName: E_CHOCO
Name: Choco
Level: 43
Hp: 4278
Sp: 0
BaseExp: 569
JobExp: 569
Attack: 315
Attack2: 87
Defense: 8
MagicDefense: 5
Str: 65
Agi: 68
Vit: 55
Int: 45
Dex: 65
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Fire
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1500
AttackMotion: 500
ClientAttackMotion: 360
DamageMotion: 1000
# Ai:
Drops:
- Item: Claw_Of_Monkey
Rate: 2668
- Item: Yoyo_Tail
Rate: 3500
- Item: Elunium
Rate: 27
- Item: Banana
Rate: 2500
- Item: Tropical_Banana
Rate: 10
- Item: Sweet_Banana
Rate: 500
- Item: Yggdrasilberry
Rate: 13
- Item: Choco_Card
Rate: 1
StealProtected: true
- Id: 1862
AegisName: E_MARTIN
Name: Martin
Level: 18
Hp: 1109
Sp: 0
BaseExp: 60
JobExp: 38
Attack: 52
Attack2: 11
MagicDefense: 5
Str: 12
Agi: 18
Vit: 30
Int: 15
Dex: 15
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 1480
AttackMotion: 480
ClientAttackMotion: 192
DamageMotion: 480
# Ai:
Drops:
- Item: Moustache_Of_Mole
Rate: 4500
- Item: Macapuno
Rate: 250
- Item: Jur_
Rate: 5
# RandomOptionGroup: 30L
- Item: Goggle_
Rate: 3
- Item: Safety_Helmet
Rate: 1
- Item: Battered_Pot
Rate: 5
- Item: Goggle
Rate: 8
- Item: Martin_Card
Rate: 1
StealProtected: true
- Id: 1863
AegisName: E_SPRING_RABBIT
Name: Spring Rabbit
Level: 25
Hp: 4500
Sp: 0
Attack: 292
Attack2: 114
Defense: 23
MagicDefense: 10
Str: 20
Agi: 15
Vit: 15
Int: 5
Dex: 15
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 160
AttackDelay: 1120
AttackMotion: 552
ClientAttackMotion: 756
DamageMotion: 511
# Ai:
Drops:
- Item: Peeps
Rate: 2500
- Item: Jelly_Bean
Rate: 2500
- Item: Marshmallow
Rate: 2500
- Id: 1864
AegisName: ZOMBIE_SLAUGHTER
Name: Zombie Slaughter
Level: 124
Hp: 34981
BaseExp: 3430
JobExp: 2841
Attack: 977
Attack2: 117
Defense: 100
MagicDefense: 45
Str: 117
Agi: 58
Vit: 82
Int: 13
Dex: 136
Luk: 21
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 676
AttackMotion: 648
ClientAttackMotion: 432
DamageMotion: 432
Ai: 21
Drops:
- Item: Clattering_Skull
Rate: 1500
- Item: Platinum_Shotel
Rate: 5
- Item: Mementos
Rate: 750
- Item: Broken_Farming_Utensil
Rate: 1500
- Item: Sticky_Mucus
Rate: 1500
- Item: Carnium
Rate: 1
- Item: Sabah_Ring
Rate: 5
- Item: Zombie_Slaughter_Card
Rate: 1
StealProtected: true
- Id: 1865
AegisName: RAGGED_ZOMBIE
Name: Ragged Zombie
Level: 123
Hp: 34833
BaseExp: 3404
JobExp: 2818
Attack: 953
Attack2: 130
Defense: 85
MagicDefense: 35
Str: 81
Agi: 50
Vit: 64
Int: 56
Dex: 178
Luk: 23
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1960
AttackMotion: 576
ClientAttackMotion: 336
DamageMotion: 420
Ai: 26
Drops:
- Item: Clattering_Skull
Rate: 1500
- Item: Tidal_Shoes
Rate: 8
- Item: Nab_Ring
Rate: 50
- Item: Skel_Bone
Rate: 2250
- Item: Expert_Ring
Rate: 1
- Item: Wasteland_Outlaw
Rate: 5
- Item: Carnium
Rate: 1
- Item: Ragged_Zombie_Card
Rate: 1
StealProtected: true
- Id: 1866
AegisName: HELL_POODLE
Name: Hellhound
JapaneseName: Hell Poodle
Level: 115
Hp: 18319
BaseExp: 2246
JobExp: 2150
Attack: 614
Attack2: 145
Defense: 86
MagicDefense: 20
Str: 114
Agi: 56
Vit: 59
Int: 82
Dex: 108
Luk: 54
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 1
WalkSpeed: 140
AttackDelay: 824
AttackMotion: 432
ClientAttackMotion: 336
DamageMotion: 360
Ai: 19
Modes:
Detector: true
Drops:
- Item: Monster's_Feed
Rate: 2500
- Item: Tooth_Blade
Rate: 5
- Item: Wild_Beast_Claw
Rate: 5
- Item: Skel_Bone
Rate: 2250
- Item: Well_Dried_Bone
Rate: 10
- Item: Animal's_Skin
Rate: 2750
- Item: Hell_Poodle_Card
Rate: 1
StealProtected: true
- Id: 1867
AegisName: BANSHEE
Name: Banshee
Level: 130
Hp: 40950
BaseExp: 3739
JobExp: 3598
Attack: 1014
Attack2: 703
Defense: 73
MagicDefense: 96
Str: 97
Agi: 71
Vit: 55
Int: 143
Dex: 137
Luk: 72
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 676
AttackMotion: 504
ClientAttackMotion: 432
DamageMotion: 504
Ai: 20
Modes:
Detector: true
Drops:
- Item: Old_White_Cloth
Rate: 1500
- Item: Orleans_Gown
Rate: 5
- Item: Scalpel
Rate: 5
- Item: Wool_Scarf
Rate: 5
- Item: Mementos
Rate: 750
- Item: Brigan
Rate: 2668
- Item: Banshee_Card
Rate: 1
StealProtected: true
- Id: 1868
AegisName: G_BANSHEE
Name: Banshee
Level: 130
Hp: 40950
Attack: 1014
Attack2: 703
Defense: 73
MagicDefense: 96
Str: 97
Agi: 71
Vit: 55
Int: 143
Dex: 137
Luk: 72
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 676
AttackMotion: 504
ClientAttackMotion: 432
DamageMotion: 504
Ai: 24
Modes:
Detector: true
FixedItemDrop: true
- Id: 1869
AegisName: FLAME_SKULL
Name: Flame Skull
Level: 121
Hp: 20150
BaseExp: 2743
JobExp: 3076
Attack: 815
Attack2: 135
Defense: 93
MagicDefense: 40
Str: 111
Agi: 90
Vit: 60
Int: 70
Dex: 139
Luk: 65
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Ghost
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 972
AttackMotion: 648
ClientAttackMotion: 504
DamageMotion: 432
Ai: 20
Modes:
Detector: true
Drops:
- Item: Skull
Rate: 2500
- Item: Black_Leather_Boots
Rate: 10
- Item: Lever_Action_Rifle
Rate: 10
- Item: Horrendous_Mouth
Rate: 3000
- Item: Flame_Skull_Card
Rate: 1
StealProtected: true
- Id: 1870
AegisName: NECROMANCER
Name: Necromancer
Level: 133
Hp: 91304
BaseExp: 2990
JobExp: 3289
Attack: 1359
Attack2: 1006
Defense: 84
MagicDefense: 73
Str: 108
Agi: 54
Vit: 77
Int: 116
Dex: 137
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 1816
AttackMotion: 1320
ClientAttackMotion: 780
DamageMotion: 420
Ai: 21
Class: Boss
Drops:
- Item: Clattering_Skull
Rate: 1500
- Item: Lich_Bone_Wand
Rate: 10
- Item: Skel_Bone
Rate: 2250
- Item: Mithril_Magic_Cape
Rate: 5
- Item: Amulet
Rate: 50
- Item: Rent_Spell_Book
Rate: 750
- Item: Necromancer_Card
Rate: 1
StealProtected: true
- Id: 1871
AegisName: FALLINGBISHOP
Name: Falling Bishop
JapaneseName: Fallen Bishop
Level: 138
Hp: 5655000
BaseExp: 1755000
JobExp: 1039500
MvpExp: 877500
Attack: 4290
Attack2: 4636
Defense: 274
MagicDefense: 382
Str: 186
Agi: 165
Vit: 95
Int: 226
Dex: 273
Luk: 86
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 432
AttackMotion: 432
ClientAttackMotion: 288
DamageMotion: 360
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Bs_Making_S
Rate: 5000
- Item: Seed_Of_Yggdrasil
Rate: 3500
- Item: Crystal_Jewel__
Rate: 2000
Drops:
- Item: Holy_Water
Rate: 5000
- Item: Long_Horn
Rate: 500
- Item: Spiritual_Ring
Rate: 250
- Item: Hunting_Spear
Rate: 500
- Item: Elunium
Rate: 2716
- Item: Blessed_Wand
Rate: 1000
- Item: Zelunium
Rate: 50
- Item: Fallen_Bishop_Card
Rate: 1
StealProtected: true
- Id: 1872
AegisName: BEELZEBUB_FLY
Name: Hell Fly
Level: 127
Hp: 502000
Attack: 900
Attack2: 152
Defense: 98
MagicDefense: 55
Str: 99
Agi: 90
Vit: 52
Int: 55
Dex: 125
Luk: 80
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Angel
Element: Neutral
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 432
AttackMotion: 480
ClientAttackMotion: 252
DamageMotion: 360
Ai: 26
Class: Boss
- Id: 1873
AegisName: BEELZEBUB
Name: Beelzebub
Level: 147
Hp: 6805000
Attack: 5250
Attack2: 2100
Defense: 288
MagicDefense: 265
Str: 155
Agi: 235
Vit: 200
Int: 225
Dex: 306
Luk: 66
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Ghost
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 100
AttackMotion: 576
ClientAttackMotion: 252
DamageMotion: 480
Ai: 21
Class: Boss
- Id: 1874
AegisName: BEELZEBUB_
Name: Beelzebub
Level: 147
Hp: 4805000
BaseExp: 4582500
JobExp: 3877500
MvpExp: 2291250
Attack: 6666
Attack2: 4444
Defense: 418
MagicDefense: 265
Str: 178
Agi: 236
Vit: 200
Int: 250
Dex: 327
Luk: 66
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Ghost
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 212
AttackMotion: 504
ClientAttackMotion: 252
DamageMotion: 432
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5500
- Item: Bs_Making_S
Rate: 5000
- Item: Box_Of_Grudge
Rate: 5500
Drops:
- Item: Broken_Crown
Rate: 4500
- Item: Variant_Shoes
Rate: 1000
- Item: Death_Note
Rate: 1000
- Item: Destruction_Rod
Rate: 1000
- Item: Bison_Horn
Rate: 1000
- Item: Carnium
Rate: 500
- Item: Zelunium
Rate: 50
- Item: Berzebub_Card
Rate: 1
StealProtected: true
- Id: 1875
AegisName: TRISTAN_3RD
Name: Tristan III
Level: 80
Hp: 43000
Sp: 0
BaseExp: 1
JobExp: 1
Attack: 1503
Attack2: 260
Defense: 25
MagicDefense: 30
Str: 5
Agi: 10
Vit: 10
Int: 69
Dex: 84
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 4
WalkSpeed: 175
AttackDelay: 1816
AttackMotion: 1152
ClientAttackMotion: 480
DamageMotion: 360
Ai: 21
Class: Event
Drops:
- Item: Broken_Crown
Rate: 4500
- Item: Sticky_Mucus
Rate: 4500
- Id: 1876
AegisName: E_LORD_OF_DEATH
Name: Lord of the Dead
Level: 99
Hp: 99000000
Sp: 0
BaseExp: 70925
JobExp: 19505
MvpExp: 35462
Attack: 4459
Attack2: 802
Defense: 75
MagicDefense: 73
Str: 120
Agi: 120
Vit: 120
Int: 169
Dex: 180
Luk: 106
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 1446
AttackMotion: 1296
ClientAttackMotion: 768
DamageMotion: 360
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Helm_Of_Sun
Rate: 10000
- Id: 1877
AegisName: CRYSTAL_5
Name: Crystal
Level: 1
Hp: 15
Defense: 160
MagicDefense: 99
Dex: 999
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 190
ClientAttackMotion: 960
Ai: 01
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: GOLD_ID4
Rate: 5
- Item: Gift_Box
Rate: 50
- Id: 1878
AegisName: E_SHINING_PLANT
Name: Mystic Plant
JapaneseName: Shining Plant
Level: 1
Hp: 100
Sp: 0
Attack: 1
Attack2: 1
Defense: 100
MagicDefense: 99
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 90
AttackRange: 1
SkillRange: 7
ChaseRange: 12
Size: Small
Race: Plant
Element: Holy
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 1
AttackMotion: 1
ClientAttackMotion: 2016
DamageMotion: 1
Ai: 06
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Love_Flower
Rate: 1500
- Item: Pointed_Scale
Rate: 750
- Item: Green_Herb
Rate: 250
- Item: Red_Herb
Rate: 1000
- Item: Yellow_Herb
Rate: 750
- Item: Fluff
Rate: 250
- Id: 1879
AegisName: ECLIPSE_P
Name: Eclipse
JapaneseName: Eclipse Pet
Level: 6
Hp: 1800
Sp: 0
Attack: 20
Attack2: 6
MagicDefense: 40
Agi: 36
Vit: 6
Int: 0
Dex: 11
Luk: 80
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Neutral
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1456
AttackMotion: 456
ClientAttackMotion: 264
DamageMotion: 336
Ai: 06
Class: Boss
- Id: 1880
AegisName: WOOD_GOBLIN
Name: Leshij
JapaneseName: Wood Goblin
Level: 81
Hp: 4720
BaseExp: 1001
JobExp: 889
Attack: 346
Attack2: 15
Defense: 144
MagicDefense: 12
Str: 73
Agi: 19
Vit: 56
Int: 15
Dex: 67
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 3
WalkSpeed: 320
AttackDelay: 2304
AttackMotion: 840
ClientAttackMotion: 360
DamageMotion: 360
Ai: 01
Drops:
- Item: Iron_Wrist
Rate: 3
- Item: Solid_Twig
Rate: 2000
- Item: Log
Rate: 1000
- Item: Resin
Rate: 1000
- Item: Feather_Of_Birds
Rate: 250
- Item: Piece_Of_Egg_Shell
Rate: 250
- Item: Egg
Rate: 25
- Item: Wood_Goblin_Card
Rate: 1
StealProtected: true
- Id: 1881
AegisName: LES
Name: Lesavka
JapaneseName: Les
Level: 82
Hp: 4809
BaseExp: 1018
JobExp: 905
Attack: 356
Attack2: 30
Defense: 123
MagicDefense: 30
Str: 63
Agi: 20
Vit: 35
Int: 25
Dex: 62
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 4
WalkSpeed: 230
AttackDelay: 1728
AttackMotion: 720
ClientAttackMotion: 420
DamageMotion: 576
Ai: 03
Drops:
- Item: Sharp_Leaf
Rate: 1000
- Item: Green_Herb
Rate: 500
- Item: Shoot
Rate: 500
- Item: Stem
Rate: 1250
- Item: Centimental_Leaf
Rate: 1
- Item: Leaflet_Of_Aloe
Rate: 250
- Item: Blue_Herb
Rate: 25
- Item: Les_Card
Rate: 1
StealProtected: true
- Id: 1882
AegisName: VAVAYAGA
Name: Baba-Yaga
JapaneseName: Baba Yaga
Level: 87
Hp: 6134
BaseExp: 1052
JobExp: 987
Attack: 270
Attack2: 71
Defense: 63
MagicDefense: 60
Str: 69
Agi: 45
Vit: 30
Int: 60
Dex: 61
Luk: 35
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Water
ElementLevel: 1
WalkSpeed: 270
AttackDelay: 1536
AttackMotion: 600
ClientAttackMotion: 420
DamageMotion: 420
Ai: 04
Drops:
- Item: Old_Magic_Circle
Rate: 500
- Item: Yaga_Pestle
Rate: 2500
- Item: Release_Of_Wish
Rate: 5
- Item: Pill
Rate: 75
- Item: Piece_Of_Cake
Rate: 750
- Item: Milk
Rate: 750
- Item: Bread
Rate: 750
- Item: Vavayaga_Card
Rate: 1
StealProtected: true
- Id: 1883
AegisName: UZHAS
Name: Kikimora
JapaneseName: Uzhas
Level: 85
Hp: 5545
BaseExp: 1018
JobExp: 953
Attack: 257
Attack2: 35
Defense: 49
MagicDefense: 8
Str: 69
Agi: 14
Vit: 41
Int: 30
Dex: 66
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Water
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 576
AttackMotion: 672
ClientAttackMotion: 480
DamageMotion: 384
Ai: 04
Drops:
- Item: Leaflet_Of_Hinal
Rate: 450
- Item: Ancient_Magic
Rate: 3
- Item: Bitter_Herb
Rate: 50
- Item: Fruit_Of_Mastela
Rate: 50
- Item: Sticky_Webfoot
Rate: 1750
- Item: Delicious_Fish
Rate: 750
- Item: Old_Blue_Box
Rate: 2
- Item: Uzhas_Card
Rate: 1
StealProtected: true
- Id: 1884
AegisName: MAVKA
Name: Mavka
Level: 84
Hp: 4990
BaseExp: 1052
JobExp: 937
Attack: 375
Attack2: 60
Defense: 98
MagicDefense: 58
Str: 65
Agi: 31
Vit: 50
Int: 35
Dex: 97
Luk: 30
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 3
WalkSpeed: 170
AttackDelay: 1536
AttackMotion: 504
ClientAttackMotion: 384
DamageMotion: 360
Ai: 04
Drops:
- Item: Principles_Of_Magic
Rate: 3
- Item: Singing_Flower
Rate: 150
- Item: Singing_Plant
Rate: 150
- Item: Illusion_Flower
Rate: 25
- Item: Crystal_Mirror
Rate: 750
- Item: Witherless_Rose
Rate: 150
- Item: Blue_Herb
Rate: 1500
- Item: Mavka_Card
Rate: 1
StealProtected: true
- Id: 1885
AegisName: GOPINICH
Name: Gopinich
Level: 97
Hp: 1120500
BaseExp: 428544
JobExp: 290160
MvpExp: 214272
Attack: 2584
Attack2: 1861
Defense: 355
MagicDefense: 121
Str: 127
Agi: 102
Vit: 143
Int: 102
Dex: 182
Luk: 76
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Earth
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1536
AttackMotion: 864
ClientAttackMotion: 648
DamageMotion: 432
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Bs_Making_S
Index: 0
Rate: 5000
- Item: Old_Violet_Box
Index: 1
Rate: 5000
- Item: Old_Violet_Box
Index: 2
Rate: 5000
Drops:
- Item: Old_Violet_Box
Rate: 2000
- Item: Ring_
Rate: 100
- Item: Zelunium
Rate: 50
- Item: Ixion_Wing
Rate: 50
- Item: Pole_Axe
Rate: 3
- Item: Treasure_Box
Rate: 2500
- Item: Loard_Circlet
Rate: 1
- Item: Gopinich_Card
Rate: 1
StealProtected: true
- Id: 1886
AegisName: G_MAVKA
Name: Mavka
Level: 84
Hp: 4990
Attack: 375
Attack2: 60
Defense: 98
MagicDefense: 58
Str: 65
Agi: 31
Vit: 50
Int: 35
Dex: 97
Luk: 30
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 3
WalkSpeed: 170
AttackDelay: 1536
AttackMotion: 504
ClientAttackMotion: 384
DamageMotion: 360
Ai: 21
Modes:
FixedItemDrop: true
- Id: 1887
AegisName: FREEZER_R
Name: Freezer
Level: 94
Hp: 9990
Attack: 604
Attack2: 50
Defense: 68
MagicDefense: 38
Str: 68
Agi: 47
Vit: 50
Int: 45
Dex: 59
Luk: 25
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Water
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 1452
AttackMotion: 483
ClientAttackMotion: 540
DamageMotion: 528
Ai: 21
Class: Boss
Drops:
- Item: Cyfar
Rate: 1000
- Item: Ice_Piece
Rate: 1000
- Id: 1888
AegisName: GARM_BABY_R
Name: Baby Hatii
JapaneseName: Garm Baby
Level: 61
Hp: 15199
Sp: 0
BaseExp: 45
JobExp: 45
Attack: 680
Attack2: 900
Defense: 24
MagicDefense: 13
Str: 45
Agi: 30
Vit: 36
Int: 55
Dex: 85
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Water
ElementLevel: 2
WalkSpeed: 450
AttackDelay: 879
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 576
Ai: 04
Class: Boss
Drops:
- Item: Ice_Piece
Rate: 1000
- Id: 1889
AegisName: GARM_R
Name: Marozka's Guard
Level: 73
Hp: 100000
Sp: 0
BaseExp: 495
JobExp: 450
Attack: 990
Attack2: 1300
Defense: 20
MagicDefense: 23
Str: 85
Agi: 126
Vit: 10
Int: 50
Dex: 114
Luk: 60
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Water
ElementLevel: 4
WalkSpeed: 400
AttackDelay: 608
AttackMotion: 408
ClientAttackMotion: 312
DamageMotion: 336
Ai: 21
Class: Boss
Drops:
- Item: Cyfar
Rate: 1000
- Item: Ice_Piece
Rate: 1000
- Id: 1890
AegisName: GOPINICH_R
Name: The Immortal Koshei
Level: 85
Hp: 599321
Sp: 0
BaseExp: 495
JobExp: 450
Attack: 2055
Attack2: 4256
Defense: 20
MagicDefense: 42
Str: 50
Agi: 65
Vit: 55
Int: 50
Dex: 182
Luk: 35
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Earth
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1536
AttackMotion: 864
ClientAttackMotion: 648
DamageMotion: 432
Ai: 21
Class: Boss
- Id: 1891
AegisName: G_RANDGRIS_
Name: Valkyrie
Level: 141
Hp: 1005000
Attack: 6343
Attack2: 3206
Defense: 588
MagicDefense: 506
Str: 196
Agi: 131
Vit: 125
Int: 276
Dex: 401
Luk: 156
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Angel
Element: Holy
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 576
AttackMotion: 576
ClientAttackMotion: 504
DamageMotion: 480
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
- Id: 1892
AegisName: G_LOLI_RURI
Name: Lolo Ruri
Level: 109
Hp: 17336
Attack: 635
Attack2: 280
Defense: 53
MagicDefense: 44
Str: 111
Agi: 50
Vit: 47
Int: 79
Dex: 95
Luk: 79
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 4
WalkSpeed: 125
AttackDelay: 747
AttackMotion: 1632
ClientAttackMotion: 1440
DamageMotion: 576
# Ai:
Modes:
Detector: true
FixedItemDrop: true
- Id: 1893
AegisName: G_KNIGHT_OF_ABYSS
Name: Abysmal Knight
JapaneseName: Knight of the Abyss
Level: 122
Hp: 34686
Attack: 929
Attack2: 192
Defense: 102
MagicDefense: 50
Str: 121
Agi: 55
Vit: 68
Int: 70
Dex: 136
Luk: 37
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Dark
ElementLevel: 4
WalkSpeed: 300
AttackDelay: 1500
AttackMotion: 500
ClientAttackMotion: 720
DamageMotion: 1000
Ai: 21
Modes:
FixedItemDrop: true
- Id: 1894
AegisName: POURING
Name: Pouring
Level: 15
Hp: 15
Attack: 10
Attack2: 10
MagicDefense: 7
Dex: 999
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Water
ElementLevel: 3
WalkSpeed: 300
AttackDelay: 1672
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 19
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
TeleportBlock: true
Drops:
- Item: Jellopy
Rate: 1500
- Item: Green_Herb
Rate: 500
- Item: Blue_Herb
Rate: 250
- Item: Garlet
Rate: 400
- Item: Celebrate_Egg
Rate: 1500
StealProtected: true
- Id: 1895
AegisName: EVENT_SEYREN
Name: Seyren Windsor
JapaneseName: Seyren
Level: 91
Hp: 88902
Sp: 0
Attack: 2730
Attack2: 430
Defense: 63
MagicDefense: 12
Str: 90
Agi: 89
Vit: 72
Int: 20
Dex: 119
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Fire
ElementLevel: 3
WalkSpeed: 170
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
# Ai:
Modes:
Detector: true
- Id: 1896
AegisName: EVENT_KATRINN
Name: Kathryne Keyron
JapaneseName: Katrinn
Level: 92
Hp: 47780
Sp: 0
Attack: 646
Attack2: 1200
Defense: 10
MagicDefense: 74
Agi: 5
Vit: 77
Int: 180
Dex: 132
Luk: 39
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Ghost
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1152
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
# Ai:
- Id: 1897
AegisName: EVENT_BAPHOMET_
Name: Baphomet
Level: 81
Hp: 668000
Attack: 3150
Attack2: 1984
Defense: 379
MagicDefense: 45
Str: 120
Agi: 125
Vit: 30
Int: 85
Dex: 186
Luk: 85
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 768
AttackMotion: 768
ClientAttackMotion: 384
DamageMotion: 576
# Ai:
Class: Boss
- Id: 1898
AegisName: EVENT_ZOMBIE
Name: Zombie
Level: 12
Hp: 434
Sp: 0
Attack: 67
Attack2: 12
MagicDefense: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 2612
AttackMotion: 912
ClientAttackMotion: 816
DamageMotion: 288
# Ai:
Drops:
- Item: Jade_Plate
Rate: 5000
- Id: 1899
AegisName: SWORD_GUARDIAN_
Name: Sword Guardian
Level: 133
Hp: 70000
Sp: 0
Attack: 677
Attack2: 129
Defense: 122
MagicDefense: 33
Str: 122
Agi: 87
Vit: 54
Int: 65
Dex: 155
Luk: 65
AttackRange: 2
SkillRange: 14
ChaseRange: 16
Size: Large
Race: Demihuman
Element: Neutral
ElementLevel: 4
WalkSpeed: 170
AttackDelay: 140
AttackMotion: 384
DamageMotion: 288
Ai: 12
Class: Boss
- Id: 1900
AegisName: BOW_GUARDIAN_
Name: Archer Guardian
Level: 80
Hp: 80404
Attack: 2024
Attack2: 680
Defense: 64
MagicDefense: 62
Str: 95
Agi: 80
Vit: 33
Int: 90
Dex: 198
Luk: 55
AttackRange: 12
SkillRange: 14
ChaseRange: 16
Size: Large
Race: Demihuman
Element: Neutral
ElementLevel: 4
WalkSpeed: 170
AttackDelay: 76
AttackMotion: 384
DamageMotion: 288
Ai: 21
Class: Boss
- Id: 1901
AegisName: E_CONDOR
Name: Condor
Level: 10
Hp: 15
Sp: 0
BaseExp: 45
JobExp: 45
Attack: 13
Attack2: 7
Defense: 10
MagicDefense: 15
Int: 50
Dex: 100
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Holy
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1148
AttackMotion: 648
ClientAttackMotion: 504
DamageMotion: 480
Ai: 03
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Immortality_Egg
Rate: 500
- Id: 1902
AegisName: E_TREASURE1
Name: Treasure Box
Level: 99
Hp: 49
Sp: 0
Defense: 100
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Holy
ElementLevel: 1
Ai: 06
Class: Boss
Drops:
- Item: Gold_Key77
Rate: 500
- Id: 1903
AegisName: E_TREASURE2
Name: Treasure Box
Level: 99
Hp: 49
Sp: 0
Defense: 100
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Holy
ElementLevel: 1
Ai: 06
Class: Boss
Drops:
- Item: Silver_Key77
Rate: 500
- Id: 1904
AegisName: BOMBPORING
Name: Bomb Poring
Level: 28
Hp: 1000000
BaseExp: 207
JobExp: 128
Attack: 120
Attack2: 200
Defense: 160
MagicDefense: 99
Agi: 28
Vit: 28
Int: 0
Dex: 33
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1672
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 02
Class: Boss
Drops:
# - Item: 22992
# Index: 0
# Rate: 100
# - Item: 22992
# Index: 1
# Rate: 100
- Item: White_Slim_Potion
Index: 2
Rate: 500
- Item: White_Potion
Index: 3
Rate: 500
- Id: 1905
AegisName: BARRICADE
Name: Barricade
Level: 98
Hp: 600500
Agi: 17
Int: 80
Dex: 151
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
RaceGroups:
Gvg: true
Element: Neutral
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 0
DamageMotion: 384
Ai: 06
Class: Battlefield
- Id: 1906
AegisName: BARRICADE_
Name: Barricade
Level: 98
Hp: 600
Defense: 160
MagicDefense: 99
Agi: 17
Int: 80
Dex: 151
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 0
DamageMotion: 384
Ai: 06
Class: Battlefield
- Id: 1907
AegisName: S_EMPEL_1
Name: Guardian Stone
Level: 90
Hp: 120500
Attack: 1
Attack2: 1
Defense: 64
MagicDefense: 50
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Gvg: true
Element: Neutral
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 0
DamageMotion: 384
Ai: 06
Class: Boss
- Id: 1908
AegisName: S_EMPEL_2
Name: Guardian Stone
Level: 90
Hp: 120500
Attack: 1
Attack2: 1
Defense: 64
MagicDefense: 50
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Gvg: true
Element: Neutral
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 0
DamageMotion: 384
Ai: 06
Class: Boss
- Id: 1909
AegisName: OBJ_A
Name: Food Storage
Level: 90
Hp: 750
Attack: 1
Attack2: 1
Defense: 160
MagicDefense: 99
SkillRange: 0
ChaseRange: 0
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 288
DamageMotion: 384
Ai: 06
Class: Battlefield
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 1910
AegisName: OBJ_B
Name: Food Depot
Level: 90
Hp: 750
Attack: 1
Attack2: 1
Defense: 160
MagicDefense: 99
SkillRange: 0
ChaseRange: 0
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 288
DamageMotion: 384
Ai: 06
Class: Battlefield
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 1911
AegisName: OBJ_NEUTRAL
Name: Neutrality Flag
Level: 90
Hp: 650
Attack: 1
Attack2: 1
Defense: 160
MagicDefense: 99
SkillRange: 0
ChaseRange: 0
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 0
DamageMotion: 384
Ai: 06
Class: Battlefield
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 1912
AegisName: OBJ_FLAG_A
Name: Lion Flag
Level: 90
Hp: 650
Attack: 1
Attack2: 1
Defense: 160
MagicDefense: 99
SkillRange: 0
ChaseRange: 0
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 0
DamageMotion: 384
Ai: 06
Class: Battlefield
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 1913
AegisName: OBJ_FLAG_B
Name: Eagle Flag
Level: 90
Hp: 650
Attack: 1
Attack2: 1
Defense: 160
MagicDefense: 99
SkillRange: 0
ChaseRange: 0
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 0
DamageMotion: 384
Ai: 06
Class: Battlefield
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 1914
AegisName: OBJ_A2
Name: Blue Crystal
Level: 90
Hp: 750
Attack: 1
Attack2: 1
Defense: 160
MagicDefense: 99
SkillRange: 0
ChaseRange: 0
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 0
DamageMotion: 384
Ai: 06
Class: Battlefield
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 1915
AegisName: OBJ_B2
Name: Pink Crystal
Level: 90
Hp: 750
Attack: 1
Attack2: 1
Defense: 160
MagicDefense: 99
SkillRange: 0
ChaseRange: 0
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 0
DamageMotion: 384
Ai: 06
Class: Battlefield
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 1916
AegisName: MOROCC
Name: Satan Morocc
Level: 151
Hp: 7000000
Attack: 5340
Attack2: 2640
Defense: 400
MagicDefense: 65
Str: 165
Agi: 182
Vit: 180
Int: 225
Dex: 270
Luk: 89
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 312
AttackMotion: 624
ClientAttackMotion: 336
DamageMotion: 432
Ai: 21
Class: Boss
- Id: 1917
AegisName: MOROCC_
Name: Wounded Morocc
Level: 151
Hp: 5000000
BaseExp: 2632500
JobExp: 1673100
MvpExp: 1316250
Attack: 4530
Attack2: 2880
Defense: 425
MagicDefense: 65
Str: 165
Agi: 185
Vit: 200
Int: 245
Dex: 270
Luk: 89
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 312
AttackMotion: 624
ClientAttackMotion: 336
DamageMotion: 432
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Bs_Making_S
Index: 0
Rate: 5000
- Item: Old_Violet_Box
Index: 1
Rate: 5000
- Item: Old_Violet_Box
Index: 2
Rate: 5000
Drops:
- Item: Diabolus_Helmet
Rate: 500
- Item: Diabolus_Robe
Rate: 2500
- Item: Diabolus_Armor
Rate: 2500
- Item: Diabolus_Boots
Rate: 2500
- Item: Dark_Crystal
Rate: 4500
- Item: Dark_Debris
Rate: 4500
- Item: Zelunium
Rate: 50
- Id: 1918
AegisName: MOROCC_1
Name: Incarnation of Morocc
Level: 132
Hp: 63900
BaseExp: 2855
JobExp: 1811
Attack: 1901
Attack2: 145
Defense: 199
MagicDefense: 35
Str: 126
Agi: 91
Vit: 63
Int: 61
Dex: 114
Luk: 37
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Angel
Element: Dark
ElementLevel: 1
WalkSpeed: 110
AttackDelay: 576
AttackMotion: 480
ClientAttackMotion: 432
DamageMotion: 432
Ai: 21
Class: Boss
Drops:
- Item: Herald_Of_GOD
Rate: 5
- Item: Dark_Crystal
Rate: 500
- Item: Dark_Debris
Rate: 1500
- Item: Elunium
Rate: 80
- Item: Brigan
Rate: 2425
- Item: Diabolus_Manteau
Rate: 2
- Item: Nemesis
Rate: 10
- Id: 1919
AegisName: MOROCC_2
Name: Incarnation of Morocc
Level: 132
Hp: 64922
BaseExp: 3311
JobExp: 2101
Attack: 1625
Attack2: 159
Defense: 92
MagicDefense: 5
Str: 121
Agi: 86
Vit: 71
Int: 65
Dex: 113
Luk: 44
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 576
AttackMotion: 648
ClientAttackMotion: 360
DamageMotion: 300
Ai: 21
Class: Boss
Drops:
- Item: Skin_Of_Ventus
Rate: 2
- Item: Dark_Crystal
Rate: 500
- Item: Dark_Debris
Rate: 1500
- Item: Oridecon
Rate: 80
- Item: Cyfar
Rate: 1750
- Item: Cross_Shield
Rate: 8
- Id: 1920
AegisName: MOROCC_3
Name: Incarnation of Morocc
Level: 133
Hp: 94800
BaseExp: 3393
JobExp: 2079
Attack: 1218
Attack2: 363
Defense: 111
MagicDefense: 37
Str: 102
Agi: 59
Vit: 55
Int: 82
Dex: 147
Luk: 54
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Undead
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 212
AttackMotion: 432
ClientAttackMotion: 216
DamageMotion: 360
Ai: 21
Class: Boss
Drops:
- Item: Ragamuffin_Cape
Rate: 5
- Item: Dark_Crystal
Rate: 500
- Item: Dark_Debris
Rate: 1500
- Item: Elunium
Rate: 80
- Item: Brigan
Rate: 2425
- Item: Cursed_Hand
Rate: 2
- Item: Bloody_Eater
Rate: 8
- Id: 1921
AegisName: MOROCC_4
Name: Incarnation of Morocc
Level: 134
Hp: 77389
BaseExp: 2995
JobExp: 2230
Attack: 1235
Attack2: 599
Defense: 109
MagicDefense: 54
Str: 114
Agi: 88
Vit: 62
Int: 97
Dex: 164
Luk: 43
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Ghost
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1536
AttackMotion: 648
ClientAttackMotion: 432
DamageMotion: 300
Ai: 21
Class: Boss
Drops:
- Item: Diabolus_Ring
Rate: 3
- Item: Dark_Crystal
Rate: 500
- Item: Dark_Debris
Rate: 1500
- Item: Oridecon
Rate: 80
- Item: Cyfar
Rate: 1750
- Item: Exorcism_Bible
Rate: 10
- Id: 1922
AegisName: G_MOROCC_1
Name: Shadow of Morocc
JapaneseName: Incarnation of Morocc
Level: 132
Hp: 63900
Attack: 1901
Attack2: 145
Defense: 199
MagicDefense: 35
Str: 126
Agi: 91
Vit: 63
Int: 61
Dex: 114
Luk: 37
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Angel
Element: Dark
ElementLevel: 1
WalkSpeed: 110
AttackDelay: 312
AttackMotion: 480
ClientAttackMotion: 336
DamageMotion: 432
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
- Id: 1923
AegisName: G_MOROCC_2
Name: Shadow of Morocc
JapaneseName: Incarnation of Morocc
Level: 132
Hp: 64922
Attack: 1625
Attack2: 159
Defense: 92
MagicDefense: 5
Str: 121
Agi: 86
Vit: 71
Int: 65
Dex: 113
Luk: 44
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 312
AttackMotion: 648
ClientAttackMotion: 336
DamageMotion: 300
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
- Id: 1924
AegisName: G_MOROCC_3
Name: Shadow of Morocc
JapaneseName: Incarnation of Morocc
Level: 133
Hp: 94800
Attack: 1218
Attack2: 363
Defense: 111
MagicDefense: 37
Str: 102
Agi: 59
Vit: 55
Int: 82
Dex: 147
Luk: 54
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Undead
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 212
AttackMotion: 432
ClientAttackMotion: 336
DamageMotion: 360
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
- Id: 1925
AegisName: G_MOROCC_4
Name: Shadow of Morocc
JapaneseName: Incarnation of Morocc
Level: 134
Hp: 77389
Attack: 1235
Attack2: 599
Defense: 109
MagicDefense: 54
Str: 114
Agi: 88
Vit: 62
Int: 97
Dex: 164
Luk: 43
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Ghost
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1536
AttackMotion: 648
ClientAttackMotion: 336
DamageMotion: 300
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
- Id: 1926
AegisName: JAKK_H
Name: Jakk
Level: 1
Hp: 15
Attack: 1
Attack2: 1
Defense: 1
MagicDefense: 1
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Fire
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1180
AttackMotion: 480
ClientAttackMotion: 192
DamageMotion: 648
Ai: 01
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Pumpkin_Decor
Rate: 7000
- Item: White_Thin_Stem
Rate: 7000
- Item: Pumpkin
Rate: 1000
- Item: Pumpkin_Cake
Rate: 500
- Item: Cookies_Bat
Rate: 3000
- Item: Pumpkin_Pie
Rate: 1000
- Item: Pumpkin_Candy
Rate: 500
- Id: 1927
AegisName: WHISPER_H
Name: Whisper
Level: 1
Hp: 1000
Sp: 0
Attack: 1
Attack2: 1
Defense: 1
MagicDefense: 1
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Ghost
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1960
AttackMotion: 960
ClientAttackMotion: 720
DamageMotion: 504
Ai: 01
Modes:
Detector: true
Drops:
- Item: Pumpkin_Pie
Rate: 1000
- Item: Worn_Cloth_Piece
Rate: 2500
- Item: Pumpkin
Rate: 5000
- Item: Cookie_Bag
Rate: 1000
- Item: Pumpkin_Cake
Rate: 500
- Id: 1928
AegisName: DEVIRUCHI_H
Name: Deviruchi
Level: 46
Hp: 500
Sp: 0
Attack: 5
Attack2: 5
Defense: 10
MagicDefense: 25
Agi: 69
Vit: 40
Int: 55
Dex: 70
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 980
AttackMotion: 600
ClientAttackMotion: 288
DamageMotion: 384
Ai: 01
Modes:
Detector: true
Drops:
- Item: Petite_DiablOfs_Horn
Rate: 1500
- Item: Petite_DiablOfs_Wing
Rate: 1500
- Id: 1929
AegisName: BAPHOMET_I
Name: Unsealed Baphomet
JapaneseName: Great Demon Baphomet
Level: 98
Hp: 4520500
BaseExp: 2440800
JobExp: 1134000
Attack: 5460
Attack2: 2300
Defense: 190
MagicDefense: 45
Str: 140
Agi: 152
Vit: 5
Int: 85
Dex: 240
Luk: 95
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 768
AttackMotion: 768
ClientAttackMotion: 384
DamageMotion: 576
Ai: 21
Class: Boss
Drops:
- Item: Bapho_Doll
Rate: 250
- Item: Pauldron
Rate: 3500
- Item: Tae_Goo_Lyeon
Rate: 2500
- Item: Bloody_Iron_Ball
Rate: 50
- Item: Celestial_Robe
Rate: 3500
- Item: Holy_Robe
Rate: 3500
- Item: Crescent_Scythe
Rate: 4500
- Item: Baphomet_Card
Rate: 1
StealProtected: true
- Id: 1930
AegisName: PIAMETTE
Name: Piamette
Level: 90
Hp: 3000500
Attack: 1650
Attack2: 1200
Defense: 56
MagicDefense: 35
Agi: 66
Vit: 5
Int: 99
Dex: 144
Luk: 15
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 432
AttackMotion: 768
ClientAttackMotion: 288
DamageMotion: 576
Ai: 21
Class: Boss
- Id: 1931
AegisName: WISH_MAIDEN
Name: Wish Maiden
Level: 98
Hp: 3567700
Attack: 8450
Attack2: 3300
Defense: 40
MagicDefense: 42
Str: 100
Agi: 120
Vit: 30
Int: 120
Dex: 264
Luk: 210
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Angel
Element: Ghost
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 576
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 480
Ai: 21
Class: Boss
- Id: 1932
AegisName: GARDEN_KEEPER
Name: Garden Keeper
Level: 80
Hp: 100
Attack: 1
Attack2: 1
Defense: 160
MagicDefense: 99
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Earth
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 768
AttackMotion: 768
ClientAttackMotion: 288
DamageMotion: 576
Ai: 01
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Crystal_Key
Rate: 4500
- Id: 1933
AegisName: GARDEN_WATCHER
Name: Garden Watcher
Level: 81
Hp: 300000
Attack: 1833
Attack2: 943
Defense: 88
MagicDefense: 55
Str: 30
Agi: 57
Vit: 56
Int: 126
Dex: 154
Luk: 114
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Angel
Element: Neutral
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 432
AttackMotion: 480
ClientAttackMotion: 360
DamageMotion: 360
Ai: 13
Class: Boss
- Id: 1934
AegisName: BLUE_FLOWER
Name: Blue Flower
Level: 98
Hp: 10500
Attack: 1
Attack2: 1
Defense: 160
MagicDefense: 99
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 768
AttackMotion: 768
ClientAttackMotion: 0
DamageMotion: 576
Ai: 06
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 1935
AegisName: RED_FLOWER
Name: Red Flower
Level: 98
Hp: 10500
Attack: 1
Attack2: 1
Defense: 160
MagicDefense: 99
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 768
AttackMotion: 768
ClientAttackMotion: 0
DamageMotion: 576
Ai: 06
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 1936
AegisName: YELL_FLOWER
Name: Yellow Flower
Level: 98
Hp: 10500
Attack: 1
Attack2: 1
Defense: 160
MagicDefense: 99
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 768
AttackMotion: 768
ClientAttackMotion: 0
DamageMotion: 576
Ai: 06
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 1937
AegisName: CONSTANT_
Name: Constant
Level: 108
Hp: 11000
Sp: 0
Attack: 858
Attack2: 144
Defense: 92
MagicDefense: 82
Str: 126
Agi: 98
Vit: 62
Int: 57
Dex: 109
Luk: 34
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Dark
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 720
AttackMotion: 360
ClientAttackMotion: 216
DamageMotion: 360
Ai: 04
- Id: 1938
AegisName: TREASURE_BOX41
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Goddess_Tear
Rate: 5
- Item: Union_Of_Tribe
Rate: 250
- Item: Branch_Of_Dead_Tree
Rate: 5000
- Item: Oridecon
Rate: 2425
- Item: Elunium
Rate: 3638
- Item: Pauldron
Rate: 20
- Item: Healing_Staff
Rate: 75
- Item: Wild_Beast_Claw
Rate: 75
StealProtected: true
- Id: 1939
AegisName: TREASURE_BOX42
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Valkyrie_Token
Rate: 5
- Item: Union_Of_Tribe
Rate: 250
- Item: Branch_Of_Dead_Tree
Rate: 5000
- Item: Oridecon
Rate: 2425
- Item: Elunium
Rate: 3638
- Item: Celestial_Robe
Rate: 20
- Item: Berdysz
Rate: 75
- Item: Inverse_Scale
Rate: 75
StealProtected: true
- Id: 1940
AegisName: TREASURE_BOX43
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Brynhild_Armor_Piece
Rate: 5
- Item: Union_Of_Tribe
Rate: 250
- Item: Branch_Of_Dead_Tree
Rate: 5000
- Item: Oridecon
Rate: 2425
- Item: Elunium
Rate: 3638
- Item: Scalpel
Rate: 75
- Item: Heart_Breaker
Rate: 75
- Item: Blood_Tears
Rate: 75
StealProtected: true
- Id: 1941
AegisName: TREASURE_BOX44
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Hero_Remains
Rate: 5
- Item: Union_Of_Tribe
Rate: 250
- Item: Branch_Of_Dead_Tree
Rate: 5000
- Item: Oridecon
Rate: 2425
- Item: Elunium
Rate: 3638
- Item: Platinum_Shotel
Rate: 75
- Item: Burning_Bow
Rate: 75
- Item: Divine_Cross
Rate: 25
StealProtected: true
- Id: 1942
AegisName: TREASURE_BOX45
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Andvari_Ring
Rate: 5
- Item: Union_Of_Tribe
Rate: 250
- Item: Branch_Of_Dead_Tree
Rate: 5000
- Item: Oridecon
Rate: 2425
- Item: Elunium
Rate: 3638
- Item: Muscle_Cutter
Rate: 75
- Item: Orc_Archer_Bow
Rate: 75
- Item: Icicle_Fist
Rate: 75
StealProtected: true
- Id: 1943
AegisName: TREASURE_BOX46
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Dusk_Glow
Rate: 5
- Item: Union_Of_Tribe
Rate: 250
- Item: Branch_Of_Dead_Tree
Rate: 5000
- Item: Oridecon
Rate: 2425
- Item: Elunium
Rate: 3638
- Item: Battle_Hook
Rate: 75
- Item: Frozen_Bow
Rate: 75
- Item: Combo_Battle_Glove
Rate: 75
StealProtected: true
- Id: 1944
AegisName: TREASURE_BOX47
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Dawn_Essence
Rate: 5
- Item: Union_Of_Tribe
Rate: 250
- Item: Branch_Of_Dead_Tree
Rate: 5000
- Item: Oridecon
Rate: 2425
- Item: Elunium
Rate: 3638
- Item: Ahlspiess
Rate: 75
- Item: Earth_Bow
Rate: 75
- Item: Ulfhedinn
Rate: 25
StealProtected: true
- Id: 1945
AegisName: TREASURE_BOX48
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Cold_Moonlight
Rate: 5
- Item: Union_Of_Tribe
Rate: 250
- Item: Branch_Of_Dead_Tree
Rate: 5000
- Item: Oridecon
Rate: 2425
- Item: Elunium
Rate: 3638
- Item: Lich_Bone_Wand
Rate: 75
- Item: Gust_Bow
Rate: 75
- Item: Seismic_Fist
Rate: 75
StealProtected: true
- Id: 1946
AegisName: TREASURE_BOX49
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Hazy_Starlight
Rate: 5
- Item: Union_Of_Tribe
Rate: 250
- Item: Branch_Of_Dead_Tree
Rate: 5000
- Item: Oridecon
Rate: 2425
- Item: Elunium
Rate: 3638
- Item: Piercing_Staff
Rate: 75
- Item: Drill_Katar
Rate: 75
- Item: Mithril_Magic_Cape
Rate: 25
StealProtected: true
- Id: 1947
AegisName: PIAMETTE_
Name: Piamette
Level: 90
Hp: 500500
Attack: 1650
Attack2: 1200
Defense: 56
MagicDefense: 35
Agi: 66
Vit: 5
Int: 99
Dex: 144
Luk: 15
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 432
AttackMotion: 768
ClientAttackMotion: 288
DamageMotion: 576
Ai: 24
Class: Boss
- Id: 1948
AegisName: G_YGNIZEM
Name: Egnigem Cenia
JapaneseName: Ygnizem
Level: 136
Hp: 40327
Attack: 1985
Attack2: 328
Defense: 224
MagicDefense: 8
Str: 144
Agi: 92
Vit: 86
Int: 69
Dex: 149
Luk: 68
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Fire
ElementLevel: 2
WalkSpeed: 145
AttackDelay: 576
AttackMotion: 432
ClientAttackMotion: 288
DamageMotion: 288
Ai: 04
Modes:
FixedItemDrop: true
- Id: 1949
AegisName: B_S_GUARDIAN
Name: Camp Guardian
Level: 86
Hp: 457599
Attack: 8349
Attack2: 1550
Defense: 96
MagicDefense: 33
Str: 110
Agi: 40
Vit: 5
Int: 65
Dex: 150
Luk: 65
AttackRange: 2
SkillRange: 14
ChaseRange: 16
Size: Large
Race: Demihuman
Element: Neutral
ElementLevel: 4
WalkSpeed: 170
AttackDelay: 140
AttackMotion: 384
DamageMotion: 288
Ai: 12
Class: Boss
- Id: 1950
AegisName: B_B_GUARDIAN
Name: Camp Guardian
Level: 80
Hp: 241212
Attack: 2024
Attack2: 680
Defense: 64
MagicDefense: 62
Str: 95
Agi: 80
Vit: 5
Int: 90
Dex: 198
Luk: 55
AttackRange: 12
SkillRange: 14
ChaseRange: 16
Size: Large
Race: Demihuman
Element: Neutral
ElementLevel: 4
WalkSpeed: 170
AttackDelay: 76
AttackMotion: 384
DamageMotion: 288
Ai: 12
Class: Boss
- Id: 1951
AegisName: CRYSTAL_6
Name: Crystal
Level: 1
Hp: 15
Defense: 160
MagicDefense: 99
Dex: 999
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 190
ClientAttackMotion: 960
Ai: 01
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Piece_Of_Cake
Rate: 1900
- Item: Candy_Striper
Rate: 2250
- Item: White_Chocolate
Rate: 2500
- Item: Gift_Box_2
Rate: 2450
- Item: Banana_Juice
Rate: 3250
- Item: Chocolate
Rate: 2500
- Item: Yggdrasilberry
Rate: 1
StealProtected: true
- Id: 1952
AegisName: CRYSTAL_7
Name: Crystal
Level: 1
Hp: 15
Defense: 160
MagicDefense: 99
Dex: 999
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 190
ClientAttackMotion: 960
Ai: 01
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Piece_Of_Cake
Rate: 1900
- Item: Candy_Striper
Rate: 2250
- Item: White_Chocolate
Rate: 2500
- Item: Gift_Box_4
Rate: 2450
- Item: Apple_Juice
Rate: 3250
- Item: Chocolate
Rate: 2500
- Item: Seed_Of_Yggdrasil
Rate: 1
StealProtected: true
- Id: 1953
AegisName: CRYSTAL_8
Name: Crystal
Level: 1
Hp: 15
Defense: 160
MagicDefense: 99
Dex: 999
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 190
ClientAttackMotion: 960
Ai: 01
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Piece_Of_Cake
Rate: 1900
- Item: Candy_Striper
Rate: 2250
- Item: White_Chocolate
Rate: 2500
- Item: Gift_Box_1
Rate: 2450
- Item: Carrot_Juice
Rate: 3250
- Item: Chocolate
Rate: 2500
- Item: Branch_Of_Dead_Tree
Rate: 150
StealProtected: true
- Id: 1954
AegisName: CRYSTAL_9
Name: Crystal
Level: 1
Hp: 15
Defense: 160
MagicDefense: 99
Dex: 999
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 190
ClientAttackMotion: 960
Ai: 01
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Piece_Of_Cake
Rate: 1900
- Item: Candy_Striper
Rate: 2250
- Item: White_Chocolate
Rate: 2500
- Item: Gift_Box_3
Rate: 2450
- Item: Grape_Juice
Rate: 3250
- Item: Chocolate
Rate: 2500
- Item: Old_Blue_Box
Rate: 50
StealProtected: true
- Id: 1955
AegisName: TREASURE_BOX_I
Name: Treasure Chest
Level: 1
Hp: 40
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Handsei
Index: 0
Rate: 10000
- Item: Sg_Blue_Potion_Box
Index: 1
Rate: 5000
- Item: Yggdrasilberry
Index: 2
Rate: 5000
- Item: White_Slim_Potion
Index: 3
Rate: 10000
- Item: White_Slim_Potion
Index: 4
Rate: 10000
- Item: White_Slim_Potion
Index: 5
Rate: 10000
- Item: White_Slim_Potion
Index: 6
Rate: 10000
- Item: White_Slim_Potion
Index: 7
Rate: 10000
StealProtected: true
- Id: 1956
AegisName: NAGHT_SIEGER
Name: Naght Sieger
Level: 99
Hp: 5000000
BaseExp: 2160000
JobExp: 900000
# MvpExp:
Attack: 7020
Attack2: 3200
Defense: 410
MagicDefense: 40
Str: 190
Agi: 60
Vit: 80
Int: 220
Dex: 317
Luk: 30
AttackRange: 2
SkillRange: 16
ChaseRange: 16
Size: Large
Race: Demon
Element: Ghost
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 432
ClientAttackMotion: 336
DamageMotion: 504
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5500
Drops:
- Item: Twin_Edge_B
Rate: 4500
- Item: Twin_Edge_R
Rate: 4500
- Item: Flame_Manteau
Rate: 4500
- Item: Bone_Helm
Rate: 4500
- Item: Old_Card_Album
Rate: 4500
- Item: Pauldron
Rate: 4500
- Item: Turquoise
Rate: 4500
- Id: 1957
AegisName: ENTWEIHEN
Name: Entweihen Crothen
Level: 90
Hp: 2400500
BaseExp: 786500
JobExp: 607500
# MvpExp:
Attack: 4840
Attack2: 3600
Defense: 171
MagicDefense: 66
Str: 90
Agi: 70
Vit: 40
Int: 160
Dex: 228
Luk: 30
AttackRange: 12
SkillRange: 14
ChaseRange: 16
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 4
AttackDelay: 140
AttackMotion: 540
ClientAttackMotion: 420
DamageMotion: 576
Ai: 10
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5500
Drops:
- Item: Thorn_Staff
Rate: 4500
- Item: Holy_Stick
Rate: 4500
- Item: Celestial_Robe
Rate: 4500
- Item: Lich_Bone_Wand
Rate: 4500
- Item: Old_Card_Album
Rate: 4500
- Item: Survival_Rod_
Rate: 4500
- Item: Agate
Rate: 4500
- Item: Ant_Buyanne_Card
Rate: 1
StealProtected: true
- Id: 1958
AegisName: G_ENTWEIHEN_R
Name: Thorny Skeleton
Level: 89
Hp: 5400000
Attack: 4444
Attack2: 680
Defense: 71
MagicDefense: 66
Agi: 35
Vit: 33
Int: 180
Dex: 150
Luk: 30
AttackRange: 12
SkillRange: 14
ChaseRange: 16
Size: Small
Race: Demon
Element: Dark
ElementLevel: 4
AttackDelay: 432
AttackMotion: 288
ClientAttackMotion: 420
DamageMotion: 576
Ai: 27
Class: Boss
Modes:
FixedItemDrop: true
- Id: 1959
AegisName: G_ENTWEIHEN_H
Name: Thorn of Recovery
Level: 89
Hp: 350000
Attack: 2244
Attack2: 680
Defense: 71
MagicDefense: 66
Agi: 35
Vit: 33
Int: 180
Dex: 150
Luk: 30
AttackRange: 12
SkillRange: 14
ChaseRange: 16
Size: Small
Race: Demon
Element: Ghost
ElementLevel: 4
AttackDelay: 2864
AttackMotion: 288
ClientAttackMotion: 420
DamageMotion: 576
Ai: 27
Class: Boss
Modes:
FixedItemDrop: true
- Id: 1960
AegisName: G_ENTWEIHEN_M
Name: Thorn of Magic
Level: 89
Hp: 5400000
Attack: 2244
Attack2: 680
Defense: 71
MagicDefense: 66
Agi: 35
Vit: 33
Int: 180
Dex: 150
Luk: 30
AttackRange: 12
SkillRange: 14
ChaseRange: 16
Size: Small
Race: Demon
Element: Dark
ElementLevel: 4
AttackDelay: 1024
AttackMotion: 288
ClientAttackMotion: 420
DamageMotion: 576
Ai: 27
Class: Boss
Modes:
FixedItemDrop: true
- Id: 1961
AegisName: G_ENTWEIHEN_S
Name: Thorn of Purification
Level: 89
Hp: 5400000
Attack: 2244
Attack2: 680
Defense: 71
MagicDefense: 66
Agi: 35
Vit: 33
Int: 180
Dex: 150
Luk: 30
AttackRange: 12
SkillRange: 14
ChaseRange: 16
Size: Small
Race: Demon
Element: Dark
ElementLevel: 4
AttackDelay: 2864
AttackMotion: 288
ClientAttackMotion: 420
DamageMotion: 576
Ai: 10
Class: Boss
Modes:
FixedItemDrop: true
- Id: 1962
AegisName: ANTONIO_
Name: Christmas Thief
Level: 10
Hp: 15
Attack: 13
Attack2: 7
Defense: 160
MagicDefense: 99
Int: 50
Dex: 100
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 720
AttackMotion: 720
ClientAttackMotion: 432
DamageMotion: 432
Ai: 01
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Candy_B
Index: 0
Rate: 10000
- Item: Candy_B
Index: 1
Rate: 10000
- Item: Candy_B
Index: 2
Rate: 10000
- Item: Candy_B
Index: 3
Rate: 10000
- Item: Candy_B
Index: 4
Rate: 10000
- Item: Candy_B
Index: 5
Rate: 10000
- Item: Candy_B
Index: 6
Rate: 10000
- Item: Candy_B
Index: 7
Rate: 10000
StealProtected: true
- Id: 1963
AegisName: P_CHUNG_E
Name: New Year Doll
Level: 49
Hp: 23900
Sp: 0
BaseExp: 1078
JobExp: 447
Attack: 460
Attack2: 590
Defense: 8
MagicDefense: 15
Str: 38
Agi: 65
Vit: 43
Int: 30
Dex: 90
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 170
AttackDelay: 1728
AttackMotion: 816
ClientAttackMotion: 240
DamageMotion: 1188
Ai: 01
- Id: 1964
AegisName: NIGHTMARE_T
Name: Nightmare
Level: 30
Hp: 2000
Sp: 0
BaseExp: 230
JobExp: 174
Attack: 100
Attack2: 100
MagicDefense: 40
Agi: 100
Dex: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Ghost
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1816
AttackMotion: 816
ClientAttackMotion: 720
DamageMotion: 432
# Ai:
Drops:
- Item: Blue_Potion
Rate: 1000
- Item: Blue_Herb
Rate: 1500
- Item: Test_Certificate
Rate: 2500
- Id: 1965
AegisName: M_WILD_ROSE
Name: Wild Rose
Level: 38
Hp: 4000
Sp: 50
Attack: 100
Attack2: 45
MagicDefense: 15
Str: 0
Agi: 85
Vit: 15
Int: 35
Dex: 65
Luk: 80
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Wind
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 964
AttackMotion: 864
ClientAttackMotion: 840
DamageMotion: 288
- Id: 1966
AegisName: M_DOPPELGANGER
Name: Doppelganger
Level: 72
Hp: 7800
Sp: 200
Attack: 220
Attack2: 50
Defense: 30
MagicDefense: 20
Str: 0
Agi: 38
Vit: 30
Int: 35
Dex: 78
Luk: 65
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 300
AttackMotion: 480
ClientAttackMotion: 192
DamageMotion: 288
Class: Boss
- Id: 1967
AegisName: M_YGNIZEM
Name: Egnigem Cenia
JapaneseName: Ygnizem
Level: 79
Hp: 7800
Sp: 200
Attack: 220
Attack2: 50
Defense: 30
MagicDefense: 20
Str: 0
Agi: 38
Vit: 30
Int: 35
Dex: 78
Luk: 65
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Fire
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 300
AttackMotion: 480
ClientAttackMotion: 288
DamageMotion: 288
Class: Boss
- Id: 1968
AegisName: E_STROUF
Name: Strouf
Level: 48
Hp: 11990
Sp: 0
BaseExp: 2772
JobExp: 1888
Attack: 200
Attack2: 1050
Defense: 8
MagicDefense: 50
Agi: 40
Vit: 45
Int: 92
Dex: 43
Luk: 65
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Fish
Element: Water
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 108
DamageMotion: 384
Ai: 04
Drops:
- Item: Fin
Rate: 2668
- Item: Oridecon_Stone
Rate: 115
- Item: Granpa_Beard
Rate: 2
- Item: Trident_
Rate: 2
- Item: Feather
Rate: 1500
- Item: Skyblue_Jewel
Rate: 20
- Item: Gill
Rate: 750
- Item: Strouf_Card
Rate: 1
StealProtected: true
- Id: 1969
AegisName: E_MARC
Name: Marc
Level: 36
Hp: 6900
Sp: 0
BaseExp: 889
JobExp: 562
Attack: 220
Attack2: 60
Defense: 8
MagicDefense: 10
Agi: 36
Vit: 36
Int: 20
Dex: 56
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1272
AttackMotion: 72
ClientAttackMotion: 216
DamageMotion: 480
Ai: 04
Drops:
- Item: Mistic_Frozen
Rate: 18
- Item: Gill
Rate: 4500
- Item: Oridecon_Stone
Rate: 95
- Item: Fin
Rate: 500
- Item: Skyblue_Jewel
Rate: 10
- Item: White_Herb
Rate: 350
- Item: Marc_Card
Rate: 1
StealProtected: true
- Id: 1970
AegisName: E_OBEAUNE
Name: Obeune
Level: 31
Hp: 3952
Sp: 0
BaseExp: 579
JobExp: 366
Attack: 141
Attack2: 24
MagicDefense: 40
Agi: 31
Vit: 31
Int: 55
Dex: 74
Luk: 85
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 384
DamageMotion: 288
Ai: 19
Drops:
- Item: Mistic_Frozen
Rate: 13
- Item: Heart_Of_Mermaid
Rate: 4500
- Item: Fin_Helm
Rate: 1
- Item: Saint_Robe_
Rate: 10
- Item: Skyblue_Jewel
Rate: 10
- Item: Fin
Rate: 250
- Item: Witherless_Rose
Rate: 30
- Item: Obeaune_Card
Rate: 1
StealProtected: true
- Id: 1971
AegisName: E_VADON
Name: Vadon
Level: 19
Hp: 5000
Sp: 0
BaseExp: 121
JobExp: 76
Attack: 74
Attack2: 11
Defense: 32
Agi: 19
Vit: 16
Int: 10
Dex: 36
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Fish
Element: Water
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1632
AttackMotion: 432
ClientAttackMotion: 420
DamageMotion: 540
Ai: 17
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Crystal_Blue
Rate: 20
- Item: Nipper
Rate: 4500
- Item: Garlet
Rate: 1500
- Item: Padded_Armor_
Rate: 5
# RandomOptionGroup: 30L
- Item: Solid_Shell
Rate: 50
- Item: Elunium_Stone
Rate: 40
- Item: Vadon_Card
Rate: 1
StealProtected: true
- Id: 1972
AegisName: E_MARINA
Name: Marina
Level: 21
Hp: 2087
Sp: 0
BaseExp: 196
JobExp: 126
Attack: 84
Attack2: 22
MagicDefense: 5
Agi: 21
Vit: 21
Int: 0
Dex: 36
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Water
ElementLevel: 2
WalkSpeed: 400
AttackDelay: 2280
AttackMotion: 1080
ClientAttackMotion: 288
DamageMotion: 864
Ai: 01
Drops:
- Item: Single_Cell
Rate: 2500
- Item: Sticky_Mucus
Rate: 750
- Item: Crystal_Blue
Rate: 45
- Item: Mistic_Frozen
Rate: 2
- Item: Deadly_Noxious_Herb
Rate: 20
- Item: Marina_Card
Rate: 1
StealProtected: true
- Id: 1973
AegisName: E_PORING
Name: Poring
Level: 99
Hp: 10
Sp: 0
BaseExp: 1
JobExp: 1
Attack: 7
Attack2: 3
MagicDefense: 5
Int: 0
Dex: 6
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Water
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 02
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Gift_Box
Rate: 5000
- Item: Old_Blue_Box
Rate: 5000
- Item: Old_Violet_Box
Rate: 5000
- Item: Old_Card_Album
Rate: 2500
- Item: Jellopy
Rate: 2500
- Id: 1974
AegisName: BANSHEE_MASTER
Name: Banshee Master
Level: 118
Hp: 25168
Sp: 0
BaseExp: 2606
JobExp: 2498
Attack: 752
Attack2: 298
Defense: 87
MagicDefense: 94
Str: 121
Agi: 58
Vit: 48
Int: 122
Dex: 84
Luk: 44
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 676
AttackMotion: 504
ClientAttackMotion: 432
DamageMotion: 504
Ai: 20
Modes:
Detector: true
Drops:
- Item: Old_White_Cloth
Rate: 1500
- Item: Orleans_Gown
Rate: 5
- Item: Cursed_Star
Rate: 1
- Item: Wool_Scarf
Rate: 5
- Item: Mementos
Rate: 750
- Item: Brigan
Rate: 2668
- Item: Shadow_Guard
Rate: 10
- Item: Banshee_Master_Card
Rate: 1
StealProtected: true
- Id: 1975
AegisName: BEHOLDER_MASTER
Name: Beholder Master
Level: 106
Hp: 13421
Sp: 0
BaseExp: 1824
JobExp: 1738
Attack: 572
Attack2: 88
Defense: 73
MagicDefense: 62
Str: 103
Agi: 67
Vit: 42
Int: 69
Dex: 83
Luk: 32
AttackRange: 6
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Wind
ElementLevel: 2
WalkSpeed: 190
AttackDelay: 336
AttackMotion: 840
ClientAttackMotion: 240
DamageMotion: 360
Ai: 20
Drops:
- Item: Prickly_Fruit
Rate: 1500
- Item: Anodyne
Rate: 50
- Item: Rough_Wind
Rate: 50
- Item: Elunium
Rate: 5
- Item: Chameleon_Armor
Rate: 5
- Item: Linen_Glove
Rate: 1
- Item: Old_Blue_Box
Rate: 1
- Item: Beholder_Master_Card
Rate: 1
StealProtected: true
- Id: 1976
AegisName: COBALT_MINERAL
Name: Cobalt Mineral
Level: 113
Hp: 18092
Sp: 0
BaseExp: 2202
JobExp: 2106
Attack: 722
Attack2: 92
Defense: 113
MagicDefense: 44
Str: 110
Agi: 55
Vit: 65
Int: 57
Dex: 133
Luk: 41
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 648
AttackMotion: 480
ClientAttackMotion: 360
DamageMotion: 360
Ai: 20
Drops:
- Item: Fragment_Of_Crystal
Rate: 1500
- Item: Golden_Jewel
Rate: 250
- Item: Elemental_Sword
Rate: 3
- Item: Oridecon
Rate: 40
- Item: Emveretarcon
Rate: 400
- Item: Yellow_Gemstone
Rate: 50
- Item: Gold
Rate: 1
- Item: Cobalt_Mineral_Card
Rate: 1
StealProtected: true
- Id: 1977
AegisName: HEAVY_METALING
Name: Heavy Metaling
Level: 107
Hp: 12810
Sp: 0
BaseExp: 1845
JobExp: 1759
Attack: 534
Attack2: 112
Defense: 134
MagicDefense: 65
Str: 105
Agi: 63
Vit: 86
Int: 58
Dex: 67
Luk: 38
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 384
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 20
Drops:
- Item: Tube
Rate: 2000
- Item: Iron_Ore
Rate: 500
- Item: Iron
Rate: 250
- Item: Large_Jellopy
Rate: 500
- Item: Screw
Rate: 100
- Item: Dagger_Of_Hunter
Rate: 3
- Item: Jubilee
Rate: 2500
- Item: Heavy_Metaling_Card
Rate: 1
StealProtected: true
- Id: 1978
AegisName: HELL_APOCALIPS
Name: Hell Vesper
JapaneseName: Hell Apocalips
Level: 121
Hp: 31663
Sp: 0
BaseExp: 3047
JobExp: 2924
Attack: 995
Attack2: 122
Defense: 155
MagicDefense: 43
Str: 135
Agi: 62
Vit: 80
Int: 48
Dex: 125
Luk: 37
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 250
AttackDelay: 1840
AttackMotion: 1440
ClientAttackMotion: 528
DamageMotion: 384
Ai: 20
Drops:
- Item: Broken_Steel_Piece
Rate: 2668
- Item: Mystery_Piece
Rate: 1200
- Item: Wheel
Rate: 1100
- Item: Elunium
Rate: 3
- Item: Life_Link
Rate: 5
- Item: Cardo
Rate: 2
- Item: Steel
Rate: 1250
- Item: Hell_Apocalips_Card
Rate: 1
StealProtected: true
- Id: 1979
AegisName: ZAKUDAM
Name: Zakudam
JapaneseName: Zukadam
Level: 115
Hp: 20150
Sp: 0
BaseExp: 2246
JobExp: 2150
Attack: 842
Attack2: 130
Defense: 106
MagicDefense: 92
Str: 122
Agi: 66
Vit: 70
Int: 61
Dex: 92
Luk: 55
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Neutral
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 580
AttackMotion: 288
ClientAttackMotion: 240
DamageMotion: 360
Ai: 21
Drops:
- Item: Screw
Rate: 2500
- Item: Steel
Rate: 250
- Item: Oridecon
Rate: 100
- Item: Elunium
Rate: 100
- Item: Gate_Keeper
Rate: 3
- Item: Gate_KeeperDD
Rate: 3
- Item: Improved_Tights
Rate: 5
- Item: Jakudam_Card
Rate: 1
StealProtected: true
- Id: 1980
AegisName: KUBLIN
Name: Kublin
JapaneseName: Kubkin
Level: 85
Hp: 633600
Sp: 0
BaseExp: 49500
JobExp: 45000
MvpExp: 24750
Attack: 1298
Attack2: 220
Defense: 22
MagicDefense: 10
Str: 85
Agi: 81
Vit: 25
Int: 40
Dex: 66
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Earth
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 964
AttackMotion: 648
ClientAttackMotion: 360
DamageMotion: 300
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Pickaxe
Rate: 10000
Drops:
- Item: Iron
Rate: 135
- Item: Scell
Rate: 4500
- Item: Oridecon_Stone
Rate: 22
- Item: Goblini_Mask
Rate: 2
- Item: Starsand_Of_Witch
Rate: 1250
- Item: Red_Herb
Rate: 900
- Id: 1981
AegisName: I_HIGH_ORC
Name: Orc Elite Guard
JapaneseName: Safeguard Chief
Level: 81
Hp: 44193
Attack: 538
Attack2: 150
Defense: 101
MagicDefense: 45
Str: 75
Agi: 16
Vit: 40
Int: 31
Dex: 83
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Fire
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1500
AttackMotion: 500
ClientAttackMotion: 336
DamageMotion: 1000
Ai: 21
- Id: 1982
AegisName: I_ORC_ARCHER
Name: Orc Bowman
JapaneseName: Orc Sniper
Level: 78
Hp: 54835
Attack: 506
Attack2: 43
Defense: 67
MagicDefense: 31
Str: 55
Agi: 32
Vit: 24
Int: 30
Dex: 150
Luk: 15
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Earth
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1960
AttackMotion: 620
ClientAttackMotion: 864
DamageMotion: 480
Ai: 19
- Id: 1983
AegisName: I_ORC_SKELETON
Name: Orc Undead
JapaneseName: Depraved Orc Spirit
Level: 87
Hp: 80087
Sp: 0
Attack: 546
Attack2: 263
Defense: 23
MagicDefense: 30
Agi: 31
Vit: 41
Int: 93
Dex: 80
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 130
AttackDelay: 2420
AttackMotion: 720
ClientAttackMotion: 288
DamageMotion: 648
Ai: 04
- Id: 1984
AegisName: I_ORC_LADY
Name: Orc Lady
JapaneseName: Shaman Cargalache
Level: 80
Hp: 50058
Sp: 0
Attack: 465
Attack2: 389
Defense: 56
MagicDefense: 10
Str: 60
Agi: 35
Vit: 52
Int: 18
Dex: 95
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Earth
ElementLevel: 2
WalkSpeed: 145
AttackDelay: 1050
AttackMotion: 900
ClientAttackMotion: 540
DamageMotion: 288
Ai: 21
- Id: 1985
AegisName: DANDELION
Name: Dandelion Member
Level: 37
Hp: 45000
Sp: 0
Attack: 305
Attack2: 55
MagicDefense: 10
Str: 28
Agi: 19
Vit: 32
Int: 0
Dex: 63
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Dark
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 1772
AttackMotion: 72
ClientAttackMotion: 504
DamageMotion: 384
Ai: 21
- Id: 1986
AegisName: TATACHO
Name: Tatacho
Level: 128
Hp: 36971
BaseExp: 3873
JobExp: 3548
Attack: 1183
Attack2: 72
Defense: 151
MagicDefense: 14
Str: 119
Agi: 33
Vit: 70
Int: 56
Dex: 109
Luk: 33
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
RaceGroups:
Manuk: true
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1000
AttackMotion: 768
ClientAttackMotion: 480
DamageMotion: 360
Ai: 07
Drops:
- Item: Lunakaligo
Rate: 10
- Item: Cello
Rate: 5
- Item: Fur
Rate: 2000
- Item: Peaked_Hat
Rate: 1500
- Item: Delicious_Fish
Rate: 1550
- Item: Bradium
Rate: 5
- Item: Starsand_Of_Witch
Rate: 1250
- Item: Tatacho_Card
Rate: 1
StealProtected: true
- Id: 1987
AegisName: CENTIPEDE
Name: Centipede
Level: 125
Hp: 29275
BaseExp: 3143
JobExp: 3020
Attack: 1001
Attack2: 112
Defense: 143
MagicDefense: 25
Str: 133
Agi: 71
Vit: 69
Int: 39
Dex: 120
Luk: 49
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
RaceGroups:
Manuk: true
Element: Poison
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1000
AttackMotion: 792
ClientAttackMotion: 576
DamageMotion: 336
Ai: 21
Modes:
Detector: true
Drops:
- Item: Cold_Heart
Rate: 1
- Item: Black_Cat
Rate: 1
- Item: Cursed_Lyre
Rate: 5
- Item: Short_Leg
Rate: 2668
- Item: Zargon
Rate: 2500
- Item: Bradium
Rate: 5
- Item: Solid_Shell
Rate: 1250
- Item: Centipede_Card
Rate: 1
StealProtected: true
- Id: 1988
AegisName: NEPENTHES
Name: Nepenthes
Level: 114
Hp: 18205
BaseExp: 2224
JobExp: 2128
Attack: 744
Attack2: 125
Defense: 25
MagicDefense: 5
Str: 94
Agi: 32
Vit: 41
Int: 39
Dex: 210
Luk: 59
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
RaceGroups:
Manuk: true
Element: Poison
ElementLevel: 2
WalkSpeed: 1000
AttackDelay: 500
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 504
Ai: 10
Drops:
- Item: Mandragora_Cap
Rate: 1
- Item: Stem_Of_Nepenthes
Rate: 1
- Item: Harp_Of_Nepenthes
Rate: 1
- Item: Nepenthes_Bow
Rate: 1
- Item: Strong_Bine
Rate: 1500
- Item: Yellow_Live
Rate: 25
- Item: Stem
Rate: 4500
- Item: Nepenthes_Card
Rate: 1
StealProtected: true
- Id: 1989
AegisName: HILLSRION
Name: Hillthrion
JapaneseName: Hillslion
Level: 123
Hp: 26126
BaseExp: 3249
JobExp: 2972
Attack: 953
Attack2: 102
Defense: 83
MagicDefense: 11
Str: 110
Agi: 69
Vit: 72
Int: 41
Dex: 143
Luk: 12
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
RaceGroups:
Manuk: true
Element: Earth
ElementLevel: 1
WalkSpeed: 130
AttackDelay: 400
AttackMotion: 780
ClientAttackMotion: 480
DamageMotion: 576
Ai: 13
Drops:
- Item: Sprint_Shoes
Rate: 5
- Item: Horn_Of_Hilthrion
Rate: 10
- Item: Horn_Of_Hilsrion
Rate: 1500
- Item: Fur
Rate: 1000
- Item: Wild_Beast_Claw
Rate: 5
- Item: Light_Granule
Rate: 600
- Item: Brigan
Rate: 2425
- Item: Hilsrion_Card
Rate: 1
StealProtected: true
- Id: 1990
AegisName: HARDROCK_MOMMOTH
Name: Hardrock Mammoth
Level: 137
Hp: 1900944
BaseExp: 92490
JobExp: 44647
Attack: 2328
Attack2: 774
Defense: 449
MagicDefense: 43
Str: 191
Agi: 66
Vit: 102
Int: 49
Dex: 197
Luk: 51
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
RaceGroups:
Manuk: true
Element: Earth
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1000
AttackMotion: 660
ClientAttackMotion: 300
DamageMotion: 588
Ai: 21
Class: Boss
Drops:
- Item: Bone_Head
Rate: 50
- Item: Tournament_Shield
Rate: 100
- Item: Ivory_Lance
Rate: 250
- Item: Ivory_Knife
Rate: 200
- Item: Hard_Skin
Rate: 4500
- Item: Snowy_Horn
Rate: 10
- Item: Elunium
Rate: 4500
- Item: Hardrock_Mommos_Card
Rate: 1
StealProtected: true
- Id: 1991
AegisName: TENDRILRION
Name: Tendrillion
Level: 126
Hp: 1397451
BaseExp: 65502
JobExp: 41413
Attack: 1403
Attack2: 1320
Defense: 132
MagicDefense: 123
Str: 144
Agi: 66
Vit: 77
Int: 181
Dex: 203
Luk: 132
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
RaceGroups:
Splendide: true
Element: Earth
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 500
AttackMotion: 960
ClientAttackMotion: 780
DamageMotion: 360
Ai: 21
Class: Boss
Drops:
- Item: Leather_Of_Tendrilion
Rate: 250
- Item: Death_Guidance
Rate: 50
- Item: Eraser
Rate: 50
- Item: Horn_Of_Tendrilion
Rate: 4500
- Item: Bradium
Rate: 5
- Item: Tough_Vines
Rate: 2668
- Item: Stiff_Horn
Rate: 2425
- Item: Tendrilion_Card
Rate: 1
StealProtected: true
- Id: 1992
AegisName: CORNUS
Name: Cornus
Level: 120
Hp: 23117
BaseExp: 2652
JobExp: 2544
Attack: 969
Attack2: 522
Defense: 66
MagicDefense: 95
Str: 51
Agi: 47
Vit: 59
Int: 99
Dex: 130
Luk: 77
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
RaceGroups:
Splendide: true
Element: Holy
ElementLevel: 3
WalkSpeed: 120
AttackDelay: 1000
AttackMotion: 624
ClientAttackMotion: 192
DamageMotion: 300
Ai: 03
Drops:
- Item: Sprint_Mail
Rate: 5
- Item: Angelic_Ring
Rate: 1
- Item: Mystic_Horn
Rate: 4000
- Item: Soft_Feather
Rate: 1500
- Item: Bradium
Rate: 5
- Item: Snowy_Horn
Rate: 1
- Item: Long_Horn
Rate: 1
- Item: Cornus_Card
Rate: 1
StealProtected: true
- Id: 1993
AegisName: NAGA
Name: Naga
Level: 117
Hp: 26177
BaseExp: 2712
JobExp: 2475
Attack: 1014
Attack2: 102
Defense: 72
MagicDefense: 5
Str: 112
Agi: 65
Vit: 71
Int: 32
Dex: 99
Luk: 33
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
RaceGroups:
Splendide: true
Element: Earth
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 400
AttackMotion: 864
ClientAttackMotion: 720
DamageMotion: 432
Ai: 21
Drops:
- Item: Armor_Of_Naga
Rate: 5
- Item: Shield_Of_Naga
Rate: 5
- Item: Battle_Fork
Rate: 5
- Item: Bradium
Rate: 5
- Item: Scales_Shell
Rate: 1750
- Item: Forest_Orb
Rate: 5
- Item: Scarlet_Spear
Rate: 50
RandomOptionGroup: Group_5
- Item: Naga_Card
Rate: 1
StealProtected: true
- Id: 1994
AegisName: LUCIOLA_VESPA
Name: Luciola Vespa
Level: 109
Hp: 13004
BaseExp: 1887
JobExp: 1801
Attack: 635
Attack2: 111
Defense: 59
MagicDefense: 55
Str: 88
Agi: 89
Vit: 55
Int: 32
Dex: 143
Luk: 59
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
RaceGroups:
Splendide: true
Element: Wind
ElementLevel: 1
WalkSpeed: 110
AttackDelay: 1000
AttackMotion: 864
ClientAttackMotion: 720
DamageMotion: 432
Ai: 08
Modes:
Detector: true
Drops:
- Item: Sprint_Ring
Rate: 1
- Item: Bradium
Rate: 1
- Item: Black_Wing_Suits
Rate: 5
- Item: Honey
Rate: 150
- Item: Wind_Of_Verdure
Rate: 80
- Item: Royal_Jelly
Rate: 100
- Item: Solid_Shell
Rate: 1500
- Item: Luciola_Vespa_Card
Rate: 1
StealProtected: true
- Id: 1995
AegisName: PINGUICULA
Name: Pinguicula
Level: 105
Hp: 12747
BaseExp: 1706
JobExp: 1547
Attack: 661
Attack2: 322
Defense: 46
MagicDefense: 77
Str: 67
Agi: 60
Vit: 64
Int: 107
Dex: 77
Luk: 34
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
RaceGroups:
Splendide: true
Element: Earth
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 700
AttackMotion: 600
ClientAttackMotion: 300
DamageMotion: 360
Ai: 13
Drops:
- Item: Pinguicula_Corsage
Rate: 1
- Item: Whip_Of_Balance
Rate: 5
- Item: Forest_Robe
Rate: 5
- Item: Sharp_Leaf
Rate: 2500
- Item: Great_Leaf
Rate: 1000
- Item: Browny_Root
Rate: 1500
- Item: Elder_Branch
Rate: 500
- Item: Pinguicula_Card
Rate: 1
StealProtected: true
# - Id: 1996
# AegisName: BACSOJIN_T
# Name: White Lady
# JapaneseName: Bacsojin
# Level: 97
# Hp: 720500
# BaseExp: 668160
# JobExp: 542880
# Attack: 1088
# Attack2: 3124
# Defense: 210
# MagicDefense: 178
# Str: 118
# Agi: 244
# Vit: 98
# Int: 126
# Dex: 205
# Luk: 102
# AttackRange: 3
# SkillRange: 10
# ChaseRange: 12
# Size: Large
# Race: Demihuman
# Element: Wind
# ElementLevel: 3
# WalkSpeed: 130
# AttackDelay: 576
# AttackMotion: 960
# DamageMotion: 480
# Ai: 21
# Modes:
# NoRandomWalk: true
# Drops:
# - Item: White_Snake_Hat
# Rate: 3
# - Item: Exorcize_Sachet
# Rate: 80
# - Item: Purification_Sachet
# Rate: 80
- Id: 1997
AegisName: G_TATACHO
Name: Tatacho
Level: 128
Hp: 36971
Attack: 1183
Attack2: 72
Defense: 151
MagicDefense: 14
Str: 119
Agi: 33
Vit: 70
Int: 56
Dex: 109
Luk: 33
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
RaceGroups:
Manuk: true
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1000
AttackMotion: 768
ClientAttackMotion: 480
DamageMotion: 360
Ai: 07
Modes:
FixedItemDrop: true
- Id: 1998
AegisName: G_HILLSRION
Name: Hillslion
Level: 123
Hp: 26126
Attack: 953
Attack2: 102
Defense: 83
MagicDefense: 15
Str: 110
Agi: 69
Vit: 72
Int: 41
Dex: 143
Luk: 12
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
RaceGroups:
Manuk: true
Element: Earth
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 400
AttackMotion: 780
ClientAttackMotion: 480
DamageMotion: 576
Ai: 13
Modes:
FixedItemDrop: true
- Id: 1999
AegisName: CENTIPEDE_LARVA
Name: Centipede Larva
Level: 118
Hp: 20592
BaseExp: 2606
JobExp: 2498
Attack: 752
Attack2: 88
Defense: 98
MagicDefense: 17
Str: 103
Agi: 62
Vit: 66
Int: 27
Dex: 108
Luk: 44
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
RaceGroups:
Manuk: true
Element: Poison
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1000
AttackMotion: 792
ClientAttackMotion: 576
DamageMotion: 336
Ai: 21
Modes:
Detector: true
Drops:
- Item: Boots_
Rate: 5
- Item: Crystal_Jewel__
Rate: 25
- Item: Short_Leg
Rate: 2668
- Item: Zargon
Rate: 2500
- Item: Worm_Peelings
Rate: 4500
- Item: Solid_Shell
Rate: 1250
- Item: Centipede_Larva_Card
Rate: 1
StealProtected: true
- Id: 2000
AegisName: M_GAMEMASTER
Name: Male Game Master
Level: 50
Hp: 7000
Sp: 250
Attack: 25
Defense: 10
MagicDefense: 10
Str: 44
Agi: 121
Int: 60
Dex: 75
Luk: 110
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 300
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Class: Boss
- Id: 2001
AegisName: F_GAMEMASTER
Name: Female Game Master
Level: 50
Hp: 7000
Sp: 250
Attack: 25
Defense: 10
MagicDefense: 10
Str: 44
Agi: 121
Int: 60
Dex: 75
Luk: 110
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 300
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Class: Boss
- Id: 2002
AegisName: T_SPRING_RABBIT
Name: Talisman Ghost
Level: 50
Hp: 8000
Sp: 0
BaseExp: 1792
JobExp: 794
Attack: 585
Attack2: 228
Defense: 47
MagicDefense: 21
Str: 45
Agi: 61
Vit: 5
Int: 15
Dex: 77
Luk: 90
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 160
AttackDelay: 1120
AttackMotion: 552
ClientAttackMotion: 756
DamageMotion: 511
Ai: 02
Drops:
- Item: Magical_Moon_Cake
Rate: 500
- Item: Plantain
Rate: 250
- Item: Rabbit_Skin
Rate: 750
- Id: 2003
AegisName: T_BACSOJIN
Name: Talisman Ghost
Level: 97
Hp: 720500
Attack: 1414
Attack2: 2036
Defense: 210
MagicDefense: 178
Str: 118
Agi: 244
Vit: 98
Int: 126
Dex: 246
Luk: 102
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Water
ElementLevel: 2
WalkSpeed: 160
AttackDelay: 576
AttackMotion: 960
ClientAttackMotion: 768
DamageMotion: 480
Ai: 21
Drops:
- Item: Moon_Cake1
Rate: 500
- Item: Moon_Cake2
Rate: 500
- Item: Moon_Cake15
Rate: 500
- Item: Moon_Cake16
Rate: 500
- Item: Moon_Cake17
Rate: 500
- Item: Moon_Cake18
Rate: 500
- Item: Moon_Cake19
Rate: 500
- Id: 2004
AegisName: T_WICKED_NYMPH
Name: Talisman Ghost
Level: 63
Hp: 16029
Sp: 0
Attack: 399
Attack2: 691
Defense: 20
MagicDefense: 75
Agi: 64
Vit: 12
Int: 69
Dex: 100
Luk: 80
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 637
AttackMotion: 1008
ClientAttackMotion: 576
DamageMotion: 360
Ai: 21
Modes:
Detector: true
Drops:
- Item: Moon_Cake1
Rate: 400
- Item: Moon_Cake2
Rate: 400
- Item: Moon_Cake16
Rate: 400
- Item: Moon_Cake17
Rate: 400
- Item: Moon_Cake18
Rate: 400
- Item: Moon_Cake19
Rate: 400
- Item: Moon_Cake20
Rate: 400
- Id: 2005
AegisName: T_PLASMA_B
Name: Plasma
Level: 44
Hp: 8200
Sp: 0
Attack: 300
Attack2: 400
MagicDefense: 30
Agi: 30
Vit: 5
Int: 73
Dex: 90
Luk: 30
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Water
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 608
AttackMotion: 1440
ClientAttackMotion: 1296
DamageMotion: 576
Ai: 04
Drops:
- Item: Moon_Cake1
Rate: 250
- Item: Moon_Cake2
Rate: 250
- Item: Moon_Cake15
Rate: 250
- Item: Moon_Cake16
Rate: 250
- Item: Moon_Cake17
Rate: 250
- Id: 2006
AegisName: T_PLASMA_P
Name: Plasma
Level: 49
Hp: 5900
Sp: 0
Attack: 300
Attack2: 400
MagicDefense: 30
Agi: 30
Vit: 5
Int: 54
Dex: 90
Luk: 30
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Dark
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 608
AttackMotion: 1440
ClientAttackMotion: 1296
DamageMotion: 576
Ai: 04
Drops:
- Item: Moon_Cake15
Rate: 250
- Item: Moon_Cake16
Rate: 250
- Item: Moon_Cake17
Rate: 250
- Item: Moon_Cake18
Rate: 250
- Item: Moon_Cake19
Rate: 250
- Id: 2007
AegisName: T_PLASMA_R
Name: Plasma
Level: 43
Hp: 5700
Sp: 0
Attack: 300
Attack2: 400
MagicDefense: 30
Agi: 30
Vit: 5
Int: 56
Dex: 90
Luk: 30
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Fire
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 608
AttackMotion: 1440
ClientAttackMotion: 1296
DamageMotion: 576
Ai: 04
Drops:
- Item: Moon_Cake1
Rate: 250
- Item: Moon_Cake2
Rate: 250
- Item: Moon_Cake17
Rate: 250
- Item: Moon_Cake18
Rate: 250
- Item: Moon_Cake19
Rate: 250
- Item: Moon_Cake20
Rate: 250
- Id: 2008
AegisName: WOOMAWANG
Name: Woomawang
Level: 82
Hp: 4000000
Sp: 0
BaseExp: 49500
JobExp: 45000
Attack: 8800
Attack2: 2000
Defense: 40
MagicDefense: 40
Str: 60
Agi: 110
Vit: 200
Int: 250
Dex: 199
Luk: 66
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Ghost
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 828
AttackMotion: 528
ClientAttackMotion: 288
DamageMotion: 192
Ai: 21
Class: Boss
- Id: 2009
AegisName: WOOMAWANG_
Name: Woomawang
Level: 82
Hp: 2000000
Sp: 0
BaseExp: 49500
JobExp: 45000
Attack: 17600
Attack2: 4000
Defense: 40
MagicDefense: 40
Str: 60
Agi: 110
Vit: 200
Int: 250
Dex: 199
Luk: 66
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Ghost
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 414
AttackMotion: 1080
ClientAttackMotion: 720
DamageMotion: 336
Ai: 21
Class: Boss
Drops:
- Item: Cowking's_Nose_Ring
Rate: 5000
- Id: 2010
AegisName: G_MAJORUROS
Name: Ox
Level: 66
Hp: 500000
Sp: 0
BaseExp: 4
JobExp: 4
Attack: 1260
Attack2: 2000
Defense: 25
MagicDefense: 15
Str: 65
Agi: 50
Vit: 20
Int: 20
Dex: 94
Luk: 48
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Ghost
ElementLevel: 1
WalkSpeed: 250
AttackDelay: 1100
AttackMotion: 960
ClientAttackMotion: 1728
DamageMotion: 780
Ai: 24
Modes:
Detector: true
FixedItemDrop: true
- Id: 2011
AegisName: E_GHOUL
Name: Tenacious Ghoul
Level: 40
Hp: 99999
Sp: 0
BaseExp: 489
JobExp: 280
Attack: 420
Attack2: 80
Defense: 100
MagicDefense: 20
Agi: 20
Vit: 29
Int: 0
Dex: 45
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 2456
AttackMotion: 912
ClientAttackMotion: 408
DamageMotion: 504
Ai: 04
Drops:
- Item: Horrendous_Mouth
Rate: 3000
- Item: Oridecon_Stone
Rate: 55
- Item: White_Herb
Rate: 350
- Item: Green_Herb
Rate: 400
- Item: Pumpkin_Pie
Rate: 50
- Item: Ghoul_Card
Rate: 1
StealProtected: true
- Id: 2012
AegisName: E_ZOMBIE
Name: Tenacious Zombie
Level: 15
Hp: 99999
Sp: 0
BaseExp: 22
JobExp: 15
Attack: 67
Attack2: 12
Defense: 100
MagicDefense: 10
Agi: 8
Vit: 7
Int: 0
Dex: 15
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 2612
AttackMotion: 912
ClientAttackMotion: 816
DamageMotion: 288
Ai: 04
Drops:
- Item: Decayed_Nail
Rate: 4500
- Item: Cardinal_Jewel_
Rate: 3
- Item: Sticky_Mucus
Rate: 500
- Item: Horrendous_Mouth
Rate: 25
- Item: Pumpkin_Pie
Rate: 50
- Item: Zombie_Card
Rate: 1
StealProtected: true
- Id: 2013
AegisName: DRACO
Name: Draco
Level: 114
Hp: 18205
BaseExp: 2335
JobExp: 2128
Attack: 818
Attack2: 110
Defense: 56
MagicDefense: 3
Str: 21
Agi: 58
Vit: 47
Int: 34
Dex: 99
Luk: 66
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Dragon
Element: Earth
ElementLevel: 1
WalkSpeed: 250
AttackDelay: 576
AttackMotion: 960
ClientAttackMotion: 420
DamageMotion: 504
Ai: 03
Drops:
- Item: Dragon's_Mane
Rate: 1500
- Item: Dragon's_Skin
Rate: 50
- Item: Dragon_Canine
Rate: 50
- Item: Dragon_Train
Rate: 500
- Item: Dragon_Scale
Rate: 500
- Item: Honey
Rate: 250
- Item: Dragon_Vest
Rate: 5
- Item: Draco_Card
Rate: 1
StealProtected: true
- Id: 2014
AegisName: DRACO_EGG
Name: Draco Egg
Level: 101
Hp: 100000
BaseExp: 1200
JobExp: 990
Attack: 1
Attack2: 1
Defense: 384
MagicDefense: 30
Vit: 135
Int: 92
Luk: 98
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Dragon
Element: Earth
ElementLevel: 4
WalkSpeed: 1000
AttackDelay: 24
ClientAttackMotion: 0
Ai: 06
Drops:
- Item: Piece_Of_Egg_Shell
Rate: 2500
- Item: Egg_Shell
Rate: 10
- Item: Egg_Of_Draco_Card
Rate: 1
StealProtected: true
- Id: 2015
AegisName: PINGUICULA_D
Name: Dark Pinguicula
Level: 113
Hp: 18092
BaseExp: 2202
JobExp: 2106
Attack: 722
Attack2: 789
Defense: 59
MagicDefense: 35
Str: 89
Agi: 55
Vit: 55
Int: 95
Dex: 92
Luk: 12
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Poison
ElementLevel: 2
WalkSpeed: 290
AttackDelay: 1426
AttackMotion: 600
ClientAttackMotion: 360
DamageMotion: 360
Ai: 13
Drops:
- Item: Sharp_Leaf
Rate: 2500
- Item: Great_Leaf
Rate: 1000
- Item: Browny_Root
Rate: 1500
- Item: Karvodailnirol
Rate: 5
- Item: Withered_Flower
Rate: 500
- Item: Elder_Branch
Rate: 750
- Item: Rotha_Shield
Rate: 5
- Item: Pinguicula_Dark_Card
Rate: 1
StealProtected: true
- Id: 2016
AegisName: AQUA_ELEMENTAL
Name: Aqua Elemental
Level: 121
Hp: 37420
BaseExp: 3047
JobExp: 2924
Attack: 814
Attack2: 450
Defense: 23
MagicDefense: 8
Str: 95
Agi: 61
Vit: 25
Int: 25
Dex: 120
Luk: 40
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Water
ElementLevel: 4
WalkSpeed: 230
AttackDelay: 504
AttackMotion: 960
ClientAttackMotion: 480
DamageMotion: 576
Ai: 19
Drops:
- Item: Crystalized_Teardrop
Rate: 500
- Item: Fluorescent_Liquid
Rate: 2500
- Item: Tiny_Waterbottle
Rate: 50
- Item: Starsand_Of_Witch
Rate: 1250
- Item: Waterdrop_Brooch
Rate: 5
- Item: Aqua_Elemental_Card
Rate: 1
StealProtected: true
- Id: 2017
AegisName: RATA
Name: Rata
Level: 131
Hp: 58299
BaseExp: 5061
JobExp: 4037
Attack: 1080
Attack2: 211
Defense: 81
MagicDefense: 46
Str: 101
Agi: 74
Vit: 71
Int: 51
Dex: 147
Luk: 56
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Earth
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 792
AttackMotion: 540
ClientAttackMotion: 420
DamageMotion: 420
Ai: 20
Drops:
- Item: Unripe_Acorn
Rate: 2500
- Item: Acorn
Rate: 2500
- Item: Piece_Of_Darkness
Rate: 250
- Item: Veteran_Hammer
Rate: 50
- Item: Bradium
Rate: 5
- Item: Lata_Card
Rate: 1
StealProtected: true
- Id: 2018
AegisName: DUNEYRR
Name: Duneyrr
Level: 135
Hp: 63342
BaseExp: 5590
JobExp: 4815
Attack: 1250
Attack2: 301
Defense: 144
MagicDefense: 28
Str: 133
Agi: 69
Vit: 72
Int: 55
Dex: 165
Luk: 44
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Earth
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 672
AttackMotion: 420
ClientAttackMotion: 300
DamageMotion: 360
Ai: 20
Drops:
- Item: Carrot
Rate: 2500
- Item: Fur
Rate: 2000
- Item: Piece_Of_Darkness
Rate: 250
- Item: Eyes_Stone_Ring
Rate: 1
- Item: Veteran_Sword
Rate: 5
- Item: Veteran_Axe
Rate: 50
- Item: Bradium
Rate: 5
- Item: Duneirre_Card
Rate: 1
StealProtected: true
- Id: 2019
AegisName: ANCIENT_TREE
Name: Ancient Tree
Level: 144
Hp: 388933
BaseExp: 4750
JobExp: 3616
Attack: 1182
Attack2: 76
Defense: 226
MagicDefense: 37
Str: 148
Agi: 72
Vit: 93
Int: 58
Dex: 149
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Plant
Element: Earth
ElementLevel: 3
WalkSpeed: 290
AttackDelay: 504
AttackMotion: 960
ClientAttackMotion: 480
DamageMotion: 576
Ai: 13
Drops:
- Item: Tough_Vines
Rate: 500
- Item: Great_Leaf
Rate: 500
- Item: Log
Rate: 2500
- Item: Dead_Tree_Cane
Rate: 5
- Item: Vital_Tree_Shoes
Rate: 15
- Item: Elder_Branch
Rate: 500
- Item: Dew_Of_Old_Tree
Rate: 10
- Item: Ancient_Tree_Card
Rate: 1
StealProtected: true
- Id: 2020
AegisName: RHYNCHO
Name: Rhyncho
Level: 139
Hp: 337220
BaseExp: 3969
JobExp: 3020
Attack: 863
Attack2: 201
Defense: 68
MagicDefense: 12
Str: 119
Agi: 98
Vit: 62
Int: 48
Dex: 119
Luk: 46
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Water
ElementLevel: 3
WalkSpeed: 240
AttackDelay: 576
AttackMotion: 660
ClientAttackMotion: 300
DamageMotion: 420
Ai: 13
Drops:
- Item: Fluorescent_Liquid
Rate: 2500
- Item: Karvodailnirol
Rate: 3
- Item: Crystal_Of_Soul_01
Rate: 250
- Item: Ringco_Card
Rate: 1
StealProtected: true
- Id: 2021
AegisName: PHYLLA
Name: Phylla
Level: 139
Hp: 345560
BaseExp: 3969
JobExp: 3020
Attack: 825
Attack2: 176
Defense: 61
MagicDefense: 14
Str: 107
Agi: 85
Vit: 60
Int: 58
Dex: 152
Luk: 42
AttackRange: 10
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Water
ElementLevel: 3
WalkSpeed: 240
AttackDelay: 360
AttackMotion: 780
ClientAttackMotion: 540
DamageMotion: 432
Ai: 05
Drops:
- Item: Fluorescent_Liquid
Rate: 2500
- Item: Detrimindexta
Rate: 3
- Item: Crystal_Of_Soul_02
Rate: 250
- Item: Pillar_Card
Rate: 1
StealProtected: true
- Id: 2022
AegisName: S_NYDHOG
Name: Nidhoggur's Shadow
JapaneseName: Nidhoggr's Shadow
Level: 117
Hp: 3452000
Sp: 0
BaseExp: 2808000
JobExp: 1930500
MvpExp: 1404000
Attack: 6656
Attack2: 3840
Defense: 60
MagicDefense: 75
Agi: 34
Vit: 62
Int: 236
Dex: 263
Luk: 34
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Dragon
Element: Dark
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 1596
AttackMotion: 1620
ClientAttackMotion: 576
DamageMotion: 864
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Index: 0
Rate: 5500
- Item: Old_Violet_Box
Index: 1
Rate: 5000
- Item: Old_Card_Album
Index: 2
Rate: 2000
Drops:
- Item: Dark_Red_Scale
Rate: 2500
- Item: Treasure_Box
Rate: 2500
- Item: Bradium
Rate: 500
- Item: Cardo
Rate: 250
- Item: Katzbalger
Rate: 250
- Item: Pole_Axe
Rate: 250
- Item: Piece_Of_Angent_Skin
Rate: 1000
- Item: Nidhogg_Shadow_Card
Rate: 1
StealProtected: true
- Id: 2023
AegisName: DARK_SHADOW
Name: Dark Shadow
Level: 147
Hp: 434300
BaseExp: 4959
JobExp: 3775
Attack: 1353
Attack2: 157
Defense: 140
MagicDefense: 44
Str: 155
Agi: 126
Vit: 89
Int: 108
Dex: 213
Luk: 76
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Dark
ElementLevel: 2
WalkSpeed: 220
AttackDelay: 768
AttackMotion: 1776
ClientAttackMotion: 912
DamageMotion: 648
Ai: 19
Drops:
- Item: Piece_Of_Black_Cloth
Rate: 2500
- Item: Skul_Ring
Rate: 500
- Item: Dagger_Of_Hunter
Rate: 3
- Item: Piece_Of_Darkness
Rate: 500
- Item: Eyes_Stone_Ring
Rate: 3
- Item: Bradium_Stonehammer
Rate: 5
- Item: Bradium
Rate: 5
- Item: Dark_Shadow_Card
Rate: 1
StealProtected: true
- Id: 2024
AegisName: BRADIUM_GOLEM
Name: Bradium Golem
Level: 133
Hp: 45739
BaseExp: 4259
JobExp: 2371
Attack: 1307
Attack2: 103
Defense: 559
MagicDefense: 12
Str: 189
Agi: 25
Vit: 125
Int: 45
Dex: 104
Luk: 33
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
RaceGroups:
Golem: true
Element: Earth
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 1008
AttackMotion: 1200
ClientAttackMotion: 480
DamageMotion: 540
Ai: 20
Drops:
- Item: Stone_Piece
Rate: 1500
- Item: Stone_Heart
Rate: 2500
- Item: Purified_Bradium
Rate: 250
- Item: Bradium_Shield
Rate: 5
- Item: Runstone_Rare
Rate: 5
- Item: Bradium
Rate: 250
- Item: Bradium_Goram_Card
Rate: 1
StealProtected: true
- Id: 2025
AegisName: MYSTCASE_EVENT
Name: Wild Gift Box
Level: 10
Hp: 18
Sp: 0
BaseExp: 38
JobExp: 38
Attack: 10
Attack2: 10
Defense: 1
MagicDefense: 99
Dex: 48
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 1248
AttackMotion: 1248
ClientAttackMotion: 336
DamageMotion: 432
Ai: 01
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Chocolate
Rate: 1000
- Item: Candy
Rate: 1000
- Item: White_Chocolate
Rate: 500
- Item: Candy_Striper
Rate: 1000
- Id: 2026
AegisName: DANDELION_
Name: Runaway Dandelion Member
Level: 90
Hp: 552500
Sp: 0
BaseExp: 24750
JobExp: 11250
Attack: 3355
Attack2: 1250
Defense: 40
MagicDefense: 35
Agi: 66
Vit: 66
Int: 45
Dex: 106
Luk: 66
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Dark
ElementLevel: 1
WalkSpeed: 230
AttackDelay: 1772
AttackMotion: 72
ClientAttackMotion: 504
DamageMotion: 384
Ai: 21
Drops:
- Item: Old_Frying_Pan
Rate: 2500
- Item: Delicious_Fish
Rate: 250
- Item: Spoon_Stub
Rate: 1000
- Item: Mushroom
Rate: 1500
- Item: Outdoor_Cooking_Kits
Rate: 250
- Item: Green_Herb
Rate: 2500
- Item: Piece_Of_Egg_Shell
Rate: 1500
- Item: Tree_Root
Rate: 1000
StealProtected: true
- Id: 2027
AegisName: G_DARK_SHADOW
Name: Dark Shadow
Level: 147
Hp: 434300
Attack: 1353
Attack2: 157
Defense: 140
MagicDefense: 44
Str: 155
Agi: 126
Vit: 89
Int: 108
Dex: 213
Luk: 76
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Dark
ElementLevel: 2
WalkSpeed: 220
AttackDelay: 768
AttackMotion: 1776
ClientAttackMotion: 912
DamageMotion: 648
Ai: 24
Modes:
FixedItemDrop: true
# - Id: 2028
# AegisName: E_MINOROUS
# Name: Minorous
# Level: 1
# Hp: 741
# Attack: 30
# Attack2: 48
# Defense: 4
# MagicDefense: 5
# Str: 6
# Agi: 4
# Vit: 6
# Int: 6
# Dex: 5
# Luk: 3
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Large
# Race: Brute
# Element: Fire
# ElementLevel: 2
# WalkSpeed: 200
# AttackDelay: 1360
# AttackMotion: 960
# DamageMotion: 432
# Modes:
# NoRandomWalk: true
# Drops:
# - Item: Coin
# Rate: 5000
# - Id: 2029
# AegisName: E_MINOROUS_
# Name: Minorous
# Level: 10
# Hp: 15
# BaseExp: 9
# Attack: 100
# Attack2: 150
# Defense: 160
# MagicDefense: 99
# Dex: 100
# Luk: 100
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Large
# Race: Brute
# Element: Fire
# ElementLevel: 2
# WalkSpeed: 200
# AttackDelay: 1360
# AttackMotion: 960
# DamageMotion: 432
# Modes:
# NoRandomWalk: true
# Drops:
# - Item: Nose_Ring
# Rate: 10
# - Item: Natural_Leather
# Rate: 2000
# - Item: Natural_Leather
# Rate: 4000
# - Item: Natural_Leather
# Rate: 1000
# - Item: Sweet_Potato
# Rate: 1000
# - Item: Poo_Poo_Hat
# Rate: 1
# - Item: Grain
# Rate: 1000
# - Item: Gift_Box
# Rate: 1
# StealProtected: true
- Id: 2030
AegisName: HIDEN_PRIEST
Name: Hiden Priest
Level: 90
Hp: 240500
Sp: 0
Attack: 1430
Attack2: 683
MagicDefense: 30
Agi: 32
Vit: 40
Int: 100
Dex: 98
Luk: 40
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Undead
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 432
AttackMotion: 432
ClientAttackMotion: 288
DamageMotion: 360
Ai: 13
Modes:
Detector: true
Drops:
- Item: Pope's_Cookie
Rate: 2500
- Id: 2031
AegisName: DANDELION_H
Name: Dandelion
Level: 80
Hp: 120000
Sp: 0
Attack: 336
Attack2: 305
MagicDefense: 10
Agi: 19
Vit: 32
Int: 0
Dex: 76
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Dark
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 1772
AttackMotion: 72
ClientAttackMotion: 504
DamageMotion: 384
Ai: 13
Drops:
- Item: Pope's_Cookie
Rate: 2500
- Id: 2032
AegisName: GUARDIAN_FOREST
Name: Forest Guardian
Level: 50
Hp: 99999
Sp: 0
Attack: 3000
Attack2: 3000
Defense: 160
MagicDefense: 99
Str: 100
Agi: 100
Vit: 100
Int: 100
Dex: 100
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 868
AttackMotion: 480
ClientAttackMotion: 216
DamageMotion: 120
Ai: 13
Modes:
Detector: true
- Id: 2033
AegisName: GOLDEN_TULIP
Name: Golden Tulip
Level: 1
Hp: 100
Sp: 0
Attack: 1
Attack2: 1
Defense: 160
MagicDefense: 99
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 1
SkillRange: 7
ChaseRange: 12
Size: Small
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 1
AttackMotion: 1
ClientAttackMotion: 960
DamageMotion: 1
Ai: 06
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
KnockBackImmune: true
Drops:
- Item: Gold_Tulip
Rate: 10000
- Id: 2034
AegisName: M_DESERT_WOLF_B
Name: Baby Desert Wolf
Level: 9
Hp: 164
Sp: 15
Attack: 500
Attack2: 100
Agi: 9
Vit: 9
Int: 5
Dex: 40
Luk: 40
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Fire
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 1600
AttackMotion: 900
ClientAttackMotion: 216
DamageMotion: 240
Ai: 01
- Id: 2035
AegisName: NIHILITY_ZEM
Name: Nihility Zem
Level: 90
Hp: 200500
Sp: 0
Attack: 1
Attack2: 1
MagicDefense: 20
Int: 0
Luk: 20
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 1001
AttackMotion: 1
ClientAttackMotion: 0
DamageMotion: 1
Ai: 06
Modes:
Detector: true
- Id: 2036
AegisName: VALKYRIE_N
Name: Valkyrie Randgris
Level: 98
Hp: 11780
Sp: 0
Attack: 1014
Attack2: 150
Defense: 16
MagicDefense: 20
Agi: 24
Vit: 39
Int: 0
Dex: 86
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 3
WalkSpeed: 170
AttackDelay: 576
AttackMotion: 576
ClientAttackMotion: 504
DamageMotion: 480
Ai: 13
Drops:
- Item: Broken_Horn_Pipe
Index: 0
Rate: 4500
- Item: Broken_Horn_Pipe
Index: 1
Rate: 2500
- Item: Broken_Horn_Pipe
Index: 2
Rate: 2500
- Id: 2037
AegisName: VALKYRIE_A
Name: Valkyrie Randgris
Level: 90
Hp: 5500
Sp: 15
Attack: 11
Attack2: 150
Defense: 16
MagicDefense: 20
Agi: 20
Vit: 40
Int: 0
Dex: 24
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Angel
Element: Holy
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 576
AttackMotion: 576
ClientAttackMotion: 504
DamageMotion: 480
Ai: 01
- Id: 2038
AegisName: VALKYRIE_B
Name: Valkyrie Randgris
Level: 90
Hp: 10500
Sp: 15
Attack: 330
Attack2: 150
Defense: 16
MagicDefense: 40
Agi: 20
Vit: 80
Int: 0
Dex: 96
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Angel
Element: Holy
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 576
AttackMotion: 576
ClientAttackMotion: 504
DamageMotion: 480
Ai: 01
- Id: 2039
AegisName: EXECUTIONER_R
Name: Executioner
Level: 65
Hp: 28980
Sp: 0
Attack: 599
Attack2: 380
Defense: 56
MagicDefense: 35
Str: 64
Agi: 85
Vit: 40
Int: 25
Dex: 97
Luk: 60
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Dark
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 768
AttackMotion: 500
ClientAttackMotion: 480
DamageMotion: 384
Ai: 13
Class: Boss
- Id: 2040
AegisName: TIRFING_R
Name: Ogretooth
JapaneseName: Tirfing
Level: 71
Hp: 29900
Sp: 0
Attack: 1045
Attack2: 196
Defense: 48
MagicDefense: 35
Str: 58
Agi: 87
Vit: 55
Int: 35
Dex: 158
Luk: 65
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Dark
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 816
AttackMotion: 500
ClientAttackMotion: 576
DamageMotion: 240
Ai: 13
Class: Boss
- Id: 2041
AegisName: MYSTELTAINN_R
Name: Mysteltainn
Level: 76
Hp: 33350
Sp: 0
Attack: 1276
Attack2: 280
Defense: 48
MagicDefense: 30
Str: 77
Agi: 139
Vit: 80
Int: 35
Dex: 191
Luk: 65
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Dark
ElementLevel: 4
WalkSpeed: 250
AttackDelay: 1152
AttackMotion: 500
ClientAttackMotion: 768
DamageMotion: 240
Ai: 13
Class: Boss
Drops:
- Item: Orange_Potion
Rate: 2000
- Id: 2042
AegisName: SILVERSNIPER
Name: Silver Sniper
Level: 100
Hp: 4500
Sp: 0
Attack: 390
Defense: 80
MagicDefense: 10
Str: 10
Agi: 60
Vit: 10
Int: 10
Dex: 120
Luk: 10
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 504
AttackMotion: 1020
ClientAttackMotion: 960
DamageMotion: 360
Ai: 10
Drops:
- Item: Steel
Rate: 500
- Id: 2043
AegisName: MAGICDECOY_FIRE
Name: Magic Decoy
Level: 100
Hp: 2500
Sp: 0
Attack: 195
Defense: 16
MagicDefense: 60
Str: 10
Agi: 10
Vit: 10
Int: 100
Dex: 60
Luk: 10
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Fire
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 504
AttackMotion: 1020
ClientAttackMotion: 288
DamageMotion: 360
Ai: 06
Drops:
- Item: Steel
Rate: 500
- Id: 2044
AegisName: MAGICDECOY_WATER
Name: Magic Decoy
Level: 100
Hp: 2500
Sp: 0
Attack: 195
Defense: 16
MagicDefense: 60
Str: 10
Agi: 10
Vit: 10
Int: 100
Dex: 60
Luk: 10
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Water
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 504
AttackMotion: 1020
ClientAttackMotion: 288
DamageMotion: 360
Ai: 06
Drops:
- Item: Steel
Rate: 500
- Id: 2045
AegisName: MAGICDECOY_EARTH
Name: Magic Decoy
Level: 100
Hp: 2500
Sp: 0
Attack: 195
Defense: 16
MagicDefense: 60
Str: 10
Agi: 10
Vit: 10
Int: 100
Dex: 60
Luk: 10
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Earth
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 504
AttackMotion: 1020
ClientAttackMotion: 288
DamageMotion: 360
Ai: 06
Drops:
- Item: Steel
Rate: 500
- Id: 2046
AegisName: MAGICDECOY_WIND
Name: Magic Decoy
Level: 100
Hp: 2500
Sp: 0
Attack: 195
Defense: 16
MagicDefense: 60
Str: 10
Agi: 10
Vit: 10
Int: 100
Dex: 60
Luk: 10
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Wind
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 504
AttackMotion: 1020
ClientAttackMotion: 288
DamageMotion: 360
Ai: 06
Drops:
- Item: Steel
Rate: 500
- Id: 2047
AegisName: W_NAGA
Name: Naga
Level: 99
Hp: 46708
Sp: 0
Attack: 640
Attack2: 113
Defense: 61
MagicDefense: 15
Str: 113
Agi: 42
Vit: 30
Int: 18
Dex: 146
Luk: 13
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 400
AttackMotion: 864
ClientAttackMotion: 720
DamageMotion: 432
Ai: 04
Drops:
- Item: Scale_Of_Snakes
Rate: 2500
- Id: 2048
AegisName: W_PINGUICULA_D
Name: Dark Pinguicula
Level: 99
Hp: 8780
Sp: 0
Attack: 697
Attack2: 120
Defense: 24
MagicDefense: 5
Agi: 23
Vit: 22
Dex: 107
Luk: 2
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Poison
ElementLevel: 2
WalkSpeed: 290
AttackDelay: 1426
AttackMotion: 600
ClientAttackMotion: 360
DamageMotion: 360
Ai: 04
Drops:
- Item: Withered_Flower
Rate: 500
- Id: 2049
AegisName: W_BRADIUM_GOLEM
Name: Bradium Golem
Level: 99
Hp: 45200
Sp: 0
Attack: 936
Attack2: 166
Defense: 125
MagicDefense: 18
Str: 0
Agi: 10
Vit: 82
Int: 2
Dex: 72
Luk: 12
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Earth
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 1008
AttackMotion: 1200
ClientAttackMotion: 480
DamageMotion: 540
Ai: 04
Drops:
- Item: Purified_Bradium
Rate: 250
- Id: 2050
AegisName: W_AQUA_ELEMENTAL
Name: Aqua Elemental
Level: 99
Hp: 33220
Sp: 0
Attack: 547
Attack2: 95
Defense: 13
MagicDefense: 12
Agi: 23
Vit: 19
Int: 8
Dex: 92
Luk: 2
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Water
ElementLevel: 4
WalkSpeed: 230
AttackDelay: 504
AttackMotion: 960
ClientAttackMotion: 480
DamageMotion: 576
Ai: 05
Drops:
- Item: Tiny_Waterbottle
Rate: 50
# - Id: 2051
# AegisName: E_BAPHOMET
# Name: Baphomet
# Level: 1
# Attack: 1
# Attack2: 2
# Defense: 2
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Large
# Race: Demon
# Element: Neutral
# ElementLevel: 1
# WalkSpeed: 100
# AttackDelay: 768
# AttackMotion: 768
# DamageMotion: 576
# Ai: 21
# Modes:
# NoRandomWalk: true
# Drops:
# - Item: Fools_Day_Box
# Rate: 5000
# - Item: Fools_Day_Box2
# Rate: 5000
- Id: 2052
AegisName: E_DARKLORD
Name: Dark Lord
Level: 96
Hp: 100000000
BaseExp: 428544
JobExp: 279000
MvpExp: 214272
Attack: 3935
Attack2: 2585
Defense: 330
MagicDefense: 168
Str: 118
Agi: 136
Vit: 154
Int: 142
Dex: 193
Luk: 66
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Undead
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 868
AttackMotion: 768
ClientAttackMotion: 408
DamageMotion: 480
Ai: 01
Class: Boss
Modes:
IgnoreMelee: true
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Index: 0
Rate: 5000
- Item: Old_Violet_Box
Index: 1
Rate: 5000
- Item: Old_Violet_Box
Index: 2
Rate: 5000
Drops:
- Item: High_Weapon_Box
Rate: 5000
- Item: Iggdrasilberry_Box
Rate: 5000
- Item: Fruit_Of_Mastela_Box2
Rate: 10000
- Item: White_Potion_Box
Rate: 10000
- Item: Old_Ore_Box
Rate: 10000
- Item: Poison_Bottle_Box2
Rate: 10000
- Item: Brilliant_Hat_Box
Rate: 1000
- Item: Dark_Lord_Card
Rate: 1
StealProtected: true
# - Id: 2053
# AegisName: NC_DIMIK
# Name: Dimik
# Level: 77
# Hp: 10000
# Attack: 1040
# Attack2: 1880
# Defense: 72
# MagicDefense: 28
# Str: 15
# Agi: 35
# Vit: 40
# Int: 15
# Dex: 120
# Luk: 42
# AttackRange: 5
# SkillRange: 10
# ChaseRange: 12
# Size: Medium
# Race: Formless
# Element: Neutral
# ElementLevel: 2
# WalkSpeed: 200
# AttackDelay: 576
# AttackMotion: 720
# DamageMotion: 432
# Ai: 04
# Drops:
# - Item: Old_Steel_Plate
# Rate: 2000
# - Item: Transparent_Plate01
# Rate: 50
# - Item: Iron
# Rate: 300
# - Item: Mystery_Piece
# Rate: 300
# - Item: Dusk
# Rate: 5
# - Item: Oridecon
# Rate: 10
# - Item: Imperial_Cooking_Kits
# Rate: 50
# - Item: Dimik_Card
# Rate: 1
# StealProtected: true
# - Id: 2054
# AegisName: E_BATHORY
# Name: Bathory
# Level: 86
# Hp: 5242
# Attack: 229
# Attack2: 325
# Defense: 61
# MagicDefense: 41
# Str: 66
# Agi: 38
# Vit: 40
# Int: 55
# Dex: 56
# Luk: 50
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Medium
# Race: Demihuman
# Element: Dark
# ElementLevel: 1
# WalkSpeed: 100
# AttackDelay: 1504
# AttackMotion: 840
# DamageMotion: 900
# Ai: 21
# - Id: 2055
# AegisName: E_INCUBUS
# Name: Incubus
# Level: 75
# Hp: 17281
# Defense: 58
# MagicDefense: 46
# Agi: 97
# Vit: 95
# Int: 103
# Dex: 89
# Luk: 87
# AttackRange: 2
# SkillRange: 10
# ChaseRange: 12
# Size: Medium
# Race: Demon
# Element: Dark
# ElementLevel: 3
# WalkSpeed: 165
# AttackDelay: 850
# AttackMotion: 600
# DamageMotion: 336
# Ai: 21
# - Id: 2056
# AegisName: E_ZHERLTHSH
# Name: Zealotus
# JapaneseName: Zherlthsh
# Level: 63
# Hp: 18300
# Defense: 10
# MagicDefense: 15
# Str: 70
# Agi: 85
# Vit: 40
# Int: 30
# Dex: 125
# Luk: 60
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Medium
# Race: Demihuman
# Element: Neutral
# ElementLevel: 3
# WalkSpeed: 200
# AttackDelay: 800
# AttackMotion: 2112
# DamageMotion: 768
# Ai: 13
- Id: 2057
AegisName: E_CRAMP
Name: Strange Mouse
JapaneseName: Suspicious Mouse
Level: 1
Hp: 4720
Sp: 0
Attack: 1
Attack2: 1
Defense: 100
MagicDefense: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Poison
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 1000
AttackMotion: 500
ClientAttackMotion: 648
DamageMotion: 1000
Ai: 19
Drops:
- Item: Blue_Potion_B
Index: 0
Rate: 100
- Item: Blue_Potion_B
Index: 1
Rate: 100
- Item: Apple
Index: 2
Rate: 200
- Item: Candy_B
Index: 3
Rate: 500
- Item: Grape
Index: 4
Rate: 50
- Item: Grape
Index: 5
Rate: 50
- Item: Grape
Index: 6
Rate: 50
- Item: Monster_Coin
Index: 7
Rate: 5000
StealProtected: true
- Id: 2058
AegisName: M_MIMIC
Name: Mimic
Level: 51
Hp: 6120
Sp: 182
Attack: 800
Attack2: 150
Defense: 10
MagicDefense: 40
Str: 44
Agi: 121
Int: 60
Dex: 75
Luk: 110
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 972
AttackMotion: 500
ClientAttackMotion: 480
DamageMotion: 288
Ai: 19
- Id: 2059
AegisName: M_DISGUISE
Name: Disguise
Level: 55
Hp: 7543
Sp: 180
Attack: 526
Attack2: 167
Defense: 18
MagicDefense: 29
Str: 0
Agi: 72
Vit: 45
Int: 35
Dex: 48
Luk: 65
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Earth
ElementLevel: 4
WalkSpeed: 147
AttackDelay: 516
AttackMotion: 768
ClientAttackMotion: 360
DamageMotion: 384
Ai: 04
Modes:
Detector: true
- Id: 2060
AegisName: M_ALICE
Name: Alice
Level: 62
Hp: 10000
Sp: 221
Attack: 700
Attack2: 150
Defense: 5
MagicDefense: 5
Str: 64
Agi: 64
Vit: 42
Int: 85
Dex: 100
Luk: 130
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 502
AttackMotion: 1999
ClientAttackMotion: 2112
DamageMotion: 480
Ai: 17
# - Id: 2061
# AegisName: E_STAPO
# Name: Stapo
# Level: 23
# Hp: 666
# BaseExp: 299
# JobExp: 199
# Attack: 135
# Attack2: 370
# Defense: 90
# MagicDefense: 5
# Str: 12
# Agi: 11
# Vit: 15
# Int: 12
# Dex: 23
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Small
# Race: Formless
# Element: Earth
# ElementLevel: 2
# WalkSpeed: 300
# AttackDelay: 936
# AttackMotion: 792
# DamageMotion: 432
# Ai: 02
# Drops:
# - Item: Jellopy
# Rate: 1000
# - Item: Jubilee
# Rate: 1000
# - Item: Apple
# Rate: 1000
# - Item: Large_Jellopy
# Rate: 100
# - Item: Yellow_Live
# Rate: 10
# - Item: Seismic_Fist
# Rate: 3
# - Item: Lost_Card2
# Rate: 5000
# - Item: Stapo_Card
# Rate: 1
# StealProtected: true
# - Id: 2062
# AegisName: E_POPORING
# Name: poporing
# JapaneseName: Poporing
# Level: 14
# Hp: 344
# BaseExp: 73
# JobExp: 40
# Attack: 59
# Attack2: 72
# MagicDefense: 10
# Agi: 14
# Vit: 14
# Dex: 19
# Luk: 15
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Medium
# Race: Plant
# Element: Poison
# ElementLevel: 1
# WalkSpeed: 300
# AttackDelay: 1672
# AttackMotion: 672
# DamageMotion: 480
# Ai: 02
# Drops:
# - Item: Sticky_Mucus
# Rate: 5500
# - Item: Garlet
# Rate: 1500
# - Item: Green_Herb
# Rate: 500
# - Item: Grape
# Rate: 200
# - Item: Lost_Card3
# Rate: 2000
# - Item: Main_Gauche
# Rate: 5
# - Item: Apple
# Rate: 250
# - Item: Poporing_Card
# Rate: 1
# StealProtected: true
# - Id: 2063
# AegisName: E_DROPS
# Name: Drops
# Level: 3
# Hp: 55
# BaseExp: 4
# JobExp: 3
# Attack: 10
# Attack2: 13
# Agi: 3
# Vit: 3
# Dex: 12
# Luk: 15
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Medium
# Race: Plant
# Element: Fire
# ElementLevel: 1
# WalkSpeed: 400
# AttackDelay: 1372
# AttackMotion: 672
# DamageMotion: 480
# Ai: 02
# Drops:
# - Item: Jellopy
# Rate: 7500
# - Item: Rod_
# Rate: 80
# - Item: Sticky_Mucus
# Rate: 500
# - Item: Apple
# Rate: 1100
# - Item: Empty_Bottle
# Rate: 1700
# - Item: Lost_Card1
# Rate: 2000
# - Item: Orange_Juice
# Rate: 20
# - Item: Drops_Card
# Rate: 1
# StealProtected: true
# - Id: 2064
# AegisName: E_MAGMARING
# Name: Magmaring
# Level: 40
# Hp: 5300
# BaseExp: 1899
# JobExp: 1719
# Attack: 550
# Attack2: 700
# Defense: 25
# MagicDefense: 24
# Str: 40
# Agi: 60
# Vit: 30
# Int: 10
# Dex: 60
# Luk: 17
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Small
# Race: Formless
# Element: Fire
# ElementLevel: 2
# WalkSpeed: 300
# AttackDelay: 1472
# AttackMotion: 384
# DamageMotion: 288
# Ai: 02
# Drops:
# - Item: Burning_Heart
# Rate: 3000
# - Item: Elunium_Stone
# Rate: 34
# - Item: Lost_Card1
# Rate: 2000
# - Item: Lost_Card2
# Rate: 2000
# - Item: Lost_Card3
# Rate: 2000
# - Item: Lost_Card4
# Rate: 2000
# - Item: Magmaring_Card
# Rate: 1
# StealProtected: true
# - Id: 2065
# AegisName: E_METALING
# Name: Metaling
# Level: 26
# Hp: 889
# BaseExp: 443
# JobExp: 224
# Attack: 135
# Attack2: 270
# Defense: 5
# MagicDefense: 3
# Str: 30
# Agi: 15
# Vit: 10
# Int: 18
# Dex: 35
# Luk: 2
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Small
# Race: Formless
# Element: Neutral
# ElementLevel: 1
# WalkSpeed: 300
# AttackDelay: 384
# AttackMotion: 672
# DamageMotion: 480
# Ai: 02
# Drops:
# - Item: Tube
# Rate: 4000
# - Item: Lost_Card4
# Rate: 4000
# - Item: Iron
# Rate: 500
# - Item: Large_Jellopy
# Rate: 1000
# - Item: Screw
# Rate: 200
# - Item: Crimson_Bolt_
# Rate: 5
# - Item: Jubilee
# Rate: 5000
# - Item: Metaling_Card
# Rate: 1
# StealProtected: true
- Id: 2066
AegisName: E_ANOPHELES
Name: Anopheles
Level: 5
Hp: 50
BaseExp: 1
JobExp: 1
Attack: 140
Attack2: 18
Defense: 8
MagicDefense: 10
Agi: 30
Dex: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 3
WalkSpeed: 170
AttackDelay: 1084
AttackMotion: 2304
ClientAttackMotion: 420
DamageMotion: 576
Ai: 01
Class: Event
Modes:
Detector: true
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
MvpDrops:
- Item: Mosquito_Coil
Rate: 10000
Drops:
- Item: Anopheles_Card
Rate: 1
StealProtected: true
- Id: 2067
AegisName: E_ANOPHELES_
Name: Anopheles
Level: 3
Hp: 500
BaseExp: 1
JobExp: 1
Attack: 40
Attack2: 18
Defense: 8
MagicDefense: 100
Agi: 100
Dex: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 3
WalkSpeed: 170
AttackDelay: 1084
AttackMotion: 2304
ClientAttackMotion: 420
DamageMotion: 576
Ai: 01
Class: Event
Modes:
Detector: true
Drops:
- Item: Animal_Blood
Rate: 5
- Item: Anopheles_Card
Rate: 1
StealProtected: true
- Id: 2068
AegisName: BOITATA
Name: Boitata
Level: 93
Hp: 1283990
BaseExp: 44573
JobExp: 38975
MvpExp: 37144
Attack: 1378
Attack2: 962
Defense: 32
MagicDefense: 66
Str: 140
Agi: 99
Vit: 30
Int: 109
Dex: 120
Luk: 90
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Fire
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1152
AttackMotion: 1152
ClientAttackMotion: 240
DamageMotion: 576
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Bs_Making_S
Rate: 5000
- Item: Old_Violet_Box
Rate: 5000
- Item: Old_Card_Album
Rate: 2000
Drops:
- Item: Treasure_Box
Rate: 2500
- Item: Hurricane_Fury
Rate: 50
- Item: Hunting_Spear
Rate: 50
- Item: Yggdrasilberry
Rate: 250
- Item: Elunium
Rate: 500
- Item: Shadowdecon
Rate: 50
- Item: Hell_Fire
Rate: 50
- Item: Boitata_Card
Rate: 1
StealProtected: true
- Id: 2069
AegisName: IARA
Name: Iara
Level: 79
Hp: 4262
BaseExp: 854
JobExp: 794
Attack: 220
Attack2: 99
MagicDefense: 76
Str: 69
Agi: 14
Vit: 41
Int: 60
Dex: 83
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 384
AttackMotion: 672
ClientAttackMotion: 384
DamageMotion: 288
Ai: 17
Drops:
- Item: Mistic_Frozen
Rate: 3
- Item: Heart_Of_Mermaid
Rate: 4500
- Item: Fin
Rate: 250
- Item: Witherless_Rose
Rate: 25
- Item: Crystal_Mirror
Rate: 50
- Item: Illusion_Flower
Rate: 5
- Item: Mage_Coat
Rate: 1
- Item: Iara_Card
Rate: 1
StealProtected: true
- Id: 2070
AegisName: PIRANHA
Name: Piranha
Level: 75
Hp: 4219
BaseExp: 794
JobExp: 734
Attack: 221
Attack2: 41
Defense: 7
MagicDefense: 12
Str: 69
Agi: 45
Vit: 30
Int: 30
Dex: 79
Luk: 35
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Fish
Element: Water
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 768
AttackMotion: 480
ClientAttackMotion: 288
DamageMotion: 864
Ai: 04
Drops:
- Item: Gill
Rate: 300
- Item: Mistic_Frozen
Rate: 3
- Item: Sharp_Scale
Rate: 4500
- Item: Tooth_Of_Ancient_Fish
Rate: 250
- Item: Lip_Of_Ancient_Fish
Rate: 250
- Item: Scalpel
Rate: 1
- Item: Fisherman's_Dagger
Rate: 3
- Item: Piranha_Card
Rate: 1
StealProtected: true
- Id: 2071
AegisName: HEADLESS_MULE
Name: Headless Mule
Level: 80
Hp: 3268
BaseExp: 869
JobExp: 809
Attack: 309
Attack2: 57
Defense: 33
MagicDefense: 44
Str: 68
Agi: 51
Vit: 50
Int: 35
Dex: 80
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Fire
ElementLevel: 3
WalkSpeed: 165
AttackDelay: 1216
AttackMotion: 816
ClientAttackMotion: 288
DamageMotion: 432
Ai: 04
Modes:
Detector: true
Drops:
- Item: Burning_Horse_Shoe
Index: 0
Rate: 2000
- Item: Plate_Armor_
Index: 1
Rate: 3
- Item: Burning_Heart
Index: 2
Rate: 500
- Item: Hot_Hair
Index: 3
Rate: 500
- Item: Inverse_Scale
Index: 4
Rate: 1
- Item: Plate_Armor_
Index: 5
Rate: 1
- Item: Scarlet_Katar
Index: 6
Rate: 50
RandomOptionGroup: Group_5
- Item: Headless_Mule_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 2072
AegisName: JAGUAR
Name: Jaguar
Level: 71
Hp: 3103
BaseExp: 774
JobExp: 678
Attack: 250
Attack2: 42
Defense: 44
MagicDefense: 15
Str: 69
Agi: 30
Vit: 45
Int: 5
Dex: 71
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 576
AttackMotion: 1248
ClientAttackMotion: 432
DamageMotion: 480
Ai: 17
Drops:
- Item: Leopard_Skin
Rate: 1500
- Item: Leopard_Talon
Rate: 1000
- Item: Animal's_Skin
Rate: 500
- Item: Oridecon_Stone
Rate: 20
- Item: Scarlet_Knuckle
Rate: 50
RandomOptionGroup: Group_5
- Item: Jaguar_Card
Rate: 1
StealProtected: true
- Id: 2073
AegisName: TOUCAN
Name: Toucan
Level: 70
Hp: 2564
BaseExp: 677
JobExp: 621
Attack: 211
Attack2: 35
Defense: 12
MagicDefense: 12
Str: 54
Agi: 14
Vit: 40
Int: 35
Dex: 48
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Wind
ElementLevel: 2
WalkSpeed: 155
AttackDelay: 960
AttackMotion: 1440
ClientAttackMotion: 300
DamageMotion: 960
Ai: 03
Drops:
- Item: Talon
Rate: 1500
- Item: Cyfar
Rate: 500
- Item: Blue_Herb
Rate: 25
- Item: Yellow_Herb
Rate: 50
- Item: Flower_Ring
Rate: 100
- Item: Toucan_Card
Rate: 1
StealProtected: true
- Id: 2074
AegisName: CURUPIRA
Name: Curupira
Level: 68
Hp: 2561
BaseExp: 683
JobExp: 595
Attack: 218
Attack2: 35
Defense: 42
MagicDefense: 12
Str: 32
Agi: 23
Vit: 38
Int: 20
Dex: 50
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Earth
ElementLevel: 1
WalkSpeed: 250
AttackDelay: 528
AttackMotion: 480
ClientAttackMotion: 192
DamageMotion: 384
Ai: 07
Drops:
- Item: Meat
Rate: 1500
- Item: Elunium_Stone
Rate: 125
- Item: Emveretarcon
Rate: 5
- Item: Tiger_Skin_Panties
Rate: 250
- Item: Mace_
Rate: 50
- Item: Curupira_Card
Rate: 1
StealProtected: true
- Id: 2075
AegisName: E_VADON_X
Name: Ragunta
Level: 1
Hp: 300
Sp: 0
Attack: 4620
Attack2: 2600
Defense: 42
MagicDefense: 32
Str: 200
Vit: 30
Int: 35
Dex: 222
Luk: 32
AttackRange: 5
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1632
AttackMotion: 432
ClientAttackMotion: 420
DamageMotion: 540
# Ai:
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Mvp: true
MvpDrops:
- Item: Valhalla_Flower
Index: 0
Rate: 10000
- Item: Valhalla_Flower
Index: 1
Rate: 10000
- Item: Valhalla_Flower
Index: 2
Rate: 10000
Drops:
- Item: Crystal_Blue
Index: 0
Rate: 20
- Item: Nipper
Index: 1
Rate: 4500
- Item: Garlet
Index: 2
Rate: 1500
- Item: Padded_Armor_
Index: 3
Rate: 3
# RandomOptionGroup: 30L
- Item: Solid_Shell
Index: 4
Rate: 50
- Item: Elunium_Stone
Index: 5
Rate: 20
- Item: Nipper
Index: 6
Rate: 1
StealProtected: true
- Id: 2076
AegisName: S_WIND_GHOST
Name: Shadow of Deception
Level: 105
Hp: 190800
Attack: 601
Attack2: 495
Defense: 64
MagicDefense: 51
Str: 62
Agi: 44
Vit: 25
Int: 105
Dex: 102
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Wind
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1056
AttackMotion: 1056
ClientAttackMotion: 720
DamageMotion: 336
Ai: 19
Modes:
Detector: true
- Id: 2077
AegisName: S_SKOGUL
Name: Shadow of Illusion
Level: 105
Hp: 244400
Attack: 1183
Attack2: 256
Defense: 72
MagicDefense: 15
Str: 100
Agi: 88
Vit: 63
Int: 99
Dex: 114
Luk: 37
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 190
AttackDelay: 720
AttackMotion: 384
ClientAttackMotion: 360
DamageMotion: 480
Ai: 19
Modes:
Detector: true
- Id: 2078
AegisName: S_SUCCUBUS
Name: Shadow of Pleasure
Level: 105
Hp: 206660
Attack: 1144
Attack2: 324
Defense: 76
MagicDefense: 48
Str: 100
Agi: 70
Vit: 45
Int: 110
Dex: 122
Luk: 85
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 155
AttackDelay: 1306
AttackMotion: 1056
ClientAttackMotion: 576
DamageMotion: 288
Ai: 19
Modes:
Detector: true
- Id: 2079
AegisName: CRYSTAL_H
Name: Crystal
Level: 77
Hp: 7777777
BaseExp: 2077777
JobExp: 1888888
Attack: 19555
Attack2: 7777
Defense: 77
MagicDefense: 77
Agi: 7
Vit: 7
Int: 77
Dex: 92
Luk: 77
SkillRange: 0
ChaseRange: 0
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 177
AttackDelay: 1152
AttackMotion: 1152
ClientAttackMotion: 960
DamageMotion: 288
Ai: 21
Class: Boss
- Id: 2080
AegisName: CRYSTAL_L
Name: Crystal
Level: 1
Hp: 100
Defense: 99
MagicDefense: 160
Dex: 999
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 177
AttackDelay: 1864
AttackMotion: 864
ClientAttackMotion: 960
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: 2019_SStarR_Ticket
Index: 0
Rate: 1500
- Item: 2019_SStarR_Ticket
Index: 1
Rate: 800
- Item: 2019_SStarR_Ticket
Index: 2
Rate: 400
- Item: 2019_SStarR_Tbox
Index: 3
Rate: 200
- Item: E_Bcrystal_Box
Index: 4
Rate: 150
- Item: Crystal_Blue
Index: 5
Rate: 2500
- Item: Oridecon_Stone
Index: 6
Rate: 800
- Id: 2081
AegisName: E_HYDRA
Name: Strange Hydra
JapaneseName: Suspicious Hydra
Level: 34
Hp: 854
Attack: 1
Attack2: 1
Defense: 100
MagicDefense: 100
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Water
ElementLevel: 2
WalkSpeed: 1000
AttackDelay: 800
AttackMotion: 432
ClientAttackMotion: 336
DamageMotion: 600
Ai: 06
Class: Guardian
- Id: 2082
AegisName: G_PIRANHA
Name: Piranha
Level: 75
Hp: 4219
Attack: 221
Attack2: 41
Defense: 7
MagicDefense: 12
Str: 69
Agi: 45
Vit: 30
Int: 30
Dex: 79
Luk: 35
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Fish
Element: Water
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 768
AttackMotion: 480
ClientAttackMotion: 288
DamageMotion: 864
Ai: 20
Modes:
FixedItemDrop: true
- Id: 2083
AegisName: HORN_SCARABA
Name: One-Horned Scaraba
JapaneseName: Scaraba
Level: 130
Hp: 51100
BaseExp: 2610
JobExp: 2646
Attack: 886
Attack2: 91
Defense: 135
MagicDefense: 20
Str: 44
Agi: 59
Vit: 55
Int: 21
Dex: 99
Luk: 33
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
RaceGroups:
Scaraba: true
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 384
AttackMotion: 672
ClientAttackMotion: 360
DamageMotion: 360
Ai: 03
Modes:
Detector: true
Drops:
- Item: Singlehorn_Helm
Rate: 3250
- Item: Imperial_Spear
Rate: 5
- Item: Runstone_Ancient
Rate: 5
- Item: Elder_Branch
Rate: 50
- Item: Yellow_Live
Rate: 50
- Item: Doram_High_Suit
Rate: 20
- Item: Scaraba_Card
Rate: 1
StealProtected: true
- Id: 2084
AegisName: HORN_SCARABA2
Name: Two-Horned Scaraba
JapaneseName: Scaraba
Level: 134
Hp: 58900
BaseExp: 2890
JobExp: 3000
Attack: 1935
Attack2: 105
Defense: 150
MagicDefense: 38
Str: 44
Agi: 68
Vit: 72
Int: 45
Dex: 126
Luk: 51
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
RaceGroups:
Scaraba: true
Element: Earth
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 336
AttackMotion: 360
ClientAttackMotion: 240
DamageMotion: 360
Ai: 03
Modes:
Detector: true
Drops:
- Item: Twinhorn_Helm
Rate: 3250
- Item: Black_Wing
Rate: 5
- Item: Runstone_Ancient
Rate: 5
- Item: Elder_Branch
Rate: 50
- Item: Yellow_Live
Rate: 50
- Item: Doram_High_Shoes
Rate: 20
- Item: Scaraba_Card
Rate: 1
StealProtected: true
- Id: 2085
AegisName: ANTLER_SCARABA
Name: Antler Scaraba
Level: 136
Hp: 62600
BaseExp: 3165
JobExp: 3467
Attack: 1418
Attack2: 410
Defense: 155
MagicDefense: 102
Str: 23
Agi: 99
Vit: 59
Int: 129
Dex: 137
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
RaceGroups:
Scaraba: true
Element: Earth
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 504
AttackMotion: 624
ClientAttackMotion: 480
DamageMotion: 360
Ai: 04
Modes:
Detector: true
Drops:
- Item: Antler_Helm
Rate: 3250
- Item: Green_Whistle
Rate: 5
- Item: Runstone_Ancient
Rate: 5
- Item: Elder_Branch
Rate: 50
- Item: Yellow_Live
Rate: 50
- Item: Magical_Foxtail
Rate: 1
- Item: Ex_Model_Foxtail
Rate: 1
- Item: Scaraba_Card
Rate: 1
StealProtected: true
- Id: 2086
AegisName: RAKE_SCARABA
Name: Rake Scaraba
Level: 139
Hp: 67700
BaseExp: 3495
JobExp: 3955
Attack: 1645
Attack2: 112
Defense: 250
MagicDefense: 70
Str: 90
Agi: 66
Vit: 145
Int: 52
Dex: 168
Luk: 77
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
RaceGroups:
Scaraba: true
Element: Earth
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 588
AttackMotion: 768
ClientAttackMotion: 420
DamageMotion: 480
Ai: 04
Modes:
Detector: true
Drops:
- Item: Rakehorn_Helm
Rate: 3250
- Item: Red_Ether_Bag
Rate: 5
- Item: Runstone_Ancient
Rate: 5
- Item: Bone_Plate
Rate: 50
- Item: Yellow_Live
Rate: 50
- Item: Doram_High_Cape
Rate: 20
- Item: Apple
Rate: 20
- Item: Scaraba_Card
Rate: 1
StealProtected: true
- Id: 2087
AegisName: QUEEN_SCARABA
Name: Scaraba Queen
JapaneseName: Queen Scaraba
Level: 140
Hp: 2441600
BaseExp: 266643
JobExp: 116710
MvpExp: 133321
Attack: 2834
Attack2: 1240
Defense: 350
MagicDefense: 220
Str: 100
Agi: 88
Vit: 82
Int: 149
Dex: 317
Luk: 144
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
RaceGroups:
Scaraba: true
Element: Earth
ElementLevel: 3
WalkSpeed: 120
AttackDelay: 864
AttackMotion: 1000
ClientAttackMotion: 300
DamageMotion: 360
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Bs_Making_S
Index: 0
Rate: 5000
- Item: Old_Card_Album
Index: 1
Rate: 5000
- Item: Old_Card_Album
Index: 2
Rate: 2000
Drops:
- Item: Queen_Wing_Piece
Rate: 3500
- Item: Alca_Bringer
Rate: 500
- Item: Meteo_Plate_Armor
Rate: 500
- Item: Chrome_Twohand_Sword
Rate: 200
- Item: Mystic_Bow
Rate: 250
- Item: Zelunium
Rate: 50
- Item: Q_Scaraba_Card
Rate: 1
StealProtected: true
- Id: 2088
AegisName: HORN_SCARABA_EGG
Name: Scaraba Egg
Level: 125
Hp: 63000
BaseExp: 2600
JobExp: 1980
Attack: 1
Attack2: 1
Defense: 230
MagicDefense: 55
Vit: 130
Int: 34
Luk: 80
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
RaceGroups:
Scaraba: true
Element: Neutral
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 96
AttackMotion: 1
ClientAttackMotion: 0
DamageMotion: 480
Ai: 06
Modes:
Detector: true
Drops:
- Item: Piece_Of_Egg_Shell
Rate: 2500
- Item: Honey
Rate: 50
- Item: Elunium
Rate: 5
- Id: 2089
AegisName: HORN_SCARABA2_EGG
Name: Scaraba Egg
Level: 126
Hp: 66000
BaseExp: 2600
JobExp: 1980
Attack: 1
Attack2: 1
Defense: 250
MagicDefense: 62
Vit: 130
Int: 48
Luk: 80
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
RaceGroups:
Scaraba: true
Element: Neutral
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 96
AttackMotion: 1
ClientAttackMotion: 0
DamageMotion: 480
Ai: 06
Modes:
Detector: true
Drops:
- Item: Piece_Of_Egg_Shell
Rate: 2500
- Item: Honey
Rate: 50
- Item: Elunium
Rate: 5
- Id: 2090
AegisName: ANTLER_SCARABA_EGG
Name: Antler Scaraba Egg
Level: 127
Hp: 69000
BaseExp: 2600
JobExp: 1980
Attack: 1
Attack2: 1
Defense: 235
MagicDefense: 180
Vit: 130
Int: 82
Luk: 80
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
RaceGroups:
Scaraba: true
Element: Neutral
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 96
AttackMotion: 1
ClientAttackMotion: 0
DamageMotion: 480
Ai: 06
Modes:
Detector: true
Drops:
- Item: Piece_Of_Egg_Shell
Rate: 2500
- Item: Honey
Rate: 50
- Item: Elunium
Rate: 5
- Id: 2091
AegisName: RAKE_SCARABA_EGG
Name: Rake Scaraba Egg
Level: 128
Hp: 72000
BaseExp: 2600
JobExp: 1980
Attack: 1
Attack2: 1
Defense: 290
MagicDefense: 44
Vit: 130
Int: 39
Luk: 80
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
RaceGroups:
Scaraba: true
Element: Neutral
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 96
AttackMotion: 1
ClientAttackMotion: 0
DamageMotion: 480
Ai: 06
Modes:
Detector: true
Drops:
- Item: Piece_Of_Egg_Shell
Rate: 2500
- Item: Honey
Rate: 50
- Item: Elunium
Rate: 5
- Item: Imperial_Guard
Rate: 250
- Id: 2092
AegisName: DOLOMEDES
Name: Dolomedes
Level: 132
Hp: 54591
BaseExp: 3351
JobExp: 3401
Attack: 1016
Attack2: 286
Defense: 112
MagicDefense: 52
Str: 149
Agi: 34
Vit: 82
Int: 55
Dex: 143
Luk: 67
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
Element: Water
ElementLevel: 3
WalkSpeed: 250
AttackDelay: 360
AttackMotion: 360
ClientAttackMotion: 300
DamageMotion: 600
Ai: 04
Modes:
Detector: true
Drops:
- Item: Small_Bradium
Rate: 1500
- Item: White_Spider_Limb
Rate: 2500
- Item: Purified_Bradium
Rate: 250
- Item: Bradium_Ring
Rate: 5
- Item: Runstone_Rare
Rate: 5
- Item: Bradium
Rate: 250
- Item: Stem_Whip
Rate: 5
- Item: Dolomedes_Card
Rate: 1
StealProtected: true
- Id: 2093
AegisName: BOTARING
Name: Botaring
Level: 15
Hp: 15
BaseExp: 3
JobExp: 3
Attack: 20
Attack2: 20
Defense: 20
MagicDefense: 20
Str: 10
Agi: 10
Vit: 10
Int: 10
Dex: 77
Luk: 77
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Holy
ElementLevel: 1
WalkSpeed: 170
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 240
DamageMotion: 480
Ai: 01
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Crumpled_Paper
Index: 0
Rate: 3500
- Item: Crumpled_Paper
Index: 1
Rate: 1750
- Item: Crumpled_Paper
Index: 2
Rate: 500
- Item: Event_Pierrot_Nose
Index: 3
Rate: 350
- Item: Gift_Box_1
Index: 4
Rate: 1000
- Item: Gift_Box_2
Index: 5
Rate: 1000
- Item: Gift_Box_3
Index: 6
Rate: 1000
- Item: Old_Blue_Box
Index: 7
Rate: 250
StealProtected: true
- Id: 2094
AegisName: E_ORK_HERO2
Name: Orc Hero
Level: 50
Hp: 362000
BaseExp: 1005
JobExp: 1005
MvpExp: 502
Attack: 662
Attack2: 441
Defense: 197
MagicDefense: 70
Str: 97
Agi: 82
Vit: 107
Int: 71
Dex: 144
Luk: 43
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Earth
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1678
AttackMotion: 780
ClientAttackMotion: 660
DamageMotion: 648
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Red_Jewel
Index: 0
Rate: 2000
- Item: Yggdrasilberry
Index: 1
Rate: 5000
- Item: Yggdrasilberry
Index: 2
Rate: 5000
Drops:
- Item: Voucher_Of_Orcish_Hero
Rate: 4850
- Item: Monkey_Circlet
Rate: 250
- Item: Right_Epsilon
Rate: 75
- Item: Splendid_Box
Rate: 25
- Item: Orcish_Sword
Rate: 500
- Item: Elunium
Rate: 2280
- Item: Giant_Axe
Rate: 50
- Item: Orc_Hero_Card
Rate: 1
StealProtected: true
- Id: 2095
AegisName: E_EDDGA
Name: Eddga
Level: 65
Hp: 947500
BaseExp: 1005
JobExp: 1005
MvpExp: 502
Attack: 1509
Attack2: 776
Defense: 166
MagicDefense: 70
Str: 92
Agi: 80
Vit: 103
Int: 66
Dex: 139
Luk: 85
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Fire
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 872
AttackMotion: 1344
ClientAttackMotion: 408
DamageMotion: 432
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Tiger's_Skin
Index: 0
Rate: 5000
- Item: Tiger_Footskin
Index: 1
Rate: 3000
- Item: Tiger_Footskin
Index: 2
Rate: 3000
Drops:
- Item: Fire_Brand
Rate: 75
- Item: Smoking_Pipe
Rate: 125
- Item: Honey
Rate: 5000
- Item: Splendid_Box
Rate: 25
- Item: Tiger_Footskin
Rate: 125
- Item: Elunium
Rate: 1150
- Item: Krieg
Rate: 50
- Item: BigFoot_Card
Rate: 1
StealProtected: true
- Id: 2096
AegisName: E_OSIRIS2
Name: Osiris
Level: 68
Hp: 475840
BaseExp: 1005
JobExp: 1005
MvpExp: 502
Attack: 1580
Attack2: 903
Defense: 172
MagicDefense: 164
Str: 97
Agi: 99
Vit: 86
Int: 131
Dex: 145
Luk: 67
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 1072
AttackMotion: 672
ClientAttackMotion: 192
DamageMotion: 384
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Blue_Box
Index: 0
Rate: 4000
- Item: Seed_Of_Yggdrasil
Index: 1
Rate: 500
- Item: Seed_Of_Yggdrasil
Index: 2
Rate: 500
Drops:
- Item: Old_Violet_Box
Rate: 1000
- Item: Assasin_Dagger
Rate: 75
- Item: Crown
Rate: 100
- Item: Splendid_Box
Rate: 25
- Item: Sacred_Marks
Rate: 500
- Item: Spinx_Helm
Rate: 75
- Item: Cakram
Rate: 50
- Item: Osiris_Card
Rate: 1
StealProtected: true
- Id: 2097
AegisName: E_DRACULA
Name: Dracula
Level: 75
Hp: 350000
BaseExp: 1105
JobExp: 1005
MvpExp: 502
Attack: 1454
Attack2: 1812
Defense: 152
MagicDefense: 146
Str: 86
Agi: 99
Vit: 88
Int: 92
Dex: 174
Luk: 82
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 4
WalkSpeed: 145
AttackDelay: 1290
AttackMotion: 1140
ClientAttackMotion: 780
DamageMotion: 576
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Yggdrasilberry
Index: 0
Rate: 5500
- Item: Crystal_Jewel__
Index: 1
Rate: 5000
- Item: Crystal_Jewel__
Index: 2
Rate: 5000
Drops:
- Item: Yggdrasilberry
Rate: 2350
- Item: Wizardy_Staff
Rate: 3
- Item: Balistar
Rate: 3
- Item: Cape_Of_Ancient_Lord
Rate: 8
- Item: Ring_
Rate: 2
- Item: Book_Of_The_Apocalypse
Rate: 2
- Item: Splendid_Box
Rate: 25
- Item: Dracula_Card
Rate: 1
StealProtected: true
- Id: 2098
AegisName: E_DOPPELGANGER
Name: Doppelganger
Level: 77
Hp: 380000
BaseExp: 1105
JobExp: 1005
MvpExp: 502
Attack: 1803
Attack2: 1176
Defense: 246
MagicDefense: 86
Str: 122
Agi: 122
Vit: 105
Int: 67
Dex: 203
Luk: 72
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 480
AttackMotion: 480
ClientAttackMotion: 192
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Cardinal_Jewel_
Rate: 1500
Drops:
- Item: Plate_Armor_
Rate: 125
- Item: Broad_Sword_
Rate: 110
- Item: Zweihander
Rate: 75
- Item: Sharp_Gear
Rate: 175
- Item: Splendid_Box
Rate: 25
- Item: Elunium
Rate: 1843
- Item: Oridecon
Rate: 1350
- Item: Nightmare_Card
Rate: 1
StealProtected: true
- Id: 2099
AegisName: E_MISTRESS
Name: Mistress
Level: 78
Hp: 378000
BaseExp: 1005
JobExp: 1005
MvpExp: 502
Attack: 985
Attack2: 1367
Defense: 187
MagicDefense: 192
Str: 76
Agi: 186
Vit: 88
Int: 113
Dex: 172
Luk: 79
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 1148
AttackMotion: 648
ClientAttackMotion: 504
DamageMotion: 300
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Rough_Wind
Index: 0
Rate: 1500
- Item: Royal_Jelly
Index: 1
Rate: 3000
- Item: Royal_Jelly
Index: 2
Rate: 3000
Drops:
- Item: Splendid_Box
Rate: 25
- Item: Honey
Rate: 5000
- Item: Coronet
Rate: 125
- Item: Old_Card_Album
Rate: 500
- Item: Young_Twig
Rate: 5
- Item: Elunium
Rate: 2134
- Item: Red_Square_Bag
Rate: 50
- Item: Mistress_Card
Rate: 1
StealProtected: true
- Id: 2100
AegisName: E_BAPHOMET2
Name: Baphomet
Level: 81
Hp: 668000
BaseExp: 1105
JobExp: 1005
MvpExp: 502
Attack: 3150
Attack2: 1284
Defense: 279
MagicDefense: 45
Str: 120
Agi: 125
Vit: 30
Int: 85
Dex: 186
Luk: 85
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 768
AttackMotion: 768
ClientAttackMotion: 384
DamageMotion: 576
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Yggdrasilberry
Index: 0
Rate: 2000
- Item: Baphomet_Doll
Index: 1
Rate: 5000
- Item: Baphomet_Doll
Index: 2
Rate: 5000
Drops:
- Item: Splendid_Box
Rate: 50
- Item: Magestic_Goat
Rate: 150
- Item: Crescent_Scythe_
Rate: 25
- Item: Magestic_Goat_
Rate: 5
- Item: Elunium
Rate: 2716
- Item: Oridecon
Rate: 2086
- Item: Baphomet_Card
Rate: 1
StealProtected: true
- Id: 2101
AegisName: E_LORD_OF_DEATH2
Name: Lord of the Dead
JapaneseName: Lord of Death
Level: 94
Hp: 603883
BaseExp: 1206
JobExp: 1005
MvpExp: 603
Attack: 5351
Attack2: 962
Defense: 336
MagicDefense: 73
Str: 140
Agi: 99
Vit: 30
Int: 109
Dex: 120
Luk: 90
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 1446
AttackMotion: 1296
ClientAttackMotion: 768
DamageMotion: 360
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Yggdrasilberry
Index: 0
Rate: 5500
- Item: Crystal_Jewel__
Index: 1
Rate: 5000
- Item: Crystal_Jewel__
Index: 2
Rate: 5000
Drops:
- Item: Boroken_Shiled_Piece
Rate: 2668
- Item: Pole_Axe
Rate: 3
- Item: Splendid_Box
Rate: 50
- Item: Ring_
Rate: 1
- Item: Shine_Spear_Blade
Rate: 5
- Item: War_Axe
Rate: 1
- Item: Iron_Driver
Rate: 1
- Item: Wander_Man_Card
Rate: 1
StealProtected: true
- Id: 2102
AegisName: E_DARK_LORD
Name: Dark Lord
Level: 96
Hp: 1190900
BaseExp: 1206
JobExp: 1005
# MvpExp:
Attack: 3935
Attack2: 2085
Defense: 330
MagicDefense: 168
Str: 118
Agi: 136
Vit: 154
Int: 142
Dex: 193
Luk: 66
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Undead
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 868
AttackMotion: 768
ClientAttackMotion: 408
DamageMotion: 480
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Skull
Index: 0
Rate: 6000
- Item: Blue_Coif_
Index: 1
Rate: 2000
- Item: Blue_Coif_
Index: 2
Rate: 2000
Drops:
- Item: Bone_Wand
Rate: 400
- Item: Kronos
Rate: 50
- Item: Grimtooth_
Rate: 150
- Item: Mage_Coat
Rate: 150
- Item: Splendid_Box
Rate: 50
- Item: Elunium
Rate: 2571
- Item: Bone_Helm_
Rate: 5
- Item: Dark_Illusion_Card
Rate: 1
StealProtected: true
- Id: 2103
AegisName: E_KTULLANUX
Name: Ktullanux
Level: 98
Hp: 2626000
BaseExp: 1206
JobExp: 1005
MvpExp: 603
Attack: 3754
Attack2: 2680
Defense: 129
MagicDefense: 78
Str: 85
Agi: 126
Vit: 30
Int: 125
Dex: 212
Luk: 112
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Water
ElementLevel: 4
WalkSpeed: 400
AttackDelay: 432
AttackMotion: 840
ClientAttackMotion: 660
DamageMotion: 216
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Yggdrasilberry
Index: 0
Rate: 5500
- Item: Old_Violet_Box
Index: 1
Rate: 5000
- Item: Old_Violet_Box
Index: 2
Rate: 5000
Drops:
- Item: Ice_Scale
Rate: 4500
- Item: Old_Card_Album
Rate: 1500
- Item: Clack_Of_Servival
Rate: 1500
- Item: Herald_Of_GOD
Rate: 2500
- Item: Old_Violet_Box
Rate: 2500
- Item: Yggdrasilberry
Rate: 2500
- Item: Splendid_Box
Rate: 50
- Item: Ktullanux_Card
Rate: 1
StealProtected: true
- Id: 2104
AegisName: E_DARK_SNAKE_LORD
Name: Evil Snake Lord
JapaneseName: Dark Snake Lord
Level: 105
Hp: 1101000
BaseExp: 1206
JobExp: 1105
MvpExp: 603
Attack: 2882
Attack2: 1986
Defense: 314
MagicDefense: 185
Str: 122
Agi: 172
Vit: 107
Int: 135
Dex: 235
Luk: 88
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Ghost
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 588
AttackMotion: 816
ClientAttackMotion: 288
DamageMotion: 420
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Yggdrasilberry
Index: 0
Rate: 5500
- Item: Old_Violet_Box
Index: 1
Rate: 5500
- Item: Old_Violet_Box
Index: 2
Rate: 5500
Drops:
- Item: Taegeuk_Plate
Rate: 2910
- Item: Sword_Of_Grave_Keeper
Rate: 2550
- Item: Hell_Fire
Rate: 40
- Item: Splendid_Box
Rate: 25
- Item: Gae_Bolg
Rate: 250
- Item: Pill
Rate: 450
- Item: Sway_Apron
Rate: 1000
- Item: Dark_Snake_Lord_Card
Rate: 1
StealProtected: true
- Id: 2105
AegisName: E_TURTLE_GENERAL
Name: Turtle General
Level: 110
Hp: 1442000
BaseExp: 1206
JobExp: 1105
MvpExp: 603
Attack: 3169
Attack2: 2066
Defense: 394
MagicDefense: 123
Str: 116
Agi: 123
Vit: 154
Int: 99
Dex: 217
Luk: 98
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 900
AttackMotion: 1000
ClientAttackMotion: 624
DamageMotion: 500
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Turtle_Shell
Index: 0
Rate: 5500
- Item: Yggdrasilberry
Index: 1
Rate: 2000
- Item: Yggdrasilberry
Index: 2
Rate: 2000
Drops:
- Item: Iron_Driver
Rate: 4
- Item: War_Axe
Rate: 3
- Item: Cookbook09
Rate: 100
- Item: Pole_Axe
Rate: 5
- Item: Broken_Shell
Rate: 2668
- Item: Immaterial_Sword
Rate: 40
- Item: Splendid_Box
Rate: 25
- Item: Assulter_Card
Rate: 1
StealProtected: true
- Id: 2106
AegisName: E_APOCALIPS_H
Name: Vesper
Level: 128
Hp: 3802000
BaseExp: 1306
JobExp: 1105
MvpExp: 653
Attack: 3668
Attack2: 4656
Defense: 402
MagicDefense: 109
Str: 177
Agi: 195
Vit: 165
Int: 130
Dex: 255
Luk: 102
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Holy
ElementLevel: 2
WalkSpeed: 180
AttackDelay: 504
AttackMotion: 912
ClientAttackMotion: 528
DamageMotion: 432
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Index: 0
Rate: 5500
- Item: Old_Blue_Box
Index: 1
Rate: 2000
- Item: Old_Blue_Box
Index: 2
Rate: 2000
Drops:
- Item: Broken_Steel_Piece
Rate: 2500
- Item: Mystery_Piece
Rate: 1500
- Item: Splendid_Box
Rate: 25
- Item: Vesper_Core01
Rate: 50
- Item: Vesper_Core02
Rate: 50
- Item: Vesper_Core03
Rate: 50
- Item: Vesper_Core04
Rate: 50
- Item: Apocalips_H_Card
Rate: 1
StealProtected: true
- Id: 2107
AegisName: E_FALLINGBISHOP
Name: Fallen Bishop Hibram
JapaneseName: Fallen Bishop
Level: 138
Hp: 5655000
BaseExp: 1306
JobExp: 1105
MvpExp: 653
Attack: 4290
Attack2: 4636
Defense: 274
MagicDefense: 382
Str: 186
Agi: 165
Vit: 95
Int: 226
Dex: 273
Luk: 86
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 432
AttackMotion: 432
ClientAttackMotion: 288
DamageMotion: 360
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Yggdrasilberry
Index: 0
Rate: 5500
- Item: Seed_Of_Yggdrasil
Index: 1
Rate: 2000
- Item: Seed_Of_Yggdrasil
Index: 2
Rate: 2000
Drops:
- Item: Holy_Water
Rate: 5000
- Item: Long_Horn
Rate: 500
- Item: Spiritual_Ring
Rate: 250
- Item: Hunting_Spear
Rate: 500
- Item: Elunium
Rate: 2716
- Item: Splendid_Box
Rate: 100
- Item: Carnium
Rate: 250
- Item: Fallen_Bishop_Card
Rate: 1
StealProtected: true
- Id: 2108
AegisName: E_GLOOMUNDERNIGHT
Name: Gloom Under Night
Level: 139
Hp: 3005000
BaseExp: 1306
JobExp: 1105
MvpExp: 653
Attack: 6592
Attack2: 2785
Defense: 479
MagicDefense: 262
Str: 191
Agi: 223
Vit: 187
Int: 155
Dex: 362
Luk: 163
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Ghost
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1344
AttackMotion: 2880
ClientAttackMotion: 288
DamageMotion: 576
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Yggdrasilberry
Index: 0
Rate: 5500
- Item: Old_Violet_Box
Index: 1
Rate: 5000
- Item: Old_Violet_Box
Index: 2
Rate: 5000
Drops:
- Item: Will_Of_Darkness_
Rate: 3500
- Item: Blade_Lost_In_Darkness
Rate: 2000
- Item: Old_Hilt
Rate: 1000
- Item: Old_Card_Album
Rate: 2500
- Item: Celestial_Robe
Rate: 500
- Item: Hurricane_Fury
Rate: 50
- Item: Splendid_Box
Rate: 100
- Item: Echio_Card
Rate: 1
StealProtected: true
- Id: 2109
AegisName: E_RANDGRIS
Name: Valkyrie Randgris
Level: 141
Hp: 3205000
BaseExp: 1306
JobExp: 1105
MvpExp: 653
Attack: 7343
Attack2: 4412
Defense: 588
MagicDefense: 506
Str: 196
Agi: 131
Vit: 125
Int: 276
Dex: 401
Luk: 156
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Angel
Element: Holy
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 576
AttackMotion: 576
ClientAttackMotion: 504
DamageMotion: 480
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Index: 0
Rate: 5500
- Item: Old_Blue_Box
Index: 1
Rate: 2000
- Item: Old_Blue_Box
Index: 2
Rate: 2000
Drops:
- Item: Valhalla_Flower
Rate: 2500
- Item: Valkyrie_Armor
Rate: 800
- Item: Valkyrie_Manteau
Rate: 1500
- Item: Valkyrie_Shoes
Rate: 1500
- Item: Helm_
Rate: 2500
- Item: Bloody_Edge
Rate: 1250
- Item: Splendid_Box
Rate: 100
- Item: Randgris_Card
Rate: 1
StealProtected: true
- Id: 2110
AegisName: E_IFRIT
Name: Ifrit
Level: 146
Hp: 6935000
BaseExp: 1306
JobExp: 1105
MvpExp: 653
Attack: 8063
Attack2: 3389
Defense: 436
MagicDefense: 218
Str: 180
Agi: 201
Vit: 156
Int: 190
Dex: 299
Luk: 77
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Fire
ElementLevel: 4
WalkSpeed: 130
AttackDelay: 212
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 360
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Index: 0
Rate: 5500
- Item: Carnium
Index: 1
Rate: 2000
- Item: Carnium
Index: 2
Rate: 2000
Drops:
- Item: Flame_Heart
Rate: 5000
- Item: Spiritual_Ring
Rate: 1500
- Item: Ring_Of_Flame_Lord
Rate: 100
- Item: Ring_Of_Resonance
Rate: 100
- Item: Hell_Fire
Rate: 1000
- Item: Fire_Brand
Rate: 1000
- Item: Splendid_Box
Rate: 100
- Item: Ifrit_Card
Rate: 1
StealProtected: true
- Id: 2111
AegisName: E_B_HARWORD
Name: Whitesmith Howard
JapaneseName: Whitesmith Harword
Level: 160
Hp: 6750000
BaseExp: 1306
JobExp: 1105
MvpExp: 653
Attack: 5250
Attack2: 1465
Defense: 301
MagicDefense: 106
Str: 275
Agi: 148
Vit: 156
Int: 72
Dex: 266
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Earth
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 240
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Index: 0
Rate: 5500
- Item: Old_Blue_Box
Index: 1
Rate: 2000
- Item: Old_Blue_Box
Index: 2
Rate: 2000
Drops:
- Item: Mysteltainn_
Rate: 1750
- Item: Byeorrun_Gum
Rate: 1250
- Item: Splendid_Box
Rate: 100
- Item: Sabbath
Rate: 1750
- Item: Great_Axe
Rate: 1750
- Item: Guillotine
Rate: 1250
- Item: Tomahawk
Rate: 1750
- Item: B_Harword_Card
Rate: 1
StealProtected: true
- Id: 2112
AegisName: E_B_SEYREN
Name: Lord Knight Seyren
Level: 160
Hp: 4680000
BaseExp: 1306
JobExp: 1105
MvpExp: 653
Attack: 6435
Attack2: 2342
Defense: 567
MagicDefense: 155
Str: 303
Agi: 165
Vit: 181
Int: 110
Dex: 267
Luk: 66
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Fire
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Index: 0
Rate: 5500
- Item: Old_Blue_Box
Index: 1
Rate: 2000
- Item: Old_Blue_Box
Index: 2
Rate: 2000
Drops:
- Item: Edge
Rate: 1250
- Item: Full_Plate_Armor_
Rate: 1750
- Item: Splendid_Box
Rate: 100
- Item: Brionac
Rate: 1750
- Item: Longinus's_Spear
Rate: 1500
- Item: Dragon_Slayer
Rate: 1250
- Item: Skewer
Rate: 750
- Id: 2113
AegisName: E_B_EREMES
Name: Assassin Cross Eremes
Level: 160
Hp: 4230000
BaseExp: 1306
JobExp: 1105
MvpExp: 653
Attack: 6083
Attack2: 1378
Defense: 445
MagicDefense: 98
Str: 211
Agi: 181
Vit: 114
Int: 83
Dex: 338
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Poison
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Index: 0
Rate: 5500
- Item: Old_Blue_Box
Index: 1
Rate: 2000
- Item: Old_Blue_Box
Index: 2
Rate: 2000
Drops:
- Item: Moonlight_Sword
Rate: 750
- Item: House_Auger
Rate: 750
- Item: Splendid_Box
Rate: 100
- Item: Exercise
Rate: 1750
- Item: Assasin_Dagger
Rate: 1750
- Item: Bloody_Roar
Rate: 1750
- Item: Ginnungagap
Rate: 1750
- Item: B_Eremes_Card
Rate: 1
StealProtected: true
# - Id: 2114
# AegisName: EL_AGNI_S
# Name: Agni
# Level: 100
# AttackRange: 1
# SkillRange: 5
# Size: Small
# Race: Formless
# Element: Fire
# ElementLevel: 4
# WalkSpeed: 200
# Modes:
# NoRandomWalk: true
# - Id: 2115
# AegisName: EL_AGNI_M
# Name: Agni
# Level: 100
# AttackRange: 1
# SkillRange: 5
# Size: Medium
# Race: Formless
# Element: Fire
# ElementLevel: 4
# WalkSpeed: 200
# Modes:
# NoRandomWalk: true
# - Id: 2116
# AegisName: EL_AGNI_L
# Name: Agni
# Level: 100
# AttackRange: 1
# SkillRange: 5
# Size: Large
# Race: Formless
# Element: Fire
# ElementLevel: 4
# WalkSpeed: 200
# Modes:
# NoRandomWalk: true
# - Id: 2117
# AegisName: EL_AQUA_S
# Name: Aqua
# Level: 100
# AttackRange: 1
# SkillRange: 5
# Size: Small
# Race: Formless
# Element: Water
# ElementLevel: 4
# WalkSpeed: 200
# Modes:
# NoRandomWalk: true
# - Id: 2118
# AegisName: EL_AQUA_M
# Name: Aqua
# Level: 100
# AttackRange: 1
# SkillRange: 5
# Size: Medium
# Race: Formless
# Element: Water
# ElementLevel: 4
# WalkSpeed: 200
# Modes:
# NoRandomWalk: true
# - Id: 2119
# AegisName: EL_AQUA_L
# Name: Aqua
# Level: 100
# AttackRange: 1
# SkillRange: 5
# Size: Large
# Race: Formless
# Element: Water
# ElementLevel: 4
# WalkSpeed: 200
# Modes:
# NoRandomWalk: true
# - Id: 2120
# AegisName: EL_VENTUS_S
# Name: Ventus
# Level: 100
# AttackRange: 4
# SkillRange: 5
# Size: Small
# Race: Formless
# Element: Wind
# ElementLevel: 4
# WalkSpeed: 200
# Modes:
# NoRandomWalk: true
# - Id: 2121
# AegisName: EL_VENTUS_M
# Name: Ventus
# Level: 100
# AttackRange: 4
# SkillRange: 5
# Size: Medium
# Race: Formless
# Element: Wind
# ElementLevel: 4
# WalkSpeed: 200
# Modes:
# NoRandomWalk: true
# - Id: 2122
# AegisName: EL_VENTUS_L
# Name: Ventus
# Level: 100
# AttackRange: 4
# SkillRange: 5
# Size: Large
# Race: Formless
# Element: Wind
# ElementLevel: 4
# WalkSpeed: 200
# Modes:
# NoRandomWalk: true
# - Id: 2123
# AegisName: EL_TERA_S
# Name: Tera
# Level: 100
# AttackRange: 1
# SkillRange: 5
# Size: Small
# Race: Formless
# Element: Earth
# ElementLevel: 4
# WalkSpeed: 200
# Modes:
# NoRandomWalk: true
# - Id: 2124
# AegisName: EL_TERA_M
# Name: Tera
# Level: 100
# AttackRange: 1
# SkillRange: 5
# Size: Medium
# Race: Formless
# Element: Earth
# ElementLevel: 4
# WalkSpeed: 200
# Modes:
# NoRandomWalk: true
# - Id: 2125
# AegisName: EL_TERA_L
# Name: Tera
# Level: 100
# AttackRange: 1
# SkillRange: 5
# Size: Large
# Race: Formless
# Element: Earth
# ElementLevel: 4
# WalkSpeed: 200
# Modes:
# NoRandomWalk: true
- Id: 2126
AegisName: M_ANOPHELES
Name: Anopheles
Level: 100
Hp: 8000
Attack: 390
Attack2: 100
Str: 40
Agi: 70
Vit: 40
Int: 40
Dex: 96
Luk: 40
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 3
WalkSpeed: 170
AttackDelay: 1084
AttackMotion: 2304
ClientAttackMotion: 420
DamageMotion: 576
# Ai:
Modes:
Detector: true
- Id: 2127
AegisName: M_HORNET
Name: Hornet
Level: 110
Hp: 9000
Attack: 455
Attack2: 100
Str: 40
Agi: 70
Vit: 40
Int: 40
Dex: 108
Luk: 40
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1292
AttackMotion: 792
ClientAttackMotion: 336
DamageMotion: 216
# Ai:
Modes:
Detector: true
- Id: 2128
AegisName: M_HORNET2
Name: Hornet
Level: 120
Hp: 10000
Attack: 560
Attack2: 100
Str: 40
Agi: 70
Vit: 40
Int: 40
Dex: 140
Luk: 40
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1292
AttackMotion: 792
ClientAttackMotion: 336
DamageMotion: 216
# Ai:
Modes:
Detector: true
- Id: 2129
AegisName: M_LUCIOLA_VESPA
Name: Luciola Vespa
Level: 130
Hp: 11000
Attack: 630
Attack2: 200
Str: 60
Agi: 80
Vit: 50
Int: 50
Dex: 154
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Wind
ElementLevel: 1
WalkSpeed: 110
AttackDelay: 1000
AttackMotion: 864
ClientAttackMotion: 720
DamageMotion: 432
# Ai:
Modes:
Detector: true
- Id: 2130
AegisName: M_LUCIOLA_VESPA2
Name: Luciola Vespa
Level: 140
Hp: 12000
Attack: 750
Attack2: 200
Str: 60
Agi: 80
Vit: 50
Int: 50
Dex: 180
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Wind
ElementLevel: 1
WalkSpeed: 110
AttackDelay: 1000
AttackMotion: 864
ClientAttackMotion: 720
DamageMotion: 432
# Ai:
Modes:
Detector: true
- Id: 2131
AegisName: LOST_DRAGON
Name: Lost Dragon
Level: 135
Hp: 608920
Sp: 0
BaseExp: 19500
JobExp: 19800
MvpExp: 9750
Attack: 1975
Attack2: 530
Defense: 60
MagicDefense: 51
Str: 140
Agi: 81
Vit: 69
Int: 122
Dex: 147
Luk: 61
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Dragon
Element: Dark
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 840
AttackMotion: 648
ClientAttackMotion: 432
DamageMotion: 576
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Card_Album
Index: 0
Rate: 500
- Item: Old_Violet_Box
Index: 1
Rate: 5000
- Item: Old_Violet_Box
Index: 2
Rate: 5000
Drops:
- Item: Gold_Ring
Rate: 500
- Item: Alchemy_Glove
Rate: 50
- Item: Ancient_Dagger
Rate: 50
- Item: Yggdrasilberry
Rate: 250
- Item: Seed_Of_Yggdrasil
Rate: 250
- Item: Rosebine
Rate: 50
- Id: 2132
AegisName: POM_SPIDER
Name: Pom Spider
Level: 145
Hp: 122110
BaseExp: 5206
JobExp: 5303
Attack: 948
Attack2: 215
Defense: 240
MagicDefense: 115
Str: 156
Agi: 85
Vit: 178
Int: 88
Dex: 209
Luk: 102
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Earth
ElementLevel: 3
WalkSpeed: 250
AttackDelay: 864
AttackMotion: 1056
ClientAttackMotion: 360
DamageMotion: 576
Ai: 04
Modes:
Detector: true
Drops:
- Item: Fruit_Basket
Rate: 250
- Item: Mora_Mandarin
Rate: 500
- Item: Short_Leg
Rate: 500
- Item: Mental_Stick
Rate: 1
- Item: Chrome_Sword
Rate: 25
- Item: Pom_Spider_Card
Rate: 1
StealProtected: true
- Id: 2133
AegisName: ANGRA_MANTIS
Name: Angra Mantis
Level: 144
Hp: 91720
BaseExp: 5063
JobExp: 4633
Attack: 869
Attack2: 177
Defense: 175
MagicDefense: 81
Str: 122
Agi: 155
Vit: 119
Int: 81
Dex: 198
Luk: 79
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Earth
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 576
AttackMotion: 480
ClientAttackMotion: 336
DamageMotion: 480
Ai: 04
Modes:
Detector: true
Drops:
- Item: Withered_Flower
Rate: 1500
- Item: Soft_Leaf
Rate: 500
- Item: Great_Nature
Rate: 5
- Item: Sura_Rampage
Rate: 5
- Item: Angra_Mantis_Card
Rate: 1
StealProtected: true
- Id: 2134
AegisName: PARUS
Name: Parus
Level: 142
Hp: 86990
BaseExp: 4751
JobExp: 4613
Attack: 767
Attack2: 152
Defense: 161
MagicDefense: 39
Str: 80
Agi: 136
Vit: 128
Int: 44
Dex: 158
Luk: 51
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 180
AttackDelay: 384
AttackMotion: 792
ClientAttackMotion: 360
DamageMotion: 432
Ai: 04
Drops:
- Item: Round_Feather
Index: 0
Rate: 1500
- Item: Soft_Feather
Index: 1
Rate: 500
- Item: Runstone_Mystic
Index: 2
Rate: 50
- Item: Clue_Of_Lope
Index: 3
Rate: 1500
- Item: Clue_Of_Lope
Index: 4
Rate: 1500
- Item: Clue_Of_Lope
Index: 5
Rate: 1500
- Item: Parus_Card
Index: 6
Rate: 1
StealProtected: true
- Id: 2135
AegisName: CREEPER
Name: Creeper
Level: 100
Hp: 1000
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 1
SkillRange: 0
ChaseRange: 0
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 192
AttackMotion: 192
ClientAttackMotion: 0
DamageMotion: 576
Ai: 21
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 2136
AegisName: LITTLE_FATUM
Name: Little Fatum
Level: 142
Hp: 85100
BaseExp: 4875
JobExp: 4290
Attack: 663
Attack2: 452
Defense: 51
MagicDefense: 198
Str: 10
Agi: 66
Vit: 17
Int: 148
Dex: 222
Luk: 97
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demihuman
Element: Wind
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 432
AttackMotion: 300
ClientAttackMotion: 240
DamageMotion: 432
Ai: 04
Drops:
- Item: Angel_Magic_Power
Rate: 1500
- Item: Light_Granule
Rate: 50
- Item: Dance_Shoes
Rate: 1
- Item: Little_Fatum_Card
Rate: 1
StealProtected: true
- Id: 2137
AegisName: MIMING
Name: Miming
Level: 140
Hp: 81200
BaseExp: 4615
JobExp: 4158
Attack: 645
Attack2: 222
Defense: 120
MagicDefense: 120
Str: 90
Agi: 66
Vit: 105
Int: 77
Dex: 200
Luk: 77
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 250
AttackDelay: 576
AttackMotion: 1140
ClientAttackMotion: 240
DamageMotion: 504
Ai: 04
Drops:
- Item: Golden_Feather
Rate: 1500
- Item: Light_Granule
Rate: 50
- Item: Gold
Rate: 1
- Item: Telekinetic_Orb
Rate: 1
- Item: Miming_Card
Rate: 1
StealProtected: true
- Id: 2138
AegisName: NYDHOG_MEMORY1_1
Name: Nydhoggur Memory
JapaneseName: Nydhogg's Memory
Level: 130
Hp: 10
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 1
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1248
AttackMotion: 576
ClientAttackMotion: 768
DamageMotion: 1248
Ai: 01
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 2139
AegisName: NYDHOG_MEMORY1_2
Name: Nydhoggur Memory
JapaneseName: Nydhogg's Memory
Level: 130
Hp: 10
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 1
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1248
AttackMotion: 576
ClientAttackMotion: 1056
DamageMotion: 1248
Ai: 01
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 2140
AegisName: NYDHOG_MEMORY2_1
Name: Nydhoggur Memory
JapaneseName: Nydhogg's Memory
Level: 130
Hp: 10
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 1
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1248
AttackMotion: 576
ClientAttackMotion: 768
DamageMotion: 1248
Ai: 01
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 2141
AegisName: NYDHOG_MEMORY2_2
Name: Nydhoggur Memory
JapaneseName: Nydhogg's Memory
Level: 130
Hp: 10
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 1
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1248
AttackMotion: 576
ClientAttackMotion: 1056
DamageMotion: 1248
Ai: 01
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 2142
AegisName: NYDHOG_MEMORY3_1
Name: Nydhoggur Memory
JapaneseName: Nydhogg's Memory
Level: 130
Hp: 10
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 1
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1248
AttackMotion: 576
ClientAttackMotion: 768
DamageMotion: 1248
Ai: 01
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 2143
AegisName: NYDHOG_MEMORY3_2
Name: Nydhoggur Memory
JapaneseName: Nydhogg's Memory
Level: 130
Hp: 10
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 1
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1248
AttackMotion: 576
ClientAttackMotion: 1056
DamageMotion: 1248
Ai: 01
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 2144
AegisName: G_ANTLER_SCARABA
Name: Antler Scaraba
Level: 136
Hp: 62600
Attack: 1418
Attack2: 410
Defense: 155
MagicDefense: 102
Str: 23
Agi: 99
Vit: 59
Int: 129
Dex: 137
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
RaceGroups:
Scaraba: true
Element: Earth
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 504
AttackMotion: 624
ClientAttackMotion: 480
DamageMotion: 360
Ai: 24
Modes:
Detector: true
FixedItemDrop: true
- Id: 2145
AegisName: G_RAKE_SCARABA
Name: Rake Scaraba
Level: 139
Hp: 67700
Attack: 1645
Attack2: 112
Defense: 250
MagicDefense: 70
Str: 90
Agi: 66
Vit: 145
Int: 52
Dex: 168
Luk: 77
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
RaceGroups:
Scaraba: true
Element: Earth
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 588
AttackMotion: 768
ClientAttackMotion: 420
DamageMotion: 480
Ai: 24
Modes:
Detector: true
FixedItemDrop: true
- Id: 2146
AegisName: G_S_NYDHOG
Name: Shade of Dragon
JapaneseName: G_S_NYDHOG
Level: 117
Hp: 300000
Sp: 0
Attack: 1176
Attack2: 840
Defense: 60
MagicDefense: 60
Agi: 30
Vit: 30
Int: 136
Dex: 123
Luk: 30
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Dragon
Element: Dark
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 1596
AttackMotion: 1620
ClientAttackMotion: 576
DamageMotion: 864
Ai: 24
Class: Boss
Modes:
FixedItemDrop: true
- Id: 2147
AegisName: E_WHITE_PLANT
Name: White Plant
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 960
# Ai:
- Id: 2148
AegisName: E_BLUE_PLANT
Name: Blue Plant
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 960
# Ai:
- Id: 2149
AegisName: E_SAVAGE_BABE
Name: Savage Babe
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 312
# Ai:
- Id: 2150
AegisName: WATERMELON
Name: Ripe Watermelon
JapaneseName: Watermelon
Level: 12
Hp: 10
Sp: 0
Attack: 1
Attack2: 1
Defense: 1
MagicDefense: 1
AttackRange: 1
SkillRange: 0
ChaseRange: 0
Size: Medium
Race: Plant
Element: Water
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 96
AttackMotion: 96
DamageMotion: 96
Ai: 06
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Ripe_Watermelon
Index: 0
Rate: 3000
- Item: Ripe_Watermelon
Index: 1
Rate: 3000
- Id: 2151
AegisName: ALNOLDI
Name: Rafflesia Alnoldi
JapaneseName: Alnoldi
Level: 80
Hp: 3631
BaseExp: 912
JobExp: 809
Attack: 309
Attack2: 69
Defense: 80
MagicDefense: 20
Str: 40
Agi: 32
Vit: 24
Int: 61
Dex: 85
Luk: 30
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 500
AttackMotion: 576
ClientAttackMotion: 360
DamageMotion: 504
Ai: 04
Drops:
- Item: Clover
Rate: 125
- Item: Leaflet_Of_Hinal
Rate: 213
- Item: Stem
Rate: 2250
- Item: Shoot
Rate: 150
- Item: Leaflet_Of_Aloe
Rate: 125
- Item: Centimental_Flower
Rate: 50
- Item: Alnoldi_Card
Rate: 1
StealProtected: true
- Id: 2152
AegisName: COMODO
Name: Comodo
Level: 81
Hp: 4291
BaseExp: 954
JobExp: 889
Attack: 289
Attack2: 42
Defense: 92
MagicDefense: 11
Str: 65
Agi: 52
Vit: 35
Int: 20
Dex: 94
Luk: 48
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Poison
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 500
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 504
Ai: 04
Drops:
- Item: Comodo_L
Rate: 2500
- Item: Meat
Rate: 4500
- Item: Scell
Rate: 4500
- Item: Spawn
Rate: 2500
- Item: Comodo_Card
Rate: 1
StealProtected: true
- Id: 2153
AegisName: CENDRAWASIH
Name: Cendrawasih
Level: 84
Hp: 4084
BaseExp: 1002
JobExp: 937
Attack: 313
Attack2: 170
Defense: 72
MagicDefense: 33
Str: 58
Agi: 77
Vit: 51
Int: 58
Dex: 92
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Angel
Element: Wind
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 576
AttackMotion: 720
ClientAttackMotion: 216
DamageMotion: 360
Ai: 04
Drops:
- Item: Cendrawasih_F
Rate: 4500
- Item: Soft_Feather
Rate: 4000
- Item: Feather_Of_Birds
Rate: 4500
- Item: Cendrawasih_Card
Rate: 1
StealProtected: true
- Id: 2154
AegisName: BANASPATY
Name: Banaspaty
Level: 85
Hp: 3235
BaseExp: 1018
JobExp: 953
Attack: 289
Attack2: 182
Defense: 63
MagicDefense: 89
Str: 61
Agi: 78
Vit: 35
Int: 77
Dex: 79
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Fire
ElementLevel: 3
WalkSpeed: 250
AttackDelay: 1152
AttackMotion: 2304
ClientAttackMotion: 1080
DamageMotion: 432
Ai: 04
Drops:
- Item: Coal
Rate: 500
- Item: Zargon
Rate: 1000
- Item: Elunium
Rate: 750
- Item: Oridecon_Stone
Rate: 750
- Item: Fire_Arrow_Container
Rate: 40
- Item: Banaspaty_Card
Rate: 1
StealProtected: true
- Id: 2155
AegisName: BUTOIJO
Name: Butoijo
Level: 88
Hp: 5381
BaseExp: 1069
JobExp: 1004
Attack: 379
Attack2: 102
Defense: 77
MagicDefense: 12
Str: 66
Agi: 65
Vit: 30
Int: 30
Dex: 106
Luk: 44
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Fire
ElementLevel: 2
WalkSpeed: 170
AttackDelay: 576
AttackMotion: 768
ClientAttackMotion: 336
DamageMotion: 432
Ai: 04
Modes:
Detector: true
Drops:
- Item: Sticky_Mucus
Rate: 1375
- Item: Meat
Rate: 250
- Item: Leaflet_Of_Hinal
Rate: 225
- Item: Butoijo_Card
Rate: 1
StealProtected: true
- Id: 2156
AegisName: LEAK
Name: Leak
Level: 94
Hp: 1266000
BaseExp: 236400
JobExp: 150060
MvpExp: 118200
Attack: 3723
Attack2: 1284
Defense: 280
MagicDefense: 128
Str: 122
Agi: 125
Vit: 30
Int: 85
Dex: 186
Luk: 55
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 130
AttackDelay: 576
AttackMotion: 576
ClientAttackMotion: 432
DamageMotion: 360
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Bs_Making_S
Index: 0
Rate: 5000
- Item: Old_Violet_Box
Index: 1
Rate: 5000
- Item: Old_Violet_Box
Index: 2
Rate: 5000
Drops:
- Item: Hunting_Spear
Rate: 5
- Item: Old_Violet_Box
Rate: 1250
- Item: Yggdrasilberry
Rate: 1250
- Item: Tidung
Rate: 250
- Item: Runstone_Rare
Rate: 1750
- Item: Honey
Rate: 1250
- Item: Shadowdecon
Rate: 50
- Item: Leak_Card
Rate: 1
StealProtected: true
- Id: 2157
AegisName: G_BANASPATY
Name: Banaspaty
Level: 85
Hp: 3235
Attack: 289
Attack2: 182
Defense: 63
MagicDefense: 89
Str: 61
Agi: 78
Vit: 35
Int: 77
Dex: 79
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Fire
ElementLevel: 3
WalkSpeed: 250
ClientAttackMotion: 1080
Ai: 04
Modes:
FixedItemDrop: true
- Id: 2158
AegisName: S_HORNET
Name: Hornet
Level: 95
Hp: 5000
Attack: 381
Attack2: 113
Defense: 7
MagicDefense: 1
Str: 62
Agi: 54
Vit: 54
Int: 65
Dex: 76
Luk: 55
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1292
AttackMotion: 792
ClientAttackMotion: 336
DamageMotion: 216
# Ai:
Modes:
Detector: true
- Id: 2159
AegisName: S_GIANT_HORNET
Name: Giant Hornet
Level: 110
Hp: 11960
Sp: 0
Attack: 456
Attack2: 123
Defense: 80
MagicDefense: 43
Str: 117
Agi: 65
Vit: 67
Int: 72
Dex: 77
Luk: 34
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 1
WalkSpeed: 155
AttackDelay: 1292
AttackMotion: 792
ClientAttackMotion: 336
DamageMotion: 340
# Ai:
Modes:
Detector: true
- Id: 2160
AegisName: S_LUCIOLA_VESPA
Name: Luciola Vespa
Level: 130
Hp: 16466
Attack: 677
Attack2: 154
Defense: 59
MagicDefense: 55
Str: 88
Agi: 89
Vit: 55
Int: 32
Dex: 119
Luk: 59
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Wind
ElementLevel: 1
WalkSpeed: 110
AttackDelay: 1000
AttackMotion: 864
ClientAttackMotion: 720
DamageMotion: 432
# Ai:
Modes:
Detector: true
- Id: 2161
AegisName: I_HORN_SCARABA
Name: Gold One-Horn Scaraba
Level: 130
Hp: 204400
BaseExp: 8940
JobExp: 8824
Attack: 1270
Attack2: 590
Defense: 135
MagicDefense: 10
Str: 84
Agi: 109
Vit: 115
Int: 31
Dex: 111
Luk: 53
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
RaceGroups:
Scaraba: true
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 384
AttackMotion: 672
ClientAttackMotion: 360
DamageMotion: 360
Ai: 20
Class: Boss
Drops:
- Item: Singlehorn_Helm
Rate: 3250
- Item: Imperial_Spear
Rate: 5
- Item: Runstone_Ancient
Rate: 50
- Item: Elder_Branch
Rate: 50
- Item: Yellow_Live
Rate: 50
- Item: Old_Violet_Box
Rate: 5
- Item: Wrapped_Mask
Rate: 5
- Item: Gold_Scaraba_Card
Rate: 1
StealProtected: true
- Id: 2162
AegisName: I_HORN_SCARABA2
Name: Gold Two-Horn Scaraba
Level: 134
Hp: 235600
BaseExp: 10060
JobExp: 10007
Attack: 690
Attack2: 3090
Defense: 150
MagicDefense: 15
Str: 44
Agi: 28
Vit: 72
Int: 125
Dex: 184
Luk: 51
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
RaceGroups:
Scaraba: true
Element: Earth
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 336
AttackMotion: 360
ClientAttackMotion: 240
DamageMotion: 360
Ai: 20
Class: Boss
Drops:
- Item: Twinhorn_Helm
Rate: 3250
- Item: Black_Wing
Rate: 5
- Item: Runstone_Ancient
Rate: 50
- Item: Elder_Branch
Rate: 50
- Item: Yellow_Live
Rate: 50
- Item: Old_Violet_Box
Rate: 5
- Item: Wrapped_Mask
Rate: 5
- Item: Gold_Scaraba_Card
Rate: 1
StealProtected: true
- Id: 2163
AegisName: I_ANTLER_SCARABA
Name: Gold Antler Scaraba
Level: 136
Hp: 250400
BaseExp: 10160
JobExp: 11561
Attack: 412
Attack2: 3211
Defense: 155
MagicDefense: 20
Str: 23
Agi: 59
Vit: 59
Int: 209
Dex: 191
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
RaceGroups:
Scaraba: true
Element: Earth
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 504
AttackMotion: 624
ClientAttackMotion: 420
DamageMotion: 360
Ai: 20
Class: Boss
Drops:
- Item: Antler_Helm
Rate: 3250
- Item: Green_Whistle
Rate: 5
- Item: Runstone_Ancient
Rate: 50
- Item: Elder_Branch
Rate: 50
- Item: Yellow_Live
Rate: 5
- Item: Old_Violet_Box
Rate: 5
- Item: Wrapped_Mask
Rate: 5
- Item: Gold_Scaraba_Card
Rate: 1
StealProtected: true
- Id: 2164
AegisName: I_RAKE_SCARABA
Name: Gold Rake Scaraba
Level: 139
Hp: 270800
BaseExp: 11480
JobExp: 13189
Attack: 1830
Attack2: 630
Defense: 250
MagicDefense: 25
Str: 94
Agi: 136
Vit: 145
Int: 42
Dex: 152
Luk: 97
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
RaceGroups:
Scaraba: true
Element: Earth
ElementLevel: 2
WalkSpeed: 140
AttackDelay: 588
AttackMotion: 768
ClientAttackMotion: 1056
DamageMotion: 480
Ai: 20
Class: Boss
Drops:
- Item: Rakehorn_Helm
Rate: 3250
- Item: Red_Ether_Bag
Rate: 5
- Item: Runstone_Ancient
Rate: 50
- Item: Bone_Plate
Rate: 50
- Item: Yellow_Live
Rate: 50
- Item: Old_Violet_Box
Rate: 5
- Item: Wrapped_Mask
Rate: 5
- Item: Gold_Scaraba_Card
Rate: 1
StealProtected: true
- Id: 2165
AegisName: I_QUEEN_SCARABA
Name: Gold Queen Scaraba
Level: 140
Hp: 6441600
BaseExp: 605110
JobExp: 336710
MvpExp: 302555
Attack: 4889
Attack2: 6440
Defense: 350
MagicDefense: 220
Str: 100
Agi: 88
Vit: 82
Int: 149
Dex: 211
Luk: 144
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
RaceGroups:
Scaraba: true
Element: Earth
ElementLevel: 3
WalkSpeed: 120
AttackDelay: 864
AttackMotion: 1000
ClientAttackMotion: 300
DamageMotion: 360
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Magic_Card_Album
Rate: 5000
- Item: Old_Card_Album
Rate: 5000
- Item: Bs_Making_S
Rate: 5000
Drops:
- Item: Queen_Wing_Piece
Rate: 2500
- Item: Alca_Bringer
Rate: 350
- Item: Meteo_Plate_Armor
Rate: 350
- Item: Chrome_Twohand_Sword
Rate: 200
- Item: Mystic_Bow
Rate: 250
- Item: Zelunium
Rate: 50
- Item: Gold_Q_Scaraba_Card
Rate: 1
StealProtected: true
- Id: 2166
AegisName: I_HORN_SCARABA_EGG
Name: Gold One-Horn Scaraba E
Level: 125
Hp: 126000
BaseExp: 6000
JobExp: 5940
Attack: 1
Attack2: 1
Defense: 280
MagicDefense: 55
Vit: 130
Int: 34
Luk: 80
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
RaceGroups:
Scaraba: true
Element: Earth
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 96
AttackMotion: 1
ClientAttackMotion: 0
DamageMotion: 480
Ai: 06
Modes:
Detector: true
Drops:
- Item: Piece_Of_Egg_Shell
Rate: 2500
- Item: Honey
Rate: 50
- Item: Elunium
Rate: 50
- Item: Old_Violet_Box
Rate: 5
- Id: 2167
AegisName: I_HORN_SCARABA2_EGG
Name: Gold Two-Horn Scaraba Eg
Level: 126
Hp: 132000
BaseExp: 6000
JobExp: 5940
Attack: 1
Attack2: 1
Defense: 300
MagicDefense: 62
Vit: 130
Int: 48
Luk: 80
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
RaceGroups:
Scaraba: true
Element: Earth
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 96
AttackMotion: 1
ClientAttackMotion: 0
DamageMotion: 480
Ai: 06
Modes:
Detector: true
Drops:
- Item: Piece_Of_Egg_Shell
Rate: 2500
- Item: Honey
Rate: 50
- Item: Elunium
Rate: 50
- Item: Old_Violet_Box
Rate: 5
- Id: 2168
AegisName: I_ANTLER_SCARABA_EGG
Name: Gold Antler Scaraba Egg
Level: 127
Hp: 138000
BaseExp: 6000
JobExp: 5940
Attack: 1
Attack2: 1
Defense: 285
MagicDefense: 180
Vit: 130
Int: 82
Luk: 80
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
RaceGroups:
Scaraba: true
Element: Earth
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 96
AttackMotion: 1
ClientAttackMotion: 0
DamageMotion: 480
Ai: 06
Modes:
Detector: true
Drops:
- Item: Piece_Of_Egg_Shell
Rate: 2500
- Item: Honey
Rate: 50
- Item: Elunium
Rate: 50
- Item: Old_Violet_Box
Rate: 5
- Id: 2169
AegisName: I_RAKE_SCARABA_EGG
Name: Gold Rake Scaraba Egg
Level: 128
Hp: 144000
BaseExp: 6000
JobExp: 5940
Attack: 1
Attack2: 1
Defense: 340
MagicDefense: 44
Vit: 130
Int: 39
Luk: 80
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
RaceGroups:
Scaraba: true
Element: Earth
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 96
AttackMotion: 1
ClientAttackMotion: 0
DamageMotion: 480
Ai: 06
Modes:
Detector: true
Drops:
- Item: Piece_Of_Egg_Shell
Rate: 2500
- Item: Honey
Rate: 50
- Item: Elunium
Rate: 50
- Item: Imperial_Guard
Rate: 250
- Item: Old_Violet_Box
Rate: 5
- Id: 2170
AegisName: I_G_ANTLER_SCARABA
Name: Gold Antler Scaraba
Level: 136
Hp: 250400
Attack: 412
Attack2: 3211
Defense: 155
MagicDefense: 15
Str: 23
Agi: 59
Vit: 59
Int: 209
Dex: 191
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
RaceGroups:
Scaraba: true
Element: Earth
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 504
AttackMotion: 624
ClientAttackMotion: 480
DamageMotion: 360
Ai: 20
Class: Boss
- Id: 2171
AegisName: I_G_RAKE_SCARABA
Name: Gold Rake Scaraba
Level: 139
Hp: 270800
Attack: 1830
Attack2: 630
Defense: 250
MagicDefense: 20
Str: 94
Agi: 136
Vit: 145
Int: 42
Dex: 152
Luk: 97
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
RaceGroups:
Scaraba: true
Element: Earth
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 588
AttackMotion: 768
ClientAttackMotion: 420
DamageMotion: 480
Ai: 20
Class: Boss
- Id: 2172
AegisName: I_G_HORN_SCARABA
Name: Gold One-Horn Scaraba
Level: 130
Hp: 204400
Attack: 1270
Attack2: 590
Defense: 135
MagicDefense: 10
Str: 84
Agi: 109
Vit: 115
Int: 31
Dex: 111
Luk: 53
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
RaceGroups:
Scaraba: true
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 384
AttackMotion: 672
ClientAttackMotion: 360
DamageMotion: 360
Ai: 20
Class: Boss
- Id: 2173
AegisName: I_G_HORN_SCARABA2
Name: Gold Two-Horn Scaraba
Level: 134
Hp: 235600
Attack: 690
Attack2: 3090
Defense: 150
MagicDefense: 15
Str: 44
Agi: 28
Vit: 72
Int: 125
Dex: 184
Luk: 51
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
RaceGroups:
Scaraba: true
Element: Earth
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 336
AttackMotion: 360
ClientAttackMotion: 240
DamageMotion: 360
Ai: 20
Class: Boss
- Id: 2174
AegisName: MD_VADON
Name: Deep Sea Vadon
JapaneseName: Ancient Crustacean
Level: 95
Hp: 120000
BaseExp: 750
JobExp: 750
Attack: 778
Attack2: 225
Defense: 154
MagicDefense: 21
Str: 145
Agi: 91
Vit: 138
Int: 60
Dex: 113
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Fish
RaceGroups:
Malangdo: true
Element: Water
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1632
AttackMotion: 432
ClientAttackMotion: 420
DamageMotion: 540
Ai: 20
Class: Boss
Drops:
- Item: Crystal_Blue
Rate: 20
- Item: Nipper
Rate: 4500
- Item: Garlet
Rate: 1500
- Item: Padded_Armor_
Rate: 3
- Item: Solid_Shell
Rate: 50
- Item: Elunium_Stone
Rate: 20
- Item: Low_Coin_Pocket
Rate: 2
StealProtected: true
- Id: 2175
AegisName: MD_MARSE
Name: Deep Sea Marse
JapaneseName: Deepsea Marse
Level: 95
Hp: 120000
BaseExp: 750
JobExp: 750
Attack: 500
Attack2: 820
Defense: 58
MagicDefense: 218
Str: 133
Agi: 37
Vit: 85
Int: 156
Dex: 133
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Fish
RaceGroups:
Malangdo: true
Element: Water
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 1956
AttackMotion: 756
ClientAttackMotion: 468
DamageMotion: 528
Ai: 20
Class: Boss
Drops:
- Item: Chinese_Ink
Rate: 4500
- Item: Tentacle
Rate: 1500
- Item: Skyblue_Jewel
Rate: 5
- Item: Mistic_Frozen
Rate: 6
- Item: Penetration
Rate: 3
- Item: Grape
Rate: 150
- Item: Low_Coin_Pocket
Rate: 2
StealProtected: true
- Id: 2176
AegisName: MD_CRAB
Name: Deep Sea Crab
JapaneseName: Deepsea Crab
Level: 95
Hp: 120000
BaseExp: 750
JobExp: 750
Attack: 696
Attack2: 234
Defense: 136
MagicDefense: 15
Str: 122
Agi: 54
Vit: 84
Int: 37
Dex: 98
Luk: 65
AttackRange: 1
SkillRange: 7
ChaseRange: 12
Size: Small
Race: Fish
RaceGroups:
Malangdo: true
Element: Water
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 992
AttackMotion: 792
ClientAttackMotion: 288
DamageMotion: 360
Ai: 20
Class: Boss
Drops:
- Item: Crap_Shell
Rate: 2750
- Item: Nipper
Rate: 750
- Item: Stone
Rate: 350
- Item: Sparkling_Dust
Rate: 7
- Item: Elunium_Stone
Rate: 19
- Item: Low_Coin_Pocket
Rate: 2
StealProtected: true
- Id: 2177
AegisName: MD_CORNUTUS
Name: Deep Sea Cornutus
JapaneseName: Deepsea Cornutus
Level: 100
Hp: 160000
BaseExp: 750
JobExp: 825
Attack: 1129
Attack2: 237
Defense: 342
MagicDefense: 48
Str: 122
Agi: 87
Vit: 135
Int: 66
Dex: 137
Luk: 75
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Fish
RaceGroups:
Malangdo: true
Element: Water
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1248
AttackMotion: 48
ClientAttackMotion: 192
DamageMotion: 480
Ai: 20
Class: Boss
Modes:
IgnoreMagic: true
Drops:
- Item: Crystal_Blue
Rate: 23
- Item: Conch
Rate: 2750
- Item: Scell
Rate: 400
- Item: Elunium_Stone
Rate: 27
- Item: Shield_
Rate: 3
- Item: Solid_Shell
Rate: 500
- Item: Low_Coin_Pocket
Rate: 3
StealProtected: true
- Id: 2178
AegisName: MD_SHELLFISH
Name: Deep Sea Shellfish
JapaneseName: Deepsea Shellfish
Level: 100
Hp: 160000
BaseExp: 750
JobExp: 825
Attack: 720
Attack2: 1122
Defense: 43
MagicDefense: 215
Str: 72
Agi: 31
Vit: 68
Int: 225
Dex: 166
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Fish
RaceGroups:
Malangdo: true
Element: Water
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 864
AttackMotion: 864
ClientAttackMotion: 468
DamageMotion: 384
Ai: 20
Class: Boss
Modes:
IgnoreMelee: true
IgnoreRanged: true
Drops:
- Item: Clam_Shell
Rate: 2750
- Item: Flesh_Of_Clam
Rate: 500
- Item: Stone
Rate: 250
- Item: Grit
Rate: 500
- Item: Sparkling_Dust
Rate: 5
- Item: Elunium_Stone
Rate: 9
- Item: Low_Coin_Pocket
Rate: 2
StealProtected: true
- Id: 2179
AegisName: MD_KUKRE
Name: Deep Sea Kukre
JapaneseName: Ancient Kukre
Level: 100
Hp: 160000
BaseExp: 750
JobExp: 825
Attack: 975
Attack2: 118
Defense: 123
MagicDefense: 33
Str: 125
Agi: 80
Vit: 112
Int: 60
Dex: 102
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
RaceGroups:
Malangdo: true
Element: Water
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1776
AttackMotion: 576
ClientAttackMotion: 480
DamageMotion: 288
Ai: 20
Class: Boss
Drops:
- Item: Crystal_Blue
Rate: 15
- Item: Worm_Peelings
Rate: 2750
- Item: Garlet
Rate: 200
- Item: Monster's_Feed
Rate: 250
- Item: Insect_Feeler
Rate: 225
- Item: Earthworm_The_Dude
Rate: 10
- Item: Low_Coin_Pocket
Rate: 2
StealProtected: true
- Id: 2180
AegisName: MD_STROUF
Name: Deep Sea Strouf
JapaneseName: Ancient Sea Lord
Level: 145
Hp: 400000
BaseExp: 1000
JobExp: 1100
Attack: 1200
Attack2: 3500
Defense: 67
MagicDefense: 221
Str: 149
Agi: 126
Vit: 81
Int: 252
Dex: 183
Luk: 66
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Fish
RaceGroups:
Malangdo: true
Element: Water
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 108
DamageMotion: 384
Ai: 20
Class: Boss
Drops:
- Item: Fin
Rate: 2668
- Item: Oridecon_Stone
Rate: 58
- Item: Trident_
Rate: 1
- Item: Feather
Rate: 1500
- Item: Skyblue_Jewel
Rate: 10
- Item: Gill
Rate: 750
- Item: Mid_Coin_Pocket
Rate: 3
StealProtected: true
- Id: 2181
AegisName: MD_SWORD_FISH
Name: Deep Sea Sword Fish
JapaneseName: Ancient Sword Fish
Level: 145
Hp: 400000
BaseExp: 1000
JobExp: 1100
Attack: 1849
Attack2: 235
Defense: 255
MagicDefense: 17
Str: 155
Agi: 156
Vit: 115
Int: 85
Dex: 194
Luk: 65
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Fish
RaceGroups:
Malangdo: true
Element: Water
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1968
AttackMotion: 768
ClientAttackMotion: 192
DamageMotion: 384
Ai: 20
Class: Boss
Modes:
IgnoreMelee: true
IgnoreRanged: true
Drops:
- Item: Mistic_Frozen
Rate: 5
- Item: Sharp_Scale
Rate: 4500
- Item: Oridecon_Stone
Rate: 17
- Item: Snowy_Horn
Rate: 1
- Item: Elunium_Stone
Rate: 25
- Item: Gill
Rate: 300
- Item: Mid_Coin_Pocket
Rate: 3
StealProtected: true
- Id: 2182
AegisName: MD_MARC
Name: Deep Sea Marc
JapaneseName: Ancient Seahorse
Level: 145
Hp: 400000
BaseExp: 1000
JobExp: 1100
Attack: 1423
Attack2: 331
Defense: 255
MagicDefense: 51
Str: 150
Agi: 145
Vit: 221
Int: 83
Dex: 148
Luk: 66
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
RaceGroups:
Malangdo: true
Element: Water
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1272
AttackMotion: 72
ClientAttackMotion: 216
DamageMotion: 480
Ai: 20
Class: Boss
Drops:
- Item: Mistic_Frozen
Rate: 9
- Item: Gill
Rate: 4500
- Item: Oridecon_Stone
Rate: 48
- Item: Fin
Rate: 500
- Item: Skyblue_Jewel
Rate: 5
- Item: White_Herb
Rate: 350
- Item: Old_Coin_Pocket
Rate: 3
StealProtected: true
- Id: 2183
AegisName: MD_ANOLIAN
Name: Deep Sea Anolian
JapaneseName: Mutant Anolian
Level: 151
Hp: 700000
BaseExp: 1100
JobExp: 1210
Attack: 2122
Attack2: 312
Defense: 268
MagicDefense: 22
Str: 177
Agi: 188
Vit: 205
Int: 126
Dex: 198
Luk: 61
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
RaceGroups:
Malangdo: true
Element: Water
ElementLevel: 2
WalkSpeed: 190
AttackDelay: 900
AttackMotion: 500
ClientAttackMotion: 660
DamageMotion: 864
Ai: 20
Class: Boss
Modes:
IgnoreMagic: true
Drops:
- Item: Anolian_Skin
Rate: 2425
- Item: Crystal_Arrow_Container
Rate: 40
- Item: Red_Muffler
Rate: 5
- Item: Carga_Mace
Rate: 3
- Item: Brooch_
Rate: 1
- Item: Oridecon
Rate: 67
- Item: Mid_Coin_Pocket
Rate: 3
StealProtected: true
- Id: 2184
AegisName: MD_OBEAUNE
Name: Deep Sea Obeaune
JapaneseName: Deepsea Mermaid
Level: 151
Hp: 700000
BaseExp: 1100
JobExp: 1210
Attack: 1502
Attack2: 3845
Defense: 68
MagicDefense: 326
Str: 166
Agi: 87
Vit: 101
Int: 233
Dex: 196
Luk: 55
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
RaceGroups:
Malangdo: true
Element: Water
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 384
DamageMotion: 288
Ai: 20
Class: Boss
Drops:
- Item: Mistic_Frozen
Rate: 7
- Item: Heart_Of_Mermaid
Rate: 4500
- Item: Saint_Robe_
Rate: 5
- Item: Skyblue_Jewel
Rate: 5
- Item: Fin
Rate: 250
- Item: Witherless_Rose
Rate: 15
- Item: Mid_Coin_Pocket
Rate: 3
StealProtected: true
- Id: 2185
AegisName: MD_KAPHA
Name: Deep Sea Kapha
JapaneseName: Transform Kapha
Level: 151
Hp: 700000
BaseExp: 1100
JobExp: 1210
Attack: 2590
Attack2: 256
Defense: 261
MagicDefense: 58
Str: 167
Agi: 209
Vit: 128
Int: 61
Dex: 191
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
RaceGroups:
Malangdo: true
Element: Water
ElementLevel: 2
WalkSpeed: 165
AttackDelay: 2012
AttackMotion: 1728
ClientAttackMotion: 576
DamageMotion: 672
Ai: 20
Class: Boss
Drops:
- Item: Yellow_Plate
Rate: 3250
- Item: Cyfar
Rate: 1750
- Item: Leaflet_Of_Aloe
Rate: 1150
- Item: Ment
Rate: 1
- Item: Guitar_Of_Blue_Solo
Rate: 5
- Item: Jitte_
Rate: 3
- Item: Old_Coin_Pocket
Rate: 3
StealProtected: true
- Id: 2186
AegisName: COELACANTH_N_E
Name: Coelacanth
Level: 100
Hp: 1200000
BaseExp: 200000
JobExp: 220000
Attack: 1290
Attack2: 1290
Defense: 280
MagicDefense: 280
Str: 160
Agi: 160
Vit: 160
Int: 160
Dex: 160
Luk: 160
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 165
AttackDelay: 864
AttackMotion: 864
ClientAttackMotion: 336
DamageMotion: 432
Ai: 21
Class: Boss
Drops:
- Item: Agrade_Pocket
Index: 0
Rate: 5000
- Item: Mid_Coin_Pocket
Index: 1
Rate: 2000
- Item: Low_Coin_Pocket
Index: 2
Rate: 2000
- Item: High_Weapon_Box
Index: 3
Rate: 700
- Item: Mid_Coin_Pocket
Index: 4
Rate: 2000
- Item: Low_Coin_Pocket
Index: 5
Rate: 2000
- Item: Low_Coin_Pocket
Index: 6
Rate: 2000
- Item: Low_Coin_Pocket
Index: 7
Rate: 2000
StealProtected: true
- Id: 2187
AegisName: COELACANTH_N_A
Name: Gloomy Coelacanth
JapaneseName: Dark Coelacanth
Level: 100
Hp: 2200000
BaseExp: 500000
JobExp: 550000
# MvpExp:
Attack: 1890
Attack2: 1890
Defense: 280
MagicDefense: 280
Str: 160
Agi: 160
Vit: 160
Int: 160
Dex: 160
Luk: 160
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Fish
RaceGroups:
Malangdo: true
Element: Water
ElementLevel: 2
WalkSpeed: 165
AttackDelay: 864
AttackMotion: 864
ClientAttackMotion: 336
DamageMotion: 432
Ai: 21
Class: Boss
Modes:
IgnoreMelee: true
IgnoreRanged: true
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5500
Drops:
- Item: Agrade_Pocket
Index: 0
Rate: 5000
- Item: Mid_Coin_Pocket
Index: 1
Rate: 5000
- Item: Low_Coin_Pocket
Index: 2
Rate: 5000
- Item: High_Weapon_Box
Index: 3
Rate: 750
- Item: Mid_Coin_Pocket
Index: 4
Rate: 5000
- Item: Low_Coin_Pocket
Index: 5
Rate: 5000
- Item: Low_Coin_Pocket
Index: 6
Rate: 5000
- Item: Black_Coelacanth_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 2188
AegisName: COELACANTH_N_M
Name: Weird Coelacanth
JapaneseName: Grotesque Coelacanth
Level: 100
Hp: 2200000
BaseExp: 500000
JobExp: 550000
# MvpExp:
Attack: 1890
Attack2: 1890
Defense: 280
MagicDefense: 280
Str: 160
Agi: 160
Vit: 160
Int: 160
Dex: 160
Luk: 160
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Fish
RaceGroups:
Malangdo: true
Element: Water
ElementLevel: 2
WalkSpeed: 165
AttackDelay: 864
AttackMotion: 864
ClientAttackMotion: 336
DamageMotion: 432
Ai: 21
Class: Boss
Modes:
IgnoreMagic: true
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5500
Drops:
- Item: Agrade_Pocket
Index: 0
Rate: 5000
- Item: Mid_Coin_Pocket
Index: 1
Rate: 5000
- Item: Low_Coin_Pocket
Index: 2
Rate: 5000
- Item: High_Weapon_Box
Index: 3
Rate: 5000
- Item: Mid_Coin_Pocket
Index: 4
Rate: 5000
- Item: Low_Coin_Pocket
Index: 5
Rate: 5000
- Item: Low_Coin_Pocket
Index: 6
Rate: 5000
- Item: Odd_Coelacanth_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 2189
AegisName: COELACANTH_H_M
Name: Mutant Coelacanth
Level: 155
Hp: 5200000
BaseExp: 1500000
JobExp: 1650000
# MvpExp:
Attack: 5500
Attack2: 5500
Defense: 280
MagicDefense: 280
Str: 260
Agi: 260
Vit: 260
Int: 260
Dex: 260
Luk: 260
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Fish
RaceGroups:
Malangdo: true
Element: Water
ElementLevel: 2
WalkSpeed: 165
AttackDelay: 864
AttackMotion: 864
ClientAttackMotion: 336
DamageMotion: 432
Ai: 21
Class: Boss
Modes:
IgnoreMagic: true
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5500
Drops:
- Item: Agrade_Pocket
Index: 0
Rate: 7000
- Item: Anger_Seagod
Index: 1
Rate: 7000
- Item: Old_Coin_Pocket
Index: 2
Rate: 5000
- Item: High_Weapon_Box
Index: 3
Rate: 5000
- Item: Mid_Coin_Pocket
Index: 4
Rate: 5000
- Item: Low_Coin_Pocket
Index: 5
Rate: 5000
- Item: Low_Coin_Pocket
Index: 6
Rate: 5000
- Item: Mutant_Coelacanth_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 2190
AegisName: COELACANTH_H_A
Name: Violent Coelacanth
JapaneseName: Ferocious Coelacanth
Level: 155
Hp: 5200000
BaseExp: 1500000
JobExp: 1650000
# MvpExp:
Attack: 5500
Attack2: 5500
Defense: 280
MagicDefense: 280
Str: 260
Agi: 260
Vit: 260
Int: 260
Dex: 260
Luk: 260
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Fish
RaceGroups:
Malangdo: true
Element: Water
ElementLevel: 2
WalkSpeed: 165
AttackDelay: 864
AttackMotion: 864
ClientAttackMotion: 336
DamageMotion: 432
Ai: 21
Class: Boss
Modes:
IgnoreMelee: true
IgnoreRanged: true
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5500
Drops:
- Item: Agrade_Pocket
Index: 0
Rate: 7000
- Item: Anger_Seagod
Index: 1
Rate: 5000
- Item: Old_Coin_Pocket
Index: 2
Rate: 5000
- Item: High_Weapon_Box
Index: 3
Rate: 5000
- Item: Mid_Coin_Pocket
Index: 4
Rate: 5000
- Item: Low_Coin_Pocket
Index: 5
Rate: 5000
- Item: Low_Coin_Pocket
Index: 6
Rate: 5000
- Item: Cruel_Coelacanth_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 2191
AegisName: MD_SEAWEED
Name: Seaweed
Level: 100
Hp: 100000
Attack: 1
Attack2: 1
Defense: 1
MagicDefense: 1
AttackRange: 1
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Fish
Element: Water
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 384
AttackMotion: 720
ClientAttackMotion: 240
DamageMotion: 360
Ai: 10
Class: Battlefield
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 2192
AegisName: MD_OCTOPUS
Name: Octopus
JapaneseName: Small Octopus
Level: 90
Hp: 6000
BaseExp: 2000
JobExp: 1000
Attack: 778
Attack2: 225
Defense: 154
MagicDefense: 21
Str: 145
Agi: 91
Vit: 138
Int: 60
Dex: 113
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Fish
RaceGroups:
Malangdo: true
Element: Water
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 576
AttackMotion: 2160
ClientAttackMotion: 2016
DamageMotion: 504
Ai: 20
Class: Boss
Drops:
- Item: Chinese_Ink
Rate: 2500
- Item: Tentacle
Rate: 2500
- Item: Mini_Octopus_Card
Rate: 1
StealProtected: true
- Id: 2193
AegisName: MD_OCTOPUS_LEG
Name: Octopus Leg
JapaneseName: Octupus Leg
Level: 90
Hp: 500000
BaseExp: 2000
JobExp: 1000
Attack: 778
Attack2: 225
Defense: 154
MagicDefense: 21
Str: 145
Agi: 91
Vit: 138
Int: 60
Dex: 113
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Fish
RaceGroups:
Malangdo: true
Element: Water
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 432
AttackMotion: 720
ClientAttackMotion: 144
DamageMotion: 360
Ai: 10
Class: Boss
Drops:
- Item: Chinese_Ink
Rate: 4500
- Item: Tentacle
Rate: 2500
- Item: Sticky_Mucus
Rate: 2500
- Item: Low_Coin_Pocket
Rate: 1
StealProtected: true
- Id: 2194
AegisName: MD_GIANT_OCTOPUS
Name: Giant Octopus
Level: 95
Hp: 500000
BaseExp: 20000
JobExp: 10000
# MvpExp:
Attack: 1900
Attack2: 1200
Defense: 154
MagicDefense: 21
Str: 145
Agi: 91
Vit: 138
Int: 60
Dex: 113
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Fish
RaceGroups:
Malangdo: true
Element: Water
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 576
AttackMotion: 1584
ClientAttackMotion: 252
DamageMotion: 360
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5500
Drops:
- Item: Bgrade_Pocket
Index: 0
Rate: 1500
- Item: Mid_Coin_Pocket
Index: 1
Rate: 500
- Item: High_Weapon_Box
Index: 2
Rate: 250
- Item: White_Potion_Box
Index: 3
Rate: 1500
- Item: Low_Coin_Pocket
Index: 4
Rate: 2000
- Item: Low_Coin_Pocket
Index: 5
Rate: 2000
- Item: Giant_Octopus_Card
Index: 6
Rate: 1
StealProtected: true
- Id: 2195
AegisName: MD_G_KUKRE
Name: Kukre
JapaneseName: Ancient Kukre
Level: 100
Hp: 160000
Attack: 975
Attack2: 118
Defense: 123
MagicDefense: 33
Str: 125
Agi: 80
Vit: 112
Int: 60
Dex: 102
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Water
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1776
AttackMotion: 576
ClientAttackMotion: 480
DamageMotion: 288
Ai: 20
Modes:
Detector: true
- Id: 2196
AegisName: MD_G_STROUF
Name: Strouf
JapaneseName: Ancient Sea Lord
Level: 145
Hp: 400000
Attack: 1200
Attack2: 3500
Defense: 67
MagicDefense: 221
Str: 149
Agi: 126
Vit: 81
Int: 252
Dex: 183
Luk: 66
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Fish
Element: Water
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 108
DamageMotion: 384
Ai: 20
Class: Boss
- Id: 2197
AegisName: RED_ERUMA
Name: Red Eruma
Level: 91
Hp: 8029
BaseExp: 1220
JobExp: 1149
Attack: 296
Attack2: 290
Defense: 102
MagicDefense: 102
Str: 77
Agi: 90
Vit: 88
Int: 21
Dex: 99
Luk: 21
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 140
AttackDelay: 768
AttackMotion: 1224
ClientAttackMotion: 420
DamageMotion: 432
Ai: 03
Drops:
- Item: Clam_Shell
Rate: 2500
- Item: Flesh_Of_Clam
Rate: 1000
- Item: Grit
Rate: 1500
- Item: Elunium_Stone
Rate: 50
- Item: Oridecon_Stone
Rate: 50
- Item: Old_Blue_Box
Rate: 10
- Item: Bad_Can
Rate: 700
- Item: Red_Eruma_Card
Rate: 1
StealProtected: true
- Id: 2198
AegisName: KING_DRAMOH
Name: King Dramoh
JapaneseName: King Kray
Level: 117
Hp: 28453
Sp: 0
BaseExp: 2583
JobExp: 2475
Attack: 731
Attack2: 330
Defense: 480
MagicDefense: 22
Str: 119
Agi: 44
Vit: 150
Int: 89
Dex: 130
Luk: 44
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 140
AttackDelay: 576
AttackMotion: 720
ClientAttackMotion: 360
DamageMotion: 720
Ai: 21
Class: Boss
Drops:
- Item: Ice_Fragment
Rate: 50
- Item: Nipper
Rate: 2500
- Item: Solid_Shell
Rate: 2500
- Item: Spike
Rate: 25
- Item: Light_Granule
Rate: 100
- Item: Mistic_Frozen
Rate: 25
- Item: Crystal_Blue
Rate: 25
- Item: King_Dramoh_Card
Rate: 1
StealProtected: true
- Id: 2199
AegisName: SIORAVA
Name: Siorava
Level: 87
Hp: 5577
BaseExp: 1052
JobExp: 987
Attack: 237
Attack2: 210
Defense: 20
MagicDefense: 40
Str: 10
Agi: 40
Vit: 66
Int: 70
Dex: 67
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Water
ElementLevel: 1
WalkSpeed: 250
AttackDelay: 1536
AttackMotion: 1296
ClientAttackMotion: 240
DamageMotion: 576
Ai: 02
Drops:
- Item: Delicious_Jelly
Rate: 700
- Item: Skull
Rate: 500
- Item: Skel_Bone
Rate: 500
- Item: Horrendous_Mouth
Rate: 500
- Item: Tatters_Clothes
Rate: 500
- Item: Twilight_Desert
Rate: 1
- Item: Scarlet_Dagger
Rate: 50
RandomOptionGroup: Group_5
- Item: Siorava_Card
Rate: 1
StealProtected: true
- Id: 2200
AegisName: J_TAINI
Name: Taini
Level: 1
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 1
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
AttackDelay: 432
AttackMotion: 792
DamageMotion: 432
Ai: 01
- Id: 2201
AegisName: SROPHO
Name: Sropho
Level: 113
Hp: 20805
Sp: 0
BaseExp: 2202
JobExp: 2106
Attack: 578
Attack2: 565
Defense: 44
MagicDefense: 91
Str: 77
Agi: 53
Vit: 33
Int: 133
Dex: 99
Luk: 66
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 768
AttackMotion: 792
ClientAttackMotion: 360
DamageMotion: 432
Ai: 04
Drops:
- Item: Fin
Rate: 2500
- Item: Electric_Eel
Rate: 2
- Item: Electric_Wire
Rate: 2
- Item: Crystal_Arrow_Container
Rate: 50
- Item: Oridecon_Stone
Rate: 50
- Item: Light_Granule
Rate: 50
- Item: Crystal_Blue
Rate: 25
- Item: Sropho_Card
Rate: 1
StealProtected: true
- Id: 2202
AegisName: KRAKEN
Name: Kraken
Level: 124
Hp: 5602800
Sp: 0
BaseExp: 983332
JobExp: 1057222
MvpExp: 491666
Attack: 3823
Attack2: 1830
Defense: 55
MagicDefense: 229
Str: 196
Agi: 99
Vit: 165
Int: 117
Dex: 162
Luk: 99
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Fish
Element: Water
ElementLevel: 4
WalkSpeed: 130
AttackDelay: 432
AttackMotion: 864
ClientAttackMotion: 480
DamageMotion: 360
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Bs_Making_S
Rate: 5000
- Item: Old_Card_Album
Rate: 5000
- Item: Treasure_Box
Rate: 5000
Drops:
- Item: Tentacle
Rate: 2500
- Item: Cardo
Rate: 250
- Item: Ice_Falchon
Rate: 250
- Item: Hunting_Spear
Rate: 250
- Item: Water_Sprits_Armor_
Rate: 250
- Item: Shadowdecon
Rate: 50
- Item: Mistic_Frozen
Rate: 250
- Item: Kraken_Card
Rate: 1
StealProtected: true
- Id: 2203
AegisName: POT_DOFLE
Name: Pot Dofle
Level: 115
Hp: 19235
Sp: 0
BaseExp: 2246
JobExp: 2150
Attack: 537
Attack2: 212
Defense: 122
MagicDefense: 55
Str: 133
Agi: 54
Vit: 78
Int: 33
Dex: 114
Luk: 26
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 180
AttackDelay: 1008
AttackMotion: 936
ClientAttackMotion: 792
DamageMotion: 432
Ai: 03
Drops:
- Item: Ice_Crystal
Rate: 5
- Item: Coral_Reef
Rate: 500
- Item: Gold
Rate: 1
- Item: Grit
Rate: 500
- Item: Chinese_Ink
Rate: 500
- Item: Old_Violet_Box
Rate: 10
- Item: Crystal_Blue
Rate: 25
- Item: Pot_Dofle_Card
Rate: 1
StealProtected: true
- Id: 2204
AegisName: SEDORA
Name: Sedora
Level: 110
Hp: 16740
Sp: 0
BaseExp: 1908
JobExp: 1822
Attack: 525
Attack2: 444
Defense: 92
MagicDefense: 55
Str: 126
Agi: 118
Vit: 61
Int: 107
Dex: 109
Luk: 84
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 768
AttackMotion: 792
ClientAttackMotion: 288
DamageMotion: 432
Ai: 04
Drops:
- Item: Tentacle
Rate: 2500
- Item: Tidal_Shoes
Rate: 3
- Item: Ice_Fragment
Rate: 15
- Item: Elder_Branch
Rate: 15
- Item: Chinese_Ink
Rate: 1500
- Item: Old_Blue_Box
Rate: 5
- Item: Crystal_Blue
Rate: 25
- Item: Sedora_Card
Rate: 1
StealProtected: true
# - Id: 2205
# AegisName: TACNU
# Name: Tacnu
# Level: 120
# Hp: 55552
# BaseExp: 5022
# JobExp: 2722
# Attack: 1551
# Attack2: 89
# Defense: 106
# MagicDefense: 25
# Str: 131
# Agi: 88
# Vit: 85
# Int: 72
# Dex: 147
# Luk: 75
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Large
# Race: Fish
# Element: Water
# ElementLevel: 2
# WalkSpeed: 165
# Ai: 21
- Id: 2206
AegisName: KRAKEN_LEG
Name: Kraken Tentacle
JapaneseName: Kraken Leg
Level: 124
Hp: 39190
Sp: 0
Attack: 1685
Attack2: 555
Defense: 127
MagicDefense: 158
Str: 130
Agi: 92
Vit: 53
Int: 128
Dex: 189
Luk: 54
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Fish
Element: Water
ElementLevel: 3
WalkSpeed: 1000
AttackDelay: 576
AttackMotion: 864
ClientAttackMotion: 288
DamageMotion: 240
Ai: 10
Class: Boss
Drops:
- Item: Sticky_Poison
Rate: 1
- Item: Cold_Ice
Rate: 1
# - Id: 2207
# AegisName: RACARCH
# Name: Racarch
# Level: 1
# Hp: 24390
# BaseExp: 3882
# JobExp: 2511
# Attack: 1311
# Attack2: 111
# Defense: 92
# MagicDefense: 66
# Str: 121
# Agi: 78
# Vit: 66
# Int: 21
# Dex: 112
# Luk: 33
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Medium
# Race: Fish
# Element: Water
# ElementLevel: 2
# WalkSpeed: 130
# AttackDelay: 1872
# AttackMotion: 480
# DamageMotion: 672
# Ai: 21
# Modes:
# NoRandomWalk: true
- Id: 2208
AegisName: WILD_RIDER
Name: Wild Rider
Level: 95
Hp: 33300
Sp: 0
BaseExp: 4150
JobExp: 1650
Attack: 1320
Attack2: 330
Defense: 480
MagicDefense: 22
Str: 89
Agi: 124
Vit: 89
Int: 56
Dex: 112
Luk: 56
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 120
AttackDelay: 432
AttackMotion: 792
ClientAttackMotion: 648
DamageMotion: 360
Ai: 04
Class: Boss
Drops:
- Item: Delicious_Jelly
Rate: 2500
- Item: Gill
Rate: 2500
- Item: Skyblue_Jewel
Rate: 2500
- Item: Light_Granule
Rate: 500
- Item: Old_Violet_Box
Rate: 1000
- Item: Mistic_Frozen
Rate: 500
- Item: Wild_Rider_Card
Rate: 1
StealProtected: true
- Id: 2209
AegisName: E_THIEF_BUG
Name: Thief Bug
Level: 1
Hp: 7
Attack: 1
Attack2: 1
Defense: 1
MagicDefense: 1
Agi: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Neutral
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 720
DamageMotion: 768
Ai: 01
Modes:
Detector: true
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Worm_Peelings
Rate: 3000
- Item: Wing_Of_Fly
Rate: 1500
- Item: Light_White_Pot_
Rate: 1500
- Item: Center_Potion_B
Rate: 1500
- Item: Berserk_Potion_B
Rate: 1000
- Item: Awakening_Potion_B
Rate: 1000
- Item: Poison_Bottle_B
Rate: 300
- Item: Seed_Of_Yggdrasil_
Rate: 200
StealProtected: true
- Id: 2210
AegisName: XMAS_LUNATIC
Name: Christmas Snow Rabbit
JapaneseName: Xmas Lunatic
Level: 1
Hp: 100
Attack: 1
Attack2: 1
Str: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1456
AttackMotion: 456
ClientAttackMotion: 264
DamageMotion: 336
Ai: 01
Drops:
- Item: Well_Baked_Cookie
Rate: 5000
- Item: Buche_De_Noel
Rate: 2000
- Item: Event_Cake
Rate: 2000
- Item: Mushroom_Pancake
Rate: 1000
- Item: Red_Bag
Rate: 500
- Item: Snow_Flower
Rate: 500
- Item: J_Firecracker
Rate: 2000
- Item: C_Cat_Santa_Hat
Rate: 10
StealProtected: true
- Id: 2211
AegisName: E_TEDDY_BEAR
Name: Christmas Teddy Bear
JapaneseName: Teddy Bear
Level: 10
Hp: 10
Attack: 1
Attack2: 1
MagicDefense: 1
Dex: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 160
AttackDelay: 512
AttackMotion: 780
ClientAttackMotion: 600
DamageMotion: 504
Ai: 01
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Old_Blue_Box
Index: 0
Rate: 500
- Item: Gift_Box
Index: 1
Rate: 1500
- Item: Candy_Striper
Index: 2
Rate: 500
- Item: Candy
Index: 3
Rate: 500
- Item: Gift_Box
Index: 4
Rate: 250
- Item: Old_Violet_Box
Index: 5
Rate: 5
- Item: Red_Socks_With_Holes
Index: 6
Rate: 500
- Id: 2212
AegisName: E_KNIGHT_OF_WINDSTORM
Name: Stormy Knight
JapaneseName: Knight of Windstorm
Level: 92
Hp: 100000000
BaseExp: 248280
JobExp: 151100
# MvpExp:
Attack: 3480
Attack2: 1433
Defense: 306
MagicDefense: 166
Str: 126
Agi: 165
Vit: 132
Int: 104
Dex: 205
Luk: 79
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Wind
ElementLevel: 4
WalkSpeed: 200
AttackDelay: 468
AttackMotion: 468
ClientAttackMotion: 252
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
IgnoreMelee: true
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Index: 0
Rate: 5000
- Item: Old_Violet_Box
Index: 1
Rate: 5000
- Item: Old_Violet_Box
Index: 2
Rate: 5000
Drops:
- Item: High_Weapon_Box
Rate: 5000
- Item: Iggdrasilberry_Box
Rate: 5000
- Item: Fruit_Of_Mastela_Box2
Rate: 10000
- Item: White_Potion_Box
Rate: 10000
- Item: Old_Ore_Box
Rate: 10000
- Item: Poison_Bottle_Box2
Rate: 10000
- Item: Brilliant_Hat_Box
Rate: 1000
- Item: Knight_Windstorm_Card
Rate: 1
StealProtected: true
- Id: 2213
AegisName: M_WANDER_MAN
Name: Wanderer
JapaneseName: Wander Man
Level: 81
Hp: 8614
Sp: 220
Attack: 1100
Attack2: 200
Defense: 60
MagicDefense: 20
Str: 80
Agi: 110
Vit: 63
Int: 51
Dex: 85
Luk: 90
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Wind
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 672
AttackMotion: 500
ClientAttackMotion: 672
DamageMotion: 192
Ai: 21
Modes:
Detector: true
- Id: 2214
AegisName: M_WICKED_NYMPH
Name: Evil Nymph
JapaneseName: Wicked Nymph
Level: 85
Hp: 6157
Sp: 256
Attack: 420
Attack2: 200
Defense: 30
MagicDefense: 45
Str: 40
Agi: 50
Vit: 40
Int: 92
Dex: 60
Luk: 110
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 637
AttackMotion: 1008
ClientAttackMotion: 576
DamageMotion: 360
Ai: 21
Modes:
Detector: true
- Id: 2215
AegisName: M_KASA
Name: Kasa
Level: 83
Hp: 9815
Sp: 234
Attack: 1100
Attack2: 200
Defense: 60
MagicDefense: 60
Str: 85
Agi: 90
Vit: 71
Int: 43
Dex: 85
Luk: 105
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Fire
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 800
AttackMotion: 600
ClientAttackMotion: 540
DamageMotion: 288
Ai: 21
Class: Boss
- Id: 2216
AegisName: M_SALAMANDER
Name: Salamander
Level: 87
Hp: 9517
Sp: 260
Attack: 900
Attack2: 200
Defense: 60
MagicDefense: 68
Str: 90
Agi: 80
Vit: 65
Int: 45
Dex: 87
Luk: 95
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Fire
ElementLevel: 3
WalkSpeed: 160
AttackDelay: 140
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
- Id: 2217
AegisName: M_TEDDY_BEAR
Name: Teddy Bear
Level: 85
Hp: 14493
Sp: 243
Attack: 600
Attack2: 200
Defense: 100
MagicDefense: 70
Str: 60
Agi: 20
Vit: 85
Int: 50
Dex: 75
Luk: 130
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 512
AttackMotion: 780
ClientAttackMotion: 600
DamageMotion: 504
Ai: 21
- Id: 2218
AegisName: E_OCTOPUS_LEG
Name: Octopus Tentacle
JapaneseName: Octopus Leg
Level: 10
Hp: 5
Attack: 13
Attack2: 8
Defense: 160
Int: 50
Dex: 100
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 1632
AttackMotion: 432
ClientAttackMotion: 144
DamageMotion: 540
Ai: 01
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Octupus_Leg
Index: 0
Rate: 5000
- Item: Octupus_Leg
Index: 1
Rate: 500
- Item: Octupus_Leg
Index: 2
Rate: 500
- Item: Octupus_Leg
Index: 3
Rate: 500
- Item: Octupus_Leg
Index: 4
Rate: 500
- Id: 2219
AegisName: E_GIANT_OCTOPUS
Name: Giant Octopus
Level: 10
Hp: 20
Attack: 13
Attack2: 8
Defense: 160
Int: 50
Dex: 100
Luk: 100
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 1632
AttackMotion: 432
ClientAttackMotion: 252
DamageMotion: 540
Ai: 01
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Octupus_Leg
Index: 0
Rate: 5000
- Item: Octupus_Leg
Index: 1
Rate: 5000
- Item: Ink_Ball
Index: 2
Rate: 1000
- Item: Ink_Ball
Index: 3
Rate: 500
- Item: Ink_Ball
Index: 4
Rate: 500
- Id: 2220
AegisName: E_QUVE
Name: Messenger of Devil
JapaneseName: Quve
Level: 10
Hp: 20
Attack: 13
Attack2: 8
Defense: 1
Int: 50
Dex: 100
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 912
AttackMotion: 1248
ClientAttackMotion: 420
DamageMotion: 576
Ai: 01
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Chocolate
Rate: 5000
- Item: White_Chocolate
Rate: 3000
- Item: Candy
Rate: 8000
- Item: Candy_Striper
Rate: 8000
- Id: 2221
AegisName: RANDEL
Name: Randel
Level: 141
Hp: 478745
BaseExp: 32367
JobExp: 31752
Attack: 3055
Attack2: 1230
Defense: 180
MagicDefense: 56
Str: 158
Agi: 74
Vit: 213
Int: 50
Dex: 185
Luk: 65
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Element: Holy
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 76
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 288
Ai: 19
Drops:
- Item: Armlet_Of_Prisoner
Rate: 2000
- Item: Goast_Chill
Rate: 1
- Item: Particles_Of_Energy4
Rate: 1000
- Item: Elunium
Rate: 100
- Item: Cannon_Spear
Rate: 10
- Item: Bible_Of_Promise2
Rate: 10
- Item: Blood_Thirst
Rate: 150
- Item: Randel_Card
Rate: 1
StealProtected: true
- Id: 2222
AegisName: FLAMEL
Name: Flamel
Level: 141
Hp: 316468
BaseExp: 26397
JobExp: 30465
Attack: 2017
Attack2: 1602
Defense: 86
MagicDefense: 12
Str: 141
Agi: 78
Vit: 70
Int: 81
Dex: 147
Luk: 51
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Element: Fire
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 1152
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 288
Ai: 19
Drops:
- Item: Armlet_Of_Prisoner
Rate: 2000
- Item: Goast_Chill
Rate: 1
- Item: Particles_Of_Energy4
Rate: 1000
- Item: Oridecon
Rate: 100
- Item: Green_Operation_Coat
Rate: 10
- Item: Red_Ether_Bag
Rate: 1
- Item: Blood_Thirst
Rate: 150
- Item: Flamel_Card
Rate: 1
StealProtected: true
- Id: 2223
AegisName: CELIA
Name: Celia
Level: 141
Hp: 253145
BaseExp: 22107
JobExp: 25102
Attack: 1612
Attack2: 2450
Defense: 74
MagicDefense: 312
Str: 136
Agi: 99
Vit: 61
Int: 121
Dex: 121
Luk: 49
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Element: Ghost
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 1152
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 288
Ai: 19
Drops:
- Item: Armlet_Of_Prisoner
Rate: 2000
- Item: Goast_Chill
Rate: 1
- Item: Telekinetic_Orb
Rate: 20
- Item: Particles_Of_Energy4
Rate: 1000
- Item: Creeper_Bow
Rate: 10
- Item: Mental_Stick
Rate: 1
- Item: Blood_Thirst
Rate: 150
- Item: Ceila_Card
Rate: 1
StealProtected: true
- Id: 2224
AegisName: CHEN
Name: Chen
Level: 141
Hp: 279562
Sp: 25
BaseExp: 25684
JobExp: 26149
Attack: 2501
Attack2: 1248
Defense: 125
MagicDefense: 56
Str: 122
Agi: 81
Vit: 83
Int: 130
Dex: 201
Luk: 61
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
RaceGroups:
Biolab: true
Element: Water
ElementLevel: 4
WalkSpeed: 180
AttackDelay: 76
AttackMotion: 768
ClientAttackMotion: 576
DamageMotion: 288
Ai: 20
Modes:
Detector: true
Drops:
- Item: Goast_Chill
Rate: 1
- Item: Lab_Staff_Record
Rate: 2000
- Item: Particles_Of_Energy4
Rate: 1000
- Item: Oridecon
Rate: 100
- Item: Sura_Rampage
Rate: 10
- Item: Berserk
Rate: 5
- Item: Blood_Thirst
Rate: 150
- Item: Chen_Card
Rate: 1
StealProtected: true
- Id: 2225
AegisName: GERTIE
Name: Gertie
Level: 141
Hp: 266926
BaseExp: 24267
JobExp: 26706
Attack: 3684
Attack2: 1207
Defense: 108
MagicDefense: 10
Str: 180
Agi: 125
Vit: 55
Int: 51
Dex: 211
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
RaceGroups:
Biolab: true
Element: Poison
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 76
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 288
Ai: 20
Modes:
Detector: true
Drops:
- Item: Goast_Chill
Rate: 1
- Item: Lab_Staff_Record
Rate: 2000
- Item: Particles_Of_Energy4
Rate: 1000
- Item: Elunium
Rate: 100
- Item: Catapult
Rate: 10
- Item: Black_Wing
Rate: 10
- Item: Blood_Thirst
Rate: 150
- Item: Gertie_Card
Rate: 1
StealProtected: true
- Id: 2226
AegisName: ALPHOCCIO
Name: Alphoccio
Level: 142
Hp: 256202
BaseExp: 22192
JobExp: 26824
Attack: 1273
Attack2: 3076
Defense: 84
MagicDefense: 15
Str: 120
Agi: 97
Vit: 71
Int: 181
Dex: 81
Luk: 81
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Element: Wind
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 76
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 288
Ai: 19
Drops:
- Item: Goast_Chill
Rate: 1
- Item: Lab_Staff_Record
Rate: 2000
- Item: Particles_Of_Energy4
Rate: 1000
- Item: Oridecon
Rate: 100
- Item: Geffenia_Book_Water
Rate: 10
- Item: Green_Whistle
Rate: 10
- Item: Blood_Thirst
Rate: 150
- Item: Alphoccio_Card
Rate: 1
StealProtected: true
- Id: 2227
AegisName: TRENTINI
Name: Trentini
Level: 142
Hp: 204962
BaseExp: 15995
JobExp: 17486
Attack: 1070
Attack2: 3206
Defense: 70
MagicDefense: 12
Str: 115
Agi: 81
Vit: 65
Int: 194
Dex: 95
Luk: 76
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Element: Wind
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 76
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 288
Ai: 19
Drops:
- Item: Goast_Chill
Rate: 1
- Item: Lab_Staff_Record
Rate: 2000
- Item: Dance_Shoes
Rate: 20
- Item: Particles_Of_Energy4
Rate: 1000
- Item: Assassin_Handcuffs
Rate: 10
- Item: Stem_Whip
Rate: 10
- Item: Blood_Thirst
Rate: 150
- Item: Trentini_Card
Rate: 1
StealProtected: true
- Id: 2228
AegisName: G_RANDEL
Name: Paladin Randel
Level: 160
Hp: 3163000
Attack: 5537
Attack2: 3017
Defense: 667
MagicDefense: 151
Str: 291
Agi: 155
Vit: 201
Int: 101
Dex: 265
Luk: 66
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Bio5_Swordman_Thief: true
Element: Holy
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
Drops:
- Item: Old_Violet_Box
Rate: 10
- Item: Bradium
Rate: 100
- Id: 2229
AegisName: G_FLAMEL
Name: Creator Flamel
Level: 160
Hp: 2531750
Attack: 2355
Attack2: 2514
Defense: 253
MagicDefense: 113
Str: 159
Agi: 175
Vit: 157
Int: 170
Dex: 237
Luk: 71
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Bio5_Acolyte_Merchant: true
Element: Fire
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 1152
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
Drops:
- Item: Old_Violet_Box
Rate: 10
- Item: Carnium
Rate: 100
- Id: 2230
AegisName: G_CELIA
Name: Professor Celia
Level: 160
Hp: 2025160
Attack: 2481
Attack2: 3114
Defense: 201
MagicDefense: 543
Str: 165
Agi: 148
Vit: 171
Int: 155
Dex: 267
Luk: 85
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Bio5_Mage_Archer: true
Element: Ghost
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 1152
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
Drops:
- Item: Old_Violet_Box
Rate: 10
- Item: Bradium
Rate: 100
- Id: 2231
AegisName: G_CHEN
Name: Champion Chen
Level: 160
Hp: 2236500
Sp: 1553
Attack: 3617
Attack2: 1947
Defense: 216
MagicDefense: 134
Str: 180
Agi: 165
Vit: 165
Int: 50
Dex: 298
Luk: 66
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Bio5_Acolyte_Merchant: true
Element: Water
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 768
ClientAttackMotion: 576
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
Drops:
- Item: Old_Violet_Box
Rate: 10
- Item: Carnium
Rate: 100
- Id: 2232
AegisName: G_GERTIE
Name: Stalker Gertie
Level: 160
Hp: 2135410
Attack: 6162
Attack2: 1274
Defense: 251
MagicDefense: 107
Str: 217
Agi: 315
Vit: 127
Int: 51
Dex: 333
Luk: 61
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
RaceGroups:
Biolab: true
Bio5_Swordman_Thief: true
Element: Poison
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
Drops:
- Item: Old_Violet_Box
Rate: 10
- Item: Bradium
Rate: 100
- Id: 2233
AegisName: G_ALPHOCCIO
Name: Clown Alphoccio
Level: 160
Hp: 2049620
Attack: 2641
Attack2: 3749
Defense: 201
MagicDefense: 109
Str: 219
Agi: 161
Vit: 130
Int: 107
Dex: 270
Luk: 99
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Bio5_Mage_Archer: true
Element: Wind
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 76
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
Drops:
- Item: Old_Violet_Box
Rate: 10
- Item: Carnium
Rate: 100
- Id: 2234
AegisName: G_TRENTINI
Name: Gypsy Trentini
Level: 160
Hp: 2049620
Attack: 2016
Attack2: 4036
Defense: 181
MagicDefense: 112
Str: 167
Agi: 247
Vit: 165
Int: 217
Dex: 233
Luk: 61
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Bio5_Mage_Archer: true
Element: Wind
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 76
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
Drops:
- Item: Old_Violet_Box
Rate: 10
- Item: Bradium
Rate: 100
- Id: 2235
AegisName: B_RANDEL
Name: Paladin Randel
Level: 160
Hp: 6870000
BaseExp: 3674489
JobExp: 2149566
MvpExp: 1837244
Attack: 5537
Attack2: 3017
Defense: 667
MagicDefense: 151
Str: 291
Agi: 155
Vit: 201
Int: 101
Dex: 265
Luk: 66
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Element: Holy
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Magic_Card_Album
Rate: 5000
- Item: Old_Violet_Box
Rate: 5000
- Item: Goast_Chill
Rate: 5000
Drops:
- Item: High_Weapon_Box
Rate: 5000
- Item: Sgrade_Pocket
Rate: 5000
- Item: Old_Card_Album
Rate: 3000
- Item: Bradium
Rate: 2000
- Item: Giant_Shield
Rate: 2000
- Item: Ancient_Dagger
Rate: 2000
- Item: Paladin_Card
Rate: 1
StealProtected: true
- Id: 2236
AegisName: B_FLAMEL
Name: Creator Flamel
Level: 160
Hp: 4230000
BaseExp: 2611785
JobExp: 1446694
MvpExp: 1305892
Attack: 2355
Attack2: 2514
Defense: 253
MagicDefense: 113
Str: 159
Agi: 175
Vit: 157
Int: 170
Dex: 237
Luk: 71
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Element: Fire
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 1152
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Magic_Card_Album
Rate: 5000
- Item: Old_Violet_Box
Rate: 5000
- Item: Goast_Chill
Rate: 5000
Drops:
- Item: High_Weapon_Box
Rate: 5000
- Item: Sgrade_Pocket
Rate: 5000
- Item: Old_Card_Album
Rate: 3000
- Item: Carnium
Rate: 2000
- Item: End_Sektura
Rate: 2000
- Item: Ygnus_Stale
Rate: 2000
- Item: Giant_Axe
Rate: 2000
- Item: Creator_Card
Rate: 1
StealProtected: true
- Id: 2237
AegisName: B_CELIA
Name: Professor Celia
Level: 160
Hp: 3847804
BaseExp: 2513654
JobExp: 1380385
MvpExp: 1256827
Attack: 2481
Attack2: 3114
Defense: 201
MagicDefense: 543
Str: 165
Agi: 148
Vit: 171
Int: 155
Dex: 267
Luk: 85
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Element: Ghost
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 1152
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Magic_Card_Album
Rate: 5000
- Item: Old_Violet_Box
Rate: 5000
- Item: Goast_Chill
Rate: 5000
Drops:
- Item: High_Weapon_Box
Rate: 5000
- Item: Sgrade_Pocket
Rate: 5000
- Item: Old_Card_Album
Rate: 3000
- Item: Bradium
Rate: 2000
- Item: Alchemy_Glove
Rate: 2000
- Item: Professor_Card
Rate: 1
StealProtected: true
- Id: 2238
AegisName: B_CHEN
Name: Champion Chen
Level: 160
Hp: 4249350
Sp: 1553
BaseExp: 2556784
JobExp: 1614235
MvpExp: 1278392
Attack: 3617
Attack2: 1947
Defense: 216
MagicDefense: 134
Str: 180
Agi: 165
Vit: 165
Int: 50
Dex: 298
Luk: 66
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
RaceGroups:
Biolab: true
Element: Water
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 768
ClientAttackMotion: 576
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Magic_Card_Album
Rate: 5000
- Item: Old_Violet_Box
Rate: 5000
- Item: Goast_Chill
Rate: 5000
Drops:
- Item: High_Weapon_Box
Rate: 5000
- Item: Sgrade_Pocket
Rate: 5000
- Item: Old_Card_Album
Rate: 3000
- Item: Carnium
Rate: 2000
- Item: Cakram
Rate: 2000
- Item: Kaiser_Knuckle
Rate: 2000
- Item: Champion_Card
Rate: 1
StealProtected: true
- Id: 2239
AegisName: B_GERTIE
Name: Stalker Gertie
Level: 160
Hp: 4057279
BaseExp: 2210349
JobExp: 1480200
MvpExp: 1105174
Attack: 6162
Attack2: 1274
Defense: 251
MagicDefense: 107
Str: 217
Agi: 315
Vit: 127
Int: 51
Dex: 333
Luk: 61
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
RaceGroups:
Biolab: true
Element: Poison
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Magic_Card_Album
Rate: 5000
- Item: Old_Violet_Box
Rate: 5000
- Item: Goast_Chill
Rate: 5000
Drops:
- Item: High_Weapon_Box
Rate: 5000
- Item: Sgrade_Pocket
Rate: 5000
- Item: Old_Card_Album
Rate: 3000
- Item: Bradium
Rate: 2000
- Item: Scarletto_Nail
Rate: 2000
- Item: Aztoe_Nail
Rate: 2000
- Item: Stalker_Card
Rate: 1
StealProtected: true
- Id: 2240
AegisName: B_ALPHOCCIO
Name: Clown Alphoccio
Level: 160
Hp: 3894278
BaseExp: 2113018
JobExp: 1357934
MvpExp: 1056509
Attack: 2641
Attack2: 3749
Defense: 201
MagicDefense: 109
Str: 219
Agi: 161
Vit: 130
Int: 107
Dex: 270
Luk: 99
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Element: Wind
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 76
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Magic_Card_Album
Rate: 5000
- Item: Old_Violet_Box
Rate: 5000
- Item: Goast_Chill
Rate: 5000
Drops:
- Item: High_Weapon_Box
Rate: 5000
- Item: Sgrade_Pocket
Rate: 5000
- Item: Old_Card_Album
Rate: 3000
- Item: Carnium
Rate: 2000
- Item: Mystic_Bow
Rate: 2000
- Item: Clown_Card
Rate: 1
StealProtected: true
- Id: 2241
AegisName: B_TRENTINI
Name: Gypsy Trentini
Level: 160
Hp: 3894278
BaseExp: 2231879
JobExp: 1409702
MvpExp: 1115939
Attack: 2016
Attack2: 4036
Defense: 181
MagicDefense: 112
Str: 167
Agi: 247
Vit: 165
Int: 217
Dex: 233
Luk: 61
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Biolab: true
Element: Wind
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 76
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Magic_Card_Album
Rate: 5000
- Item: Old_Violet_Box
Rate: 5000
- Item: Goast_Chill
Rate: 5000
Drops:
- Item: High_Weapon_Box
Rate: 5000
- Item: Sgrade_Pocket
Rate: 5000
- Item: Old_Card_Album
Rate: 3000
- Item: Bradium
Rate: 2000
- Item: Rosebine
Rate: 2000
- Item: Mystic_Bow
Rate: 2000
- Item: Gypsy_Card
Rate: 1
StealProtected: true
- Id: 2242
AegisName: MD_DESERT_WOLF
Name: Desert Wolf
Level: 135
Hp: 551578
Attack: 676
Attack2: 59
Defense: 151
MagicDefense: 39
Str: 151
Agi: 69
Vit: 63
Int: 72
Dex: 98
Luk: 42
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Neutral
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 200
AttackMotion: 420
ClientAttackMotion: 216
DamageMotion: 288
Ai: 04
Modes:
Detector: true
- Id: 2243
AegisName: MD_DESERT_WOLF_B
Name: Desert Wolf
Level: 130
Hp: 274531
Attack: 33
Attack2: 8
Defense: 13
MagicDefense: 123
Str: 101
Agi: 12
Vit: 8
Int: 121
Dex: 17
Luk: 7
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Neutral
ElementLevel: 1
WalkSpeed: 130
AttackDelay: 200
AttackMotion: 900
ClientAttackMotion: 216
DamageMotion: 240
Ai: 04
Modes:
Detector: true
- Id: 2244
AegisName: QUEST_CHEN
Name: Dark Martial Arts Master
JapaneseName: Champion Chen
Level: 130
Hp: 300
Attack: 103
Attack2: 23
Defense: 25
MagicDefense: 56
Str: 122
Agi: 81
Vit: 83
Int: 130
Dex: 201
Luk: 61
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Water
ElementLevel: 4
WalkSpeed: 300
AttackDelay: 200
AttackMotion: 768
ClientAttackMotion: 576
DamageMotion: 288
Ai: 04
- Id: 2245
AegisName: EXP_TEST
Name: Experience Test
JapaneseName: Exp Test
Level: 1
Hp: 100
BaseExp: 100
JobExp: 100
Attack: 8
Attack2: 1
Defense: 2
MagicDefense: 5
Str: 6
Int: 0
Dex: 6
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Water
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 1000
AttackMotion: 480
DamageMotion: 288
Ai: 01
- Id: 2246
AegisName: Q_WOOTAN_FIGHTER
Name: Wootan Fighter
Level: 95
Hp: 9000
BaseExp: 1400
JobExp: 2000
Attack: 255
Attack2: 36
Defense: 103
MagicDefense: 8
Str: 63
Agi: 14
Vit: 36
Int: 5
Dex: 62
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Fire
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 912
AttackMotion: 1344
ClientAttackMotion: 420
DamageMotion: 480
Ai: 04
Drops:
- Item: Meat
Rate: 10000
- Item: Shoulder_Protection
Rate: 10000
- Item: Waghnakh
Rate: 8
- Item: Finger_
Rate: 1
- Item: Elder_Branch
Rate: 300
- Item: Great_Leaf
Rate: 3000
- Item: Banana_Hat
Rate: 12
- Item: Wootan_Fighter_Card
Rate: 1
StealProtected: true
- Id: 2247
AegisName: Q_INCREASE_SOIL
Name: Mi Gao
JapaneseName: Increase Soil
Level: 95
Hp: 20000
BaseExp: 1400
JobExp: 2000
Attack: 365
Attack2: 30
Defense: 112
MagicDefense: 39
Str: 67
Agi: 23
Vit: 41
Int: 49
Dex: 94
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Earth
ElementLevel: 3
WalkSpeed: 445
AttackDelay: 106
AttackMotion: 1056
ClientAttackMotion: 624
DamageMotion: 576
Ai: 01
Drops:
- Item: Dried_Sand
Rate: 10000
- Item: Mud_Lump
Rate: 6900
- Item: Great_Nature
Rate: 30
- Item: Gold
Rate: 6
- Item: Increase_Soil_Card
Rate: 1
StealProtected: true
- Id: 2248
AegisName: GOLDPORING
Name: Golden Poring
Level: 15
Hp: 15
Attack: 10
Attack2: 10
Defense: 160
MagicDefense: 5
Dex: 999
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Water
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 2496
DamageMotion: 480
Ai: 01
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
TeleportBlock: true
Drops:
- Item: Jellopy
Rate: 1500
- Item: Yellow_Herb
Rate: 500
- Item: White_Herb
Rate: 250
- Item: Zargon
Rate: 400
- Item: Celebrate_Egg
Rate: 1500
StealProtected: true
- Id: 2249
AegisName: PYURIEL
Name: Angry Student Pyuriel
JapaneseName: Pyuriel
Level: 141
Hp: 2205000
BaseExp: 1500123
JobExp: 1320000
MvpExp: 750061
Attack: 2515
Attack2: 1513
Defense: 388
MagicDefense: 206
Str: 196
Agi: 131
Vit: 125
Int: 276
Dex: 401
Luk: 156
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Fire
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 576
AttackMotion: 1380
ClientAttackMotion: 324
DamageMotion: 360
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Magic_Card_Album
Rate: 5000
- Item: Bs_Making_S
Rate: 5000
- Item: Old_Violet_Box
Rate: 5000
Drops:
- Item: High_Weapon_Box
Rate: 100
- Item: Old_Violet_Box
Rate: 3000
- Item: Old_Card_Album
Rate: 500
- Item: Sg_Weapon_Supply_Box
Rate: 3000
- Item: Sg_White_Potion_Box
Rate: 2000
- Item: Sg_Blue_Potion_Box
Rate: 1000
- Item: Siege_Boots
Rate: 500
- Item: Pyuriel_Card
Rate: 1
StealProtected: true
- Id: 2250
AegisName: LORA
Name: Warrior Laura
JapaneseName: Lora
Level: 136
Hp: 500255
BaseExp: 16567
JobExp: 15166
Attack: 1985
Attack2: 1701
Defense: 224
MagicDefense: 58
Str: 144
Agi: 92
Vit: 86
Int: 69
Dex: 149
Luk: 68
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demihuman
Element: Fire
ElementLevel: 2
WalkSpeed: 130
AttackDelay: 1600
AttackMotion: 432
ClientAttackMotion: 360
DamageMotion: 360
Ai: 21
Class: Boss
Drops:
- Item: High_Weapon_Box
Rate: 5
- Item: Old_Violet_Box
Rate: 3000
- Item: Old_Card_Album
Rate: 50
- Item: Sg_Weapon_Supply_Box
Rate: 50
- Item: Sg_White_Potion_Box
Rate: 500
- Item: Sg_Blue_Potion_Box
Rate: 500
- Item: Siege_Manteau
Rate: 500
- Item: Lora_Card
Rate: 1
StealProtected: true
- Id: 2251
AegisName: GIOIA
Name: Gioia
Level: 146
Hp: 2507989
BaseExp: 1503451
JobExp: 1433901
MvpExp: 751725
Attack: 1105
Attack2: 2601
Defense: 436
MagicDefense: 218
Str: 180
Agi: 201
Vit: 156
Int: 190
Dex: 299
Luk: 77
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Wind
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 1344
AttackMotion: 2592
ClientAttackMotion: 432
DamageMotion: 432
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Magic_Card_Album
Rate: 5000
- Item: Bs_Making_S
Rate: 5000
- Item: Old_Violet_Box
Rate: 5000
Drops:
- Item: High_Weapon_Box
Rate: 100
- Item: Old_Violet_Box
Rate: 3000
- Item: Old_Card_Album
Rate: 500
- Item: Sg_Weapon_Supply_Box
Rate: 3000
- Item: Sg_White_Potion_Box
Rate: 2000
- Item: Sg_Blue_Potion_Box
Rate: 1000
- Item: Siege_Muffler
Rate: 500
- Item: Gioia_Card
Rate: 1
StealProtected: true
- Id: 2252
AegisName: ELVIRA
Name: Elvira
Level: 138
Hp: 501765
BaseExp: 17847
JobExp: 14925
Attack: 699
Attack2: 2101
Defense: 171
MagicDefense: 68
Str: 189
Agi: 105
Vit: 92
Int: 85
Dex: 198
Luk: 72
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Wind
ElementLevel: 3
WalkSpeed: 120
AttackDelay: 880
AttackMotion: 1224
ClientAttackMotion: 504
DamageMotion: 360
Ai: 21
Class: Boss
Drops:
- Item: High_Weapon_Box
Rate: 5
- Item: Old_Violet_Box
Rate: 3000
- Item: Old_Card_Album
Rate: 50
- Item: Sg_Weapon_Supply_Box
Rate: 50
- Item: Sg_White_Potion_Box
Rate: 500
- Item: Sg_Blue_Potion_Box
Rate: 500
- Item: Siege_Robe
Rate: 500
- Item: Elvira_Card
Rate: 1
StealProtected: true
- Id: 2253
AegisName: DAEHYON
Name: General Daehyun
JapaneseName: Daehyon
Level: 142
Hp: 2500148
BaseExp: 1501561
JobExp: 1401642
MvpExp: 750780
Attack: 2710
Attack2: 1410
Defense: 494
MagicDefense: 123
Str: 116
Agi: 123
Vit: 154
Int: 99
Dex: 217
Luk: 98
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Earth
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 900
AttackMotion: 792
ClientAttackMotion: 504
DamageMotion: 432
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Magic_Card_Album
Rate: 5000
- Item: Bs_Making_S
Rate: 5000
- Item: Old_Violet_Box
Rate: 5000
Drops:
- Item: High_Weapon_Box
Rate: 100
- Item: Old_Violet_Box
Rate: 3000
- Item: Old_Card_Album
Rate: 500
- Item: Sg_Weapon_Supply_Box
Rate: 3000
- Item: Sg_White_Potion_Box
Rate: 2000
- Item: Sg_Blue_Potion_Box
Rate: 1000
- Item: Siege_Greave
Rate: 500
- Item: Daehyon_Card
Rate: 1
StealProtected: true
- Id: 2254
AegisName: SOHEON
Name: Samurai Soheon
JapaneseName: Soheon
Level: 137
Hp: 502015
BaseExp: 15715
JobExp: 13794
Attack: 1591
Attack2: 1036
Defense: 210
MagicDefense: 178
Str: 118
Agi: 244
Vit: 98
Int: 126
Dex: 246
Luk: 102
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 3
WalkSpeed: 120
AttackDelay: 1000
AttackMotion: 1008
ClientAttackMotion: 432
DamageMotion: 432
Ai: 21
Class: Boss
Drops:
- Item: High_Weapon_Box
Rate: 5
- Item: Old_Violet_Box
Rate: 3000
- Item: Old_Card_Album
Rate: 50
- Item: Sg_Weapon_Supply_Box
Rate: 50
- Item: Sg_White_Potion_Box
Rate: 500
- Item: Sg_Blue_Potion_Box
Rate: 500
- Item: Siege_Suits
Rate: 500
- Item: Soheon_Card
Rate: 1
StealProtected: true
- Id: 2255
AegisName: KADES
Name: Dark Guardian Kades
JapaneseName: Kades
Level: 143
Hp: 2505000
BaseExp: 1604000
JobExp: 1441000
MvpExp: 802000
Attack: 2201
Attack2: 2001
Defense: 479
MagicDefense: 262
Str: 191
Agi: 223
Vit: 187
Int: 155
Dex: 362
Luk: 163
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Dark
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 900
AttackMotion: 648
ClientAttackMotion: 360
DamageMotion: 480
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Magic_Card_Album
Rate: 5000
- Item: Old_Violet_Box
Rate: 5000
- Item: Bs_Making_S
Rate: 5000
Drops:
- Item: High_Weapon_Box
Rate: 100
- Item: Old_Violet_Box
Rate: 3000
- Item: Old_Card_Album
Rate: 500
- Item: Sg_Weapon_Supply_Box
Rate: 3000
- Item: Sg_White_Potion_Box
Rate: 2000
- Item: Sg_Blue_Potion_Box
Rate: 1000
- Item: Siege_Plate
Rate: 500
- Item: Kades_Card
Rate: 1
StealProtected: true
- Id: 2256
AegisName: RUDO
Name: Rudo
Level: 135
Hp: 501489
BaseExp: 13633
JobExp: 13649
Attack: 1401
Attack2: 1501
Defense: 196
MagicDefense: 96
Str: 106
Agi: 65
Vit: 61
Int: 42
Dex: 125
Luk: 72
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Angel
Element: Holy
ElementLevel: 3
WalkSpeed: 120
AttackDelay: 1576
AttackMotion: 504
ClientAttackMotion: 360
DamageMotion: 360
Ai: 21
Class: Boss
Drops:
- Item: High_Weapon_Box
Rate: 5
- Item: Old_Violet_Box
Rate: 3000
- Item: Old_Card_Album
Rate: 50
- Item: Sg_Weapon_Supply_Box
Rate: 50
- Item: Sg_White_Potion_Box
Rate: 500
- Item: Sg_Blue_Potion_Box
Rate: 500
- Item: Siege_Shoes
Rate: 500
- Item: Rudo_Card
Rate: 1
StealProtected: true
- Id: 2257
AegisName: I_PIAMETTE
Name: Piamette
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 288
Ai: 20
- Id: 2258
AegisName: I_PIAMETTE_
Name: Piamette
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 288
Ai: 20
- Id: 2259
AegisName: I_GARDEN_KEEPER
Name: Garden Keeper
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 288
Ai: 20
- Id: 2260
AegisName: G_GARDEN_KEEPER
Name: Garden Keeper
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 288
Ai: 20
- Id: 2261
AegisName: I_GARDEN_WATCHER
Name: Garden Watcher
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 1152
Ai: 20
- Id: 2262
AegisName: G_GARDEN_WATCHER
Name: Garden Watcher
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 1152
Ai: 20
- Id: 2263
AegisName: I_WISH_MAIDEN
Name: Wish Maiden
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 288
Ai: 20
- Id: 2264
AegisName: I_ARMAIA
Name: Armeyer Dinze
JapaneseName: Armaia
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 240
Ai: 20
- Id: 2265
AegisName: I_ARMAIA_
Name: Armeyer Dinze
JapaneseName: Armaia
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 240
Ai: 20
- Id: 2266
AegisName: I_EREND
Name: Errende Ebecee
JapaneseName: Erend
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 336
Ai: 20
- Id: 2267
AegisName: I_EREND_
Name: Errende Ebecee
JapaneseName: Erend
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 336
Ai: 20
- Id: 2268
AegisName: I_KAVAC
Name: Kavach Icarus
JapaneseName: Kavac
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 336
Ai: 20
- Id: 2269
AegisName: I_KAVAC_
Name: Kavach Icarus
JapaneseName: Kavac
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 336
Ai: 20
- Id: 2270
AegisName: I_RAWREL
Name: Laurell Weinder
JapaneseName: Rawrel
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 336
Ai: 20
- Id: 2271
AegisName: I_RAWREL_
Name: Laurell Weinder
JapaneseName: Rawrel
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 336
Ai: 20
- Id: 2272
AegisName: I_WHIKEBAIN
Name: Wickebine Tres
JapaneseName: Whikebain
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 288
Ai: 20
- Id: 2273
AegisName: I_WHIKEBAIN_
Name: Wickebine Tres
JapaneseName: Whikebain
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 288
Ai: 20
- Id: 2274
AegisName: I_YGNIZEM
Name: Egnigem Cenia
JapaneseName: Ygnizem
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 288
Ai: 20
- Id: 2275
AegisName: I_YGNIZEM_
Name: Egnigem Cenia
JapaneseName: Ygnizem
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 288
Ai: 20
- Id: 2276
AegisName: I_DOPPELGANGER
Name: Doppelganger
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 192
Ai: 20
- Id: 2277
AegisName: G_LORA
Name: Warrior Laura
JapaneseName: Lora
Level: 136
Hp: 500255
Attack: 1985
Attack2: 1701
Defense: 224
MagicDefense: 58
Str: 144
Agi: 92
Vit: 86
Int: 69
Dex: 149
Luk: 68
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demihuman
Element: Fire
ElementLevel: 2
WalkSpeed: 130
AttackDelay: 1600
AttackMotion: 432
ClientAttackMotion: 360
DamageMotion: 360
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
- Id: 2278
AegisName: G_ELVIRA
Name: Elvira
Level: 138
Hp: 501765
Attack: 699
Attack2: 2101
Defense: 171
MagicDefense: 68
Str: 189
Agi: 105
Vit: 92
Int: 85
Dex: 198
Luk: 72
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Wind
ElementLevel: 3
WalkSpeed: 120
AttackDelay: 880
AttackMotion: 1224
ClientAttackMotion: 504
DamageMotion: 360
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
- Id: 2279
AegisName: G_SOHEON
Name: Samurai Soheon
JapaneseName: Soheon
Level: 137
Hp: 502015
Attack: 1591
Attack2: 1036
Defense: 210
MagicDefense: 178
Str: 118
Agi: 244
Vit: 98
Int: 126
Dex: 246
Luk: 102
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 3
WalkSpeed: 120
AttackDelay: 1000
AttackMotion: 1008
ClientAttackMotion: 432
DamageMotion: 432
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
- Id: 2280
AegisName: G_RUDO
Name: Rudo
Level: 135
Hp: 501489
Attack: 1401
Attack2: 1501
Defense: 196
MagicDefense: 96
Str: 106
Agi: 65
Vit: 61
Int: 42
Dex: 125
Luk: 72
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Angel
Element: Holy
ElementLevel: 3
WalkSpeed: 120
AttackDelay: 1576
AttackMotion: 504
ClientAttackMotion: 360
DamageMotion: 360
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
- Id: 2281
AegisName: GLD_DARK_SHADOW
Name: Dark Shadow
JapaneseName: Abysmal Dark Shadow
Level: 147
Hp: 204109
BaseExp: 11500
JobExp: 13332
Attack: 1653
Attack2: 1621
Defense: 140
MagicDefense: 44
Str: 155
Agi: 126
Vit: 89
Int: 108
Dex: 213
Luk: 76
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Dark
ElementLevel: 2
WalkSpeed: 220
AttackDelay: 768
AttackMotion: 1776
ClientAttackMotion: 912
DamageMotion: 648
Ai: 19
Drops:
- Item: Piece_Of_Black_Cloth
Rate: 2500
- Item: Skul_Ring
Rate: 500
- Item: Dagger_Of_Hunter
Rate: 3
- Item: Piece_Of_Darkness
Rate: 500
- Item: Eyes_Stone_Ring
Rate: 1
- Item: Sg_Violet_Potion_Box
Rate: 2
- Item: Bradium
Rate: 2
- Id: 2282
AegisName: GLD_DARK_FRAME
Name: Dark Frame
JapaneseName: Abysmal Dark Frame
Level: 145
Hp: 180018
BaseExp: 10101
JobExp: 13203
Attack: 1850
Attack2: 1601
Defense: 81
MagicDefense: 37
Str: 69
Agi: 37
Vit: 36
Int: 10
Dex: 64
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 920
AttackMotion: 720
ClientAttackMotion: 360
DamageMotion: 200
Ai: 21
Modes:
Detector: true
Drops:
- Item: Brigan
Rate: 2328
- Item: Red_Frame
Rate: 500
- Item: Manteau
Rate: 15
- Item: Velum_Encyclopedia
Rate: 1
- Item: Sg_Violet_Potion_Box
Rate: 50
- Item: Star_Crumb
Rate: 40
- Item: Crystal_Mirror
Rate: 2
- Id: 2283
AegisName: GLD_DARK_PRIEST
Name: Dark Priest
JapaneseName: Abysmal Dark Priest
Level: 141
Hp: 181878
Sp: 0
BaseExp: 10548
JobExp: 14257
Attack: 1326
Attack2: 1651
Defense: 62
MagicDefense: 41
Str: 5
Agi: 60
Vit: 41
Int: 89
Dex: 94
Luk: 42
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Undead
ElementLevel: 4
WalkSpeed: 200
AttackDelay: 864
AttackMotion: 1252
ClientAttackMotion: 288
DamageMotion: 476
Ai: 13
Modes:
Detector: true
Drops:
- Item: Velum_Bible
Rate: 1
- Item: Black_Rosary
Rate: 1
- Item: Sg_Blue_Potion_Box
Rate: 2
- Item: Red_Gemstone
Rate: 225
- Item: Sacred_Marks
Rate: 1
- Item: Glittering_Clothes
Rate: 3
- Item: Skull
Rate: 1500
- Id: 2284
AegisName: GLD_KOBOLD_1
Name: Dark Axe Kobold
JapaneseName: Abysmal Kobold
Level: 145
Hp: 194830
BaseExp: 11040
JobExp: 14163
Attack: 1851
Attack2: 201
Defense: 103
MagicDefense: 25
Str: 109
Agi: 76
Vit: 61
Int: 53
Dex: 98
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1028
AttackMotion: 528
ClientAttackMotion: 240
DamageMotion: 360
Ai: 13
Drops:
- Item: Steel
Rate: 50
- Item: Cobold_Hair
Rate: 2668
- Item: Zargon
Rate: 350
- Item: Elunium
Rate: 13
- Item: Velum_Guillotine
Rate: 1
- Item: Sg_White_Potion_Box
Rate: 2
- Id: 2285
AegisName: GLD_KOBOLD_2
Name: Dark Hammer Kobold
JapaneseName: Abysmal Kobold
Level: 142
Hp: 181340
BaseExp: 10360
JobExp: 13398
Attack: 1401
Attack2: 133
Defense: 117
MagicDefense: 59
Str: 96
Agi: 61
Vit: 55
Int: 48
Dex: 95
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Poison
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1528
AttackMotion: 528
ClientAttackMotion: 240
DamageMotion: 360
Ai: 13
Drops:
- Item: Steel
Rate: 50
- Item: Cobold_Hair
Rate: 2668
- Item: Zargon
Rate: 350
- Item: Elunium
Rate: 13
- Item: Velum_Guillotine
Rate: 1
- Item: Sg_White_Potion_Box
Rate: 2
- Id: 2286
AegisName: GLD_KOBOLD_3
Name: Dark Mace Kobold
JapaneseName: Abysmal Kobold
Level: 141
Hp: 182830
BaseExp: 10120
JobExp: 13596
Attack: 1301
Attack2: 134
Defense: 109
MagicDefense: 48
Str: 103
Agi: 64
Vit: 59
Int: 42
Dex: 80
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Fire
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 1228
AttackMotion: 528
ClientAttackMotion: 240
DamageMotion: 360
Ai: 13
Drops:
- Item: Steel
Rate: 50
- Item: Cobold_Hair
Rate: 2668
- Item: Zargon
Rate: 350
- Item: Elunium
Rate: 13
- Item: Velum_Spear
Rate: 1
- Item: Sg_White_Potion_Box
Rate: 2
- Id: 2287
AegisName: GLD_KOBOLD_ARCHER
Name: Dark Kobold Archer
JapaneseName: Abysmal Kobold Archer
Level: 142
Hp: 180530
BaseExp: 10570
JobExp: 13332
Attack: 1504
Attack2: 121
Defense: 84
MagicDefense: 5
Str: 99
Agi: 39
Vit: 48
Int: 30
Dex: 124
Luk: 25
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demihuman
Element: Fire
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1008
AttackMotion: 1008
ClientAttackMotion: 504
DamageMotion: 384
Ai: 05
Drops:
- Item: Zargon
Rate: 125
- Item: Steel
Rate: 30
- Item: Cobold_Hair
Rate: 2425
- Item: Ear_Of_Puppy
Rate: 25
- Item: Sg_Violet_Potion_Box
Rate: 5
- Item: Velum_CrossBow
Rate: 5
- Item: Oridecon_Stone
Rate: 40
- Id: 2288
AegisName: GLD_TREASURE
Name: Treasure Chest
Level: 140
Hp: 5
Sp: 0
Defense: 100
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
AttackRange: 1
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Holy
ElementLevel: 1
Ai: 06
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Woe_Violet_Potion
Index: 0
Rate: 2000
- Item: Woe_White_Potion
Index: 1
Rate: 1000
- Item: Woe_Blue_Potion
Index: 2
Rate: 1000
- Item: Sg_Weapon_Supply_Box
Index: 3
Rate: 50
- Item: Treasure_Box
Index: 4
Rate: 50
- Item: Sg_Blue_Potion_Box
Index: 5
Rate: 50
- Item: Woe_Violet_Potion
Index: 6
Rate: 2000
- Item: Mental_Destroyer
Index: 7
Rate: 10
StealProtected: true
- Id: 2289
AegisName: E_FABRE
Name: Fabre
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 192
# Ai:
Drops:
- Item: Brigan
Rate: 10000
- Item: Runstone_Ancient
Rate: 150
- Item: Twilight_Desert
Rate: 100
- Item: Apple
Rate: 100
- Item: Soft_Feather
Rate: 8000
- Item: White_Herb
Rate: 5000
- Item: Alchol
Rate: 100
- Id: 2290
AegisName: J_THIEF_BUG
Name: Thief Bug
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 720
# Ai:
Drops:
- Item: Brigan
Rate: 10000
- Item: Runstone_Ancient
Rate: 150
- Item: Hell_Fire
Rate: 100
- Item: Apple
Rate: 100
- Item: Soft_Feather
Rate: 8000
- Item: White_Herb
Rate: 5000
- Item: Detrimindexta
Rate: 100
- Id: 2291
AegisName: E_HORNET
Name: Hornet
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 336
# Ai:
Drops:
- Item: Brigan
Rate: 10000
- Item: Runstone_Ancient
Rate: 150
- Item: Mysteltainn_
Rate: 100
- Item: Apple
Rate: 100
- Item: Soft_Feather
Rate: 8000
- Item: White_Herb
Rate: 5000
- Item: Detrimindexta
Rate: 100
- Id: 2292
AegisName: E_HORN
Name: Horn
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 336
# Ai:
Drops:
- Item: Brigan
Rate: 10000
- Item: Runstone_Ancient
Rate: 300
- Item: Oriental_Lute
Rate: 500
- Item: Orc_Archer_Bow_
Rate: 200
- Item: Soft_Feather
Rate: 8000
- Item: White_Herb
Rate: 5000
- Item: Karvodailnirol
Rate: 100
- Id: 2293
AegisName: E_KIND_OF_BEETLE
Name: Beetle King
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 240
# Ai:
Drops:
- Item: Brigan
Rate: 10000
- Item: Runstone_Ancient
Rate: 600
- Item: Beret
Rate: 1000
- Item: Star_Dust_Blade
Rate: 1000
- Item: Soft_Feather
Rate: 8000
- Item: White_Herb
Rate: 5000
- Item: Karvodailnirol
Rate: 100
- Id: 2294
AegisName: E_ARGIOPE
Name: Argiope
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 576
# Ai:
Drops:
- Item: Brigan
Rate: 10000
- Item: Runstone_Ancient
Rate: 200
- Item: Kronos
Rate: 200
- Item: Oridecon
Rate: 500
- Item: Elunium
Rate: 1500
- Item: Bradium
Rate: 1000
- Item: Carnium
Rate: 100
- Id: 2295
AegisName: E_GIANT_SPIDER
Name: Giant Spider
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 216
# Ai:
Drops:
- Item: Brigan
Rate: 10000
- Item: Runstone_Ancient
Rate: 200
- Item: Chrome_Twohand_Sword
Rate: 200
- Item: Oridecon
Rate: 500
- Item: Elunium
Rate: 1500
- Item: Bradium
Rate: 1000
- Item: Carnium
Rate: 100
- Id: 2296
AegisName: E_KILLER_MANTIS
Name: Killer Mantis
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 240
# Ai:
Drops:
- Item: Brigan
Rate: 10000
- Item: Runstone_Ancient
Rate: 200
- Item: Kakkung_
Rate: 200
- Item: Oridecon
Rate: 500
- Item: Elunium
Rate: 1500
- Item: Bradium
Rate: 1000
- Item: Carnium
Rate: 100
- Id: 2297
AegisName: E_GIANT_HONET
Name: Giant Hornet
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 648
# Ai:
Drops:
- Item: Brigan
Rate: 10000
- Item: Runstone_Ancient
Rate: 200
- Item: Oriental_Lute
Rate: 200
- Item: Oridecon
Rate: 500
- Item: Elunium
Rate: 1500
- Item: Bradium
Rate: 1000
- Item: Carnium
Rate: 100
- Id: 2298
AegisName: E_DRAGON_TAIL
Name: Dragon Tail
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 360
# Ai:
Drops:
- Item: Brigan
Rate: 10000
- Item: Runstone_Ancient
Rate: 200
- Item: Pocket_Watch
Rate: 200
- Item: Oridecon
Rate: 500
- Item: Elunium
Rate: 1500
- Item: Bradium
Rate: 1000
- Item: Carnium
Rate: 100
- Id: 2299
AegisName: E_STAINER
Name: Stainer
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 720
# Ai:
Drops:
- Item: Brigan
Rate: 10000
- Item: Runstone_Ancient
Rate: 200
- Item: Ixion_Wing
Rate: 200
- Item: Oridecon
Rate: 500
- Item: Elunium
Rate: 1500
- Item: Bradium
Rate: 1000
- Item: Carnium
Rate: 100
- Id: 2300
AegisName: E_CHONCHON
Name: Chonchon
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 288
# Ai:
Drops:
- Item: Brigan
Rate: 10000
- Item: Runstone_Ancient
Rate: 200
- Item: Chrome_Sword
Rate: 200
- Item: Oridecon
Rate: 500
- Item: Elunium
Rate: 1500
- Item: Bradium
Rate: 1000
- Item: Carnium
Rate: 100
- Id: 2301
AegisName: E_STEEL_CHONCHON
Name: Steel Chonchon
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 288
# Ai:
- Id: 2302
AegisName: E_HUNTER_FLY
Name: Hunter Fly
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 288
# Ai:
- Id: 2303
AegisName: E_MAYA
Name: Maya
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 624
# Ai:
- Id: 2304
AegisName: E_QUEEN_SCARABA
Name: Queen Scaraba
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
RaceGroups:
Scaraba: true
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 300
# Ai:
- Id: 2305
AegisName: E_UNGOLIANT
Name: Ungoliant
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 240
# Ai:
- Id: 2306
AegisName: E_GOLDEN_BUG
Name: Golden Thief Bug
Level: 65
Hp: 100000000
BaseExp: 102060
JobExp: 77760
# MvpExp:
Attack: 952
Attack2: 843
Defense: 159
MagicDefense: 81
Str: 71
Agi: 77
Vit: 80
Int: 62
Dex: 140
Luk: 76
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
Element: Fire
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 768
AttackMotion: 768
ClientAttackMotion: 720
DamageMotion: 480
Ai: 21
Class: Boss
Modes:
IgnoreMagic: true
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Index: 0
Rate: 5000
- Item: Old_Violet_Box
Index: 1
Rate: 5000
- Item: Old_Violet_Box
Index: 2
Rate: 5000
Drops:
- Item: Golden_Hammer
Index: 0
Rate: 5000
- Item: Golden_Anvil
Index: 1
Rate: 5000
- Item: Gold_Spirit_Chain
Index: 2
Rate: 5000
- Item: Gold_Ring
Index: 3
Rate: 10000
- Item: Gold
Index: 4
Rate: 10000
- Item: Gold
Index: 5
Rate: 10000
- Item: Gold
Index: 6
Rate: 5000
- Item: Golden_Bug_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 2307
AegisName: J_MISTRESS
Name: Mistress
Level: 0
Hp: 0
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
ClientAttackMotion: 504
# Ai:
- Id: 2308
AegisName: KO_KAGE
Name: Zanzou
Level: 140
Hp: 5
Sp: 0
Defense: 100
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Holy
ElementLevel: 1
ClientAttackMotion: 2112
# Ai:
Class: Boss
- Id: 2309
AegisName: BUNGISNGIS
Name: Bungisngis
Level: 121
Hp: 33102
Sp: 0
BaseExp: 3199
JobExp: 2924
Attack: 1130
Attack2: 151
Defense: 115
MagicDefense: 35
Str: 71
Agi: 32
Vit: 61
Int: 30
Dex: 74
Luk: 19
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Earth
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1568
AttackMotion: 432
ClientAttackMotion: 288
DamageMotion: 360
Ai: 19
Drops:
- Item: Brigan
Rate: 1000
- Item: Beautiful_Flower
Rate: 1000
- Item: Elunium
Rate: 10
- Item: Insideout_Shirt
Rate: 100
- Item: Bungisngis_Card
Rate: 1
StealProtected: true
- Id: 2310
AegisName: ENGKANTO
Name: Engkanto
Level: 125
Hp: 29275
BaseExp: 3143
JobExp: 3020
Attack: 1001
Attack2: 124
Defense: 101
MagicDefense: 41
Str: 68
Agi: 57
Vit: 49
Int: 57
Dex: 81
Luk: 27
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1424
AttackMotion: 576
ClientAttackMotion: 432
DamageMotion: 360
Ai: 20
Drops:
- Item: Brigan
Rate: 1000
- Item: Beautiful_Flower
Rate: 1000
- Item: Monster's_Feed
Rate: 1000
- Item: Insideout_Shirt
Rate: 100
- Item: Engkanto_Card
Rate: 1
StealProtected: true
- Id: 2311
AegisName: MANANANGGAL
Name: Manananggal
Level: 107
Hp: 15656
BaseExp: 1845
JobExp: 1759
Attack: 534
Attack2: 103
Defense: 64
MagicDefense: 31
Str: 75
Agi: 85
Vit: 45
Int: 71
Dex: 75
Luk: 46
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 280
AttackMotion: 720
ClientAttackMotion: 576
DamageMotion: 360
Ai: 04
Modes:
Detector: true
Drops:
- Item: Silver_Bracelet
Rate: 2000
- Item: Elegant_Flower
Rate: 1000
- Item: Wing_Of_Red_Bat
Rate: 1000
- Item: Tooth_Of_Bat
Rate: 1000
- Item: Beautiful_Flower
Rate: 1000
- Item: Mysterious_Flower
Rate: 1000
- Item: Insideout_Shirt
Rate: 100
- Item: Manananggal_Card
Rate: 1
StealProtected: true
- Id: 2312
AegisName: MANGKUKULAM
Name: Mangkukulam
Level: 110
Hp: 14557
BaseExp: 1908
JobExp: 1822
Attack: 656
Attack2: 196
Defense: 89
MagicDefense: 75
Str: 35
Agi: 71
Vit: 31
Int: 82
Dex: 64
Luk: 52
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Neutral
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1664
AttackMotion: 336
ClientAttackMotion: 240
DamageMotion: 480
Ai: 04
Modes:
Detector: true
Drops:
- Item: Brigan
Rate: 1000
- Item: Elegant_Flower
Rate: 1000
- Item: Tatters_Clothes
Rate: 1000
- Item: Beautiful_Flower
Rate: 1000
- Item: Mysterious_Flower
Rate: 1000
- Item: Insideout_Shirt
Rate: 100
- Item: Mangkukulam_Card
Rate: 1
StealProtected: true
- Id: 2313
AegisName: TIKBALANG
Name: Tikbalang
Level: 115
Hp: 20150
BaseExp: 2246
JobExp: 2150
Attack: 842
Attack2: 115
Defense: 84
MagicDefense: 34
Str: 71
Agi: 52
Vit: 84
Int: 44
Dex: 64
Luk: 46
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Wind
ElementLevel: 3
WalkSpeed: 130
AttackDelay: 1064
AttackMotion: 936
ClientAttackMotion: 792
DamageMotion: 360
Ai: 20
Drops:
- Item: Tikbalang_Thick_Spine
Rate: 500
- Item: Oridecon
Rate: 10
- Item: Insideout_Shirt
Rate: 100
- Item: Tikbalang_Card
Rate: 1
StealProtected: true
- Id: 2314
AegisName: TIYANAK
Name: Tiyanak
Level: 105
Hp: 11589
BaseExp: 1625
JobExp: 1547
Attack: 441
Attack2: 251
Defense: 76
MagicDefense: 21
Str: 41
Agi: 58
Vit: 41
Int: 51
Dex: 72
Luk: 47
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 496
AttackMotion: 504
ClientAttackMotion: 360
DamageMotion: 360
Ai: 04
Modes:
Detector: true
Drops:
- Item: Silver_Bracelet
Rate: 1500
- Item: Mysterious_Flower
Rate: 1000
- Item: Sticky_Mucus
Rate: 1000
- Id: 2315
AegisName: WAKWAK
Name: Wakwak
Level: 111
Hp: 17869
BaseExp: 2158
JobExp: 2062
Attack: 544
Attack2: 301
Defense: 24
MagicDefense: 71
Str: 54
Agi: 75
Vit: 64
Int: 65
Dex: 77
Luk: 31
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 424
AttackMotion: 576
ClientAttackMotion: 432
DamageMotion: 360
Ai: 04
Modes:
Detector: true
Drops:
- Item: Silver_Bracelet
Rate: 1500
- Item: Mysterious_Flower
Rate: 1000
- Item: Insideout_Shirt
Rate: 200
- Item: Wakwak_Card
Rate: 1
StealProtected: true
- Id: 2316
AegisName: JEJELING
Name: Jejeling
Level: 100
Hp: 10617
BaseExp: 1456
JobExp: 1316
Attack: 563
Attack2: 715
Defense: 100
MagicDefense: 26
Str: 51
Agi: 71
Vit: 84
Int: 54
Dex: 15
Luk: 104
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Plant
Element: Earth
ElementLevel: 2
WalkSpeed: 400
AttackDelay: 1328
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 17
Drops:
- Item: Jejellopy
Rate: 2000
- Item: Jellopy
Rate: 1000
- Item: Beautiful_Flower
Rate: 100
- Item: Elegant_Flower
Rate: 100
- Item: Mysterious_Flower
Rate: 100
- Item: Insideout_Shirt
Rate: 100
- Item: Jejeling_Card
Rate: 1
StealProtected: true
- Id: 2317
AegisName: BANGUNGOT_1
Name: Bangungot
Level: 115
Hp: 1519517
Attack: 2561
Attack2: 1504
Defense: 411
MagicDefense: 95
Str: 151
Agi: 192
Vit: 110
Int: 112
Dex: 251
Luk: 57
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 920
AttackMotion: 1080
ClientAttackMotion: 936
DamageMotion: 360
Ai: 21
Class: Boss
Drops:
- Item: Bangungot_Doll
Index: 0
Rate: 2000
- Item: Bangungot_Spirit_Piece
Index: 1
Rate: 50
- Item: Ancient_Grudge
Index: 2
Rate: 2000
- Item: Bangungot_Boots
Index: 3
Rate: 1000
- Item: Kalasak
Index: 4
Rate: 100
- Item: Ancient_Grudge
Index: 5
Rate: 10000
- Item: Bangungot_Card
Index: 6
Rate: 1
StealProtected: true
- Id: 2318
AegisName: BANGUNGOT_2
Name: Bangungot
Level: 99
Hp: 1409758
Attack: 2561
Attack2: 1504
Defense: 411
MagicDefense: 95
Str: 151
Agi: 192
Vit: 110
Int: 112
Dex: 251
Luk: 57
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 1000
AttackDelay: 920
AttackMotion: 1080
ClientAttackMotion: 936
DamageMotion: 360
Ai: 06
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Bangungot_Doll
Index: 0
Rate: 2000
- Item: Bangungot_Spirit_Piece
Index: 1
Rate: 50
- Item: Ancient_Grudge
Index: 2
Rate: 2000
- Item: Bangungot_Boots
Index: 3
Rate: 1000
- Item: Kalasak
Index: 4
Rate: 100
- Item: Ancient_Grudge
Index: 5
Rate: 10000
- Item: Bangungot_Card
Index: 6
Rate: 1
StealProtected: true
- Id: 2319
AegisName: BUWAYA
Name: Buwaya
Level: 151
Hp: 4090365
BaseExp: 3000012
JobExp: 3081720
MvpExp: 1500006
Attack: 3614
Attack2: 3501
Defense: 201
MagicDefense: 78
Str: 151
Agi: 201
Vit: 130
Int: 231
Dex: 310
Luk: 66
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Dragon
Element: Water
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 1424
AttackMotion: 576
ClientAttackMotion: 432
DamageMotion: 360
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5500
Drops:
- Item: Buwaya_Doll
Index: 0
Rate: 2000
- Item: Buwaya_Spirit_Piece
Index: 1
Rate: 2000
- Item: Ancient_Grudge
Index: 2
Rate: 2000
- Item: Buwaya_Cloth
Index: 3
Rate: 1000
- Item: Kalasak
Index: 4
Rate: 100
- Item: Ancient_Grudge
Index: 5
Rate: 10000
- Item: Buwaya_Card
Index: 6
Rate: 1
StealProtected: true
- Id: 2320
AegisName: BAKONAWA_1
Name: Bakonawa
Level: 156
Hp: 3351884
Attack: 4801
Attack2: 2501
Defense: 472
Str: 251
Agi: 134
Vit: 194
Int: 70
Dex: 237
Luk: 66
AttackRange: 10
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Dragon
Element: Water
ElementLevel: 4
WalkSpeed: 1000
AttackDelay: 440
AttackMotion: 672
ClientAttackMotion: 2808
DamageMotion: 432
Ai: 10
Class: Boss
Drops:
- Item: Bakonawa_Card
Rate: 1
StealProtected: true
- Id: 2321
AegisName: BAKONAWA_2
Name: Bakonawa
Level: 156
Hp: 3351884
Attack: 4801
Attack2: 2501
Defense: 472
Str: 251
Agi: 134
Vit: 194
Int: 70
Dex: 237
Luk: 66
AttackRange: 10
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Dragon
Element: Water
ElementLevel: 4
WalkSpeed: 1000
AttackDelay: 440
AttackMotion: 672
ClientAttackMotion: 2808
DamageMotion: 432
Ai: 10
Class: Boss
Drops:
- Item: Bakonawa_Card
Rate: 1
StealProtected: true
- Id: 2322
AegisName: BAKONAWA_3
Name: Bakonawa
Level: 156
Hp: 3351884
BaseExp: 2510111
JobExp: 2579666
Attack: 4801
Attack2: 2501
Defense: 472
Str: 251
Agi: 134
Vit: 194
Int: 70
Dex: 237
Luk: 66
AttackRange: 10
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Dragon
Element: Water
ElementLevel: 4
WalkSpeed: 1000
AttackDelay: 440
AttackMotion: 672
ClientAttackMotion: 2808
DamageMotion: 432
Ai: 10
Class: Boss
MvpDrops:
- Item: Old_Violet_Box
Rate: 5500
Drops:
- Item: Bakonawa_Card
Rate: 1
StealProtected: true
- Id: 2323
AegisName: EVENT_BOMB
Name: Bomb Poring
Level: 100
Hp: 50000
Attack: 120
Attack2: 200
Defense: 160
MagicDefense: 99
Agi: 28
Vit: 28
Int: 0
Dex: 33
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1672
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 26
Class: Boss
Drops:
- Item: Gift_Box_1
Rate: 1000
- Item: Gift_Box_2
Rate: 1000
- Item: Gift_Box_3
Rate: 1000
- Item: Gift_Box_4
Rate: 1000
- Id: 2324
AegisName: EVENT_RANGE
Name: Penomena
Level: 100
Hp: 50000
Attack: 481
Attack2: 41
Defense: 160
MagicDefense: 99
Str: 76
Agi: 38
Vit: 35
Int: 35
Dex: 107
Luk: 10
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Poison
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 832
AttackMotion: 500
ClientAttackMotion: 336
DamageMotion: 600
Ai: 26
Drops:
- Item: Gift_Box_1
Rate: 1000
- Item: Gift_Box_2
Rate: 1000
- Item: Gift_Box_3
Rate: 1000
- Item: Gift_Box_4
Rate: 1000
- Id: 2325
AegisName: M_BAPHOMET_
Name: Baphomet
Level: 57
Hp: 7510
Sp: 204
Attack: 810
Attack2: 145
Defense: 70
MagicDefense: 40
Str: 52
Agi: 60
Vit: 36
Int: 17
Dex: 57
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 868
AttackMotion: 480
ClientAttackMotion: 216
DamageMotion: 120
Ai: 21
Modes:
Detector: true
- Id: 2326
AegisName: M_GALAPAGO
Name: Galapago
Level: 45
Hp: 7513
Sp: 201
Attack: 760
Attack2: 155
Defense: 70
MagicDefense: 40
Str: 30
Agi: 28
Vit: 29
Int: 18
Dex: 30
Luk: 16
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 165
AttackDelay: 1430
AttackMotion: 1080
ClientAttackMotion: 480
DamageMotion: 1080
Ai: 21
- Id: 2327
AegisName: BANGUNGOT_3
Name: Bangungot
Level: 115
Hp: 250
BaseExp: 781541
JobExp: 837321
Attack: 2561
Attack2: 1504
Defense: 411
MagicDefense: 95
Str: 151
Agi: 192
Vit: 110
Int: 112
Dex: 251
Luk: 57
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 1000
ClientAttackMotion: 936
Ai: 06
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5500
Drops:
- Item: Bangungot_Doll
Index: 0
Rate: 2000
- Item: Bangungot_Spirit_Piece
Index: 1
Rate: 2000
- Item: Ancient_Grudge
Index: 2
Rate: 2000
- Item: Bangungot_Boots
Index: 3
Rate: 1000
- Item: Kalasak
Index: 4
Rate: 100
- Item: Ancient_Grudge
Index: 5
Rate: 10000
- Item: Bangungot_Card
Index: 6
Rate: 1
StealProtected: true
- Id: 2328
AegisName: MA_DRUM
Name: Drum
Level: 1
Hp: 200
Sp: 0
Attack: 1
Attack2: 1
Defense: 100
MagicDefense: 99
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 1
AttackMotion: 1
ClientAttackMotion: 420
DamageMotion: 1
Ai: 06
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 2329
AegisName: BUWAYA_EGG
Name: Buwaya's Egg
Level: 100
Hp: 10000
Attack: 1
Attack2: 1
Defense: 90
MagicDefense: 90
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 1000
AttackDelay: 1001
AttackMotion: 1
ClientAttackMotion: 432
DamageMotion: 1
Ai: 06
- Id: 2330
AegisName: BUWAYA_SLAVE
Name: Slave
JapaneseName: Buwaya's Slave
Level: 135
Hp: 20145
Attack: 2413
Attack2: 2041
Defense: 105
MagicDefense: 71
Str: 151
Agi: 120
Vit: 110
Int: 102
Dex: 143
Luk: 61
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 576
AttackMotion: 960
ClientAttackMotion: 432
DamageMotion: 504
Ai: 21
- Id: 2331
AegisName: MA_SEAW
Name: Seaweed
Level: 100
Hp: 10
Attack: 1
Attack2: 1
Defense: 1
MagicDefense: 1
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Fish
Element: Water
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 384
AttackMotion: 720
ClientAttackMotion: 240
DamageMotion: 360
Ai: 10
Class: Battlefield
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 2332
AegisName: BUWAYA_GHOST
Name: Buwaya
JapaneseName: Fake Buwaya
Level: 138
Hp: 30000
Attack: 1280
Attack2: 1252
Defense: 481
MagicDefense: 78
Str: 201
Agi: 248
Vit: 174
Int: 112
Dex: 371
Luk: 57
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Water
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 1424
AttackMotion: 576
ClientAttackMotion: 432
DamageMotion: 360
Ai: 21
Class: Boss
- Id: 2333
AegisName: BUWAYA_WEAK
Name: Weakpoint
JapaneseName: Buwaya's Weakness
Level: 138
Hp: 20
Attack2: 1
Defense: 100
MagicDefense: 78
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Water
ElementLevel: 4
WalkSpeed: 1000
AttackDelay: 1
AttackMotion: 1
ClientAttackMotion: 432
DamageMotion: 1
Ai: 06
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 2334
AegisName: G_WAKWAK
Name: Wakwak
Level: 145
Hp: 194830
Attack: 1544
Attack2: 3171
Defense: 24
MagicDefense: 104
Str: 101
Agi: 154
Vit: 104
Int: 184
Dex: 151
Luk: 71
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 424
AttackMotion: 576
ClientAttackMotion: 432
DamageMotion: 360
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 2335
AegisName: MA_TREASURE
Name: Bakonawa's Treasure
JapaneseName: Treasure Chest
Level: 140
Hp: 5
Sp: 0
Defense: 100
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Holy
ElementLevel: 1
Ai: 06
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Bakonawa_Doll
Index: 0
Rate: 2000
- Item: Bakonawa_Spirit_Piece
Index: 1
Rate: 2000
- Item: Ancient_Grudge
Index: 2
Rate: 2000
- Item: Bakonawa_Armor
Index: 3
Rate: 1000
- Item: Kalasak
Index: 4
Rate: 100
- Item: Gold
Index: 5
Rate: 1
- Item: Ancient_Grudge
Index: 6
Rate: 10000
- Item: Bakonawa_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 2336
AegisName: DOMOVOI
Name: Domovoi
Level: 38
Hp: 694
BaseExp: 155
JobExp: 143
Attack: 64
Attack2: 11
Defense: 40
Str: 20
Agi: 11
Vit: 34
Int: 20
Dex: 19
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 800
AttackMotion: 1200
DamageMotion: 288
# Ai:
- Id: 2337
AegisName: HIDDEN_MOB
Name: Monster
JapaneseName: Hidden Mob
Level: 151
Hp: 10000
Sp: 200
Attack2: 1000
Defense: 200
MagicDefense: 10
Str: 200
Agi: 200
Vit: 200
Int: 200
Dex: 200
Luk: 200
AttackRange: 7
SkillRange: 12
ChaseRange: 12
Size: Small
Race: Insect
RaceGroups:
Ogh_Hidden: true
Element: Ghost
ElementLevel: 4
WalkSpeed: 1000
AttackMotion: 1000
ClientAttackMotion: 768
Ai: 10
Class: Battlefield
Modes:
Detector: true
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 2338
AegisName: MD_MANANANGGAL
Name: Manananggal
JapaneseName: Bangungot Manananggal
Level: 107
Hp: 204511
Attack: 801
Attack2: 103
Defense: 64
MagicDefense: 31
Str: 75
Agi: 85
Vit: 45
Int: 71
Dex: 75
Luk: 46
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 280
AttackMotion: 720
ClientAttackMotion: 576
DamageMotion: 360
Ai: 04
Modes:
Detector: true
- Id: 2339
AegisName: MD_MANGKUKULAM
Name: Mangkukulam
JapaneseName: Bangungot Mangkukulam
Level: 110
Hp: 102154
Attack: 582
Attack2: 196
Defense: 89
MagicDefense: 75
Str: 35
Agi: 71
Vit: 31
Int: 82
Dex: 64
Luk: 52
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Neutral
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1664
AttackMotion: 336
ClientAttackMotion: 240
DamageMotion: 480
Ai: 04
Modes:
Detector: true
- Id: 2340
AegisName: MD_TIYANAK
Name: Tiyanak
Level: 105
Hp: 50211
Attack: 457
Attack2: 251
Defense: 76
MagicDefense: 21
Str: 41
Agi: 58
Vit: 41
Int: 51
Dex: 72
Luk: 47
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 496
AttackMotion: 504
ClientAttackMotion: 360
DamageMotion: 360
Ai: 04
Modes:
Detector: true
- Id: 2341
AegisName: RWC_BOSS2011
Name: 2011 RWC Boss
JapaneseName: RWC Boss
Level: 141
Hp: 3205000
BaseExp: 1300000
JobExp: 1210000
MvpExp: 650000
Attack: 7343
Attack2: 4412
Defense: 588
MagicDefense: 506
Str: 196
Agi: 131
Vit: 125
Int: 276
Dex: 401
Luk: 156
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Angel
Element: Holy
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 576
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 480
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Magic_Card_Album
Index: 0
Rate: 5000
- Item: Magic_Card_Album
Index: 1
Rate: 5000
- Item: Magic_Card_Album
Index: 2
Rate: 5000
Drops:
- Item: Splendid_Box
Rate: 5000
- Item: Treasure_Box
Rate: 5000
- Item: Splendid_Box2
Rate: 5000
- Item: White_Slim_Pot_Box2
Rate: 5000
- Item: High_Weapon_Box
Rate: 5000
- Item: Old_Violet_Box
Rate: 5000
- Item: RWC_Cele_Fire
Rate: 5000
- Item: RWC_Cele_Fire2
Rate: 5000
StealProtected: true
- Id: 2342
AegisName: MER_DIABOLIC
Name: Diabolic
Level: 83
Hp: 9815
Sp: 234
Attack: 1100
Attack2: 200
Defense: 60
MagicDefense: 60
Str: 85
Agi: 90
Vit: 71
Int: 43
Dex: 85
Luk: 105
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1080
AttackMotion: 780
ClientAttackMotion: 864
DamageMotion: 180
# Ai:
Modes:
Detector: true
- Id: 2343
AegisName: HIDDEN_MOB_W
Name: Hidden Mob
Level: 151
Hp: 10000
Sp: 200
Attack2: 1000
Defense: 200
MagicDefense: 10
Str: 200
Agi: 200
Vit: 200
Int: 200
Dex: 200
Luk: 200
AttackRange: 7
SkillRange: 12
ChaseRange: 12
Size: Small
Race: Insect
RaceGroups:
Ogh_Hidden: true
Element: Ghost
ElementLevel: 4
WalkSpeed: 1000
AttackMotion: 2000
ClientAttackMotion: 768
Ai: 10
Class: Battlefield
Modes:
Detector: true
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 2344
AegisName: MER_WISH_MAIDEN
Name: Wish Maiden
Level: 83
Hp: 9815
Sp: 234
Attack: 1100
Attack2: 200
Defense: 60
MagicDefense: 60
Str: 85
Agi: 90
Vit: 71
Int: 43
Dex: 85
Luk: 105
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1080
AttackMotion: 780
ClientAttackMotion: 288
DamageMotion: 180
# Ai:
Modes:
Detector: true
- Id: 2345
AegisName: MER_ZHERLTHSH
Name: Zealotus
JapaneseName: Zherlthsh
Level: 83
Hp: 9815
Sp: 234
Attack: 1100
Attack2: 200
Defense: 60
MagicDefense: 60
Str: 85
Agi: 90
Vit: 71
Int: 43
Dex: 85
Luk: 105
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1080
AttackMotion: 780
ClientAttackMotion: 1920
DamageMotion: 180
# Ai:
Modes:
Detector: true
- Id: 2346
AegisName: MER_KTULLANUX
Name: Ktullanux
Level: 83
Hp: 9815
Sp: 234
Attack: 1100
Attack2: 200
Defense: 60
MagicDefense: 60
Str: 85
Agi: 90
Vit: 71
Int: 43
Dex: 85
Luk: 105
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1080
AttackMotion: 780
ClientAttackMotion: 660
DamageMotion: 180
# Ai:
Modes:
Detector: true
- Id: 2347
AegisName: MER_EDDGA
Name: Eddga
Level: 83
Hp: 9815
Sp: 234
Attack: 1100
Attack2: 200
Defense: 60
MagicDefense: 60
Str: 85
Agi: 90
Vit: 71
Int: 43
Dex: 85
Luk: 105
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1080
AttackMotion: 780
ClientAttackMotion: 408
DamageMotion: 180
# Ai:
Modes:
Detector: true
- Id: 2348
AegisName: MER_CIVIL_SERVANT
Name: Mao Guai
JapaneseName: Civil Servant
Level: 83
Hp: 9815
Sp: 234
Attack: 1100
Attack2: 200
Defense: 60
MagicDefense: 60
Str: 85
Agi: 90
Vit: 71
Int: 43
Dex: 85
Luk: 105
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1080
AttackMotion: 780
ClientAttackMotion: 864
DamageMotion: 180
# Ai:
Modes:
Detector: true
- Id: 2349
AegisName: MER_LOLI_RURI
Name: Loli Ruri
Level: 83
Hp: 9815
Sp: 234
Attack: 1100
Attack2: 200
Defense: 60
MagicDefense: 60
Str: 85
Agi: 90
Vit: 71
Int: 43
Dex: 85
Luk: 105
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1080
AttackMotion: 780
ClientAttackMotion: 1440
DamageMotion: 180
# Ai:
Modes:
Detector: true
- Id: 2350
AegisName: MER_SEDORA
Name: Sedora
Level: 83
Hp: 9815
Sp: 234
Attack: 1100
Attack2: 200
Defense: 60
MagicDefense: 60
Str: 85
Agi: 90
Vit: 71
Int: 43
Dex: 85
Luk: 105
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1080
AttackMotion: 780
ClientAttackMotion: 288
DamageMotion: 180
# Ai:
Modes:
Detector: true
- Id: 2351
AegisName: MER_CHEPET
Name: Chepet
Level: 83
Hp: 9815
Sp: 234
Attack: 1100
Attack2: 200
Defense: 60
MagicDefense: 60
Str: 85
Agi: 90
Vit: 71
Int: 43
Dex: 85
Luk: 105
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1080
AttackMotion: 780
ClientAttackMotion: 336
DamageMotion: 180
# Ai:
Modes:
Detector: true
- Id: 2352
AegisName: E_RSX_0805
Name: RSX 0805
Level: 100
Hp: 10000000
Attack: 1000
Attack2: 500
Defense: 400
MagicDefense: 200
Str: 100
Vit: 110
Dex: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 220
AttackDelay: 128
AttackMotion: 1104
ClientAttackMotion: 2016
DamageMotion: 240
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Treasure_Box
Index: 0
Rate: 10000
- Item: Treasure_Box
Index: 1
Rate: 10000
- Item: Valhalla_Flower
Index: 2
Rate: 10000
Drops:
- Item: Velum_Claw
Rate: 2500
- Item: Wand_Of_Affection2
Rate: 2500
- Item: Forest_Staff2
Rate: 2500
- Item: Guillotine_Katar
Rate: 2500
- Item: Crimson_Staff2
Rate: 2500
- Item: Aqua_Staff2
Rate: 2500
- Item: Mace_Of_Judgement2
Rate: 2500
- Item: Golden_Rod_Staff2
Rate: 2500
StealProtected: true
- Id: 2353
AegisName: N_MINOROUS
Name: Minorous (Nightmare)
JapaneseName: Nightmare Minorous
Level: 121
Hp: 27346
BaseExp: 3047
JobExp: 2924
Attack: 995
Attack2: 154
Defense: 131
MagicDefense: 41
Str: 71
Agi: 47
Vit: 51
Int: 51
Dex: 81
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Fire
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1360
AttackMotion: 960
ClientAttackMotion: 864
DamageMotion: 432
Ai: 21
Drops:
- Item: Nose_Ring
Rate: 5000
- Item: Oridecon_Stone
Rate: 200
- Item: Two_Handed_Axe_
Rate: 2
- Item: Hammer_Of_Blacksmith
Rate: 10
- Item: Beef_Head_Meat
Rate: 100
- Item: Scarlet_Twohand_Axe
Rate: 50
RandomOptionGroup: Group_5
- Item: Lemon
Rate: 300
- Item: Grave_Minorous_Card
Rate: 1
StealProtected: true
- Id: 2354
AegisName: N_MUMMY
Name: Mummy (Nightmare)
JapaneseName: Nightmare Mummy
Level: 117
Hp: 26177
BaseExp: 2841
JobExp: 2346
Attack: 812
Attack2: 192
Defense: 110
MagicDefense: 21
Str: 61
Agi: 5
Vit: 21
Dex: 72
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 1772
AttackMotion: 72
ClientAttackMotion: 576
DamageMotion: 384
Ai: 21
Drops:
- Item: Rotten_Bandage
Rate: 9000
- Item: Oridecon_Stone
Rate: 100
- Item: Mementos
Rate: 500
- Item: Glove
Rate: 2
- Item: Silver_Ring
Rate: 10
- Item: Panacea
Rate: 250
- Item: Yellow_Herb
Rate: 1000
- Item: Grave_Mummy_Card
Rate: 1
StealProtected: true
- Id: 2355
AegisName: N_VERIT
Name: Verit (Nightmare)
JapaneseName: Nightmare Verit
Level: 115
Hp: 20150
BaseExp: 2470
JobExp: 2038
Attack: 766
Attack2: 142
Defense: 82
MagicDefense: 20
Str: 57
Agi: 7
Vit: 31
Int: 15
Dex: 7
Luk: 7
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 250
AttackDelay: 2468
AttackMotion: 768
ClientAttackMotion: 576
DamageMotion: 480
Ai: 21
Drops:
- Item: Immortal_Heart
Rate: 9000
- Item: Zargon
Rate: 700
- Item: Rotten_Bandage
Rate: 1100
- Item: White_Herb
Rate: 600
- Item: Skul_Ring
Rate: 2
- Item: Flower_Ring
Rate: 200
- Item: Armlet_Of_Obedience
Rate: 20
- Item: Grave_Verit_Card
Rate: 1
StealProtected: true
- Id: 2356
AegisName: N_MIMIC
Name: Mimic (Nightmare)
JapaneseName: Nightmare Mimic
Level: 137
Hp: 63101
BaseExp: 3201
JobExp: 3568
Attack: 1345
Attack2: 413
Defense: 210
MagicDefense: 40
Str: 71
Agi: 180
Vit: 35
Int: 21
Dex: 61
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 972
AttackMotion: 500
ClientAttackMotion: 576
DamageMotion: 288
Ai: 21
Drops:
- Item: Old_Violet_Box
Rate: 6
- Item: Old_Blue_Box
Rate: 50
- Item: Booby_Trap
Rate: 1200
- Item: Light_Granule
Rate: 1000
- Item: Rosary_
Rate: 2
- Item: Elunium_Stone
Rate: 270
- Item: Grave_Mimic_Card
Rate: 1
StealProtected: true
- Id: 2357
AegisName: G_N_MIMIC
Name: Mimic (Nightmare)
JapaneseName: Nightmare Mimic
Level: 137
Hp: 63101
Attack: 1345
Attack2: 413
Defense: 210
MagicDefense: 40
Str: 71
Agi: 180
Vit: 35
Int: 21
Dex: 61
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 972
AttackMotion: 500
ClientAttackMotion: 480
DamageMotion: 288
Ai: 21
Modes:
FixedItemDrop: true
- Id: 2358
AegisName: N_ARCLOUSE
Name: Arclouze (Nightmare)
JapaneseName: Nightmare Arclouse
Level: 134
Hp: 48013
BaseExp: 2506
JobExp: 3039
Attack: 1104
Attack2: 341
Defense: 101
MagicDefense: 45
Str: 65
Agi: 85
Vit: 51
Int: 45
Dex: 251
Luk: 31
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Earth
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 960
AttackMotion: 500
ClientAttackMotion: 768
DamageMotion: 480
Ai: 21
Modes:
Detector: true
Drops:
- Item: Round_Shell
Index: 0
Rate: 3500
- Item: Sticky_Mucus
Index: 1
Rate: 3000
- Item: Solid_Shell
Index: 2
Rate: 800
- Item: Zargon
Index: 3
Rate: 500
- Item: Red_Gemstone
Index: 4
Rate: 300
- Item: Great_Nature
Index: 5
Rate: 20
- Item: Zargon
Index: 6
Rate: 2500
- Item: Grave_Arclouse_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 2359
AegisName: G_N_ARCLOUSE
Name: Arclouze (Nightmare)
JapaneseName: Nightmare Arclouse
Level: 134
Hp: 48013
Attack: 1104
Attack2: 341
Defense: 101
MagicDefense: 45
Str: 65
Agi: 85
Vit: 51
Int: 45
Dex: 251
Luk: 31
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Earth
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 960
AttackMotion: 500
ClientAttackMotion: 768
DamageMotion: 480
Ai: 21
Modes:
Detector: true
FixedItemDrop: true
- Id: 2360
AegisName: N_ANCIENT_MUMMY
Name: Ancient Mummy (Nightmare
JapaneseName: Nightmare Ancient Mummy
Level: 141
Hp: 90157
BaseExp: 4712
JobExp: 5281
Attack: 1841
Attack2: 347
Defense: 142
MagicDefense: 51
Str: 126
Agi: 75
Vit: 61
Int: 85
Dex: 187
Luk: 24
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 2
WalkSpeed: 175
AttackDelay: 1772
AttackMotion: 120
ClientAttackMotion: 576
DamageMotion: 384
Ai: 21
Drops:
- Item: Rotten_Bandage
Rate: 4500
- Item: Mementos
Rate: 1800
- Item: Glove_
Rate: 2
- Item: Silver_Ring
Rate: 150
- Item: Runstone_Ancient
Rate: 10
- Item: Oridecon_Stone
Rate: 150
- Item: Elunium_Stone
Rate: 100
- Item: Grave_A_Mummy_Card
Rate: 1
StealProtected: true
- Id: 2361
AegisName: G_N_ANCIENT_MUMMY
Name: Ancient Mummy (Nightmare
JapaneseName: Nightmare Ancient Mummy
Level: 141
Hp: 90157
Attack: 1841
Attack2: 347
Defense: 142
MagicDefense: 51
Str: 126
Agi: 75
Vit: 61
Int: 85
Dex: 187
Luk: 24
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 2
WalkSpeed: 175
AttackDelay: 1772
AttackMotion: 120
ClientAttackMotion: 576
DamageMotion: 384
Ai: 21
Modes:
FixedItemDrop: true
- Id: 2362
AegisName: N_AMON_RA
Name: Amon Ra (Nightmare)
JapaneseName: Nightmare Amon Ra
Level: 145
Hp: 2515784
BaseExp: 1626487
JobExp: 1432295
MvpExp: 813243
Attack: 4106
Attack2: 3201
Defense: 367
MagicDefense: 301
Str: 86
Agi: 89
Vit: 120
Int: 131
Dex: 101
Luk: 92
AttackRange: 3
SkillRange: 14
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Earth
ElementLevel: 3
WalkSpeed: 170
AttackDelay: 854
AttackMotion: 2016
ClientAttackMotion: 1140
DamageMotion: 480
DamageTaken: 10
Ai: 10
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Bs_Making_S
Rate: 5000
- Item: Seed_Of_Yggdrasil
Rate: 3500
- Item: Crystal_Jewel__
Rate: 5500
Drops:
- Item: Spinx_Helm
Rate: 150
- Item: Safety_Ring
Rate: 50
- Item: Rojerta_Piece
Rate: 7000
- Item: Old_Card_Album
Rate: 400
- Item: Tablet
Rate: 10
- Item: Yggdrasilberry
Rate: 3000
- Item: Shadowdecon
Rate: 50
- Item: Grave_Amon_Ra_Card
Rate: 1
StealProtected: true
- Id: 2363
AegisName: MENBLATT
Name: Menblatt
Level: 143
Hp: 82200
BaseExp: 4150
JobExp: 4515
Attack: 816
Attack2: 201
Defense: 79
MagicDefense: 50
Str: 70
Agi: 68
Vit: 40
Int: 55
Dex: 108
Luk: 30
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Wind
ElementLevel: 2
WalkSpeed: 145
AttackDelay: 472
AttackMotion: 1056
ClientAttackMotion: 864
DamageMotion: 480
Ai: 21
Modes:
Detector: true
Drops:
- Item: Fancy_Fairy_Wing
Rate: 3000
- Item: Great_Wing
Rate: 1000
- Item: Sharp_Feeler
Rate: 2304
- Item: Peony_Mommy
Rate: 5
- Item: Menblatt_Card
Rate: 1
StealProtected: true
- Id: 2364
AegisName: PETAL
Name: Petal
Level: 141
Hp: 81031
BaseExp: 4058
JobExp: 4436
Attack: 671
Attack2: 173
Defense: 73
MagicDefense: 33
Str: 70
Agi: 82
Vit: 55
Int: 45
Dex: 108
Luk: 25
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Wind
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1500
AttackMotion: 768
ClientAttackMotion: 576
DamageMotion: 480
Ai: 05
Drops:
- Item: Pile_Of_Acorn
Rate: 3000
- Item: Unripe_Acorn
Rate: 1000
- Item: Acorn
Rate: 1000
- Item: Piece_Of_Darkness
Rate: 250
- Item: Slapping_Herb
Rate: 5
- Item: Petal_Card
Rate: 1
StealProtected: true
- Id: 2365
AegisName: CENERE
Name: Cenere
Level: 146
Hp: 130131
BaseExp: 7117
JobExp: 7539
Attack: 1802
Attack2: 1031
Defense: 87
MagicDefense: 81
Str: 67
Agi: 39
Vit: 30
Int: 35
Dex: 95
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Wind
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1500
AttackMotion: 720
ClientAttackMotion: 576
DamageMotion: 360
Ai: 21
Drops:
- Item: Dustball
Rate: 1250
- Item: Poisonous_Gas
Rate: 500
- Item: Mould_Powder
Rate: 1500
- Item: Air_Pollutant
Rate: 1000
- Item: Yggdrasil_Dust
Rate: 500
- Item: Cenere_Card
Rate: 1
StealProtected: true
- Id: 2366
AegisName: ANTIQUE_BOOK
Name: Antique Book
Level: 148
Hp: 134615
BaseExp: 7225
JobExp: 7748
Attack: 1861
Attack2: 1213
Defense: 74
MagicDefense: 42
Str: 67
Agi: 53
Vit: 32
Int: 44
Dex: 125
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 864
AttackMotion: 960
ClientAttackMotion: 768
DamageMotion: 480
Ai: 21
Drops:
- Item: Leaf_Bookmark
Rate: 1250
- Item: Bookclip_In_Memory
Rate: 500
- Item: Worn_Out_Page
Rate: 1000
- Item: Snow_Flip
Rate: 5
- Item: AntiqueBook_Card
Rate: 1
StealProtected: true
- Id: 2367
AegisName: LICHTERN_B
Name: Lichtern
JapaneseName: Blue Lichtern
Level: 149
Hp: 131211
BaseExp: 7187
JobExp: 7525
Attack: 1513
Attack2: 1410
Defense: 76
MagicDefense: 41
Str: 124
Agi: 74
Vit: 60
Int: 55
Dex: 92
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Water
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 480
AttackMotion: 1728
ClientAttackMotion: 1536
DamageMotion: 480
Ai: 21
Drops:
- Item: Star_Crumb
Rate: 150
- Item: Sparkling_Dust
Rate: 300
- Item: Mistic_Frozen
Rate: 20
- Item: Snow_Flip
Rate: 5
- Item: LichternB_Card
Rate: 1
StealProtected: true
- Id: 2368
AegisName: LICHTERN_Y
Name: Lichtern
JapaneseName: Yellow Lichtern
Level: 147
Hp: 131513
BaseExp: 7071
JobExp: 7669
Attack: 1416
Attack2: 1561
Defense: 84
MagicDefense: 51
Str: 141
Agi: 94
Vit: 75
Int: 91
Dex: 144
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Ghost
ElementLevel: 4
WalkSpeed: 150
AttackMotion: 3456
ClientAttackMotion: 3264
DamageMotion: 480
Ai: 21
Drops:
- Item: Star_Crumb
Rate: 150
- Item: Sparkling_Dust
Rate: 300
- Item: Rough_Wind
Rate: 20
- Item: Yggdrasil_Dust
Rate: 5
- Item: LichternY_Card
Rate: 1
StealProtected: true
- Id: 2369
AegisName: LICHTERN_R
Name: Lichtern
JapaneseName: Red Lichtern
Level: 149
Hp: 135718
BaseExp: 7201
JobExp: 7936
Attack: 1647
Attack2: 1449
Defense: 111
MagicDefense: 53
Str: 147
Agi: 77
Vit: 66
Int: 65
Dex: 133
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Fire
ElementLevel: 4
WalkSpeed: 150
AttackMotion: 4032
ClientAttackMotion: 1344
DamageMotion: 480
Ai: 21
Drops:
- Item: Star_Crumb
Rate: 150
- Item: Sparkling_Dust
Rate: 300
- Item: Flame_Heart
Rate: 20
- Item: Peony_Mommy
Rate: 5
- Item: LichternR_Card
Rate: 1
StealProtected: true
- Id: 2370
AegisName: LICHTERN_G
Name: Lichtern
JapaneseName: Green Lichtern
Level: 151
Hp: 133451
BaseExp: 7214
JobExp: 7537
Attack: 1547
Attack2: 1594
Defense: 120
MagicDefense: 57
Str: 121
Agi: 60
Vit: 58
Int: 62
Dex: 102
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Earth
ElementLevel: 4
WalkSpeed: 100
AttackMotion: 2304
ClientAttackMotion: 2112
DamageMotion: 480
Ai: 21
Drops:
- Item: Star_Crumb
Rate: 150
- Item: Sparkling_Dust
Rate: 300
- Item: Great_Nature
Rate: 20
- Item: Slapping_Herb
Rate: 5
- Item: LichternG_Card
Rate: 1
StealProtected: true
- Id: 2371
AegisName: FAITHFUL_MANAGER
Name: Faithful Manager
Level: 155
Hp: 151548
BaseExp: 8676
JobExp: 8581
Attack: 2091
Attack2: 1607
Defense: 204
MagicDefense: 141
Str: 80
Agi: 28
Vit: 40
Int: 25
Dex: 88
Luk: 45
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 4
WalkSpeed: 200
AttackDelay: 480
AttackMotion: 1536
ClientAttackMotion: 1344
DamageMotion: 480
Ai: 21
Drops:
- Item: Eye_Drops
Rate: 1050
- Item: Tiny_Waterbottle
Rate: 500
- Item: Alchol
Rate: 100
- Item: Detrimindexta
Rate: 100
- Item: Karvodailnirol
Rate: 100
- Item: FaithfulManager_Card
Rate: 1
StealProtected: true
- Id: 2372
AegisName: SOIL
Name: Soil
Level: 1
Hp: 15
Sp: 0
Attack: 1
Attack2: 1
Defense: 100
MagicDefense: 99
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 1
SkillRange: 7
ChaseRange: 12
Size: Small
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 1
AttackMotion: 1
DamageMotion: 1
Ai: 06
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 2373
AegisName: ROCK
Name: Rock
Level: 1
Hp: 15
Sp: 0
Attack: 1
Attack2: 1
Defense: 100
MagicDefense: 99
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 1
SkillRange: 7
ChaseRange: 12
Size: Small
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 1
AttackMotion: 1
DamageMotion: 1
Ai: 06
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 2374
AegisName: THICKET
Name: Thicket
Level: 1
Hp: 15
Sp: 0
Attack: 1
Attack2: 1
Defense: 100
MagicDefense: 99
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 1
SkillRange: 7
ChaseRange: 12
Size: Small
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 1
AttackMotion: 1
DamageMotion: 1
Ai: 06
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 2375
AegisName: MOROCC_4_142
Name: Incarnation of Morocc
Level: 100
Hp: 4444
Attack: 171
Attack2: 85
Defense: 80
MagicDefense: 6
Str: 114
Agi: 44
Vit: 62
Int: 97
Dex: 85
Luk: 43
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Undead
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 2036
AttackMotion: 648
ClientAttackMotion: 336
DamageMotion: 300
Ai: 21
Class: Boss
- Id: 2376
AegisName: MOROCC_2_142
Name: Incarnation of Morocc
Level: 100
Hp: 2000
Attack: 181
Attack2: 83
Defense: 81
MagicDefense: 5
Str: 121
Agi: 42
Vit: 71
Int: 65
Dex: 85
Luk: 44
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 2076
AttackMotion: 648
ClientAttackMotion: 336
DamageMotion: 300
Ai: 21
Class: Boss
- Id: 2377
AegisName: E_NOVUS_
Name: Novus
Level: 1
Hp: 12
Attack: 2
Attack2: 2
Defense: 1
MagicDefense: 1
Agi: 10
Int: 10
Dex: 30
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Dragon
Element: Neutral
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 252
AttackMotion: 816
ClientAttackMotion: 528
DamageMotion: 480
Ai: 01
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Captive_Hatchling
Rate: 10000
- Item: Dragon_Scale
Rate: 1795
- Item: Yellow_Potion
Rate: 1000
- Item: Yellow_Raffle_Sap
Rate: 1000
- Item: Golden_Jewel
Rate: 1000
- Item: Octupus_Leg
Rate: 3000
- Id: 2378
AegisName: MER_ANTLER_SCARABA
Name: Antler Scaraba
Level: 136
Hp: 30000
Sp: 150
Attack: 1418
Attack2: 410
Defense: 155
MagicDefense: 102
Str: 23
Agi: 99
Vit: 59
Int: 129
Dex: 137
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Earth
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 504
AttackMotion: 624
ClientAttackMotion: 480
DamageMotion: 360
Ai: 04
Modes:
Detector: true
- Id: 2379
AegisName: XMAS_SMOKEY_SOCK
Name: Socks Stealing Raccoon
JapaneseName: Smokey Sock
Level: 10
Hp: 10
Attack: 70
Attack2: 11
Defense: 1
Vit: 16
Int: 5
Dex: 100
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1576
AttackMotion: 576
ClientAttackMotion: 1632
DamageMotion: 420
Ai: 01
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Stolen_Candy
Index: 0
Rate: 3000
- Item: Bag_Of_Selling_Goods
Index: 1
Rate: 3000
- Item: Stolen_Candy
Index: 2
Rate: 3000
- Id: 2380
AegisName: XMAS_SMOKEY_GIFT
Name: Gift Stealing Raccoon
JapaneseName: Smokey Gift
Level: 10
Hp: 10
Attack: 70
Attack2: 11
Defense: 1
Vit: 16
Int: 5
Dex: 100
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1576
AttackMotion: 576
ClientAttackMotion: 576
DamageMotion: 420
Ai: 01
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Stolen_Cookie
Index: 0
Rate: 3000
- Item: Bag_Of_Selling_Goods
Index: 1
Rate: 3000
- Item: Stolen_Cookie
Index: 2
Rate: 3000
# - Id: 2381
# AegisName: E_VADON_X_S
# - Id: 2382
# AegisName: E_VADON_X_H
# - Id: 2383
# AegisName: E_VADON_X_H_S
# - Id: 2384
# AegisName: KRAKEN_LEG_1
# - Id: 2385
# AegisName: KRAKEN_LEG_2
# - Id: 2386
# AegisName: KRAKEN_LEG_3
# - Id: 2387
# AegisName: KRAKEN_LEG_4
# - Id: 2388
# AegisName: KRAKEN_LEG_5
# - Id: 2389
# AegisName: G_KRAKEN_LEG_1
# - Id: 2390
# AegisName: G_KRAKEN_LEG_2
# - Id: 2391
# AegisName: G_KRAKEN_LEG_3
# - Id: 2392
# AegisName: G_KRAKEN_LEG_4
# - Id: 2393
# AegisName: G_KRAKEN_LEG_5
# - Id: 2394
# AegisName: MERMAN_SE
# - Id: 2395
# AegisName: SEIREN
# - Id: 2396
# AegisName: POSEIDON
# - Id: 2397
# AegisName: KRAKEN_BABY
- Id: 2398
AegisName: LITTLE_PORING
Name: Little Poring
Level: 1
Hp: 40
BaseExp: 18
JobExp: 10
Attack: 1
Attack2: 1
Defense: 2
MagicDefense: 5
Str: 6
Int: 0
Dex: 6
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Water
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 02
Drops:
- Item: Jellopy
Index: 0
Rate: 9000
- Item: Knife_
Index: 1
Rate: 100
# RandomOptionGroup: 30L
- Item: Sticky_Mucus
Index: 2
Rate: 1000
- Item: Apple
Index: 3
Rate: 5000
- Item: Red_Herb
Index: 4
Rate: 1000
- Item: Apple
Index: 5
Rate: 500
- Item: Red_Herb
Index: 6
Rate: 1000
- Item: Novice_Poring_Card
Index: 7
Rate: 100
StealProtected: true
# - Id: 2399
# AegisName: E_MINI_DEMON
# - Id: 2400
# AegisName: E_DIABOLIC
- Id: 2401
AegisName: G_PORING
Name: Poring
Level: 1
Hp: 55
Attack: 1
Attack2: 1
Defense: 2
MagicDefense: 5
Str: 6
Int: 0
Dex: 6
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Water
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 02
Modes:
FixedItemDrop: true
- Id: 2402
AegisName: POPORING_IMMUNE_M
Name: Poporing
JapaneseName: POPORING_IMMUNE_M
Level: 30
Hp: 524
BaseExp: 99
JobExp: 112
Attack: 74
Attack2: 20
Defense: 36
MagicDefense: 17
Str: 17
Agi: 26
Vit: 20
Int: 18
Dex: 36
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Poison
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1672
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 02
Modes:
IgnoreMagic: true
- Id: 2403
AegisName: POPORING_IMMUNE_A
Name: Poporing
JapaneseName: POPORING_IMMUNE_A
Level: 30
Hp: 524
BaseExp: 99
JobExp: 112
Attack: 74
Attack2: 20
Defense: 36
MagicDefense: 17
Str: 17
Agi: 26
Vit: 20
Int: 18
Dex: 36
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Poison
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1672
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 02
Modes:
IgnoreMelee: true
- Id: 2404
AegisName: DEAD_PLANKTON
Name: Dead Plankton
Level: 9
Hp: 95
BaseExp: 31
JobExp: 23
Attack: 18
Attack2: 1
Defense: 21
MagicDefense: 3
Str: 14
Agi: 5
Vit: 10
Int: 0
Dex: 10
Luk: 3
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 2208
AttackMotion: 1008
ClientAttackMotion: 576
DamageMotion: 324
Ai: 01
Drops:
- Item: Single_Cell
Rate: 2000
- Item: Garlet
Rate: 70
- Item: Sticky_Mucus
Rate: 170
- Item: Alchol
Rate: 1
- Item: Dew_Laden_Moss
Rate: 5
- Item: Center_Potion
Rate: 10
- Id: 2405
AegisName: WEAK_SKELETON
Name: Weak Skeleton
Level: 18
Hp: 223
BaseExp: 192
JobExp: 117
Attack: 9
Attack2: 8
Defense: 12
MagicDefense: 2
Str: 15
Agi: 5
Vit: 10
Int: 0
Dex: 12
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 2228
AttackMotion: 528
ClientAttackMotion: 336
DamageMotion: 576
Ai: 01
Drops:
- Item: Phracon
Rate: 45
- Item: Skel_Bone
Rate: 800
- Item: Mace_
Rate: 40
# RandomOptionGroup: 30L
- Item: Jellopy
Rate: 1500
- Item: Red_Herb
Rate: 500
- Item: Skul_Ring
Rate: 15
- Id: 2406
AegisName: WEAK_SKEL_SOLDIER
Name: Weak Soldier Skeleton
Level: 23
Hp: 337
BaseExp: 215
JobExp: 139
Attack: 17
Attack2: 9
Defense: 28
MagicDefense: 5
Str: 18
Agi: 9
Vit: 28
Int: 5
Dex: 43
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 2276
AttackMotion: 576
ClientAttackMotion: 216
DamageMotion: 432
Ai: 01
Drops:
- Item: Skel_Bone
Rate: 1300
- Item: Oridecon_Stone
Rate: 15
- Item: Dagger_
Rate: 3
# RandomOptionGroup: 30L
- Item: Red_Herb
Rate: 170
- Item: Mementos
Rate: 2
- Item: Chain_Mail_
Rate: 1
# RandomOptionGroup: 30L
- Item: Stiletto
Rate: 10
# RandomOptionGroup: 30L
- Item: Wing_Of_Fly
Rate: 500
StealProtected: true
- Id: 2407
AegisName: SAILOR_SKELETON
Name: Sailor Skeleton
Level: 19
Hp: 243
BaseExp: 195
JobExp: 122
Attack: 10
Attack2: 8
Defense: 12
MagicDefense: 2
Str: 15
Agi: 5
Vit: 10
Int: 0
Dex: 12
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 2228
AttackMotion: 528
ClientAttackMotion: 360
DamageMotion: 576
Ai: 01
Drops:
- Item: Skel_Bone
Rate: 700
- Item: Pirate_Bandana
Rate: 4
- Item: Cookbook06
Rate: 1
- Item: Bandana
Rate: 60
- Item: Falchion
Rate: 60
# RandomOptionGroup: 30L
- Item: Oridecon_Stone
Rate: 10
- Item: Well_Dried_Bone
Rate: 5
- Id: 2408
AegisName: DUMMY_10
Name: Dummy 10
Level: 10
Hp: 99999999
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
ClientAttackMotion: 672
Ai: 06
Class: Boss
Modes:
TeleportBlock: true
- Id: 2409
AegisName: DUMMY_50
Name: Dummy 50
Level: 50
Hp: 99999999
Defense: 50
MagicDefense: 50
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
ClientAttackMotion: 0
Ai: 06
Class: Boss
Modes:
TeleportBlock: true
- Id: 2410
AegisName: DUMMY_100
Name: Dummy 100
Level: 100
Hp: 99999999
Defense: 90
MagicDefense: 90
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
ClientAttackMotion: 240
Ai: 06
Class: Boss
Modes:
TeleportBlock: true
- Id: 2411
AegisName: DUMMY_150
Name: Dummy 150
Level: 150
Hp: 99999999
Defense: 120
MagicDefense: 120
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
ClientAttackMotion: 0
Ai: 06
Class: Boss
Modes:
TeleportBlock: true
# - Id: 2412
# AegisName: E_VALKIWI
- Id: 2413
AegisName: DUMMY_10_FIRE
Name: Dummy 10
Level: 10
Hp: 99999999
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Medium
Race: Formless
Element: Fire
ElementLevel: 1
WalkSpeed: 200
ClientAttackMotion: 672
Ai: 06
Class: Boss
Modes:
TeleportBlock: true
# - Id: 2414
# AegisName: RUNAWAY_BOOK
- Id: 2415
AegisName: L_SEYREN
Name: Knight Seyren
Level: 98
Hp: 13260
BaseExp: 1475
JobExp: 987
Attack: 827
Attack2: 285
Defense: 149
MagicDefense: 10
Str: 127
Agi: 62
Vit: 77
Int: 44
Dex: 118
Luk: 49
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Fire
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 432
AttackMotion: 400
ClientAttackMotion: 672
DamageMotion: 288
Ai: 04
Drops:
- Item: Armlet_Of_Prisoner
Rate: 5000
- Item: Lab_Staff_Record
Rate: 2500
- Item: Claymore
Rate: 50
- Item: Muramasa
Rate: 5
- Item: Chain_Mail
Rate: 20
- Item: Chain_Mail_
Rate: 5
- Item: Old_Blue_Box
Rate: 2
- Id: 2416
AegisName: L_EREMES
Name: Assassin Eremes
Level: 98
Hp: 9029
BaseExp: 1575
JobExp: 742
Attack: 739
Attack2: 153
Defense: 109
MagicDefense: 10
Str: 130
Agi: 78
Vit: 53
Int: 60
Dex: 114
Luk: 68
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Poison
ElementLevel: 4
WalkSpeed: 160
AttackDelay: 432
AttackMotion: 400
ClientAttackMotion: 576
DamageMotion: 288
Ai: 04
Drops:
- Item: Armlet_Of_Prisoner
Rate: 5000
- Item: Lab_Staff_Record
Rate: 2500
- Item: Infiltrator
Rate: 50
- Item: Cakram
Rate: 5
- Item: Ninja_Suit
Rate: 25
- Item: Ninja_Suit_
Rate: 5
- Item: Old_Blue_Box
Rate: 2
- Id: 2417
AegisName: L_HARWORD
Name: Blacksmith Howard
JapaneseName: Blacksmith Harword
Level: 98
Hp: 11803
BaseExp: 1375
JobExp: 820
Attack: 782
Attack2: 253
Defense: 117
MagicDefense: 9
Str: 124
Agi: 71
Vit: 55
Int: 47
Dex: 73
Luk: 43
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Water
ElementLevel: 4
WalkSpeed: 160
AttackDelay: 432
AttackMotion: 400
ClientAttackMotion: 576
DamageMotion: 288
Ai: 04
Drops:
- Item: Armlet_Of_Prisoner
Rate: 5000
- Item: Lab_Staff_Record
Rate: 2500
- Item: Two_Handed_Axe_
Rate: 50
- Item: Berdysz
Rate: 5
- Item: Coat_
Rate: 25
- Item: Clothes_Of_The_Lord
Rate: 5
- Item: Old_Blue_Box
Rate: 2
- Id: 2418
AegisName: L_SHECIL
Name: Hunter Cecil
JapaneseName: Hunter Shecil
Level: 98
Hp: 8835
BaseExp: 1375
JobExp: 834
Attack: 574
Attack2: 223
Defense: 68
MagicDefense: 13
Str: 108
Agi: 113
Vit: 60
Int: 72
Dex: 148
Luk: 37
AttackRange: 14
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 3
WalkSpeed: 160
AttackDelay: 432
AttackMotion: 400
ClientAttackMotion: 576
DamageMotion: 288
Ai: 04
Drops:
- Item: Armlet_Of_Prisoner
Rate: 5000
- Item: Lab_Staff_Record
Rate: 2500
- Item: Repeting_CrossBow
Rate: 50
- Item: Balistar
Rate: 5
- Item: Tights
Rate: 22
- Item: Tights_
Rate: 5
- Item: Old_Blue_Box
Rate: 2
- Id: 2419
AegisName: L_KATRINN
Name: Wizard Kathryne
JapaneseName: Wizard Katrinn
Level: 98
Hp: 7092
BaseExp: 1375
JobExp: 967
Attack: 512
Attack2: 650
Defense: 69
MagicDefense: 66
Str: 97
Agi: 70
Vit: 49
Int: 129
Dex: 125
Luk: 44
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Ghost
ElementLevel: 3
WalkSpeed: 130
AttackDelay: 864
AttackMotion: 400
ClientAttackMotion: 576
DamageMotion: 288
Ai: 04
Drops:
- Item: Armlet_Of_Prisoner
Rate: 5000
- Item: Lab_Staff_Record
Rate: 2500
- Item: Survival_Rod2
Rate: 50
- Item: Walking_Stick
Rate: 5
- Item: Robe_Of_Casting
Rate: 20
- Item: Mage_Coat_
Rate: 5
- Item: Old_Blue_Box
Rate: 2
- Id: 2420
AegisName: L_MAGALETA
Name: Priest Margaretha
JapaneseName: Prist Magaleta
Level: 98
Hp: 9192
BaseExp: 1075
JobExp: 817
Attack: 644
Attack2: 498
Defense: 97
MagicDefense: 83
Str: 113
Agi: 66
Vit: 63
Int: 110
Dex: 89
Luk: 58
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Holy
ElementLevel: 3
WalkSpeed: 160
AttackDelay: 864
AttackMotion: 400
ClientAttackMotion: 672
DamageMotion: 288
Ai: 20
Drops:
- Item: Armlet_Of_Prisoner
Rate: 5000
- Item: Lab_Staff_Record
Rate: 2500
- Item: Stunner
Rate: 50
- Item: Slash
Rate: 5
- Item: Saint_Robe_
Rate: 20
- Item: Holy_Robe_
Rate: 5
- Item: Old_Blue_Box
Rate: 2
- Id: 2421
AegisName: L_YGNIZEM
Name: Crusader Egnigem
JapaneseName: Crusader Ygnizem
Level: 98
Hp: 13440
BaseExp: 948
JobExp: 1464
Attack: 852
Attack2: 342
Defense: 136
MagicDefense: 8
Str: 158
Agi: 101
Vit: 94
Int: 75
Dex: 108
Luk: 74
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Fire
ElementLevel: 2
WalkSpeed: 155
AttackDelay: 432
AttackMotion: 400
ClientAttackMotion: 672
DamageMotion: 288
Ai: 04
Drops:
- Item: Lab_Staff_Record
Rate: 5000
- Item: Armlet_Of_Prisoner
Rate: 2500
- Item: Flamberge
Rate: 50
- Item: Holy_Avenger
Rate: 5
- Item: Plate_Armor
Rate: 20
- Item: Plate_Armor_
Rate: 5
- Item: Old_Blue_Box
Rate: 2
- Id: 2422
AegisName: L_WHIKEBAIN
Name: Rogue Wickebine
JapaneseName: Log Whikebain
Level: 98
Hp: 11712
BaseExp: 870
JobExp: 1227
Attack: 545
Attack2: 216
Defense: 125
MagicDefense: 72
Str: 125
Agi: 100
Vit: 75
Int: 46
Dex: 93
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Poison
ElementLevel: 3
WalkSpeed: 130
AttackDelay: 432
AttackMotion: 400
ClientAttackMotion: 672
DamageMotion: 288
Ai: 19
Drops:
- Item: Lab_Staff_Record
Rate: 5000
- Item: Armlet_Of_Prisoner
Rate: 2500
- Item: Poison_Knife
Rate: 50
- Item: Bazerald
Rate: 5
- Item: Thief_Clothes
Rate: 20
- Item: Thief_Clothes_
Rate: 5
- Item: Old_Blue_Box
Rate: 2
- Id: 2423
AegisName: L_ARMAIA
Name: Alchemist Armeyer
JapaneseName: Alchemist Armaia
Level: 98
Hp: 11376
BaseExp: 907
JobExp: 1809
Attack: 537
Attack2: 232
Defense: 130
MagicDefense: 4
Str: 135
Agi: 64
Vit: 93
Int: 71
Dex: 105
Luk: 68
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Earth
ElementLevel: 3
WalkSpeed: 130
AttackDelay: 432
AttackMotion: 400
ClientAttackMotion: 672
DamageMotion: 288
Ai: 19
Drops:
- Item: Lab_Staff_Record
Rate: 5000
- Item: Armlet_Of_Prisoner
Rate: 2500
- Item: Orcish_Axe
Rate: 50
- Item: Cleaver
Rate: 5
- Item: Coat_
Rate: 25
- Item: Clothes_Of_The_Lord
Rate: 5
- Item: Old_Blue_Box
Rate: 2
- Id: 2424
AegisName: L_KAVAC
Name: Bard Kavach
JapaneseName: Bard Kavac
Level: 98
Hp: 12637
BaseExp: 886
JobExp: 1582
Attack: 605
Attack2: 193
Defense: 94
MagicDefense: 52
Str: 113
Agi: 119
Vit: 68
Int: 55
Dex: 163
Luk: 52
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 2
WalkSpeed: 160
AttackDelay: 432
AttackMotion: 400
ClientAttackMotion: 672
DamageMotion: 288
Ai: 19
Drops:
- Item: Lab_Staff_Record
Rate: 5000
- Item: Armlet_Of_Prisoner
Rate: 2500
- Item: Harp_
Rate: 50
- Item: Electronic_Guitar
Rate: 5
- Item: Tights
Rate: 22
- Item: Tights_
Rate: 5
- Item: Old_Blue_Box
Rate: 2
- Id: 2425
AegisName: L_DANCER
Name: Dancer Josephina
JapaneseName: Dancer Joshepina
Level: 98
Hp: 12637
BaseExp: 986
JobExp: 1582
Attack: 605
Attack2: 193
Defense: 94
MagicDefense: 52
Str: 113
Agi: 119
Vit: 68
Int: 55
Dex: 163
Luk: 52
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 2
WalkSpeed: 160
AttackDelay: 432
AttackMotion: 400
ClientAttackMotion: 672
DamageMotion: 288
Ai: 19
Drops:
- Item: Lab_Staff_Record
Rate: 5000
- Item: Armlet_Of_Prisoner
Rate: 2500
- Item: Tail_
Rate: 50
- Item: Rapture_Rose
Rate: 5
- Item: Tights
Rate: 22
- Item: Tights_
Rate: 5
- Item: Old_Blue_Box
Rate: 2
- Id: 2426
AegisName: L_RAWREL
Name: Sage Laurell
JapaneseName: Sage Rawrel
Level: 98
Hp: 9868
BaseExp: 940
JobExp: 1920
Attack: 247
Attack2: 648
Defense: 83
MagicDefense: 96
Str: 73
Agi: 86
Vit: 71
Int: 134
Dex: 123
Luk: 62
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Ghost
ElementLevel: 2
WalkSpeed: 160
AttackDelay: 432
AttackMotion: 400
ClientAttackMotion: 672
DamageMotion: 288
Ai: 19
Drops:
- Item: Lab_Staff_Record
Rate: 5000
- Item: Armlet_Of_Prisoner
Rate: 2500
- Item: Bible
Rate: 50
- Item: Encyclopedia
Rate: 5
- Item: Robe_Of_Casting
Rate: 22
- Item: Mage_Coat_
Rate: 5
- Item: Old_Blue_Box
Rate: 2
- Id: 2427
AegisName: L_EREND
Name: Monk Errende
JapaneseName: Monk Erend
Level: 98
Hp: 11168
BaseExp: 905
JobExp: 1000
Attack: 972
Attack2: 483
Defense: 116
MagicDefense: 108
Str: 84
Agi: 72
Vit: 99
Int: 115
Dex: 95
Luk: 68
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Holy
ElementLevel: 2
WalkSpeed: 140
AttackDelay: 432
AttackMotion: 400
ClientAttackMotion: 576
DamageMotion: 288
Ai: 19
Drops:
- Item: Lab_Staff_Record
Rate: 5000
- Item: Armlet_Of_Prisoner
Rate: 2500
- Item: Claw
Rate: 50
- Item: Kaiser_Knuckle
Rate: 5
- Item: Saint_Robe_
Rate: 20
- Item: Holy_Robe_
Rate: 5
- Item: Old_Blue_Box
Rate: 2
- Id: 2428
AegisName: G_L_SEYREN
Name: Knight Seyren
Level: 98
Hp: 13260
Attack: 827
Attack2: 285
Defense: 149
MagicDefense: 10
Str: 127
Agi: 62
Vit: 77
Int: 44
Dex: 118
Luk: 49
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Fire
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 432
AttackMotion: 400
ClientAttackMotion: 288
DamageMotion: 288
Ai: 04
Modes:
FixedItemDrop: true
Drops:
- Item: Armlet_Of_Prisoner
Rate: 5000
- Item: Lab_Staff_Record
Rate: 2500
- Item: Chain_Mail
Rate: 500
- Item: Chain_Mail_
Rate: 5
- Item: Old_Blue_Box
Rate: 1
- Item: Claymore
Rate: 100
- Item: Muramasa
Rate: 5
- Id: 2429
AegisName: G_L_EREMES
Name: Assassin Eremes
Level: 98
Hp: 9029
Attack: 739
Attack2: 153
Defense: 109
MagicDefense: 10
Str: 130
Agi: 78
Vit: 53
Int: 60
Dex: 114
Luk: 68
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Poison
ElementLevel: 4
WalkSpeed: 160
AttackDelay: 432
AttackMotion: 400
ClientAttackMotion: 288
DamageMotion: 288
Ai: 04
Modes:
FixedItemDrop: true
Drops:
- Item: Armlet_Of_Prisoner
Rate: 5000
- Item: Lab_Staff_Record
Rate: 2500
- Item: Ninja_Suit
Rate: 500
- Item: Ninja_Suit_
Rate: 5
- Item: Old_Blue_Box
Rate: 1
- Item: Infiltrator
Rate: 100
- Item: Cakram
Rate: 5
- Id: 2430
AegisName: G_L_HARWORD
Name: Blacksmith Howard
JapaneseName: Blacksmith Harword
Level: 98
Hp: 11803
Attack: 782
Attack2: 253
Defense: 117
MagicDefense: 9
Str: 124
Agi: 71
Vit: 55
Int: 47
Dex: 73
Luk: 43
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Water
ElementLevel: 4
WalkSpeed: 160
AttackDelay: 432
AttackMotion: 400
ClientAttackMotion: 576
DamageMotion: 288
Ai: 04
Modes:
FixedItemDrop: true
Drops:
- Item: Armlet_Of_Prisoner
Rate: 5000
- Item: Lab_Staff_Record
Rate: 2500
- Item: Coat_
Rate: 500
- Item: Clothes_Of_The_Lord
Rate: 5
- Item: Old_Blue_Box
Rate: 1
- Item: Two_Handed_Axe_
Rate: 100
- Item: Berdysz
Rate: 5
- Id: 2431
AegisName: G_L_SHECIL
Name: Hunter Cecil
JapaneseName: Hunter Shecil
Level: 98
Hp: 8835
Attack: 574
Attack2: 223
Defense: 68
MagicDefense: 13
Str: 108
Agi: 113
Vit: 60
Int: 72
Dex: 148
Luk: 37
AttackRange: 14
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 3
WalkSpeed: 160
AttackDelay: 432
AttackMotion: 400
ClientAttackMotion: 288
DamageMotion: 288
Ai: 04
Modes:
FixedItemDrop: true
Drops:
- Item: Armlet_Of_Prisoner
Rate: 5000
- Item: Lab_Staff_Record
Rate: 2500
- Item: Tights
Rate: 500
- Item: Tights_
Rate: 5
- Item: Old_Blue_Box
Rate: 1
- Item: Repeting_CrossBow
Rate: 100
- Item: Balistar
Rate: 5
- Id: 2432
AegisName: G_L_KATRINN
Name: Wizard Kathryne
JapaneseName: Wizard Katrinn
Level: 98
Hp: 7092
Attack: 512
Attack2: 650
Defense: 69
MagicDefense: 66
Str: 97
Agi: 70
Vit: 49
Int: 129
Dex: 125
Luk: 44
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Ghost
ElementLevel: 3
WalkSpeed: 130
AttackDelay: 864
AttackMotion: 400
ClientAttackMotion: 576
DamageMotion: 288
Ai: 04
Modes:
FixedItemDrop: true
Drops:
- Item: Armlet_Of_Prisoner
Rate: 5000
- Item: Lab_Staff_Record
Rate: 2500
- Item: Robe_Of_Casting
Rate: 500
- Item: Mage_Coat_
Rate: 5
- Item: Old_Blue_Box
Rate: 1
- Item: Survival_Rod2
Rate: 100
- Item: Walking_Stick
Rate: 5
- Id: 2433
AegisName: G_L_MAGALETA
Name: Priest Margaretha
JapaneseName: Prist Magaleta
Level: 98
Hp: 9192
Attack: 644
Attack2: 498
Defense: 97
MagicDefense: 83
Str: 113
Agi: 66
Vit: 63
Int: 110
Dex: 89
Luk: 58
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Holy
ElementLevel: 3
WalkSpeed: 160
AttackDelay: 864
AttackMotion: 400
ClientAttackMotion: 288
DamageMotion: 288
Ai: 20
Modes:
FixedItemDrop: true
- Id: 2434
AegisName: G_L_YGNIZEM
Name: Crusader Egnigem
JapaneseName: Crusader Ygnizem
Level: 98
Hp: 13440
Attack: 852
Attack2: 342
Defense: 136
MagicDefense: 8
Str: 158
Agi: 101
Vit: 94
Int: 75
Dex: 108
Luk: 74
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Fire
ElementLevel: 2
WalkSpeed: 155
AttackDelay: 432
AttackMotion: 400
ClientAttackMotion: 672
DamageMotion: 288
Ai: 04
Modes:
FixedItemDrop: true
Drops:
- Item: Lab_Staff_Record
Rate: 5000
- Item: Armlet_Of_Prisoner
Rate: 2500
- Item: Plate_Armor
Rate: 500
- Item: Plate_Armor_
Rate: 5
- Item: Old_Blue_Box
Rate: 1
- Item: Flamberge
Rate: 100
- Item: Holy_Avenger
Rate: 5
- Id: 2435
AegisName: G_L_WHIKEBAIN
Name: Rogue Wickebine
JapaneseName: Log Whikebain
Level: 98
Hp: 11712
Attack: 545
Attack2: 216
Defense: 125
MagicDefense: 72
Str: 125
Agi: 100
Vit: 75
Int: 46
Dex: 93
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Poison
ElementLevel: 3
WalkSpeed: 130
AttackDelay: 432
AttackMotion: 400
ClientAttackMotion: 288
DamageMotion: 288
Ai: 19
Modes:
FixedItemDrop: true
Drops:
- Item: Lab_Staff_Record
Rate: 5000
- Item: Armlet_Of_Prisoner
Rate: 2500
- Item: Thief_Clothes
Rate: 500
- Item: Thief_Clothes_
Rate: 5
- Item: Old_Blue_Box
Rate: 1
- Item: Poison_Knife
Rate: 100
- Item: Bazerald
Rate: 5
- Id: 2436
AegisName: G_L_ARMAIA
Name: Alchemist Armeyer
JapaneseName: Alchemist Armaia
Level: 98
Hp: 11376
Attack: 537
Attack2: 232
Defense: 130
MagicDefense: 4
Str: 135
Agi: 64
Vit: 93
Int: 71
Dex: 105
Luk: 68
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Earth
ElementLevel: 3
WalkSpeed: 130
AttackDelay: 432
AttackMotion: 400
ClientAttackMotion: 672
DamageMotion: 288
Ai: 19
Modes:
FixedItemDrop: true
Drops:
- Item: Lab_Staff_Record
Rate: 5000
- Item: Armlet_Of_Prisoner
Rate: 2500
- Item: Coat_
Rate: 500
- Item: Clothes_Of_The_Lord
Rate: 5
- Item: Old_Blue_Box
Rate: 1
- Item: Orcish_Axe
Rate: 100
- Item: Cleaver
Rate: 5
- Id: 2437
AegisName: G_L_KAVAC
Name: Bard Kavach
JapaneseName: Bard Kavac
Level: 98
Hp: 12637
Attack: 605
Attack2: 193
Defense: 94
MagicDefense: 52
Str: 113
Agi: 119
Vit: 68
Int: 55
Dex: 163
Luk: 52
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 2
WalkSpeed: 160
AttackDelay: 432
AttackMotion: 400
ClientAttackMotion: 672
DamageMotion: 288
Ai: 19
Modes:
FixedItemDrop: true
Drops:
- Item: Lab_Staff_Record
Rate: 5000
- Item: Armlet_Of_Prisoner
Rate: 2500
- Item: Tights
Rate: 500
- Item: Tights_
Rate: 5
- Item: Old_Blue_Box
Rate: 1
- Item: Harp_
Rate: 100
- Item: Electronic_Guitar
Rate: 5
- Id: 2438
AegisName: G_L_DANCER
Name: Dancer Josephina
JapaneseName: Dancer Joshepina
Level: 98
Hp: 12637
Attack: 605
Attack2: 193
Defense: 94
MagicDefense: 52
Str: 113
Agi: 119
Vit: 68
Int: 55
Dex: 163
Luk: 52
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 2
WalkSpeed: 160
AttackDelay: 432
AttackMotion: 400
ClientAttackMotion: 672
DamageMotion: 288
Ai: 19
Modes:
FixedItemDrop: true
Drops:
- Item: Lab_Staff_Record
Rate: 5000
- Item: Armlet_Of_Prisoner
Rate: 2500
- Item: Tights
Rate: 500
- Item: Tights_
Rate: 5
- Item: Old_Blue_Box
Rate: 1
- Item: Tail_
Rate: 100
- Item: Rapture_Rose
Rate: 5
- Id: 2439
AegisName: G_L_RAWREL
Name: Sage Laurell
JapaneseName: Sage Rawrel
Level: 98
Hp: 9868
Attack: 247
Attack2: 648
Defense: 83
MagicDefense: 96
Str: 73
Agi: 86
Vit: 71
Int: 134
Dex: 123
Luk: 62
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Ghost
ElementLevel: 2
WalkSpeed: 160
AttackDelay: 432
AttackMotion: 400
ClientAttackMotion: 336
DamageMotion: 288
Ai: 19
Modes:
FixedItemDrop: true
Drops:
- Item: Lab_Staff_Record
Rate: 5000
- Item: Armlet_Of_Prisoner
Rate: 2500
- Item: Robe_Of_Casting
Rate: 500
- Item: Mage_Coat_
Rate: 5
- Item: Old_Blue_Box
Rate: 1
- Item: Bible
Rate: 100
- Item: Encyclopedia
Rate: 5
- Id: 2440
AegisName: G_L_EREND
Name: Monk Errende
JapaneseName: Monk Erend
Level: 98
Hp: 11168
Attack: 972
Attack2: 483
Defense: 116
MagicDefense: 108
Str: 84
Agi: 72
Vit: 99
Int: 115
Dex: 95
Luk: 68
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Holy
ElementLevel: 2
WalkSpeed: 140
AttackDelay: 432
AttackMotion: 400
ClientAttackMotion: 336
DamageMotion: 288
Ai: 19
Modes:
FixedItemDrop: true
- Id: 2441
AegisName: B_NOVICE
Name: The Last One
Level: 99
Hp: 265203
BaseExp: 106267
JobExp: 87747
MvpExp: 53133
Attack: 4220
Attack2: 2107
Defense: 510
MagicDefense: 139
Str: 272
Agi: 148
Vit: 162
Int: 99
Dex: 160
Luk: 59
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Fire
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 576
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5500
Drops:
- Item: Armlet_Of_Prisoner
Rate: 2500
- Item: Old_Blue_Box
Rate: 3000
- Item: Old_Violet_Box
Rate: 4000
- Item: Old_Card_Album
Rate: 500
- Item: Star_Dust_Blade
Rate: 100
- Item: Byeorrun_Gum
Rate: 5
- Item: Tae_Goo_Lyeon
Rate: 2
- Id: 2442
AegisName: B_SUPERNOVICE
Name: King of the Alley
Level: 99
Hp: 268800
BaseExp: 108810
JobExp: 89000
MvpExp: 54405
Attack: 5877
Attack2: 3526
Defense: 410
MagicDefense: 192
Str: 206
Agi: 194
Vit: 181
Int: 156
Dex: 203
Luk: 115
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Fire
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 576
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5500
Drops:
- Item: Armlet_Of_Prisoner
Rate: 2500
- Item: Old_Blue_Box
Rate: 3000
- Item: Old_Violet_Box
Rate: 4000
- Item: Old_Card_Album
Rate: 500
- Item: Hypnotist's_Staff_
Rate: 100
- Item: Destruction_Rod
Rate: 2
- Id: 2443
AegisName: AIRA
Name: Aira
Level: 99
Hp: 270000
BaseExp: 110000
JobExp: 90000
Attack: 827
Attack2: 285
Defense: 149
MagicDefense: 10
Str: 127
Agi: 62
Vit: 77
Int: 44
Dex: 118
Luk: 49
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Fire
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 432
AttackMotion: 400
ClientAttackMotion: 576
DamageMotion: 288
Ai: 21
Class: Boss
Drops:
- Item: Rouge
Rate: 3000
- Item: Chrystal_Pumps
Rate: 50
- Item: Spiky_Heel
Rate: 100
- Id: 2444
AegisName: KULUNA
Name: Kuluna
Level: 99
Hp: 270000
BaseExp: 110000
JobExp: 90000
Attack: 739
Attack2: 153
Defense: 109
MagicDefense: 10
Str: 130
Agi: 78
Vit: 53
Int: 60
Dex: 114
Luk: 68
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Ghost
ElementLevel: 3
WalkSpeed: 160
AttackDelay: 432
AttackMotion: 400
ClientAttackMotion: 576
DamageMotion: 288
Ai: 21
Class: Boss
Drops:
- Item: Rouge
Rate: 3000
- Item: Chrystal_Pumps
Rate: 50
- Item: Spiky_Heel
Rate: 100
- Id: 2445
AegisName: MALLINA
Name: Mallina
Level: 99
Hp: 270000
BaseExp: 110000
JobExp: 90000
Attack: 782
Attack2: 253
Defense: 117
MagicDefense: 9
Str: 124
Agi: 71
Vit: 55
Int: 47
Dex: 73
Luk: 43
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Earth
ElementLevel: 4
WalkSpeed: 160
AttackDelay: 432
AttackMotion: 400
ClientAttackMotion: 576
DamageMotion: 288
Ai: 21
Class: Boss
Drops:
- Item: Rouge
Rate: 3000
- Item: Chrystal_Pumps
Rate: 50
- Item: Spiky_Heel
Rate: 100
- Id: 2446
AegisName: EZELLA
Name: Ezella
Level: 99
Hp: 270000
BaseExp: 110000
JobExp: 90000
Attack: 574
Attack2: 223
Defense: 68
MagicDefense: 13
Str: 108
Agi: 113
Vit: 60
Int: 72
Dex: 148
Luk: 37
AttackRange: 14
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 3
WalkSpeed: 160
AttackDelay: 432
AttackMotion: 400
ClientAttackMotion: 576
DamageMotion: 288
Ai: 21
Class: Boss
Drops:
- Item: Rouge
Rate: 3000
- Item: Chrystal_Pumps
Rate: 50
- Item: Spiky_Heel
Rate: 100
- Id: 2447
AegisName: LUNE
Name: Lune
Level: 99
Hp: 270000
BaseExp: 110000
JobExp: 90000
Attack: 512
Attack2: 650
Defense: 69
MagicDefense: 66
Str: 97
Agi: 70
Vit: 49
Int: 129
Dex: 125
Luk: 44
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Water
ElementLevel: 3
WalkSpeed: 130
AttackDelay: 864
AttackMotion: 400
ClientAttackMotion: 576
DamageMotion: 288
Ai: 21
Class: Boss
Drops:
- Item: Rouge
Rate: 3000
- Item: Chrystal_Pumps
Rate: 50
- Item: Spiky_Heel
Rate: 100
- Id: 2448
AegisName: MORIN
Name: Morin
Level: 99
Hp: 270000
BaseExp: 110000
JobExp: 90000
Attack: 644
Attack2: 498
Defense: 97
MagicDefense: 83
Str: 113
Agi: 66
Vit: 63
Int: 110
Dex: 89
Luk: 58
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Dark
ElementLevel: 3
WalkSpeed: 160
AttackDelay: 864
AttackMotion: 400
ClientAttackMotion: 576
DamageMotion: 288
Ai: 21
Class: Boss
Drops:
- Item: Rouge
Rate: 3000
- Item: Chrystal_Pumps
Rate: 50
- Item: Spiky_Heel
Rate: 100
- Id: 2449
AegisName: NASARIN
Name: Nasarin
Level: 99
Hp: 270000
BaseExp: 110000
JobExp: 90000
Attack: 852
Attack2: 342
Defense: 136
MagicDefense: 8
Str: 158
Agi: 101
Vit: 94
Int: 75
Dex: 108
Luk: 74
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Poison
ElementLevel: 2
WalkSpeed: 155
AttackDelay: 432
AttackMotion: 400
ClientAttackMotion: 576
DamageMotion: 288
Ai: 21
Class: Boss
Drops:
- Item: Rouge
Rate: 3000
- Item: Chrystal_Pumps
Rate: 50
- Item: Spiky_Heel
Rate: 100
- Id: 2450
AegisName: THIEF_PORING
Name: Thief Poring
Level: 1
Hp: 30
Attack: 8
Attack2: 1
Defense: 2
MagicDefense: 5
Str: 6
Int: 0
Dex: 6
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Water
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1072
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 01
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Payroll_Of_Kafra
Index: 0
Rate: 5000
- Item: Payroll_Of_Kafra
Index: 1
Rate: 5000
- Item: Payroll_Of_Kafra
Index: 2
Rate: 5000
- Item: Gift_Box
Index: 3
Rate: 500
- Item: Old_Blue_Box
Index: 4
Rate: 100
- Id: 2451
AegisName: BABY_STRANGE
Name: Strange Baby Orc
JapaneseName: Suspicious Baby
Level: 1
Hp: 30
Attack: 8
Attack2: 1
Defense: 2
MagicDefense: 5
Str: 6
Int: 0
Dex: 6
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Water
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 672
AttackMotion: 864
ClientAttackMotion: 504
DamageMotion: 288
Ai: 01
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Small_Wooden_Chest
Index: 0
Rate: 5000
- Item: Small_Wooden_Chest
Index: 1
Rate: 5000
- Item: Small_Wooden_Chest
Index: 2
Rate: 5000
- Item: Gift_Box
Index: 3
Rate: 500
- Item: Old_Blue_Box
Index: 4
Rate: 100
- Id: 2452
AegisName: TREASURE_BOX_TE
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Yggdrasilberry
Index: 0
Rate: 1250
- Item: Seed_Of_Yggdrasil
Index: 1
Rate: 1500
- Item: Yggdrasilberry
Index: 2
Rate: 2500
- Item: Yggdrasilberry
Index: 3
Rate: 1000
- Item: Old_Violet_Box
Index: 4
Rate: 400
- Item: Yggdrasilberry
Index: 5
Rate: 1000
- Item: Old_Card_Album
Index: 6
Rate: 350
- Item: Yggdrasilberry
Index: 7
Rate: 500
StealProtected: true
- Id: 2453
AegisName: TREASURE_BOX_TE_1
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Hammer_Of_Velund
Index: 0
Rate: 40
- Item: Union_Of_Tribe
Index: 1
Rate: 500
- Item: Yggdrasilberry
Index: 2
Rate: 2500
- Item: Yggdrasilberry
Index: 3
Rate: 1000
- Item: Yggdrasilberry
Index: 4
Rate: 10000
- Item: Yggdrasilberry
Index: 5
Rate: 1000
- Item: Old_Card_Album
Index: 6
Rate: 350
- Item: Castle_Treasure_Box
Index: 7
Rate: 1
StealProtected: true
- Id: 2454
AegisName: TREASURE_BOX_TE_2
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Anvil_Of_Velund
Index: 0
Rate: 40
- Item: Union_Of_Tribe
Index: 1
Rate: 500
- Item: Yggdrasilberry
Index: 2
Rate: 2500
- Item: Yggdrasilberry
Index: 3
Rate: 1000
- Item: Yggdrasilberry
Index: 4
Rate: 10000
- Item: Yggdrasilberry
Index: 5
Rate: 1000
- Item: Old_Card_Album
Index: 6
Rate: 350
- Item: Castle_Treasure_Box
Index: 7
Rate: 1
StealProtected: true
- Id: 2455
AegisName: TREASURE_BOX_TE_3
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Magic_Bronze_Bullion
Index: 0
Rate: 40
- Item: Union_Of_Tribe
Index: 1
Rate: 500
- Item: Yggdrasilberry
Index: 2
Rate: 2500
- Item: Yggdrasilberry
Index: 3
Rate: 1000
- Item: Yggdrasilberry
Index: 4
Rate: 10000
- Item: Yggdrasilberry
Index: 5
Rate: 1000
- Item: Old_Card_Album
Index: 6
Rate: 350
- Item: Castle_Treasure_Box
Index: 7
Rate: 1
StealProtected: true
- Id: 2456
AegisName: TREASURE_BOX_TE_4
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Bracelet_Of_Velund
Index: 0
Rate: 40
- Item: Union_Of_Tribe
Index: 1
Rate: 500
- Item: Yggdrasilberry
Index: 2
Rate: 2500
- Item: Yggdrasilberry
Index: 3
Rate: 1000
- Item: Yggdrasilberry
Index: 4
Rate: 10000
- Item: Yggdrasilberry
Index: 5
Rate: 1000
- Item: Old_Card_Album
Index: 6
Rate: 350
- Item: Castle_Treasure_Box
Index: 7
Rate: 1
StealProtected: true
- Id: 2457
AegisName: TREASURE_BOX_TE_5
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Secret_Of_Rune
Index: 0
Rate: 40
- Item: Union_Of_Tribe
Index: 1
Rate: 500
- Item: Yggdrasilberry
Index: 2
Rate: 2500
- Item: Yggdrasilberry
Index: 3
Rate: 1000
- Item: Yggdrasilberry
Index: 4
Rate: 10000
- Item: Yggdrasilberry
Index: 5
Rate: 1000
- Item: Old_Card_Album
Index: 6
Rate: 350
- Item: Castle_Treasure_Box
Index: 7
Rate: 1
StealProtected: true
- Id: 2458
AegisName: TREASURE_BOX_TE_6
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Skin_Of_Hraesvelg
Index: 0
Rate: 40
- Item: Union_Of_Tribe
Index: 1
Rate: 500
- Item: Yggdrasilberry
Index: 2
Rate: 2500
- Item: Yggdrasilberry
Index: 3
Rate: 1000
- Item: Yggdrasilberry
Index: 4
Rate: 10000
- Item: Yggdrasilberry
Index: 5
Rate: 1000
- Item: Old_Card_Album
Index: 6
Rate: 350
- Item: Castle_Treasure_Box
Index: 7
Rate: 1
StealProtected: true
- Id: 2459
AegisName: TREASURE_BOX_TE_7
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Spirit_Of_Hugin
Index: 0
Rate: 40
- Item: Union_Of_Tribe
Index: 1
Rate: 500
- Item: Yggdrasilberry
Index: 2
Rate: 2500
- Item: Yggdrasilberry
Index: 3
Rate: 1000
- Item: Yggdrasilberry
Index: 4
Rate: 10000
- Item: Yggdrasilberry
Index: 5
Rate: 1000
- Item: Old_Card_Album
Index: 6
Rate: 350
- Item: Castle_Treasure_Box
Index: 7
Rate: 1
StealProtected: true
- Id: 2460
AegisName: TREASURE_BOX_TE_8
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Rib_Of_Jormungand
Index: 0
Rate: 40
- Item: Union_Of_Tribe
Index: 1
Rate: 500
- Item: Yggdrasilberry
Index: 2
Rate: 2500
- Item: Yggdrasilberry
Index: 3
Rate: 1000
- Item: Yggdrasilberry
Index: 4
Rate: 10000
- Item: Yggdrasilberry
Index: 5
Rate: 1000
- Item: Old_Card_Album
Index: 6
Rate: 350
- Item: Castle_Treasure_Box
Index: 7
Rate: 1
StealProtected: true
- Id: 2461
AegisName: TREASURE_BOX_TE_9
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Chisel_Of_Giant
Index: 0
Rate: 40
- Item: Union_Of_Tribe
Index: 1
Rate: 500
- Item: Yggdrasilberry
Index: 2
Rate: 2500
- Item: Yggdrasilberry
Index: 3
Rate: 1000
- Item: Yggdrasilberry
Index: 4
Rate: 10000
- Item: Yggdrasilberry
Index: 5
Rate: 1000
- Item: Old_Card_Album
Index: 6
Rate: 350
- Item: Castle_Treasure_Box
Index: 7
Rate: 1
StealProtected: true
- Id: 2462
AegisName: TREASURE_BOX_TE_10
Name: Treasure Chest
Level: 99
Hp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
RaceGroups:
Treasure: true
Element: Neutral
ElementLevel: 1
Ai: 06
Class: Event
Drops:
- Item: Spirit_Of_Munin
Index: 0
Rate: 40
- Item: Union_Of_Tribe
Index: 1
Rate: 500
- Item: Yggdrasilberry
Index: 2
Rate: 2500
- Item: Yggdrasilberry
Index: 3
Rate: 1000
- Item: Yggdrasilberry
Index: 4
Rate: 10000
- Item: Yggdrasilberry
Index: 5
Rate: 1000
- Item: Old_Card_Album
Index: 6
Rate: 350
- Item: Castle_Treasure_Box
Index: 7
Rate: 1
StealProtected: true
# - Id: 2463
# AegisName: E_BOMBPORING
- Id: 2464
AegisName: MG_ZOMBIE
Name: Corrupted Steward
Level: 130
Hp: 135600
BaseExp: 6666
JobExp: 8798
Attack: 2364
Attack2: 444
Defense: 15
MagicDefense: 15
Str: 44
Agi: 22
Vit: 77
Int: 25
Dex: 88
Luk: 22
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 2612
AttackMotion: 912
ClientAttackMotion: 816
DamageMotion: 288
Ai: 04
Drops:
- Item: Glast_Decayed_Nail
Rate: 100
- Item: Glast_Horrendous_Mouth
Rate: 100
- Item: Coagulated_Spell
Rate: 10
- Item: Sticky_Mucus
Rate: 1000
- Item: White_Jewel
Rate: 500
- Id: 2465
AegisName: MG_WRAITH
Name: Corrupted Monk
Level: 133
Hp: 100168
BaseExp: 6999
JobExp: 9237
Attack: 999
Attack2: 2787
Defense: 80
MagicDefense: 200
Str: 16
Agi: 26
Vit: 30
Int: 115
Dex: 79
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Undead
Element: Undead
ElementLevel: 4
WalkSpeed: 350
AttackDelay: 1816
AttackMotion: 576
ClientAttackMotion: 384
DamageMotion: 240
Ai: 04
Drops:
- Item: Glast_Decayed_Nail
Rate: 100
- Item: Glast_Horrendous_Mouth
Rate: 100
- Item: Coagulated_Spell
Rate: 10
- Item: Wedding_Veil
Rate: 100
- Item: Crystal_Jewel_
Rate: 100
- Item: Crystal_Mirror
Rate: 500
- Id: 2466
AegisName: MG_GHOUL
Name: Grand Chamberlain in pai
Level: 132
Hp: 208100
BaseExp: 7111
JobExp: 9386
Attack: 2965
Attack2: 666
Defense: 30
MagicDefense: 30
Str: 88
Agi: 44
Vit: 88
Int: 21
Dex: 95
Luk: 44
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 2456
AttackMotion: 912
ClientAttackMotion: 408
DamageMotion: 504
Ai: 04
Drops:
- Item: Glast_Decayed_Nail
Rate: 100
- Item: Glast_Horrendous_Mouth
Rate: 100
- Item: Coagulated_Spell
Rate: 10
- Item: Oridecon_Stone
Rate: 100
- Item: Skul_Ring
Rate: 100
- Item: Old_White_Cloth
Rate: 1000
- Id: 2467
AegisName: MG_ARCLOUSE
Name: Maggot
Level: 133
Hp: 80811
BaseExp: 11
JobExp: 14
Attack: 1246
Attack2: 1257
Defense: 121
MagicDefense: 36
Str: 60
Agi: 103
Vit: 45
Int: 35
Dex: 172
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 960
AttackMotion: 500
ClientAttackMotion: 480
DamageMotion: 480
Ai: 04
Modes:
Detector: true
Drops:
- Item: Glast_Decayed_Nail
Rate: 100
- Item: Glast_Horrendous_Mouth
Rate: 100
- Item: Coagulated_Spell
Rate: 10
- Item: Round_Shell
Rate: 3000
- Item: Great_Nature
Rate: 100
- Id: 2468
AegisName: MG_RAYDRIC
Name: Corrupted Palace Guard
Level: 135
Hp: 184080
BaseExp: 8153
JobExp: 3819
Attack: 3167
Attack2: 138
Defense: 89
MagicDefense: 15
Str: 159
Agi: 87
Vit: 66
Int: 33
Dex: 106
Luk: 27
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Dark
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 824
AttackMotion: 780
ClientAttackMotion: 384
DamageMotion: 420
Ai: 04
Drops:
- Item: Glast_Decayed_Nail
Rate: 100
- Item: Glast_Horrendous_Mouth
Rate: 100
- Item: Coagulated_Spell
Rate: 10
- Item: Brigan
Rate: 3000
- Item: Elunium
Rate: 50
- Item: Plate_Armor
Rate: 5
- Id: 2469
AegisName: MG_RAYDRIC_ARCHER
Name: Wandering Archer
Level: 136
Hp: 144370
BaseExp: 7124
JobExp: 5157
Attack: 3891
Attack2: 167
Defense: 63
MagicDefense: 40
Str: 53
Agi: 24
Vit: 40
Int: 15
Dex: 156
Luk: 30
AttackRange: 14
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Dark
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1152
AttackMotion: 1152
ClientAttackMotion: 972
DamageMotion: 480
Ai: 04
Drops:
- Item: Glast_Decayed_Nail
Rate: 100
- Item: Glast_Horrendous_Mouth
Rate: 100
- Item: Coagulated_Spell
Rate: 10
- Item: Brigan
Rate: 3000
- Item: Elunium
Rate: 50
- Item: Tights
Rate: 5
- Id: 2470
AegisName: MG_KNIGHT_OF_ABYSS
Name: Corrupted Abysmal Knight
JapaneseName: Corrupted Knight of Abys
Level: 142
Hp: 225789
BaseExp: 9292
JobExp: 9116
Attack: 3200
Attack2: 122
Defense: 102
MagicDefense: 50
Str: 121
Agi: 55
Vit: 99
Int: 70
Dex: 126
Luk: 37
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Undead
Element: Dark
ElementLevel: 4
WalkSpeed: 300
AttackDelay: 1000
AttackMotion: 500
ClientAttackMotion: 720
DamageMotion: 1000
Ai: 04
Class: Boss
Drops:
- Item: Glast_Decayed_Nail
Rate: 300
- Item: Glast_Horrendous_Mouth
Rate: 200
- Item: Coagulated_Spell
Rate: 50
- Item: Reins
Rate: 5000
- Item: Patriotism_Marks
Rate: 10
- Item: Full_Plate_Armor
Rate: 5
- Id: 2471
AegisName: MG_KHALITZBURG
Name: Suffering Khalitzburg
Level: 143
Hp: 236851
BaseExp: 8771
JobExp: 8064
Attack: 2800
Attack2: 100
Defense: 125
MagicDefense: 10
Str: 121
Agi: 142
Vit: 55
Int: 81
Dex: 105
Luk: 32
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 350
AttackMotion: 1000
ClientAttackMotion: 240
DamageMotion: 396
Ai: 04
Class: Boss
Drops:
- Item: Glast_Decayed_Nail
Rate: 300
- Item: Glast_Horrendous_Mouth
Rate: 200
- Item: Coagulated_Spell
Rate: 50
- Item: Elunium
Rate: 50
- Item: Patriotism_Marks
Rate: 10
- Item: Lapier
Rate: 300
- Id: 2472
AegisName: MG_BLOODY_KNIGHT
Name: Bloody Knight
Level: 143
Hp: 246751
BaseExp: 10224
JobExp: 12035
Attack: 1881
Attack2: 3200
Defense: 122
MagicDefense: 300
Str: 132
Agi: 55
Vit: 89
Int: 151
Dex: 137
Luk: 45
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Undead
Element: Dark
ElementLevel: 4
WalkSpeed: 250
AttackDelay: 828
AttackMotion: 528
ClientAttackMotion: 288
DamageMotion: 192
Ai: 04
Class: Boss
Drops:
- Item: Glast_Decayed_Nail
Rate: 300
- Item: Glast_Horrendous_Mouth
Rate: 200
- Item: Coagulated_Spell
Rate: 50
- Item: Brigan
Rate: 5000
- Item: Broad_Sword
Rate: 100
- Item: Two_Hand_Sword
Rate: 100
- Id: 2473
AegisName: MG_M_UNDEAD_KNIGHT
Name: 1st Commander of Destruc
Level: 145
Hp: 950033
BaseExp: 80009
JobExp: 74351
Attack: 3321
Attack2: 1009
Defense: 80
MagicDefense: 150
Str: 165
Agi: 82
Vit: 110
Int: 122
Dex: 154
Luk: 52
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 2
WalkSpeed: 130
AttackDelay: 350
AttackMotion: 864
ClientAttackMotion: 300
DamageMotion: 480
Ai: 26
Class: Boss
Drops:
- Item: Glast_Decayed_Nail
Rate: 500
- Item: Glast_Horrendous_Mouth
Rate: 500
- Item: Coagulated_Spell
Rate: 50
- Item: Alca_Bringer
Rate: 10
- Item: Claymore
Rate: 100
- Item: Halberd
Rate: 200
- Item: UndeadKnightM_Card
Rate: 1
StealProtected: true
- Id: 2474
AegisName: MG_F_UNDEAD_KNIGHT
Name: 2nd Commander of Destruc
Level: 145
Hp: 848011
BaseExp: 79836
JobExp: 66218
Attack: 3090
Attack2: 1488
Defense: 80
MagicDefense: 180
Str: 155
Agi: 88
Vit: 110
Int: 135
Dex: 154
Luk: 59
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 2
WalkSpeed: 120
AttackDelay: 350
AttackMotion: 768
ClientAttackMotion: 300
DamageMotion: 480
Ai: 26
Class: Boss
Drops:
- Item: Glast_Decayed_Nail
Rate: 500
- Item: Glast_Horrendous_Mouth
Rate: 500
- Item: Coagulated_Spell
Rate: 50
- Item: Claymore
Rate: 100
- Item: Holy_Avenger
Rate: 50
- Item: UndeadKnightF_Card
Rate: 1
StealProtected: true
- Id: 2475
AegisName: MG_CORRUPTION_ROOT
Name: Corrupted Soul
Level: 150
Hp: 1820000
BaseExp: 1099953
JobExp: 1104662
# MvpExp:
Attack: 3887
Attack2: 3887
Defense: 333
MagicDefense: 333
Str: 201
Agi: 20
Vit: 90
Int: 201
Dex: 201
Luk: 20
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
RaceGroups:
Ogh_Atk_Def: true
Element: Earth
ElementLevel: 3
WalkSpeed: 1000
AttackDelay: 576
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 10
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5500
Drops:
- Item: Old_Card_Album
Rate: 5000
- Item: Old_Violet_Box
Rate: 10000
- Item: Temporal_Crystal
Rate: 5000
- Item: Yggdrasilberry
Rate: 10000
- Item: Alchemy_Glove
Rate: 1000
- Item: Will_Of_Darkness_
Rate: 10000
- Item: CorruptionRoot_Card
Rate: 1
StealProtected: true
- Id: 2476
AegisName: MG_AMDARAIS
Name: Amdarais
Level: 150
Hp: 4290000
BaseExp: 1145662
JobExp: 1208363
# MvpExp:
Attack: 5290
Attack2: 3900
Defense: 30
MagicDefense: 40
Str: 255
Agi: 39
Vit: 90
Int: 169
Dex: 166
Luk: 20
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Undead
RaceGroups:
Ogh_Atk_Def: true
Element: Undead
ElementLevel: 4
WalkSpeed: 120
AttackDelay: 312
AttackMotion: 1200
ClientAttackMotion: 300
DamageMotion: 432
Ai: 26
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5500
Drops:
- Item: Old_Card_Album
Rate: 5000
- Item: Old_Violet_Box
Rate: 10000
- Item: Temporal_Crystal
Rate: 5000
- Item: Yggdrasilberry
Rate: 10000
- Item: Death_Guidance
Rate: 1000
- Item: Patriotism_Marks
Rate: 10000
- Item: Amdarais_Card
Rate: 1
StealProtected: true
- Id: 2477
AegisName: NG_WANDER_MAN
Name: Nightmare Wander Man
Level: 151
Hp: 130682
BaseExp: 9907
JobExp: 9475
Attack: 2827
Attack2: 218
Defense: 129
MagicDefense: 16
Str: 208
Agi: 151
Vit: 76
Int: 39
Dex: 231
Luk: 50
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Wind
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 672
AttackMotion: 500
ClientAttackMotion: 672
DamageMotion: 192
Ai: 04
Modes:
Detector: true
Drops:
- Item: Skull
Rate: 4850
- Item: Old_Card_Album
Rate: 2
- Item: Hakujin_
Rate: 5
- Item: Centimental_Leaf
Rate: 5
- Item: Muramasa_
Rate: 1
- Item: Oridecon
Rate: 110
- Item: Muramasa
Rate: 10
- Id: 2478
AegisName: NG_RIDEWORD
Name: Nightmare Rideword
Level: 146
Hp: 103220
BaseExp: 5250
JobExp: 8712
Attack: 2321
Attack2: 165
Defense: 140
MagicDefense: 59
Str: 131
Agi: 195
Vit: 58
Int: 66
Dex: 263
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
RaceGroups:
Clocktower: true
Element: Neutral
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 864
AttackMotion: 500
ClientAttackMotion: 468
DamageMotion: 192
Ai: 04
Drops:
- Item: Worn_Out_Page
Rate: 4850
- Item: Book_Of_Billows_
Rate: 5
- Item: Book_Of_Mother_Earth_
Rate: 5
- Item: Book_Of_Blazing_Sun_
Rate: 5
- Item: Book_Of_Gust_Of_Wind_
Rate: 5
- Item: Bookclip_In_Memory
Rate: 150
- Item: Cursed_Book
Rate: 1
- Id: 2479
AegisName: NG_MIMIC
Name: Nightmare Mimic
Level: 143
Hp: 24958
BaseExp: 1384
JobExp: 1294
Attack: 1787
Attack2: 159
Defense: 139
MagicDefense: 46
Str: 145
Agi: 162
Vit: 10
Int: 49
Dex: 213
Luk: 57
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
RaceGroups:
Clocktower: true
Element: Neutral
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 972
AttackMotion: 500
ClientAttackMotion: 480
DamageMotion: 288
Ai: 04
Drops:
- Item: Old_Violet_Box
Rate: 10
- Item: Old_Blue_Box
Rate: 50
- Item: Special_Alloy_Trap
Rate: 1000
- Item: Light_Granule
Rate: 1000
- Item: Rosary_
Rate: 10
- Item: Elunium_Stone
Rate: 270
- Id: 2480
AegisName: NG_EVIL_DRUID
Name: Nightmare Evil Druid
Level: 134
Hp: 72837
BaseExp: 3370
JobExp: 3237
Attack: 1409
Attack2: 143
Defense: 160
MagicDefense: 41
Str: 137
Agi: 60
Vit: 48
Int: 57
Dex: 158
Luk: 28
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Undead
Element: Undead
ElementLevel: 4
WalkSpeed: 300
AttackDelay: 2276
AttackMotion: 576
ClientAttackMotion: 168
DamageMotion: 336
Ai: 04
Drops:
- Item: Biretta_
Rate: 10
- Item: Lich_Bone_Wand
Rate: 1
- Item: Ragamuffin_Cape
Rate: 10
- Item: Book_Of_The_Apocalypse
Rate: 5
- Item: Cookbook07
Rate: 5
- Item: White_Herb
Rate: 2000
- Id: 2481
AegisName: NG_WRAITH_DEAD
Name: Nightmare Wraith Dead
Level: 110
Hp: 18923
BaseExp: 2098
JobExp: 1727
Attack: 721
Attack2: 122
Defense: 93
MagicDefense: 53
Str: 69
Agi: 52
Vit: 47
Int: 55
Dex: 109
Luk: 28
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Undead
Element: Undead
ElementLevel: 4
WalkSpeed: 250
AttackDelay: 1816
AttackMotion: 576
ClientAttackMotion: 720
DamageMotion: 240
Ai: 04
Drops:
- Item: Transparent_Cloth
Rate: 4400
- Item: Wedding_Veil
Rate: 10
- Item: Manteau_
Rate: 5
- Item: Red_Gemstone
Rate: 750
- Item: Manteau
Rate: 10
- Item: Crystal_Jewel__
Rate: 10
# - Id: 2482
# AegisName: G_MG_KHALITZBURG
- Id: 2483
AegisName: NG_BAPHOMET
Name: Nightmare Baphomet
Level: 154
Hp: 4008000
BaseExp: 1308534
JobExp: 1102549
MvpExp: 198262
Attack: 3150
Attack2: 1984
Defense: 379
MagicDefense: 45
Str: 120
Agi: 125
Vit: 230
Int: 85
Dex: 186
Luk: 85
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 768
AttackMotion: 768
ClientAttackMotion: 600
DamageMotion: 576
Ai: 26
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Yggdrasilberry
Rate: 2000
- Item: Baphomet_Doll
Rate: 500
- Item: Evil_Horn
Rate: 5000
Drops:
- Item: Crescent_Scythe
Rate: 500
- Item: Magestic_Goat
Rate: 300
- Item: Crescent_Scythe_
Rate: 50
- Item: Emperium
Rate: 500
- Item: Magestic_Goat_
Rate: 10
- Item: Elunium
Rate: 5500
- Item: Oridecon
Rate: 4100
- Item: Baphomet_Card
Rate: 1
StealProtected: true
- Id: 2484
AegisName: G_NG_BAPHOMET_
Name: Nightmare Baphomet Jr.
Level: 141
Hp: 49675
Attack: 1601
Attack2: 206
Defense: 175
MagicDefense: 62
Str: 130
Agi: 150
Vit: 90
Int: 42
Dex: 143
Luk: 62
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 868
AttackMotion: 480
ClientAttackMotion: 216
DamageMotion: 120
Ai: 24
Modes:
Detector: true
FixedItemDrop: true
- Id: 2485
AegisName: NG_CHIMERA
Name: Nightmare Chimera
Level: 140
Hp: 528120
BaseExp: 54260
JobExp: 51678
Attack: 2058
Attack2: 296
Defense: 159
MagicDefense: 20
Str: 101
Agi: 76
Vit: 110
Int: 176
Dex: 182
Luk: 170
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Fire
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 772
AttackMotion: 672
ClientAttackMotion: 384
DamageMotion: 360
Ai: 26
Class: Boss
Drops:
- Item: Brigan
Rate: 5000
- Item: Slender_Snake
Rate: 2500
- Item: Lemon
Rate: 1000
- Item: War_Axe
Rate: 5
- Item: Citrine
Rate: 1500
- Item: Great_Axe
Rate: 5
- Item: Oridecon
Rate: 150
- Item: Chimera_Card
Rate: 1
StealProtected: true
# - Id: 2486
# AegisName: ISIS_ANNIV
# - Id: 2487
# AegisName: PASANA_ANNIV
# - Id: 2488
# AegisName: OSIRIS_ANNIV
# - Id: 2489
# AegisName: GM_WOMAN
# - Id: 2490
# AegisName: GM_SAY
# - Id: 2491
# AegisName: GM_SMOKIE
# - Id: 2492
# AegisName: GM_PHOENIX
# - Id: 2493
# AegisName: GM_MEN
# - Id: 2494
# AegisName: GM_HINALLE
# - Id: 2495
# AegisName: HIDDEN_MOB2
# - Id: 2496
# AegisName: I_UZHAS
# - Id: 2497
# AegisName: I_DOKEBI
# - Id: 2498
# AegisName: G_WISH_MAIDEN
# - Id: 2499
# AegisName: J_PORING
# - Id: 2500
# AegisName: E_MEGALODON
# - Id: 2501
# AegisName: E_ASTER
# - Id: 2502
# AegisName: E_CRAB
# - Id: 2503
# AegisName: E_SHELLFISH
# - Id: 2504
# AegisName: E_COELACANTH_N_E
# - Id: 2505
# AegisName: E_RED_ERUMA
# - Id: 2506
# AegisName: E_KING_DRAMOH
# - Id: 2507
# AegisName: E_CORNUTUS
# - Id: 2508
# AegisName: E_PENOMENA
# - Id: 2509
# AegisName: KRAKEN_LEG_6
# - Id: 2510
# AegisName: WATERMELON_1
# - Id: 2511
# AegisName: WATERMELON_2
# - Id: 2512
# AegisName: WATERMELON_3
# - Id: 2513
# AegisName: WATERMELON_4
# - Id: 2514
# AegisName: WATERMELON_5
# - Id: 2515
# AegisName: WATERMELON_6
# - Id: 2516
# AegisName: WATERMELON_7
# - Id: 2517
# AegisName: WATERMELON_8
# - Id: 2518
# AegisName: WATERMELON_9
# - Id: 2519
# AegisName: WATERMELON_10
# - Id: 2520
# AegisName: WATERMELON_11
# - Id: 2521
# AegisName: WATERMELON_12
# - Id: 2522
# AegisName: WATERMELON_13
# - Id: 2523
# AegisName: WATERMELON_14
# - Id: 2524
# AegisName: WATERMELON_15
# - Id: 2525
# AegisName: WATERMELON_16
# - Id: 2526
# AegisName: E_BANDIT
# - Id: 2527
# AegisName: ME_ANOPHELES
- Id: 2528
AegisName: FACEWORM
Name: Faceworm
Level: 140
Hp: 482427
BaseExp: 38800
JobExp: 4356
Attack: 1818
Attack2: 1616
Defense: 50
MagicDefense: 30
Str: 100
Agi: 50
Vit: 100
Int: 100
Dex: 100
Luk: 50
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
RaceGroups:
Faceworm: true
Element: Poison
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 384
AttackMotion: 720
ClientAttackMotion: 540
DamageMotion: 480
Ai: 04
Modes:
Detector: true
Drops:
- Item: FaceWorm_Leg
Rate: 10
- Item: ShabbyOldScroll
Rate: 100
- Item: Fluorescent_Liquid
Rate: 1000
- Item: Detrimindexta
Rate: 100
- Item: Karvodailnirol
Rate: 100
- Item: Faceworm_Card
Rate: 1
StealProtected: true
- Id: 2529
AegisName: FACEWORM_QUEEN
Name: Faceworm Queen
Level: 155
Hp: 50000000
BaseExp: 200000
JobExp: 220000
MvpExp: 90909
Attack: 4024
Attack2: 4006
Defense: 100
MagicDefense: 60
Str: 200
Agi: 100
Vit: 200
Int: 200
Dex: 200
Luk: 100
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
RaceGroups:
Faceworm: true
Element: Poison
ElementLevel: 4
WalkSpeed: 200
AttackDelay: 768
AttackMotion: 540
ClientAttackMotion: 300
DamageMotion: 480
Ai: 26
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Magic_Card_Album
Index: 0
Rate: 5000
- Item: Old_Violet_Box
Index: 1
Rate: 5000
- Item: Old_Violet_Box
Index: 2
Rate: 5000
Drops:
- Item: Broken_Horn
Rate: 5000
- Item: FaceWormQueen_Leg
Rate: 100
- Item: Yggdrasilberry
Rate: 1000
- Item: Faceworm_Q_Card
Rate: 1
StealProtected: true
- Id: 2530
AegisName: FACEWORM_DARK
Name: Dark Faceworm
JapaneseName: Faceworm Dark
Level: 144
Hp: 5000000
BaseExp: 100000
JobExp: 88000
Attack: 2012
Attack2: 2003
Defense: 100
MagicDefense: 30
Str: 150
Agi: 100
Vit: 150
Int: 150
Dex: 150
Luk: 100
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
RaceGroups:
Faceworm: true
Element: Poison
ElementLevel: 2
WalkSpeed: 180
AttackDelay: 576
AttackMotion: 480
ClientAttackMotion: 240
DamageMotion: 480
Ai: 21
Class: Boss
Drops:
- Item: FaceWorm_Leg
Rate: 10
- Item: ShabbyOldScroll
Rate: 100
- Item: Faceworm_D_Card
Rate: 1
StealProtected: true
- Id: 2531
AegisName: VENOM_BUG
Name: Venom Bug
Level: 140
Hp: 10000
Defense: 200
MagicDefense: 100
Str: 200
Agi: 200
Vit: 200
Int: 200
Dex: 200
Luk: 200
AttackRange: 1
SkillRange: 12
ChaseRange: 12
Size: Small
Race: Insect
RaceGroups:
Faceworm: true
Element: Poison
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 384
ClientAttackMotion: 480
DamageMotion: 480
Ai: 10
Class: Boss
Drops:
- Item: Fluorescent_Liquid
Rate: 1000
- Item: Sticky_Mucus
Rate: 5000
- Id: 2532
AegisName: FACEWORM_QUEEN_R
Name: Red Faceworm Queen
JapaneseName: Faceworm Queen (Red)
Level: 155
Hp: 50000000
BaseExp: 200000
JobExp: 220000
MvpExp: 90909
Attack: 12000
Attack2: 15000
Defense: 400
MagicDefense: 400
Str: 500
Agi: 100
Vit: 200
Int: 200
Dex: 200
Luk: 100
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
RaceGroups:
Faceworm: true
Element: Fire
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 768
AttackMotion: 540
ClientAttackMotion: 300
DamageMotion: 480
Ai: 26
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Magic_Card_Album
Index: 0
Rate: 5000
- Item: Old_Violet_Box
Index: 1
Rate: 5000
- Item: Old_Violet_Box
Index: 2
Rate: 5000
Drops:
- Item: Broken_Horn
Rate: 5000
- Item: FaceWormQueen_Leg
Rate: 100
- Item: Flame_Heart
Rate: 5000
- Item: Faceworm_Q_Card
Rate: 1
StealProtected: true
- Id: 2533
AegisName: FACEWORM_QUEEN_G
Name: Green Faceworm Queen
JapaneseName: Faceworm Queen (Green)
Level: 155
Hp: 50000000
BaseExp: 200000
JobExp: 220000
MvpExp: 90909
Attack: 5000
Attack2: 5000
Defense: 500
MagicDefense: 60
Str: 200
Agi: 100
Vit: 400
Int: 200
Dex: 200
Luk: 100
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
RaceGroups:
Faceworm: true
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 768
AttackMotion: 540
ClientAttackMotion: 300
DamageMotion: 480
Ai: 26
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Magic_Card_Album
Index: 0
Rate: 5000
- Item: Old_Violet_Box
Index: 1
Rate: 5000
- Item: Old_Violet_Box
Index: 2
Rate: 5000
Drops:
- Item: Broken_Horn
Rate: 5000
- Item: FaceWormQueen_Leg
Rate: 100
- Item: Great_Nature
Rate: 5000
- Item: Faceworm_Q_Card
Rate: 1
StealProtected: true
- Id: 2534
AegisName: FACEWORM_QUEEN_B
Name: Blue Faceworm Queen
JapaneseName: Faceworm Queen (Blue)
Level: 155
Hp: 50000000
BaseExp: 200000
JobExp: 220000
MvpExp: 90909
Attack: 5000
Attack2: 10000
Defense: 100
MagicDefense: 400
Str: 200
Agi: 100
Vit: 200
Int: 400
Dex: 200
Luk: 100
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
RaceGroups:
Faceworm: true
Element: Water
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 768
AttackMotion: 540
ClientAttackMotion: 300
DamageMotion: 480
Ai: 26
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Magic_Card_Album
Index: 0
Rate: 5000
- Item: Old_Violet_Box
Index: 1
Rate: 5000
- Item: Old_Violet_Box
Index: 2
Rate: 5000
Drops:
- Item: Broken_Horn
Rate: 5000
- Item: FaceWormQueen_Leg
Rate: 100
- Item: Mistic_Frozen
Rate: 5000
- Item: Faceworm_Q_Card
Rate: 1
StealProtected: true
- Id: 2535
AegisName: FACEWORM_QUEEN_Y
Name: Yellow Faceworm Queen
JapaneseName: Faceworm Queen (Yellow)
Level: 155
Hp: 50000000
BaseExp: 200000
JobExp: 220000
MvpExp: 90909
Attack: 5000
Attack2: 5000
Defense: 100
MagicDefense: 60
Str: 200
Agi: 400
Vit: 200
Int: 200
Dex: 200
Luk: 100
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
RaceGroups:
Faceworm: true
Element: Wind
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 768
AttackMotion: 540
ClientAttackMotion: 300
DamageMotion: 480
Ai: 26
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Magic_Card_Album
Index: 0
Rate: 5000
- Item: Old_Violet_Box
Index: 1
Rate: 5000
- Item: Old_Violet_Box
Index: 2
Rate: 5000
Drops:
- Item: Broken_Horn
Rate: 5000
- Item: FaceWormQueen_Leg
Rate: 100
- Item: Rough_Wind
Rate: 5000
- Item: Faceworm_Q_Card
Rate: 1
StealProtected: true
- Id: 2536
AegisName: HIDDEN_MOB3
Name: Monster 3
JapaneseName: Hidden Mob 3
Level: 151
Hp: 10000
Attack: 2000
Defense: 200
MagicDefense: 100
Str: 100
Agi: 100
Vit: 100
Int: 100
Dex: 100
Luk: 100
AttackRange: 1
SkillRange: 12
ChaseRange: 12
Size: Small
Race: Formless
RaceGroups:
Faceworm: true
Element: Ghost
ElementLevel: 4
WalkSpeed: 1000
ClientAttackMotion: 768
Ai: 10
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 2537
AegisName: HIDDEN_MOB4
Name: Monster 4
JapaneseName: Hidden Mob 4
Level: 151
Hp: 10000
Attack: 2000
Defense: 200
MagicDefense: 100
Str: 100
Agi: 100
Vit: 100
Int: 100
Dex: 100
Luk: 100
AttackRange: 1
SkillRange: 12
ChaseRange: 12
Size: Small
Race: Formless
RaceGroups:
Faceworm: true
Element: Ghost
ElementLevel: 4
WalkSpeed: 1000
ClientAttackMotion: 768
Ai: 10
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
# - Id: 2538
# AegisName: E_KING_PORING
- Id: 2539
AegisName: HIDDEN_MOB5
Name: Monster 5
JapaneseName: Hidden Mob 5
Level: 151
Hp: 10000
Attack: 500
Defense: 200
MagicDefense: 100
Str: 100
Agi: 100
Vit: 100
Int: 100
Dex: 100
Luk: 100
AttackRange: 9
SkillRange: 12
ChaseRange: 12
Size: Small
Race: Formless
RaceGroups:
Faceworm: true
Element: Ghost
ElementLevel: 4
WalkSpeed: 1000
AttackDelay: 3000
ClientAttackMotion: 768
Ai: 10
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 2540
AegisName: FACEWORM_EGG
Name: Faceworm Egg
Level: 140
Hp: 10
BaseExp: 10
JobExp: 13
Defense: 10
MagicDefense: 10
Str: 10
Agi: 10
Vit: 10
Int: 10
Dex: 10
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
RaceGroups:
Faceworm: true
Element: Poison
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 24
ClientAttackMotion: 0
Ai: 06
Modes:
Detector: true
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Piece_Of_Egg_Shell
Rate: 5000
- Item: Sticky_Mucus
Rate: 5000
- Item: Faceworm_Egg_Card
Rate: 1
StealProtected: true
- Id: 2541
AegisName: FACEWORM_LARVA
Name: Faceworm Larva
Level: 145
Hp: 260380
BaseExp: 10
JobExp: 13
Attack: 1414
Attack2: 1212
Defense: 10
MagicDefense: 10
Str: 10
Agi: 50
Vit: 50
Int: 50
Dex: 180
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
RaceGroups:
Faceworm: true
Element: Poison
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1000
AttackMotion: 792
ClientAttackMotion: 480
DamageMotion: 336
Ai: 04
Modes:
Detector: true
Drops:
- Item: Round_Shell
Rate: 1750
- Item: Sticky_Mucus
Rate: 1500
- Item: Solid_Shell
Rate: 400
- Item: Zargon
Rate: 225
- Item: Faceworm_L_Card
Rate: 1
StealProtected: true
- Id: 2542
AegisName: IRENE_ELDER
Name: Doyen Irene
JapaneseName: Irene Elder
Level: 101
Hp: 433110
BaseExp: 11360
JobExp: 29735
Attack: 1749
Attack2: 360
Defense: 145
MagicDefense: 73
Str: 82
Agi: 36
Vit: 55
Int: 100
Dex: 182
Luk: 88
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 170
AttackDelay: 1276
AttackMotion: 792
ClientAttackMotion: 1152
DamageMotion: 360
Ai: 26
Drops:
- Item: Luk_Dish07
Rate: 3000
- Item: Vit_Dish07
Rate: 3000
- Item: Str_Dish07
Rate: 3000
- Item: Agi_Dish07
Rate: 3000
- Item: Int_Dish07
Rate: 3000
- Item: Dex_Dish07
Rate: 3000
- Item: Cookbook10
Rate: 1
- Item: Irene_Elder_Card
Rate: 1
StealProtected: true
- Id: 2543
AegisName: PAYONSOLDIER
Name: 1st Payon Soldier
Level: 101
Hp: 20099
BaseExp: 1083
JobExp: 2956
Attack: 545
Attack2: 51
Defense: 66
MagicDefense: 36
Str: 20
Agi: 46
Vit: 25
Int: 35
Dex: 64
Luk: 30
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 230
AttackDelay: 1384
AttackMotion: 792
ClientAttackMotion: 768
DamageMotion: 360
Ai: 04
Drops:
- Item: Luk_Dish04
Rate: 533
- Item: Vit_Dish04
Rate: 533
- Item: Str_Dish04
Rate: 533
- Item: Agi_Dish04
Rate: 533
- Item: Int_Dish04
Rate: 533
- Item: Dex_Dish04
Rate: 533
- Item: Cookbook08
Rate: 1
- Item: Payon_Soldier_Card
Rate: 1
StealProtected: true
- Id: 2544
AegisName: PAYONSOLDIER2
Name: 2nd Payon Soldier
Level: 101
Hp: 21099
BaseExp: 1136
JobExp: 2973
Attack: 697
Attack2: 51
Defense: 66
MagicDefense: 36
Str: 20
Agi: 46
Vit: 25
Int: 35
Dex: 64
Luk: 30
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1452
AttackMotion: 792
ClientAttackMotion: 768
DamageMotion: 360
Ai: 04
Drops:
- Item: Luk_Dish06
Rate: 400
- Item: Vit_Dish06
Rate: 400
- Item: Str_Dish06
Rate: 400
- Item: Agi_Dish06
Rate: 400
- Item: Int_Dish06
Rate: 400
- Item: Dex_Dish06
Rate: 400
- Item: Cookbook09
Rate: 1
- Item: Payon_Soldier_Card
Rate: 1
StealProtected: true
- Id: 2545
AegisName: GUARDDOG
Name: 1st Guard Dog
Level: 101
Hp: 20099
BaseExp: 944
JobExp: 2923
Attack: 547
Attack2: 51
Defense: 66
MagicDefense: 36
Str: 20
Agi: 46
Vit: 25
Int: 35
Dex: 64
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 768
AttackMotion: 792
ClientAttackMotion: 216
DamageMotion: 360
Ai: 01
Drops:
- Item: Luk_Dish03
Rate: 600
- Item: Vit_Dish03
Rate: 600
- Item: Str_Dish03
Rate: 600
- Item: Agi_Dish03
Rate: 600
- Item: Int_Dish03
Rate: 600
- Item: Dex_Dish03
Rate: 600
- Item: Cookbook06
Rate: 1
- Item: Outdoor_Cooking_Kits
Rate: 333
StealProtected: true
- Id: 2546
AegisName: GUARDDOG2
Name: 2nd Guard Dog
Level: 101
Hp: 21099
BaseExp: 1014
JobExp: 2940
Attack: 573
Attack2: 51
Defense: 66
MagicDefense: 36
Str: 20
Agi: 46
Vit: 25
Int: 35
Dex: 64
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Fire
ElementLevel: 1
WalkSpeed: 120
AttackDelay: 972
AttackMotion: 792
ClientAttackMotion: 216
DamageMotion: 360
Ai: 04
Drops:
- Item: Luk_Dish05
Rate: 466
- Item: Vit_Dish05
Rate: 466
- Item: Str_Dish05
Rate: 466
- Item: Agi_Dish05
Rate: 466
- Item: Int_Dish05
Rate: 466
- Item: Dex_Dish05
Rate: 466
- Item: Cookbook07
Rate: 1
- Item: Indoor_Cooking_Kits
Rate: 200
StealProtected: true
# - Id: 2547
# AegisName: MER_GARM_BABY
# - Id: 2548
# AegisName: MER_HILLSRION
- Id: 2549
AegisName: GEFFEN_MAGE_1
Name: Arhi
Level: 90
Hp: 100000
BaseExp: 8900
JobExp: 4550
Attack: 237
Attack2: 237
Defense: 64
MagicDefense: 38
Str: 50
Agi: 50
Vit: 50
Int: 50
Dex: 130
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1000
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 480
Ai: 04
Drops:
- Item: Archi_Card
Rate: 1
StealProtected: true
- Id: 2550
AegisName: GEFFEN_MAGE_2
Name: Dio Anemos
Level: 95
Hp: 200000
BaseExp: 9440
JobExp: 4430
Attack: 429
Attack2: 429
Defense: 129
MagicDefense: 18
Str: 40
Agi: 40
Vit: 50
Int: 80
Dex: 130
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 900
AttackMotion: 672
ClientAttackMotion: 480
DamageMotion: 480
Ai: 04
Drops:
- Item: Dio_Anemos_Card
Rate: 1
StealProtected: true
- Id: 2551
AegisName: GEFFEN_MAGE_3_1
Name: Geffen Shoplifter
Level: 100
Hp: 300000
BaseExp: 9780
JobExp: 4031
Attack: 385
Attack2: 385
Defense: 93
MagicDefense: 36
Str: 70
Agi: 70
Vit: 40
Int: 40
Dex: 140
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 800
AttackMotion: 672
ClientAttackMotion: 480
DamageMotion: 480
Ai: 04
Drops:
- Item: Geffen_Thief_Card
Rate: 1
StealProtected: true
- Id: 2552
AegisName: GEFFEN_MAGE_3_2
Name: Geffen Bully
Level: 100
Hp: 300000
BaseExp: 9780
JobExp: 4031
Attack: 385
Attack2: 385
Defense: 93
MagicDefense: 36
Str: 70
Agi: 50
Vit: 70
Int: 40
Dex: 140
Luk: 40
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 900
AttackMotion: 672
ClientAttackMotion: 480
DamageMotion: 480
Ai: 04
Drops:
- Item: Geffen_Thug_Card
Rate: 1
StealProtected: true
- Id: 2553
AegisName: GEFFEN_MAGE_3_3
Name: Geffen Gang Member
Level: 100
Hp: 300000
BaseExp: 9780
JobExp: 4031
Attack: 385
Attack2: 385
Defense: 93
MagicDefense: 36
Str: 60
Agi: 80
Vit: 30
Int: 30
Dex: 140
Luk: 70
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 950
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 480
Ai: 04
Drops:
- Item: Geffen_Gang_Card
Rate: 1
StealProtected: true
- Id: 2554
AegisName: GEFFEN_MAGE_4
Name: Faymont
Level: 105
Hp: 400000
BaseExp: 11660
JobExp: 4807
Attack: 390
Attack2: 390
Defense: 114
MagicDefense: 21
Str: 60
Agi: 60
Vit: 60
Int: 60
Dex: 140
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 672
AttackMotion: 648
ClientAttackMotion: 480
DamageMotion: 480
Ai: 04
Drops:
- Item: Pa_Monk_Card
Rate: 1
StealProtected: true
- Id: 2555
AegisName: GEFFEN_MAGE_5
Name: Ordre
Level: 110
Hp: 600000
BaseExp: 15610
JobExp: 5347
Attack: 630
Attack2: 630
Defense: 107
MagicDefense: 21
Str: 40
Agi: 70
Vit: 40
Int: 100
Dex: 150
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 768
AttackMotion: 672
ClientAttackMotion: 480
DamageMotion: 480
Ai: 04
Drops:
- Item: Ordre_Card
Rate: 1
StealProtected: true
- Id: 2556
AegisName: GEFFEN_MAGE_6
Name: Blut Hase
Level: 120
Hp: 1000000
BaseExp: 20560
JobExp: 11011
Attack: 301
Attack2: 301
Defense: 66
MagicDefense: 47
Str: 120
Agi: 120
Vit: 120
Int: 50
Dex: 150
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Ghost
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 800
AttackMotion: 768
ClientAttackMotion: 576
DamageMotion: 480
Ai: 04
Drops:
- Item: Blut_Hase_Card
Rate: 1
StealProtected: true
- Id: 2557
AegisName: GEFFEN_MAGE_7
Name: Kuro Akuma
Level: 130
Hp: 1200000
BaseExp: 26100
JobExp: 13233
Attack: 664
Attack2: 664
Defense: 135
MagicDefense: 10
Str: 100
Agi: 100
Vit: 100
Int: 100
Dex: 145
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1000
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 480
Ai: 04
Drops:
- Item: Kuro_Akuma_Card
Rate: 1
StealProtected: true
- Id: 2558
AegisName: GEFFEN_MAGE_8
Name: Ifodes
Level: 140
Hp: 1400000
BaseExp: 46150
JobExp: 20790
Attack: 483
Attack2: 483
Defense: 120
MagicDefense: 60
Str: 150
Agi: 100
Vit: 100
Int: 50
Dex: 170
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 800
AttackMotion: 768
ClientAttackMotion: 576
DamageMotion: 480
Ai: 04
Drops:
- Item: Hyper_Death_Card
Rate: 1
StealProtected: true
- Id: 2559
AegisName: GEFFEN_MAGE_9
Name: Licheniyes
Level: 145
Hp: 1600000
BaseExp: 52060
JobExp: 26515
Attack: 711
Attack2: 711
Defense: 140
MagicDefense: 57
Str: 50
Agi: 100
Vit: 50
Int: 200
Dex: 220
Luk: 75
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 864
AttackMotion: 768
ClientAttackMotion: 576
DamageMotion: 480
Ai: 04
Drops:
- Item: Rechenier_Card
Rate: 1
StealProtected: true
- Id: 2560
AegisName: GEFFEN_MAGE_10
Name: Odoric
Level: 150
Hp: 2000000
BaseExp: 60027
JobExp: 44260
Attack: 750
Attack2: 750
Defense: 165
MagicDefense: 62
Str: 200
Agi: 150
Vit: 50
Int: 50
Dex: 170
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 800
AttackMotion: 672
ClientAttackMotion: 480
DamageMotion: 480
Ai: 04
Drops:
- Item: Odorico_Card
Rate: 1
StealProtected: true
- Id: 2561
AegisName: GEFFEN_MAGE_11
Name: Ju
Level: 155
Hp: 5000000
BaseExp: 75335
JobExp: 57343
Attack: 1050
Attack2: 1050
Defense: 170
MagicDefense: 65
Str: 50
Agi: 100
Vit: 100
Int: 200
Dex: 220
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 800
AttackMotion: 672
ClientAttackMotion: 480
DamageMotion: 480
Ai: 04
Drops:
- Item: Jew_Card
Rate: 1
StealProtected: true
- Id: 2562
AegisName: GEFFEN_MAGE_12
Name: Dwigh
Level: 160
Hp: 7000000
BaseExp: 151317
JobExp: 135300
Attack: 1500
Attack2: 1500
Defense: 175
MagicDefense: 65
Str: 50
Agi: 100
Vit: 100
Int: 250
Dex: 220
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Ghost
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 800
AttackMotion: 768
ClientAttackMotion: 576
DamageMotion: 480
Ai: 04
Class: Boss
Drops:
- Item: Dy_Card
Rate: 1
StealProtected: true
- Id: 2563
AegisName: FEI_KANABIAN
Name: Fay Kanavian
JapaneseName: Fei Kanabian
Level: 160
Hp: 8000000
BaseExp: 157975
JobExp: 121628
Attack: 1875
Attack2: 1875
Defense: 175
MagicDefense: 65
Str: 50
Agi: 100
Vit: 100
Int: 250
Dex: 220
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Ghost
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 720
AttackMotion: 672
ClientAttackMotion: 480
DamageMotion: 480
Ai: 04
Class: Boss
Drops:
- Item: Fei_Kanabian_Card
Rate: 1
StealProtected: true
- Id: 2564
AegisName: GEFFEN_FENRIR
Name: Fenrir
JapaneseName: Geffen Fenrir
Level: 160
Hp: 20000000
BaseExp: 323300
JobExp: 330000
# MvpExp:
Attack: 2250
Attack2: 2250
Defense: 200
MagicDefense: 70
Str: 200
Agi: 100
Vit: 200
Int: 200
Dex: 220
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Ghost
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 900
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 480
Ai: 04
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Index: 0
Rate: 5000
- Item: Old_Violet_Box
Index: 1
Rate: 100
- Item: Old_Violet_Box
Index: 2
Rate: 100
Drops:
- Item: Fenrir_Card__
Index: 0
Rate: 100
- Item: Fenrir_Card__
Index: 1
Rate: 100
- Item: Fenrir_Card__
Index: 2
Rate: 100
- Item: Fenrir_Card__
Index: 3
Rate: 100
- Item: Fenrir_Card__
Index: 4
Rate: 100
- Item: Fenrir_Card__
Index: 5
Rate: 100
- Item: Fenrir_Card_
Index: 6
Rate: 500
- Item: Fenrir_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 2565
AegisName: ALPHONSE
Name: Alphonse
Level: 150
Hp: 1000000
Attack: 500
Attack2: 500
Defense: 100
MagicDefense: 20
Str: 100
Agi: 100
Vit: 50
Int: 50
Dex: 170
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Earth
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1400
AttackMotion: 816
ClientAttackMotion: 912
DamageMotion: 396
Ai: 04
- Id: 2566
AegisName: ALPHONSE_JR
Name: Alphonse Jr
Level: 150
Hp: 100000
Attack: 250
Attack2: 200
Defense: 80
MagicDefense: 20
Str: 100
Agi: 100
Vit: 50
Int: 50
Dex: 170
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Earth
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 936
AttackMotion: 792
ClientAttackMotion: 648
DamageMotion: 432
Ai: 04
- Id: 2567
AegisName: E_GEFFEN_MAGE_3_2
Name: Geffen Bully
Level: 50
Hp: 10000
BaseExp: 212
JobExp: 227
Attack: 89
Attack2: 22
Defense: 70
MagicDefense: 7
Str: 41
Agi: 14
Vit: 15
Int: 0
Dex: 100
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 900
AttackMotion: 672
ClientAttackMotion: 480
DamageMotion: 480
Ai: 04
- Id: 2568
AegisName: E_GEFFEN_MAGE_3_3
Name: Geffen Gang Member
Level: 50
Hp: 10000
BaseExp: 212
JobExp: 227
Attack: 89
Attack2: 22
Defense: 70
MagicDefense: 7
Str: 41
Agi: 14
Vit: 15
Int: 0
Dex: 100
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 950
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 480
Ai: 04
- Id: 2569
AegisName: G_ANOPHELES
Name: Anopheles
Level: 95
Hp: 6617
Attack: 366
Attack2: 18
Defense: 7
MagicDefense: 10
Str: 64
Agi: 60
Vit: 42
Int: 58
Dex: 106
Luk: 42
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 3
WalkSpeed: 170
AttackDelay: 1084
AttackMotion: 2304
ClientAttackMotion: 420
DamageMotion: 576
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 2570
AegisName: G_BREEZE
Name: Breeze
Level: 92
Hp: 7073
Attack: 379
Attack2: 52
Defense: 83
MagicDefense: 32
Str: 75
Agi: 101
Vit: 46
Int: 35
Dex: 79
Luk: 55
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Wind
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 140
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 504
Ai: 04
Modes:
FixedItemDrop: true
- Id: 2571
AegisName: G_BUTOIJO
Name: Butoijo
Level: 88
Hp: 5381
Attack: 379
Attack2: 102
Defense: 77
MagicDefense: 12
Str: 66
Agi: 65
Vit: 30
Int: 30
Dex: 106
Luk: 44
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Fire
ElementLevel: 2
WalkSpeed: 170
AttackDelay: 576
AttackMotion: 768
ClientAttackMotion: 336
DamageMotion: 432
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 2572
AegisName: G_CARAMEL
Name: Caramel
Level: 25
Hp: 319
Attack: 21
Attack2: 9
Defense: 39
Str: 19
Agi: 10
Vit: 15
Int: 10
Dex: 32
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1604
AttackMotion: 840
ClientAttackMotion: 216
DamageMotion: 756
Ai: 04
Modes:
FixedItemDrop: true
- Id: 2573
AegisName: G_CHONCHON
Name: Chonchon
Level: 5
Hp: 48
Attack: 1
Attack2: 3
Defense: 27
Str: 13
Agi: 4
Vit: 4
Int: 0
Dex: 8
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1076
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 480
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 2574
AegisName: G_CIVIL_SERVANT
Name: Civil Servant
Level: 89
Hp: 5465
Attack: 353
Attack2: 61
Defense: 90
MagicDefense: 56
Str: 67
Agi: 76
Vit: 40
Int: 65
Dex: 74
Luk: 30
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Wind
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1257
AttackMotion: 528
ClientAttackMotion: 864
DamageMotion: 432
Ai: 04
Modes:
FixedItemDrop: true
- Id: 2575
AegisName: G_COCO
Name: Coco
Level: 38
Hp: 694
Attack: 55
Attack2: 11
Defense: 37
Str: 22
Agi: 13
Vit: 30
Int: 20
Dex: 38
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1864
AttackMotion: 864
ClientAttackMotion: 504
DamageMotion: 1008
Ai: 04
Modes:
FixedItemDrop: true
- Id: 2576
AegisName: G_CREAMY
Name: Creamy
Level: 23
Hp: 247
Attack: 16
Attack2: 1
Defense: 28
MagicDefense: 20
Str: 16
Int: 0
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1136
AttackMotion: 720
ClientAttackMotion: 432
DamageMotion: 840
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 2577
AegisName: G_FABRE
Name: Fabre
Level: 6
Hp: 59
Attack: 1
Attack2: 3
Defense: 24
Str: 12
Agi: 5
Vit: 5
Int: 5
Dex: 12
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 1672
AttackMotion: 672
ClientAttackMotion: 192
DamageMotion: 480
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 2578
AegisName: G_HORN
Name: Horn
Level: 32
Hp: 564
Attack: 40
Attack2: 11
Defense: 52
MagicDefense: 8
Str: 10
Agi: 12
Vit: 36
Int: 25
Dex: 21
Luk: 35
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1528
AttackMotion: 528
ClientAttackMotion: 336
DamageMotion: 288
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 2579
AegisName: G_HYLOZOIST
Name: Hylozoist
Level: 102
Hp: 11280
Attack: 393
Attack2: 81
Defense: 101
MagicDefense: 68
Str: 97
Agi: 67
Vit: 72
Int: 88
Dex: 83
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 155
AttackDelay: 741
AttackMotion: 1536
ClientAttackMotion: 540
DamageMotion: 480
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 2580
AegisName: G_KAHO
Name: Kaho
Level: 98
Hp: 7229
Attack: 433
Attack2: 224
Defense: 106
MagicDefense: 55
Str: 81
Agi: 61
Vit: 55
Int: 65
Dex: 79
Luk: 73
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Fire
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 1700
AttackMotion: 1000
ClientAttackMotion: 432
DamageMotion: 500
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 2581
AegisName: G_LUDE
Name: Lude
Level: 101
Hp: 11179
Attack: 424
Attack2: 78
Defense: 90
MagicDefense: 53
Str: 97
Agi: 38
Vit: 55
Int: 82
Dex: 83
Luk: 55
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 890
AttackMotion: 960
ClientAttackMotion: 288
DamageMotion: 480
Ai: 04
Modes:
FixedItemDrop: true
- Id: 2582
AegisName: G_LUNATIC
Name: Lunatic
Level: 3
Hp: 48
Attack: 1
Attack2: 1
Defense: 18
Str: 10
Agi: 3
Vit: 3
Int: 0
Dex: 8
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Neutral
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1456
AttackMotion: 456
ClientAttackMotion: 264
DamageMotion: 336
Ai: 04
Modes:
FixedItemDrop: true
- Id: 2583
AegisName: G_MARTIN
Name: Martin
Level: 39
Hp: 769
Attack: 61
Attack2: 18
Defense: 58
MagicDefense: 19
Str: 25
Agi: 29
Vit: 28
Int: 15
Dex: 30
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 1480
AttackMotion: 480
ClientAttackMotion: 192
DamageMotion: 480
Ai: 04
Modes:
FixedItemDrop: true
- Id: 2584
AegisName: G_MINERAL
Name: Mineral
Level: 96
Hp: 7959
Attack: 374
Attack2: 57
Defense: 127
MagicDefense: 23
Str: 70
Agi: 61
Vit: 40
Int: 50
Dex: 74
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 648
AttackMotion: 480
ClientAttackMotion: 300
DamageMotion: 360
Ai: 04
Modes:
FixedItemDrop: true
- Id: 2585
AegisName: G_MOLE
Name: Mole
Level: 85
Hp: 4390
Attack: 337
Attack2: 49
Defense: 82
MagicDefense: 16
Str: 53
Agi: 65
Vit: 31
Int: 30
Dex: 58
Luk: 31
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 1400
AttackMotion: 960
ClientAttackMotion: 240
DamageMotion: 504
Ai: 04
Modes:
FixedItemDrop: true
- Id: 2586
AegisName: G_NERAID
Name: Neraid
Level: 98
Hp: 8133
Attack: 433
Attack2: 71
Defense: 100
MagicDefense: 37
Str: 97
Agi: 45
Vit: 60
Int: 30
Dex: 83
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 776
AttackMotion: 576
ClientAttackMotion: 384
DamageMotion: 288
Ai: 04
Modes:
FixedItemDrop: true
- Id: 2587
AegisName: G_OBSIDIAN
Name: Obsidian
Level: 97
Hp: 8492
Attack: 445
Attack2: 80
Defense: 129
MagicDefense: 37
Str: 84
Agi: 38
Vit: 40
Int: 60
Dex: 64
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Earth
ElementLevel: 2
WalkSpeed: 350
AttackDelay: 720
AttackMotion: 864
ClientAttackMotion: 624
DamageMotion: 504
Ai: 04
Modes:
FixedItemDrop: true
- Id: 2588
AegisName: G_PITMAN
Name: Pitman
Level: 90
Hp: 6717
Attack: 451
Attack2: 60
Defense: 104
MagicDefense: 48
Str: 78
Agi: 56
Vit: 45
Int: 35
Dex: 60
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Undead
Element: Earth
ElementLevel: 2
WalkSpeed: 180
AttackDelay: 960
AttackMotion: 336
ClientAttackMotion: 240
DamageMotion: 300
Ai: 04
Modes:
FixedItemDrop: true
- Id: 2589
AegisName: G_POPORING
Name: Poporing
Level: 30
Hp: 489
Attack: 31
Attack2: 20
Defense: 36
MagicDefense: 17
Str: 17
Agi: 26
Vit: 20
Int: 18
Dex: 36
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Poison
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1672
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 04
Modes:
FixedItemDrop: true
- Id: 2590
AegisName: G_ROCKER
Name: Rocker
Level: 15
Hp: 155
Attack: 6
Attack2: 5
Defense: 16
MagicDefense: 3
Str: 12
Agi: 18
Vit: 8
Int: 10
Dex: 17
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1864
AttackMotion: 864
ClientAttackMotion: 768
DamageMotion: 540
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 2591
AegisName: G_SAVAGE
Name: Savage
Level: 59
Hp: 2158
Attack: 181
Attack2: 23
Defense: 126
MagicDefense: 3
Str: 56
Agi: 21
Vit: 54
Int: 10
Dex: 52
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1960
AttackMotion: 960
ClientAttackMotion: 192
DamageMotion: 384
Ai: 04
Modes:
FixedItemDrop: true
- Id: 2592
AegisName: G_SIORAVA
Name: Siorava
Level: 87
Hp: 5577
Attack: 237
Attack2: 210
Defense: 20
MagicDefense: 40
Str: 10
Agi: 40
Vit: 66
Int: 70
Dex: 67
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Water
ElementLevel: 1
WalkSpeed: 250
AttackDelay: 1536
AttackMotion: 1296
ClientAttackMotion: 240
DamageMotion: 576
Ai: 04
Modes:
FixedItemDrop: true
- Id: 2593
AegisName: G_SIROMA
Name: Siroma
Level: 98
Hp: 9940
Attack: 304
Attack2: 100
Defense: 64
MagicDefense: 38
Str: 83
Agi: 43
Vit: 50
Int: 70
Dex: 96
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Water
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 432
AttackMotion: 648
ClientAttackMotion: 432
DamageMotion: 240
Ai: 04
Modes:
FixedItemDrop: true
- Id: 2594
AegisName: G_SNOWIER
Name: Snowier
Level: 103
Hp: 14227
Attack: 460
Attack2: 82
Defense: 121
MagicDefense: 47
Str: 91
Agi: 61
Vit: 67
Int: 45
Dex: 83
Luk: 55
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Water
ElementLevel: 2
WalkSpeed: 220
AttackDelay: 936
AttackMotion: 1020
ClientAttackMotion: 660
DamageMotion: 420
Ai: 04
Modes:
FixedItemDrop: true
- Id: 2595
AegisName: G_STAINER
Name: Stainer
Level: 21
Hp: 212
Attack: 12
Attack2: 9
Defense: 22
MagicDefense: 25
Str: 10
Agi: 10
Vit: 24
Int: 0
Dex: 39
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1688
AttackMotion: 1188
ClientAttackMotion: 720
DamageMotion: 612
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 2596
AegisName: G_STAPO
Name: Stapo
Level: 95
Hp: 6984
Attack: 426
Attack2: 51
Defense: 129
MagicDefense: 36
Str: 20
Agi: 46
Vit: 25
Int: 35
Dex: 64
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Earth
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 936
AttackMotion: 792
ClientAttackMotion: 648
DamageMotion: 432
Ai: 04
Modes:
FixedItemDrop: true
- Id: 2597
AegisName: G_STEEL_CHONCHON
Name: Steel Chonchon
Level: 48
Hp: 985
Attack: 84
Attack2: 35
Defense: 57
MagicDefense: 20
Str: 30
Agi: 62
Vit: 20
Int: 10
Dex: 56
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1076
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 480
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 2598
AegisName: G_UNGOLIANT
Name: Ungoliant
Level: 94
Hp: 27070
Attack: 1296
Attack2: 144
Defense: 108
MagicDefense: 28
Str: 71
Agi: 70
Vit: 58
Int: 43
Dex: 110
Luk: 38
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
Element: Poison
ElementLevel: 2
WalkSpeed: 350
AttackDelay: 420
AttackMotion: 576
ClientAttackMotion: 240
DamageMotion: 420
Ai: 04
Modes:
Detector: true
FixedItemDrop: true
- Id: 2599
AegisName: G_WILD_RIDER
Name: Wild Rider
Level: 95
Hp: 33300
Sp: 0
Attack: 1320
Attack2: 330
Defense: 480
MagicDefense: 22
Str: 89
Agi: 124
Vit: 89
Int: 56
Dex: 112
Luk: 56
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 120
AttackDelay: 432
AttackMotion: 792
ClientAttackMotion: 648
DamageMotion: 360
Ai: 04
Class: Boss
Modes:
FixedItemDrop: true
- Id: 2600
AegisName: G_WOLF
Name: Wolf
Level: 45
Hp: 1091
Attack: 89
Attack2: 11
Defense: 55
MagicDefense: 3
Str: 27
Agi: 24
Vit: 30
Int: 15
Dex: 33
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1054
AttackMotion: 504
ClientAttackMotion: 216
DamageMotion: 432
Ai: 04
Modes:
FixedItemDrop: true
- Id: 2601
AegisName: G_YOYO
Name: Yoyo
Level: 38
Hp: 694
Attack: 55
Attack2: 11
Defense: 40
Str: 20
Agi: 11
Vit: 34
Int: 20
Dex: 19
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1054
AttackMotion: 54
ClientAttackMotion: 360
DamageMotion: 384
Ai: 04
Modes:
FixedItemDrop: true
- Id: 2602
AegisName: G_ZIPPER_BEAR
Name: Zipper Bear
Level: 90
Hp: 6425
Attack: 325
Attack2: 57
Defense: 130
MagicDefense: 40
Str: 68
Agi: 51
Vit: 50
Int: 35
Dex: 70
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Dark
ElementLevel: 1
WalkSpeed: 155
AttackDelay: 780
AttackMotion: 1008
ClientAttackMotion: 288
DamageMotion: 420
Ai: 04
Modes:
FixedItemDrop: true
- Id: 2603
AegisName: C1_ZOMBIE_SLAUGHTER
Name: Swift Zombie Slaughter
Level: 124
Hp: 174905
BaseExp: 17150
JobExp: 42615
Attack: 1172
Attack2: 117
Defense: 100
MagicDefense: 45
Str: 117
Agi: 58
Vit: 82
Int: 13
Dex: 136
Luk: 21
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 676
AttackMotion: 648
ClientAttackMotion: 432
DamageMotion: 432
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Clattering_Skull
Rate: 7500
- Item: Platinum_Shotel
Rate: 25
- Item: Mementos
Rate: 3750
- Item: Broken_Farming_Utensil
Rate: 7500
- Item: Sticky_Mucus
Rate: 7500
- Item: Carnium
Rate: 5
- Item: Sabah_Ring
Rate: 25
- Item: Zombie_Slaughter_Card
Rate: 5
StealProtected: true
- Id: 2604
AegisName: C2_ZOMBIE_PRISONER
Name: Solid Zombie Prisoner
Level: 89
Hp: 69020
BaseExp: 5970
JobExp: 14505
Attack: 423
Attack2: 60
Defense: 89
MagicDefense: 28
Str: 87
Agi: 39
Vit: 58
Int: 5
Dex: 82
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 3
WalkSpeed: 420
AttackDelay: 1768
AttackMotion: 500
ClientAttackMotion: 480
DamageMotion: 192
Ai: 13
# Class: 6 # TODO
Drops:
- Item: Worn_Out_Prison_Uniform
Rate: 8750
- Item: Spoon_Stub
Rate: 265
- Item: Iron_Cane
Rate: 5
- Item: Red_Gemstone
Rate: 1500
- Item: Rotten_Bandage
Rate: 8750
- Item: Cuffs
Rate: 100
- Item: Elunium
Rate: 280
- Item: Zombie_Prisoner_Card
Rate: 5
StealProtected: true
- Id: 2605
AegisName: C3_ZOMBIE_MASTER
Name: Zombie Master Ringleader
Level: 119
Hp: 126485
Sp: 0
BaseExp: 14455
JobExp: 35850
Attack: 1029
Attack2: 151
Defense: 78
MagicDefense: 46
Str: 55
Agi: 60
Vit: 48
Int: 49
Dex: 86
Luk: 48
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 175
AttackDelay: 2612
AttackMotion: 912
ClientAttackMotion: 816
DamageMotion: 288
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Tatters_Clothes
Index: 0
Rate: 10000
- Item: Sticky_Mucus
Index: 1
Rate: 3750
- Item: Horrendous_Mouth
Index: 2
Rate: 3750
- Item: Cardinal_Jewel
Index: 3
Rate: 500
- Item: White_Jewel
Index: 4
Rate: 250
- Item: Sg_Violet_Potion_Box
Index: 5
Rate: 25
- Item: Tatters_Clothes
Index: 6
Rate: 5
- Item: Zombie_Master_Card
Index: 7
Rate: 5
StealProtected: true
- Id: 2606
AegisName: C4_ZOMBIE
Name: Furious Zombie
Level: 17
Hp: 1020
BaseExp: 945
JobExp: 1680
Attack: 9
Attack2: 12
Defense: 20
MagicDefense: 3
Str: 15
Agi: 10
Vit: 17
Int: 0
Dex: 15
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 500
AttackMotion: 912
ClientAttackMotion: 816
DamageMotion: 288
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Decayed_Nail
Rate: 10000
- Item: Cardinal_Jewel_
Rate: 30
- Item: Sticky_Mucus
Rate: 5000
- Item: Horrendous_Mouth
Rate: 250
- Item: White_Jewel
Rate: 350
- Item: Wing_Of_Fly
Rate: 2500
- Item: Zombie_Card
Rate: 50
StealProtected: true
- Id: 2607
AegisName: C5_ZAKUDAM
Name: Elusive Zakudam
Level: 115
Hp: 100750
Sp: 0
BaseExp: 11230
JobExp: 32250
Attack: 1010
Attack2: 130
Defense: 106
MagicDefense: 92
Str: 122
Agi: 66
Vit: 70
Int: 61
Dex: 92
Luk: 55
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Neutral
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 580
AttackMotion: 288
ClientAttackMotion: 240
DamageMotion: 360
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Screw
Rate: 10000
- Item: Steel
Rate: 1250
- Item: Oridecon
Rate: 500
- Item: Elunium
Rate: 500
- Item: Gate_Keeper
Rate: 15
- Item: Gate_KeeperDD
Rate: 15
- Item: Improved_Tights
Rate: 25
- Item: Jakudam_Card
Rate: 5
StealProtected: true
- Id: 2608
AegisName: C1_YOYO
Name: Swift Yoyo
Level: 38
Hp: 3470
BaseExp: 1500
JobExp: 3555
Attack: 66
Attack2: 11
Defense: 40
Str: 20
Agi: 11
Vit: 34
Int: 20
Dex: 19
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1054
AttackMotion: 54
ClientAttackMotion: 360
DamageMotion: 384
Ai: 07
# Class: 6 # TODO
Drops:
- Item: Yoyo_Tail
Rate: 10000
- Item: Banana
Rate: 3750
- Item: Wing_Of_Fly
Rate: 2500
- Item: Cacao
Rate: 2250
- Item: Monkey_Doll
Rate: 25
- Item: Oridecon_Stone
Rate: 60
- Item: Strawberry
Rate: 2500
- Item: Yoyo_Card
Rate: 5
StealProtected: true
- Id: 2609
AegisName: C2_YOYO
Name: Solid Yoyo
Level: 38
Hp: 6940
BaseExp: 1500
JobExp: 3555
Attack: 66
Attack2: 11
Defense: 40
Str: 20
Agi: 11
Vit: 34
Int: 20
Dex: 19
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 240
AttackDelay: 1054
AttackMotion: 54
ClientAttackMotion: 360
DamageMotion: 384
Ai: 07
# Class: 6 # TODO
Drops:
- Item: Yoyo_Tail
Rate: 10000
- Item: Banana
Rate: 3750
- Item: Wing_Of_Fly
Rate: 2500
- Item: Cacao
Rate: 2250
- Item: Monkey_Doll
Rate: 25
- Item: Oridecon_Stone
Rate: 60
- Item: Strawberry
Rate: 2500
- Item: Yoyo_Card
Rate: 5
StealProtected: true
- Id: 2610
AegisName: C3_WORM_TAIL
Name: Wormtail Ringleader
Level: 17
Hp: 930
BaseExp: 900
JobExp: 1800
Attack: 9
Attack2: 5
Defense: 16
Str: 10
Agi: 6
Vit: 14
Int: 5
Dex: 12
Luk: 35
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1048
AttackMotion: 48
ClientAttackMotion: 288
DamageMotion: 192
Ai: 17
# Class: 6 # TODO
Drops:
- Item: Yellow_Live
Rate: 150
- Item: Emveretarcon
Rate: 65
- Item: Pointed_Scale
Rate: 10000
- Item: Pike_
Rate: 75
# RandomOptionGroup: 30L
- Item: Yellow_Herb
Rate: 175
- Item: Wing_Of_Fly
Rate: 2500
- Item: Green_Lace
Rate: 250
- Item: Worm_Tail_Card
Rate: 5
StealProtected: true
- Id: 2611
AegisName: C4_WOOTAN_FIGHTER
Name: Furious Wootan Fighter
Level: 67
Hp: 10600
BaseExp: 3190
JobExp: 8730
Attack: 231
Attack2: 36
Defense: 103
MagicDefense: 8
Str: 63
Agi: 18
Vit: 36
Int: 5
Dex: 62
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Fire
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 500
AttackMotion: 1344
ClientAttackMotion: 420
DamageMotion: 480
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Meat
Rate: 10000
- Item: Shoulder_Protection
Rate: 10000
- Item: Waghnakh
Rate: 10
- Item: Finger_
Rate: 5
- Item: Elder_Branch
Rate: 250
- Item: Great_Leaf
Rate: 2500
- Item: Banana_Hat
Rate: 15
- Item: Wootan_Fighter_Card
Rate: 5
StealProtected: true
- Id: 2612
AegisName: C5_WOOD_GOBLIN
Name: Elusive Wood Goblin
Level: 81
Hp: 23600
BaseExp: 5005
JobExp: 13335
Attack: 415
Attack2: 15
Defense: 144
MagicDefense: 12
Str: 73
Agi: 19
Vit: 56
Int: 15
Dex: 67
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 3
WalkSpeed: 320
AttackDelay: 2304
AttackMotion: 840
ClientAttackMotion: 360
DamageMotion: 360
Ai: 01
# Class: 6 # TODO
Drops:
- Item: Iron_Wrist
Rate: 15
- Item: Solid_Twig
Rate: 10000
- Item: Log
Rate: 5000
- Item: Resin
Rate: 5000
- Item: Feather_Of_Birds
Rate: 1250
- Item: Piece_Of_Egg_Shell
Rate: 1250
- Item: Egg
Rate: 125
- Item: Wood_Goblin_Card
Rate: 5
StealProtected: true
- Id: 2613
AegisName: C1_WOLF
Name: Swift Wolf
Level: 45
Hp: 5455
BaseExp: 1845
JobExp: 4515
Attack: 106
Attack2: 11
Defense: 55
MagicDefense: 3
Str: 27
Agi: 24
Vit: 30
Int: 15
Dex: 33
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1054
AttackMotion: 504
ClientAttackMotion: 216
DamageMotion: 432
Ai: 03
# Class: 6 # TODO
Drops:
- Item: Emveretarcon
Rate: 50
- Item: Claw_Of_Wolves
Rate: 10000
- Item: Mantle_
Rate: 25
- Item: Wing_Of_Fly
Rate: 2500
- Item: Monster's_Feed
Rate: 2625
- Item: Animal's_Skin
Rate: 10000
- Item: Strawberry
Rate: 1500
- Item: Wolf_Card
Rate: 5
StealProtected: true
- Id: 2614
AegisName: C2_WIND_GHOST
Name: Solid Wind Ghost
Level: 80
Hp: 36310
BaseExp: 4345
JobExp: 12135
Attack: 337
Attack2: 95
Defense: 64
MagicDefense: 51
Str: 62
Agi: 27
Vit: 25
Int: 55
Dex: 102
Luk: 20
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Wind
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 1056
AttackMotion: 1056
ClientAttackMotion: 720
DamageMotion: 336
Ai: 21
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Zargon
Rate: 10000
- Item: Skel_Bone
Rate: 10000
- Item: Skull
Rate: 1250
- Item: Wind_Scroll_1_5
Rate: 250
- Item: Arc_Wand_
Rate: 20
- Item: Rough_Wind
Rate: 250
- Item: Bone_Wand
Rate: 5
- Item: Wind_Ghost_Card
Rate: 5
StealProtected: true
- Id: 2615
AegisName: C3_WILOW
Name: Willow Ringleader
Level: 8
Hp: 390
BaseExp: 800
JobExp: 1125
Attack: 1
Attack2: 5
Defense: 38
MagicDefense: 2
Str: 13
Agi: 3
Vit: 8
Int: 5
Dex: 12
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1672
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 432
Ai: 01
# Class: 6 # TODO
Drops:
- Item: Tree_Root
Rate: 10000
- Item: Wooden_Block
Rate: 500
- Item: Resin
Rate: 10000
- Item: Sweet_Potato
Rate: 5000
- Item: Tree_Of_Archer_3
Rate: 10000
- Item: Tree_Of_Archer_2
Rate: 10000
- Item: Tree_Of_Archer_1
Rate: 5000
- Item: Wilow_Card
Rate: 50
StealProtected: true
- Id: 2616
AegisName: C4_WILD_ROSE
Name: Furious Wild Rose
Level: 70
Hp: 10800
BaseExp: 3385
JobExp: 9315
Attack: 228
Attack2: 45
Defense: 75
MagicDefense: 15
Str: 44
Agi: 113
Vit: 31
Int: 35
Dex: 69
Luk: 80
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Wind
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 500
AttackMotion: 864
ClientAttackMotion: 840
DamageMotion: 288
Ai: 02
# Class: 6 # TODO
Drops:
- Item: Cyfar
Rate: 10000
- Item: Witherless_Rose
Rate: 125
- Item: Fruit_Shell
Rate: 300
- Item: Thief_Clothes_
Rate: 5
- Item: Rotten_Fish
Rate: 90
- Item: Monster's_Feed
Rate: 1500
- Item: Big_Sis'_Ribbon
Rate: 5
- Item: Wild_Rose_Card
Rate: 5
StealProtected: true
- Id: 2617
AegisName: C5_WICKED_NYMPH
Name: Elusive Evil Nymph
Level: 97
Hp: 49160
BaseExp: 6650
JobExp: 18885
Attack: 458
Attack2: 128
Defense: 46
MagicDefense: 45
Str: 84
Agi: 46
Vit: 45
Int: 70
Dex: 92
Luk: 60
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 637
AttackMotion: 1008
ClientAttackMotion: 576
DamageMotion: 360
Ai: 21
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Limpid_Celestial_Robe
Rate: 9945
- Item: Soft_Silk_Cloth
Rate: 3450
- Item: Oridecon
Rate: 25
- Item: Scarlet_Viollin
Rate: 250
RandomOptionGroup: Group_5
- Item: Scarlet_Wire
Rate: 250
RandomOptionGroup: Group_5
- Item: Holy_Scroll_1_5
Rate: 250
- Item: Oriental_Lute
Rate: 25
- Item: Wicked_Nymph_Card
Rate: 5
StealProtected: true
- Id: 2618
AegisName: C2_WHISPER
Name: Solid Whisper
Level: 46
Hp: 7960
BaseExp: 1625
JobExp: 4920
Attack: 92
Attack2: 55
Defense: 20
MagicDefense: 40
Str: 32
Agi: 48
Vit: 20
Int: 35
Dex: 52
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Ghost
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 1960
AttackMotion: 960
ClientAttackMotion: 720
DamageMotion: 504
Ai: 19
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Sparkling_Dust
Rate: 375
- Item: Transparent_Cloth
Rate: 10000
- Item: Spirit_Chain
Rate: 5
- Item: Silver_Robe_
Rate: 25
- Item: Wing_Of_Fly
Rate: 2500
- Item: Whisper_Card
Rate: 5
StealProtected: true
- Id: 2619
AegisName: C3_WEAK_SKELETON
Name: Weak Skeleton Ringleader
Level: 18
Hp: 1115
BaseExp: 960
JobExp: 1755
Attack: 10
Attack2: 8
Defense: 12
MagicDefense: 2
Str: 15
Agi: 5
Vit: 10
Int: 0
Dex: 12
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 2228
AttackMotion: 528
ClientAttackMotion: 336
DamageMotion: 576
Ai: 01
# Class: 6 # TODO
Drops:
- Item: Phracon
Rate: 225
- Item: Skel_Bone
Rate: 4000
- Item: Mace_
Rate: 200
# RandomOptionGroup: 30L
- Item: Jellopy
Rate: 7500
- Item: Red_Herb
Rate: 2500
- Item: Skul_Ring
Rate: 75
- Id: 2620
AegisName: C4_WANDER_MAN
Name: Furious Wanderer
Level: 120
Hp: 104030
BaseExp: 13260
JobExp: 38160
Attack: 1057
Attack2: 105
Defense: 64
MagicDefense: 5
Str: 118
Agi: 119
Vit: 36
Int: 15
Dex: 169
Luk: 33
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Wind
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 500
AttackMotion: 500
ClientAttackMotion: 672
DamageMotion: 192
Ai: 21
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Skull
Rate: 10000
- Item: Old_Card_Album
Rate: 5
- Item: Hakujin_
Rate: 15
- Item: Centimental_Leaf
Rate: 15
- Item: Oridecon
Rate: 545
- Item: Muramasa
Rate: 5
- Item: Wander_Man_Card
Rate: 5
StealProtected: true
- Id: 2621
AegisName: C5_VIOLY
Name: Elusive Violy
Level: 118
Hp: 114400
BaseExp: 13030
JobExp: 37470
Attack: 1002
Attack2: 120
Defense: 74
MagicDefense: 36
Str: 90
Agi: 86
Vit: 38
Int: 76
Dex: 126
Luk: 63
AttackRange: 10
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 170
AttackDelay: 1356
AttackMotion: 1056
ClientAttackMotion: 240
DamageMotion: 540
Ai: 05
# Class: 6 # TODO
Drops:
- Item: Golden_Hair
Rate: 10000
- Item: High_end_Cooking_Kits
Rate: 125
- Item: Stuffed_Doll
Rate: 3000
- Item: Base_Guitar
Rate: 125
- Item: Royal_Jelly
Rate: 3500
- Item: Water_Of_Darkness
Rate: 2500
- Item: Scarlet_Viollin
Rate: 250
RandomOptionGroup: Group_5
- Item: Violy_Card
Rate: 5
StealProtected: true
- Id: 2622
AegisName: C1_VIOLY
Name: Swift Violy
Level: 118
Hp: 114400
BaseExp: 13030
JobExp: 37470
Attack: 1002
Attack2: 120
Defense: 74
MagicDefense: 36
Str: 90
Agi: 86
Vit: 38
Int: 76
Dex: 126
Luk: 63
AttackRange: 10
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 127
AttackDelay: 1356
AttackMotion: 1056
ClientAttackMotion: 240
DamageMotion: 540
Ai: 05
# Class: 6 # TODO
Drops:
- Item: Golden_Hair
Rate: 10000
- Item: High_end_Cooking_Kits
Rate: 125
- Item: Stuffed_Doll
Rate: 3000
- Item: Base_Guitar
Rate: 125
- Item: Royal_Jelly
Rate: 3500
- Item: Water_Of_Darkness
Rate: 2500
- Item: Scarlet_Viollin
Rate: 250
RandomOptionGroup: Group_5
- Item: Violy_Card
Rate: 5
StealProtected: true
- Id: 2623
AegisName: C2_VIOLY
Name: Solid Violy
Level: 118
Hp: 228800
BaseExp: 13030
JobExp: 37470
Attack: 1002
Attack2: 120
Defense: 74
MagicDefense: 36
Str: 90
Agi: 86
Vit: 38
Int: 76
Dex: 126
Luk: 63
AttackRange: 10
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 204
AttackDelay: 1356
AttackMotion: 1056
ClientAttackMotion: 240
DamageMotion: 540
Ai: 05
# Class: 6 # TODO
Drops:
- Item: Golden_Hair
Rate: 10000
- Item: High_end_Cooking_Kits
Rate: 125
- Item: Stuffed_Doll
Rate: 3000
- Item: Base_Guitar
Rate: 125
- Item: Royal_Jelly
Rate: 3500
- Item: Water_Of_Darkness
Rate: 2500
- Item: Scarlet_Viollin
Rate: 250
RandomOptionGroup: Group_5
- Item: Violy_Card
Rate: 5
StealProtected: true
- Id: 2624
AegisName: C3_VENOMOUS
Name: Venomous Ringleader
Level: 87
Hp: 27885
BaseExp: 5260
JobExp: 14805
Attack: 404
Attack2: 50
Defense: 104
MagicDefense: 65
Str: 61
Agi: 28
Vit: 60
Int: 55
Dex: 54
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Poison
ElementLevel: 1
WalkSpeed: 350
AttackDelay: 768
AttackMotion: 1440
ClientAttackMotion: 528
DamageMotion: 672
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Air_Pollutant
Rate: 10000
- Item: Spawns
Rate: 7500
- Item: Poison_Powder
Rate: 2500
- Item: Poisonous_Gas
Rate: 5000
- Item: Explosive_Powder
Rate: 750
- Item: Tear_Gas
Rate: 1500
- Item: Old_Blue_Box
Rate: 5
- Item: Venomous_Card
Rate: 5
StealProtected: true
- Id: 2625
AegisName: C4_VENATU_1
Name: Furious Venatu
Level: 113
Hp: 90460
BaseExp: 11010
JobExp: 31590
Attack: 866
Attack2: 85
Defense: 95
MagicDefense: 20
Str: 109
Agi: 70
Vit: 60
Int: 50
Dex: 84
Luk: 30
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 500
AttackMotion: 1020
ClientAttackMotion: 600
DamageMotion: 360
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Screw
Rate: 5000
- Item: Piece_Of_Crest1
Rate: 875
- Item: Oil_Bottle
Rate: 250
- Item: Mystery_Piece
Rate: 750
- Item: Drifter
Rate: 15
- Item: Elunium
Rate: 25
- Item: High_end_Cooking_Kits
Rate: 250
- Item: Venatu_Card
Rate: 5
StealProtected: true
- Id: 2626
AegisName: C5_VAVAYAGA
Name: Elusive Vavayaga
Level: 87
Hp: 30670
BaseExp: 5260
JobExp: 14805
Attack: 324
Attack2: 71
Defense: 63
MagicDefense: 60
Str: 69
Agi: 45
Vit: 30
Int: 60
Dex: 61
Luk: 35
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Water
ElementLevel: 1
WalkSpeed: 270
AttackDelay: 1536
AttackMotion: 600
ClientAttackMotion: 420
DamageMotion: 420
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Old_Magic_Circle
Rate: 2500
- Item: Yaga_Pestle
Rate: 10000
- Item: Release_Of_Wish
Rate: 25
- Item: Pill
Rate: 375
- Item: Piece_Of_Cake
Rate: 3750
- Item: Milk
Rate: 3750
- Item: Bread
Rate: 3750
- Item: Vavayaga_Card
Rate: 5
StealProtected: true
- Id: 2627
AegisName: C1_VANBERK
Name: Swift Vanberk
Level: 123
Hp: 145140
BaseExp: 15475
JobExp: 44580
Attack: 1143
Attack2: 141
Defense: 100
MagicDefense: 6
Str: 109
Agi: 70
Vit: 55
Int: 60
Dex: 122
Luk: 54
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Rachel_Sanctuary: true
Element: Neutral
ElementLevel: 4
WalkSpeed: 187
AttackDelay: 768
AttackMotion: 360
ClientAttackMotion: 300
DamageMotion: 360
Ai: 04
# Class: 6 # TODO
Drops:
- Item: White_Mask
Index: 0
Rate: 6250
- Item: Royal_Jelly
Index: 1
Rate: 25
- Item: Bloody_Rune
Index: 2
Rate: 2500
- Item: Beret
Index: 3
Rate: 65
- Item: Scalpel
Index: 4
Rate: 15
- Item: Bloody_Rune
Index: 5
Rate: 250
- Item: Ur_Seal
Index: 6
Rate: 25
- Item: Vanberk_Card
Index: 7
Rate: 5
StealProtected: true
- Id: 2628
AegisName: C2_VADON
Name: Solid Vadon
Level: 45
Hp: 10910
BaseExp: 1760
JobExp: 4515
Attack: 68
Attack2: 25
Defense: 54
MagicDefense: 21
Str: 35
Agi: 21
Vit: 28
Int: 20
Dex: 33
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Fish
Element: Water
ElementLevel: 1
WalkSpeed: 360
AttackDelay: 1632
AttackMotion: 432
ClientAttackMotion: 420
DamageMotion: 540
Ai: 17
# Class: 6 # TODO
Drops:
- Item: Crystal_Blue
Rate: 100
- Item: Nipper
Rate: 10000
- Item: Garlet
Rate: 7500
- Item: Padded_Armor_
Rate: 15
- Item: Solid_Shell
Rate: 250
- Item: Elunium_Stone
Rate: 100
- Item: Wing_Of_Fly
Rate: 2500
- Item: Vadon_Card
Rate: 5
StealProtected: true
- Id: 2629
AegisName: C3_UNGOLIANT
Name: Ungoliant Ringleader
Level: 94
Hp: 135350
BaseExp: 20500
JobExp: 36840
Attack: 1555
Attack2: 144
Defense: 108
MagicDefense: 28
Str: 71
Agi: 70
Vit: 58
Int: 43
Dex: 110
Luk: 38
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
Element: Poison
ElementLevel: 2
WalkSpeed: 350
AttackDelay: 420
AttackMotion: 576
ClientAttackMotion: 240
DamageMotion: 420
Ai: 21
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Long_Limb
Rate: 10000
- Item: Jaws_Of_Ant
Rate: 8750
- Item: Colorful_Shell
Rate: 2500
- Item: Olivine
Rate: 3750
- Item: Fluorescent_Liquid
Rate: 6250
- Item: Dark_Red_Jewel
Rate: 3750
- Item: Boots_
Rate: 1250
- Item: Ungoliant_Card
Rate: 5
StealProtected: true
- Id: 2630
AegisName: C4_TOUCAN
Name: Furious Toucan
Level: 70
Hp: 12820
BaseExp: 3385
JobExp: 9315
Attack: 253
Attack2: 35
Defense: 12
MagicDefense: 12
Str: 54
Agi: 18
Vit: 40
Int: 35
Dex: 48
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Wind
ElementLevel: 2
WalkSpeed: 155
AttackDelay: 500
AttackMotion: 1440
ClientAttackMotion: 300
DamageMotion: 960
Ai: 03
# Class: 6 # TODO
Drops:
- Item: Talon
Rate: 7500
- Item: Cyfar
Rate: 2500
- Item: Blue_Herb
Rate: 125
- Item: Yellow_Herb
Rate: 250
- Item: Flower_Ring
Rate: 500
- Item: Toucan_Card
Rate: 5
StealProtected: true
- Id: 2631
AegisName: C5_TIYANAK
Name: Elusive Tiyanak
Level: 105
Hp: 57945
BaseExp: 8125
JobExp: 23205
Attack: 529
Attack2: 251
Defense: 76
MagicDefense: 21
Str: 41
Agi: 58
Vit: 41
Int: 51
Dex: 72
Luk: 47
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 496
AttackMotion: 504
ClientAttackMotion: 360
DamageMotion: 360
Ai: 04
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Silver_Bracelet
Rate: 7500
- Item: Mysterious_Flower
Rate: 5000
- Item: Sticky_Mucus
Rate: 5000
- Id: 2632
AegisName: C2_THIEF_BUG
Name: Solid Thief Bug
Level: 21
Hp: 2380
BaseExp: 940
JobExp: 2100
Attack: 14
Attack2: 5
Defense: 24
MagicDefense: 3
Str: 19
Agi: 7
Vit: 10
Int: 0
Dex: 12
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Neutral
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 720
DamageMotion: 768
Ai: 02
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Worm_Peelings
Rate: 10000
- Item: Leather_Jacket_
Rate: 200
# RandomOptionGroup: 30L
- Item: Red_Herb
Rate: 875
- Item: Jellopy
Rate: 5000
- Item: Leather_Jacket
Rate: 300
# RandomOptionGroup: 30L
- Item: Iron_Ore
Rate: 625
- Item: Wing_Of_Fly
Rate: 2500
- Item: Thief_Bug_Card
Rate: 100
StealProtected: true
- Id: 2633
AegisName: C3_THIEF_BUG
Name: Thief Bug Ringleader
Level: 21
Hp: 1190
BaseExp: 940
JobExp: 2100
Attack: 14
Attack2: 5
Defense: 24
MagicDefense: 3
Str: 19
Agi: 7
Vit: 10
Int: 0
Dex: 12
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Neutral
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 720
DamageMotion: 768
Ai: 02
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Worm_Peelings
Rate: 10000
- Item: Leather_Jacket_
Rate: 200
# RandomOptionGroup: 30L
- Item: Red_Herb
Rate: 875
- Item: Jellopy
Rate: 5000
- Item: Leather_Jacket
Rate: 300
# RandomOptionGroup: 30L
- Item: Iron_Ore
Rate: 625
- Item: Wing_Of_Fly
Rate: 2500
- Item: Thief_Bug_Card
Rate: 100
StealProtected: true
- Id: 2634
AegisName: C4_THIEF_BUG
Name: Furious Thief Bug
Level: 21
Hp: 1190
BaseExp: 940
JobExp: 2100
Attack: 14
Attack2: 5
Defense: 24
MagicDefense: 3
Str: 19
Agi: 9
Vit: 10
Int: 0
Dex: 12
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Neutral
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 500
AttackMotion: 288
ClientAttackMotion: 720
DamageMotion: 768
Ai: 02
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Worm_Peelings
Rate: 10000
- Item: Leather_Jacket_
Rate: 200
# RandomOptionGroup: 30L
- Item: Red_Herb
Rate: 875
- Item: Jellopy
Rate: 5000
- Item: Leather_Jacket
Rate: 300
# RandomOptionGroup: 30L
- Item: Iron_Ore
Rate: 625
- Item: Wing_Of_Fly
Rate: 2500
- Item: Thief_Bug_Card
Rate: 100
StealProtected: true
- Id: 2635
AegisName: C5_THARA_FROG
Name: Elusive Thara Frog
Level: 40
Hp: 4875
BaseExp: 1500
JobExp: 3765
Attack: 58
Attack2: 30
Defense: 37
MagicDefense: 17
Str: 25
Agi: 10
Vit: 10
Int: 18
Dex: 30
Luk: 2
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 2016
AttackMotion: 816
ClientAttackMotion: 336
DamageMotion: 288
Ai: 01
# Class: 6 # TODO
Drops:
- Item: Emveretarcon
Rate: 115
- Item: Spawn
Rate: 10000
- Item: Scell
Rate: 1500
- Item: White_Herb
Rate: 75
- Item: Red_Jewel
Rate: 15
- Item: Sticky_Webfoot
Rate: 5000
- Item: Wing_Of_Fly
Rate: 2500
- Item: Thara_Frog_Card
Rate: 5
StealProtected: true
- Id: 2636
AegisName: C1_TEDDY_BEAR
Name: Swift Teddy Bear
Level: 91
Hp: 31420
BaseExp: 6100
JobExp: 17235
Attack: 399
Attack2: 62
Defense: 106
MagicDefense: 39
Str: 57
Agi: 81
Vit: 66
Int: 20
Dex: 82
Luk: 44
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 512
AttackMotion: 780
ClientAttackMotion: 600
DamageMotion: 504
Ai: 20
# Class: 6 # TODO
Drops:
- Item: Screw
Rate: 9500
- Item: Honey
Rate: 2500
- Item: Oridecon_Hammer
Rate: 750
- Item: Gold_Lux
Rate: 15
- Item: Angry_Mouth
Rate: 125
- Item: Cursed_Lucky_Brooch
Rate: 25
- Item: Elunium
Rate: 250
- Item: Teddy_Bear_Card
Rate: 5
StealProtected: true
- Id: 2637
AegisName: C2_TATACHO
Name: Solid Tatacho
Level: 128
Hp: 369710
BaseExp: 19365
JobExp: 53220
Attack: 1419
Attack2: 72
Defense: 151
MagicDefense: 14
Str: 119
Agi: 33
Vit: 70
Int: 56
Dex: 109
Luk: 33
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 240
AttackDelay: 1000
AttackMotion: 768
ClientAttackMotion: 480
DamageMotion: 360
Ai: 07
# Class: 6 # TODO
Drops:
- Item: Lunakaligo
Rate: 50
- Item: Cello
Rate: 25
- Item: Fur
Rate: 10000
- Item: Peaked_Hat
Rate: 7500
- Item: Delicious_Fish
Rate: 7750
- Item: Bradium
Rate: 25
- Item: Starsand_Of_Witch
Rate: 6250
- Item: Tatacho_Card
Rate: 5
StealProtected: true
- Id: 2638
AegisName: C3_TAROU
Name: Tarou Ringleader
Level: 22
Hp: 1425
BaseExp: 960
JobExp: 2160
Attack: 15
Attack2: 6
Defense: 23
MagicDefense: 5
Str: 21
Agi: 6
Vit: 12
Int: 0
Dex: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Dark
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1744
AttackMotion: 1044
ClientAttackMotion: 252
DamageMotion: 684
Ai: 17
# Class: 6 # TODO
Drops:
- Item: Rat_Tail
Rate: 10000
- Item: Animal's_Skin
Rate: 7500
- Item: Feather
Rate: 2000
- Item: Monster's_Feed
Rate: 2500
- Item: Ora_Ora
Rate: 5
- Item: Wing_Of_Fly
Rate: 2500
- Item: Tarou_Card
Rate: 5
StealProtected: true
- Id: 2639
AegisName: C4_TAMRUAN
Name: Furious Tamruan
Level: 73
Hp: 18585
BaseExp: 3830
JobExp: 10590
Attack: 278
Attack2: 37
Defense: 63
MagicDefense: 30
Str: 60
Agi: 49
Vit: 40
Int: 20
Dex: 73
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 140
AttackDelay: 500
AttackMotion: 1152
ClientAttackMotion: 384
DamageMotion: 672
Ai: 13
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Sword_Accessory
Rate: 10000
- Item: Broken_Armor_Piece
Rate: 7500
- Item: Scarlet_Twohand_Sword
Rate: 250
RandomOptionGroup: Group_5
- Item: Bastard_Sword_
Rate: 20
- Item: Chain_Mail_
Rate: 10
- Item: Runstone_Mystic
Rate: 750
- Item: Tamruan_Card
Rate: 5
StealProtected: true
- Id: 2640
AegisName: C5_STING
Name: Elusive Sting
Level: 104
Hp: 63165
BaseExp: 8425
JobExp: 22905
Attack: 764
Attack2: 67
Defense: 146
MagicDefense: 34
Str: 108
Agi: 49
Vit: 68
Int: 34
Dex: 119
Luk: 24
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Earth
ElementLevel: 3
WalkSpeed: 300
AttackDelay: 528
AttackMotion: 500
ClientAttackMotion: 336
DamageMotion: 240
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Mud_Lump
Rate: 10000
- Item: Fresh_G_Necklace
Rate: 100
- Item: Glove_
Rate: 5
- Item: Coal
Rate: 325
- Item: Great_Nature
Rate: 65
- Item: Silk_Ribbon
Rate: 25
- Item: Explosive_Powder
Rate: 2000
- Item: Sting_Card
Rate: 5
StealProtected: true
- Id: 2641
AegisName: C1_STEM_WORM
Name: Swift Stem Worm
Level: 84
Hp: 20420
BaseExp: 5010
JobExp: 14055
Attack: 375
Attack2: 41
Defense: 73
MagicDefense: 50
Str: 55
Agi: 37
Vit: 25
Int: 47
Dex: 84
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Wind
ElementLevel: 1
WalkSpeed: 225
AttackDelay: 1956
AttackMotion: 756
ClientAttackMotion: 288
DamageMotion: 528
Ai: 19
# Class: 6 # TODO
Drops:
- Item: Tough_Scalelike_Stem
Rate: 10000
- Item: White_Herb
Rate: 4500
- Item: Jump_Rope
Rate: 25
- Item: Oridecon_Stone
Rate: 290
- Item: Great_Nature
Rate: 15
- Item: Scarlet_Spear
Rate: 250
RandomOptionGroup: Group_5
- Item: Seed_Of_Yggdrasil
Rate: 25
- Item: Stem_Worm_Card
Rate: 5
StealProtected: true
- Id: 2642
AegisName: C2_STEEL_CHONCHON
Name: Solid Steel Chonchon
Level: 48
Hp: 9850
BaseExp: 1895
JobExp: 4920
Attack: 100
Attack2: 35
Defense: 57
MagicDefense: 20
Str: 30
Agi: 62
Vit: 20
Int: 10
Dex: 56
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 1
WalkSpeed: 180
AttackDelay: 1076
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 480
Ai: 07
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Wind_Of_Verdure
Rate: 225
- Item: Steel
Rate: 75
- Item: Garlet
Rate: 6000
- Item: Shell
Rate: 10000
- Item: Solid_Shell
Rate: 75
- Item: Iron
Rate: 500
- Item: Wing_Of_Fly
Rate: 2500
- Item: Steel_Chonchon_Card
Rate: 5
StealProtected: true
- Id: 2643
AegisName: C3_STAPO
Name: Stapo Ringleader
Level: 95
Hp: 34920
BaseExp: 6780
JobExp: 18315
Attack: 511
Attack2: 51
Defense: 129
MagicDefense: 36
Str: 20
Agi: 46
Vit: 25
Int: 35
Dex: 64
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Earth
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 936
AttackMotion: 792
ClientAttackMotion: 648
DamageMotion: 432
Ai: 02
# Class: 6 # TODO
Drops:
- Item: Jellopy
Rate: 2500
- Item: Jubilee
Rate: 2500
- Item: Apple
Rate: 2500
- Item: Large_Jellopy
Rate: 250
- Item: Yellow_Live
Rate: 25
- Item: Seismic_Fist
Rate: 10
- Item: Pretty_G_Necklace
Rate: 100
- Item: Stapo_Card
Rate: 5
StealProtected: true
- Id: 2644
AegisName: C4_STALACTIC_GOLEM
Name: Furious Stalactic Golem
Level: 68
Hp: 14085
BaseExp: 3255
JobExp: 8925
Attack: 261
Attack2: 21
Defense: 230
MagicDefense: 5
Str: 67
Agi: 61
Vit: 48
Dex: 69
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 4
WalkSpeed: 200
AttackDelay: 500
AttackMotion: 864
ClientAttackMotion: 720
DamageMotion: 288
Ai: 17
# Class: 6 # TODO
Drops:
- Item: Mud_Lump
Rate: 5000
- Item: Brigan
Rate: 10000
- Item: Star_Crumb
Rate: 625
- Item: Great_Nature
Rate: 75
- Item: Elunium_Stone
Rate: 625
- Item: Round_Buckler
Rate: 15
- Item: Elunium
Rate: 410
- Item: Stalactic_Golem_Card
Rate: 5
StealProtected: true
- Id: 2645
AegisName: C5_STAINER
Name: Elusive Stainer
Level: 21
Hp: 1060
BaseExp: 940
JobExp: 2100
Attack: 14
Attack2: 9
Defense: 22
MagicDefense: 25
Str: 10
Agi: 10
Vit: 24
Int: 0
Dex: 39
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1688
AttackMotion: 1188
ClientAttackMotion: 720
DamageMotion: 612
Ai: 17
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Wind_Of_Verdure
Rate: 175
- Item: Emveretarcon
Rate: 75
- Item: Colorful_Shell
Rate: 10000
- Item: Garlet
Rate: 5250
- Item: Elunium_Stone
Rate: 65
- Item: Wing_Of_Fly
Rate: 2500
- Item: Iron_Ore
Rate: 750
- Item: Stainer_Card
Rate: 5
StealProtected: true
- Id: 2646
AegisName: C1_SPORE
Name: Swift Spore
Level: 18
Hp: 1115
BaseExp: 875
JobExp: 1875
Attack: 9
Attack2: 8
Defense: 12
MagicDefense: 10
Str: 15
Agi: 5
Vit: 10
Int: 0
Dex: 12
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Water
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 576
DamageMotion: 288
Ai: 01
# Class: 6 # TODO
Drops:
- Item: Mushroom_Spore
Rate: 10000
- Item: Red_Herb
Rate: 5000
- Item: Wing_Of_Fly
Rate: 2500
- Item: Spore_Doll
Rate: 50
- Item: Hat
Rate: 150
- Item: Poison_Spore
Rate: 50
- Item: Strawberry
Rate: 3000
- Item: Spore_Card
Rate: 50
StealProtected: true
- Id: 2647
AegisName: C2_SOLIDER
Name: Solid Solider
Level: 92
Hp: 74260
BaseExp: 6495
JobExp: 17505
Attack: 522
Attack2: 40
Defense: 206
MagicDefense: 58
Str: 65
Agi: 44
Vit: 60
Int: 15
Dex: 56
Luk: 20
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 1452
AttackMotion: 483
ClientAttackMotion: 1248
DamageMotion: 528
Ai: 17
# Class: 6 # TODO
Drops:
- Item: Turtle_Shell
Rate: 10000
- Item: Broken_Shell
Rate: 160
- Item: Stone_Piece
Rate: 2125
- Item: Yellow_Herb
Rate: 5250
- Item: Doram_Only_Shoes
Rate: 100
- Item: Honey
Rate: 2125
- Item: Scarlet_Mace
Rate: 250
RandomOptionGroup: Group_5
- Item: Solider_Card
Rate: 5
StealProtected: true
- Id: 2648
AegisName: C3_SOLDIER_SKELETON
Name: Soldier Skeleton Ringlea
Level: 34
Hp: 3455
BaseExp: 1420
JobExp: 2970
Attack: 51
Attack2: 14
Defense: 53
MagicDefense: 5
Str: 14
Agi: 10
Vit: 32
Int: 5
Dex: 29
Luk: 3
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 2276
AttackMotion: 576
ClientAttackMotion: 336
DamageMotion: 432
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Skel_Bone
Rate: 10000
- Item: Oridecon_Stone
Rate: 150
- Item: Dagger_
Rate: 30
- Item: Red_Herb
Rate: 1750
- Item: Wing_Of_Fly
Rate: 2500
- Item: Chain_Mail_
Rate: 5
- Item: Stiletto
Rate: 125
- Item: Soldier_Skeleton_Card
Rate: 5
StealProtected: true
- Id: 2649
AegisName: C4_SOLDIER_SKELETON
Name: Furious Soldier Skeleton
Level: 34
Hp: 3455
BaseExp: 1420
JobExp: 2970
Attack: 51
Attack2: 14
Defense: 53
MagicDefense: 5
Str: 14
Agi: 13
Vit: 32
Int: 5
Dex: 29
Luk: 3
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 500
AttackMotion: 576
ClientAttackMotion: 336
DamageMotion: 432
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Skel_Bone
Rate: 10000
- Item: Oridecon_Stone
Rate: 150
- Item: Dagger_
Rate: 30
- Item: Red_Herb
Rate: 1750
- Item: Wing_Of_Fly
Rate: 2500
- Item: Chain_Mail_
Rate: 5
- Item: Stiletto
Rate: 125
- Item: Soldier_Skeleton_Card
Rate: 5
StealProtected: true
- Id: 2650
AegisName: C5_SOLACE
Name: Elusive Lady Solace
Level: 123
Hp: 145140
BaseExp: 15475
JobExp: 44580
Attack: 1257
Attack2: 165
Defense: 96
MagicDefense: 96
Str: 106
Agi: 65
Vit: 61
Int: 42
Dex: 125
Luk: 72
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Angel
Element: Holy
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 576
AttackMotion: 420
ClientAttackMotion: 384
DamageMotion: 360
Ai: 20
# Class: 6 # TODO
Drops:
- Item: Blue_Feather
Rate: 500
- Item: Ring_
Rate: 5
- Item: Stone_Of_Intelligence_
Rate: 125
- Item: Dark_Red_Jewel
Rate: 2500
- Item: Harp_
Rate: 125
- Item: Scarlet_Viollin
Rate: 250
RandomOptionGroup: Group_5
- Item: Cursed_Seal
Rate: 125
- Item: Solace_Card
Rate: 5
StealProtected: true
- Id: 2651
AegisName: C1_SOHEE
Name: Swift Sohee
Level: 64
Hp: 12640
BaseExp: 3000
JobExp: 8160
Attack: 168
Attack2: 30
Defense: 61
MagicDefense: 21
Str: 61
Agi: 24
Vit: 29
Int: 20
Dex: 41
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Water
ElementLevel: 1
WalkSpeed: 187
AttackDelay: 2112
AttackMotion: 912
ClientAttackMotion: 324
DamageMotion: 576
Ai: 17
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Long_Hair
Rate: 10000
- Item: Skirt_Of_Virgin
Rate: 125
- Item: Nurse_Cap
Rate: 5
- Item: Muffler_
Rate: 15
- Item: Stiletto_
Rate: 15
- Item: Puente_Robe
Rate: 15
- Item: Inspector_Certificate
Rate: 875
- Item: Sohee_Card
Rate: 5
StealProtected: true
- Id: 2652
AegisName: C2_SNOWIER
Name: Solid Snowier
Level: 103
Hp: 142270
BaseExp: 7925
JobExp: 22605
Attack: 552
Attack2: 82
Defense: 121
MagicDefense: 47
Str: 91
Agi: 61
Vit: 67
Int: 45
Dex: 83
Luk: 55
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Water
ElementLevel: 2
WalkSpeed: 264
AttackDelay: 936
AttackMotion: 1020
ClientAttackMotion: 660
DamageMotion: 420
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Ice_Heart
Rate: 7500
- Item: Ice_Piece
Rate: 2500
- Item: Elunium_Stone
Rate: 250
- Item: Blue_Herb
Rate: 125
- Item: Aqua_Robe
Rate: 25
- Item: Icicle_Fist
Rate: 10
- Item: Crystal_Blue
Rate: 250
- Item: Snowier_Card
Rate: 5
StealProtected: true
- Id: 2653
AegisName: C3_SNAKE
Name: Boa Ringleader
Level: 18
Hp: 1015
BaseExp: 915
JobExp: 1875
Attack: 10
Attack2: 5
Defense: 9
MagicDefense: 8
Str: 10
Agi: 8
Vit: 18
Int: 10
Dex: 14
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1576
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 576
Ai: 01
# Class: 6 # TODO
Drops:
- Item: Scale_Of_Snakes
Rate: 10000
- Item: Katana_
Rate: 100
# RandomOptionGroup: 30L
- Item: Red_Herb
Rate: 4000
- Item: Emveretarcon
Rate: 500
- Item: Posionous_Canine
Rate: 4000
- Item: Wing_Of_Fly
Rate: 2500
- Item: Strawberry
Rate: 10000
- Item: Snake_Card
Rate: 50
StealProtected: true
- Id: 2654
AegisName: C4_SMOKIE
Name: Furious Smokie
Level: 29
Hp: 2070
BaseExp: 1175
JobExp: 2640
Attack: 34
Attack2: 11
Defense: 26
Str: 16
Agi: 44
Vit: 16
Int: 5
Dex: 27
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 500
AttackMotion: 576
ClientAttackMotion: 480
DamageMotion: 420
Ai: 17
# Class: 6 # TODO
Drops:
- Item: Raccoon_Leaf
Rate: 10000
- Item: Animal's_Skin
Rate: 10000
- Item: Sweet_Potato
Rate: 2000
- Item: Cat_Hairband
Rate: 5
- Item: Raccoondog_Doll
Rate: 5
- Item: Wing_Of_Fly
Rate: 2500
- Item: Bluish_Green_Jewel
Rate: 5
- Item: Smokie_Card
Rate: 5
StealProtected: true
- Id: 2655
AegisName: C5_SLEEPER
Name: Elusive Sleeper
Level: 81
Hp: 22525
BaseExp: 5005
JobExp: 13335
Attack: 398
Attack2: 48
Defense: 101
MagicDefense: 29
Str: 74
Agi: 41
Vit: 57
Int: 27
Dex: 65
Luk: 27
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Earth
ElementLevel: 2
WalkSpeed: 195
AttackDelay: 1350
AttackMotion: 1200
ClientAttackMotion: 720
DamageMotion: 432
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Sand_Lump
Rate: 10000
- Item: Grit
Rate: 10000
- Item: Great_Nature
Rate: 6250
- Item: Oridecon_Stone
Rate: 750
- Item: Scarlet_Dagger
Rate: 250
RandomOptionGroup: Group_5
- Item: Hypnotist's_Staff_
Rate: 15
- Item: Fine_Sand
Rate: 3000
- Item: Sleeper_Card
Rate: 5
StealProtected: true
- Id: 2656
AegisName: C1_SLEEPER
Name: Swift Sleeper
Level: 81
Hp: 22525
BaseExp: 5005
JobExp: 13335
Attack: 398
Attack2: 48
Defense: 101
MagicDefense: 29
Str: 74
Agi: 41
Vit: 57
Int: 27
Dex: 65
Luk: 27
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Earth
ElementLevel: 2
WalkSpeed: 146
AttackDelay: 1350
AttackMotion: 1200
ClientAttackMotion: 720
DamageMotion: 432
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Sand_Lump
Rate: 10000
- Item: Grit
Rate: 10000
- Item: Great_Nature
Rate: 6250
- Item: Oridecon_Stone
Rate: 750
- Item: Scarlet_Dagger
Rate: 250
RandomOptionGroup: Group_5
- Item: Hypnotist's_Staff_
Rate: 15
- Item: Fine_Sand
Rate: 3000
- Item: Sleeper_Card
Rate: 5
StealProtected: true
- Id: 2657
AegisName: C2_SKOGUL
Name: Solid Skogul
Level: 126
Hp: 403890
BaseExp: 18195
JobExp: 52470
Attack: 1108
Attack2: 456
Defense: 72
MagicDefense: 15
Str: 100
Agi: 71
Vit: 63
Int: 85
Dex: 115
Luk: 37
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 228
AttackDelay: 720
AttackMotion: 384
ClientAttackMotion: 360
DamageMotion: 480
Ai: 20
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Rune_Of_Darkness
Rate: 8750
- Item: Peuz_Seal
Rate: 25
- Item: Red_Gemstone
Rate: 2500
- Item: Rouge
Rate: 1250
- Item: Skul_Ring
Rate: 250
- Item: Elunium_Stone
Rate: 1250
- Item: Blood_Tears
Rate: 15
- Item: Skogul_Card
Rate: 5
StealProtected: true
- Id: 2658
AegisName: C3_SKELETON_GENERAL
Name: Skeleton General Ringlea
Level: 139
Hp: 900650
Sp: 0
BaseExp: 53070
JobExp: 200277
Attack: 1580
Attack2: 1701
Defense: 100
MagicDefense: 35
Str: 72
Agi: 34
Vit: 52
Int: 31
Dex: 101
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 2276
AttackMotion: 576
ClientAttackMotion: 336
DamageMotion: 432
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Burn_Tree
Rate: 6375
- Item: Oridecon_Stone
Rate: 400
- Item: Sg_White_Potion_Box
Rate: 10
- Item: Scarlet_Dagger
Rate: 250
RandomOptionGroup: Group_5
- Item: Velum_Claymore
Rate: 5
- Item: Sandstorm
Rate: 40
- Item: Ghost_Bandana
Rate: 5
- Item: Skeleton_General_Card
Rate: 5
StealProtected: true
- Id: 2659
AegisName: C4_SKELETON_GENERAL
Name: Furious Skeleton General
Level: 139
Hp: 900650
Sp: 0
BaseExp: 53070
JobExp: 200277
Attack: 1580
Attack2: 1701
Defense: 100
MagicDefense: 35
Str: 72
Agi: 44
Vit: 52
Int: 31
Dex: 101
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 500
AttackMotion: 576
ClientAttackMotion: 336
DamageMotion: 432
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Burn_Tree
Rate: 6375
- Item: Oridecon_Stone
Rate: 400
- Item: Sg_White_Potion_Box
Rate: 10
- Item: Scarlet_Dagger
Rate: 250
RandomOptionGroup: Group_5
- Item: Velum_Claymore
Rate: 5
- Item: Sandstorm
Rate: 40
- Item: Ghost_Bandana
Rate: 5
- Item: Skeleton_General_Card
Rate: 5
StealProtected: true
- Id: 2660
AegisName: C5_SKEL_WORKER
Name: Elusive Skeleton Worker
Level: 44
Hp: 5755
BaseExp: 1890
JobExp: 4140
Attack: 92
Attack2: 12
Defense: 45
MagicDefense: 5
Str: 30
Agi: 13
Vit: 22
Int: 10
Dex: 37
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 2420
AttackMotion: 720
ClientAttackMotion: 432
DamageMotion: 384
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Iron
Rate: 1000
- Item: Lantern
Rate: 10000
- Item: Elunium_Stone
Rate: 225
- Item: Safety_Helmet
Rate: 5
- Item: Steel
Rate: 250
- Item: Coal
Rate: 500
- Item: Wing_Of_Fly
Rate: 2500
- Item: Skel_Worker_Card
Rate: 5
StealProtected: true
- Id: 2661
AegisName: C1_SIROMA
Name: Swift Siroma
Level: 98
Hp: 49700
BaseExp: 6745
JobExp: 19170
Attack: 364
Attack2: 100
Defense: 64
MagicDefense: 38
Str: 83
Agi: 43
Vit: 50
Int: 70
Dex: 96
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Water
ElementLevel: 3
WalkSpeed: 135
AttackDelay: 432
AttackMotion: 648
ClientAttackMotion: 432
DamageMotion: 240
Ai: 02
# Class: 6 # TODO
Drops:
- Item: Ice_Heart
Rate: 1250
- Item: Ice_Piece
Rate: 3750
- Item: Blue_Herb
Rate: 25
- Item: Strange_Foxtail
Rate: 20
- Item: Detail_Model_Foxtail
Rate: 20
- Item: Crystal_Blue
Rate: 50
- Item: Siroma_Card
Rate: 5
StealProtected: true
- Id: 2662
AegisName: C2_SIDE_WINDER
Name: Solid Side Winder
Level: 70
Hp: 26980
BaseExp: 3385
JobExp: 9315
Attack: 253
Attack2: 30
Defense: 101
MagicDefense: 12
Str: 52
Agi: 32
Vit: 35
Int: 20
Dex: 73
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Poison
ElementLevel: 1
WalkSpeed: 240
AttackDelay: 1576
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 576
Ai: 19
# Class: 6 # TODO
Drops:
- Item: Shining_Scales
Rate: 10000
- Item: Zargon
Rate: 3500
- Item: Oridecon_Stone
Rate: 335
- Item: Tsurugi_
Rate: 5
- Item: Posionous_Canine
Rate: 6250
- Item: Scale_Of_Snakes
Rate: 10000
- Item: White_Herb
Rate: 2500
- Item: Side_Winder_Card
Rate: 5
StealProtected: true
- Id: 2663
AegisName: C3_SIDE_WINDER
Name: Side Winder Ringleader
Level: 70
Hp: 13490
BaseExp: 3385
JobExp: 9315
Attack: 303
Attack2: 30
Defense: 101
MagicDefense: 12
Str: 52
Agi: 32
Vit: 35
Int: 20
Dex: 73
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Poison
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1576
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 576
Ai: 19
# Class: 6 # TODO
Drops:
- Item: Shining_Scales
Rate: 10000
- Item: Zargon
Rate: 3500
- Item: Oridecon_Stone
Rate: 335
- Item: Tsurugi_
Rate: 5
- Item: Posionous_Canine
Rate: 6250
- Item: Scale_Of_Snakes
Rate: 10000
- Item: White_Herb
Rate: 2500
- Item: Side_Winder_Card
Rate: 5
StealProtected: true
- Id: 2664
AegisName: C4_SHINOBI
Name: Furious Shinobi
Level: 95
Hp: 40435
BaseExp: 6460
JobExp: 18315
Attack: 439
Attack2: 51
Defense: 49
MagicDefense: 45
Str: 71
Agi: 91
Vit: 55
Int: 30
Dex: 83
Luk: 30
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Dark
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 500
AttackMotion: 1152
ClientAttackMotion: 2112
DamageMotion: 336
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Broken_Shuriken
Rate: 10000
- Item: Ninja_Suit
Rate: 5
- Item: Smoke_Powder
Rate: 1750
- Item: Shinobi's_Sash
Rate: 250
- Item: Thief_Clothes_
Rate: 5
- Item: Black_Mask
Rate: 5000
- Item: Murasame_
Rate: 15
- Item: Shinobi_Card
Rate: 5
StealProtected: true
- Id: 2665
AegisName: C5_SHELTER
Name: Elusive Mistress of Shel
Level: 125
Hp: 146375
BaseExp: 15715
JobExp: 45300
Attack: 1321
Attack2: 944
Defense: 80
MagicDefense: 89
Str: 99
Agi: 66
Vit: 41
Int: 153
Dex: 133
Luk: 89
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Angel
Element: Holy
ElementLevel: 3
WalkSpeed: 160
AttackDelay: 432
AttackMotion: 420
ClientAttackMotion: 240
DamageMotion: 360
Ai: 20
# Class: 6 # TODO
Drops:
- Item: Red_Feather
Index: 0
Rate: 500
- Item: Cursed_Seal
Index: 1
Rate: 5
- Item: Stone_Of_Intelligence_
Index: 2
Rate: 125
- Item: Scarlet_Jewel
Index: 3
Rate: 2500
- Item: Skull
Index: 4
Rate: 2500
- Item: Cursed_Seal
Index: 5
Rate: 125
- Item: Shelter_Card
Index: 6
Rate: 5
StealProtected: true
- Id: 2666
AegisName: C1_SHELLFISH
Name: Swift Shellfish
Level: 50
Hp: 6630
BaseExp: 1985
JobExp: 5190
Attack: 85
Attack2: 22
Defense: 43
MagicDefense: 5
Str: 42
Agi: 11
Vit: 48
Int: 25
Dex: 29
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Fish
Element: Water
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 864
AttackMotion: 864
ClientAttackMotion: 468
DamageMotion: 384
Ai: 17
# Class: 6 # TODO
Drops:
- Item: Clam_Shell
Rate: 10000
- Item: Flesh_Of_Clam
Rate: 2500
- Item: Stone
Rate: 1250
- Item: Grit
Rate: 2500
- Item: Sparkling_Dust
Rate: 25
- Item: Wing_Of_Fly
Rate: 2500
- Item: Elunium_Stone
Rate: 45
- Item: Shellfish_Card
Rate: 5
StealProtected: true
- Id: 2667
AegisName: C2_SHECIL
Name: Solid Cecil Damon
Level: 141
Hp: 2002550
BaseExp: 82835
JobExp: 272992
Attack: 4484
Attack2: 1248
Defense: 76
MagicDefense: 15
Str: 121
Agi: 126
Vit: 67
Int: 80
Dex: 308
Luk: 42
AttackRange: 14
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 3
WalkSpeed: 216
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 19
# Class: 6 # TODO
Drops:
- Item: Armlet_Of_Prisoner
Rate: 7500
- Item: Imma_Arrow_Container
Rate: 275
- Item: Big_CrossBow
Rate: 50
- Item: High_Weapon_Box
Rate: 15
- Item: Will_Of_Warrior
Rate: 1000
- Item: Goast_Chill
Rate: 5
- Item: Falken_Blitz
Rate: 1000
- Item: Shecil_Card
Rate: 5
StealProtected: true
- Id: 2668
AegisName: C3_SEE_OTTER
Name: Sea Otter Ringleader
Level: 48
Hp: 7370
BaseExp: 1895
JobExp: 4920
Attack: 90
Attack2: 42
Defense: 31
MagicDefense: 18
Str: 32
Agi: 26
Vit: 33
Int: 26
Dex: 41
Luk: 28
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Water
ElementLevel: 3
WalkSpeed: 190
AttackDelay: 1132
AttackMotion: 583
ClientAttackMotion: 432
DamageMotion: 532
Ai: 19
# Class: 6 # TODO
Drops:
- Item: Scarlet_Jewel
Rate: 375
- Item: Clam_Shell
Rate: 10000
- Item: Sea_Otter_Leather
Rate: 10000
- Item: Wing_Of_Fly
Rate: 2500
- Item: Blue_Jewel
Rate: 125
- Item: Glass_Bead
Rate: 1625
- Item: Cyfar
Rate: 3000
- Item: See_Otter_Card
Rate: 5
StealProtected: true
- Id: 2669
AegisName: C4_SEDORA
Name: Furious Lamp Rey
Level: 110
Hp: 83700
Sp: 0
BaseExp: 9540
JobExp: 27330
Attack: 630
Attack2: 444
Defense: 92
MagicDefense: 55
Str: 126
Agi: 153
Vit: 61
Int: 107
Dex: 109
Luk: 84
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 500
AttackMotion: 792
ClientAttackMotion: 288
DamageMotion: 432
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Tentacle
Rate: 10000
- Item: Tidal_Shoes
Rate: 15
- Item: Ice_Fragment
Rate: 75
- Item: Elder_Branch
Rate: 75
- Item: Chinese_Ink
Rate: 7500
- Item: Old_Blue_Box
Rate: 25
- Item: Crystal_Blue
Rate: 125
- Item: Sedora_Card
Rate: 5
StealProtected: true
- Id: 2670
AegisName: C5_SCORPION
Name: Elusive Scorpion
Level: 16
Hp: 680
BaseExp: 845
JobExp: 1725
Attack: 8
Attack2: 7
Defense: 16
MagicDefense: 5
Str: 12
Agi: 15
Vit: 10
Int: 5
Dex: 19
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Fire
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1564
AttackMotion: 864
ClientAttackMotion: 384
DamageMotion: 576
Ai: 01
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Boody_Red
Rate: 175
- Item: Scorpion's_Tail
Rate: 10000
- Item: Elunium_Stone
Rate: 145
- Item: Solid_Shell
Rate: 525
- Item: Wing_Of_Fly
Rate: 2500
- Item: Yellow_Herb
Rate: 500
- Item: Lusty_Iron
Rate: 50
- Item: Scorpion_Card
Rate: 5
StealProtected: true
- Id: 2671
AegisName: C1_SAVAGE_BABE
Name: Swift Savage Babe
Level: 14
Hp: 635
BaseExp: 860
JobExp: 1575
Attack: 6
Attack2: 6
Defense: 22
Str: 16
Agi: 8
Vit: 9
Int: 5
Dex: 21
Luk: 18
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1624
AttackMotion: 624
ClientAttackMotion: 312
DamageMotion: 576
Ai: 01
# Class: 6 # TODO
Drops:
- Item: Animal's_Skin
Rate: 10000
- Item: Axe_
Rate: 250
# RandomOptionGroup: 30L
- Item: Meat
Rate: 1250
- Item: Wing_Of_Fly
Rate: 2500
- Item: Feather
Rate: 2125
- Item: Phracon
Rate: 200
- Item: Sweet_Milk
Rate: 100
- Item: Savage_Babe_Card
Rate: 5
StealProtected: true
- Id: 2672
AegisName: C2_SAVAGE
Name: Solid Savage
Level: 59
Hp: 21580
BaseExp: 2675
JobExp: 6855
Attack: 217
Attack2: 23
Defense: 126
MagicDefense: 3
Str: 56
Agi: 21
Vit: 54
Int: 10
Dex: 52
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 180
AttackDelay: 1960
AttackMotion: 960
ClientAttackMotion: 192
DamageMotion: 384
Ai: 17
# Class: 6 # TODO
Drops:
- Item: Wild_Boar's_Mane
Rate: 10000
- Item: Grape
Rate: 750
- Item: Animal_Blood
Rate: 5
- Item: Eagle_Eyes
Rate: 5
- Item: Savage_Meat
Rate: 125
- Item: Elunium_Stone
Rate: 175
- Item: Royal_Jelly
Rate: 5
- Item: Savage_Card
Rate: 5
StealProtected: true
- Id: 2673
AegisName: C3_SAVAGE
Name: Savage Ringleader
Level: 59
Hp: 10790
BaseExp: 2675
JobExp: 6855
Attack: 217
Attack2: 23
Defense: 126
MagicDefense: 3
Str: 56
Agi: 21
Vit: 54
Int: 10
Dex: 52
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1960
AttackMotion: 960
ClientAttackMotion: 192
DamageMotion: 384
Ai: 17
# Class: 6 # TODO
Drops:
- Item: Wild_Boar's_Mane
Rate: 10000
- Item: Grape
Rate: 750
- Item: Animal_Blood
Rate: 5
- Item: Eagle_Eyes
Rate: 5
- Item: Savage_Meat
Rate: 125
- Item: Elunium_Stone
Rate: 175
- Item: Royal_Jelly
Rate: 5
- Item: Savage_Card
Rate: 5
StealProtected: true
- Id: 2674
AegisName: C4_SAND_MAN
Name: Furious Sandman
Level: 61
Hp: 11620
BaseExp: 2960
JobExp: 7620
Attack: 225
Attack2: 56
Defense: 126
MagicDefense: 24
Str: 44
Agi: 10
Vit: 55
Int: 15
Dex: 34
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Earth
ElementLevel: 3
WalkSpeed: 250
AttackDelay: 500
AttackMotion: 720
ClientAttackMotion: 576
DamageMotion: 288
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Great_Nature
Rate: 90
- Item: Grit
Rate: 10000
- Item: Elunium_Stone
Rate: 295
- Item: Fine_Sand
Rate: 875
- Item: Sparkling_Dust
Rate: 500
- Item: Katar_Of_Thornbush
Rate: 5
- Item: Hypnotist's_Staff_
Rate: 15
- Item: Sand_Man_Card
Rate: 5
StealProtected: true
- Id: 2675
AegisName: C5_SALAMANDER
Name: Elusive Salamander
Level: 138
Hp: 401950
BaseExp: 19235
JobExp: 58888
Attack: 2758
Attack2: 600
Defense: 141
MagicDefense: 68
Str: 189
Agi: 105
Vit: 92
Int: 85
Dex: 198
Luk: 72
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Fire
ElementLevel: 3
WalkSpeed: 160
AttackDelay: 140
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Burning_Heart
Rate: 7500
- Item: Flame_Heart
Rate: 75
- Item: Carnium
Rate: 50
- Item: Lesser_Elemental_Ring
Rate: 5
- Item: Berserk_Guitar
Rate: 125
- Item: Ring_
Rate: 5
- Item: Meteo_Plate_Armor
Rate: 50
- Item: Salamander_Card
Rate: 5
StealProtected: true
- Id: 2676
AegisName: C1_SAILOR_SKELETON
Name: Swift Sailor Skeleton
Level: 48
Hp: 13510
BaseExp: 290
JobExp: 645
Attack: 186
Attack2: 40
Defense: 53
MagicDefense: 20
Str: 35
Agi: 25
Vit: 25
Int: 15
Dex: 30
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 2228
AttackMotion: 528
ClientAttackMotion: 360
DamageMotion: 576
Ai: 01
# Class: 6 # TODO
Drops:
- Item: Skel_Bone
Rate: 3500
- Item: Pirate_Bandana
Rate: 20
- Item: Cookbook06
Rate: 5
- Item: Bandana
Rate: 300
- Item: Falchion
Rate: 300
- Item: Oridecon_Stone
Rate: 50
- Item: Well_Dried_Bone
Rate: 25
- Id: 2677
AegisName: C2_ROWEEN
Name: Solid Roween
Level: 95
Hp: 66170
BaseExp: 6460
JobExp: 18315
Attack: 487
Attack2: 35
Defense: 73
MagicDefense: 33
Str: 70
Agi: 82
Vit: 55
Int: 45
Dex: 108
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Wind
ElementLevel: 1
WalkSpeed: 240
AttackDelay: 1500
AttackMotion: 500
ClientAttackMotion: 600
DamageMotion: 1000
Ai: 07
# Class: 6 # TODO
Drops:
- Item: Rotten_Meat
Rate: 7500
- Item: Animal's_Skin
Rate: 7500
- Item: Wind_Of_Verdure
Rate: 125
- Item: Combo_Battle_Glove
Rate: 5
- Item: Detail_Model_Foxtail
Rate: 100
- Item: Charm_G_Necklace
Rate: 100
- Item: Roween_Card
Rate: 5
StealProtected: true
- Id: 2678
AegisName: C3_RODA_FROG
Name: Roda Frog Ringleader
Level: 13
Hp: 700
BaseExp: 810
JobExp: 1500
Attack: 4
Attack2: 4
Defense: 12
MagicDefense: 5
Str: 12
Agi: 6
Vit: 4
Int: 0
Dex: 14
Luk: 9
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 2016
AttackMotion: 816
ClientAttackMotion: 336
DamageMotion: 288
Ai: 01
# Class: 6 # TODO
Drops:
- Item: Sticky_Webfoot
Rate: 10000
- Item: Spawn
Rate: 2500
- Item: Green_Herb
Rate: 1500
- Item: Azure_Jewel
Rate: 40
- Item: Wing_Of_Fly
Rate: 2500
- Item: Roda_Frog_Card
Rate: 5
StealProtected: true
- Id: 2679
AegisName: C4_RODA_FROG
Name: Furious Roda Frog
Level: 13
Hp: 700
BaseExp: 810
JobExp: 1500
Attack: 4
Attack2: 4
Defense: 12
MagicDefense: 5
Str: 12
Agi: 7
Vit: 4
Int: 0
Dex: 14
Luk: 9
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 500
AttackMotion: 816
ClientAttackMotion: 336
DamageMotion: 288
Ai: 01
# Class: 6 # TODO
Drops:
- Item: Sticky_Webfoot
Rate: 10000
- Item: Spawn
Rate: 2500
- Item: Green_Herb
Rate: 1500
- Item: Azure_Jewel
Rate: 40
- Item: Wing_Of_Fly
Rate: 2500
- Item: Roda_Frog_Card
Rate: 5
StealProtected: true
- Id: 2680
AegisName: C5_ROCKER
Name: Elusive Rocker
Level: 15
Hp: 775
BaseExp: 870
JobExp: 1650
Attack: 7
Attack2: 5
Defense: 16
MagicDefense: 3
Str: 12
Agi: 18
Vit: 8
Int: 10
Dex: 17
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1864
AttackMotion: 864
ClientAttackMotion: 768
DamageMotion: 540
Ai: 01
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Grasshopper's_Leg
Rate: 10000
- Item: Guitar_Of_Vast_Land
Rate: 25
# RandomOptionGroup: 30L
- Item: Green_Feeler
Rate: 25
- Item: Javelin_
Rate: 400
# RandomOptionGroup: 30L
- Item: Wing_Of_Fly
Rate: 2500
- Item: Grasshopper_Doll
Rate: 50
- Item: Hinalle
Rate: 50
- Item: Rocker_Card
Rate: 5
StealProtected: true
- Id: 2681
AegisName: C1_RIDEWORD
Name: Swift Rideword
Level: 74
Hp: 14275
BaseExp: 3900
JobExp: 10800
Attack: 259
Attack2: 22
Defense: 61
MagicDefense: 38
Str: 67
Agi: 53
Vit: 32
Int: 44
Dex: 125
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 112
AttackDelay: 864
AttackMotion: 500
ClientAttackMotion: 468
DamageMotion: 192
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Worn_Out_Page
Rate: 10000
- Item: Book_Of_Billows
Rate: 10
- Item: Book_Of_Mother_Earth
Rate: 10
- Item: Book_Of_Blazing_Sun
Rate: 5
- Item: Book_Of_Gust_Of_Wind
Rate: 5
- Item: Bookclip_In_Memory
Rate: 750
- Item: Old_Magic_Book
Rate: 50
- Item: Rideword_Card
Rate: 5
StealProtected: true
- Id: 2682
AegisName: C2_RIDEWORD
Name: Solid Rideword
Level: 74
Hp: 28550
BaseExp: 3900
JobExp: 10800
Attack: 259
Attack2: 22
Defense: 61
MagicDefense: 38
Str: 67
Agi: 53
Vit: 32
Int: 44
Dex: 125
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 864
AttackMotion: 500
ClientAttackMotion: 468
DamageMotion: 192
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Worn_Out_Page
Rate: 10000
- Item: Book_Of_Billows
Rate: 10
- Item: Book_Of_Mother_Earth
Rate: 10
- Item: Book_Of_Blazing_Sun
Rate: 5
- Item: Book_Of_Gust_Of_Wind
Rate: 5
- Item: Bookclip_In_Memory
Rate: 750
- Item: Old_Magic_Book
Rate: 50
- Item: Rideword_Card
Rate: 5
StealProtected: true
- Id: 2683
AegisName: C3_RICE_CAKE_BOY
Name: Dumpling Child Ringleade
Level: 60
Hp: 8720
BaseExp: 2605
JobExp: 7020
Attack: 163
Attack2: 22
Defense: 96
MagicDefense: 12
Str: 50
Agi: 43
Vit: 29
Int: 5
Dex: 47
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 160
AttackDelay: 1247
AttackMotion: 768
ClientAttackMotion: 336
DamageMotion: 420
Ai: 17
# Class: 6 # TODO
Drops:
- Item: Bamboo_Cut
Rate: 8000
- Item: Oil_Paper
Rate: 6250
- Item: Pierrot_Nose
Rate: 5
- Item: Blade_Of_Pinwheel
Rate: 10000
- Item: Bun
Rate: 2500
- Item: Festival_Mask
Rate: 7500
- Item: Rice_Cake_Boy_Card
Rate: 5
StealProtected: true
- Id: 2684
AegisName: C4_RETRIBUTION
Name: Furious Baroness of Retr
Level: 121
Hp: 158315
BaseExp: 15235
JobExp: 43860
Attack: 978
Attack2: 804
Defense: 61
MagicDefense: 35
Str: 112
Agi: 78
Vit: 45
Int: 127
Dex: 149
Luk: 70
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Angel
Element: Dark
ElementLevel: 3
WalkSpeed: 120
AttackDelay: 500
AttackMotion: 480
ClientAttackMotion: 240
DamageMotion: 360
Ai: 20
# Class: 6 # TODO
Drops:
- Item: Red_Feather
Rate: 1000
- Item: Ring_
Rate: 5
- Item: Stone_Of_Intelligence_
Rate: 125
- Item: Cardinal_Jewel
Rate: 2500
- Item: Manteau_
Rate: 15
- Item: Scarlet_Twohand_Sword
Rate: 250
RandomOptionGroup: Group_5
- Item: Cursed_Seal
Rate: 125
- Item: Retribution_Card
Rate: 5
StealProtected: true
- Id: 2685
AegisName: C5_RETRIBUTION
Name: Elusive Baroness of Retr
Level: 121
Hp: 158315
BaseExp: 15235
JobExp: 43860
Attack: 978
Attack2: 804
Defense: 61
MagicDefense: 35
Str: 112
Agi: 60
Vit: 45
Int: 127
Dex: 149
Luk: 70
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Angel
Element: Dark
ElementLevel: 3
WalkSpeed: 120
AttackDelay: 360
AttackMotion: 480
ClientAttackMotion: 240
DamageMotion: 360
Ai: 20
# Class: 6 # TODO
Drops:
- Item: Red_Feather
Rate: 1000
- Item: Ring_
Rate: 5
- Item: Stone_Of_Intelligence_
Rate: 125
- Item: Cardinal_Jewel
Rate: 2500
- Item: Manteau_
Rate: 15
- Item: Scarlet_Twohand_Sword
Rate: 250
RandomOptionGroup: Group_5
- Item: Cursed_Seal
Rate: 125
- Item: Retribution_Card
Rate: 5
StealProtected: true
- Id: 2686
AegisName: C1_RETRIBUTION
Name: Swift Baroness of Retrib
Level: 121
Hp: 158315
BaseExp: 15235
JobExp: 43860
Attack: 978
Attack2: 804
Defense: 61
MagicDefense: 35
Str: 112
Agi: 60
Vit: 45
Int: 127
Dex: 149
Luk: 70
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Angel
Element: Dark
ElementLevel: 3
WalkSpeed: 90
AttackDelay: 360
AttackMotion: 480
ClientAttackMotion: 240
DamageMotion: 360
Ai: 20
# Class: 6 # TODO
Drops:
- Item: Red_Feather
Rate: 1000
- Item: Ring_
Rate: 5
- Item: Stone_Of_Intelligence_
Rate: 125
- Item: Cardinal_Jewel
Rate: 2500
- Item: Manteau_
Rate: 15
- Item: Scarlet_Twohand_Sword
Rate: 250
RandomOptionGroup: Group_5
- Item: Cursed_Seal
Rate: 125
- Item: Retribution_Card
Rate: 5
StealProtected: true
- Id: 2687
AegisName: C2_REQUIEM
Name: Solid Requiem
Level: 71
Hp: 32510
BaseExp: 3690
JobExp: 10170
Attack: 236
Attack2: 48
Defense: 88
MagicDefense: 20
Str: 58
Agi: 34
Vit: 35
Int: 12
Dex: 50
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Dark
ElementLevel: 1
WalkSpeed: 480
AttackDelay: 1516
AttackMotion: 816
ClientAttackMotion: 432
DamageMotion: 432
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Old_Blue_Box
Rate: 90
- Item: Emperium
Rate: 5
- Item: Zargon
Rate: 6250
- Item: Horrendous_Mouth
Rate: 8750
- Item: Mementos
Rate: 3750
- Item: Mantle_
Rate: 25
- Item: Cookbook06
Rate: 5
- Item: Requiem_Card
Rate: 5
StealProtected: true
- Id: 2688
AegisName: C3_REMOVAL
Name: Remover Ringleader
Level: 121
Hp: 165510
Sp: 0
BaseExp: 16755
JobExp: 41580
Attack: 1086
Attack2: 120
Defense: 110
MagicDefense: 47
Str: 127
Agi: 50
Vit: 82
Int: 35
Dex: 125
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 1536
AttackMotion: 1056
ClientAttackMotion: 336
DamageMotion: 1152
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Old_Steel_Plate
Rate: 10000
- Item: Gas_Mask
Rate: 25
- Item: Nice_Sweet_Potato
Rate: 1250
- Item: Detrimindexta
Rate: 125
- Item: Karvodailnirol
Rate: 250
- Item: Fedora_
Rate: 15
- Item: Removal_Card
Rate: 5
StealProtected: true
- Id: 2689
AegisName: C5_RED_ERUMA
Name: Elusive Red Eruma
Level: 91
Hp: 40145
BaseExp: 6100
JobExp: 17235
Attack: 355
Attack2: 290
Defense: 102
MagicDefense: 102
Str: 77
Agi: 90
Vit: 88
Int: 21
Dex: 99
Luk: 21
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 140
AttackDelay: 768
AttackMotion: 1224
ClientAttackMotion: 420
DamageMotion: 432
Ai: 03
# Class: 6 # TODO
Drops:
- Item: Clam_Shell
Rate: 10000
- Item: Flesh_Of_Clam
Rate: 5000
- Item: Grit
Rate: 7500
- Item: Elunium_Stone
Rate: 250
- Item: Oridecon_Stone
Rate: 250
- Item: Old_Blue_Box
Rate: 50
- Item: Bad_Can
Rate: 3500
- Item: Red_Eruma_Card
Rate: 5
StealProtected: true
- Id: 2690
AegisName: C1_RAYDRIC
Name: Swift Raydric
Level: 115
Hp: 109905
BaseExp: 11230
JobExp: 32250
Attack: 919
Attack2: 96
Defense: 89
MagicDefense: 15
Str: 129
Agi: 87
Vit: 55
Int: 32
Dex: 106
Luk: 27
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Dark
ElementLevel: 2
WalkSpeed: 112
AttackDelay: 824
AttackMotion: 780
ClientAttackMotion: 384
DamageMotion: 420
Ai: 19
# Class: 6 # TODO
Drops:
- Item: Elunium
Rate: 265
- Item: Iron_Cane
Rate: 5
- Item: Chain_Mail_
Rate: 5
- Item: Two_Hand_Sword_
Rate: 5
- Item: Peuz_Plate
Rate: 25
- Item: Patriotism_Marks
Rate: 25
- Item: Brigan
Rate: 10000
- Item: Daydric_Card
Rate: 5
StealProtected: true
- Id: 2691
AegisName: C2_RAYDRIC
Name: Solid Raydric
Level: 115
Hp: 219810
BaseExp: 11230
JobExp: 32250
Attack: 919
Attack2: 96
Defense: 89
MagicDefense: 15
Str: 129
Agi: 87
Vit: 55
Int: 32
Dex: 106
Luk: 27
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Dark
ElementLevel: 2
WalkSpeed: 180
AttackDelay: 824
AttackMotion: 780
ClientAttackMotion: 384
DamageMotion: 420
Ai: 19
# Class: 6 # TODO
Drops:
- Item: Elunium
Rate: 265
- Item: Iron_Cane
Rate: 5
- Item: Chain_Mail_
Rate: 5
- Item: Two_Hand_Sword_
Rate: 5
- Item: Peuz_Plate
Rate: 25
- Item: Patriotism_Marks
Rate: 25
- Item: Brigan
Rate: 10000
- Item: Daydric_Card
Rate: 5
StealProtected: true
- Id: 2692
AegisName: C3_RAWREL
Name: Laurell Weinder Ringlead
Level: 133
Hp: 201410
BaseExp: 14625
JobExp: 54202
Attack: 801
Attack2: 1032
Defense: 76
MagicDefense: 180
Str: 67
Agi: 79
Vit: 65
Int: 162
Dex: 168
Luk: 57
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Ghost
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 576
AttackMotion: 432
ClientAttackMotion: 336
DamageMotion: 288
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Lab_Staff_Record
Rate: 500
- Item: Staff_Of_Wing
Rate: 5
- Item: Goast_Chill
Rate: 5
- Item: Scarlet_Rod
Rate: 250
- Item: Silk_Robe_
Rate: 25
- Item: Silver_Robe_
Rate: 75
- Item: Clip
Rate: 5
- Item: Rawrel_Card
Rate: 5
StealProtected: true
- Id: 2693
AegisName: C4_RAKE_SCARABA
Name: Furious Rake Scaraba
Level: 139
Hp: 338500
BaseExp: 17475
JobExp: 59334
Attack: 1974
Attack2: 112
Defense: 250
MagicDefense: 70
Str: 90
Agi: 85
Vit: 145
Int: 52
Dex: 168
Luk: 77
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
RaceGroups:
Scaraba: true
Element: Earth
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 500
AttackMotion: 768
ClientAttackMotion: 420
DamageMotion: 480
Ai: 04
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Rakehorn_Helm
Rate: 10000
- Item: Red_Ether_Bag
Rate: 25
- Item: Runstone_Ancient
Rate: 25
- Item: Bone_Plate
Rate: 250
- Item: Yellow_Live
Rate: 250
- Item: Doram_High_Cape
Rate: 30
- Item: Scaraba_Card
Rate: 5
StealProtected: true
- Id: 2694
AegisName: C5_RAGGLER
Name: Elusive Raggler
Level: 48
Hp: 4925
BaseExp: 1895
JobExp: 4920
Attack: 100
Attack2: 39
Defense: 56
MagicDefense: 10
Str: 30
Agi: 42
Vit: 38
Int: 15
Dex: 54
Luk: 27
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Wind
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1000
AttackMotion: 900
ClientAttackMotion: 252
DamageMotion: 384
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Cyfar
Rate: 7500
- Item: Feather_Of_Birds
Rate: 10000
- Item: Center_Potion
Rate: 500
- Item: Wing_Of_Fly
Rate: 2500
- Item: Wind_Of_Verdure
Rate: 225
- Item: Goggle_
Rate: 20
- Item: Oridecon_Stone
Rate: 80
- Item: Raggler_Card
Rate: 5
StealProtected: true
- Id: 2695
AegisName: C1_RAFFLESIA
Name: Swift Rafflesia
Level: 86
Hp: 24710
BaseExp: 5430
JobExp: 14550
Attack: 394
Attack2: 41
Defense: 86
MagicDefense: 2
Str: 47
Agi: 41
Vit: 44
Int: 29
Dex: 78
Luk: 31
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 112
AttackDelay: 512
AttackMotion: 528
ClientAttackMotion: 432
DamageMotion: 240
Ai: 05
# Class: 6 # TODO
Drops:
- Item: Root_Of_Maneater
Rate: 10000
- Item: Scell
Rate: 4000
- Item: Four_Leaf_Clover
Rate: 1
- Item: Ment
Rate: 25
- Item: Hinalle
Rate: 25
- Item: Shoot
Rate: 1375
- Item: White_Herb
Rate: 75
- Item: Rafflesia_Card
Rate: 5
StealProtected: true
- Id: 2696
AegisName: C3_PORING
Name: Poring Ringleader
Level: 1
Hp: 275
BaseExp: 750
JobExp: 600
Attack: 1
Attack2: 1
Defense: 2
MagicDefense: 5
Str: 6
Int: 0
Dex: 6
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Water
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 02
# Class: 6 # TODO
Drops:
- Item: Jellopy
Index: 0
Rate: 10000
- Item: Knife_
Index: 1
Rate: 500
# RandomOptionGroup: 30L
- Item: Sticky_Mucus
Index: 2
Rate: 2000
- Item: Apple
Index: 3
Rate: 5000
- Item: Wing_Of_Fly
Index: 4
Rate: 2500
- Item: Apple
Index: 5
Rate: 750
- Item: Unripe_Apple
Index: 6
Rate: 100
- Item: Poring_Card
Index: 7
Rate: 100
StealProtected: true
- Id: 2697
AegisName: C4_PORING
Name: Furious Poring
Level: 1
Hp: 275
BaseExp: 750
JobExp: 600
Attack: 1
Attack2: 1
Defense: 2
MagicDefense: 5
Str: 6
Int: 0
Dex: 6
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Water
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 500
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 02
# Class: 6 # TODO
Drops:
- Item: Jellopy
Index: 0
Rate: 10000
- Item: Knife_
Index: 1
Rate: 500
# RandomOptionGroup: 30L
- Item: Sticky_Mucus
Index: 2
Rate: 2000
- Item: Apple
Index: 3
Rate: 5000
- Item: Wing_Of_Fly
Index: 4
Rate: 2500
- Item: Apple
Index: 5
Rate: 750
- Item: Unripe_Apple
Index: 6
Rate: 100
- Item: Poring_Card
Index: 7
Rate: 100
StealProtected: true
- Id: 2698
AegisName: C5_PORING
Name: Elusive Poring
Level: 1
Hp: 275
BaseExp: 750
JobExp: 600
Attack: 1
Attack2: 1
Defense: 2
MagicDefense: 5
Str: 6
Int: 0
Dex: 6
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Water
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 02
# Class: 6 # TODO
Drops:
- Item: Jellopy
Index: 0
Rate: 10000
- Item: Knife_
Index: 1
Rate: 500
# RandomOptionGroup: 30L
- Item: Sticky_Mucus
Index: 2
Rate: 2000
- Item: Apple
Index: 3
Rate: 5000
- Item: Wing_Of_Fly
Index: 4
Rate: 2500
- Item: Apple
Index: 5
Rate: 750
- Item: Unripe_Apple
Index: 6
Rate: 100
- Item: Poring_Card
Index: 7
Rate: 100
StealProtected: true
- Id: 2699
AegisName: C1_PORING
Name: Swift Poring
Level: 1
Hp: 275
BaseExp: 750
JobExp: 600
Attack: 1
Attack2: 1
Defense: 2
MagicDefense: 5
Str: 6
Int: 0
Dex: 6
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Water
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 02
# Class: 6 # TODO
Drops:
- Item: Jellopy
Index: 0
Rate: 10000
- Item: Knife_
Index: 1
Rate: 500
# RandomOptionGroup: 30L
- Item: Sticky_Mucus
Index: 2
Rate: 2000
- Item: Apple
Index: 3
Rate: 5000
- Item: Wing_Of_Fly
Index: 4
Rate: 2500
- Item: Apple
Index: 5
Rate: 750
- Item: Unripe_Apple
Index: 6
Rate: 100
- Item: Poring_Card
Index: 7
Rate: 100
StealProtected: true
- Id: 2700
AegisName: C2_PORCELLIO
Name: Solid Porcellio
Level: 85
Hp: 46210
BaseExp: 5340
JobExp: 14295
Attack: 423
Attack2: 53
Defense: 79
MagicDefense: 37
Str: 67
Agi: 48
Vit: 28
Int: 40
Dex: 74
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 720
AttackMotion: 360
ClientAttackMotion: 120
DamageMotion: 360
Ai: 02
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Jubilee
Rate: 10000
- Item: Scarlet_Dagger
Rate: 250
RandomOptionGroup: Group_5
- Item: Insect_Feeler
Rate: 2500
- Item: Single_Cell
Rate: 7500
- Item: Dew_Laden_Moss
Rate: 5
- Item: Fluorescent_Liquid
Rate: 75
- Item: Porcellio_Card
Rate: 5
StealProtected: true
- Id: 2701
AegisName: C3_POPORING
Name: Poporing Ringleader
Level: 30
Hp: 2445
BaseExp: 1145
JobExp: 2715
Attack: 37
Attack2: 20
Defense: 36
MagicDefense: 17
Str: 17
Agi: 26
Vit: 20
Int: 18
Dex: 36
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Poison
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1672
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 02
# Class: 6 # TODO
Drops:
- Item: Sticky_Mucus
Rate: 10000
- Item: Garlet
Rate: 5000
- Item: Green_Herb
Rate: 5000
- Item: Grape
Rate: 1000
- Item: Wing_Of_Fly
Rate: 2500
- Item: Main_Gauche
Rate: 100
# RandomOptionGroup: 30L
- Item: Apple
Rate: 625
- Item: Poporing_Card
Rate: 50
StealProtected: true
- Id: 2702
AegisName: C4_POPORING
Name: Furious Poporing
Level: 30
Hp: 2445
BaseExp: 1145
JobExp: 2715
Attack: 37
Attack2: 20
Defense: 36
MagicDefense: 17
Str: 17
Agi: 33
Vit: 20
Int: 18
Dex: 36
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Poison
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 500
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 02
# Class: 6 # TODO
Drops:
- Item: Sticky_Mucus
Rate: 10000
- Item: Garlet
Rate: 5000
- Item: Green_Herb
Rate: 5000
- Item: Grape
Rate: 1000
- Item: Wing_Of_Fly
Rate: 2500
- Item: Main_Gauche
Rate: 100
# RandomOptionGroup: 30L
- Item: Apple
Rate: 625
- Item: Poporing_Card
Rate: 50
StealProtected: true
- Id: 2703
AegisName: C5_POPORING
Name: Elusive Poporing
Level: 30
Hp: 2445
BaseExp: 1145
JobExp: 2715
Attack: 37
Attack2: 20
Defense: 36
MagicDefense: 17
Str: 17
Agi: 26
Vit: 20
Int: 18
Dex: 36
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Poison
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1672
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 02
# Class: 6 # TODO
Drops:
- Item: Sticky_Mucus
Rate: 10000
- Item: Garlet
Rate: 5000
- Item: Green_Herb
Rate: 5000
- Item: Grape
Rate: 1000
- Item: Wing_Of_Fly
Rate: 2500
- Item: Main_Gauche
Rate: 100
# RandomOptionGroup: 30L
- Item: Apple
Rate: 625
- Item: Poporing_Card
Rate: 50
StealProtected: true
- Id: 2704
AegisName: C1_POISON_TOAD
Name: Swift Poison Toad
Level: 87
Hp: 27885
BaseExp: 5260
JobExp: 14805
Attack: 404
Attack2: 54
Defense: 80
MagicDefense: 42
Str: 66
Agi: 42
Vit: 40
Int: 45
Dex: 70
Luk: 30
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Poison
ElementLevel: 2
WalkSpeed: 120
AttackDelay: 1148
AttackMotion: 1728
ClientAttackMotion: 624
DamageMotion: 864
Ai: 01
# Class: 6 # TODO
Drops:
- Item: Poison_Toad's_Skin
Rate: 10000
- Item: Poison_Powder
Rate: 6000
- Item: Gold_Ring
Rate: 10
- Item: Green_Herb
Rate: 1350
- Item: Cardinal_Jewel_
Rate: 5
- Item: Royal_Jelly
Rate: 5
- Item: Cinquedea_
Rate: 25
- Item: Poison_Toad_Card
Rate: 5
StealProtected: true
- Id: 2705
AegisName: C2_POISON_SPORE
Name: Solid Poison Spore
Level: 26
Hp: 3790
BaseExp: 1045
JobExp: 2415
Attack: 27
Attack2: 15
Defense: 40
MagicDefense: 8
Str: 19
Agi: 17
Vit: 22
Int: 5
Dex: 20
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Poison
ElementLevel: 1
WalkSpeed: 240
AttackDelay: 1672
AttackMotion: 672
ClientAttackMotion: 576
DamageMotion: 288
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Poison_Spore
Rate: 10000
- Item: Hat_
Rate: 50
- Item: Green_Herb
Rate: 1375
- Item: Blue_Herb
Rate: 150
- Item: Karvodailnirol
Rate: 125
- Item: Mushroom_Spore
Rate: 3000
- Item: Wing_Of_Fly
Rate: 2500
- Item: Poison_Spore_Card
Rate: 5
StealProtected: true
- Id: 2706
AegisName: C3_PLASMA_Y
Name: Plasma Ringleader
Level: 119
Hp: 80500
BaseExp: 11835
JobExp: 39780
Attack: 927
Attack2: 135
Defense: 130
MagicDefense: 45
Str: 141
Agi: 94
Vit: 75
Int: 91
Dex: 144
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Ghost
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 1056
AttackMotion: 1056
ClientAttackMotion: 1296
DamageMotion: 336
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Scell
Rate: 250
- Item: Gift_Box
Rate: 25
- Item: Crystal_Jewel_
Rate: 5
- Item: Yellow_Gemstone
Rate: 250
- Item: Gold
Rate: 1
- Item: Light_Granule
Rate: 750
- Item: Plasma_Card
Rate: 5
StealProtected: true
- Id: 2707
AegisName: C4_PLANKTON
Name: Furious Plankton
Level: 40
Hp: 4665
BaseExp: 1500
JobExp: 3765
Attack: 51
Attack2: 36
Defense: 28
MagicDefense: 28
Str: 23
Agi: 68
Vit: 25
Int: 55
Dex: 35
Luk: 14
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Water
ElementLevel: 3
WalkSpeed: 400
AttackDelay: 500
AttackMotion: 1008
ClientAttackMotion: 576
DamageMotion: 324
Ai: 01
# Class: 6 # TODO
Drops:
- Item: Single_Cell
Rate: 10000
- Item: Garlet
Rate: 750
- Item: Sticky_Mucus
Rate: 1750
- Item: Alchol
Rate: 10
- Item: Wing_Of_Fly
Rate: 2500
- Item: Dew_Laden_Moss
Rate: 50
- Item: Center_Potion
Rate: 125
- Item: Plankton_Card
Rate: 5
StealProtected: true
- Id: 2708
AegisName: C5_PITMAN
Name: Elusive Pitman
Level: 90
Hp: 33585
BaseExp: 5790
JobExp: 15570
Attack: 541
Attack2: 60
Defense: 104
MagicDefense: 48
Str: 78
Agi: 56
Vit: 45
Int: 35
Dex: 60
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Undead
Element: Earth
ElementLevel: 2
WalkSpeed: 180
AttackDelay: 960
AttackMotion: 336
ClientAttackMotion: 240
DamageMotion: 300
Ai: 17
# Class: 6 # TODO
Drops:
- Item: Old_Pick
Rate: 7500
- Item: Old_Steel_Plate
Rate: 1250
- Item: Gun_Powder
Rate: 2250
- Item: Steel
Rate: 1250
- Item: Coal
Rate: 250
- Item: Lantern
Rate: 2500
- Item: Headlamp
Rate: 200
- Item: Pitman_Card
Rate: 5
StealProtected: true
- Id: 2709
AegisName: C1_PIRANHA
Name: Swift Piranha
Level: 75
Hp: 21095
BaseExp: 3970
JobExp: 11010
Attack: 265
Attack2: 41
Defense: 7
MagicDefense: 12
Str: 69
Agi: 45
Vit: 30
Int: 30
Dex: 79
Luk: 35
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Fish
Element: Water
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 768
AttackMotion: 480
ClientAttackMotion: 288
DamageMotion: 864
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Gill
Rate: 1500
- Item: Mistic_Frozen
Rate: 15
- Item: Sharp_Scale
Rate: 10000
- Item: Tooth_Of_Ancient_Fish
Rate: 1250
- Item: Lip_Of_Ancient_Fish
Rate: 1250
- Item: Scalpel
Rate: 5
- Item: Fisherman's_Dagger
Rate: 15
- Item: Piranha_Card
Rate: 5
StealProtected: true
- Id: 2710
AegisName: C2_PINGUICULA_D
Name: Solid Dark Pinguicula
Level: 113
Hp: 180920
BaseExp: 11010
JobExp: 31590
Attack: 866
Attack2: 789
Defense: 59
MagicDefense: 35
Str: 89
Agi: 55
Vit: 55
Int: 95
Dex: 92
Luk: 12
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Poison
ElementLevel: 2
WalkSpeed: 348
AttackDelay: 1426
AttackMotion: 600
ClientAttackMotion: 360
DamageMotion: 360
Ai: 13
# Class: 6 # TODO
Drops:
- Item: Sharp_Leaf
Rate: 10000
- Item: Great_Leaf
Rate: 5000
- Item: Browny_Root
Rate: 7500
- Item: Karvodailnirol
Rate: 25
- Item: Withered_Flower
Rate: 2500
- Item: Elder_Branch
Rate: 3750
- Item: Rotha_Shield
Rate: 25
- Item: Pinguicula_Dark_Card
Rate: 5
StealProtected: true
- Id: 2711
AegisName: C3_PINGUICULA
Name: Pinguicula Ringleader
Level: 105
Hp: 63735
BaseExp: 8530
JobExp: 23205
Attack: 793
Attack2: 322
Defense: 46
MagicDefense: 77
Str: 67
Agi: 60
Vit: 64
Int: 107
Dex: 77
Luk: 34
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 700
AttackMotion: 600
ClientAttackMotion: 300
DamageMotion: 360
Ai: 13
# Class: 6 # TODO
Drops:
- Item: Pinguicula_Corsage
Rate: 5
- Item: Whip_Of_Balance
Rate: 25
- Item: Forest_Robe
Rate: 25
- Item: Sharp_Leaf
Rate: 10000
- Item: Great_Leaf
Rate: 5000
- Item: Browny_Root
Rate: 7500
- Item: Elder_Branch
Rate: 2500
- Item: Pinguicula_Card
Rate: 5
StealProtected: true
- Id: 2712
AegisName: C4_PICKY_
Name: Furious Picky
Level: 10
Hp: 385
BaseExp: 775
JobExp: 1275
Attack: 1
Attack2: 20
Defense: 48
MagicDefense: 10
Str: 15
Agi: 10
Vit: 8
Int: 5
Dex: 9
Luk: 3
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Fire
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 500
AttackMotion: 288
ClientAttackMotion: 240
DamageMotion: 168
Ai: 01
# Class: 6 # TODO
Drops:
- Item: Feather_Of_Birds
Rate: 10000
- Item: Feather
Rate: 5000
- Item: Egg_Shell
Rate: 150
- Item: Red_Herb
Rate: 5000
- Item: Milk
Rate: 5000
- Item: Wing_Of_Fly
Rate: 2500
- Item: Tiny_Egg_Shell
Rate: 100
- Item: Picky__Card
Rate: 100
StealProtected: true
- Id: 2713
AegisName: C5_PHEN
Name: Elusive Phen
Level: 52
Hp: 8580
BaseExp: 2180
JobExp: 5745
Attack: 106
Attack2: 30
Defense: 44
MagicDefense: 11
Str: 54
Agi: 15
Vit: 35
Int: 15
Dex: 28
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 2544
AttackMotion: 1344
ClientAttackMotion: 432
DamageMotion: 1152
Ai: 17
# Class: 6 # TODO
Drops:
- Item: Fish_Tail
Rate: 10000
- Item: Sharp_Scale
Rate: 5000
- Item: Skyblue_Jewel
Rate: 15
- Item: Meat
Rate: 2500
- Item: Fin
Rate: 1250
- Item: Oridecon_Stone
Rate: 65
- Item: Phen_Card
Rate: 5
StealProtected: true
- Id: 2714
AegisName: C1_PETIT
Name: Swift Petite
Level: 86
Hp: 27455
BaseExp: 5430
JobExp: 14550
Attack: 433
Attack2: 66
Defense: 99
MagicDefense: 49
Str: 55
Agi: 32
Vit: 38
Int: 37
Dex: 65
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Dragon
Element: Earth
ElementLevel: 1
WalkSpeed: 187
AttackDelay: 2468
AttackMotion: 768
ClientAttackMotion: 336
DamageMotion: 480
Ai: 19
# Class: 6 # TODO
Drops:
- Item: Dragon_Canine
Rate: 10000
- Item: Dragon_Train
Rate: 750
- Item: Oridecon_Stone
Rate: 350
- Item: White_Herb
Rate: 2500
- Item: Scarlet_Mace
Rate: 250
RandomOptionGroup: Group_5
- Item: Petti_Tail
Rate: 250
- Item: Aloebera
Rate: 40
- Item: Petit_Card
Rate: 5
StealProtected: true
- Id: 2715
AegisName: C2_PETIT
Name: Solid Petite
Level: 86
Hp: 54910
BaseExp: 5430
JobExp: 14550
Attack: 433
Attack2: 66
Defense: 99
MagicDefense: 49
Str: 55
Agi: 32
Vit: 38
Int: 37
Dex: 65
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Dragon
Element: Earth
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 2468
AttackMotion: 768
ClientAttackMotion: 336
DamageMotion: 480
Ai: 19
# Class: 6 # TODO
Drops:
- Item: Dragon_Canine
Rate: 10000
- Item: Dragon_Train
Rate: 750
- Item: Oridecon_Stone
Rate: 350
- Item: White_Herb
Rate: 2500
- Item: Scarlet_Mace
Rate: 250
RandomOptionGroup: Group_5
- Item: Petti_Tail
Rate: 250
- Item: Aloebera
Rate: 40
- Item: Petit_Card
Rate: 5
StealProtected: true
- Id: 2716
AegisName: C3_PENOMENA
Name: Penomena Ringleader
Level: 85
Hp: 23105
BaseExp: 5090
JobExp: 14295
Attack: 385
Attack2: 41
Defense: 85
MagicDefense: 32
Str: 76
Agi: 38
Vit: 35
Int: 35
Dex: 107
Luk: 10
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Poison
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 832
AttackMotion: 500
ClientAttackMotion: 336
DamageMotion: 600
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Coral_Reef
Rate: 10000
- Item: Tentacle
Rate: 10000
- Item: Sticky_Mucus
Rate: 10000
- Item: Panacea
Rate: 500
- Item: Violet_Jewel
Rate: 40
- Item: Katar_Of_Raging_Blaze
Rate: 5
- Item: Red_Gemstone
Rate: 1375
- Item: Penomena_Card
Rate: 5
StealProtected: true
- Id: 2717
AegisName: C4_PENOMENA
Name: Furious Penomena
Level: 85
Hp: 23105
BaseExp: 5090
JobExp: 14295
Attack: 385
Attack2: 41
Defense: 85
MagicDefense: 32
Str: 76
Agi: 49
Vit: 35
Int: 35
Dex: 107
Luk: 10
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Poison
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 500
AttackMotion: 500
ClientAttackMotion: 336
DamageMotion: 600
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Coral_Reef
Rate: 10000
- Item: Tentacle
Rate: 10000
- Item: Sticky_Mucus
Rate: 10000
- Item: Panacea
Rate: 500
- Item: Violet_Jewel
Rate: 40
- Item: Katar_Of_Raging_Blaze
Rate: 5
- Item: Red_Gemstone
Rate: 1375
- Item: Penomena_Card
Rate: 5
StealProtected: true
- Id: 2718
AegisName: C5_PECOPECO
Name: Elusive Peco Peco
Level: 25
Hp: 1770
BaseExp: 1020
JobExp: 2340
Attack: 27
Attack2: 7
Defense: 48
Str: 21
Agi: 10
Vit: 13
Int: 5
Dex: 28
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Fire
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1564
AttackMotion: 864
ClientAttackMotion: 480
DamageMotion: 576
Ai: 03
# Class: 6 # TODO
Drops:
- Item: Bill_Of_Birds
Rate: 10000
- Item: Sandals_
Rate: 50
- Item: Yellow_Herb
Rate: 500
- Item: Wing_Of_Fly
Rate: 2500
- Item: Wand
Rate: 250
# RandomOptionGroup: 30L
- Item: Orange
Rate: 2500
- Item: Pecopeco_Card
Rate: 5
StealProtected: true
- Id: 2719
AegisName: C1_PASANA
Name: Swift Pasana
Level: 79
Hp: 15100
BaseExp: 4270
JobExp: 11910
Attack: 328
Attack2: 40
Defense: 93
MagicDefense: 35
Str: 76
Agi: 36
Vit: 33
Int: 20
Dex: 80
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Fire
ElementLevel: 2
WalkSpeed: 123
AttackDelay: 976
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 288
Ai: 19
# Class: 6 # TODO
Drops:
- Item: Vroken_Sword
Rate: 10000
- Item: Honey_Jar
Rate: 6250
- Item: Elunium_Stone
Rate: 50
- Item: Scarlet_Saber
Rate: 250
RandomOptionGroup: Group_5
- Item: Scarlet_Dagger
Rate: 250
RandomOptionGroup: Group_5
- Item: Undershirt
Rate: 250
- Item: Pasana_Card
Rate: 5
StealProtected: true
- Id: 2720
AegisName: C2_PARASITE
Name: Solid Parasite
Level: 76
Hp: 31550
BaseExp: 4045
JobExp: 11235
Attack: 303
Attack2: 45
Defense: 63
MagicDefense: 30
Str: 55
Agi: 78
Vit: 33
Int: 50
Dex: 106
Luk: 40
AttackRange: 8
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Wind
ElementLevel: 2
WalkSpeed: 480
AttackDelay: 864
AttackMotion: 864
ClientAttackMotion: 288
DamageMotion: 672
Ai: 10
# Class: 6 # TODO
Drops:
- Item: Germinating_Sprout
Rate: 10000
- Item: Soft_Leaf
Rate: 5000
- Item: Thin_Stem
Rate: 9700
- Item: Great_Leaf
Rate: 1250
- Item: Rante_
Rate: 5
- Item: Bladed_Whip
Rate: 5
- Item: Pineapple
Rate: 2000
- Item: Parasite_Card
Rate: 5
StealProtected: true
- Id: 2721
AegisName: C3_OWL_DUKE
Name: Owl Duke Ringleader
Level: 92
Hp: 38900
BaseExp: 6190
JobExp: 17505
Attack: 499
Attack2: 300
Defense: 80
MagicDefense: 45
Str: 54
Agi: 51
Vit: 45
Int: 88
Dex: 106
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Neutral
ElementLevel: 3
WalkSpeed: 195
AttackDelay: 1345
AttackMotion: 824
ClientAttackMotion: 768
DamageMotion: 440
Ai: 21
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Tatters_Clothes
Rate: 10000
- Item: Soft_Feather
Rate: 3750
- Item: Wind_Scroll_1_5
Rate: 250
- Item: Crystal_Mirror
Rate: 5
- Item: Scarlet_Lance
Rate: 250
RandomOptionGroup: Group_5
- Item: Scarlet_Staff
Rate: 250
- Item: Magician_Hat
Rate: 5
- Item: Owl_Duke_Card
Rate: 5
StealProtected: true
- Id: 2722
AegisName: C4_ORK_WARRIOR
Name: Furious Orc Warrior
Level: 44
Hp: 5235
BaseExp: 1805
JobExp: 4395
Attack: 100
Attack2: 33
Defense: 52
MagicDefense: 3
Str: 32
Agi: 19
Vit: 24
Int: 15
Dex: 16
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 500
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 288
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Wing_Of_Fly
Rate: 2500
- Item: Orcish_Voucher
Rate: 10000
- Item: Oridecon_Stone
Rate: 100
- Item: Cigar
Rate: 10
- Item: Battle_Axe_
Rate: 25
- Item: Orcish_Axe
Rate: 15
- Item: Round_Buckler
Rate: 10
- Item: Orc_Warrior_Card
Rate: 5
StealProtected: true
- Id: 2723
AegisName: C5_ORC_ZOMBIE
Name: Elusive Orc Zombie
Level: 51
Hp: 7930
BaseExp: 2340
JobExp: 5280
Attack: 127
Attack2: 15
Defense: 71
MagicDefense: 5
Str: 45
Agi: 17
Vit: 32
Int: 5
Dex: 57
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 2852
AttackMotion: 1152
ClientAttackMotion: 768
DamageMotion: 840
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Nail_Of_Orc
Rate: 10000
- Item: Sticky_Mucus
Rate: 7500
- Item: Emperium
Rate: 5
- Item: Orc_Zombie_Card
Rate: 5
StealProtected: true
- Id: 2724
AegisName: C1_ORC_SKELETON
Name: Swift Orc Skeleton
Level: 53
Hp: 8495
BaseExp: 2450
JobExp: 5565
Attack: 139
Attack2: 25
Defense: 82
MagicDefense: 10
Str: 52
Agi: 16
Vit: 24
Int: 5
Dex: 24
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 2420
AttackMotion: 720
ClientAttackMotion: 288
DamageMotion: 648
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Orcish_Cuspid
Rate: 10000
- Item: Skel_Bone
Rate: 8750
- Item: Elunium_Stone
Rate: 200
- Item: Viking_Helm
Rate: 5
- Item: Buster_
Rate: 25
- Item: Green_Herb
Rate: 125
- Item: Orc_Skeleton_Card
Rate: 5
StealProtected: true
- Id: 2725
AegisName: C2_ORC_LADY
Name: Solid Orc Lady
Level: 45
Hp: 11450
BaseExp: 1845
JobExp: 4515
Attack: 111
Attack2: 33
Defense: 83
MagicDefense: 17
Str: 36
Agi: 11
Vit: 28
Int: 10
Dex: 57
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Earth
ElementLevel: 2
WalkSpeed: 240
AttackDelay: 1050
AttackMotion: 900
ClientAttackMotion: 540
DamageMotion: 288
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Cyfar
Rate: 10000
- Item: Puente_Robe
Rate: 10
- Item: Earring
Rate: 5
- Item: Wedding_Veil
Rate: 5
- Item: Wing_Of_Fly
Rate: 2500
- Item: Cookbook06
Rate: 10
- Item: Wedding_Dress
Rate: 5
- Item: Orc_Lady_Card
Rate: 5
StealProtected: true
- Id: 2726
AegisName: C3_OBSERVATION
Name: Dame of Sentinel Ringlea
Level: 127
Hp: 184220
BaseExp: 18320
JobExp: 52845
Attack: 1261
Attack2: 152
Defense: 98
MagicDefense: 55
Str: 99
Agi: 75
Vit: 52
Int: 55
Dex: 178
Luk: 80
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Angel
Element: Neutral
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 432
AttackMotion: 480
ClientAttackMotion: 300
DamageMotion: 360
Ai: 20
# Class: 6 # TODO
Drops:
- Item: Blue_Feather
Rate: 1250
- Item: Ring_
Rate: 5
- Item: Cursed_Seal
Rate: 250
- Item: Golden_Jewel
Rate: 2500
- Item: Stone_Of_Intelligence_
Rate: 250
- Item: Hair_Band
Rate: 25
- Item: Golden_Bracelet
Rate: 250
- Item: Observation_Card
Rate: 5
StealProtected: true
- Id: 2727
AegisName: C4_NOXIOUS
Name: Furious Noxious
Level: 87
Hp: 22310
BaseExp: 4735
JobExp: 15585
Attack: 404
Attack2: 71
Defense: 117
MagicDefense: 66
Str: 58
Agi: 58
Vit: 60
Int: 55
Dex: 68
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Ghost
ElementLevel: 3
WalkSpeed: 350
AttackDelay: 500
AttackMotion: 1440
ClientAttackMotion: 528
DamageMotion: 672
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Poisonous_Gas
Rate: 2500
- Item: Mould_Powder
Rate: 7500
- Item: Anodyne
Rate: 125
- Item: Air_Pollutant
Rate: 7500
- Item: Explosive_Powder
Rate: 1500
- Item: Tear_Gas
Rate: 750
- Item: Old_Blue_Box
Rate: 5
- Item: Noxious_Card
Rate: 5
StealProtected: true
- Id: 2728
AegisName: C5_NOVUS
Name: Elusive Novus
Level: 90
Hp: 26285
BaseExp: 5515
JobExp: 15570
Attack: 390
Attack2: 57
Defense: 95
MagicDefense: 48
Str: 74
Agi: 56
Vit: 57
Int: 25
Dex: 108
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Dragon
Element: Neutral
ElementLevel: 1
WalkSpeed: 110
AttackDelay: 151
AttackMotion: 288
ClientAttackMotion: 240
DamageMotion: 360
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Green_Herb
Rate: 7500
- Item: Cyfar
Rate: 2590
- Item: Dragon_Scale
Rate: 1475
- Item: Novus_Card
Rate: 5
StealProtected: true
- Id: 2729
AegisName: C1_NOVUS
Name: Swift Novus
Level: 90
Hp: 26285
BaseExp: 5515
JobExp: 15570
Attack: 390
Attack2: 57
Defense: 95
MagicDefense: 48
Str: 74
Agi: 56
Vit: 57
Int: 25
Dex: 108
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Dragon
Element: Neutral
ElementLevel: 1
WalkSpeed: 82
AttackDelay: 151
AttackMotion: 288
ClientAttackMotion: 240
DamageMotion: 360
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Green_Herb
Rate: 7500
- Item: Cyfar
Rate: 2590
- Item: Dragon_Scale
Rate: 1475
- Item: Novus_Card
Rate: 5
StealProtected: true
- Id: 2730
AegisName: C2_NOVUS
Name: Solid Novus
Level: 90
Hp: 52570
BaseExp: 5515
JobExp: 15570
Attack: 390
Attack2: 57
Defense: 95
MagicDefense: 48
Str: 74
Agi: 56
Vit: 57
Int: 25
Dex: 108
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Dragon
Element: Neutral
ElementLevel: 1
WalkSpeed: 132
AttackDelay: 151
AttackMotion: 288
ClientAttackMotion: 240
DamageMotion: 360
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Green_Herb
Rate: 7500
- Item: Cyfar
Rate: 2590
- Item: Dragon_Scale
Rate: 1475
- Item: Novus_Card
Rate: 5
StealProtected: true
- Id: 2731
AegisName: C3_NOVUS
Name: Novus Ringleader
Level: 90
Hp: 26285
BaseExp: 5515
JobExp: 15570
Attack: 390
Attack2: 57
Defense: 95
MagicDefense: 48
Str: 74
Agi: 56
Vit: 57
Int: 25
Dex: 108
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Dragon
Element: Neutral
ElementLevel: 1
WalkSpeed: 110
AttackDelay: 151
AttackMotion: 288
ClientAttackMotion: 240
DamageMotion: 360
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Green_Herb
Rate: 7500
- Item: Cyfar
Rate: 2590
- Item: Dragon_Scale
Rate: 1475
- Item: Novus_Card
Rate: 5
StealProtected: true
- Id: 2732
AegisName: C4_NIGHTMARE_TERROR
Name: Furious Nightmare Terror
Level: 107
Hp: 85395
BaseExp: 9225
JobExp: 26385
Attack: 711
Attack2: 226
Defense: 78
MagicDefense: 37
Str: 118
Agi: 68
Vit: 55
Int: 63
Dex: 106
Luk: 43
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 165
AttackDelay: 500
AttackMotion: 816
ClientAttackMotion: 720
DamageMotion: 432
Ai: 04
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Burning_Horse_Shoe
Rate: 2000
- Item: Rosary_
Rate: 5
- Item: Rosary
Rate: 75
- Item: Blue_Potion
Rate: 125
- Item: Blue_Herb
Rate: 375
- Item: Ghost_Scroll_1_5
Rate: 250
- Item: Infiltrator
Rate: 5
- Item: Nightmare_Terror_Card
Rate: 5
StealProtected: true
- Id: 2733
AegisName: C5_NG_WRAITH_DEAD
Name: Elusive Wraith Dead (Nig
Level: 110
Hp: 94615
BaseExp: 10490
JobExp: 25905
Attack: 865
Attack2: 122
Defense: 93
MagicDefense: 53
Str: 69
Agi: 52
Vit: 47
Int: 55
Dex: 109
Luk: 28
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Undead
Element: Undead
ElementLevel: 4
WalkSpeed: 250
AttackDelay: 1816
AttackMotion: 576
ClientAttackMotion: 720
DamageMotion: 240
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Transparent_Cloth
Rate: 10000
- Item: Wedding_Veil
Rate: 50
- Item: Manteau_
Rate: 25
- Item: Red_Gemstone
Rate: 3750
- Item: Manteau
Rate: 50
- Item: Crystal_Jewel__
Rate: 50
- Id: 2734
AegisName: C1_NG_WANDER_MAN
Name: Furious Wanderer (Nightm
Level: 151
Hp: 653410
BaseExp: 49535
JobExp: 142131
Attack: 3392
Attack2: 218
Defense: 129
MagicDefense: 16
Str: 208
Agi: 151
Vit: 76
Int: 39
Dex: 231
Luk: 50
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Wind
ElementLevel: 1
WalkSpeed: 75
AttackDelay: 672
AttackMotion: 500
ClientAttackMotion: 672
DamageMotion: 192
Ai: 04
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Skull
Rate: 10000
- Item: Old_Card_Album
Rate: 10
- Item: Hakujin_
Rate: 25
- Item: Centimental_Leaf
Rate: 25
- Item: Muramasa_
Rate: 5
- Item: Oridecon
Rate: 550
- Item: Muramasa
Rate: 50
- Id: 2735
AegisName: C2_NEPENTHES
Name: Solid Nephentes
Level: 114
Hp: 182050
BaseExp: 11120
JobExp: 31920
Attack: 892
Attack2: 125
Defense: 25
MagicDefense: 5
Str: 94
Agi: 32
Vit: 41
Int: 39
Dex: 210
Luk: 59
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Poison
ElementLevel: 2
WalkSpeed: 1000
AttackDelay: 500
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 504
Ai: 10
# Class: 6 # TODO
Drops:
- Item: Mandragora_Cap
Rate: 5
- Item: Stem_Of_Nepenthes
Rate: 5
- Item: Harp_Of_Nepenthes
Rate: 5
- Item: Nepenthes_Bow
Rate: 5
- Item: Strong_Bine
Rate: 7500
- Item: Yellow_Live
Rate: 125
- Item: Stem
Rate: 10000
- Item: Nepenthes_Card
Rate: 5
StealProtected: true
- Id: 2736
AegisName: C3_NECROMANCER
Name: Necromancer Ringleader
Level: 133
Hp: 456520
BaseExp: 14950
JobExp: 49335
Attack: 1630
Attack2: 1006
Defense: 84
MagicDefense: 73
Str: 108
Agi: 54
Vit: 77
Int: 116
Dex: 137
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 1816
AttackMotion: 1320
ClientAttackMotion: 780
DamageMotion: 420
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Clattering_Skull
Rate: 7500
- Item: Lich_Bone_Wand
Rate: 50
- Item: Skel_Bone
Rate: 10000
- Item: Mithril_Magic_Cape
Rate: 25
- Item: Amulet
Rate: 250
- Item: Rent_Spell_Book
Rate: 3750
- Item: Necromancer_Card
Rate: 5
StealProtected: true
- Id: 2737
AegisName: C4_MYSTCASE
Name: Furious Myst Case
Level: 39
Hp: 4045
BaseExp: 1465
JobExp: 3660
Attack: 69
Attack2: 21
Defense: 50
MagicDefense: 11
Str: 26
Agi: 24
Vit: 40
Int: 35
Dex: 31
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 400
AttackDelay: 500
AttackMotion: 1248
ClientAttackMotion: 336
DamageMotion: 432
Ai: 17
# Class: 6 # TODO
Drops:
- Item: Candy_Striper
Rate: 225
- Item: Wing_Of_Fly
Rate: 2500
- Item: Old_Blue_Box
Rate: 50
- Item: Piece_Of_Cake
Rate: 5000
- Item: Scarlet_Jewel
Rate: 375
- Item: Crystal_Jewel_
Rate: 15
- Item: Candy
Rate: 850
- Item: Mystcase_Card
Rate: 5
StealProtected: true
- Id: 2738
AegisName: C5_MUSCIPULAR
Name: Elusive Muscipular
Level: 105
Hp: 57945
BaseExp: 8530
JobExp: 23205
Attack: 727
Attack2: 76
Defense: 114
MagicDefense: 43
Str: 100
Agi: 60
Vit: 58
Int: 37
Dex: 72
Luk: 47
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 672
AttackMotion: 648
ClientAttackMotion: 504
DamageMotion: 360
Ai: 10
# Class: 6 # TODO
Drops:
- Item: Sticky_Poison
Rate: 7500
- Item: Blossom_Of_Maneater
Rate: 7500
- Item: Singing_Flower
Rate: 5
- Item: Root_Of_Maneater
Rate: 5000
- Item: Stem
Rate: 2500
- Item: Deadly_Noxious_Herb
Rate: 10
- Item: Mandragora_Flowerpot
Rate: 1000
- Item: Muscipular_Card
Rate: 5
StealProtected: true
- Id: 2739
AegisName: C1_MUMMY
Name: Swift Mummy
Level: 55
Hp: 9495
BaseExp: 2560
JobExp: 5850
Attack: 151
Attack2: 21
Defense: 95
MagicDefense: 3
Str: 54
Agi: 4
Vit: 14
Dex: 68
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 2
WalkSpeed: 225
AttackDelay: 1772
AttackMotion: 72
ClientAttackMotion: 288
DamageMotion: 384
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Rotten_Bandage
Rate: 10000
- Item: Oridecon_Stone
Rate: 250
- Item: Mementos
Rate: 1375
- Item: Glove
Rate: 5
- Item: Silver_Ring
Rate: 25
- Item: Panacea
Rate: 625
- Item: Yellow_Herb
Rate: 2125
- Item: Mummy_Card
Rate: 5
StealProtected: true
- Id: 2740
AegisName: C2_MUMMY
Name: Solid Mummy
Level: 55
Hp: 18990
BaseExp: 2560
JobExp: 5850
Attack: 151
Attack2: 21
Defense: 95
MagicDefense: 3
Str: 54
Agi: 4
Vit: 14
Dex: 68
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 2
WalkSpeed: 360
AttackDelay: 1772
AttackMotion: 72
ClientAttackMotion: 288
DamageMotion: 384
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Rotten_Bandage
Rate: 10000
- Item: Oridecon_Stone
Rate: 250
- Item: Mementos
Rate: 1375
- Item: Glove
Rate: 5
- Item: Silver_Ring
Rate: 25
- Item: Panacea
Rate: 625
- Item: Yellow_Herb
Rate: 2125
- Item: Mummy_Card
Rate: 5
StealProtected: true
- Id: 2741
AegisName: C3_MUKA
Name: Muka Ringleader
Level: 23
Hp: 1685
BaseExp: 1025
JobExp: 2220
Attack: 22
Attack2: 9
Defense: 28
Str: 18
Agi: 9
Vit: 28
Int: 5
Dex: 43
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1960
AttackMotion: 960
ClientAttackMotion: 480
DamageMotion: 384
Ai: 01
# Class: 6 # TODO
Drops:
- Item: Yellow_Live
Rate: 175
- Item: Cactus_Needle
Rate: 10000
- Item: Wing_Of_Fly
Rate: 2500
- Item: Green_Herb
Rate: 1000
- Item: Red_Herb
Rate: 2500
- Item: Guisarme
Rate: 125
# RandomOptionGroup: 30L
- Item: Iron_Ore
Rate: 625
- Item: Muka_Card
Rate: 5
StealProtected: true
- Id: 2742
AegisName: C4_MOROCC_1
Name: Furious Incarnation of M
Level: 132
Hp: 319500
BaseExp: 14275
JobExp: 27175
Attack: 2280
Attack2: 145
Defense: 199
MagicDefense: 35
Str: 126
Agi: 118
Vit: 63
Int: 61
Dex: 114
Luk: 37
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Angel
Element: Dark
ElementLevel: 1
WalkSpeed: 110
AttackDelay: 500
AttackMotion: 480
ClientAttackMotion: 336
DamageMotion: 432
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Herald_Of_GOD
Rate: 25
- Item: Dark_Crystal
Rate: 2500
- Item: Dark_Debris
Rate: 7500
- Item: Elunium
Rate: 400
- Item: Brigan
Rate: 10000
- Item: Diabolus_Manteau
Rate: 10
- Item: Nemesis
Rate: 50
- Id: 2743
AegisName: C5_MOROCC_1
Name: Elusive Incarnation of M
Level: 132
Hp: 319500
BaseExp: 14275
JobExp: 27175
Attack: 2281
Attack2: 145
Defense: 199
MagicDefense: 35
Str: 126
Agi: 91
Vit: 63
Int: 61
Dex: 114
Luk: 37
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Angel
Element: Dark
ElementLevel: 1
WalkSpeed: 110
AttackDelay: 576
AttackMotion: 480
ClientAttackMotion: 336
DamageMotion: 432
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Herald_Of_GOD
Rate: 25
- Item: Dark_Crystal
Rate: 2500
- Item: Dark_Debris
Rate: 7500
- Item: Elunium
Rate: 400
- Item: Brigan
Rate: 10000
- Item: Diabolus_Manteau
Rate: 10
- Item: Nemesis
Rate: 50
- Id: 2744
AegisName: C1_MOROCC_1
Name: Swift Incarnation of Mor
Level: 132
Hp: 319500
BaseExp: 14275
JobExp: 27175
Attack: 2281
Attack2: 145
Defense: 199
MagicDefense: 35
Str: 126
Agi: 91
Vit: 63
Int: 61
Dex: 114
Luk: 37
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Angel
Element: Dark
ElementLevel: 1
WalkSpeed: 82
AttackDelay: 576
AttackMotion: 480
ClientAttackMotion: 336
DamageMotion: 432
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Herald_Of_GOD
Rate: 25
- Item: Dark_Crystal
Rate: 2500
- Item: Dark_Debris
Rate: 7500
- Item: Elunium
Rate: 400
- Item: Brigan
Rate: 10000
- Item: Diabolus_Manteau
Rate: 10
- Item: Nemesis
Rate: 50
- Id: 2745
AegisName: C2_MOLE
Name: Solid Holden
Level: 85
Hp: 43900
BaseExp: 5340
JobExp: 14295
Attack: 404
Attack2: 49
Defense: 82
MagicDefense: 16
Str: 53
Agi: 65
Vit: 31
Int: 30
Dex: 58
Luk: 31
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 360
AttackDelay: 1400
AttackMotion: 960
ClientAttackMotion: 240
DamageMotion: 504
Ai: 03
# Class: 6 # TODO
Drops:
- Item: Moustache_Of_Mole
Rate: 10000
- Item: Nail_Of_Mole
Rate: 10000
- Item: Super_Novice_Hat_
Rate: 125
- Item: Scarlet_Revolver
Rate: 250
- Item: Mole_Card
Rate: 5
StealProtected: true
- Id: 2746
AegisName: C3_MIYABI_NINGYO
Name: Miyabi Doll Ringleader
Level: 85
Hp: 25415
BaseExp: 5090
JobExp: 14295
Attack: 346
Attack2: 66
Defense: 57
MagicDefense: 19
Str: 66
Agi: 30
Vit: 30
Int: 55
Dex: 88
Luk: 40
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 1
WalkSpeed: 250
AttackDelay: 1938
AttackMotion: 2112
ClientAttackMotion: 1920
DamageMotion: 768
Ai: 17
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Glossy_Hair
Rate: 10000
- Item: Old_Japaness_Clothes
Rate: 6250
- Item: White_Herb
Rate: 3875
- Item: Star_Crumb
Rate: 3125
- Item: High_end_Cooking_Kits
Rate: 25
- Item: Hakujin
Rate: 15
- Item: Scarlet_Viollin
Rate: 250
RandomOptionGroup: Group_5
- Item: Miyabi_Ningyo_Card
Rate: 5
StealProtected: true
- Id: 2747
AegisName: C4_MINOROUS
Name: Furious Minorous
Level: 58
Hp: 8645
BaseExp: 2495
JobExp: 6690
Attack: 186
Attack2: 36
Defense: 100
MagicDefense: 10
Str: 65
Agi: 54
Vit: 36
Int: 43
Dex: 61
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Fire
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 500
AttackMotion: 960
ClientAttackMotion: 576
DamageMotion: 432
Ai: 19
# Class: 6 # TODO
Drops:
- Item: Nose_Ring
Rate: 10000
- Item: Oridecon_Stone
Rate: 490
- Item: Two_Handed_Axe_
Rate: 5
- Item: Hammer_Of_Blacksmith
Rate: 25
- Item: Beef_Head_Meat
Rate: 250
- Item: Axe
Rate: 500
- Item: Lemon
Rate: 750
- Item: Minorous_Card
Rate: 5
StealProtected: true
- Id: 2748
AegisName: C5_MINOROUS
Name: Elusive Minorous
Level: 58
Hp: 8645
BaseExp: 2495
JobExp: 6690
Attack: 186
Attack2: 36
Defense: 100
MagicDefense: 10
Str: 65
Agi: 42
Vit: 36
Int: 43
Dex: 61
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Fire
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1360
AttackMotion: 960
ClientAttackMotion: 576
DamageMotion: 432
Ai: 19
# Class: 6 # TODO
Drops:
- Item: Nose_Ring
Rate: 10000
- Item: Oridecon_Stone
Rate: 490
- Item: Two_Handed_Axe_
Rate: 5
- Item: Hammer_Of_Blacksmith
Rate: 25
- Item: Beef_Head_Meat
Rate: 250
- Item: Axe
Rate: 500
- Item: Lemon
Rate: 750
- Item: Minorous_Card
Rate: 5
StealProtected: true
- Id: 2749
AegisName: C1_MINOROUS
Name: Swift Minorous
Level: 58
Hp: 8645
BaseExp: 2495
JobExp: 6690
Attack: 186
Attack2: 36
Defense: 100
MagicDefense: 10
Str: 65
Agi: 42
Vit: 36
Int: 43
Dex: 61
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Fire
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1360
AttackMotion: 960
ClientAttackMotion: 576
DamageMotion: 432
Ai: 19
# Class: 6 # TODO
Drops:
- Item: Nose_Ring
Rate: 10000
- Item: Oridecon_Stone
Rate: 490
- Item: Two_Handed_Axe_
Rate: 5
- Item: Hammer_Of_Blacksmith
Rate: 25
- Item: Beef_Head_Meat
Rate: 250
- Item: Axe
Rate: 500
- Item: Lemon
Rate: 750
- Item: Minorous_Card
Rate: 5
StealProtected: true
- Id: 2750
AegisName: C2_MINERAL
Name: Solid Mineral
Level: 96
Hp: 79590
BaseExp: 6555
JobExp: 18600
Attack: 448
Attack2: 57
Defense: 127
MagicDefense: 23
Str: 70
Agi: 61
Vit: 40
Int: 50
Dex: 74
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 648
AttackMotion: 480
ClientAttackMotion: 300
DamageMotion: 360
Ai: 17
# Class: 6 # TODO
Drops:
- Item: Fragment_Of_Crystal
Rate: 7500
- Item: Golden_Jewel
Rate: 1250
- Item: Emperium
Rate: 5
- Item: Oridecon
Rate: 200
- Item: Emveretarcon
Rate: 2000
- Item: Yellow_Gemstone
Rate: 250
- Item: Gold
Rate: 1
- Item: Mineral_Card
Rate: 5
StealProtected: true
- Id: 2751
AegisName: C3_MIMING
Name: Miming Ringleader
Level: 140
Hp: 406000
BaseExp: 23075
JobExp: 62370
Attack: 774
Attack2: 222
Defense: 120
MagicDefense: 120
Str: 90
Agi: 66
Vit: 105
Int: 77
Dex: 200
Luk: 77
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 250
AttackDelay: 576
AttackMotion: 1140
ClientAttackMotion: 240
DamageMotion: 504
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Golden_Feather
Rate: 7500
- Item: Light_Granule
Rate: 250
- Item: Gold
Rate: 1
- Item: Telekinetic_Orb
Rate: 5
- Item: Miming_Card
Rate: 5
StealProtected: true
- Id: 2752
AegisName: C4_MIMIC
Name: Furious Mimic
Level: 56
Hp: 8535
BaseExp: 2385
JobExp: 6360
Attack: 157
Attack2: 22
Defense: 63
MagicDefense: 15
Str: 49
Agi: 156
Vit: 20
Int: 15
Dex: 109
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 500
AttackMotion: 500
ClientAttackMotion: 480
DamageMotion: 288
Ai: 19
# Class: 6 # TODO
Drops:
- Item: Old_Violet_Box
Rate: 15
- Item: Old_Blue_Box
Rate: 115
- Item: Booby_Trap
Rate: 3000
- Item: Light_Granule
Rate: 2500
- Item: Rosary_
Rate: 5
- Item: Elunium_Stone
Rate: 675
- Item: Mimic_Card
Rate: 5
StealProtected: true
- Id: 2753
AegisName: C5_MIMIC
Name: Elusive Mimic
Level: 56
Hp: 8535
BaseExp: 2385
JobExp: 6360
Attack: 157
Attack2: 22
Defense: 63
MagicDefense: 15
Str: 49
Agi: 120
Vit: 20
Int: 15
Dex: 109
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 972
AttackMotion: 500
ClientAttackMotion: 480
DamageMotion: 288
Ai: 19
# Class: 6 # TODO
Drops:
- Item: Old_Violet_Box
Rate: 15
- Item: Old_Blue_Box
Rate: 115
- Item: Booby_Trap
Rate: 3000
- Item: Light_Granule
Rate: 2500
- Item: Rosary_
Rate: 5
- Item: Elunium_Stone
Rate: 675
- Item: Mimic_Card
Rate: 5
StealProtected: true
- Id: 2754
AegisName: C1_METALLER
Name: Swift Metaller
Level: 55
Hp: 7435
BaseExp: 2330
JobExp: 6195
Attack: 151
Attack2: 41
Defense: 72
MagicDefense: 12
Str: 52
Agi: 24
Vit: 10
Int: 0
Dex: 52
Luk: 31
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Fire
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1708
AttackMotion: 1008
ClientAttackMotion: 432
DamageMotion: 540
Ai: 07
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Boody_Red
Rate: 150
- Item: Grasshopper's_Leg
Rate: 10000
- Item: Amazing_Foxtail
Rate: 25
- Item: Model_Foxtail
Rate: 25
- Item: Singing_Plant
Rate: 50
- Item: Shell
Rate: 7500
- Item: Guitar_Of_Passion
Rate: 25
- Item: Metaller_Card
Rate: 5
StealProtected: true
- Id: 2755
AegisName: C2_METALING
Name: Solid Metaling
Level: 81
Hp: 38620
BaseExp: 4770
JobExp: 13335
Attack: 313
Attack2: 39
Defense: 69
MagicDefense: 28
Str: 58
Agi: 30
Vit: 49
Int: 17
Dex: 60
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 360
AttackDelay: 384
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 02
# Class: 6 # TODO
Drops:
- Item: Tube
Rate: 10000
- Item: Iron_Ore
Rate: 2500
- Item: Iron
Rate: 1250
- Item: Large_Jellopy
Rate: 2500
- Item: Screw
Rate: 500
- Item: Scarlet_Revolver
Rate: 250
- Item: Jubilee
Rate: 10000
- Item: Metaling_Card
Rate: 5
StealProtected: true
- Id: 2756
AegisName: C3_METALING
Name: Metaling Ringleader
Level: 81
Hp: 19310
BaseExp: 4770
JobExp: 13335
Attack: 313
Attack2: 39
Defense: 69
MagicDefense: 28
Str: 58
Agi: 30
Vit: 49
Int: 17
Dex: 60
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 384
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 02
# Class: 6 # TODO
Drops:
- Item: Tube
Rate: 10000
- Item: Iron_Ore
Rate: 2500
- Item: Iron
Rate: 1250
- Item: Large_Jellopy
Rate: 2500
- Item: Screw
Rate: 500
- Item: Scarlet_Revolver
Rate: 250
- Item: Jubilee
Rate: 10000
- Item: Metaling_Card
Rate: 5
StealProtected: true
- Id: 2757
AegisName: C4_MERMAN
Name: Furious Merman
Level: 60
Hp: 11620
BaseExp: 2605
JobExp: 7020
Attack: 145
Attack2: 32
Defense: 62
MagicDefense: 8
Str: 45
Agi: 37
Vit: 30
Int: 19
Dex: 55
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Water
ElementLevel: 3
WalkSpeed: 220
AttackDelay: 500
AttackMotion: 816
ClientAttackMotion: 384
DamageMotion: 336
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Lip_Of_Ancient_Fish
Rate: 3250
- Item: Plate_Armor_
Rate: 5
- Item: Lemon
Rate: 1000
- Item: Skyblue_Jewel
Rate: 100
- Item: Mistic_Frozen
Rate: 90
- Item: Trident
Rate: 10
- Item: Oridecon_Stone
Rate: 510
- Item: Merman_Card
Rate: 5
StealProtected: true
- Id: 2758
AegisName: C5_MENBLATT
Name: Elusive Menblatt
Level: 143
Hp: 411000
BaseExp: 20750
JobExp: 67732
Attack: 979
Attack2: 201
Defense: 79
MagicDefense: 50
Str: 70
Agi: 68
Vit: 40
Int: 55
Dex: 108
Luk: 30
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Wind
ElementLevel: 2
WalkSpeed: 145
AttackDelay: 472
AttackMotion: 1056
ClientAttackMotion: 864
DamageMotion: 480
Ai: 21
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Fancy_Fairy_Wing
Rate: 10000
- Item: Great_Wing
Rate: 5000
- Item: Sharp_Feeler
Rate: 10000
- Item: Peony_Mommy
Rate: 25
- Id: 2759
AegisName: C1_MEDUSA
Name: Swift Medusa
Level: 102
Hp: 56400
BaseExp: 7825
JobExp: 22305
Attack: 589
Attack2: 113
Defense: 87
MagicDefense: 66
Str: 99
Agi: 68
Vit: 65
Int: 79
Dex: 83
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Neutral
ElementLevel: 2
WalkSpeed: 135
AttackDelay: 1720
AttackMotion: 1320
ClientAttackMotion: 1080
DamageMotion: 360
Ai: 21
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Slender_Snake
Rate: 10000
- Item: Whip_Of_Red_Flame
Rate: 625
- Item: Animal_Blood
Rate: 500
- Item: Sea_Witch_Foot
Rate: 50
- Item: Scarlet_Jewel
Rate: 625
- Item: Rafini_Staff
Rate: 15
- Item: Penetration
Rate: 10
- Item: Medusa_Card
Rate: 5
StealProtected: true
- Id: 2760
AegisName: C2_MARTIN
Name: Solid Martin
Level: 39
Hp: 7690
BaseExp: 1535
JobExp: 3660
Attack: 73
Attack2: 18
Defense: 58
MagicDefense: 19
Str: 25
Agi: 29
Vit: 28
Int: 15
Dex: 30
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 360
AttackDelay: 1480
AttackMotion: 480
ClientAttackMotion: 192
DamageMotion: 480
Ai: 01
# Class: 6 # TODO
Drops:
- Item: Moustache_Of_Mole
Rate: 10000
- Item: Nail_Of_Mole
Rate: 10000
- Item: Jur_
Rate: 25
- Item: Goggle_
Rate: 15
- Item: Safety_Helmet
Rate: 5
- Item: Battered_Pot
Rate: 25
- Item: Wing_Of_Fly
Rate: 2500
- Item: Martin_Card
Rate: 5
StealProtected: true
- Id: 2761
AegisName: C3_MARIONETTE
Name: Marionette Ringleader
Level: 90
Hp: 20445
BaseExp: 4965
JobExp: 16395
Attack: 390
Attack2: 190
Defense: 35
MagicDefense: 24
Str: 52
Agi: 79
Vit: 28
Int: 105
Dex: 86
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Ghost
ElementLevel: 3
WalkSpeed: 300
AttackDelay: 1480
AttackMotion: 480
ClientAttackMotion: 240
DamageMotion: 1056
Ai: 19
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Golden_Hair
Rate: 10000
- Item: Star_Dust
Rate: 15
- Item: Brooch
Rate: 5
- Item: Fire_Scroll_3_5
Rate: 250
- Item: Scarlet_Mace
Rate: 250
RandomOptionGroup: Group_5
- Item: Chrystal_Pumps
Rate: 5
- Item: Marionette_Doll
Rate: 10
- Item: Marionette_Card
Rate: 5
StealProtected: true
- Id: 2762
AegisName: C4_MARIN
Name: Furious Marin
Level: 37
Hp: 4220
BaseExp: 1395
JobExp: 3450
Attack: 50
Attack2: 14
Defense: 32
MagicDefense: 8
Str: 24
Agi: 6
Vit: 10
Int: 5
Dex: 30
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Water
ElementLevel: 2
WalkSpeed: 400
AttackDelay: 500
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 02
# Class: 6 # TODO
Drops:
- Item: Garlet
Rate: 8000
- Item: Sticky_Mucus
Rate: 3750
- Item: Cold_Scroll_2_1
Rate: 250
- Item: Wing_Of_Fly
Rate: 2500
- Item: Blue_Herb
Rate: 190
- Item: Candy
Rate: 875
- Item: Poring_Hat
Rate: 5
- Item: Marin_Card
Rate: 5
StealProtected: true
- Id: 2763
AegisName: C5_MARDUK
Name: Elusive Marduk
Level: 73
Hp: 15495
BaseExp: 3830
JobExp: 10590
Attack: 306
Attack2: 112
Defense: 66
MagicDefense: 43
Str: 66
Agi: 49
Vit: 21
Int: 40
Dex: 79
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Fire
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1540
AttackMotion: 840
ClientAttackMotion: 432
DamageMotion: 504
Ai: 19
# Class: 6 # TODO
Drops:
- Item: Flame_Heart
Rate: 90
- Item: Sacred_Masque
Rate: 10000
- Item: Staff_
Rate: 25
- Item: Mitten_Of_Presbyter
Rate: 5
- Item: Blessed_Wand
Rate: 10
- Item: Fire_Scroll_1_5
Rate: 250
- Item: Book_Of_Devil
Rate: 50
- Item: Marduk_Card
Rate: 5
StealProtected: true
- Id: 2764
AegisName: C1_MANTIS
Name: Swift Mantis
Level: 65
Hp: 11815
BaseExp: 3210
JobExp: 8340
Attack: 238
Attack2: 31
Defense: 90
Str: 55
Agi: 33
Vit: 24
Int: 5
Dex: 46
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1528
AttackMotion: 660
ClientAttackMotion: 336
DamageMotion: 432
Ai: 19
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Yellow_Live
Rate: 275
- Item: Limb_Of_Mantis
Rate: 10000
- Item: Scell
Rate: 3500
- Item: Elunium_Stone
Rate: 175
- Item: Solid_Shell
Rate: 625
- Item: Azure_Jewel
Rate: 25
- Item: Red_Herb
Rate: 1625
- Item: Mantis_Card
Rate: 5
StealProtected: true
- Id: 2765
AegisName: C2_MANDRAGORA
Name: Solid Mandragora
Level: 13
Hp: 1400
BaseExp: 850
JobExp: 1500
Attack: 4
Attack2: 3
Defense: 13
MagicDefense: 2
Str: 12
Agi: 3
Vit: 5
Int: 5
Dex: 10
Luk: 5
AttackRange: 4
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 3
WalkSpeed: 1000
AttackDelay: 1768
AttackMotion: 768
ClientAttackMotion: 384
DamageMotion: 576
Ai: 10
# Class: 6 # TODO
Drops:
- Item: Yellow_Live
Rate: 300
- Item: Stem
Rate: 10000
- Item: Spear_
Rate: 150
# RandomOptionGroup: 30L
- Item: Green_Herb
Rate: 2000
- Item: Wing_Of_Fly
Rate: 2500
- Item: Four_Leaf_Clover
Rate: 1
- Item: Whip_Of_Earth
Rate: 25
# RandomOptionGroup: 30L
- Item: Mandragora_Card
Rate: 5
StealProtected: true
- Id: 2766
AegisName: C3_MANANANGGAL
Name: Manananggal Ringleader
Level: 107
Hp: 78280
BaseExp: 9225
JobExp: 26385
Attack: 640
Attack2: 103
Defense: 64
MagicDefense: 31
Str: 75
Agi: 85
Vit: 45
Int: 71
Dex: 75
Luk: 46
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 280
AttackMotion: 720
ClientAttackMotion: 576
DamageMotion: 360
Ai: 04
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Silver_Bracelet
Rate: 10000
- Item: Elegant_Flower
Rate: 5000
- Item: Wing_Of_Red_Bat
Rate: 5000
- Item: Tooth_Of_Bat
Rate: 5000
- Item: Beautiful_Flower
Rate: 5000
- Item: Mysterious_Flower
Rate: 5000
- Item: Insideout_Shirt
Rate: 500
- Id: 2767
AegisName: C4_MAJORUROS
Name: Furious Majoruros
Level: 107
Hp: 67610
BaseExp: 9225
JobExp: 26385
Attack: 782
Attack2: 432
Defense: 111
MagicDefense: 25
Str: 112
Agi: 75
Vit: 65
Int: 55
Dex: 86
Luk: 49
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Fire
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 500
AttackMotion: 960
ClientAttackMotion: 1728
DamageMotion: 780
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Nose_Ring
Rate: 10000
- Item: Scarlet_Twohand_Axe
Rate: 250
RandomOptionGroup: Group_5
- Item: Beef_Head_Meat
Rate: 2500
- Item: Oridecon
Rate: 40
- Item: White_Herb
Rate: 4625
- Item: Silver_Ring
Rate: 400
- Item: Star_Crumb
Rate: 625
- Item: Majoruros_Card
Rate: 5
StealProtected: true
- Id: 2768
AegisName: C5_MAGNOLIA
Name: Elusive Magnolia
Level: 53
Hp: 7725
BaseExp: 2230
JobExp: 5895
Attack: 98
Attack2: 165
Defense: 51
MagicDefense: 8
Str: 49
Agi: 25
Vit: 21
Int: 50
Dex: 31
Luk: 85
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Water
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1054
AttackMotion: 504
ClientAttackMotion: 192
DamageMotion: 432
Ai: 02
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Old_Frying_Pan
Rate: 10000
- Item: Garlet
Rate: 2000
- Item: Scell
Rate: 250
- Item: Zargon
Rate: 25
- Item: Black_Ladle
Rate: 100
- Item: Yellow_Herb
Rate: 1000
- Item: High_end_Cooking_Kits
Rate: 15
- Item: Magnolia_Card
Rate: 5
StealProtected: true
- Id: 2769
AegisName: C1_MAGMARING
Name: Swift Magmaring
Level: 110
Hp: 54595
BaseExp: 9540
JobExp: 27330
Attack: 709
Attack2: 44
Defense: 190
MagicDefense: 45
Str: 107
Agi: 33
Vit: 35
Int: 47
Dex: 73
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Fire
ElementLevel: 2
WalkSpeed: 225
AttackDelay: 1472
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 02
# Class: 6 # TODO
Drops:
- Item: Burning_Heart
Rate: 7500
- Item: Elunium_Stone
Rate: 85
- Item: Magmaring_Card
Rate: 5
StealProtected: true
- Id: 2770
AegisName: C2_LUNATIC
Name: Solid Lunatic
Level: 3
Hp: 480
BaseExp: 750
JobExp: 750
Attack: 1
Attack2: 1
Defense: 18
Str: 10
Agi: 3
Vit: 3
Int: 0
Dex: 8
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Neutral
ElementLevel: 3
WalkSpeed: 240
AttackDelay: 1456
AttackMotion: 456
ClientAttackMotion: 264
DamageMotion: 336
Ai: 01
# Class: 6 # TODO
Drops:
- Item: Clover
Rate: 10000
- Item: Feather
Rate: 10000
- Item: Pierrot_Nose
Rate: 20
- Item: Sword_
Rate: 500
# RandomOptionGroup: 30L
- Item: Wing_Of_Fly
Rate: 2500
- Item: Carrot
Rate: 10000
- Item: Rainbow_Carrot
Rate: 100
- Item: Lunatic_Card
Rate: 100
StealProtected: true
- Id: 2771
AegisName: C3_LUNATIC
Name: Lunatic Ringleader
Level: 3
Hp: 240
BaseExp: 750
JobExp: 750
Attack: 1
Attack2: 1
Defense: 18
Str: 10
Agi: 3
Vit: 3
Int: 0
Dex: 8
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Neutral
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1456
AttackMotion: 456
ClientAttackMotion: 264
DamageMotion: 336
Ai: 01
# Class: 6 # TODO
Drops:
- Item: Clover
Rate: 10000
- Item: Feather
Rate: 10000
- Item: Pierrot_Nose
Rate: 20
- Item: Sword_
Rate: 500
# RandomOptionGroup: 30L
- Item: Wing_Of_Fly
Rate: 2500
- Item: Carrot
Rate: 10000
- Item: Rainbow_Carrot
Rate: 100
- Item: Lunatic_Card
Rate: 100
StealProtected: true
- Id: 2772
AegisName: C4_LUDE
Name: Furious Lude
Level: 101
Hp: 55895
BaseExp: 8495
JobExp: 20850
Attack: 508
Attack2: 78
Defense: 90
MagicDefense: 53
Str: 97
Agi: 49
Vit: 55
Int: 82
Dex: 83
Luk: 55
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 500
AttackMotion: 960
ClientAttackMotion: 288
DamageMotion: 480
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Pumpkin_Bucket
Rate: 8000
- Item: Ectoplasm
Rate: 10000
- Item: Transparent_Cloth
Rate: 2500
- Item: Spirit_Chain
Rate: 25
- Item: Elunium_Stone
Rate: 25
- Item: Holy_Scroll_1_3
Rate: 250
- Item: Yellow_Powder
Rate: 750
- Item: Lude_Card
Rate: 5
StealProtected: true
- Id: 2773
AegisName: C5_LUCIOLA_VESPA
Name: Elusive Luciola Vespa
Level: 109
Hp: 65020
BaseExp: 9435
JobExp: 27015
Attack: 762
Attack2: 111
Defense: 59
MagicDefense: 55
Str: 88
Agi: 89
Vit: 55
Int: 32
Dex: 143
Luk: 59
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Wind
ElementLevel: 1
WalkSpeed: 110
AttackDelay: 1000
AttackMotion: 864
ClientAttackMotion: 720
DamageMotion: 432
Ai: 08
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Sprint_Ring
Rate: 5
- Item: Bradium
Rate: 5
- Item: Black_Wing_Suits
Rate: 25
- Item: Honey
Rate: 750
- Item: Wind_Of_Verdure
Rate: 400
- Item: Royal_Jelly
Rate: 500
- Item: Solid_Shell
Rate: 7500
- Item: Luciola_Vespa_Card
Rate: 5
StealProtected: true
- Id: 2774
AegisName: C1_LOLI_RURI
Name: Swift Loli Ruri
Level: 109
Hp: 86680
BaseExp: 9435
JobExp: 27015
Attack: 762
Attack2: 280
Defense: 53
MagicDefense: 44
Str: 111
Agi: 50
Vit: 47
Int: 79
Dex: 95
Luk: 79
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 4
WalkSpeed: 93
AttackDelay: 747
AttackMotion: 1632
ClientAttackMotion: 1440
DamageMotion: 576
Ai: 04
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Black_Kitty_Doll
Rate: 2000
- Item: Striped_Socks
Rate: 7500
- Item: Bat_Cage
Rate: 10000
- Item: Elunium
Rate: 250
- Item: Loki's_Whispers
Rate: 5
- Item: Lunatic_Brooch
Rate: 15
- Item: Sabah_Cloth
Rate: 25
- Item: Loli_Ruri_Card
Rate: 5
StealProtected: true
- Id: 2775
AegisName: C2_LIVE_PEACH_TREE
Name: Solid Enchanted Peach Tr
Level: 92
Hp: 74260
BaseExp: 6495
JobExp: 17505
Attack: 522
Attack2: 72
Defense: 109
MagicDefense: 40
Str: 76
Agi: 52
Vit: 55
Int: 40
Dex: 92
Luk: 50
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 2
WalkSpeed: 492
AttackDelay: 400
AttackMotion: 672
ClientAttackMotion: 576
DamageMotion: 480
Ai: 05
# Class: 6 # TODO
Drops:
- Item: Hard_Peach
Rate: 10000
- Item: Elder_Branch
Rate: 250
- Item: Royal_Jelly
Rate: 2500
- Item: Branch_Of_Dead_Tree
Rate: 1000
- Item: Banana_Juice
Rate: 250
- Item: Old_Blue_Box
Rate: 15
- Item: Live_Peach_Tree_Card
Rate: 5
StealProtected: true
- Id: 2776
AegisName: C3_LITTLE_PORING
Name: Baby Poring Ringleader
Level: 1
Hp: 200
BaseExp: 90
JobExp: 150
Attack: 9
Attack2: 1
Defense: 2
MagicDefense: 5
Str: 6
Int: 0
Dex: 6
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Water
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 02
# Class: 6 # TODO
Drops:
- Item: Jellopy
Index: 0
Rate: 10000
- Item: Knife_
Index: 1
Rate: 500
# RandomOptionGroup: 30L
- Item: Sticky_Mucus
Index: 2
Rate: 5000
- Item: Apple
Index: 3
Rate: 10000
- Item: Red_Herb
Index: 4
Rate: 5000
- Item: Apple
Index: 5
Rate: 2500
- Item: Red_Herb
Index: 6
Rate: 5000
- Item: Novice_Poring_Card
Index: 7
Rate: 500
StealProtected: true
- Id: 2777
AegisName: C4_LITTLE_FATUM
Name: Furious Little Fatum
Level: 142
Hp: 425500
BaseExp: 24375
JobExp: 64350
Attack: 794
Attack2: 452
Defense: 51
MagicDefense: 198
Str: 10
Agi: 85
Vit: 17
Int: 148
Dex: 222
Luk: 97
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demihuman
Element: Wind
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 500
AttackMotion: 300
ClientAttackMotion: 240
DamageMotion: 432
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Angel_Magic_Power
Rate: 7500
- Item: Light_Granule
Rate: 250
- Item: Dance_Shoes
Rate: 5
- Item: Little_Fatum_Card
Rate: 5
StealProtected: true
- Id: 2778
AegisName: C5_LI_ME_MANG_RYANG
Name: Elusive Jing Guai
Level: 80
Hp: 19970
BaseExp: 4560
JobExp: 12135
Attack: 404
Attack2: 41
Defense: 110
MagicDefense: 37
Str: 61
Agi: 22
Vit: 33
Int: 35
Dex: 74
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Earth
ElementLevel: 3
WalkSpeed: 165
AttackDelay: 1120
AttackMotion: 576
ClientAttackMotion: 336
DamageMotion: 420
Ai: 04
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Tiger_Skin_Panties
Rate: 10000
- Item: Little_Blacky_Ghost
Rate: 1000
- Item: Scarlet_Mace
Rate: 250
RandomOptionGroup: Group_5
- Item: Spike
Rate: 5
- Item: Li_Me_Mang_Ryang_Card
Rate: 5
StealProtected: true
- Id: 2779
AegisName: C1_LES
Name: Swift Les
Level: 82
Hp: 24045
BaseExp: 5090
JobExp: 13575
Attack: 427
Attack2: 30
Defense: 123
MagicDefense: 30
Str: 63
Agi: 20
Vit: 35
Int: 25
Dex: 62
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 4
WalkSpeed: 172
AttackDelay: 1728
AttackMotion: 720
ClientAttackMotion: 420
DamageMotion: 576
Ai: 03
# Class: 6 # TODO
Drops:
- Item: Sharp_Leaf
Rate: 5000
- Item: Green_Herb
Rate: 2500
- Item: Shoot
Rate: 2500
- Item: Stem
Rate: 6250
- Item: Centimental_Leaf
Rate: 5
- Item: Leaflet_Of_Aloe
Rate: 1250
- Item: Blue_Herb
Rate: 125
- Item: Les_Card
Rate: 5
StealProtected: true
- Id: 2780
AegisName: C2_LEIB_OLMAI
Name: Solid Leib Olmai
Level: 118
Hp: 251680
Sp: 0
BaseExp: 13680
JobExp: 37470
Attack: 1201
Attack2: 105
Defense: 127
MagicDefense: 31
Str: 72
Agi: 35
Vit: 80
Int: 35
Dex: 77
Luk: 27
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 210
AttackDelay: 1260
AttackMotion: 230
ClientAttackMotion: 1152
DamageMotion: 192
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Bear's_Foot
Rate: 10000
- Item: Poo_Poo_Hat
Rate: 20
- Item: Stuffed_Doll
Rate: 300
- Item: Honey
Rate: 1250
- Item: Pocket_Watch_
Rate: 15
- Item: Gold
Rate: 1
- Item: Cyfar
Rate: 2000
- Item: Leib_Olmai_Card
Rate: 5
StealProtected: true
- Id: 2781
AegisName: C3_LEAF_CAT
Name: Leaf Cat Ringleader
Level: 64
Hp: 10350
BaseExp: 3150
JobExp: 8160
Attack: 210
Attack2: 41
Defense: 88
MagicDefense: 16
Str: 46
Agi: 16
Vit: 12
Int: 45
Dex: 36
Luk: 29
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 960
AttackMotion: 864
ClientAttackMotion: 720
DamageMotion: 720
Ai: 02
# Class: 6 # TODO
Drops:
- Item: Great_Leaf
Rate: 10000
- Item: Leaflet_Of_Hinal
Rate: 750
- Item: Seed_Of_Yggdrasil
Rate: 5
- Item: Fish_Tail
Rate: 2750
- Item: Lemon
Rate: 625
- Item: Prawn
Rate: 1250
- Item: Leaf_Clothes
Rate: 10000
- Item: Leaf_Cat_Card
Rate: 5
StealProtected: true
- Id: 2782
AegisName: C4_L_WHIKEBAIN
Name: Furious Wickebine Tres
Level: 98
Hp: 58560
BaseExp: 4350
JobExp: 18405
Attack: 654
Attack2: 216
Defense: 125
MagicDefense: 72
Str: 125
Agi: 130
Vit: 75
Int: 46
Dex: 93
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Poison
ElementLevel: 3
WalkSpeed: 130
AttackDelay: 500
AttackMotion: 400
ClientAttackMotion: 288
DamageMotion: 288
Ai: 19
# Class: 6 # TODO
Drops:
- Item: Lab_Staff_Record
Rate: 10000
- Item: Armlet_Of_Prisoner
Rate: 10000
- Item: Poison_Knife
Rate: 500
- Item: Bazerald
Rate: 25
- Item: Thief_Clothes
Rate: 2500
- Item: Thief_Clothes_
Rate: 25
- Item: Old_Blue_Box
Rate: 10
- Id: 2783
AegisName: C5_L_EREMES
Name: Elusive Eremes
Level: 98
Hp: 45145
BaseExp: 7875
JobExp: 11130
Attack: 886
Attack2: 153
Defense: 109
MagicDefense: 10
Str: 130
Agi: 78
Vit: 53
Int: 60
Dex: 114
Luk: 68
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Poison
ElementLevel: 4
WalkSpeed: 160
AttackDelay: 432
AttackMotion: 400
ClientAttackMotion: 288
DamageMotion: 288
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Armlet_Of_Prisoner
Rate: 10000
- Item: Lab_Staff_Record
Rate: 10000
- Item: Infiltrator
Rate: 500
- Item: Cakram
Rate: 25
- Item: Ninja_Suit
Rate: 2500
- Item: Ninja_Suit_
Rate: 25
- Item: Old_Blue_Box
Rate: 10
- Id: 2784
AegisName: C1_KOBOLD_ARCHER
Name: Swift Kobold Archer
Level: 108
Hp: 57360
BaseExp: 9330
JobExp: 26700
Attack: 663
Attack2: 33
Defense: 84
MagicDefense: 5
Str: 99
Agi: 39
Vit: 48
Int: 30
Dex: 124
Luk: 25
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demihuman
Element: Fire
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1008
AttackMotion: 1008
ClientAttackMotion: 504
DamageMotion: 384
Ai: 05
# Class: 6 # TODO
Drops:
- Item: Zargon
Rate: 625
- Item: Steel
Rate: 150
- Item: Cobold_Hair
Rate: 10000
- Item: Ear_Of_Puppy
Rate: 125
- Item: Rusty_Arrow_Container
Rate: 40
- Item: CrossBow_
Rate: 15
- Item: Oridecon_Stone
Rate: 200
- Item: Kobold_Archer_Card
Rate: 5
StealProtected: true
- Id: 2785
AegisName: C2_KOBOLD_1
Name: Solid Kobold
Level: 107
Hp: 135220
BaseExp: 9225
JobExp: 26385
Attack: 711
Attack2: 87
Defense: 103
MagicDefense: 25
Str: 109
Agi: 76
Vit: 61
Int: 53
Dex: 98
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 2
WalkSpeed: 180
AttackDelay: 1028
AttackMotion: 528
ClientAttackMotion: 240
DamageMotion: 360
Ai: 13
# Class: 6 # TODO
Drops:
- Item: Steel
Rate: 250
- Item: Cobold_Hair
Rate: 10000
- Item: Zargon
Rate: 1750
- Item: Elunium_Stone
Rate: 65
- Item: Gladius_
Rate: 5
- Item: Buckler_
Rate: 15
- Item: Golden_Rod_Orb
Rate: 25
- Item: Kobold_Card
Rate: 5
StealProtected: true
- Id: 2786
AegisName: C3_KNOCKER
Name: Knocker Ringleader
Level: 126
Hp: 165235
BaseExp: 19100
JobExp: 52470
Attack: 1231
Attack2: 103
Defense: 126
MagicDefense: 62
Str: 93
Agi: 62
Vit: 58
Int: 56
Dex: 139
Luk: 70
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1548
AttackMotion: 384
ClientAttackMotion: 240
DamageMotion: 288
Ai: 17
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Great_Nature
Rate: 75
- Item: Coal
Rate: 375
- Item: Elder_Pixie's_Beard
Rate: 10000
- Item: Elven_Ears
Rate: 5
- Item: Carnium
Rate: 25
- Item: Thorny_Buckler
Rate: 10
- Item: Earth_Bow
Rate: 15
- Item: Knocker_Card
Rate: 5
StealProtected: true
- Id: 2787
AegisName: C4_KIND_OF_BEETLE
Name: Furious Beetle King
Level: 55
Hp: 7435
BaseExp: 2445
JobExp: 6195
Attack: 151
Attack2: 52
Defense: 79
MagicDefense: 8
Str: 53
Agi: 61
Vit: 10
Int: 0
Dex: 50
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 165
AttackDelay: 500
AttackMotion: 768
ClientAttackMotion: 240
DamageMotion: 576
Ai: 03
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Solid_Peeling
Rate: 10000
- Item: Beetle_Nipper
Rate: 10000
- Item: Insect_Feeler
Rate: 2500
- Item: Worm_Peelings
Rate: 1250
- Item: Guard_
Rate: 5
- Item: Kind_Of_Beetle_Card
Rate: 5
StealProtected: true
- Id: 2788
AegisName: C5_KASA
Name: Elusive Kasa
Level: 135
Hp: 350640
BaseExp: 18195
JobExp: 63591
Attack: 1807
Attack2: 305
Defense: 104
MagicDefense: 70
Str: 111
Agi: 74
Vit: 65
Int: 78
Dex: 162
Luk: 55
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Fire
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 800
AttackMotion: 600
ClientAttackMotion: 540
DamageMotion: 288
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Burning_Heart
Rate: 7500
- Item: Hot_Hair
Rate: 6250
- Item: Flame_Heart
Rate: 75
- Item: Lesser_Elemental_Ring
Rate: 5
- Item: Flame_Sprits_Armor
Rate: 25
- Item: Burning_Bow
Rate: 25
- Item: Piercing_Staff
Rate: 25
- Item: Kasa_Card
Rate: 5
StealProtected: true
- Id: 2789
AegisName: C1_KARAKASA
Name: Swift Karakasa
Level: 72
Hp: 15135
BaseExp: 3760
JobExp: 10380
Attack: 270
Attack2: 42
Defense: 93
MagicDefense: 29
Str: 66
Agi: 73
Vit: 33
Int: 20
Dex: 64
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 116
AttackDelay: 1638
AttackMotion: 2016
ClientAttackMotion: 432
DamageMotion: 576
Ai: 01
# Class: 6 # TODO
Drops:
- Item: Oil_Paper
Rate: 10000
- Item: Bamboo_Cut
Rate: 10000
- Item: Wooden_Block
Rate: 8000
- Item: Smooth_Paper
Rate: 5500
- Item: Zargon
Rate: 10000
- Item: Glass_Bead
Rate: 75
- Item: Murasame
Rate: 15
- Item: Karakasa_Card
Rate: 5
StealProtected: true
- Id: 2790
AegisName: C2_ISIS
Name: Solid Isis
Level: 59
Hp: 22520
BaseExp: 2550
JobExp: 6855
Attack: 175
Attack2: 37
Defense: 83
MagicDefense: 5
Str: 58
Agi: 43
Vit: 22
Int: 5
Dex: 43
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 1
WalkSpeed: 240
AttackDelay: 1384
AttackMotion: 768
ClientAttackMotion: 480
DamageMotion: 336
Ai: 19
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Scales_Shell
Rate: 10000
- Item: Circlet_
Rate: 15
- Item: Necklace
Rate: 5
- Item: Crystal_Jewel___
Rate: 375
- Item: Crystal_Jewel__
Rate: 50
- Item: Shining_Scales
Rate: 2500
- Item: Crystal_Jewel_
Rate: 15
- Item: Isis_Card
Rate: 5
StealProtected: true
- Id: 2791
AegisName: C3_ISILLA
Name: Isilla Ringleader
Level: 124
Hp: 145755
BaseExp: 15595
JobExp: 44940
Attack: 1172
Attack2: 168
Defense: 69
MagicDefense: 19
Str: 90
Agi: 65
Vit: 43
Int: 82
Dex: 127
Luk: 75
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Rachel_Sanctuary: true
Element: Neutral
ElementLevel: 4
WalkSpeed: 300
AttackDelay: 768
AttackMotion: 360
ClientAttackMotion: 360
DamageMotion: 432
Ai: 04
# Class: 6 # TODO
Drops:
- Item: White_Mask
Index: 0
Rate: 6250
- Item: High_Fashion_Sandals
Index: 1
Rate: 5
- Item: Bloody_Rune
Index: 2
Rate: 2500
- Item: Gold_Ring
Index: 3
Rate: 25
- Item: Ring
Index: 4
Rate: 5
- Item: Bloody_Rune
Index: 5
Rate: 250
- Item: Ur_Seal
Index: 6
Rate: 25
- Item: Isilla_Card
Index: 7
Rate: 5
StealProtected: true
- Id: 2792
AegisName: C4_INJUSTICE
Name: Furious Injustice
Level: 95
Hp: 40435
BaseExp: 6460
JobExp: 18315
Attack: 439
Attack2: 116
Defense: 76
MagicDefense: 31
Str: 77
Agi: 76
Vit: 58
Int: 65
Dex: 88
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Dark
ElementLevel: 2
WalkSpeed: 400
AttackDelay: 500
AttackMotion: 720
ClientAttackMotion: 540
DamageMotion: 336
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Steel
Rate: 750
- Item: Brigan
Rate: 10000
- Item: Cyfar
Rate: 8750
- Item: Padded_Armor_
Rate: 15
- Item: Plate_Armor
Rate: 5
- Item: Prohibition_Red_Candle
Rate: 5
- Item: Scarlet_Katar
Rate: 250
RandomOptionGroup: Group_5
- Item: Injustice_Card
Rate: 5
StealProtected: true
- Id: 2793
AegisName: C5_INCREASE_SOIL
Name: Elusive Mi Gao
Level: 83
Hp: 24495
BaseExp: 5175
JobExp: 13815
Attack: 439
Attack2: 30
Defense: 112
MagicDefense: 39
Str: 67
Agi: 23
Vit: 41
Int: 49
Dex: 94
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Earth
ElementLevel: 3
WalkSpeed: 445
AttackDelay: 106
AttackMotion: 1056
ClientAttackMotion: 624
DamageMotion: 576
Ai: 17
# Class: 6 # TODO
Drops:
- Item: Dried_Sand
Rate: 10000
- Item: Mud_Lump
Rate: 5750
- Item: Great_Nature
Rate: 25
- Item: Gold
Rate: 1
- Item: Increase_Soil_Card
Rate: 5
StealProtected: true
- Id: 2794
AegisName: C1_ICE_TITAN
Name: Swift Ice Titan
Level: 110
Hp: 94615
BaseExp: 9540
JobExp: 27330
Attack: 708
Attack2: 98
Defense: 344
MagicDefense: 11
Str: 133
Agi: 54
Vit: 78
Int: 33
Dex: 94
Luk: 26
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Water
ElementLevel: 3
WalkSpeed: 187
AttackDelay: 861
AttackMotion: 660
ClientAttackMotion: 600
DamageMotion: 144
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Ice_Heart
Rate: 10000
- Item: Ice_Piece
Rate: 7500
- Item: Frozen_Rose
Rate: 250
- Item: Oridecon
Rate: 25
- Item: Huuma_Fluttering_Snow
Rate: 25
- Item: Cold_Ice
Rate: 1250
- Item: Mistic_Frozen
Rate: 250
- Item: Ice_Titan_Card
Rate: 5
StealProtected: true
- Id: 2795
AegisName: C2_IARA
Name: Solid Iara
Level: 79
Hp: 42620
BaseExp: 4270
JobExp: 11910
Attack: 264
Attack2: 99
MagicDefense: 76
Str: 69
Agi: 14
Vit: 41
Int: 60
Dex: 83
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 3
WalkSpeed: 240
AttackDelay: 384
AttackMotion: 672
ClientAttackMotion: 384
DamageMotion: 288
Ai: 17
# Class: 6 # TODO
Drops:
- Item: Mistic_Frozen
Rate: 15
- Item: Heart_Of_Mermaid
Rate: 10000
- Item: Fin
Rate: 1250
- Item: Witherless_Rose
Rate: 125
- Item: Crystal_Mirror
Rate: 250
- Item: Illusion_Flower
Rate: 25
- Item: Mage_Coat
Rate: 5
- Item: Iara_Card
Rate: 5
StealProtected: true
- Id: 2796
AegisName: C3_HYEGUN
Name: Yao Jun Ringleader
Level: 87
Hp: 32065
BaseExp: 5785
JobExp: 14025
Attack: 404
Attack2: 48
Defense: 84
MagicDefense: 43
Str: 69
Agi: 38
Vit: 40
Int: 20
Dex: 82
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 2
WalkSpeed: 180
AttackDelay: 890
AttackMotion: 1320
ClientAttackMotion: 1080
DamageMotion: 720
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Brigan
Rate: 9700
- Item: Amulet
Rate: 250
- Item: Elunium
Rate: 25
- Item: Boots_
Rate: 5
- Item: Munak_Doll
Rate: 750
- Item: Claire_Suits
Rate: 25
- Item: Hyegun_Card
Rate: 5
StealProtected: true
- Id: 2797
AegisName: C4_HUNTER_FLY
Name: Furious Hunter Fly
Level: 63
Hp: 9510
BaseExp: 2940
JobExp: 7980
Attack: 183
Attack2: 20
Defense: 46
MagicDefense: 20
Str: 32
Agi: 93
Vit: 22
Int: 25
Dex: 100
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 500
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 480
Ai: 04
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Rough_Wind
Rate: 75
- Item: Steel
Rate: 250
- Item: Solid_Shell
Rate: 10000
- Item: Zargon
Rate: 3250
- Item: Oridecon_Stone
Rate: 325
- Item: Mini_Propeller
Rate: 5
- Item: Damascus_
Rate: 5
- Item: Hunter_Fly_Card
Rate: 5
StealProtected: true
- Id: 2798
AegisName: C5_HORNET
Name: Elusive Hornet
Level: 11
Hp: 425
BaseExp: 790
JobExp: 1350
Attack: 2
Attack2: 3
Defense: 7
MagicDefense: 1
Str: 12
Agi: 24
Vit: 4
Int: 5
Dex: 6
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1292
AttackMotion: 792
ClientAttackMotion: 336
DamageMotion: 216
Ai: 01
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Wind_Of_Verdure
Rate: 400
- Item: Bee_Sting
Rate: 10000
- Item: Jellopy
Rate: 10000
- Item: Main_Gauche_
Rate: 100
# RandomOptionGroup: 30L
- Item: Green_Herb
Rate: 2500
- Item: Honey
Rate: 500
- Item: Wing_Of_Fly
Rate: 2500
- Item: Hornet_Card
Rate: 100
StealProtected: true
- Id: 2799
AegisName: C1_HORN_SCARABA
Name: Swift Uni-horn Scaraba
Level: 130
Hp: 255500
BaseExp: 13050
JobExp: 39699
Attack: 1063
Attack2: 91
Defense: 135
MagicDefense: 20
Str: 44
Agi: 59
Vit: 55
Int: 21
Dex: 99
Luk: 33
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
RaceGroups:
Scaraba: true
Element: Earth
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 384
AttackMotion: 672
ClientAttackMotion: 360
DamageMotion: 360
Ai: 03
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Singlehorn_Helm
Rate: 10000
- Item: Imperial_Spear
Rate: 25
- Item: Runstone_Ancient
Rate: 25
- Item: Elder_Branch
Rate: 250
- Item: Yellow_Live
Rate: 250
- Item: Doram_High_Suit
Rate: 30
- Item: Scaraba_Card
Rate: 5
StealProtected: true
- Id: 2800
AegisName: C2_HORN
Name: Solid Horn
Level: 32
Hp: 5640
BaseExp: 1295
JobExp: 2970
Attack: 48
Attack2: 11
Defense: 52
MagicDefense: 8
Str: 10
Agi: 12
Vit: 36
Int: 25
Dex: 21
Luk: 35
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 240
AttackDelay: 1528
AttackMotion: 528
ClientAttackMotion: 336
DamageMotion: 288
Ai: 17
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Yellow_Live
Rate: 200
- Item: Emveretarcon
Rate: 90
- Item: Horn
Rate: 10000
- Item: Guisarme_
Rate: 40
- Item: Shell
Rate: 10000
- Item: Solid_Shell
Rate: 175
- Item: Wing_Of_Fly
Rate: 2500
- Item: Horn_Card
Rate: 5
StealProtected: true
- Id: 2801
AegisName: C3_HODREMLIN
Name: Hodremlin Ringleader
Level: 122
Hp: 158980
BaseExp: 15355
JobExp: 44220
Attack: 1004
Attack2: 154
Defense: 75
MagicDefense: 25
Str: 106
Agi: 70
Vit: 77
Int: 60
Dex: 83
Luk: 40
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
RaceGroups:
Rachel_Sanctuary: true
Element: Dark
ElementLevel: 3
WalkSpeed: 140
AttackDelay: 960
AttackMotion: 528
ClientAttackMotion: 384
DamageMotion: 432
Ai: 04
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Prickly_Fruit_
Rate: 2500
- Item: Will_Of_Darkness
Rate: 2500
- Item: Boots_
Rate: 5
- Item: Sticky_Mucus
Rate: 2500
- Item: Bloody_Rune
Rate: 2500
- Item: Starsand_Of_Witch
Rate: 5000
- Item: Shadow_Walk
Rate: 25
- Item: Hodremlin_Card
Rate: 5
StealProtected: true
- Id: 2802
AegisName: C4_HODE
Name: Furious Hode
Level: 63
Hp: 11735
BaseExp: 3085
JobExp: 7980
Attack: 232
Attack2: 45
Defense: 91
MagicDefense: 24
Str: 61
Agi: 20
Vit: 42
Int: 5
Dex: 32
Luk: 40
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 500
AttackMotion: 480
ClientAttackMotion: 288
DamageMotion: 720
Ai: 01
# Class: 6 # TODO
Drops:
- Item: Yellow_Live
Rate: 300
- Item: Earthworm_Peeling
Rate: 10000
- Item: Elunium_Stone
Rate: 200
- Item: Sticky_Mucus
Rate: 7500
- Item: Town_Sword_
Rate: 25
- Item: Foolishness_Of_Blind
Rate: 5
- Item: Fatty_Chubby_Earthworm
Rate: 50
- Item: Hode_Card
Rate: 5
StealProtected: true
- Id: 2803
AegisName: C5_HILL_WIND_1
Name: Elusive Hill Wind
Level: 101
Hp: 55895
BaseExp: 7725
JobExp: 22005
Attack: 565
Attack2: 67
Defense: 90
MagicDefense: 37
Str: 105
Agi: 69
Vit: 59
Int: 35
Dex: 96
Luk: 25
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Wind
ElementLevel: 3
WalkSpeed: 170
AttackDelay: 504
AttackMotion: 480
ClientAttackMotion: 360
DamageMotion: 360
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Harpy's_Feather
Rate: 10000
- Item: Harpy's_Claw
Rate: 7500
- Item: Monster's_Feed
Rate: 2500
- Item: Blue_Herb
Rate: 25
- Item: Golden_Rod_Robe
Rate: 25
- Item: Hill_Wind_Card
Rate: 5
StealProtected: true
- Id: 2804
AegisName: C1_HILL_WIND_1
Name: Swift Hill Wind
Level: 101
Hp: 55895
BaseExp: 7725
JobExp: 22005
Attack: 565
Attack2: 67
Defense: 90
MagicDefense: 37
Str: 105
Agi: 69
Vit: 59
Int: 35
Dex: 96
Luk: 25
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Wind
ElementLevel: 3
WalkSpeed: 127
AttackDelay: 504
AttackMotion: 480
ClientAttackMotion: 360
DamageMotion: 360
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Harpy's_Feather
Rate: 10000
- Item: Harpy's_Claw
Rate: 7500
- Item: Monster's_Feed
Rate: 2500
- Item: Blue_Herb
Rate: 25
- Item: Golden_Rod_Robe
Rate: 25
- Item: Hill_Wind_Card
Rate: 5
StealProtected: true
- Id: 2805
AegisName: C2_HIGH_ORC
Name: Solid High Orc
Level: 81
Hp: 40770
BaseExp: 4770
JobExp: 13335
Attack: 380
Attack2: 50
Defense: 101
MagicDefense: 45
Str: 75
Agi: 16
Vit: 40
Int: 31
Dex: 83
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Fire
ElementLevel: 2
WalkSpeed: 180
AttackDelay: 1500
AttackMotion: 500
ClientAttackMotion: 336
DamageMotion: 1000
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Ogre_Tooth
Rate: 6250
- Item: Orcish_Axe
Rate: 25
- Item: Steel
Rate: 225
- Item: Orcish_Voucher
Rate: 10000
- Item: Zargon
Rate: 3250
- Item: Oridecon_Stone
Rate: 490
- Item: Yellow_Herb
Rate: 2250
- Item: High_Orc_Card
Rate: 5
StealProtected: true
- Id: 2806
AegisName: C3_HARPY
Name: Harpy Ringleader
Level: 83
Hp: 22270
BaseExp: 4930
JobExp: 13815
Attack: 366
Attack2: 41
Defense: 69
MagicDefense: 44
Str: 71
Agi: 39
Vit: 50
Int: 31
Dex: 125
Luk: 12
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Wind
ElementLevel: 3
WalkSpeed: 155
AttackDelay: 972
AttackMotion: 672
ClientAttackMotion: 384
DamageMotion: 470
Ai: 04
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Harpy's_Feather
Index: 0
Rate: 10000
- Item: Harpy's_Claw
Index: 1
Rate: 6250
- Item: Yellow_Herb
Index: 2
Rate: 3750
- Item: Yellow_Herb
Index: 3
Rate: 2000
- Item: Izidor
Index: 4
Rate: 50
- Item: Electric_Fist
Index: 5
Rate: 50
- Item: Harpy_Card
Index: 6
Rate: 5
StealProtected: true
- Id: 2807
AegisName: C4_HARPY
Name: Furious Harpy
Level: 83
Hp: 22270
BaseExp: 4930
JobExp: 13815
Attack: 366
Attack2: 41
Defense: 69
MagicDefense: 44
Str: 71
Agi: 50
Vit: 50
Int: 31
Dex: 125
Luk: 12
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Wind
ElementLevel: 3
WalkSpeed: 155
AttackDelay: 500
AttackMotion: 672
ClientAttackMotion: 384
DamageMotion: 470
Ai: 04
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Harpy's_Feather
Index: 0
Rate: 10000
- Item: Harpy's_Claw
Index: 1
Rate: 6250
- Item: Yellow_Herb
Index: 2
Rate: 3750
- Item: Yellow_Herb
Index: 3
Rate: 2000
- Item: Izidor
Index: 4
Rate: 50
- Item: Electric_Fist
Index: 5
Rate: 50
- Item: Harpy_Card
Index: 6
Rate: 5
StealProtected: true
- Id: 2808
AegisName: C5_GREEN_IGUANA
Name: Elusive Grove
Level: 55
Hp: 8670
BaseExp: 2445
JobExp: 6195
Attack: 172
Attack2: 35
Defense: 96
MagicDefense: 18
Str: 58
Agi: 42
Vit: 22
Int: 5
Dex: 50
Luk: 17
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1152
AttackMotion: 1152
ClientAttackMotion: 336
DamageMotion: 480
Ai: 02
# Class: 6 # TODO
Drops:
- Item: Leaflet_Of_Aloe
Rate: 3750
- Item: Reptile_Tongue
Rate: 2500
- Item: Leaflet_Of_Hinal
Rate: 2500
- Item: Green_Herb
Rate: 2500
- Item: Monster's_Feed
Rate: 5000
- Item: Aloebera
Rate: 25
- Item: Melon
Rate: 1250
- Item: Green_Iguana_Card
Rate: 5
StealProtected: true
- Id: 2809
AegisName: C1_GREATEST_GENERAL
Name: Swift Greatest General
Level: 55
Hp: 7025
BaseExp: 2330
JobExp: 6195
Attack: 151
Attack2: 26
Defense: 114
MagicDefense: 30
Str: 58
Agi: 30
Vit: 20
Int: 25
Dex: 28
Luk: 20
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Fire
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1152
AttackMotion: 1152
ClientAttackMotion: 816
DamageMotion: 384
Ai: 10
# Class: 6 # TODO
Drops:
- Item: Brigan
Rate: 5000
- Item: Wooden_Block
Rate: 5000
- Item: Club
Rate: 250
- Item: Inspector_Certificate
Rate: 750
- Item: Stop_Post
Rate: 5
- Item: Yellow_Herb
Rate: 625
- Item: Earth_Scroll_1_3
Rate: 250
- Item: Greatest_General_Card
Rate: 5
StealProtected: true
- Id: 2810
AegisName: C2_GRAND_PECO
Name: Solid Grand Peco
Level: 75
Hp: 30840
BaseExp: 3970
JobExp: 11010
Attack: 324
Attack2: 56
Defense: 95
MagicDefense: 30
Str: 63
Agi: 45
Vit: 50
Int: 23
Dex: 61
Luk: 25
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Fire
ElementLevel: 2
WalkSpeed: 198
AttackDelay: 1460
AttackMotion: 960
ClientAttackMotion: 2304
DamageMotion: 432
Ai: 03
# Class: 6 # TODO
Drops:
- Item: Peco_Wing_Feather
Rate: 10000
- Item: Fruit_Of_Mastela
Rate: 750
- Item: Wind_Of_Verdure
Rate: 2500
- Item: Gold
Rate: 1
- Item: Orange
Rate: 1250
- Item: Grand_Peco_Card
Rate: 5
StealProtected: true
- Id: 2811
AegisName: C3_GRAND_PECO
Name: Grand Peco Ringleader
Level: 75
Hp: 15420
BaseExp: 3970
JobExp: 11010
Attack: 324
Attack2: 56
Defense: 95
MagicDefense: 30
Str: 63
Agi: 45
Vit: 50
Int: 23
Dex: 61
Luk: 25
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Fire
ElementLevel: 2
WalkSpeed: 165
AttackDelay: 1460
AttackMotion: 960
ClientAttackMotion: 2304
DamageMotion: 432
Ai: 03
# Class: 6 # TODO
Drops:
- Item: Peco_Wing_Feather
Rate: 10000
- Item: Fruit_Of_Mastela
Rate: 750
- Item: Wind_Of_Verdure
Rate: 2500
- Item: Gold
Rate: 1
- Item: Orange
Rate: 1250
- Item: Grand_Peco_Card
Rate: 5
StealProtected: true
- Id: 2812
AegisName: C4_GOLEM
Name: Furious Golem
Level: 61
Hp: 11620
BaseExp: 2820
JobExp: 7620
Attack: 206
Attack2: 25
Defense: 190
MagicDefense: 12
Str: 70
Agi: 35
Vit: 67
Int: 5
Dex: 34
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 300
AttackDelay: 500
AttackMotion: 816
ClientAttackMotion: 912
DamageMotion: 396
Ai: 17
# Class: 6 # TODO
Drops:
- Item: Steel
Rate: 375
- Item: Stone_Heart
Rate: 10000
- Item: Zargon
Rate: 550
- Item: Elunium_Stone
Rate: 175
- Item: Siver_Guard
Rate: 15
- Item: Yellow_Gemstone
Rate: 500
- Item: Iron
Rate: 875
- Item: Golem_Card
Rate: 5
StealProtected: true
- Id: 2813
AegisName: C5_GOBLIN_1
Name: Elusive Goblin
Level: 48
Hp: 5535
BaseExp: 1895
JobExp: 4920
Attack: 111
Attack2: 34
Defense: 56
MagicDefense: 5
Str: 37
Agi: 54
Vit: 25
Int: 20
Dex: 36
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 1120
AttackMotion: 620
ClientAttackMotion: 384
DamageMotion: 240
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Wing_Of_Fly
Rate: 2500
- Item: Scell
Rate: 10000
- Item: Oridecon_Stone
Rate: 110
- Item: Goblini_Mask
Rate: 10
- Item: Dirk_
Rate: 25
- Item: Buckler_
Rate: 15
- Item: Red_Herb
Rate: 4500
- Item: Goblin_Card
Rate: 5
StealProtected: true
- Id: 2814
AegisName: C1_GOBLIN_1
Name: Swift Goblin
Level: 48
Hp: 5535
BaseExp: 1895
JobExp: 4920
Attack: 111
Attack2: 34
Defense: 56
MagicDefense: 5
Str: 37
Agi: 54
Vit: 25
Int: 20
Dex: 36
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 1
WalkSpeed: 75
AttackDelay: 1120
AttackMotion: 620
ClientAttackMotion: 384
DamageMotion: 240
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Wing_Of_Fly
Rate: 2500
- Item: Scell
Rate: 10000
- Item: Oridecon_Stone
Rate: 110
- Item: Goblini_Mask
Rate: 10
- Item: Dirk_
Rate: 25
- Item: Buckler_
Rate: 15
- Item: Red_Herb
Rate: 4500
- Item: Goblin_Card
Rate: 5
StealProtected: true
- Id: 2815
AegisName: C2_GOAT
Name: Solid Goat
Level: 80
Hp: 29050
BaseExp: 4345
JobExp: 12135
Attack: 337
Attack2: 60
Defense: 95
MagicDefense: 43
Str: 61
Agi: 40
Vit: 48
Int: 40
Dex: 78
Luk: 31
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Fire
ElementLevel: 3
WalkSpeed: 198
AttackDelay: 1380
AttackMotion: 1080
ClientAttackMotion: 720
DamageMotion: 336
Ai: 03
# Class: 6 # TODO
Drops:
- Item: Goat's_Horn
Rate: 10000
- Item: Gaoat's_Skin
Rate: 6250
- Item: Red_Herb
Rate: 1250
- Item: Blue_Herb
Rate: 2500
- Item: Yellow_Herb
Rate: 6250
- Item: Green_Herb
Rate: 10000
- Item: Goat_Card
Rate: 5
StealProtected: true
- Id: 2816
AegisName: C3_GOAT
Name: Goat Ringleader
Level: 80
Hp: 14525
BaseExp: 4345
JobExp: 12135
Attack: 337
Attack2: 60
Defense: 95
MagicDefense: 43
Str: 61
Agi: 40
Vit: 48
Int: 40
Dex: 78
Luk: 31
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Fire
ElementLevel: 3
WalkSpeed: 165
AttackDelay: 1380
AttackMotion: 1080
ClientAttackMotion: 720
DamageMotion: 336
Ai: 03
# Class: 6 # TODO
Drops:
- Item: Goat's_Horn
Rate: 10000
- Item: Gaoat's_Skin
Rate: 6250
- Item: Red_Herb
Rate: 1250
- Item: Blue_Herb
Rate: 2500
- Item: Yellow_Herb
Rate: 6250
- Item: Green_Herb
Rate: 10000
- Item: Goat_Card
Rate: 5
StealProtected: true
- Id: 2817
AegisName: C4_GLD_KOBOLD_2
Name: Furious Dark Hammer Kobo
Level: 142
Hp: 906700
BaseExp: 51800
JobExp: 200970
Attack: 1680
Attack2: 133
Defense: 117
MagicDefense: 59
Str: 96
Agi: 79
Vit: 55
Int: 48
Dex: 95
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Poison
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 500
AttackMotion: 528
ClientAttackMotion: 240
DamageMotion: 360
Ai: 13
# Class: 6 # TODO
Drops:
- Item: Steel
Rate: 250
- Item: Cobold_Hair
Rate: 10000
- Item: Zargon
Rate: 1750
- Item: Elunium
Rate: 65
- Item: Velum_Guillotine
Rate: 5
- Item: Sg_White_Potion_Box
Rate: 10
- Id: 2818
AegisName: C5_GLD_KOBOLD_2
Name: Elusive Dark Hammer Kobo
Level: 142
Hp: 906700
BaseExp: 51800
JobExp: 200970
Attack: 1681
Attack2: 133
Defense: 117
MagicDefense: 59
Str: 96
Agi: 61
Vit: 55
Int: 48
Dex: 95
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Poison
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1528
AttackMotion: 528
ClientAttackMotion: 240
DamageMotion: 360
Ai: 13
# Class: 6 # TODO
Drops:
- Item: Steel
Rate: 250
- Item: Cobold_Hair
Rate: 10000
- Item: Zargon
Rate: 1750
- Item: Elunium
Rate: 65
- Item: Velum_Guillotine
Rate: 5
- Item: Sg_White_Potion_Box
Rate: 10
- Id: 2819
AegisName: C1_GLD_DARK_SHADOW
Name: Swift Dark Shadow
Level: 147
Hp: 1020545
BaseExp: 57500
JobExp: 199980
Attack: 1983
Attack2: 1621
Defense: 140
MagicDefense: 44
Str: 155
Agi: 126
Vit: 89
Int: 108
Dex: 213
Luk: 76
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Dark
ElementLevel: 2
WalkSpeed: 165
AttackDelay: 768
AttackMotion: 1776
ClientAttackMotion: 912
DamageMotion: 648
Ai: 19
# Class: 6 # TODO
Drops:
- Item: Piece_Of_Black_Cloth
Rate: 10000
- Item: Skul_Ring
Rate: 2500
- Item: Dagger_Of_Hunter
Rate: 15
- Item: Piece_Of_Darkness
Rate: 2500
- Item: Eyes_Stone_Ring
Rate: 5
- Item: Sg_Violet_Potion_Box
Rate: 10
- Item: Bradium
Rate: 10
- Id: 2820
AegisName: C2_GLD_DARK_SHADOW
Name: Solid Dark Shadow
Level: 147
Hp: 2041090
BaseExp: 57500
JobExp: 199980
Attack: 1983
Attack2: 1621
Defense: 140
MagicDefense: 44
Str: 155
Agi: 126
Vit: 89
Int: 108
Dex: 213
Luk: 76
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Dark
ElementLevel: 2
WalkSpeed: 264
AttackDelay: 768
AttackMotion: 1776
ClientAttackMotion: 912
DamageMotion: 648
Ai: 19
# Class: 6 # TODO
Drops:
- Item: Piece_Of_Black_Cloth
Rate: 10000
- Item: Skul_Ring
Rate: 2500
- Item: Dagger_Of_Hunter
Rate: 15
- Item: Piece_Of_Darkness
Rate: 2500
- Item: Eyes_Stone_Ring
Rate: 5
- Item: Sg_Violet_Potion_Box
Rate: 10
- Item: Bradium
Rate: 10
- Id: 2821
AegisName: C3_GIANT_HONET
Name: Giant Hornet Ringleader
Level: 120
Hp: 92475
Sp: 0
BaseExp: 13260
JobExp: 38160
Attack: 951
Attack2: 132
Defense: 80
MagicDefense: 43
Str: 70
Agi: 45
Vit: 47
Int: 32
Dex: 74
Luk: 34
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 1
WalkSpeed: 155
AttackDelay: 1292
AttackMotion: 792
ClientAttackMotion: 648
DamageMotion: 340
Ai: 21
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Royal_Jelly
Rate: 1375
- Item: Honey
Rate: 3000
- Item: Sg_Violet_Potion_Box
Rate: 25
- Item: Fruit_Of_Mastela
Rate: 30
- Item: Scarlet_Staff
Rate: 250
- Item: Scarlet_Jewel
Rate: 50
- Item: Double_Bound
Rate: 40
- Item: Giant_Honet_Card
Rate: 5
StealProtected: true
- Id: 2822
AegisName: C4_GHOUL
Name: Furious Ghoul
Level: 61
Hp: 12145
BaseExp: 3100
JobExp: 7200
Attack: 188
Attack2: 29
Defense: 78
MagicDefense: 5
Str: 56
Agi: 15
Vit: 19
Int: 11
Dex: 30
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 500
AttackMotion: 912
ClientAttackMotion: 408
DamageMotion: 504
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Horrendous_Mouth
Rate: 10000
- Item: Oridecon_Stone
Rate: 275
- Item: White_Herb
Rate: 1750
- Item: Green_Herb
Rate: 2000
- Item: Skul_Ring
Rate: 150
- Item: Mementos
Rate: 375
- Item: Ghoul_Leg
Rate: 5
- Item: Ghoul_Card
Rate: 5
StealProtected: true
- Id: 2823
AegisName: C5_GHOUL
Name: Elusive Ghoul
Level: 61
Hp: 12145
BaseExp: 3100
JobExp: 7200
Attack: 188
Attack2: 29
Defense: 78
MagicDefense: 5
Str: 56
Agi: 12
Vit: 19
Int: 11
Dex: 30
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 2456
AttackMotion: 912
ClientAttackMotion: 408
DamageMotion: 504
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Horrendous_Mouth
Rate: 10000
- Item: Oridecon_Stone
Rate: 275
- Item: White_Herb
Rate: 1750
- Item: Green_Herb
Rate: 2000
- Item: Skul_Ring
Rate: 150
- Item: Mementos
Rate: 375
- Item: Ghoul_Leg
Rate: 5
- Item: Ghoul_Card
Rate: 5
StealProtected: true
- Id: 2824
AegisName: C1_GEOGRAPHER
Name: Swift Geographer
Level: 73
Hp: 17040
BaseExp: 4020
JobExp: 10590
Attack: 333
Attack2: 82
Defense: 158
MagicDefense: 42
Str: 81
Agi: 26
Vit: 35
Int: 56
Dex: 72
Luk: 60
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 3
WalkSpeed: 1000
AttackDelay: 1308
AttackMotion: 1008
ClientAttackMotion: 480
DamageMotion: 480
Ai: 10
# Class: 6 # TODO
Drops:
- Item: Blossom_Of_Maneater
Rate: 10000
- Item: Root_Of_Maneater
Rate: 10000
- Item: Sunflower
Rate: 75
- Item: Fancy_Flower
Rate: 125
- Item: Holy_Scroll_1_5
Rate: 250
- Item: Geographer_Card
Rate: 5
StealProtected: true
- Id: 2825
AegisName: C2_GEOGRAPHER
Name: Solid Geographer
Level: 73
Hp: 34080
BaseExp: 4020
JobExp: 10590
Attack: 399
Attack2: 82
Defense: 158
MagicDefense: 42
Str: 81
Agi: 26
Vit: 35
Int: 56
Dex: 72
Luk: 60
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 3
WalkSpeed: 1000
AttackDelay: 1308
AttackMotion: 1008
ClientAttackMotion: 480
DamageMotion: 480
Ai: 10
# Class: 6 # TODO
Drops:
- Item: Blossom_Of_Maneater
Rate: 10000
- Item: Root_Of_Maneater
Rate: 10000
- Item: Sunflower
Rate: 75
- Item: Fancy_Flower
Rate: 125
- Item: Holy_Scroll_1_5
Rate: 250
- Item: Geographer_Card
Rate: 5
StealProtected: true
- Id: 2826
AegisName: C3_GARGOYLE
Name: Gargoyle Ringleader
Level: 100
Hp: 46165
BaseExp: 6935
JobExp: 19740
Attack: 541
Attack2: 89
Defense: 98
MagicDefense: 43
Str: 100
Agi: 61
Vit: 60
Int: 57
Dex: 120
Luk: 70
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Wind
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1020
AttackMotion: 720
ClientAttackMotion: 600
DamageMotion: 384
Ai: 05
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Zargon
Rate: 9700
- Item: Petite_DiablOfs_Wing
Rate: 1250
- Item: Elven_Bow
Rate: 15
- Item: Thimble_Of_Archer
Rate: 5
- Item: Silence_Arrow
Rate: 5000
- Item: Elunium_Stone
Rate: 595
- Item: Gargoyle_Card
Rate: 5
StealProtected: true
- Id: 2827
AegisName: C4_GARGOYLE
Name: Furious Gargoyle
Level: 100
Hp: 46165
BaseExp: 6935
JobExp: 19740
Attack: 541
Attack2: 89
Defense: 98
MagicDefense: 43
Str: 100
Agi: 79
Vit: 60
Int: 57
Dex: 120
Luk: 70
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Wind
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 500
AttackMotion: 720
ClientAttackMotion: 600
DamageMotion: 384
Ai: 05
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Zargon
Rate: 9700
- Item: Petite_DiablOfs_Wing
Rate: 1250
- Item: Elven_Bow
Rate: 15
- Item: Thimble_Of_Archer
Rate: 5
- Item: Silence_Arrow
Rate: 5000
- Item: Elunium_Stone
Rate: 595
- Item: Gargoyle_Card
Rate: 5
StealProtected: true
- Id: 2828
AegisName: C5_GALION
Name: Elusive Galion
Level: 100
Hp: 43860
BaseExp: 6935
JobExp: 19740
Attack: 541
Attack2: 77
Defense: 100
MagicDefense: 62
Str: 106
Agi: 79
Vit: 62
Int: 45
Dex: 108
Luk: 36
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Wind
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 864
AttackMotion: 624
ClientAttackMotion: 480
DamageMotion: 360
Ai: 07
# Class: 6 # TODO
Drops:
- Item: Rotten_Meat
Rate: 7500
- Item: Animal's_Skin
Rate: 7500
- Item: Rough_Wind
Rate: 25
- Item: Ulfhedinn
Rate: 15
- Item: Galion_Card
Rate: 5
StealProtected: true
- Id: 2829
AegisName: C1_FUR_SEAL
Name: Swift Seal
Level: 47
Hp: 6500
BaseExp: 1850
JobExp: 4785
Attack: 86
Attack2: 40
Defense: 42
MagicDefense: 16
Str: 37
Agi: 40
Vit: 30
Int: 39
Dex: 35
Luk: 19
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Water
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1612
AttackMotion: 622
ClientAttackMotion: 576
DamageMotion: 583
Ai: 19
# Class: 6 # TODO
Drops:
- Item: Zargon
Rate: 10000
- Item: Wing_Of_Fly
Rate: 2500
- Item: Coat_
Rate: 15
- Item: Cyfar
Rate: 3000
- Item: Guisarme_
Rate: 5
- Item: Panacea
Rate: 500
- Item: Glass_Bead
Rate: 300
- Item: Fur_Seal_Card
Rate: 5
StealProtected: true
- Id: 2830
AegisName: C2_FREEZER
Name: Solid Freezer
Level: 94
Hp: 83460
BaseExp: 6370
JobExp: 18045
Attack: 381
Attack2: 150
Defense: 127
MagicDefense: 38
Str: 68
Agi: 47
Vit: 50
Int: 45
Dex: 69
Luk: 25
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Water
ElementLevel: 2
WalkSpeed: 204
AttackDelay: 1260
AttackMotion: 960
ClientAttackMotion: 540
DamageMotion: 672
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Turtle_Shell
Rate: 10000
- Item: Broken_Shell
Rate: 2125
- Item: Ice_Piece
Rate: 3125
- Item: Zargon
Rate: 4500
- Item: Royal_Jelly
Rate: 400
- Item: Ice_Fragment
Rate: 500
- Item: Cold_Scroll_1_5
Rate: 250
- Item: Freezer_Card
Rate: 5
StealProtected: true
- Id: 2831
AegisName: C3_FREEZER
Name: Freezer Ringleader
Level: 94
Hp: 41730
BaseExp: 6370
JobExp: 18045
Attack: 381
Attack2: 150
Defense: 127
MagicDefense: 38
Str: 68
Agi: 47
Vit: 50
Int: 45
Dex: 69
Luk: 25
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Water
ElementLevel: 2
WalkSpeed: 170
AttackDelay: 1260
AttackMotion: 960
ClientAttackMotion: 540
DamageMotion: 672
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Turtle_Shell
Rate: 10000
- Item: Broken_Shell
Rate: 2125
- Item: Ice_Piece
Rate: 3125
- Item: Zargon
Rate: 4500
- Item: Royal_Jelly
Rate: 400
- Item: Ice_Fragment
Rate: 500
- Item: Cold_Scroll_1_5
Rate: 250
- Item: Freezer_Card
Rate: 5
StealProtected: true
- Id: 2832
AegisName: C4_FERUS_
Name: Furious Ferus
Level: 126
Hp: 211120
BaseExp: 19100
JobExp: 52470
Attack: 1537
Attack2: 122
Defense: 111
MagicDefense: 33
Str: 91
Agi: 74
Vit: 57
Int: 61
Dex: 87
Luk: 51
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Dragon
Element: Earth
ElementLevel: 2
WalkSpeed: 120
AttackDelay: 500
AttackMotion: 576
ClientAttackMotion: 384
DamageMotion: 432
Ai: 19
# Class: 6 # TODO
Drops:
- Item: Delicious_Fish
Index: 0
Rate: 10000
- Item: Dragon_Canine
Index: 1
Rate: 2500
- Item: Black_wing_Brooch
Index: 2
Rate: 25
- Item: Dragon_Scale
Index: 3
Rate: 8975
- Item: Dragonball_Green
Index: 4
Rate: 2000
- Item: Great_Nature
Index: 5
Rate: 50
- Item: Dragonball_Green
Index: 6
Rate: 250
- Item: Ferus__Card
Index: 7
Rate: 5
StealProtected: true
- Id: 2833
AegisName: C5_FARMILIAR
Name: Elusive Familiar
Level: 24
Hp: 1650
BaseExp: 1000
JobExp: 2280
Attack: 20
Attack2: 9
Defense: 26
MagicDefense: 5
Str: 15
Agi: 19
Vit: 20
Int: 5
Dex: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Dark
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1276
AttackMotion: 576
ClientAttackMotion: 432
DamageMotion: 384
Ai: 01
# Class: 6 # TODO
Drops:
- Item: Tooth_Of_Bat
Rate: 10000
- Item: Falchion_
Rate: 50
# RandomOptionGroup: 30L
- Item: Ribbon_
Rate: 40
- Item: Wing_Of_Fly
Rate: 2500
- Item: Grape
Rate: 250
- Item: Red_Herb
Rate: 1750
- Item: Center_Potion
Rate: 125
- Item: Farmiliar_Card
Rate: 5
StealProtected: true
- Id: 2834
AegisName: C1_FAKE_ANGEL
Name: Swift False Angel
Level: 105
Hp: 52155
BaseExp: 8125
JobExp: 23205
Attack: 661
Attack2: 135
Defense: 106
MagicDefense: 84
Str: 112
Agi: 67
Vit: 43
Int: 81
Dex: 82
Luk: 80
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Angel
Element: Holy
ElementLevel: 3
WalkSpeed: 120
AttackDelay: 920
AttackMotion: 720
ClientAttackMotion: 420
DamageMotion: 336
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Light_Of_Cure
Rate: 25
- Item: Seal_Of_Cathedral
Rate: 25
- Item: Ring_Of_Archbishop
Rate: 25
- Item: Yellow_Gemstone
Rate: 2500
- Item: Red_Gemstone
Rate: 2500
- Item: Water_Of_Darkness
Rate: 2500
- Item: Carrot_Whip
Rate: 50
- Item: Fake_Angel_Card
Rate: 5
StealProtected: true
- Id: 2835
AegisName: C2_FABRE
Name: Solid Fabre
Level: 6
Hp: 590
BaseExp: 790
JobExp: 975
Attack: 1
Attack2: 3
Defense: 24
Str: 12
Agi: 5
Vit: 5
Int: 5
Dex: 12
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 480
AttackDelay: 1672
AttackMotion: 672
ClientAttackMotion: 192
DamageMotion: 480
Ai: 01
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Fluff
Rate: 10000
- Item: Feather
Rate: 5000
- Item: Club_
Rate: 400
# RandomOptionGroup: 30L
- Item: Wing_Of_Fly
Rate: 2500
- Item: Green_Herb
Rate: 10000
- Item: Clover
Rate: 5000
- Item: Club
Rate: 1000
# RandomOptionGroup: 30L
- Item: Fabre_Card
Rate: 100
StealProtected: true
- Id: 2836
AegisName: C3_FABRE
Name: Fabre Ringleader
Level: 6
Hp: 295
BaseExp: 790
JobExp: 975
Attack: 1
Attack2: 3
Defense: 24
Str: 12
Agi: 5
Vit: 5
Int: 5
Dex: 12
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 1672
AttackMotion: 672
ClientAttackMotion: 192
DamageMotion: 480
Ai: 01
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Fluff
Rate: 10000
- Item: Feather
Rate: 5000
- Item: Club_
Rate: 400
# RandomOptionGroup: 30L
- Item: Wing_Of_Fly
Rate: 2500
- Item: Green_Herb
Rate: 10000
- Item: Clover
Rate: 5000
- Item: Club
Rate: 1000
# RandomOptionGroup: 30L
- Item: Fabre_Card
Rate: 100
StealProtected: true
- Id: 2837
AegisName: C4_EXPLOSION
Name: Furious Explosion
Level: 100
Hp: 32320
BaseExp: 6935
JobExp: 19740
Attack: 487
Attack2: 110
Defense: 112
MagicDefense: 50
Str: 91
Agi: 66
Vit: 63
Int: 50
Dex: 78
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Fire
ElementLevel: 3
WalkSpeed: 165
AttackDelay: 500
AttackMotion: 960
ClientAttackMotion: 480
DamageMotion: 336
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Wing_Of_Red_Bat
Rate: 10000
- Item: Burning_Heart
Rate: 5500
- Item: Hot_Hair
Rate: 8000
- Item: Oridecon_Stone
Rate: 2000
- Item: Fruit_Of_Mastela
Rate: 1000
- Item: Explosion_Card
Rate: 5
StealProtected: true
- Id: 2838
AegisName: C5_EVIL_DRUID
Name: Elusive Evil Druid
Level: 80
Hp: 23600
BaseExp: 4775
JobExp: 11490
Attack: 370
Attack2: 68
Defense: 88
MagicDefense: 45
Str: 62
Agi: 32
Vit: 24
Int: 45
Dex: 85
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Undead
Element: Undead
ElementLevel: 4
WalkSpeed: 300
AttackDelay: 2276
AttackMotion: 576
ClientAttackMotion: 168
DamageMotion: 336
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Biretta_
Rate: 25
- Item: Bone_Wand
Rate: 5
- Item: Ragamuffin_Cape
Rate: 5
- Item: Scarlet_Bible
Rate: 50
RandomOptionGroup: Group_5
- Item: Cookbook07
Rate: 10
- Item: White_Herb
Rate: 5000
- Item: Evil_Druid_Card
Rate: 5
StealProtected: true
- Id: 2839
AegisName: C1_ELDER_WILOW
Name: Swift Elder Willow
Level: 34
Hp: 2675
BaseExp: 1295
JobExp: 3150
Attack: 51
Attack2: 14
Defense: 45
Str: 10
Agi: 14
Vit: 25
Int: 0
Dex: 29
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Fire
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1372
AttackMotion: 672
ClientAttackMotion: 720
DamageMotion: 432
Ai: 19
# Class: 6 # TODO
Drops:
- Item: Boody_Red
Rate: 125
- Item: Resin
Rate: 10000
- Item: Wing_Of_Fly
Rate: 2500
- Item: Elunium_Stone
Rate: 100
- Item: Elder_Branch
Rate: 5
- Item: Fire_Scroll_1_3
Rate: 250
- Item: Branch_Of_Dead_Tree
Rate: 250
- Item: Elder_Wilow_Card
Rate: 5
StealProtected: true
- Id: 2840
AegisName: C2_ELDER_WILOW
Name: Solid Elder Willow
Level: 34
Hp: 5350
BaseExp: 1295
JobExp: 3150
Attack: 51
Attack2: 14
Defense: 45
Str: 10
Agi: 14
Vit: 25
Int: 0
Dex: 29
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Fire
ElementLevel: 2
WalkSpeed: 240
AttackDelay: 1372
AttackMotion: 672
ClientAttackMotion: 720
DamageMotion: 432
Ai: 19
# Class: 6 # TODO
Drops:
- Item: Boody_Red
Rate: 125
- Item: Resin
Rate: 10000
- Item: Wing_Of_Fly
Rate: 2500
- Item: Elunium_Stone
Rate: 100
- Item: Elder_Branch
Rate: 5
- Item: Fire_Scroll_1_3
Rate: 250
- Item: Branch_Of_Dead_Tree
Rate: 250
- Item: Elder_Wilow_Card
Rate: 5
StealProtected: true
- Id: 2841
AegisName: C3_ECHIO
Name: Echio Ringleader
Level: 126
Hp: 183590
BaseExp: 18195
JobExp: 52470
Attack: 1231
Attack2: 159
Defense: 66
MagicDefense: 11
Str: 111
Agi: 63
Vit: 51
Int: 37
Dex: 132
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Rachel_Sanctuary: true
Element: Neutral
ElementLevel: 4
WalkSpeed: 250
AttackDelay: 768
AttackMotion: 360
ClientAttackMotion: 300
DamageMotion: 360
Ai: 20
# Class: 6 # TODO
Drops:
- Item: Suspicious_Hat
Index: 0
Rate: 6250
- Item: Seed_Of_Yggdrasil
Index: 1
Rate: 10
- Item: Bloody_Rune
Index: 2
Rate: 10000
- Item: Beret
Index: 3
Rate: 65
- Item: Holy_Arrow_Quiver
Index: 4
Rate: 50
- Item: Bloody_Rune
Index: 5
Rate: 250
- Item: Divine_Cloth
Index: 6
Rate: 50
- Item: Echio_Card
Index: 7
Rate: 5
StealProtected: true
- Id: 2842
AegisName: C4_DUSTINESS
Name: Furious Dustiness
Level: 62
Hp: 9245
BaseExp: 2880
JobExp: 7800
Attack: 176
Attack2: 31
Defense: 69
MagicDefense: 50
Str: 46
Agi: 28
Vit: 46
Int: 60
Dex: 75
Luk: 105
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 500
AttackMotion: 504
ClientAttackMotion: 252
DamageMotion: 384
Ai: 17
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Moth_Dust
Rate: 10000
- Item: Wing_Of_Moth
Rate: 1250
- Item: Masquerade
Rate: 10
- Item: Insect_Feeler
Rate: 5000
- Item: Sparkling_Dust
Rate: 25
- Item: Red_Herb
Rate: 3000
- Item: Dustiness_Card
Rate: 5
StealProtected: true
- Id: 2843
AegisName: C1_DRYAD
Name: Swift Dryad
Level: 68
Hp: 14085
BaseExp: 3415
JobExp: 8925
Attack: 285
Attack2: 35
Defense: 153
MagicDefense: 8
Str: 54
Agi: 14
Vit: 40
Int: 35
Dex: 74
Luk: 10
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 4
WalkSpeed: 127
AttackDelay: 950
AttackMotion: 2520
ClientAttackMotion: 288
DamageMotion: 576
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Tough_Vines
Rate: 10000
- Item: Great_Leaf
Rate: 2500
- Item: Browny_Root
Rate: 7500
- Item: Pineapple
Rate: 750
- Item: Chemeti
Rate: 5
- Item: Centimental_Leaf
Rate: 25
- Item: Sharp_Leaf
Rate: 7500
- Item: Dryad_Card
Rate: 5
StealProtected: true
- Id: 2844
AegisName: C2_DROSERA
Name: Solid Drosera
Level: 101
Hp: 111790
BaseExp: 8110
JobExp: 22005
Attack: 621
Attack2: 54
Defense: 86
MagicDefense: 52
Str: 79
Agi: 32
Vit: 64
Int: 38
Dex: 94
Luk: 14
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 864
AttackMotion: 576
ClientAttackMotion: 504
DamageMotion: 336
Ai: 10
# Class: 6 # TODO
Drops:
- Item: Sticky_Poison
Rate: 7500
- Item: Drocera_Tentacle
Rate: 250
- Item: Blossom_Of_Maneater
Rate: 5000
- Item: Root_Of_Maneater
Rate: 5000
- Item: Bitter_Herb
Rate: 10
- Item: Stem
Rate: 2500
- Item: Mandragora_Flowerpot
Rate: 500
- Item: Drosera_Card
Rate: 5
StealProtected: true
- Id: 2845
AegisName: C3_DROPS
Name: Drops Ringleader
Level: 2
Hp: 230
BaseExp: 750
JobExp: 675
Attack: 1
Attack2: 1
Defense: 16
Str: 8
Int: 0
Dex: 6
Luk: 2
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Fire
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 1372
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 02
# Class: 6 # TODO
Drops:
- Item: Jellopy
Index: 0
Rate: 10000
- Item: Rod_
Index: 1
Rate: 400
# RandomOptionGroup: 30L
- Item: Sticky_Mucus
Index: 2
Rate: 3000
- Item: Apple
Index: 3
Rate: 5000
- Item: Wing_Of_Fly
Index: 4
Rate: 2500
- Item: Apple
Index: 5
Rate: 2000
- Item: Orange_Juice
Index: 6
Rate: 100
- Item: Drops_Card
Index: 7
Rate: 100
StealProtected: true
- Id: 2846
AegisName: C4_DRILLER
Name: Furious Driller
Level: 65
Hp: 11815
BaseExp: 3210
JobExp: 8340
Attack: 238
Attack2: 31
Defense: 96
MagicDefense: 18
Str: 62
Agi: 65
Vit: 25
Int: 15
Dex: 53
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 165
AttackDelay: 500
AttackMotion: 900
ClientAttackMotion: 540
DamageMotion: 336
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Lizard_Scruff
Rate: 10000
- Item: Yellow_Gemstone
Rate: 9700
- Item: Red_Gemstone
Rate: 8750
- Item: Driller_Card
Rate: 5
StealProtected: true
- Id: 2847
AegisName: C5_DRAINLIAR
Name: Elusive Drainliar
Level: 47
Hp: 5910
BaseExp: 1850
JobExp: 4785
Attack: 87
Attack2: 42
Defense: 50
MagicDefense: 15
Str: 35
Agi: 34
Vit: 24
Int: 22
Dex: 50
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Dark
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 1276
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 384
Ai: 19
# Class: 6 # TODO
Drops:
- Item: Emveretarcon
Rate: 150
- Item: Tooth_Of_Bat
Rate: 7500
- Item: Red_Jewel
Rate: 50
- Item: Red_Herb
Rate: 2500
- Item: Wing_Of_Red_Bat
Rate: 10000
- Item: Wing_Of_Fly
Rate: 2500
- Item: Oridecon_Stone
Rate: 100
- Item: Drainliar_Card
Rate: 5
StealProtected: true
- Id: 2848
AegisName: C1_DRAGON_TAIL
Name: Swift Dragon Tail
Level: 86
Hp: 26085
BaseExp: 5175
JobExp: 14550
Attack: 394
Attack2: 35
Defense: 63
MagicDefense: 25
Str: 61
Agi: 65
Vit: 35
Int: 40
Dex: 62
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Wind
ElementLevel: 2
WalkSpeed: 131
AttackDelay: 862
AttackMotion: 534
ClientAttackMotion: 360
DamageMotion: 312
Ai: 21
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Dragon_Fly_Wing
Rate: 10000
- Item: Round_Shell
Rate: 1000
- Item: Solid_Shell
Rate: 2000
- Item: Fancy_Flower
Rate: 20
- Item: Cap
Rate: 5
- Item: Dragon_Tail_Card
Rate: 5
StealProtected: true
- Id: 2849
AegisName: C2_DRACO
Name: Solid Draco
Level: 114
Hp: 182050
BaseExp: 11675
JobExp: 31920
Attack: 981
Attack2: 110
Defense: 56
MagicDefense: 3
Str: 21
Agi: 58
Vit: 47
Int: 34
Dex: 99
Luk: 66
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Dragon
Element: Earth
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 576
AttackMotion: 960
ClientAttackMotion: 420
DamageMotion: 504
Ai: 03
# Class: 6 # TODO
Drops:
- Item: Dragon's_Mane
Rate: 7500
- Item: Dragon's_Skin
Rate: 250
- Item: Dragon_Canine
Rate: 250
- Item: Dragon_Train
Rate: 2500
- Item: Dragon_Scale
Rate: 2500
- Item: Honey
Rate: 1250
- Item: Dragon_Vest
Rate: 25
- Item: Draco_Card
Rate: 5
StealProtected: true
- Id: 2850
AegisName: C3_DOLOMEDES
Name: Dolomedes Ringleader
Level: 132
Hp: 272955
BaseExp: 16755
JobExp: 51018
Attack: 1219
Attack2: 286
Defense: 112
MagicDefense: 52
Str: 149
Agi: 34
Vit: 82
Int: 55
Dex: 143
Luk: 67
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
Element: Water
ElementLevel: 3
WalkSpeed: 250
AttackDelay: 360
AttackMotion: 360
ClientAttackMotion: 300
DamageMotion: 600
Ai: 04
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Small_Bradium
Rate: 7500
- Item: White_Spider_Limb
Rate: 10000
- Item: Purified_Bradium
Rate: 1250
- Item: Bradium_Ring
Rate: 25
- Item: Runstone_Rare
Rate: 25
- Item: Bradium
Rate: 1250
- Item: Stem_Whip
Rate: 25
- Item: Dolomedes_Card
Rate: 5
StealProtected: true
- Id: 2851
AegisName: C4_DOKEBI
Name: Furious Dokebi
Level: 68
Hp: 12805
BaseExp: 3255
JobExp: 8925
Attack: 193
Attack2: 30
Defense: 85
MagicDefense: 20
Str: 52
Agi: 72
Vit: 35
Int: 20
Dex: 66
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 1
WalkSpeed: 250
AttackDelay: 500
AttackMotion: 456
ClientAttackMotion: 288
DamageMotion: 384
Ai: 17
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Dokkaebi_Horn
Rate: 10000
- Item: Elunium_Stone
Rate: 375
- Item: Sword_Mace_
Rate: 5
- Item: Mighty_Staff
Rate: 5
- Item: Gold
Rate: 1
- Item: Horn_Protector
Rate: 25
- Item: Hammer_Of_Blacksmith
Rate: 15
- Item: Dokebi_Card
Rate: 5
StealProtected: true
- Id: 2852
AegisName: C5_DISGUISE
Name: Elusive Disguise
Level: 103
Hp: 62600
BaseExp: 8320
JobExp: 22605
Attack: 735
Attack2: 82
Defense: 85
MagicDefense: 58
Str: 92
Agi: 53
Vit: 57
Int: 75
Dex: 80
Luk: 45
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Earth
ElementLevel: 4
WalkSpeed: 147
AttackDelay: 516
AttackMotion: 768
ClientAttackMotion: 360
DamageMotion: 384
Ai: 04
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Red_Scarf
Rate: 10000
- Item: Tangled_Chain
Rate: 9215
- Item: White_Powder
Rate: 250
- Item: Honey
Rate: 250
- Item: Ragamuffin_Cape
Rate: 125
- Item: Muffler_
Rate: 5
- Item: Rider_Insignia
Rate: 15
- Item: Disguise_Card
Rate: 5
StealProtected: true
- Id: 2853
AegisName: C1_DIMIK_1
Name: Swift Dimik
Level: 116
Hp: 107575
BaseExp: 12800
JobExp: 36780
Attack: 946
Attack2: 107
Defense: 93
MagicDefense: 28
Str: 114
Agi: 90
Vit: 66
Int: 52
Dex: 201
Luk: 41
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Wind
ElementLevel: 2
WalkSpeed: 112
AttackDelay: 576
AttackMotion: 720
ClientAttackMotion: 336
DamageMotion: 432
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Old_Steel_Plate
Rate: 5000
- Item: Transparent_Plate01
Rate: 125
- Item: Oil_Bottle
Rate: 175
- Item: Mystery_Piece
Rate: 750
- Item: Dusk
Rate: 15
- Item: Oridecon
Rate: 25
- Item: Imperial_Cooking_Kits
Rate: 125
- Item: Dimik_Card
Rate: 5
StealProtected: true
- Id: 2854
AegisName: C2_DEVIRUCHI
Name: Solid Deviruchi
Level: 93
Hp: 71650
BaseExp: 6280
JobExp: 17775
Attack: 374
Attack2: 182
Defense: 72
MagicDefense: 16
Str: 61
Agi: 49
Vit: 30
Int: 85
Dex: 119
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 1
WalkSpeed: 180
AttackDelay: 980
AttackMotion: 600
ClientAttackMotion: 288
DamageMotion: 384
Ai: 21
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Petite_DiablOfs_Horn
Rate: 10000
- Item: Petite_DiablOfs_Wing
Rate: 1000
- Item: Oridecon
Rate: 5
- Item: Partizan_
Rate: 5
- Item: Sacred_Marks
Rate: 15
- Item: Strange_Foxtail
Rate: 100
- Item: Oridecon_Stone
Rate: 385
- Item: Deviruchi_Card
Rate: 5
StealProtected: true
- Id: 2855
AegisName: C3_DESERT_WOLF_B
Name: Baby Desert Wolf Ringlea
Level: 14
Hp: 565
BaseExp: 820
JobExp: 1575
Attack: 6
Attack2: 8
Defense: 13
Str: 10
Agi: 12
Vit: 8
Int: 5
Dex: 17
Luk: 7
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Fire
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1600
AttackMotion: 900
ClientAttackMotion: 216
DamageMotion: 240
Ai: 13
# Class: 6 # TODO
Drops:
- Item: Phracon
Rate: 215
- Item: Animal's_Skin
Rate: 10000
- Item: Adventurere's_Suit_
Rate: 200
# RandomOptionGroup: 30L
- Item: Wing_Of_Fly
Rate: 2500
- Item: Cotton_Shirt
Rate: 500
# RandomOptionGroup: 30L
- Item: Asura_
Rate: 15
# RandomOptionGroup: 30L
- Item: Orange
Rate: 2500
- Item: Desert_Wolf_Babe_Card
Rate: 5
StealProtected: true
- Id: 2856
AegisName: C4_DESERT_WOLF_B
Name: Furious Baby Desert Wolf
Level: 14
Hp: 565
BaseExp: 820
JobExp: 1575
Attack: 6
Attack2: 8
Defense: 13
Str: 10
Agi: 15
Vit: 8
Int: 5
Dex: 17
Luk: 7
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Fire
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 500
AttackMotion: 900
ClientAttackMotion: 216
DamageMotion: 240
Ai: 13
# Class: 6 # TODO
Drops:
- Item: Phracon
Rate: 215
- Item: Animal's_Skin
Rate: 10000
- Item: Adventurere's_Suit_
Rate: 200
# RandomOptionGroup: 30L
- Item: Wing_Of_Fly
Rate: 2500
- Item: Cotton_Shirt
Rate: 500
# RandomOptionGroup: 30L
- Item: Asura_
Rate: 15
# RandomOptionGroup: 30L
- Item: Orange
Rate: 2500
- Item: Desert_Wolf_Babe_Card
Rate: 5
StealProtected: true
- Id: 2857
AegisName: C5_DENIRO
Name: Elusive Deniro
Level: 31
Hp: 2400
BaseExp: 1265
JobExp: 2880
Attack: 40
Attack2: 16
Defense: 52
MagicDefense: 16
Str: 15
Agi: 16
Vit: 30
Int: 10
Dex: 23
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 144
DamageMotion: 576
Ai: 01
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Worm_Peelings
Rate: 10000
- Item: Garlet
Rate: 7500
- Item: Sticky_Mucus
Rate: 3000
- Item: Boody_Red
Rate: 125
- Item: Wing_Of_Fly
Rate: 2500
- Item: Iron_Ore
Rate: 1125
- Item: Elunium_Stone
Rate: 85
- Item: Andre_Card
Rate: 5
StealProtected: true
- Id: 2858
AegisName: C1_DEATHWORD
Name: Swift Death Word
Level: 114
Hp: 91025
BaseExp: 11120
JobExp: 31920
Attack: 892
Attack2: 125
Defense: 68
MagicDefense: 40
Str: 91
Agi: 64
Vit: 53
Int: 88
Dex: 139
Luk: 54
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 112
AttackDelay: 176
AttackMotion: 912
ClientAttackMotion: 528
DamageMotion: 300
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Worn_Out_Page
Rate: 10000
- Item: Bookclip_In_Memory
Rate: 750
- Item: Legend_Of_Kafra01
Rate: 125
- Item: Bloody_Page
Rate: 3750
- Item: Vidar's_Boots
Rate: 25
- Item: Cookbook08
Rate: 5
- Item: Cookbook09
Rate: 5
- Item: Deathword_Card
Rate: 5
StealProtected: true
- Id: 2859
AegisName: C2_DEATHWORD
Name: Solid Death Word
Level: 114
Hp: 182050
BaseExp: 11120
JobExp: 31920
Attack: 892
Attack2: 125
Defense: 68
MagicDefense: 40
Str: 91
Agi: 64
Vit: 53
Int: 88
Dex: 139
Luk: 54
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 176
AttackMotion: 912
ClientAttackMotion: 528
DamageMotion: 300
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Worn_Out_Page
Rate: 10000
- Item: Bookclip_In_Memory
Rate: 750
- Item: Legend_Of_Kafra01
Rate: 125
- Item: Bloody_Page
Rate: 3750
- Item: Vidar's_Boots
Rate: 25
- Item: Cookbook08
Rate: 5
- Item: Cookbook09
Rate: 5
- Item: Deathword_Card
Rate: 5
StealProtected: true
- Id: 2860
AegisName: C3_DEATHWORD
Name: Death Word Ringleader
Level: 114
Hp: 91025
BaseExp: 11120
JobExp: 31920
Attack: 892
Attack2: 125
Defense: 68
MagicDefense: 40
Str: 91
Agi: 64
Vit: 53
Int: 88
Dex: 139
Luk: 54
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 176
AttackMotion: 912
ClientAttackMotion: 528
DamageMotion: 300
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Worn_Out_Page
Rate: 10000
- Item: Bookclip_In_Memory
Rate: 750
- Item: Legend_Of_Kafra01
Rate: 125
- Item: Bloody_Page
Rate: 3750
- Item: Vidar's_Boots
Rate: 25
- Item: Cookbook08
Rate: 5
- Item: Cookbook09
Rate: 5
- Item: Deathword_Card
Rate: 5
StealProtected: true
- Id: 2861
AegisName: C4_DARK_PRIEST
Name: Furious Dark Priest
Level: 98
Hp: 54215
Sp: 0
BaseExp: 7415
JobExp: 18165
Attack: 519
Attack2: 259
Defense: 56
MagicDefense: 30
Str: 5
Agi: 78
Vit: 41
Int: 89
Dex: 94
Luk: 42
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Undead
ElementLevel: 4
WalkSpeed: 200
AttackDelay: 500
AttackMotion: 1252
ClientAttackMotion: 288
DamageMotion: 476
Ai: 13
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Book_Of_The_Apocalypse
Rate: 15
- Item: Rosary
Rate: 75
- Item: Blue_Potion
Rate: 250
- Item: Red_Gemstone
Rate: 1125
- Item: Sacred_Marks
Rate: 5
- Item: Glittering_Clothes
Rate: 15
- Item: Skull
Rate: 7500
- Item: Dark_Priest_Card
Rate: 5
StealProtected: true
- Id: 2862
AegisName: C5_DANCING_DRAGON
Name: Elusive Zhu Po Long
Level: 82
Hp: 20770
BaseExp: 4850
JobExp: 13575
Attack: 356
Attack2: 35
Defense: 83
MagicDefense: 36
Str: 59
Agi: 76
Vit: 40
Int: 30
Dex: 73
Luk: 30
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Dragon
Element: Wind
ElementLevel: 2
WalkSpeed: 160
AttackDelay: 600
AttackMotion: 840
ClientAttackMotion: 480
DamageMotion: 504
Ai: 02
# Class: 6 # TODO
Drops:
- Item: Dragon_Fang
Rate: 10000
- Item: Dragon_Horn
Rate: 7500
- Item: Little_Blacky_Ghost
Rate: 2000
- Item: Dragon_Scale
Rate: 2500
- Item: Yarn
Rate: 7500
- Item: Dancing_Dragon_Card
Rate: 5
StealProtected: true
- Id: 2863
AegisName: C1_CREAMY
Name: Swift Creamy
Level: 23
Hp: 1235
BaseExp: 980
JobExp: 2220
Attack: 19
Attack2: 1
Defense: 28
MagicDefense: 20
Str: 16
Int: 0
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 1
WalkSpeed: 112
AttackDelay: 1136
AttackMotion: 720
ClientAttackMotion: 432
DamageMotion: 840
Ai: 01
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Powder_Of_Butterfly
Rate: 10000
- Item: Silk_Robe_
Rate: 100
# RandomOptionGroup: 30L
- Item: Honey
Rate: 1000
- Item: Wing_Of_Fly
Rate: 2500
- Item: Fancy_Flower
Rate: 100
- Item: Flower
Rate: 2500
- Item: Wind_Scroll_1_3
Rate: 500
- Item: Creamy_Card
Rate: 5
StealProtected: true
- Id: 2864
AegisName: C2_CORNUTUS
Name: Solid Cornutus
Level: 48
Hp: 12290
BaseExp: 1895
JobExp: 4920
Attack: 79
Attack2: 47
Defense: 42
MagicDefense: 28
Str: 32
Agi: 27
Vit: 45
Int: 26
Dex: 27
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Fish
Element: Water
ElementLevel: 1
WalkSpeed: 240
AttackDelay: 1248
AttackMotion: 48
ClientAttackMotion: 192
DamageMotion: 480
Ai: 17
# Class: 6 # TODO
Drops:
- Item: Crystal_Blue
Rate: 115
- Item: Conch
Rate: 10000
- Item: Scell
Rate: 2000
- Item: Elunium_Stone
Rate: 135
- Item: Shield_
Rate: 15
- Item: Solid_Shell
Rate: 2500
- Item: Wing_Of_Fly
Rate: 2500
- Item: Cornutus_Card
Rate: 5
StealProtected: true
- Id: 2865
AegisName: C3_COOKIE
Name: Cookie Ringleader
Level: 35
Hp: 2985
BaseExp: 1325
JobExp: 3240
Attack: 50
Attack2: 25
Defense: 56
MagicDefense: 28
Str: 15
Agi: 23
Vit: 35
Int: 12
Dex: 31
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demihuman
Element: Neutral
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1036
AttackMotion: 936
ClientAttackMotion: 108
DamageMotion: 240
Ai: 17
# Class: 6 # TODO
Drops:
- Item: Well_Baked_Cookie
Rate: 7500
- Item: Candy_Striper
Rate: 375
- Item: Wing_Of_Fly
Rate: 2500
- Item: Great_Chef_Orleans01
Rate: 125
- Item: Sandals_
Rate: 75
- Item: Holy_Scroll_1_3
Rate: 250
- Item: Candy
Rate: 800
- Item: Cookie_Card
Rate: 5
StealProtected: true
- Id: 2866
AegisName: C4_CONSTANT
Name: Furious Constant
Level: 108
Hp: 71700
Sp: 0
BaseExp: 9330
JobExp: 26700
Attack: 590
Attack2: 144
Defense: 92
MagicDefense: 82
Str: 126
Agi: 127
Vit: 62
Int: 57
Dex: 109
Luk: 34
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Dark
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 500
AttackMotion: 360
ClientAttackMotion: 216
DamageMotion: 360
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Burnt_Parts
Rate: 250
- Item: Sturdy_Iron_Piece
Rate: 3750
- Item: Tube
Rate: 25
- Item: Steel
Rate: 25
- Item: Elunium_Stone
Rate: 25
- Id: 2867
AegisName: C5_COMODO
Name: Elusive Comodo
Level: 81
Hp: 21455
BaseExp: 4770
JobExp: 13335
Attack: 346
Attack2: 42
Defense: 92
MagicDefense: 11
Str: 65
Agi: 52
Vit: 35
Int: 20
Dex: 94
Luk: 48
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Poison
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 500
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 504
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Comodo_L
Rate: 10000
- Item: Meat
Rate: 10000
- Item: Scell
Rate: 10000
- Item: Spawn
Rate: 10000
- Item: Comodo_Card
Rate: 5
StealProtected: true
- Id: 2868
AegisName: C1_COCO
Name: Swift Coco
Level: 38
Hp: 3470
BaseExp: 1500
JobExp: 3555
Attack: 66
Attack2: 11
Defense: 37
Str: 22
Agi: 13
Vit: 30
Int: 20
Dex: 38
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 112
AttackDelay: 1864
AttackMotion: 864
ClientAttackMotion: 504
DamageMotion: 1008
Ai: 17
# Class: 6 # TODO
Drops:
- Item: Acorn
Rate: 10000
- Item: Hood_
Rate: 50
- Item: Fluff
Rate: 7500
- Item: Animal's_Skin
Rate: 6250
- Item: Sweet_Potato
Rate: 1250
- Item: Sandals_
Rate: 65
- Item: Wing_Of_Fly
Rate: 2500
- Item: Coco_Card
Rate: 5
StealProtected: true
- Id: 2869
AegisName: C2_COCO
Name: Solid Coco
Level: 38
Hp: 6940
BaseExp: 1500
JobExp: 3555
Attack: 66
Attack2: 11
Defense: 37
Str: 22
Agi: 13
Vit: 30
Int: 20
Dex: 38
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 180
AttackDelay: 1864
AttackMotion: 864
ClientAttackMotion: 504
DamageMotion: 1008
Ai: 17
# Class: 6 # TODO
Drops:
- Item: Acorn
Rate: 10000
- Item: Hood_
Rate: 50
- Item: Fluff
Rate: 7500
- Item: Animal's_Skin
Rate: 6250
- Item: Sweet_Potato
Rate: 1250
- Item: Sandals_
Rate: 65
- Item: Wing_Of_Fly
Rate: 2500
- Item: Coco_Card
Rate: 5
StealProtected: true
- Id: 2870
AegisName: C3_CLOCK
Name: Clock Ringleader
Level: 81
Hp: 22525
BaseExp: 5005
JobExp: 13335
Attack: 398
Attack2: 53
Defense: 91
MagicDefense: 43
Str: 68
Agi: 24
Vit: 35
Int: 41
Dex: 97
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Earth
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1092
AttackMotion: 792
ClientAttackMotion: 432
DamageMotion: 480
Ai: 17
# Class: 6 # TODO
Drops:
- Item: Needle_Of_Alarm
Rate: 10000
- Item: Wooden_Block
Rate: 2000
- Item: White_Herb
Rate: 4750
- Item: Lemon
Rate: 800
- Item: Key_Of_Clock_Tower
Rate: 75
- Item: Underground_Key
Rate: 75
- Item: Elunium
Rate: 410
- Item: Clock_Card
Rate: 5
StealProtected: true
- Id: 2871
AegisName: C4_CLOCK
Name: Furious Clock
Level: 81
Hp: 22525
BaseExp: 5005
JobExp: 13335
Attack: 398
Attack2: 53
Defense: 91
MagicDefense: 43
Str: 68
Agi: 31
Vit: 35
Int: 41
Dex: 97
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Earth
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 500
AttackMotion: 792
ClientAttackMotion: 432
DamageMotion: 480
Ai: 17
# Class: 6 # TODO
Drops:
- Item: Needle_Of_Alarm
Rate: 10000
- Item: Wooden_Block
Rate: 2000
- Item: White_Herb
Rate: 4750
- Item: Lemon
Rate: 800
- Item: Key_Of_Clock_Tower
Rate: 75
- Item: Underground_Key
Rate: 75
- Item: Elunium
Rate: 410
- Item: Clock_Card
Rate: 5
StealProtected: true
- Id: 2872
AegisName: C5_CHONCHON
Name: Elusive Chonchon
Level: 5
Hp: 240
BaseExp: 750
JobExp: 900
Attack: 1
Attack2: 3
Defense: 27
Str: 13
Agi: 4
Vit: 4
Int: 0
Dex: 8
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1076
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 480
Ai: 01
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Iron
Rate: 250
- Item: Shell
Rate: 10000
- Item: Jellopy
Rate: 10000
- Item: Cutter_
Rate: 250
# RandomOptionGroup: 30L
- Item: Wing_Of_Fly
Rate: 2500
- Item: Chonchon_Doll
Rate: 30
- Item: Iron_Ore
Rate: 1000
- Item: Chonchon_Card
Rate: 100
StealProtected: true
- Id: 2873
AegisName: C1_CENTIPEDE
Name: Swift Centipede
Level: 125
Hp: 146375
BaseExp: 15715
JobExp: 45300
Attack: 1201
Attack2: 112
Defense: 143
MagicDefense: 25
Str: 133
Agi: 71
Vit: 69
Int: 39
Dex: 120
Luk: 49
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Poison
ElementLevel: 2
WalkSpeed: 112
AttackDelay: 1000
AttackMotion: 792
ClientAttackMotion: 576
DamageMotion: 336
Ai: 21
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Cold_Heart
Rate: 5
- Item: Black_Cat
Rate: 5
- Item: Cursed_Lyre
Rate: 25
- Item: Short_Leg
Rate: 10000
- Item: Zargon
Rate: 10000
- Item: Bradium
Rate: 25
- Item: Solid_Shell
Rate: 6250
- Item: Centipede_Card
Rate: 5
StealProtected: true
- Id: 2874
AegisName: C2_CENERE
Name: Solid Cenere
Level: 146
Hp: 1301310
BaseExp: 35585
JobExp: 113091
Attack: 2162
Attack2: 1031
Defense: 87
MagicDefense: 81
Str: 67
Agi: 39
Vit: 30
Int: 35
Dex: 95
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Wind
ElementLevel: 1
WalkSpeed: 360
AttackDelay: 1500
AttackMotion: 720
ClientAttackMotion: 576
DamageMotion: 360
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Dustball
Rate: 6250
- Item: Poisonous_Gas
Rate: 2500
- Item: Mould_Powder
Rate: 7500
- Item: Air_Pollutant
Rate: 5000
- Item: Yggdrasil_Dust
Rate: 2500
- Id: 2875
AegisName: C3_CELIA
Name: Celia Ringleader
Level: 141
Hp: 1265725
BaseExp: 110535
JobExp: 376530
Attack: 1934
Attack2: 2450
Defense: 74
MagicDefense: 312
Str: 136
Agi: 99
Vit: 61
Int: 121
Dex: 121
Luk: 49
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Ghost
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 1152
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 288
Ai: 19
# Class: 6 # TODO
Drops:
- Item: Armlet_Of_Prisoner
Rate: 10000
- Item: Goast_Chill
Rate: 5
- Item: Telekinetic_Orb
Rate: 100
- Item: Elunium
Rate: 500
- Item: Creeper_Bow
Rate: 50
- Item: Mental_Stick
Rate: 5
- Item: Blood_Thirst
Rate: 750
- Id: 2876
AegisName: C4_CATERPILLAR
Name: Furious Caterpillar
Level: 121
Hp: 129535
Sp: 0
BaseExp: 15995
JobExp: 43860
Attack: 1086
Attack2: 125
Defense: 100
MagicDefense: 42
Str: 58
Agi: 48
Vit: 51
Int: 50
Dex: 54
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 500
AttackMotion: 672
ClientAttackMotion: 192
DamageMotion: 480
Ai: 21
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Feather
Rate: 7500
- Item: Brigan
Rate: 10000
- Item: Twilight_Desert
Rate: 50
- Item: Star_Crumb
Rate: 250
- Item: Great_Nature
Rate: 125
- Item: Old_Blue_Box
Rate: 10
- Item: Glove_Of_Shura
Rate: 5
- Item: Caterpillar_Card
Rate: 5
StealProtected: true
- Id: 2877
AegisName: C5_CARAT
Name: Elusive Carat
Level: 103
Hp: 54065
BaseExp: 7925
JobExp: 22605
Attack: 613
Attack2: 76
Defense: 111
MagicDefense: 67
Str: 102
Agi: 64
Vit: 60
Int: 40
Dex: 80
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Wind
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1078
AttackMotion: 768
ClientAttackMotion: 576
DamageMotion: 384
Ai: 21
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Brigan
Rate: 8000
- Item: Ice_Cream
Rate: 2500
- Item: Spiky_Heel
Rate: 15
- Item: Joker_Jester
Rate: 5
- Item: Robe_Of_Affection
Rate: 25
- Item: Robe_Of_Judgement
Rate: 25
- Item: White_Herb
Rate: 3625
- Item: Carat_Card
Rate: 5
StealProtected: true
- Id: 2878
AegisName: C1_CARAMEL
Name: Swift Caramel
Level: 25
Hp: 1595
BaseExp: 1070
JobExp: 2340
Attack: 25
Attack2: 9
Defense: 39
Str: 19
Agi: 10
Vit: 15
Int: 10
Dex: 32
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1604
AttackMotion: 840
ClientAttackMotion: 216
DamageMotion: 756
Ai: 17
# Class: 6 # TODO
Drops:
- Item: Porcupine_Spike
Rate: 10000
- Item: Coat_
Rate: 15
# RandomOptionGroup: 30L
- Item: Animal's_Skin
Rate: 10000
- Item: Glaive_
Rate: 25
# RandomOptionGroup: 30L
- Item: Spear_
Rate: 40
# RandomOptionGroup: 30L
- Item: Pike_
Rate: 50
# RandomOptionGroup: 30L
- Item: Wing_Of_Fly
Rate: 2500
- Item: Caramel_Card
Rate: 5
StealProtected: true
- Id: 2879
AegisName: C2_BUNGISNGIS
Name: Solid Bungisngis
Level: 121
Hp: 331020
Sp: 0
BaseExp: 15995
JobExp: 43860
Attack: 1356
Attack2: 151
Defense: 115
MagicDefense: 35
Str: 71
Agi: 32
Vit: 61
Int: 30
Dex: 74
Luk: 19
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Earth
ElementLevel: 2
WalkSpeed: 240
AttackDelay: 1568
AttackMotion: 432
ClientAttackMotion: 288
DamageMotion: 360
Ai: 19
# Class: 6 # TODO
Drops:
- Item: Brigan
Rate: 5000
- Item: Beautiful_Flower
Rate: 5000
- Item: Elunium
Rate: 50
- Item: Insideout_Shirt
Rate: 500
- Id: 2880
AegisName: C3_BREEZE
Name: Breeze Ringleader
Level: 92
Hp: 35365
BaseExp: 6190
JobExp: 17505
Attack: 454
Attack2: 52
Defense: 83
MagicDefense: 32
Str: 75
Agi: 101
Vit: 46
Int: 35
Dex: 79
Luk: 55
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Wind
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 140
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 504
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Detail_Model_Foxtail
Rate: 100
- Item: Four_Leaf_Clover
Rate: 1
- Item: Centimental_Leaf
Rate: 25
- Item: Gust_Bow
Rate: 25
- Item: Branch_Of_Dead_Tree
Rate: 25
- Item: Centimental_Flower
Rate: 25
- Item: Rough_Wind
Rate: 25
- Item: Breeze_Card
Rate: 5
StealProtected: true
- Id: 2881
AegisName: C4_BREEZE
Name: Furious Breeze
Level: 92
Hp: 35365
BaseExp: 6190
JobExp: 17505
Attack: 454
Attack2: 52
Defense: 83
MagicDefense: 32
Str: 75
Agi: 131
Vit: 46
Int: 35
Dex: 79
Luk: 55
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Wind
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 500
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 504
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Detail_Model_Foxtail
Rate: 100
- Item: Four_Leaf_Clover
Rate: 1
- Item: Centimental_Leaf
Rate: 25
- Item: Gust_Bow
Rate: 25
- Item: Branch_Of_Dead_Tree
Rate: 25
- Item: Centimental_Flower
Rate: 25
- Item: Rough_Wind
Rate: 25
- Item: Breeze_Card
Rate: 5
StealProtected: true
- Id: 2882
AegisName: C5_BRADIUM_GOLEM
Name: Elusive Bradium Golem
Level: 133
Hp: 228695
BaseExp: 21295
JobExp: 35574
Attack: 1568
Attack2: 103
Defense: 559
MagicDefense: 12
Str: 189
Agi: 25
Vit: 125
Int: 45
Dex: 104
Luk: 33
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Earth
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 1008
AttackMotion: 1200
ClientAttackMotion: 480
DamageMotion: 540
Ai: 20
# Class: 6 # TODO
Drops:
- Item: Stone_Piece
Rate: 7500
- Item: Stone_Heart
Rate: 10000
- Item: Purified_Bradium
Rate: 1250
- Item: Bradium_Shield
Rate: 25
- Item: Runstone_Rare
Rate: 25
- Item: Bradium
Rate: 1250
- Item: Bradium_Goram_Card
Rate: 5
StealProtected: true
- Id: 2883
AegisName: C1_BLOOD_BUTTERFLY
Name: Swift Bloody Butterfly
Level: 94
Hp: 34480
BaseExp: 6370
JobExp: 18045
Attack: 476
Attack2: 67
Defense: 79
MagicDefense: 50
Str: 70
Agi: 68
Vit: 40
Int: 55
Dex: 108
Luk: 30
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Wind
ElementLevel: 2
WalkSpeed: 108
AttackDelay: 472
AttackMotion: 576
ClientAttackMotion: 480
DamageMotion: 288
Ai: 13
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Sharp_Feeler
Rate: 10000
- Item: Great_Wing
Rate: 6250
- Item: Powder_Of_Butterfly
Rate: 10000
- Item: Scarlet_Knuckle
Rate: 250
RandomOptionGroup: Group_5
- Item: Lariat
Rate: 5
- Item: Strange_Foxtail
Rate: 30
- Item: Detail_Model_Foxtail
Rate: 30
- Item: Blood_Butterfly_Card
Rate: 5
StealProtected: true
- Id: 2884
AegisName: C3_BIGFOOT
Name: Bigfoot Ringleader
Level: 29
Hp: 2530
BaseExp: 1175
JobExp: 2640
Attack: 39
Attack2: 12
Defense: 55
MagicDefense: 7
Str: 18
Agi: 4
Vit: 7
Int: 0
Dex: 12
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1260
AttackMotion: 192
ClientAttackMotion: 1092
DamageMotion: 192
Ai: 17
# Class: 6 # TODO
Drops:
- Item: Bear's_Foot
Rate: 10000
- Item: Poo_Poo_Hat
Rate: 15
- Item: Animal's_Skin
Rate: 10000
- Item: Wing_Of_Fly
Rate: 2500
- Item: Sweet_Potato
Rate: 3750
- Item: Honey
Rate: 1125
- Item: Oridecon_Stone
Rate: 110
- Item: BigFoot_Card
Rate: 5
StealProtected: true
- Id: 2885
AegisName: C4_BATHORY
Name: Furious Bathory
Level: 86
Hp: 30200
BaseExp: 5175
JobExp: 14550
Attack: 356
Attack2: 96
Defense: 61
MagicDefense: 89
Str: 66
Agi: 49
Vit: 40
Int: 77
Dex: 67
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Dark
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 500
AttackMotion: 840
ClientAttackMotion: 288
DamageMotion: 900
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Sparkling_Dust
Rate: 500
- Item: Starsand_Of_Witch
Rate: 10000
- Item: Star_Sparkling
Rate: 10
- Item: Scarlet_Rod
Rate: 250
- Item: Star_Crumb
Rate: 75
- Item: Old_Magic_Book
Rate: 40
- Item: Old_Broom
Rate: 50
- Item: Bathory_Card
Rate: 5
StealProtected: true
- Id: 2886
AegisName: C5_BANSHEE_MASTER
Name: Elusive Banshee Master
Level: 118
Hp: 125840
Sp: 0
BaseExp: 13030
JobExp: 37470
Attack: 902
Attack2: 298
Defense: 87
MagicDefense: 94
Str: 121
Agi: 58
Vit: 48
Int: 122
Dex: 84
Luk: 44
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 676
AttackMotion: 504
ClientAttackMotion: 432
DamageMotion: 504
Ai: 20
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Old_White_Cloth
Rate: 7500
- Item: Orleans_Gown
Rate: 25
- Item: Cursed_Star
Rate: 5
- Item: Wool_Scarf
Rate: 25
- Item: Mementos
Rate: 3750
- Item: Brigan
Rate: 10000
- Item: Shadow_Guard
Rate: 50
- Item: Banshee_Master_Card
Rate: 5
StealProtected: true
- Id: 2887
AegisName: C1_BANSHEE
Name: Swift Banshee
Level: 130
Hp: 204750
BaseExp: 18695
JobExp: 53970
Attack: 1216
Attack2: 703
Defense: 73
MagicDefense: 96
Str: 97
Agi: 71
Vit: 55
Int: 143
Dex: 137
Luk: 72
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 112
AttackDelay: 676
AttackMotion: 504
ClientAttackMotion: 432
DamageMotion: 504
Ai: 20
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Old_White_Cloth
Rate: 7500
- Item: Orleans_Gown
Rate: 25
- Item: Scalpel
Rate: 25
- Item: Wool_Scarf
Rate: 25
- Item: Mementos
Rate: 3750
- Item: Brigan
Rate: 10000
- Item: Banshee_Card
Rate: 5
StealProtected: true
- Id: 2888
AegisName: C2_BANASPATY
Name: Solid Banaspaty
Level: 85
Hp: 32350
BaseExp: 5090
JobExp: 14295
Attack: 346
Attack2: 182
Defense: 63
MagicDefense: 89
Str: 61
Agi: 78
Vit: 35
Int: 77
Dex: 79
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Fire
ElementLevel: 3
WalkSpeed: 300
AttackDelay: 1152
AttackMotion: 2304
ClientAttackMotion: 1080
DamageMotion: 432
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Coal
Rate: 2500
- Item: Zargon
Rate: 5000
- Item: Elunium
Rate: 3750
- Item: Oridecon_Stone
Rate: 3750
- Item: Fire_Arrow_Container
Rate: 30
- Item: Banaspaty_Card
Rate: 5
StealProtected: true
- Id: 2889
AegisName: C3_ASSULTER
Name: Assaulter Ringleader
Level: 100
Hp: 43860
BaseExp: 6935
JobExp: 19740
Attack: 541
Attack2: 67
Defense: 169
MagicDefense: 49
Str: 100
Agi: 92
Vit: 30
Int: 20
Dex: 144
Luk: 15
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 512
AttackMotion: 780
ClientAttackMotion: 540
DamageMotion: 504
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Turtle_Shell
Rate: 10000
- Item: Broken_Armor_Piece
Rate: 3000
- Item: Rust_Suriken
Rate: 2100
- Item: Smoke_Powder
Rate: 500
- Item: Doram_Only_Cape
Rate: 100
- Item: Huuma_Bird_Wing
Rate: 15
- Item: Old_Blue_Box
Rate: 5
- Item: Assulter_Card
Rate: 5
StealProtected: true
- Id: 2890
AegisName: C4_ARGOS
Name: Furious Argos
Level: 47
Hp: 6500
BaseExp: 1850
JobExp: 4785
Attack: 116
Attack2: 33
Defense: 58
MagicDefense: 8
Str: 38
Agi: 22
Vit: 25
Int: 5
Dex: 26
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
Element: Poison
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 500
AttackMotion: 468
ClientAttackMotion: 216
DamageMotion: 768
Ai: 19
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Spiderweb
Rate: 10000
- Item: Scell
Rate: 3000
- Item: Short_Leg
Rate: 1250
- Item: Elunium_Stone
Rate: 155
- Item: Green_Herb
Rate: 1675
- Item: Wing_Of_Fly
Rate: 2500
- Item: Bark_Shorts
Rate: 40
- Item: Argos_Card
Rate: 5
StealProtected: true
- Id: 2891
AegisName: C5_ARGIOPE
Name: Elusive Argiope
Level: 75
Hp: 17850
BaseExp: 3970
JobExp: 11010
Attack: 324
Attack2: 50
Defense: 88
MagicDefense: 32
Str: 60
Agi: 23
Vit: 40
Int: 30
Dex: 24
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
Element: Poison
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1792
AttackMotion: 792
ClientAttackMotion: 576
DamageMotion: 336
Ai: 21
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Short_Leg
Rate: 10000
- Item: Zargon
Rate: 3000
- Item: Elunium_Stone
Rate: 440
- Item: Boots_
Rate: 15
- Item: Green_Herb
Rate: 3750
- Item: Violet_Jewel
Rate: 25
- Item: Argiope_Card
Rate: 5
StealProtected: true
- Id: 2892
AegisName: C1_ARGIOPE
Name: Swift Argiope
Level: 75
Hp: 17850
BaseExp: 3970
JobExp: 11010
Attack: 324
Attack2: 50
Defense: 88
MagicDefense: 32
Str: 60
Agi: 23
Vit: 40
Int: 30
Dex: 24
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
Element: Poison
ElementLevel: 1
WalkSpeed: 225
AttackDelay: 1792
AttackMotion: 792
ClientAttackMotion: 576
DamageMotion: 336
Ai: 21
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Short_Leg
Rate: 10000
- Item: Zargon
Rate: 3000
- Item: Elunium_Stone
Rate: 440
- Item: Boots_
Rate: 15
- Item: Green_Herb
Rate: 3750
- Item: Violet_Jewel
Rate: 25
- Item: Argiope_Card
Rate: 5
StealProtected: true
- Id: 2893
AegisName: C2_ARCLOUSE
Name: Solid Arclouze
Level: 107
Hp: 149440
BaseExp: 9685
JobExp: 26385
Attack: 817
Attack2: 40
Defense: 101
MagicDefense: 36
Str: 60
Agi: 73
Vit: 45
Int: 35
Dex: 168
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Earth
ElementLevel: 2
WalkSpeed: 120
AttackDelay: 960
AttackMotion: 500
ClientAttackMotion: 480
DamageMotion: 480
Ai: 19
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Round_Shell
Index: 0
Rate: 8750
- Item: Sticky_Mucus
Index: 1
Rate: 7500
- Item: Solid_Shell
Index: 2
Rate: 2000
- Item: Zargon
Index: 3
Rate: 1125
- Item: Red_Gemstone
Index: 4
Rate: 750
- Item: Great_Nature
Index: 5
Rate: 50
- Item: Zargon
Index: 6
Rate: 6250
- Item: Arclouse_Card
Index: 7
Rate: 5
StealProtected: true
- Id: 2894
AegisName: C3_ARCLOUSE
Name: Arclouze Ringleader
Level: 107
Hp: 74720
BaseExp: 9685
JobExp: 26385
Attack: 817
Attack2: 40
Defense: 101
MagicDefense: 36
Str: 60
Agi: 73
Vit: 45
Int: 35
Dex: 168
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Earth
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 960
AttackMotion: 500
ClientAttackMotion: 480
DamageMotion: 480
Ai: 19
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Round_Shell
Index: 0
Rate: 8750
- Item: Sticky_Mucus
Index: 1
Rate: 7500
- Item: Solid_Shell
Index: 2
Rate: 2000
- Item: Zargon
Index: 3
Rate: 1125
- Item: Red_Gemstone
Index: 4
Rate: 750
- Item: Great_Nature
Index: 5
Rate: 50
- Item: Zargon
Index: 6
Rate: 6250
- Item: Arclouse_Card
Index: 7
Rate: 5
StealProtected: true
- Id: 2895
AegisName: C4_APOCALIPS
Name: Furious Apocalypse
Level: 121
Hp: 158315
BaseExp: 15235
JobExp: 43860
Attack: 1194
Attack2: 116
Defense: 136
MagicDefense: 26
Str: 130
Agi: 68
Vit: 76
Int: 25
Dex: 125
Luk: 15
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 400
AttackDelay: 500
AttackMotion: 1440
ClientAttackMotion: 720
DamageMotion: 384
Ai: 17
# Class: 6 # TODO
Drops:
- Item: Broken_Steel_Piece
Rate: 10000
- Item: Mystery_Piece
Rate: 6000
- Item: Wheel
Rate: 5500
- Item: Elunium
Rate: 15
- Item: Destroyer_
Rate: 5
- Item: Manteau_
Rate: 50
- Item: Runstone_Ancient
Rate: 250
- Item: Apocalips_Card
Rate: 5
StealProtected: true
- Id: 2896
AegisName: C5_ANTLER_SCARABA
Name: Elusive Antler Scaraba
Level: 136
Hp: 313000
BaseExp: 15825
JobExp: 52008
Attack: 1701
Attack2: 410
Defense: 155
MagicDefense: 102
Str: 23
Agi: 99
Vit: 59
Int: 129
Dex: 137
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
RaceGroups:
Scaraba: true
Element: Earth
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 504
AttackMotion: 624
ClientAttackMotion: 480
DamageMotion: 360
Ai: 04
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Antler_Helm
Rate: 10000
- Item: Green_Whistle
Rate: 25
- Item: Runstone_Ancient
Rate: 25
- Item: Elder_Branch
Rate: 250
- Item: Yellow_Live
Rate: 250
- Item: Scaraba_Card
Rate: 5
StealProtected: true
- Id: 2897
AegisName: C1_ANTIQUE_BOOK
Name: Swift Antique Book
Level: 148
Hp: 673075
BaseExp: 36125
JobExp: 116226
Attack: 2233
Attack2: 1213
Defense: 74
MagicDefense: 42
Str: 67
Agi: 53
Vit: 32
Int: 44
Dex: 125
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 112
AttackDelay: 864
AttackMotion: 960
ClientAttackMotion: 768
DamageMotion: 480
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Leaf_Bookmark
Rate: 6250
- Item: Bookclip_In_Memory
Rate: 2500
- Item: Worn_Out_Page
Rate: 5000
- Item: Snow_Flip
Rate: 25
- Id: 2898
AegisName: C2_ANTIQUE_BOOK
Name: Solid Antique Book
Level: 148
Hp: 1346150
BaseExp: 36125
JobExp: 116226
Attack: 2233
Attack2: 1213
Defense: 74
MagicDefense: 42
Str: 67
Agi: 53
Vit: 32
Int: 44
Dex: 125
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 864
AttackMotion: 960
ClientAttackMotion: 768
DamageMotion: 480
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Leaf_Bookmark
Rate: 6250
- Item: Bookclip_In_Memory
Rate: 2500
- Item: Worn_Out_Page
Rate: 5000
- Item: Snow_Flip
Rate: 25
- Id: 2899
AegisName: C4_ANOLIAN
Name: Furious Anolian
Level: 109
Hp: 83075
BaseExp: 9435
JobExp: 27015
Attack: 609
Attack2: 110
Defense: 61
MagicDefense: 11
Str: 130
Agi: 81
Vit: 55
Int: 66
Dex: 70
Luk: 48
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 190
AttackDelay: 500
AttackMotion: 500
ClientAttackMotion: 660
DamageMotion: 864
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Anolian_Skin
Rate: 10000
- Item: Crystal_Arrow_Container
Rate: 40
- Item: Royal_Jelly
Rate: 15
- Item: Red_Muffler
Rate: 25
- Item: Carga_Mace
Rate: 5
- Item: Brooch_
Rate: 5
- Item: Oridecon
Rate: 335
- Item: Anolian_Card
Rate: 5
StealProtected: true
- Id: 2900
AegisName: C5_ANGRA_MANTIS
Name: Elusive Angra Mantis
Level: 144
Hp: 458600
BaseExp: 25315
JobExp: 69498
Attack: 1042
Attack2: 177
Defense: 175
MagicDefense: 81
Str: 122
Agi: 155
Vit: 119
Int: 81
Dex: 198
Luk: 79
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Earth
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 576
AttackMotion: 480
ClientAttackMotion: 336
DamageMotion: 480
Ai: 04
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Withered_Flower
Rate: 7500
- Item: Soft_Leaf
Rate: 2500
- Item: Great_Nature
Rate: 25
- Item: Sura_Rampage
Rate: 25
- Item: Angra_Mantis_Card
Rate: 5
StealProtected: true
- Id: 2901
AegisName: C1_ANGRA_MANTIS
Name: Swift Angra Mantis
Level: 144
Hp: 458600
BaseExp: 25315
JobExp: 69498
Attack: 1042
Attack2: 177
Defense: 175
MagicDefense: 81
Str: 122
Agi: 155
Vit: 119
Int: 81
Dex: 198
Luk: 79
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Earth
ElementLevel: 2
WalkSpeed: 112
AttackDelay: 576
AttackMotion: 480
ClientAttackMotion: 336
DamageMotion: 480
Ai: 04
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Withered_Flower
Rate: 7500
- Item: Soft_Leaf
Rate: 2500
- Item: Great_Nature
Rate: 25
- Item: Sura_Rampage
Rate: 25
- Item: Angra_Mantis_Card
Rate: 5
StealProtected: true
- Id: 2902
AegisName: C2_ANDRE
Name: Solid Andre
Level: 33
Hp: 5370
BaseExp: 1325
JobExp: 3060
Attack: 48
Attack2: 21
Defense: 55
MagicDefense: 16
Str: 11
Agi: 20
Vit: 40
Int: 10
Dex: 24
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 360
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 180
DamageMotion: 384
Ai: 01
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Worm_Peelings
Rate: 10000
- Item: Garlet
Rate: 2500
- Item: Sticky_Mucus
Rate: 1250
- Item: Yellow_Live
Rate: 125
- Item: Wing_Of_Fly
Rate: 2500
- Item: Iron_Ore
Rate: 875
- Item: Elunium_Stone
Rate: 70
- Item: Andre_Card
Rate: 5
StealProtected: true
- Id: 2903
AegisName: C3_ANCIENT_MIMIC
Name: Ancient Mimic Ringleader
Level: 112
Hp: 98890
BaseExp: 10900
JobExp: 31260
Attack: 924
Attack2: 84
Defense: 100
MagicDefense: 40
Str: 121
Agi: 70
Vit: 63
Int: 43
Dex: 141
Luk: 67
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 168
AttackMotion: 480
ClientAttackMotion: 480
DamageMotion: 360
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Old_Blue_Box
Rate: 75
- Item: Old_Violet_Box
Rate: 5
- Item: Gift_Box
Rate: 125
- Item: Shoes_
Rate: 15
- Item: Manteau_
Rate: 5
- Item: Fricco_Shoes
Rate: 25
- Item: Gold_Ring
Rate: 250
- Item: Ancient_Mimic_Card
Rate: 5
StealProtected: true
- Id: 2904
AegisName: C4_ANACONDAQ
Name: Furious Anacondaq
Level: 100
Hp: 46165
BaseExp: 6935
JobExp: 19740
Attack: 541
Attack2: 55
Defense: 92
Str: 79
Agi: 59
Vit: 28
Int: 43
Dex: 67
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Poison
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 500
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 576
Ai: 17
# Class: 6 # TODO
Drops:
- Item: White_Powder
Rate: 500
- Item: Posionous_Canine
Rate: 10000
- Item: Scarlet_Lance
Rate: 250
RandomOptionGroup: Group_5
- Item: Scale_Of_Snakes
Rate: 3750
- Item: Scales_Shell
Rate: 500
- Item: Doram_Only_Suit
Rate: 100
- Item: Oridecon_Stone
Rate: 125
- Item: Anacondaq_Card
Rate: 5
StealProtected: true
- Id: 2905
AegisName: C5_AMBERNITE
Name: Elusive Ambernite
Level: 19
Hp: 1325
BaseExp: 890
JobExp: 1950
Attack: 10
Attack2: 11
Defense: 28
Str: 16
Agi: 20
Vit: 11
Int: 10
Dex: 21
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
Element: Water
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 2048
AttackMotion: 648
ClientAttackMotion: 312
DamageMotion: 648
Ai: 17
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Crystal_Blue
Rate: 250
- Item: Snail's_Shell
Rate: 10000
- Item: Garlet
Rate: 10000
- Item: Shell
Rate: 10000
- Item: Wing_Of_Fly
Rate: 2500
- Item: Elunium_Stone
Rate: 100
- Item: Iron_Ore
Rate: 1000
- Item: Ambernite_Card
Rate: 5
StealProtected: true
- Id: 2906
AegisName: C1_ALNOLDI
Name: Swift Rafflesia Arnoldi
Level: 80
Hp: 18155
BaseExp: 4560
JobExp: 12135
Attack: 370
Attack2: 69
Defense: 80
MagicDefense: 20
Str: 40
Agi: 32
Vit: 24
Int: 61
Dex: 85
Luk: 30
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 225
AttackDelay: 500
AttackMotion: 576
ClientAttackMotion: 360
DamageMotion: 504
Ai: 04
# Class: 6 # TODO
Drops:
- Item: Clover
Rate: 625
- Item: Leaflet_Of_Hinal
Rate: 1065
- Item: Stem
Rate: 10000
- Item: Shoot
Rate: 750
- Item: Leaflet_Of_Aloe
Rate: 625
- Item: Centimental_Flower
Rate: 250
- Item: Alnoldi_Card
Rate: 5
StealProtected: true
- Id: 2907
AegisName: C2_ALLIGATOR
Name: Solid Alligator
Level: 57
Hp: 19390
BaseExp: 2440
JobExp: 6525
Attack: 130
Attack2: 37
Defense: 62
MagicDefense: 30
Str: 47
Agi: 48
Vit: 24
Int: 15
Dex: 40
Luk: 26
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Water
ElementLevel: 1
WalkSpeed: 240
AttackDelay: 1100
AttackMotion: 900
ClientAttackMotion: 540
DamageMotion: 480
Ai: 17
# Class: 6 # TODO
Drops:
- Item: Zargon
Rate: 2500
- Item: Worn_Out_Prison_Uniform
Rate: 1500
- Item: Anolian_Skin
Rate: 5000
- Item: Seed_Of_Yggdrasil
Rate: 5
- Item: Oridecon_Stone
Rate: 325
- Item: Alligator_Card
Rate: 5
StealProtected: true
- Id: 2908
AegisName: C3_ALIZA
Name: Aliza Ringleader
Level: 112
Hp: 89900
BaseExp: 10900
JobExp: 31260
Attack: 840
Attack2: 397
Defense: 98
MagicDefense: 5
Str: 115
Agi: 50
Vit: 51
Int: 62
Dex: 88
Luk: 54
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 3
WalkSpeed: 220
AttackDelay: 1440
AttackMotion: 576
ClientAttackMotion: 336
DamageMotion: 600
Ai: 17
# Class: 6 # TODO
Drops:
- Item: Brigan
Rate: 10000
- Item: Morpheus's_Shawl
Rate: 25
- Item: Rosary_
Rate: 25
- Item: Alice's_Apron
Rate: 15
- Item: Imperial_Cooking_Kits
Rate: 125
- Item: Sway_Apron
Rate: 5
- Item: Orleans_Server
Rate: 15
- Item: Aliza_Card
Rate: 5
StealProtected: true
- Id: 2909
AegisName: C4_ALICEL
Name: Furious Alicel
Level: 115
Hp: 91595
BaseExp: 11230
JobExp: 32250
Attack: 919
Attack2: 398
Defense: 109
MagicDefense: 30
Str: 121
Agi: 68
Vit: 59
Int: 63
Dex: 102
Luk: 60
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Neutral
ElementLevel: 3
WalkSpeed: 250
AttackDelay: 500
AttackMotion: 480
ClientAttackMotion: 2112
DamageMotion: 504
Ai: 13
# Class: 6 # TODO
Modes:
Detector: true
Drops:
- Item: Burnt_Parts
Rate: 5000
- Item: Sturdy_Iron_Piece
Rate: 7500
- Item: Rotha_Shield
Rate: 15
- Item: Smoke_Powder
Rate: 500
- Item: Drill_Katar
Rate: 15
- Item: Elunium
Rate: 25
- Item: Vali's_Manteau
Rate: 50
- Item: Alicel_Card
Rate: 5
StealProtected: true
- Id: 2910
AegisName: C5_ALARM
Name: Elusive Alarm
Level: 88
Hp: 28320
BaseExp: 5345
JobExp: 15060
Attack: 414
Attack2: 48
Defense: 106
MagicDefense: 53
Str: 70
Agi: 72
Vit: 40
Int: 25
Dex: 66
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 300
AttackDelay: 1020
AttackMotion: 500
ClientAttackMotion: 540
DamageMotion: 768
Ai: 21
# Class: 6 # TODO
Drops:
- Item: Needle_Of_Alarm
Rate: 10000
- Item: Clip
Rate: 5
- Item: Skull
Rate: 3750
- Item: Oridecon
Rate: 265
- Item: Key_Of_Clock_Tower
Rate: 50
- Item: Zargon
Rate: 3750
- Item: Alarm_Card
Rate: 5
StealProtected: true
- Id: 2911
AegisName: C1_AGAV
Name: Swift Agav
Level: 128
Hp: 184855
BaseExp: 18445
JobExp: 53220
Attack: 1291
Attack2: 181
Defense: 77
MagicDefense: 82
Str: 85
Agi: 66
Vit: 55
Int: 113
Dex: 120
Luk: 61
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Rachel_Sanctuary: true
Element: Neutral
ElementLevel: 4
WalkSpeed: 225
AttackDelay: 768
AttackMotion: 360
ClientAttackMotion: 300
DamageMotion: 360
Ai: 20
# Class: 6 # TODO
Drops:
- Item: Suspicious_Hat
Index: 0
Rate: 6250
- Item: High_Fashion_Sandals
Index: 1
Rate: 5
- Item: Bloody_Rune
Index: 2
Rate: 10000
- Item: Memorize_Book
Index: 3
Rate: 5
- Item: Holy_Arrow_Quiver
Index: 4
Rate: 125
- Item: Bloody_Rune
Index: 5
Rate: 250
- Item: Starsand_Of_Witch
Index: 6
Rate: 6250
- Item: Agav_Card
Index: 7
Rate: 5
StealProtected: true
- Id: 2912
AegisName: C2_ACIDUS_
Name: Solid Acidus
Level: 130
Hp: 390890
BaseExp: 18695
JobExp: 53970
Attack: 1485
Attack2: 158
Defense: 98
MagicDefense: 47
Str: 106
Agi: 110
Vit: 61
Int: 53
Dex: 133
Luk: 53
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Dragon
Element: Wind
ElementLevel: 2
WalkSpeed: 216
AttackDelay: 168
AttackMotion: 768
ClientAttackMotion: 528
DamageMotion: 360
Ai: 19
# Class: 6 # TODO
Drops:
- Item: Blue_Potion
Index: 0
Rate: 375
- Item: Dragon_Canine
Index: 1
Rate: 10000
- Item: White_Wing_Brooch
Index: 2
Rate: 25
- Item: Dragon_Scale
Index: 3
Rate: 8975
- Item: Dragonball_Blue
Index: 4
Rate: 2000
- Item: Rough_Wind
Index: 5
Rate: 50
- Item: Dragonball_Blue
Index: 6
Rate: 250
- Item: Acidus__Card
Index: 7
Rate: 5
StealProtected: true
- Id: 2913
AegisName: C3_ACIDUS_
Name: Acidus Ringleader
Level: 130
Hp: 195445
BaseExp: 18695
JobExp: 53970
Attack: 1485
Attack2: 158
Defense: 98
MagicDefense: 47
Str: 106
Agi: 110
Vit: 61
Int: 53
Dex: 133
Luk: 53
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Dragon
Element: Wind
ElementLevel: 2
WalkSpeed: 180
AttackDelay: 168
AttackMotion: 768
ClientAttackMotion: 528
DamageMotion: 360
Ai: 19
# Class: 6 # TODO
Drops:
- Item: Blue_Potion
Index: 0
Rate: 375
- Item: Dragon_Canine
Index: 1
Rate: 10000
- Item: White_Wing_Brooch
Index: 2
Rate: 25
- Item: Dragon_Scale
Index: 3
Rate: 8975
- Item: Dragonball_Blue
Index: 4
Rate: 2000
- Item: Rough_Wind
Index: 5
Rate: 50
- Item: Dragonball_Blue
Index: 6
Rate: 250
- Item: Acidus__Card
Index: 7
Rate: 5
StealProtected: true
- Id: 2914
AegisName: E_GEFFEN_MAGE_3_1
Name: Geffen Shoplifter
Level: 50
Hp: 10000
BaseExp: 212
JobExp: 227
Attack: 89
Attack2: 22
Defense: 70
MagicDefense: 7
Str: 41
Agi: 14
Vit: 15
Int: 0
Dex: 100
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 800
AttackMotion: 672
ClientAttackMotion: 480
DamageMotion: 480
Ai: 04
# - Id: 2915
# AegisName: HIDDEN_MOB6
- Id: 2916
AegisName: BIG_BEN
Name: Big Ben
Level: 160
Hp: 222240
BaseExp: 14894
JobExp: 14011
Attack: 3101
Attack2: 212
Defense: 125
MagicDefense: 43
Str: 102
Agi: 58
Vit: 69
Int: 75
Dex: 131
Luk: 49
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
RaceGroups:
Clocktower: true
Element: Earth
ElementLevel: 2
WalkSpeed: 170
AttackDelay: 1092
AttackMotion: 792
ClientAttackMotion: 960
DamageMotion: 480
Ai: 17
Drops:
- Item: Needle_Of_Alarm
Index: 0
Rate: 3000
- Item: Wooden_Block
Index: 1
Rate: 500
- Item: White_Herb
Index: 2
Rate: 950
- Item: Lemon
Index: 3
Rate: 160
- Item: Key_Of_Twisted_Time
Index: 4
Rate: 15
- Item: Key_Of_Twisted_Time
Index: 5
Rate: 15
- Item: Shadowdecon_Ore
Index: 6
Rate: 70
- Item: Big_Ben_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 2917
AegisName: BIG_BELL
Name: Big Bell
Level: 163
Hp: 166860
BaseExp: 15026
JobExp: 16915
Attack: 4785
Attack2: 192
Defense: 138
MagicDefense: 53
Str: 102
Agi: 104
Vit: 72
Int: 57
Dex: 98
Luk: 57
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
RaceGroups:
Clocktower: true
Element: Neutral
ElementLevel: 3
WalkSpeed: 250
AttackDelay: 1020
AttackMotion: 500
ClientAttackMotion: 672
DamageMotion: 768
Ai: 21
Drops:
- Item: Needle_Of_Alarm
Rate: 3000
- Item: Clip
Rate: 1
- Item: Zelunium_Ore
Rate: 70
- Item: Shadowdecon_Ore
Rate: 70
- Item: Oridecon
Rate: 100
- Item: Key_Of_Twisted_Time
Rate: 10
- Item: Zargon
Rate: 750
- Item: Big_Bell_Card
Rate: 1
StealProtected: true
- Id: 2918
AegisName: TIME_KEEPER
Name: Time Keeper
Level: 165
Hp: 256000
BaseExp: 15796
JobExp: 17738
Attack: 2989
Attack2: 280
Defense: 127
MagicDefense: 60
Str: 112
Agi: 60
Vit: 72
Int: 57
Dex: 120
Luk: 77
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
RaceGroups:
Clocktower: true
Element: Neutral
ElementLevel: 4
WalkSpeed: 170
AttackDelay: 1072
AttackMotion: 672
ClientAttackMotion: 1152
DamageMotion: 384
Ai: 17
Drops:
- Item: Needle_Of_Alarm
Index: 0
Rate: 3000
- Item: Zelunium_Ore
Index: 1
Rate: 70
- Item: Shadowdecon_Ore
Index: 2
Rate: 70
- Item: Leaflet_Of_Hinal
Index: 3
Rate: 425
- Item: Memorize_Book_
Index: 4
Rate: 1
- Item: Key_Of_Twisted_Time
Index: 5
Rate: 1000
- Item: Key_Of_Twisted_Time
Index: 6
Rate: 1000
- Item: Time_Keeper_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 2919
AegisName: NEO_PUNK
Name: Neo Punk
Level: 155
Hp: 154760
BaseExp: 11748
JobExp: 13237
Attack: 2051
Attack2: 216
Defense: 99
MagicDefense: 55
Str: 98
Agi: 39
Vit: 30
Int: 35
Dex: 95
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
RaceGroups:
Clocktower: true
Element: Wind
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1500
AttackMotion: 500
ClientAttackMotion: 1728
DamageMotion: 660
Ai: 19
Drops:
- Item: Mould_Powder
Rate: 3000
- Item: Yellow_Gemstone
Rate: 500
- Item: Pacifier
Rate: 50
- Item: Starsand_Of_Witch
Rate: 500
- Item: Moth_Dust
Rate: 1500
- Item: Shadowdecon_Ore
Rate: 70
- Item: Hood_
Rate: 8
- Item: Neo_Punk_Card
Rate: 1
StealProtected: true
- Id: 2920
AegisName: ARC_ELDER
Name: Arc Elder
Level: 168
Hp: 293640
BaseExp: 18172
JobExp: 35065
Attack: 2513
Attack2: 802
Defense: 105
MagicDefense: 41
Str: 100
Agi: 63
Vit: 35
Int: 99
Dex: 106
Luk: 61
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
RaceGroups:
Clocktower: true
Element: Neutral
ElementLevel: 4
WalkSpeed: 165
AttackDelay: 1552
AttackMotion: 1152
ClientAttackMotion: 2112
DamageMotion: 336
Ai: 04
Drops:
- Item: Old_Magic_Circle
Rate: 3000
- Item: Zelunium_Ore
Rate: 70
- Item: Elder_Branch
Rate: 500
- Item: Encyclopedia
Rate: 5
- Item: Wizardy_Staff
Rate: 1
- Item: Old_Card_Album
Rate: 2
- Item: Key_Of_Twisted_Time
Rate: 1500
- Item: Arc_Elder_Card
Rate: 1
StealProtected: true
- Id: 2921
AegisName: OWL_VISCOUNT
Name: Owl Viscount
Level: 168
Hp: 295240
BaseExp: 18172
JobExp: 23619
Attack: 4368
Attack2: 900
Defense: 113
MagicDefense: 45
Str: 87
Agi: 51
Vit: 45
Int: 88
Dex: 106
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
RaceGroups:
Clocktower: true
Element: Neutral
ElementLevel: 3
WalkSpeed: 195
AttackDelay: 1345
AttackMotion: 824
ClientAttackMotion: 2304
DamageMotion: 440
Ai: 21
Class: Boss
Drops:
- Item: Tatters_Clothes
Rate: 2500
- Item: Soft_Feather
Rate: 1000
- Item: Zelunium_Ore
Rate: 70
- Item: Shadowdecon_Ore
Rate: 70
- Item: Quadrille_
Rate: 1
- Item: Lounge_Suit
Rate: 1
- Item: One_Eyed_Glass_
Rate: 10
- Item: Owl_Viscount_Card
Rate: 1
StealProtected: true
- Id: 2922
AegisName: G_OWL_VISCOUNT
Name: Owl Viscount
Level: 168
Hp: 295240
Attack: 1872
Attack2: 900
Defense: 113
MagicDefense: 45
Str: 87
Agi: 51
Vit: 45
Int: 88
Dex: 106
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Neutral
ElementLevel: 3
WalkSpeed: 195
AttackDelay: 1345
AttackMotion: 824
ClientAttackMotion: 2304
DamageMotion: 440
Ai: 21
Class: Boss
Modes:
FixedItemDrop: true
- Id: 2923
AegisName: OWL_MARQUEES
Name: Owl Marquis
Level: 170
Hp: 630000
BaseExp: 43494
JobExp: 27612
Attack: 1887
Attack2: 603
Defense: 127
MagicDefense: 25
Str: 112
Agi: 65
Vit: 55
Int: 102
Dex: 108
Luk: 72
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
RaceGroups:
Clocktower: true
Element: Neutral
ElementLevel: 3
WalkSpeed: 175
AttackDelay: 1345
AttackMotion: 824
ClientAttackMotion: 2304
DamageMotion: 440
Ai: 21
Class: Boss
Drops:
- Item: Tatters_Clothes
Rate: 2000
- Item: Shadowdecon_Ore
Rate: 70
- Item: Kakkung_
Rate: 1
- Item: Staff_Of_Soul
Rate: 1
- Item: Sword_Stick
Rate: 1
- Item: Lounge_Suit
Rate: 3
- Item: One_Eyed_Glass_
Rate: 10
- Item: Owl_Marquees_Card
Rate: 1
StealProtected: true
- Id: 2924
AegisName: T_ELDER_WILOW
Name: Elder Willow
Level: 34
Hp: 599
BaseExp: 58
JobExp: 65
Attack: 80
Attack2: 14
Defense: 45
Str: 10
Agi: 14
Vit: 25
Int: 0
Dex: 29
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Fire
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1372
AttackMotion: 672
ClientAttackMotion: 720
DamageMotion: 432
# Ai:
Drops:
- Item: Moon_Cake20
Rate: 500
- Item: Moon_Cake1
Rate: 500
- Item: Moon_Cake2
Rate: 500
- Id: 2925
AegisName: T_WILOW
Name: Willow
Level: 8
Hp: 91
BaseExp: 15
JobExp: 11
Attack: 13
Attack2: 5
Defense: 38
MagicDefense: 2
Str: 13
Agi: 3
Vit: 8
Int: 5
Dex: 12
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1672
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 432
# Ai:
Drops:
- Item: Moon_Cake18
Rate: 500
- Item: Moon_Cake19
Rate: 500
- Item: Moon_Cake20
Rate: 500
- Id: 2926
AegisName: T_HARPY
Name: Harpy
Level: 83
Hp: 4423
BaseExp: 330
JobExp: 380
Attack: 340
Attack2: 41
Defense: 69
MagicDefense: 44
Str: 71
Agi: 39
Vit: 50
Int: 31
Dex: 125
Luk: 12
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Wind
ElementLevel: 3
WalkSpeed: 155
AttackDelay: 972
AttackMotion: 672
ClientAttackMotion: 384
DamageMotion: 470
# Ai:
Modes:
Detector: true
Drops:
- Item: Moon_Cake1
Rate: 500
- Item: Moon_Cake2
Rate: 500
- Id: 2927
AegisName: T_MINERAL
Name: Mineral
Level: 96
Hp: 8300
BaseExp: 401
JobExp: 506
Attack: 751
Attack2: 57
Defense: 127
MagicDefense: 23
Str: 70
Agi: 61
Vit: 40
Int: 50
Dex: 74
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 648
AttackMotion: 480
ClientAttackMotion: 300
DamageMotion: 360
# Ai:
Drops:
- Item: Moon_Cake1
Rate: 500
- Item: Moon_Cake2
Rate: 500
- Id: 2928
AegisName: T_GIBBET
Name: Gibbet
Level: 105
Hp: 12999
BaseExp: 486
JobExp: 437
Attack: 697
Attack2: 85
Defense: 116
MagicDefense: 45
Str: 103
Agi: 56
Vit: 62
Int: 55
Dex: 73
Luk: 37
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 1
WalkSpeed: 180
AttackDelay: 917
AttackMotion: 1584
ClientAttackMotion: 480
DamageMotion: 576
# Ai:
Modes:
Detector: true
Drops:
- Item: Moon_Cake1
Rate: 500
- Item: Moon_Cake2
Rate: 500
- Id: 2929
AegisName: T_PLASMA_G
Name: Plasma
Level: 116
Hp: 24975
BaseExp: 1088
JobExp: 753
Attack: 851
Attack2: 112
Defense: 120
MagicDefense: 3
Str: 121
Agi: 60
Vit: 58
Int: 62
Dex: 102
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Earth
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 1000
AttackMotion: 500
ClientAttackMotion: 1296
DamageMotion: 1000
# Ai:
Drops:
- Item: Moon_Cake18
Rate: 500
- Item: Moon_Cake19
Rate: 500
- Id: 2930
AegisName: T_SOLACE
Name: Solace
Level: 123
Hp: 24729
BaseExp: 1221
JobExp: 1204
Attack: 1234
Attack2: 165
Defense: 96
MagicDefense: 96
Str: 106
Agi: 65
Vit: 61
Int: 42
Dex: 125
Luk: 72
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Angel
Element: Holy
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 576
AttackMotion: 420
ClientAttackMotion: 384
DamageMotion: 360
# Ai:
Class: Boss
Drops:
- Item: Moon_Cake20
Rate: 500
- Id: 2931
AegisName: T_METALING
Name: Metaling
Level: 81
Hp: 4300
BaseExp: 262
JobExp: 268
Attack: 188
Attack2: 39
Defense: 69
MagicDefense: 28
Str: 58
Agi: 30
Vit: 49
Int: 17
Dex: 60
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 384
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
# Ai:
Drops:
- Item: Moon_Cake20
Rate: 500
- Id: 2932
AegisName: T_POPORING
Name: Poporing
Level: 30
Hp: 524
BaseExp: 49
JobExp: 56
Attack: 74
Attack2: 20
Defense: 36
MagicDefense: 17
Str: 17
Agi: 26
Vit: 20
Int: 18
Dex: 36
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Poison
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1672
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
# Ai:
Drops:
- Item: Moon_Cake20
Rate: 500
- Id: 2933
AegisName: T_DEVILING
Name: Deviling
Level: 66
Hp: 16890
BaseExp: 598
JobExp: 594
Attack: 313
Attack2: 183
Defense: 67
MagicDefense: 70
Str: 48
Agi: 50
Vit: 33
Int: 75
Dex: 85
Luk: 200
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 4
WalkSpeed: 200
AttackDelay: 1072
AttackMotion: 1056
ClientAttackMotion: 864
DamageMotion: 384
# Ai:
Class: Boss
Drops:
- Item: Moon_Cake5
Rate: 500
- Item: Moon_Cake6
Rate: 500
- Id: 2934
AegisName: T_ARCHANGELING
Name: Arc Angeling
Level: 84
Hp: 25100
BaseExp: 894
JobExp: 727
Attack: 593
Attack2: 100
Defense: 92
MagicDefense: 81
Str: 32
Agi: 48
Vit: 62
Int: 99
Dex: 119
Luk: 105
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Angel
Element: Holy
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 1072
AttackMotion: 672
ClientAttackMotion: 312
DamageMotion: 480
# Ai:
Class: Boss
Drops:
- Item: Moon_Cake5
Rate: 500
- Item: Moon_Cake6
Rate: 500
- Id: 2935
AegisName: T_EVIL_CLOUD_HERMIT
Name: Taoist Hermit
Level: 96
Hp: 8266
BaseExp: 451
JobExp: 281
Attack: 611
Attack2: 30
Defense: 66
MagicDefense: 46
Str: 63
Agi: 57
Vit: 45
Int: 60
Dex: 119
Luk: 45
AttackRange: 10
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 190
AttackDelay: 480
AttackMotion: 840
ClientAttackMotion: 624
DamageMotion: 432
# Ai:
Drops:
- Item: Moon_Cake20
Rate: 500
- Id: 2936
AegisName: E_GHOSTRING
Name: Ghostring
Level: 1
Hp: 10
Sp: 0
Attack: 1
Attack2: 1
Defense: 100
MagicDefense: 99
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 1
SkillRange: 7
ChaseRange: 12
Size: Small
Race: Plant
Element: Neutral
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1220
AttackMotion: 1080
ClientAttackMotion: 336
DamageMotion: 648
Ai: 01
Class: Event
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Pumpkin
Index: 0
Rate: 1500
- Item: Pumpkin
Index: 1
Rate: 1500
- Item: Pumpkin
Index: 2
Rate: 1500
- Item: Pumpkin
Index: 3
Rate: 1500
- Item: Pumpkin_Pie
Index: 4
Rate: 2000
- Item: Pumpkin_Bucket
Index: 5
Rate: 2000
- Item: Halloween_Coin
Index: 6
Rate: 500
- Item: Halloween_Coin
Index: 7
Rate: 10000
StealProtected: true
- Id: 2937
AegisName: M_LOKI
Name: M Loki
Level: 145
Hp: 1215600
BaseExp: 1
JobExp: 1
Attack: 1835
Attack2: 444
Defense: 15
MagicDefense: 89
Str: 76
Agi: 66
Vit: 90
Int: 55
Dex: 189
Luk: 22
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 175
AttackDelay: 800
AttackMotion: 750
ClientAttackMotion: 300
DamageMotion: 300
- Id: 2938
AegisName: MM_MAGIC_SEAL
Name: Magic Seal
Level: 140
Hp: 10000000
BaseExp: 1
JobExp: 7698
Attack: 1
Attack2: 1
Defense: 80
MagicDefense: 200
Str: 16
Agi: 26
Vit: 30
Int: 115
Dex: 79
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1000
AttackMotion: 1000
ClientAttackMotion: 936
DamageMotion: 1000
Ai: 06
- Id: 2939
AegisName: MM_EVIL_SHADOW1
Name: Evil Shadow
Level: 138
Hp: 112000
BaseExp: 7456
JobExp: 6581
Attack: 3266
Attack2: 666
Defense: 30
MagicDefense: 30
Str: 88
Agi: 44
Vit: 88
Int: 21
Dex: 95
Luk: 44
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1500
AttackMotion: 600
ClientAttackMotion: 672
DamageMotion: 500
Ai: 04
Modes:
Detector: true
Drops:
- Item: Evil_Shadow_Card
Rate: 1
StealProtected: true
- Id: 2940
AegisName: MM_EVIL_SHADOW2
Name: Evil Shadow
Level: 141
Hp: 127650
BaseExp: 8103
JobExp: 8511
Attack: 2678
Attack2: 1257
Defense: 121
MagicDefense: 36
Str: 60
Agi: 103
Vit: 45
Int: 35
Dex: 172
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1000
AttackMotion: 500
ClientAttackMotion: 288
DamageMotion: 600
Ai: 04
Modes:
Detector: true
Drops:
- Item: Evil_Shadow_Card
Rate: 1
StealProtected: true
- Id: 2941
AegisName: MM_EVIL_SHADOW3
Name: Evil Shadow
Level: 142
Hp: 153400
BaseExp: 8863
JobExp: 7409
Attack: 3167
Attack2: 138
Defense: 89
MagicDefense: 44
Str: 120
Agi: 87
Vit: 66
Int: 33
Dex: 106
Luk: 27
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1800
AttackMotion: 780
ClientAttackMotion: 1440
DamageMotion: 480
Ai: 04
Modes:
Detector: true
Drops:
- Item: Evil_Shadow_Card
Rate: 1
StealProtected: true
- Id: 2942
AegisName: MM_EVIL_FANATICS
Name: Evil Fanatics
Level: 151
Hp: 8256000
BaseExp: 1008653
JobExp: 1087849
# MvpExp:
Attack: 3350
Attack2: 167
Defense: 166
MagicDefense: 103
Str: 118
Agi: 72
Vit: 40
Int: 55
Dex: 213
Luk: 30
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1000
AttackMotion: 500
ClientAttackMotion: 240
DamageMotion: 350
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Yggdrasilberry
Rate: 5000
- Item: Seed_Of_Yggdrasil
Rate: 5000
Drops:
- Item: Evil_Fanatics_Card
Rate: 1
StealProtected: true
- Id: 2943
AegisName: MM_ICE_MINE
Name: Icemine
Level: 149
Hp: 10000
Sp: 200
Attack: 200
Attack2: 1
Defense: 200
MagicDefense: 10
Str: 200
Agi: 200
Vit: 200
Int: 200
Dex: 200
Luk: 200
AttackRange: 7
SkillRange: 12
ChaseRange: 12
Size: Small
Race: Insect
Element: Ghost
ElementLevel: 4
WalkSpeed: 1000
AttackMotion: 1000
ClientAttackMotion: 384
Ai: 06
Class: Battlefield
Modes:
Detector: true
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
# - Id: 2944
# AegisName: J_HORNET
# - Id: 2945
# AegisName: J_MUMMY
# - Id: 2946
# AegisName: J_ANUBIS
# - Id: 2947
# AegisName: J_EGGYRA
- Id: 2948
AegisName: CURSED_SOLDIER
Name: Cursed Soldier
Level: 110
Hp: 22288
BaseExp: 2857
JobExp: 3051
Attack: 1334
Attack2: 1
Defense: 85
MagicDefense: 35
Str: 81
Agi: 50
Vit: 64
Int: 56
Dex: 178
Luk: 23
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1960
AttackMotion: 576
ClientAttackMotion: 624
DamageMotion: 420
Ai: 04
Drops:
- Item: Gray_Shard
Rate: 1000
- Item: Decayed_Nail
Rate: 3000
- Id: 2949
AegisName: CURSED_SENTINEL
Name: Cursed Sentinel
Level: 110
Hp: 16917
BaseExp: 2449
JobExp: 2220
Attack: 1397
Attack2: 1
Defense: 84
MagicDefense: 41
Str: 120
Agi: 65
Vit: 66
Int: 41
Dex: 107
Luk: 26
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Dark
ElementLevel: 3
WalkSpeed: 175
AttackDelay: 914
AttackMotion: 1344
ClientAttackMotion: 480
DamageMotion: 384
Ai: 04
Drops:
- Item: Gray_Shard
Rate: 1000
- Item: Mementos
Rate: 2500
- Item: Worn_Out_Page
Rate: 1500
- Id: 2950
AegisName: BROKEN_MIND
Name: Broken Mind
Level: 110
Hp: 16224
BaseExp: 2315
JobExp: 2567
Attack: 1350
Attack2: 1
Defense: 67
MagicDefense: 27
Str: 74
Agi: 43
Vit: 42
Int: 13
Dex: 72
Luk: 9
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 920
AttackMotion: 720
ClientAttackMotion: 360
DamageMotion: 200
Ai: 04
Modes:
Detector: true
Drops:
- Item: Gray_Shard
Rate: 1000
- Item: Withered_Flower
Rate: 2500
- Item: Exorcize_Herb
Rate: 1000
- Id: 2951
AegisName: FLOATING_WORD
Name: Floating Word
Level: 110
Hp: 13530
BaseExp: 1746
JobExp: 1702
Attack: 1074
Attack2: 1
Defense: 93
MagicDefense: 40
Str: 121
Agi: 100
Vit: 70
Int: 80
Dex: 149
Luk: 65
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Ghost
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 972
AttackMotion: 648
ClientAttackMotion: 504
DamageMotion: 432
Ai: 04
Modes:
Detector: true
Drops:
- Item: Gray_Shard
Rate: 1000
- Item: Sticky_Mucus
Rate: 3000
- Item: Horn
Rate: 2500
- Id: 2952
AegisName: LIKE_LOVE
Name: Like Love
Level: 110
Hp: 16808
BaseExp: 2255
JobExp: 2748
Attack: 1182
Attack2: 1
Defense: 64
MagicDefense: 51
Str: 73
Agi: 34
Vit: 35
Int: 66
Dex: 112
Luk: 26
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Wind
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1056
AttackMotion: 1056
ClientAttackMotion: 720
DamageMotion: 336
Ai: 04
Modes:
Detector: true
Drops:
- Item: Gray_Shard
Rate: 1000
- Item: Immortal_Heart
Rate: 2500
- Id: 2953
AegisName: CURSED_MEMORY
Name: Cursed Memory
Level: 110
Hp: 21653
BaseExp: 2702
JobExp: 2675
Attack: 1392
Attack2: 1
Defense: 89
MagicDefense: 28
Str: 92
Agi: 46
Vit: 64
Int: 7
Dex: 94
Luk: 13
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 3
WalkSpeed: 350
AttackDelay: 1768
AttackMotion: 500
ClientAttackMotion: 480
DamageMotion: 192
Ai: 04
Drops:
- Item: Gray_Shard
Rate: 1000
- Item: Decayed_Nail
Rate: 3000
- Id: 2954
AegisName: COLORLESS_VOW
Name: Colorless Vow
Level: 110
Hp: 23032
BaseExp: 2904
JobExp: 3099
Attack: 1606
Attack2: 1
Defense: 95
MagicDefense: 41
Str: 84
Agi: 35
Vit: 60
Int: 20
Dex: 85
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 3
WalkSpeed: 350
AttackDelay: 1848
AttackMotion: 500
ClientAttackMotion: 420
DamageMotion: 576
Ai: 04
Drops:
- Item: Gray_Shard
Rate: 1000
- Item: Horrendous_Mouth
Rate: 3500
- Item: Sharpened_Cuspid
Rate: 2000
- Id: 2955
AegisName: OLD_FRIENDSHIP
Name: Old Friendship
Level: 110
Hp: 15136
BaseExp: 1956
JobExp: 2190
Attack: 1227
Attack2: 1
Defense: 78
MagicDefense: 5
Str: 56
Agi: 12
Vit: 19
Int: 11
Dex: 30
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 2456
AttackMotion: 912
ClientAttackMotion: 408
DamageMotion: 504
Ai: 04
Drops:
- Item: Gray_Shard
Rate: 1000
- Item: Skel_Bone
Rate: 3500
- Item: Manacles
Rate: 2500
- Id: 2956
AegisName: SWEET_SLAUGHTER
Name: Sweet Slaughter
Level: 110
Hp: 16782
BaseExp: 2940
JobExp: 2615
Attack: 1272
Attack2: 1
Defense: 125
MagicDefense: 10
Str: 138
Agi: 56
Vit: 45
Int: 36
Dex: 136
Luk: 38
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 350
AttackDelay: 528
AttackMotion: 1000
ClientAttackMotion: 240
DamageMotion: 396
Ai: 04
Drops:
- Item: Gray_Shard
Rate: 1000
- Item: Immortal_Heart
Rate: 2000
- Item: Realgar_Wine
Rate: 1000
- Id: 2957
AegisName: FORGOTTEN_NAME
Name: Forgotten Name
Level: 120
Hp: 23454
BaseExp: 2255
JobExp: 2448
Attack: 1066
Attack2: 1
Defense: 111
MagicDefense: 38
Str: 132
Agi: 34
Vit: 51
Int: 43
Dex: 110
Luk: 3
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 2
WalkSpeed: 155
AttackDelay: 847
AttackMotion: 1152
ClientAttackMotion: 384
DamageMotion: 480
Ai: 04
Drops:
- Item: Gray_Shard
Rate: 1500
- Item: Realgar_Wine
Rate: 5000
- Item: Exorcize_Herb
Rate: 5000
- Id: 2958
AegisName: FATAL_DAYS
Name: Fatal Days
Level: 120
Hp: 29088
BaseExp: 3077
JobExp: 3338
Attack: 1007
Attack2: 1
Defense: 72
MagicDefense: 15
Str: 110
Agi: 81
Vit: 63
Int: 85
Dex: 125
Luk: 37
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 190
AttackDelay: 720
AttackMotion: 384
ClientAttackMotion: 360
DamageMotion: 480
Ai: 04
Modes:
Detector: true
Drops:
- Item: Gray_Shard
Rate: 1500
- Item: Tendon
Rate: 2500
- Item: Petite_DiablOfs_Horn
Rate: 2500
- Id: 2959
AegisName: TORTUROUS_REDEEMER
Name: Torturous Redeemer
Level: 120
Hp: 124010
BaseExp: 15885
JobExp: 13820
Attack: 1350
Attack2: 1
Defense: 144
MagicDefense: 28
Str: 144
Agi: 76
Vit: 72
Int: 66
Dex: 175
Luk: 44
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Earth
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 672
AttackMotion: 420
ClientAttackMotion: 672
DamageMotion: 360
Ai: 21
Drops:
- Item: Gray_Shard
Index: 0
Rate: 10000
- Item: Gray_Shard
Index: 1
Rate: 10000
- Item: Evil_Horn
Index: 2
Rate: 2000
- Id: 2960
AegisName: MM_FLAMECROSS
Name: Flamecross
Level: 149
Hp: 10000
Sp: 200
Attack: 180
Attack2: 1
Defense: 200
MagicDefense: 10
Str: 200
Agi: 200
Vit: 200
Int: 200
Dex: 200
Luk: 200
AttackRange: 7
SkillRange: 12
ChaseRange: 12
Size: Small
Race: Insect
Element: Ghost
ElementLevel: 4
WalkSpeed: 1000
AttackMotion: 1000
ClientAttackMotion: 384
Ai: 06
Class: Battlefield
Modes:
Detector: true
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 2961
AegisName: E_TORTUROUS_REDEEMER
Name: Torturous Redeemer
Level: 120
Hp: 103342
BaseExp: 1
JobExp: 1
Attack: 1
Attack2: 1
Defense: 144
MagicDefense: 28
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Earth
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 672
AttackMotion: 420
ClientAttackMotion: 672
DamageMotion: 360
Ai: 21
Drops:
- Item: Evil_Horn
Index: 0
Rate: 2000
- Item: Gray_Shard
Index: 1
Rate: 10000
- Item: Gray_Shard
Index: 2
Rate: 10000
# - Id: 2962
# AegisName: E_DEVILING
# - Id: 2963
# AegisName: WOODIE
# - Id: 2964
# AegisName: EXP_1000
# - Id: 2965
# AegisName: TW_APOCALIPS_H
# - Id: 2966
# AegisName: TW_B_EREMES
# - Id: 2967
# AegisName: TW_B_HARWORD
# - Id: 2968
# AegisName: TW_B_SEYREN
# - Id: 2969
# AegisName: TW_BAPHOMET2
# - Id: 2970
# AegisName: TW_DARK_LORD
# - Id: 2971
# AegisName: TW_DARK_SNAKE_LORD
# - Id: 2972
# AegisName: TW_DOPPELGANGER
# - Id: 2973
# AegisName: TW_DRACULA
# - Id: 2974
# AegisName: TW_EDDGA
# - Id: 2975
# AegisName: TW_FALLINGBISHOP
# - Id: 2976
# AegisName: TW_GLOOMUNDERNIGHT
# - Id: 2977
# AegisName: TW_IFRIT
# - Id: 2978
# AegisName: TW_KTULLANUX
# - Id: 2979
# AegisName: TW_LORD_OF_DEATH2
# - Id: 2980
# AegisName: TW_MISTRESS
# - Id: 2981
# AegisName: TW_ORK_HERO2
# - Id: 2982
# AegisName: TW_OSIRIS2
# - Id: 2983
# AegisName: TW_RANDGRIS
# - Id: 2984
# AegisName: TW_TURTLE_GENERAL
# - Id: 2985
# AegisName: E_MYSTERIOUS_BUG
# - Id: 2986
# AegisName: J_XMAS_SMOKEY_GIFT
- Id: 2987
AegisName: XM_TREE
Name: Decorated Evil Tree
Level: 148
Hp: 544444
BaseExp: 4444
JobExp: 15888
Attack: 1444
Attack2: 1444
Defense: 116
MagicDefense: 44
Str: 44
Agi: 66
Vit: 44
Int: 44
Dex: 144
Luk: 44
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Undead
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 917
AttackMotion: 1584
ClientAttackMotion: 540
DamageMotion: 576
Ai: 04
Modes:
Detector: true
Drops:
- Item: Hanging_Doll
Rate: 900
- Item: Rotten_Rope
Rate: 2668
- Item: Tree_Knot
Rate: 2037
- Item: Vivid_Notation
Rate: 500
- Item: Red_Gemstone
Rate: 50
- Item: Branch_Of_Dead_Tree
Rate: 20
- Item: Elder_Branch
Rate: 200
- Item: XM_Tree_Card
Rate: 1
StealProtected: true
- Id: 2988
AegisName: XM_ANTONIO
Name: Wicked Vice Plant Manage
Level: 149
Hp: 44
Attack: 66
Attack2: 66
Defense: 160
MagicDefense: 44
Str: 44
Agi: 88
Vit: 44
Int: 44
Dex: 144
Luk: 44
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Dark
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 720
AttackMotion: 720
ClientAttackMotion: 432
DamageMotion: 432
Ai: 01
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Red_Socks_With_Holes
Rate: 2000
- Item: C_SantaHairband
Rate: 100
- Item: Vivid_Notation
Rate: 500
- Item: Red_Bag
Rate: 100
- Item: Luk_Dish08
Rate: 500
- Item: Antonio_Card
Rate: 1
StealProtected: true
- Id: 2989
AegisName: XM_COOKIE
Name: Vicious Cookie
Level: 149
Hp: 187760
BaseExp: 6666
JobExp: 7332
Attack: 1444
Attack2: 1
Defense: 48
MagicDefense: 44
Str: 44
Agi: 88
Vit: 44
Int: 44
Dex: 144
Luk: 44
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1248
AttackMotion: 1248
ClientAttackMotion: 336
DamageMotion: 240
Ai: 03
Modes:
Detector: true
Drops:
- Item: Mould_Powder
Rate: 2000
- Item: Dark_Red_Jewel
Rate: 100
- Item: Well_Baked_Cookie
Rate: 500
- Item: Candy_Striper
Rate: 500
- Item: XM_Cookie_Card
Rate: 1
StealProtected: true
- Id: 2990
AegisName: XM_CRUISER
Name: Corrupt Cruiser
Level: 140
Hp: 188999
Attack: 1444
Attack2: 1444
Defense: 20
MagicDefense: 44
Str: 44
Agi: 88
Vit: 44
Int: 44
Dex: 144
Luk: 44
AttackRange: 12
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Undead
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1296
AttackMotion: 1296
ClientAttackMotion: 468
DamageMotion: 432
Ai: 05
Modes:
Detector: true
- Id: 2991
AegisName: XM_MYSTCASE
Name: Evil Dwelling Box
Level: 148
Hp: 259000
BaseExp: 6666
JobExp: 7332
Attack: 1444
Attack2: 1444
Defense: 50
MagicDefense: 44
Str: 44
Agi: 44
Vit: 44
Int: 44
Dex: 44
Luk: 44
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1248
AttackMotion: 1248
ClientAttackMotion: 864
DamageMotion: 432
Ai: 03
Modes:
Detector: true
Drops:
- Item: Mould_Powder
Rate: 2000
- Item: Piece_Of_Cake
Rate: 100
- Item: Bloody_Letter
Rate: 50
- Item: Unsent_Mail
Rate: 50
- Item: XM_Mystcase_Card
Rate: 1
StealProtected: true
- Id: 2992
AegisName: XM_LUDE
Name: Creepy Demon
Level: 140
Hp: 4444
BaseExp: 666
JobExp: 732
Attack: 444
Attack2: 444
Defense: 90
MagicDefense: 44
Str: 44
Agi: 44
Vit: 44
Int: 44
Dex: 44
Luk: 44
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Undead
Element: Dark
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 890
AttackMotion: 960
ClientAttackMotion: 384
DamageMotion: 480
Ai: 01
Drops:
- Item: Pumpkin_Bucket
Index: 0
Rate: 1600
- Item: Ectoplasm
Index: 1
Rate: 2862
- Item: Transparent_Cloth
Index: 2
Rate: 500
- Item: Gold
Index: 3
Rate: 1
- Item: White_Gold_Bullion
Index: 4
Rate: 1
- Item: Bloody_Coin
Index: 5
Rate: 1000
- Item: Bloody_Coin
Index: 6
Rate: 1000
- Item: XM_Lude_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 2993
AegisName: XM_HYLOZOIST
Name: Malicious Baby Ghost
Level: 145
Hp: 444444
BaseExp: 4444
JobExp: 15888
Attack: 1666
Attack2: 1666
Defense: 101
MagicDefense: 44
Str: 144
Agi: 66
Vit: 66
Int: 66
Dex: 166
Luk: 66
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 110
AttackDelay: 741
AttackMotion: 1536
ClientAttackMotion: 540
DamageMotion: 480
Ai: 04
Modes:
Detector: true
Drops:
- Item: Broken_Needle
Rate: 1000
- Item: Spool
Rate: 1000
- Item: Needle_Pouch
Rate: 1000
- Item: Stuffed_Doll
Rate: 40
- Item: Dark_Red_Clot
Rate: 1000
- Item: Water_Of_Darkness
Rate: 500
- Item: XM_Hylozoist_Card
Rate: 1
StealProtected: true
- Id: 2994
AegisName: XM_MARIONETTE
Name: Dancing Marionette
Level: 148
Hp: 280000
BaseExp: 4444
JobExp: 15888
Attack: 444
Attack2: 1444
Defense: 35
MagicDefense: 44
Str: 44
Agi: 44
Vit: 44
Int: 144
Dex: 88
Luk: 44
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Ghost
ElementLevel: 1
WalkSpeed: 120
AttackDelay: 1480
AttackMotion: 480
ClientAttackMotion: 240
DamageMotion: 1056
Ai: 20
Modes:
Detector: true
Drops:
- Item: Lusty_Iron
Rate: 100
- Item: Shadow_Walk_
Rate: 3
- Item: Brooch_
Rate: 1
- Item: Fire_Scroll_3_5
Rate: 50
- Item: Dark_Red_Clot
Rate: 1000
- Item: Damp_Darkness
Rate: 100
- Item: XM_Marionette_Card
Rate: 1
StealProtected: true
- Id: 2995
AegisName: XM_TEDDY_BEAR
Name: Abandoned Teddy Bear
Level: 148
Hp: 180000
BaseExp: 6666
JobExp: 7332
Attack: 1444
Attack2: 1444
Defense: 106
MagicDefense: 44
Str: 44
Agi: 166
Vit: 44
Int: 44
Dex: 166
Luk: 44
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Undead
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 512
AttackMotion: 780
ClientAttackMotion: 600
DamageMotion: 504
Ai: 04
Modes:
Detector: true
Drops:
- Item: Screw
Rate: 1900
- Item: Oridecon_Hammer
Rate: 150
- Item: Str_Dish09
Rate: 100
- Item: Runstone_Quality
Rate: 1000
- Item: Runstone_Rare
Rate: 100
- Item: XM_Teddy_Bear_Card
Rate: 1
StealProtected: true
- Id: 2996
AegisName: XM_CELINE_KIMI
Name: Celine Kimi
Level: 160
Hp: 66666666
BaseExp: 4444444
JobExp: 4033332
MvpExp: 444444
Attack: 6666
Attack2: 6666
Defense: 479
MagicDefense: 444
Str: 144
Agi: 166
Vit: 44
Int: 444
Dex: 166
Luk: 166
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Undead
Element: Ghost
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 768
AttackMotion: 1056
ClientAttackMotion: 360
DamageMotion: 480
Ai: 26
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Magic_Card_Album
Index: 0
Rate: 5000
- Item: Magic_Card_Album
Index: 1
Rate: 5000
- Item: Magic_Card_Album
Index: 2
Rate: 5000
Drops:
- Item: Closedmind_Box
Rate: 4000
- Item: Butterfly_Hair_Clip
Rate: 4000
- Item: Bloody_Coin
Rate: 4000
- Item: C_Red_Bonnet
Rate: 100
- Item: Old_Parasol
Rate: 100
- Item: Flower
Rate: 10000
- Item: XM_Celine_Kimi_Card
Rate: 1
StealProtected: true
- Id: 2997
AegisName: G_XM_CELINE_KIMI
Name: Kimi's Phantom
Level: 160
Hp: 66666666
Attack: 6666
Attack2: 6666
Defense: 479
MagicDefense: 444
Str: 144
Agi: 166
Vit: 44
Int: 444
Dex: 166
Luk: 166
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Undead
Element: Ghost
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 768
AttackMotion: 1056
ClientAttackMotion: 360
DamageMotion: 480
Ai: 26
Class: Boss
Modes:
FixedItemDrop: true
Drops:
- Item: Thirsty_Flower
Rate: 10000
- Id: 2998
AegisName: EP14_MORS_EVENT
Name: Weakened Morocc
Level: 158
Hp: 1771440
BaseExp: 12390
JobExp: 16104
Attack: 1872
Attack2: 900
Defense: 113
MagicDefense: 45
Str: 87
Agi: 51
Vit: 45
Int: 88
Dex: 106
Luk: 50
AttackRange: 1
SkillRange: 12
ChaseRange: 12
Size: Large
Race: Demon
Element: Neutral
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 2612
AttackMotion: 824
ClientAttackMotion: 336
DamageMotion: 440
Ai: 19
Class: Boss
- Id: 2999
AegisName: EP14_MORS_BOSSA
Name: Morocc Necromancer
Level: 158
Hp: 4000000
BaseExp: 2106000
JobExp: 1336500
Attack: 700
Defense: 215
MagicDefense: 555
Str: 165
Agi: 190
Vit: 142
Int: 146
Dex: 299
Luk: 93
AttackRange: 1
SkillRange: 12
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 300
AttackMotion: 384
ClientAttackMotion: 768
DamageMotion: 288
Ai: 21
Class: Boss
Drops:
- Item: Yggdrasilberry
Rate: 2000
- Item: Old_Blue_Box
Rate: 200
- Item: Branch_Of_Dead_Tree
Rate: 200
- Item: Fruit_Of_Mastela
Rate: 200
- Id: 3000
AegisName: EP14_MORS_BOSSB
Name: Morocc Necromancer
Level: 101
Hp: 80000000
BaseExp: 2310750
JobExp: 1465200
# MvpExp:
Attack: 700
Attack2: 1
Defense: 1
MagicDefense: 1
Int: 180
AttackRange: 12
SkillRange: 12
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Earth
ElementLevel: 4
WalkSpeed: 1000
AttackDelay: 2700
AttackMotion: 384
ClientAttackMotion: 780
DamageMotion: 288
Ai: 10
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Yggdrasilberry
Rate: 5000
- Item: Seed_Of_Yggdrasil
Rate: 5000
Drops:
- Item: Yggdrasilberry
Index: 0
Rate: 2000
- Item: Old_Blue_Box
Index: 1
Rate: 200
- Item: Branch_Of_Dead_Tree
Index: 2
Rate: 200
- Item: PrizeOfHero
Index: 3
Rate: 10000
- Item: PrizeOfHero
Index: 4
Rate: 10000
- Item: Fruit_Of_Mastela
Index: 5
Rate: 200
- Item: MinionOfMorocc_Card
Index: 6
Rate: 1
StealProtected: true
- Id: 3001
AegisName: EP14_MORS_MOB1
Name: Morocc's Ghoul
Level: 158
Hp: 295240
BaseExp: 1239
JobExp: 1610
Attack: 1872
Attack2: 900
Defense: 113
MagicDefense: 45
Str: 87
Agi: 51
Vit: 45
Int: 88
Dex: 106
Luk: 50
AttackRange: 1
SkillRange: 12
ChaseRange: 12
Size: Medium
Race: Demon
Element: Neutral
ElementLevel: 3
WalkSpeed: 1000
AttackDelay: 2612
AttackMotion: 824
ClientAttackMotion: 408
DamageMotion: 440
Ai: 19
Class: Boss
- Id: 3002
AegisName: EP14_MORS_MOB2
Name: Morocc's Osiris
Level: 158
Hp: 442860
BaseExp: 1239
JobExp: 1610
Attack: 1872
Attack2: 900
Defense: 113
MagicDefense: 45
Str: 87
Agi: 51
Vit: 45
Int: 88
Dex: 106
Luk: 50
AttackRange: 1
SkillRange: 12
ChaseRange: 12
Size: Medium
Race: Demon
Element: Neutral
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 2612
AttackMotion: 824
ClientAttackMotion: 192
DamageMotion: 440
Ai: 19
Class: Boss
- Id: 3003
AegisName: EP14_MORS_MOB3
Name: Morocc's Archer Skeleton
Level: 158
Hp: 295240
BaseExp: 1239
JobExp: 1610
Attack: 1872
Attack2: 900
Defense: 113
MagicDefense: 45
Str: 87
Agi: 51
Vit: 45
Int: 88
Dex: 106
Luk: 50
AttackRange: 7
SkillRange: 12
ChaseRange: 12
Size: Medium
Race: Demon
Element: Neutral
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 300
AttackMotion: 824
ClientAttackMotion: 672
DamageMotion: 440
Ai: 05
Class: Boss
- Id: 3004
AegisName: EP14_MORS_MOB4
Name: Morocc's Wraith
Level: 158
Hp: 100000
BaseExp: 1239
JobExp: 1610
Attack: 90
Attack2: 90
Defense: 13
MagicDefense: 45
Str: 87
Agi: 51
Vit: 45
Int: 88
Dex: 106
Luk: 50
AttackRange: 1
SkillRange: 12
ChaseRange: 12
Size: Large
Race: Demon
Element: Neutral
ElementLevel: 3
WalkSpeed: 600
AttackDelay: 300
AttackMotion: 824
ClientAttackMotion: 384
DamageMotion: 440
Ai: 19
Class: Boss
- Id: 3005
AegisName: EP14_MORS_MOB5
Name: Morocc's Verit
Level: 158
Hp: 442860
BaseExp: 1239
JobExp: 1610
Attack: 1872
Attack2: 900
Defense: 113
MagicDefense: 45
Str: 87
Agi: 51
Vit: 45
Int: 88
Dex: 106
Luk: 50
AttackRange: 1
SkillRange: 12
ChaseRange: 12
Size: Medium
Race: Demon
Element: Neutral
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 824
ClientAttackMotion: 480
DamageMotion: 440
Ai: 19
Class: Boss
- Id: 3006
AegisName: EP14_MORS_MOB6
Name: Morocc's Lude
Level: 158
Hp: 885720
BaseExp: 1239
JobExp: 1610
Attack: 113
Attack2: 113
Defense: 113
MagicDefense: 45
Str: 87
Agi: 51
Vit: 45
Int: 88
Dex: 299
Luk: 50
AttackRange: 3
SkillRange: 12
ChaseRange: 12
Size: Small
Race: Demon
Element: Neutral
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 824
ClientAttackMotion: 288
DamageMotion: 440
Ai: 19
Class: Boss
- Id: 3007
AegisName: EP14_MORS_DUMMY
Name: Death Soul
Level: 158
Hp: 99999999
Attack: 1872
Attack2: 900
Defense: 113
MagicDefense: 45
Str: 87
Agi: 51
Vit: 45
Int: 88
Dex: 106
Luk: 50
AttackRange: 1
SkillRange: 12
ChaseRange: 12
Size: Small
Race: Demon
Element: Neutral
ElementLevel: 3
WalkSpeed: 195
AttackDelay: 76
AttackMotion: 824
DamageMotion: 440
Ai: 06
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 3008
AegisName: EP14_MORS_HIDDEN
Name: Morocc Hidden
Level: 158
Hp: 295240
Attack: 1
Attack2: 1
Defense: 113
MagicDefense: 45
Agi: 51
Vit: 45
Int: 255
Dex: 106
Luk: 50
AttackRange: 1
SkillRange: 12
ChaseRange: 12
Size: Small
Race: Demon
Element: Neutral
ElementLevel: 3
WalkSpeed: 1000
AttackDelay: 2000
AttackMotion: 824
ClientAttackMotion: 384
DamageMotion: 440
Ai: 06
Class: Boss
# - Id: 3009
# AegisName: EP14_3_DEATH_BOSS
- Id: 3010
AegisName: EP14_3_DEATH_A_MOB1
Name: Corrupt Orc Baby
Level: 158
Hp: 250000
BaseExp: 12390
JobExp: 16104
Attack: 948
Attack2: 215
Defense: 240
MagicDefense: 50
Str: 120
Agi: 85
Vit: 80
Int: 60
Dex: 88
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demihuman
Element: Earth
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 864
AttackMotion: 400
ClientAttackMotion: 504
DamageMotion: 150
Ai: 04
Drops:
- Item: Yggdrasilberry
Rate: 10
- Item: Old_Blue_Box
Rate: 20
- Item: Branch_Of_Dead_Tree
Rate: 20
- Item: Yellow_Gemstone
Rate: 20
- Item: Blue_Gemstone
Rate: 20
- Item: Red_Gemstone
Rate: 20
- Item: Fruit_Of_Mastela
Rate: 20
- Item: LivingDeath_Card
Rate: 1
StealProtected: true
- Id: 3011
AegisName: EP14_3_DEATH_A_MOB2
Name: Corrupt Baby Desert Wol
Level: 158
Hp: 232890
BaseExp: 12390
JobExp: 16104
Attack: 948
Attack2: 215
Defense: 240
MagicDefense: 45
Str: 100
Agi: 85
Vit: 100
Int: 88
Dex: 120
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Fire
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 864
AttackMotion: 400
ClientAttackMotion: 252
DamageMotion: 150
Ai: 04
Drops:
- Item: Yggdrasilberry
Rate: 10
- Item: Old_Blue_Box
Rate: 20
- Item: Branch_Of_Dead_Tree
Rate: 20
- Item: Yellow_Gemstone
Rate: 20
- Item: Blue_Gemstone
Rate: 20
- Item: Red_Gemstone
Rate: 20
- Item: Fruit_Of_Mastela
Rate: 20
- Item: LivingDeath_Card
Rate: 1
StealProtected: true
- Id: 3012
AegisName: EP14_3_DEATH_A_MOB3
Name: Corrupt Familiar
Level: 158
Hp: 222550
BaseExp: 12390
JobExp: 16104
Attack: 948
Attack2: 215
Defense: 240
MagicDefense: 70
Str: 86
Agi: 85
Vit: 75
Int: 53
Dex: 100
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 120
AttackDelay: 864
AttackMotion: 400
ClientAttackMotion: 432
DamageMotion: 150
Ai: 04
Drops:
- Item: Yggdrasilberry
Rate: 10
- Item: Old_Blue_Box
Rate: 20
- Item: Branch_Of_Dead_Tree
Rate: 20
- Item: Yellow_Gemstone
Rate: 20
- Item: Blue_Gemstone
Rate: 20
- Item: Red_Gemstone
Rate: 20
- Item: Fruit_Of_Mastela
Rate: 20
- Item: LivingDeath_Card
Rate: 1
StealProtected: true
- Id: 3013
AegisName: EP14_3_DEATH_B_MOB1
Name: Corrupt Orc Warrior
Level: 158
Hp: 300000
BaseExp: 12390
JobExp: 16104
Attack: 948
Attack2: 215
Defense: 240
MagicDefense: 60
Str: 150
Agi: 85
Vit: 150
Int: 40
Dex: 122
Luk: 70
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Earth
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 864
AttackMotion: 400
ClientAttackMotion: 672
DamageMotion: 150
Ai: 19
Drops:
- Item: Yggdrasilberry
Rate: 10
- Item: Old_Blue_Box
Rate: 20
- Item: Branch_Of_Dead_Tree
Rate: 20
- Item: Yellow_Gemstone
Rate: 20
- Item: Blue_Gemstone
Rate: 20
- Item: Red_Gemstone
Rate: 20
- Item: Fruit_Of_Mastela
Rate: 20
- Item: LivingDeath_Card
Rate: 1
StealProtected: true
- Id: 3014
AegisName: EP14_3_DEATH_B_MOB2
Name: Corrupt Desert Wolf
Level: 158
Hp: 292450
BaseExp: 12390
JobExp: 16104
Attack: 948
Attack2: 215
Defense: 240
MagicDefense: 50
Str: 120
Agi: 85
Vit: 110
Int: 55
Dex: 130
Luk: 70
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Fire
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 864
AttackMotion: 400
ClientAttackMotion: 180
DamageMotion: 150
Ai: 04
Drops:
- Item: Yggdrasilberry
Rate: 10
- Item: Old_Blue_Box
Rate: 20
- Item: Branch_Of_Dead_Tree
Rate: 20
- Item: Yellow_Gemstone
Rate: 20
- Item: Blue_Gemstone
Rate: 20
- Item: Red_Gemstone
Rate: 20
- Item: Fruit_Of_Mastela
Rate: 20
- Item: LivingDeath_Card
Rate: 1
StealProtected: true
- Id: 3015
AegisName: EP14_3_DEATH_B_MOB3
Name: Corrupt Phen
Level: 158
Hp: 284110
BaseExp: 12390
JobExp: 16104
Attack: 948
Attack2: 215
Defense: 240
MagicDefense: 100
Str: 110
Agi: 85
Vit: 95
Int: 70
Dex: 115
Luk: 70
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 864
AttackMotion: 400
ClientAttackMotion: 432
DamageMotion: 150
Ai: 04
Drops:
- Item: Yggdrasilberry
Rate: 10
- Item: Old_Blue_Box
Rate: 20
- Item: Branch_Of_Dead_Tree
Rate: 20
- Item: Yellow_Gemstone
Rate: 20
- Item: Blue_Gemstone
Rate: 20
- Item: Red_Gemstone
Rate: 20
- Item: Fruit_Of_Mastela
Rate: 20
- Item: LivingDeath_Card
Rate: 1
StealProtected: true
- Id: 3016
AegisName: EP14_3_DEATH_C_MOB1
Name: Corrupt Orc Zombie
Level: 158
Hp: 375000
BaseExp: 12390
JobExp: 16104
Attack: 948
Attack2: 215
Defense: 150
MagicDefense: 150
Str: 180
Agi: 145
Vit: 202
Int: 40
Dex: 88
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Undead
ElementLevel: 2
WalkSpeed: 170
AttackDelay: 864
AttackMotion: 400
ClientAttackMotion: 768
DamageMotion: 150
Ai: 19
Drops:
- Item: Yggdrasilberry
Rate: 10
- Item: Old_Blue_Box
Rate: 20
- Item: Branch_Of_Dead_Tree
Rate: 20
- Item: Yellow_Gemstone
Rate: 20
- Item: Blue_Gemstone
Rate: 20
- Item: Red_Gemstone
Rate: 20
- Item: Fruit_Of_Mastela
Rate: 20
- Item: LivingDeath_Card
Rate: 1
StealProtected: true
- Id: 3017
AegisName: EP14_3_DEATH_C_MOB2
Name: Corrupt Verit
Level: 158
Hp: 352715
BaseExp: 12390
JobExp: 16104
Attack: 948
Attack2: 215
Defense: 200
MagicDefense: 100
Str: 166
Agi: 87
Vit: 150
Int: 60
Dex: 150
Luk: 130
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Undead
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 864
AttackMotion: 400
ClientAttackMotion: 480
DamageMotion: 150
Ai: 04
Drops:
- Item: Yggdrasilberry
Rate: 10
- Item: Old_Blue_Box
Rate: 20
- Item: Branch_Of_Dead_Tree
Rate: 20
- Item: Yellow_Gemstone
Rate: 20
- Item: Blue_Gemstone
Rate: 20
- Item: Red_Gemstone
Rate: 20
- Item: Fruit_Of_Mastela
Rate: 20
- Item: LivingDeath_Card
Rate: 1
StealProtected: true
- Id: 3018
AegisName: EP14_3_DEATH_C_MOB3
Name: Corrupt Megalodon
Level: 158
Hp: 347413
BaseExp: 12390
JobExp: 16104
Attack: 948
Attack2: 215
Defense: 240
MagicDefense: 300
Str: 157
Agi: 80
Vit: 140
Int: 90
Dex: 209
Luk: 84
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Undead
ElementLevel: 2
WalkSpeed: 170
AttackDelay: 864
AttackMotion: 400
ClientAttackMotion: 696
DamageMotion: 150
Ai: 20
Drops:
- Item: Yggdrasilberry
Rate: 10
- Item: Old_Blue_Box
Rate: 20
- Item: Branch_Of_Dead_Tree
Rate: 20
- Item: Yellow_Gemstone
Rate: 20
- Item: Blue_Gemstone
Rate: 20
- Item: Red_Gemstone
Rate: 20
- Item: Fruit_Of_Mastela
Rate: 20
- Item: LivingDeath_Card
Rate: 1
StealProtected: true
# - Id: 3019
# AegisName: CELINE_KIMI
- Id: 3020
AegisName: FIRE_CONDOR
Name: Fire Condor
Level: 141
Hp: 125114
BaseExp: 7021
JobExp: 7481
Attack: 1364
Attack2: 1201
Defense: 71
MagicDefense: 45
Str: 104
Agi: 72
Vit: 66
Int: 10
Dex: 113
Luk: 52
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Fire
ElementLevel: 2
WalkSpeed: 110
AttackDelay: 1148
AttackMotion: 648
ClientAttackMotion: 504
DamageMotion: 480
Ai: 01
Drops:
- Item: BurningFeather
Rate: 2000
- Item: Fire_Condor_Card
Rate: 1
StealProtected: true
- Id: 3021
AegisName: FIRE_SAND_MAN
Name: Fire Sandman
JapaneseName: Fire Sand Man
Level: 143
Hp: 130501
BaseExp: 7207
JobExp: 7734
Attack: 1404
Attack2: 1356
Defense: 122
MagicDefense: 73
Str: 84
Agi: 36
Vit: 25
Int: 55
Dex: 124
Luk: 35
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Fire
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1672
AttackMotion: 720
ClientAttackMotion: 432
DamageMotion: 288
Ai: 04
Drops:
- Item: Monster_Blood
Rate: 1500
- Item: Fire_Sand_Man_Card
Rate: 1
StealProtected: true
- Id: 3022
AegisName: FIRE_FRILLDORA
Name: Fire Frilldora
Level: 147
Hp: 141301
BaseExp: 7807
JobExp: 8199
Attack: 1511
Attack2: 1392
Defense: 134
MagicDefense: 40
Str: 148
Agi: 38
Vit: 128
Int: 45
Dex: 121
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Fire
ElementLevel: 3
WalkSpeed: 130
AttackDelay: 1540
AttackMotion: 720
ClientAttackMotion: 324
DamageMotion: 432
Ai: 01
Drops:
- Item: Monster_Blood
Rate: 1500
- Item: ToothOfFlameFrilldora
Rate: 1500
- Item: Fire_Frilldora_Card
Rate: 1
StealProtected: true
- Id: 3023
AegisName: FIRE_GOLEM
Name: Fire Golem
Level: 148
Hp: 180213
BaseExp: 8912
JobExp: 9464
Attack: 1478
Attack2: 1321
Defense: 292
MagicDefense: 102
Str: 70
Agi: 78
Vit: 267
Int: 25
Dex: 84
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Fire
ElementLevel: 4
WalkSpeed: 200
AttackDelay: 1608
AttackMotion: 816
ClientAttackMotion: 1440
DamageMotion: 396
Ai: 04
Drops:
- Item: Stone_Of_Blessing
Rate: 2000
- Item: ToothOfFlameGolem
Rate: 1500
- Item: Fire_Golem_Card
Rate: 1
StealProtected: true
# - Id: 3024
# AegisName: 14_3_MERCENARY_A
# - Id: 3025
# AegisName: 14_3_MERCENARY_B
- Id: 3026
AegisName: FIREPIT
Name: Fire Pit
Level: 17
Hp: 10
BaseExp: 58
JobExp: 43
Attack: 38
Attack2: 12
Defense: 20
MagicDefense: 3
Str: 15
Agi: 8
Vit: 17
Int: 0
Dex: 15
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 2612
AttackMotion: 912
ClientAttackMotion: 4416
DamageMotion: 288
Ai: 10
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 3027
AegisName: FULBUK
Name: Fire Bug
Level: 150
Hp: 234
BaseExp: 58
JobExp: 47
Attack: 38
Attack2: 12
Defense: 20
MagicDefense: 3
Str: 15
Agi: 8
Vit: 17
Int: 0
Dex: 15
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 120
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 288
DamageMotion: 768
Ai: 01
Drops:
- Item: BurningSkin
Rate: 1000
- Item: Fulbuk_Card
Rate: 1
StealProtected: true
- Id: 3028
AegisName: SONIA
Name: Sonia
Level: 17
Hp: 20
BaseExp: 58
JobExp: 43
Attack: 38
Attack2: 12
Defense: 20
MagicDefense: 3
Str: 15
Agi: 8
Vit: 17
Int: 0
Dex: 15
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 2612
AttackMotion: 912
DamageMotion: 288
Ai: 06
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: YummyStem
Rate: 1000
- Id: 3029
AegisName: GRIM_REAPER_ANKOU
Name: Reaper Yanku
JapaneseName: Grim Reaper Ankou
Level: 159
Hp: 50000000
Sp: 1553
BaseExp: 300000
JobExp: 330000
# MvpExp:
Attack: 1500
Attack2: 1000
Defense: 200
MagicDefense: 70
Str: 200
Agi: 100
Vit: 200
Int: 200
Dex: 220
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Undead
Element: Undead
ElementLevel: 4
WalkSpeed: 200
AttackDelay: 900
AttackMotion: 864
ClientAttackMotion: 960
DamageMotion: 480
Ai: 04
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Yggdrasilberry
Rate: 2000
- Item: Seed_Of_Yggdrasil
Rate: 2000
Drops:
- Item: Yggdrasilberry
Rate: 500
- Item: Old_Blue_Box
Rate: 200
- Item: Branch_Of_Dead_Tree
Rate: 200
- Item: PrizeOfHero
Rate: 10000
- Item: Fruit_Of_Mastela
Rate: 200
- Item: ReaperAnkou_Card
Rate: 1
StealProtected: true
# - Id: 3030
# AegisName: STANDING_SOUL
# - Id: 3031
# AegisName: MUTANT_NECROMANCER
# - Id: 3032
# AegisName: MUTANT_GHOUL
# - Id: 3033
# AegisName: MUTANT_OSIRIS
# - Id: 3034
# AegisName: MUTANT_ARCHER_SKELETON
# - Id: 3035
# AegisName: MUTANT_WRAITH_DEAD
# - Id: 3036
# AegisName: MUTANT_VERIT
# - Id: 3037
# AegisName: MUTANT_LUDE
- Id: 3038
AegisName: HIDDEN_MOB7
Name: Monster 7
JapaneseName: Hidden Mob 7
Level: 151
Hp: 10000
Attack: 500
Defense: 200
MagicDefense: 100
Str: 100
Agi: 100
Vit: 100
Int: 100
Dex: 400
Luk: 100
AttackRange: 1
SkillRange: 12
ChaseRange: 12
Size: Small
Race: Formless
Element: Ghost
ElementLevel: 4
WalkSpeed: 1000
ClientAttackMotion: 768
Ai: 10
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 3039
AegisName: B_MOROCC_1
Name: Blazing Morocc Reincarna
Level: 149
Hp: 8000000
BaseExp: 2855
JobExp: 1811
Attack: 1901
Attack2: 145
Defense: 199
MagicDefense: 35
Str: 126
Agi: 91
Vit: 63
Int: 61
Dex: 114
Luk: 37
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Angel
Element: Dark
ElementLevel: 1
WalkSpeed: 110
AttackDelay: 576
AttackMotion: 480
ClientAttackMotion: 336
DamageMotion: 432
Ai: 21
Class: Boss
- Id: 3040
AegisName: B_MOROCC_2
Name: Distorted Morocc Reincar
Level: 149
Hp: 6400000
BaseExp: 3311
JobExp: 2101
Attack: 1625
Attack2: 159
Defense: 92
MagicDefense: 5
Str: 121
Agi: 86
Vit: 71
Int: 65
Dex: 113
Luk: 44
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 576
AttackMotion: 648
ClientAttackMotion: 336
DamageMotion: 300
Ai: 21
Class: Boss
- Id: 3041
AegisName: B_MOROCC_4
Name: Freezing Morocc Reincarn
Level: 149
Hp: 7700000
BaseExp: 2995
JobExp: 2230
Attack: 1235
Attack2: 599
Defense: 109
MagicDefense: 54
Str: 114
Agi: 88
Vit: 62
Int: 97
Dex: 164
Luk: 43
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Water
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1536
AttackMotion: 648
ClientAttackMotion: 336
DamageMotion: 300
Ai: 21
Class: Boss
# - Id: 3042
# AegisName: WATERMELON_17
# - Id: 3043
# AegisName: WATERMELON_18
# - Id: 3044
# AegisName: WATERMELON_19
# - Id: 3045
# AegisName: WATERMELON_20
# - Id: 3046
# AegisName: WATERMELON_21
# - Id: 3047
# AegisName: WATERMELON_22
# - Id: 3048
# AegisName: WATERMELON_23
# - Id: 3049
# AegisName: WATERMELON_24
# - Id: 3050
# AegisName: WATERMELON_25
# - Id: 3051
# AegisName: WATERMELON_26
# - Id: 3052
# AegisName: WATERMELON_27
# - Id: 3053
# AegisName: WATERMELON_28
# - Id: 3054
# AegisName: WATERMELON_29
# - Id: 3055
# AegisName: WATERMELON_30
# - Id: 3056
# AegisName: WATERMELON_31
# - Id: 3057
# AegisName: WATERMELON_32
# - Id: 3058
# AegisName: WATERMELON_33
# - Id: 3059
# AegisName: EIGHT_DIVISION
# Name: Eight Division
# Level: 1
# Hp: 10
# Attack: 2
# Defense: 160
# MagicDefense: 5
# Dex: 999
# SkillRange: 10
# ChaseRange: 12
# Size: Medium
# Race: Plant
# Element: Water
# ElementLevel: 1
# WalkSpeed: 300
# AttackMotion: 480
# Drops:
# - Item: Tied_Snake
# Rate: 2000
# - Item: Green_Herb
# Rate: 100
# - Item: Leaflet_Of_Aloe
# Rate: 10
# - Item: Scale_Of_Snakes
# Rate: 100
# - Item: Posionous_Canine
# Rate: 100
# - Item: Shining_Scales
# Rate: 10
# - Item: Leaflet_Of_Hinal
# Rate: 10
# - Id: 3060
# AegisName: E_QUESTION_OCTOPUS
# Name: Question Octopus
# Level: 10
# Hp: 20
# Attack: 13
# Attack2: 8
# Defense: 160
# Int: 50
# Dex: 100
# Luk: 100
# AttackRange: 2
# SkillRange: 10
# ChaseRange: 12
# Size: Large
# Race: Fish
# Element: Water
# ElementLevel: 2
# WalkSpeed: 300
# AttackDelay: 1632
# AttackMotion: 432
# DamageMotion: 540
# Modes:
# IgnoreMagic: true
# IgnoreMelee: true
# IgnoreMisc: true
# IgnoreRanged: true
# Mvp: true
- Id: 3061
AegisName: E_ANGRY_MIMIC
Name: Angry Mimic
Level: 1
Hp: 30
Sp: 0
Attack: 1
Attack2: 1
Defense: 100
MagicDefense: 99
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 1
SkillRange: 7
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 1
AttackMotion: 1
ClientAttackMotion: 240
DamageMotion: 1
Ai: 01
Class: Event
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
# - Id: 3062
# AegisName: GIANT_DEVIRUCHI
# Name: Giant Deviruchi
# Level: 93
# Hp: 8912
# BaseExp: 1083
# JobExp: 1083
# Attack: 477
# Attack2: 191
# Defense: 72
# MagicDefense: 16
# Str: 61
# Agi: 49
# Vit: 30
# Int: 85
# Dex: 119
# Luk: 5
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Small
# Race: Demon
# Element: Dark
# ElementLevel: 1
# Modes:
# Detector: true
# - Id: 3063
# AegisName: DEVIRUCHI_W
# Name: Deviruchi W
# Level: 93
# Hp: 8912
# BaseExp: 1083
# JobExp: 1083
# Attack: 477
# Attack2: 191
# Defense: 72
# MagicDefense: 16
# Str: 61
# Agi: 49
# Vit: 30
# Int: 85
# Dex: 119
# Luk: 5
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Small
# Race: Demon
# Element: Dark
# ElementLevel: 1
# Modes:
# Detector: true
# - Id: 3064
# AegisName: GIANT_DEVIRUCHI_W
# Name: Giant Deviruchi W
# Level: 93
# Hp: 8912
# BaseExp: 1083
# JobExp: 1083
# Attack: 477
# Attack2: 191
# Defense: 72
# MagicDefense: 16
# Str: 61
# Agi: 49
# Vit: 30
# Int: 85
# Dex: 119
# Luk: 5
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Small
# Race: Demon
# Element: Dark
# ElementLevel: 1
# Modes:
# Detector: true
# - Id: 3065
# AegisName: E_ICE_MINE
# - Id: 3066
# AegisName: SNAKE_NEWYEAR
# - Id: 3067
# AegisName: E_ORC_WOMAN
# - Id: 3068
# AegisName: E_PYTHON_SKIN
- Id: 3069
AegisName: PERE1
Name: Ferre
Level: 125
Hp: 48430
BaseExp: 3088
JobExp: 2631
Attack: 871
Attack2: 695
Defense: 101
MagicDefense: 45
Str: 109
Agi: 121
Vit: 50
Int: 55
Dex: 108
Luk: 55
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Earth
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 676
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 04
Modes:
Detector: true
Drops:
- Item: Blue_Potion
Rate: 50
- Item: Harden_Breastplate
Rate: 1
- Item: Mud_Lump
Rate: 100
- Item: Yellow_Live
Rate: 300
- Item: Great_Nature
Rate: 25
- Item: PlayingPere_Card
Rate: 1
StealProtected: true
- Id: 3070
AegisName: PERE2
Name: Ferre
Level: 126
Hp: 40718
BaseExp: 3607
JobExp: 2425
Attack: 1151
Attack2: 218
Defense: 80
MagicDefense: 45
Str: 91
Agi: 86
Vit: 67
Int: 116
Dex: 153
Luk: 71
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Water
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 676
AttackMotion: 1248
ClientAttackMotion: 480
DamageMotion: 480
Ai: 04
Modes:
Detector: true
Drops:
- Item: White_Potion
Rate: 100
- Item: Frozen_Breastplate
Rate: 1
- Item: Mud_Lump
Rate: 100
- Item: Crystal_Blue
Rate: 300
- Item: Mistic_Frozen
Rate: 25
- Item: SingingPere_Card
Rate: 1
StealProtected: true
- Id: 3071
AegisName: PERE3
Name: Ferre
Level: 127
Hp: 53290
BaseExp: 3609
JobExp: 2429
Attack: 1100
Attack2: 325
Defense: 85
MagicDefense: 45
Str: 91
Agi: 89
Vit: 65
Int: 118
Dex: 147
Luk: 75
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Water
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 676
AttackMotion: 672
ClientAttackMotion: 144
DamageMotion: 480
Ai: 04
Modes:
Detector: true
Drops:
- Item: Contabass
Rate: 50
RandomOptionGroup: AS_WEAPON_2
- Item: Harden_Breastplate
Rate: 1
- Item: Mud_Lump
Rate: 100
- Item: Yellow_Live
Rate: 300
- Item: Great_Nature
Rate: 25
- Item: SingingPere_Card
Rate: 1
StealProtected: true
- Id: 3072
AegisName: PERE4
Name: Ferre
Level: 128
Hp: 52280
BaseExp: 3729
JobExp: 2235
Attack: 1484
Attack2: 158
Defense: 98
MagicDefense: 45
Str: 156
Agi: 110
Vit: 61
Int: 53
Dex: 133
Luk: 53
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Earth
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 676
AttackMotion: 1248
ClientAttackMotion: 360
DamageMotion: 480
Ai: 04
Modes:
Detector: true
Drops:
- Item: Gymnastics_Ribbon
Rate: 50
RandomOptionGroup: AS_WEAPON_2
- Item: Frozen_Breastplate
Rate: 1
- Item: Mud_Lump
Rate: 100
- Item: Crystal_Blue
Rate: 300
- Item: Mistic_Frozen
Rate: 25
- Item: PlayingPere_Card
Rate: 1
StealProtected: true
- Id: 3073
AegisName: GRAND_PERE
Name: Awakened Ferre
JapaneseName: Grand Pere
Level: 140
Hp: 19471800
BaseExp: 3132000
JobExp: 2720300
# MvpExp:
Attack: 1500
Attack2: 1000
Defense: 200
MagicDefense: 68
Str: 200
Agi: 100
Vit: 200
Int: 200
Dex: 220
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Undead
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 676
AttackMotion: 2592
ClientAttackMotion: 2400
DamageMotion: 480
Ai: 05
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Yggdrasilberry
Rate: 5000
- Item: Seed_Of_Yggdrasil
Rate: 5000
Drops:
- Item: Pendant_Of_Harmony
Rate: 400
- Item: Pendant_Of_Chaos
Rate: 400
- Item: Gigantic_Bow
Rate: 100
RandomOptionGroup: AS_WEAPON_2
- Item: Bow_Of_Storm
Rate: 200
RandomOptionGroup: AS_WEAPON_2
- Item: Tooth_Of_Jitterbug
Rate: 7000
- Item: Grand_Pere_Card
Rate: 1
StealProtected: true
- Id: 3074
AegisName: TIMEHOLDER
Name: Time Holder
Level: 170
Hp: 25000000
BaseExp: 4582500
JobExp: 3877500
MvpExp: 2291250
Attack: 5250
Attack2: 2100
Defense: 288
MagicDefense: 265
Str: 224
Agi: 152
Vit: 251
Int: 257
Dex: 402
Luk: 77
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
RaceGroups:
Clocktower: true
Element: Neutral
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 100
AttackMotion: 576
ClientAttackMotion: 960
DamageMotion: 480
DamageTaken: 10
Ai: 04
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Bs_Making_S
Rate: 5000
- Item: Yggdrasilberry
Rate: 5000
- Item: Key_Of_Twisted_Time
Rate: 2000
Drops:
- Item: Needle_Of_Alarm
Rate: 3000
- Item: Shadowdecon
Rate: 50
- Item: Key_Of_Twisted_Time
Rate: 3000
- Item: Memorize_Book_
Rate: 10
- Item: Quadrille_
Rate: 5
- Item: Lounge_Suit
Rate: 3
- Item: One_Eyed_Glass_
Rate: 20
- Item: Timeholder_Card
Rate: 1
StealProtected: true
- Id: 3075
AegisName: WA_TREASURE
Name: Treasure
Level: 1
Hp: 3
Sp: 0
Defense: 100
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 1199
Luk: 0
AttackRange: 1
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Holy
ElementLevel: 1
Ai: 06
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
KnockBackImmune: true
Drops:
- Item: MaxHP_Stone
Rate: 100
- Item: Vit_Dish06
Rate: 3000
- Item: MaxSP_Stone
Rate: 100
- Item: Agi_Dish06
Rate: 3000
- Item: Int_Dish06
Rate: 3000
- Item: Dex_Dish06
Rate: 3000
- Item: Yggdrasilberry
Rate: 1000
- Item: Cri_Stone
Rate: 100
StealProtected: true
- Id: 3076
AegisName: WA_MONSTER_1
Name: Go!
Level: 100
Hp: 10000
Sp: 0
Attack: 78
Attack2: 11
Defense: 64
MagicDefense: 50
Agi: 17
Vit: 80
Int: 80
Dex: 151
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Angel
Element: Holy
ElementLevel: 3
WalkSpeed: 300
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 312
DamageMotion: 384
Ai: 21
- Id: 3077
AegisName: WA_MONSTER_2
Name: Go!
Level: 100
Hp: 10500
Sp: 0
Attack: 78
Attack2: 11
Defense: 64
MagicDefense: 50
Agi: 17
Vit: 80
Int: 80
Dex: 151
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Angel
Element: Holy
ElementLevel: 3
WalkSpeed: 300
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 864
DamageMotion: 384
Ai: 21
- Id: 3078
AegisName: WA_MONSTER_3
Name: Go!
Level: 105
Hp: 11000
Attack: 657
Attack2: 135
Defense: 106
MagicDefense: 84
Str: 112
Agi: 67
Vit: 43
Int: 81
Dex: 82
Luk: 80
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Angel
Element: Holy
ElementLevel: 3
WalkSpeed: 160
AttackDelay: 920
AttackMotion: 720
ClientAttackMotion: 420
DamageMotion: 336
Ai: 21
- Id: 3079
AegisName: WA_MONSTER_4
Name: Go!
Level: 120
Hp: 12000
Attack: 403
Attack2: 522
Defense: 66
MagicDefense: 95
Str: 51
Agi: 47
Vit: 59
Int: 99
Dex: 130
Luk: 77
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Holy
ElementLevel: 3
WalkSpeed: 120
AttackDelay: 1000
AttackMotion: 624
ClientAttackMotion: 192
DamageMotion: 300
Ai: 21
- Id: 3080
AegisName: WA_MONSTER_5
Name: Go!
Level: 123
Hp: 13000
Attack: 1234
Attack2: 165
Defense: 96
MagicDefense: 96
Str: 106
Agi: 65
Vit: 61
Int: 42
Dex: 125
Luk: 72
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Angel
Element: Holy
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 576
AttackMotion: 420
ClientAttackMotion: 384
DamageMotion: 360
Ai: 21
- Id: 3081
AegisName: WA_MONSTER_6
Name: Go!
Level: 125
Hp: 14000
Attack: 1067
Attack2: 944
Defense: 80
MagicDefense: 89
Str: 99
Agi: 66
Vit: 41
Int: 153
Dex: 133
Luk: 89
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Angel
Element: Holy
ElementLevel: 3
WalkSpeed: 160
AttackDelay: 432
AttackMotion: 420
ClientAttackMotion: 240
DamageMotion: 360
Ai: 21
- Id: 3082
AegisName: WA_MONSTER_7
Name: Go!
Level: 131
Hp: 15000
Attack: 1100
Attack2: 325
Defense: 85
MagicDefense: 92
Str: 91
Agi: 89
Vit: 65
Int: 118
Dex: 147
Luk: 75
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Angel
Element: Holy
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 672
AttackMotion: 780
ClientAttackMotion: 360
DamageMotion: 480
Ai: 21
- Id: 3083
AegisName: WA_MONSTER_8
Name: Go!
Level: 131
Hp: 18000
Attack: 1151
Attack2: 218
Defense: 80
MagicDefense: 86
Str: 91
Agi: 86
Vit: 67
Int: 116
Dex: 153
Luk: 71
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Angel
Element: Holy
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 672
AttackMotion: 780
ClientAttackMotion: 360
DamageMotion: 480
Ai: 21
- Id: 3084
AegisName: WA_MONSTER_9
Name: Go!
Level: 135
Hp: 20000
Attack: 1401
Attack2: 1501
Defense: 196
MagicDefense: 96
Str: 106
Agi: 65
Vit: 61
Int: 42
Dex: 125
Luk: 72
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Angel
Element: Holy
ElementLevel: 3
WalkSpeed: 120
AttackDelay: 1576
AttackMotion: 504
ClientAttackMotion: 360
DamageMotion: 360
Ai: 21
- Id: 3085
AegisName: WA_MONSTER_10
Name: Go!
Level: 98
Hp: 30000
Attack: 8450
Attack2: 3300
Defense: 40
MagicDefense: 42
Str: 100
Agi: 120
Vit: 30
Int: 120
Dex: 264
Luk: 210
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Angel
Element: Ghost
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 576
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 480
Ai: 21
- Id: 3086
AegisName: WA_MERCENARY
Name: Mercenary
Level: 101
Hp: 20099
Attack: 545
Attack2: 51
Defense: 66
MagicDefense: 36
Str: 20
Agi: 46
Vit: 25
Int: 35
Dex: 64
Luk: 30
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 230
AttackDelay: 1384
AttackMotion: 792
ClientAttackMotion: 768
DamageMotion: 360
Class: Battlefield
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 3087
AegisName: M_NYDHOG
Name: Guardian's Alter Ego
Level: 160
Hp: 215000
JobExp: 1
Attack: 1835
Attack2: 444
Defense: 15
MagicDefense: 89
Str: 76
Agi: 66
Vit: 90
Int: 55
Dex: 189
Luk: 22
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 175
AttackDelay: 800
AttackMotion: 750
ClientAttackMotion: 576
DamageMotion: 300
- Id: 3088
AegisName: MM_BRINARANEA_BABY
Name: Frost Spider
Level: 155
Hp: 155600
JobExp: 1
Attack: 1
Attack2: 1
Defense: 80
MagicDefense: 200
Str: 16
Agi: 26
Vit: 30
Int: 115
Dex: 79
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1000
AttackMotion: 1000
ClientAttackMotion: 420
DamageMotion: 1000
Ai: 04
- Id: 3089
AegisName: MM_LOCO_KASA
Name: Frenzied Kasa
Level: 155
Hp: 185000
Attack: 3266
Attack2: 666
Defense: 30
MagicDefense: 30
Str: 88
Agi: 44
Vit: 88
Int: 21
Dex: 95
Luk: 44
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1500
AttackMotion: 600
ClientAttackMotion: 540
DamageMotion: 500
Ai: 04
Modes:
Detector: true
- Id: 3090
AegisName: MM_LOCO_SALAMANDER
Name: Mad Salamander
JapaneseName: Loco Salamander
Level: 155
Hp: 217650
Attack: 2678
Attack2: 1257
Defense: 121
MagicDefense: 36
Str: 60
Agi: 103
Vit: 45
Int: 35
Dex: 172
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1000
AttackMotion: 500
ClientAttackMotion: 288
DamageMotion: 600
Ai: 04
Modes:
Detector: true
- Id: 3091
AegisName: MM_BRINARANEA
Name: Brinaranea
Level: 165
Hp: 81650000
Attack: 8255
Attack2: 197
Defense: 264
MagicDefense: 177
Str: 135
Agi: 135
Vit: 12
Int: 72
Dex: 220
Luk: 91
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Water
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1020
AttackMotion: 500
ClientAttackMotion: 420
DamageMotion: 768
Ai: 21
Class: Boss
Drops:
- Item: Brinaranea_Card
Rate: 1
StealProtected: true
- Id: 3092
AegisName: MM_MUSPELLSKOLL
Name: Muspellskoll
Level: 165
Hp: 55620000
Attack: 9672
Attack2: 98
Defense: 211
MagicDefense: 140
Str: 202
Agi: 119
Vit: 6
Int: 45
Dex: 275
Luk: 71
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Fire
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 608
AttackMotion: 408
ClientAttackMotion: 360
DamageMotion: 336
Ai: 21
Class: Boss
Drops:
- Item: Muspellskoll_Card
Rate: 1
StealProtected: true
# - Id: 3093
# AegisName: MM_BRINARANEA_CORE
# Name: Mm Brinaranea Core
# Level: 160
# Hp: 300
# Attack: 1
# Attack2: 1
# Defense: 1
# MagicDefense: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Small
# Race: Demon
# Element: Water
# ElementLevel: 1
# WalkSpeed: 1000
# AttackDelay: 1
# AttackMotion: 1
# DamageMotion: 1
# Modes:
# IgnoreMagic: true
# IgnoreMelee: true
# IgnoreMisc: true
# IgnoreRanged: true
# Detector: true
# - Id: 3094
# AegisName: MM_MUSPELLSKOLL_CORE
# Name: Mm Muspellskoll Core
# Level: 160
# Hp: 300
# Attack: 1
# Attack2: 1
# Defense: 1
# MagicDefense: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Small
# Race: Demon
# Element: Fire
# ElementLevel: 1
# WalkSpeed: 1000
# AttackDelay: 1
# AttackMotion: 1
# DamageMotion: 1
# Modes:
# IgnoreMagic: true
# IgnoreMelee: true
# IgnoreMisc: true
# IgnoreRanged: true
# Detector: true
# - Id: 3095
# AegisName: MM_GOD_SHADOW
# Name: Mm God Shadow
# Level: 1
# Hp: 100000000
# Attack: 2
# Attack2: 1
# Defense: 1
# MagicDefense: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Small
# Race: Demon
# Element: Fire
# ElementLevel: 1
# WalkSpeed: 1000
# AttackDelay: 1
# AttackMotion: 1
# DamageMotion: 1
# Modes:
# IgnoreMagic: true
# IgnoreMelee: true
# IgnoreMisc: true
# IgnoreRanged: true
# Detector: true
- Id: 3096
AegisName: MM_MOROCC_KID
Name: Demigod
Level: 175
Hp: 80000000
Attack: 4980
Attack2: 209
Defense: 158
MagicDefense: 134
Str: 90
Agi: 122
Vit: 7
Int: 87
Dex: 287
Luk: 36
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Holy
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1000
AttackMotion: 460
ClientAttackMotion: 540
DamageMotion: 350
Ai: 21
Class: Boss
- Id: 3097
AegisName: MM_MOROCC_ADT
Name: Despair God Morroc
Level: 175
Hp: 120000000
Attack: 5523
Attack2: 175
Defense: 203
MagicDefense: 155
Str: 122
Agi: 103
Vit: 12
Int: 106
Dex: 269
Luk: 51
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 750
AttackMotion: 510
ClientAttackMotion: 420
DamageMotion: 500
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Yggdrasilberry
Rate: 5000
- Item: Seed_Of_Yggdrasil
Rate: 5000
Drops:
- Item: DespairGodMorocc_Card
Rate: 1
StealProtected: true
- Id: 3098
AegisName: MM_MOROCC_ORIGIN
Name: Morroc of the Genesis
Level: 160
Hp: 3258000
Attack: 6177
Attack2: 40
Defense: 351
MagicDefense: 212
Str: 195
Agi: 35
Vit: 5
Int: 36
Dex: 355
Luk: 7
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 4
WalkSpeed: 350
AttackDelay: 2000
AttackMotion: 750
ClientAttackMotion: 336
DamageMotion: 750
Ai: 21
Class: Boss
- Id: 3099
AegisName: MM_MOROCC_REST
Name: Morroc of the Sabbath
Level: 160
Hp: 1450000
Attack: 2963
Attack2: 67
Defense: 112
MagicDefense: 98
Str: 110
Agi: 98
Vit: 13
Int: 48
Dex: 271
Luk: 9
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 4
WalkSpeed: 200
AttackDelay: 500
AttackMotion: 510
ClientAttackMotion: 336
DamageMotion: 350
Ai: 21
Class: Boss
# - Id: 3100
# AegisName: MM_MANA_BLACK
# Name: Mm Mana Black
# Level: 1
# Hp: 30
# Attack: 1
# Attack2: 1
# Defense: 1
# MagicDefense: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Small
# Race: Formless
# Element: Neutral
# ElementLevel: 1
# WalkSpeed: 1000
# AttackDelay: 1
# AttackMotion: 1
# DamageMotion: 1
# Modes:
# IgnoreMagic: true
# IgnoreMelee: true
# IgnoreMisc: true
# IgnoreRanged: true
- Id: 3101
AegisName: MM_MANA_WHITE
Name: Mana of White
Level: 1
Hp: 30
Sp: 0
Attack: 1
Attack2: 1
Defense: 1
MagicDefense: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 1
AttackMotion: 1
DamageMotion: 1
Ai: 06
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 3102
AegisName: MM_MANA_RED
Name: Mana of Life
Level: 1
Hp: 30
Sp: 0
Attack: 1
Attack2: 1
Defense: 1
MagicDefense: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 1
AttackMotion: 1
DamageMotion: 1
Ai: 06
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
KnockBackImmune: true
TeleportBlock: true
- Id: 3103
AegisName: MM_MANA_YELLOW
Name: Mana of Earth
Level: 1
Hp: 30
Sp: 0
Attack: 1
Attack2: 1
Defense: 1
MagicDefense: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 1
AttackMotion: 1
DamageMotion: 1
Ai: 06
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
# - Id: 3104
# AegisName: MM_MANA_BLUE
# Name: Mm Mana Blue
# Level: 1
# Hp: 30
# Attack: 1
# Attack2: 1
# Defense: 1
# MagicDefense: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Small
# Race: Formless
# Element: Neutral
# ElementLevel: 1
# WalkSpeed: 1000
# AttackDelay: 1
# AttackMotion: 1
# DamageMotion: 1
# Modes:
# IgnoreMagic: true
# IgnoreMelee: true
# IgnoreMisc: true
# IgnoreRanged: true
- Id: 3105
AegisName: MM_GB_MOROCC_1
Name: Demon God's Apostle Aha
Level: 149
Hp: 5000000
Attack: 1901
Attack2: 145
Defense: 199
MagicDefense: 35
Str: 126
Agi: 91
Vit: 63
Int: 61
Dex: 114
Luk: 37
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Angel
Element: Fire
ElementLevel: 2
WalkSpeed: 110
AttackDelay: 576
AttackMotion: 480
ClientAttackMotion: 336
DamageMotion: 432
Ai: 04
Class: Boss
Drops:
- Item: Ahat_Card
Rate: 1
StealProtected: true
- Id: 3106
AegisName: MM_GB_MOROCC_4
Name: Demon God's Apostle Shn
Level: 149
Hp: 5000000
Attack: 1235
Attack2: 599
Defense: 109
MagicDefense: 54
Str: 114
Agi: 88
Vit: 62
Int: 97
Dex: 164
Luk: 43
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Ghost
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1536
AttackMotion: 648
ClientAttackMotion: 336
DamageMotion: 300
Ai: 04
Class: Boss
Drops:
- Item: Shnaim_Card
Rate: 1
StealProtected: true
# - Id: 3107
# AegisName: E_EASTER_BUNNY
# Name: Easter Bunny
# Level: 1
# Hp: 15
# Defense: 160
# MagicDefense: 5
# Dex: 999
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Medium
# Race: Brute
# Element: Neutral
# ElementLevel: 3
# WalkSpeed: 200
# AttackDelay: 1456
# AttackMotion: 456
# DamageMotion: 336
# Modes:
# IgnoreMagic: true
# IgnoreMelee: true
# IgnoreMisc: true
# IgnoreRanged: true
# Mvp: true
# Drops:
# - Item: Easter_Egg
# Rate: 3000
# - Item: Feather
# Rate: 5000
- Id: 3108
AegisName: JITTERBUG1
Name: Jitterbug1
Level: 135
Hp: 2614000
BaseExp: 36804
JobExp: 23170
Attack: 3210
Attack2: 695
Defense: 123
MagicDefense: 68
Str: 189
Agi: 78
Vit: 81
Int: 51
Dex: 108
Luk: 56
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Undead
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 676
AttackMotion: 2592
ClientAttackMotion: 2400
DamageMotion: 480
Ai: 04
Class: Boss
Drops:
- Item: Ukulele_Of_Newoz
Index: 0
Rate: 250
RandomOptionGroup: AS_WEAPON_2
- Item: Winged_Ring_Of_Newoz
Index: 1
Rate: 500
- Item: Harden_Breastplate
Index: 2
Rate: 500
- Item: Tooth_Of_Jitterbug
Index: 3
Rate: 5000
- Item: Tooth_Of_Jitterbug
Index: 4
Rate: 1000
- Item: JitterbugCard
Index: 5
Rate: 1
StealProtected: true
- Id: 3109
AegisName: JITTERBUG2
Name: Jitterbug2
Level: 135
Hp: 2614000
BaseExp: 36804
JobExp: 23170
Attack: 3210
Attack2: 695
Defense: 123
MagicDefense: 68
Str: 189
Agi: 78
Vit: 81
Int: 51
Dex: 108
Luk: 56
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Undead
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 676
AttackMotion: 2592
ClientAttackMotion: 2400
DamageMotion: 480
Ai: 04
Class: Boss
Drops:
- Item: Floral_Mic_Of_Igu
Index: 0
Rate: 250
RandomOptionGroup: AS_WEAPON_2
- Item: Floral_Bracelet_Of_Igu
Index: 1
Rate: 500
- Item: Frozen_Breastplate
Index: 2
Rate: 500
- Item: Tooth_Of_Jitterbug
Index: 3
Rate: 5000
- Item: Tooth_Of_Jitterbug
Index: 4
Rate: 1000
- Item: JitterbugCard
Index: 5
Rate: 1
StealProtected: true
# - Id: 3110
# AegisName: E_RUNAWAY1
# Name: Runaway1
# Level: 1
# Hp: 30
# Attack: 1
# Attack2: 1
# Defense: 1
# MagicDefense: 99
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Large
# Race: Formless
# Element: Neutral
# ElementLevel: 1
# WalkSpeed: 150
# AttackDelay: 1152
# DamageMotion: 288
# Class: Event
# Modes:
# IgnoreMagic: true
# IgnoreMelee: true
# IgnoreMisc: true
# IgnoreRanged: true
# Mvp: true
# - Id: 3111
# AegisName: E_RUNAWAY2
# Name: Runaway2
# Level: 1
# Hp: 25
# Attack: 1
# Attack2: 1
# Defense: 1
# MagicDefense: 99
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Medium
# Race: Formless
# Element: Neutral
# ElementLevel: 1
# WalkSpeed: 190
# AttackDelay: 1152
# DamageMotion: 288
# Class: Event
# Modes:
# IgnoreMagic: true
# IgnoreMelee: true
# IgnoreMisc: true
# IgnoreRanged: true
# Mvp: true
# - Id: 3112
# AegisName: E_RUNAWAY3
# Name: Runaway3
# Level: 1
# Hp: 20
# Attack: 1
# Attack2: 1
# Defense: 1
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Medium
# Race: Formless
# Element: Neutral
# ElementLevel: 1
# WalkSpeed: 200
# AttackDelay: 1072
# AttackMotion: 672
# DamageMotion: 672
# Class: Event
# Modes:
# IgnoreMagic: true
# IgnoreMelee: true
# IgnoreMisc: true
# IgnoreRanged: true
# Mvp: true
# - Id: 3113
# AegisName: E_RUNAWAY4
# Name: Runaway4
# Level: 1
# Hp: 15
# Attack: 1
# Attack2: 1
# Defense: 1
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Small
# Race: Formless
# Element: Neutral
# ElementLevel: 1
# WalkSpeed: 200
# AttackDelay: 1076
# AttackMotion: 576
# DamageMotion: 480
# Class: Event
# Modes:
# IgnoreMagic: true
# IgnoreMelee: true
# IgnoreMisc: true
# IgnoreRanged: true
# Mvp: true
# - Id: 3114
# AegisName: E_RUNAWAY5
# Name: Runaway5
# Level: 1
# Hp: 15
# Attack: 1
# Attack2: 1
# Defense: 1
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Small
# Race: Formless
# Element: Neutral
# ElementLevel: 1
# WalkSpeed: 170
# AttackDelay: 1084
# AttackMotion: 2304
# DamageMotion: 576
# Class: Event
# Modes:
# IgnoreMagic: true
# IgnoreMelee: true
# IgnoreMisc: true
# IgnoreRanged: true
# Mvp: true
# - Id: 3115
# AegisName: E_RUNAWAY1_
# Name: Runaway 1
# Level: 1
# Hp: 20
# Attack: 1
# Attack2: 1
# Defense: 1
# MagicDefense: 99
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Large
# Race: Formless
# Element: Neutral
# ElementLevel: 1
# WalkSpeed: 150
# AttackDelay: 1152
# DamageMotion: 288
# Class: Event
# Modes:
# IgnoreMagic: true
# IgnoreMelee: true
# IgnoreMisc: true
# IgnoreRanged: true
# Mvp: true
# - Id: 3116
# AegisName: E_RUNAWAY2_
# Name: Runaway 2
# Level: 1
# Hp: 20
# Attack: 1
# Attack2: 1
# Defense: 1
# MagicDefense: 99
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Medium
# Race: Formless
# Element: Neutral
# ElementLevel: 1
# WalkSpeed: 150
# AttackDelay: 1152
# DamageMotion: 288
# Class: Event
# Modes:
# IgnoreMagic: true
# IgnoreMelee: true
# IgnoreMisc: true
# IgnoreRanged: true
# Mvp: true
# - Id: 3117
# AegisName: E_RUNAWAY3_
# Name: Runaway 3
# Level: 1
# Hp: 20
# Attack: 1
# Attack2: 1
# Defense: 1
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Medium
# Race: Formless
# Element: Neutral
# ElementLevel: 1
# WalkSpeed: 200
# AttackDelay: 1072
# AttackMotion: 672
# DamageMotion: 672
# Class: Event
# Modes:
# IgnoreMagic: true
# IgnoreMelee: true
# IgnoreMisc: true
# IgnoreRanged: true
# Mvp: true
# - Id: 3118
# AegisName: E_RUNAWAY4_
# Name: Runaway 4
# Level: 1
# Hp: 10
# Attack: 1
# Attack2: 1
# Defense: 1
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Small
# Race: Formless
# Element: Neutral
# ElementLevel: 1
# WalkSpeed: 200
# AttackDelay: 1076
# AttackMotion: 576
# DamageMotion: 480
# Class: Event
# Modes:
# IgnoreMagic: true
# IgnoreMelee: true
# IgnoreMisc: true
# IgnoreRanged: true
# Mvp: true
# - Id: 3119
# AegisName: E_RUNAWAY5_
# Name: Runaway 5
# Level: 1
# Hp: 10
# Attack: 1
# Attack2: 1
# Defense: 1
# AttackRange: 1
# SkillRange: 10
# ChaseRange: 12
# Size: Small
# Race: Formless
# Element: Neutral
# ElementLevel: 1
# WalkSpeed: 170
# AttackDelay: 1084
# AttackMotion: 2304
# DamageMotion: 576
# Class: Event
# Modes:
# IgnoreMagic: true
# IgnoreMelee: true
# IgnoreMisc: true
# IgnoreRanged: true
# Mvp: true
# - Id: 3120
# AegisName: M_ISIS
# - Id: 3121
# AegisName: Q_BYORGUE
- Id: 3122
AegisName: CHARLESTON1
Name: Charleston 1
Level: 140
Hp: 2614000
BaseExp: 36804
JobExp: 21064
Attack: 3210
Attack2: 695
Defense: 123
MagicDefense: 68
Str: 189
Agi: 78
Vit: 81
Int: 51
Dex: 108
Luk: 56
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Earth
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 676
AttackMotion: 2400
ClientAttackMotion: 420
DamageMotion: 480
Ai: 04
Modes:
Detector: true
- Id: 3123
AegisName: CHARLESTON2
Name: Charleston 2
JapaneseName: Charleston 3
Level: 140
Hp: 2614000
BaseExp: 36804
JobExp: 21064
Attack: 3210
Attack2: 695
Defense: 123
MagicDefense: 68
Str: 189
Agi: 78
Vit: 81
Int: 51
Dex: 108
Luk: 56
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Earth
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 676
AttackMotion: 2400
ClientAttackMotion: 420
DamageMotion: 480
Ai: 04
Modes:
Detector: true
- Id: 3124
AegisName: CHARLESTON3
Name: Charleston 3
Level: 145
Hp: 23671401
BaseExp: 3132000
JobExp: 2473000
# MvpExp:
Attack: 1500
Attack2: 1000
Defense: 200
MagicDefense: 90
Str: 208
Agi: 106
Vit: 205
Int: 206
Dex: 228
Luk: 105
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Neutral
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 676
AttackMotion: 2016
ClientAttackMotion: 1824
DamageMotion: 672
Ai: 04
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Yggdrasilberry
Rate: 5000
- Item: Seed_Of_Yggdrasil
Rate: 5000
Drops:
- Item: Pilebuncker_P
Rate: 200
- Item: Tornado_Axe
Rate: 200
- Item: Robot's_Arm
Rate: 100
- Item: Giant_Blade
Rate: 200
- Item: Supplement_Part_Agi
Rate: 400
- Item: Upgrade_Part_Booster
Rate: 400
- Item: Charleston_Parts
Rate: 5000
- Item: Charleston_Card
Rate: 1
StealProtected: true
- Id: 3125
AegisName: STEP
Name: Step
Level: 130
Hp: 55403
BaseExp: 3088
JobExp: 2392
Attack: 871
Attack2: 695
Defense: 101
MagicDefense: 58
Str: 117
Agi: 127
Vit: 55
Int: 61
Dex: 116
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Neutral
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 676
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 02
Modes:
Detector: true
Drops:
- Item: Distorted_Iron_Plate
Rate: 1000
- Item: Iron
Rate: 150
- Item: Explosive_Powder
Rate: 400
- Item: LargeScrap
Rate: 50
- Item: OldTank
Rate: 50
- Item: Step_Card
Rate: 1
StealProtected: true
- Id: 3126
AegisName: ROCK_STEP
Name: Lockstep
JapaneseName: Rock Step
Level: 131
Hp: 71056
BaseExp: 3609
JobExp: 2209
Attack: 1100
Attack2: 325
Defense: 85
MagicDefense: 59
Str: 99
Agi: 95
Vit: 70
Int: 124
Dex: 155
Luk: 80
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Neutral
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 676
AttackMotion: 1056
ClientAttackMotion: 864
DamageMotion: 480
Ai: 04
Modes:
Detector: true
Drops:
- Item: Wrong_Engine
Rate: 500
- Item: Steel
Rate: 350
- Item: Old_Steel_Plate
Rate: 500
- Item: LargeScrap
Rate: 50
- Item: OldTank
Rate: 50
- Item: Rock_Step_Card
Rate: 1
StealProtected: true
- Id: 3127
AegisName: KICK_STEP
Name: Hallway 1 Security Devi
JapaneseName: Kick Step
Level: 132
Hp: 73644
BaseExp: 3607
JobExp: 2205
Attack: 1151
Attack2: 218
Defense: 80
MagicDefense: 50
Str: 99
Agi: 92
Vit: 72
Int: 122
Dex: 161
Luk: 76
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 676
AttackMotion: 816
ClientAttackMotion: 720
DamageMotion: 480
Ai: 04
Modes:
Detector: true
Drops:
- Item: Wrong_Engine
Rate: 400
- Item: Steel
Rate: 250
- Item: Old_Steel_Plate
Rate: 300
- Item: LargeScrap
Rate: 50
- Item: OldTank
Rate: 50
- Item: Kick_Step_Card
Rate: 1
StealProtected: true
- Id: 3128
AegisName: KICK_AND_KICK
Name: Security Robot
JapaneseName: Kick And Kick
Level: 133
Hp: 68018
BaseExp: 3729
JobExp: 2032
Attack: 1484
Attack2: 158
Defense: 98
MagicDefense: 54
Str: 164
Agi: 116
Vit: 66
Int: 59
Dex: 141
Luk: 58
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Neutral
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 676
AttackMotion: 576
ClientAttackMotion: 384
DamageMotion: 480
Ai: 04
Modes:
Detector: true
Drops:
- Item: Distorted_Iron_Plate
Rate: 500
- Item: Iron
Rate: 100
- Item: LargeScrap
Rate: 50
- Item: OldTank
Rate: 50
- Item: KickAndKick_Card
Rate: 1
StealProtected: true
# - Id: 3129
# AegisName: ORC_ZOMBIE_ANNIV
# - Id: 3130
# AegisName: ORC_ARCHER_ANNIV
# - Id: 3131
# AegisName: ORC_BABY_ANNIV
# - Id: 3132
# AegisName: ORC_LADY_ANNIV
# - Id: 3133
# AegisName: ZENORC_ANNIV
# - Id: 3134
# AegisName: STEAM_GOBLIN_ANNIV
# - Id: 3135
# AegisName: ORC_LORD_ANNIV
# - Id: 3136
# AegisName: ORK_HERO_ANNIV
# - Id: 3137
# AegisName: HIGH_ORC_ANNIV
# - Id: 3138
# AegisName: ORK_WARRIOR_ANNIV
# - Id: 3139
# AegisName: MG_ZOMBIE_H
# - Id: 3140
# AegisName: MG_WRAITH_H
# - Id: 3141
# AegisName: MG_GHOUL_H
# - Id: 3142
# AegisName: MG_ARCLOUSE_H
# - Id: 3143
# AegisName: MG_RAYDRIC_H
# - Id: 3144
# AegisName: MG_RAYDRIC_ARCHER_H
# - Id: 3145
# AegisName: MG_KNIGHT_OF_ABYSS_H
# - Id: 3146
# AegisName: MG_KHALITZBURG_H
# - Id: 3147
# AegisName: MG_BLOODY_KNIGHT_H
# - Id: 3148
# AegisName: MG_M_UNDEAD_KNIGHT_H
# - Id: 3149
# AegisName: MG_F_UNDEAD_KNIGHT_H
# - Id: 3150
# AegisName: MG_AMDARAIS_H
# - Id: 3151
# AegisName: MG_CORRUPTION_ROOT_H
# - Id: 3152
# AegisName: G_MG_KHALITZBURG_H
- Id: 3153
AegisName: EXCAVATOR_ROBOT
Name: Excavator Robot
Level: 163
Hp: 166860
BaseExp: 15026
JobExp: 16915
Attack: 4785
Attack2: 192
Defense: 138
MagicDefense: 53
Str: 102
Agi: 104
Vit: 72
Int: 57
Dex: 98
Luk: 57
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 250
AttackDelay: 1020
AttackMotion: 500
ClientAttackMotion: 960
DamageMotion: 768
Ai: 04
Drops:
- Item: Shadowdecon_Ore
Rate: 50
- Item: Zelunium_Ore
Rate: 50
- Item: Iron_Ore
Rate: 250
- Item: LargeScrap
Rate: 50
- Item: Sturdy_Iron_Piece
Rate: 250
- Item: Old_Steel_Plate
Rate: 2000
- Id: 3154
AegisName: RECON_ROBOT
Name: Recon Robot
Level: 165
Hp: 256000
BaseExp: 15796
JobExp: 17738
Attack: 2989
Attack2: 280
Defense: 127
MagicDefense: 60
Str: 112
Agi: 60
Vit: 72
Int: 57
Dex: 120
Luk: 77
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 4
WalkSpeed: 170
AttackDelay: 1072
AttackMotion: 672
ClientAttackMotion: 1344
DamageMotion: 384
Ai: 04
Drops:
- Item: Iron
Rate: 1
- Item: Oridecon_Stone
Rate: 1
- Item: Iron_Bug
Rate: 1
- Id: 3155
AegisName: REPAIR_ROBOT
Name: Repair Robot
Level: 155
Hp: 154760
BaseExp: 11748
JobExp: 13237
Attack: 2051
Attack2: 216
Defense: 99
MagicDefense: 55
Str: 98
Agi: 39
Vit: 30
Int: 35
Dex: 95
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Wind
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1500
AttackMotion: 500
ClientAttackMotion: 384
DamageMotion: 660
Ai: 04
Drops:
- Item: Shadowdecon_Ore
Rate: 50
- Item: Zelunium_Ore
Rate: 50
- Item: Iron_Ore
Rate: 250
- Item: LargeScrap
Rate: 50
- Item: Sturdy_Iron_Piece
Rate: 250
- Item: Old_Steel_Plate
Rate: 2000
- Id: 3156
AegisName: EXPLORATION_ROVER
Name: Exploration Rover
Level: 168
Hp: 293640
BaseExp: 18172
JobExp: 35065
Attack: 2513
Attack2: 802
Defense: 105
MagicDefense: 41
Str: 100
Agi: 63
Vit: 35
Int: 99
Dex: 106
Luk: 61
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Neutral
ElementLevel: 4
WalkSpeed: 165
AttackDelay: 1552
AttackMotion: 1152
ClientAttackMotion: 288
DamageMotion: 336
Ai: 04
Drops:
- Item: Iron
Rate: 5000
- Item: Oridecon_Stone
Rate: 1
- Item: Steel
Rate: 1
- Item: LargeScrap
Rate: 1
- Id: 3157
AegisName: RUIN_BELIEVER1
Name: Ruin Grace Believer
Level: 100
Hp: 61350
BaseExp: 4666
JobExp: 3874
Attack: 993
Attack2: 250
Defense: 91
MagicDefense: 50
Str: 88
Agi: 61
Vit: 51
Int: 62
Dex: 136
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 800
AttackMotion: 2112
ClientAttackMotion: 576
DamageMotion: 768
Ai: 04
Drops:
- Item: Sign_Of_Destruction
Rate: 10000
- Item: LargeScrap
Rate: 50
- Item: OldTank
Rate: 50
- Id: 3158
AegisName: RUIN_BELIEVER2
Name: Ruin Grace Believer
Level: 100
Hp: 61350
BaseExp: 4666
JobExp: 3874
Attack: 993
Attack2: 250
Defense: 91
MagicDefense: 50
Str: 88
Agi: 61
Vit: 51
Int: 62
Dex: 136
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 800
AttackMotion: 2112
ClientAttackMotion: 576
DamageMotion: 768
Ai: 04
Drops:
- Item: Sign_Of_Destruction
Rate: 10000
- Item: LargeScrap
Rate: 50
- Item: OldTank
Rate: 50
- Id: 3159
AegisName: ILLEGAL_PROMOTION
Name: Illegal Promotion
Level: 100
Hp: 10
Attack: 1
Attack2: 1
Defense: 1
MagicDefense: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 800
AttackMotion: 2112
ClientAttackMotion: 420
DamageMotion: 768
Ai: 06
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
KnockBackImmune: true
# - Id: 3160
# AegisName: BOILED_RICE_DUANWU
- Id: 3161
AegisName: BOMB
Name: Bomb
Level: 130
Hp: 60250
Sp: 0
Attack: 1028
Attack2: 144
Defense: 92
MagicDefense: 82
Str: 126
Agi: 127
Vit: 62
Int: 57
Dex: 109
Luk: 34
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Dark
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 500
AttackMotion: 360
ClientAttackMotion: 216
DamageMotion: 360
Ai: 06
Drops:
# - Item: 22992
# Rate: 100
- Item: White_Slim_Potion
Rate: 500
# - Id: 3162
# AegisName: ELEPHANT
# - Id: 3163
# AegisName: GORILLA
# - Id: 3164
# AegisName: LION
# - Id: 3165
# AegisName: RHINO
# - Id: 3166
# AegisName: M_E_DEVILING
# - Id: 3167
# AegisName: E_POPORING_CRO
# - Id: 3168
# AegisName: POURING_SEA_FES
- Id: 3169
AegisName: J_REB_SHECIL1
Name: Shooting Target
Level: 1
Sp: 0
MagicDefense: 15
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 76
AttackMotion: 1
ClientAttackMotion: 288
DamageMotion: 1
Ai: 01
- Id: 3170
AegisName: J_REB_SHECIL2
Name: Shooting Target
Level: 1
Sp: 0
MagicDefense: 15
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 76
AttackMotion: 1
ClientAttackMotion: 288
DamageMotion: 1
Ai: 01
# - Id: 3171
# AegisName: EVENT_MONEMUS01
# - Id: 3172
# AegisName: EVENT_MONEMUS02
# - Id: 3173
# AegisName: EVENT_FIREFOX
# - Id: 3174
# AegisName: HELL_FLY
- Id: 3175
AegisName: E1_ROTAR_ZAIRO
Name: Rotar Zairo
Level: 113
Hp: 15900
BaseExp: 1591
JobExp: 1221
Attack: 1662
Attack2: 85
Defense: 95
MagicDefense: 34
Str: 109
Agi: 54
Vit: 60
Int: 50
Dex: 84
Luk: 30
AttackRange: 10
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Wind
ElementLevel: 2
WalkSpeed: 155
AttackDelay: 2416
AttackMotion: 2016
ClientAttackMotion: 1008
DamageMotion: 432
Ai: 19
Drops:
- Item: Airship_Boots
Rate: 50
- Item: Large_Jellopy
Rate: 250
- Item: Padded_Armor
Rate: 1
- Item: Airship_Part
Rate: 10
- Item: Garlet
Rate: 200
- Item: Wing_Of_Fly
Rate: 500
- Item: Zargon
Rate: 200
- Item: AirShip_Raid_Card
Rate: 1
StealProtected: true
- Id: 3176
AegisName: E1_GREMLIN
Name: Gremlin
Level: 118
Hp: 20313
BaseExp: 2009
JobExp: 1390
Attack: 848
Attack2: 138
Defense: 76
MagicDefense: 25
Str: 141
Agi: 75
Vit: 48
Int: 61
Dex: 126
Luk: 37
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 140
AttackDelay: 432
AttackMotion: 540
ClientAttackMotion: 240
DamageMotion: 432
Ai: 19
Modes:
Detector: true
Drops:
- Item: Airship_Cape
Rate: 50
- Item: Will_Of_Darkness
Rate: 500
- Item: Sticky_Mucus
Rate: 500
- Item: Violet_Jewel
Rate: 50
- Item: Old_Blue_Box
Rate: 1
- Item: AirShip_Raid_Card
Rate: 1
StealProtected: true
- Id: 3177
AegisName: E1_BEHOLDER
Name: Beholder
Level: 118
Hp: 20313
BaseExp: 2009
JobExp: 1390
Attack: 848
Attack2: 138
Defense: 76
MagicDefense: 25
Str: 141
Agi: 75
Vit: 48
Int: 61
Dex: 126
Luk: 37
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 140
AttackDelay: 432
AttackMotion: 540
ClientAttackMotion: 300
DamageMotion: 432
Ai: 01
Modes:
Detector: true
Drops:
- Item: Airship_Boots
Rate: 50
- Item: Prickly_Fruit
Rate: 500
- Item: Anodyne
Rate: 50
- Item: Rough_Wind
Rate: 50
- Item: Elunium
Rate: 1
- Item: Old_Blue_Box
Rate: 1
- Item: AirShip_Raid_Card
Rate: 1
StealProtected: true
- Id: 3178
AegisName: E1_ACIDUS
Name: Acidus
Level: 130
Hp: 48430
BaseExp: 3088
JobExp: 2392
Attack: 871
Attack2: 695
Defense: 101
MagicDefense: 90
Str: 109
Agi: 78
Vit: 50
Int: 55
Dex: 108
Luk: 55
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Dragon
Element: Dark
ElementLevel: 2
WalkSpeed: 170
AttackDelay: 168
AttackMotion: 1008
ClientAttackMotion: 528
DamageMotion: 300
Ai: 19
Drops:
- Item: Airship_Armor
Rate: 50
- Item: Light_Granule
Rate: 100
- Item: Dragon_Canine
Rate: 500
- Item: Dragonball_Yellow
Rate: 200
- Item: AirShip_Raid_Card
Rate: 1
StealProtected: true
- Id: 3179
AegisName: E1_ACIDUS_
Name: Acidus
Level: 130
Hp: 40718
BaseExp: 2938
JobExp: 2032
Attack: 1484
Attack2: 158
Defense: 98
MagicDefense: 47
Str: 106
Agi: 110
Vit: 61
Int: 53
Dex: 133
Luk: 53
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Dragon
Element: Wind
ElementLevel: 2
WalkSpeed: 180
AttackDelay: 168
AttackMotion: 768
ClientAttackMotion: 528
DamageMotion: 360
Ai: 01
Drops:
- Item: Airship_Cape
Rate: 50
- Item: Dragon_Canine
Rate: 500
- Item: Dragon_Scale
Rate: 500
- Item: Dragonball_Blue
Rate: 200
- Item: AirShip_Raid_Card
Rate: 1
StealProtected: true
- Id: 3180
AegisName: E1_G_S_NYDHOG
Name: Wywern
Level: 117
Hp: 300000
Sp: 0
Attack: 1176
Attack2: 840
Defense: 60
MagicDefense: 60
Agi: 30
Vit: 30
Int: 136
Dex: 123
Luk: 30
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Dragon
Element: Dark
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 1596
AttackMotion: 1620
ClientAttackMotion: 576
DamageMotion: 864
Ai: 01
Drops:
- Item: Airship_Armor
Rate: 50
- Item: Dark_Red_Scale
Rate: 500
- Item: Treasure_Box
Rate: 1
- Item: Elunium
Rate: 10
- Item: AirShip_Raid_Card
Rate: 1
StealProtected: true
- Id: 3181
AegisName: E1_FELOCK
Name: Captain Ferlock
Level: 130
Hp: 3000000
BaseExp: 3088
JobExp: 2392
# MvpExp:
Attack: 871
Attack2: 695
Defense: 101
MagicDefense: 90
Str: 109
Agi: 78
Vit: 50
Int: 55
Dex: 108
Luk: 55
AttackRange: 10
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Dragon
Element: Dark
ElementLevel: 2
WalkSpeed: 170
AttackDelay: 168
AttackMotion: 1008
ClientAttackMotion: 864
DamageMotion: 300
Ai: 01
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Yggdrasilberry
Rate: 5000
- Item: Seed_Of_Yggdrasil
Rate: 5000
Drops:
- Item: Felock_Armor
Rate: 100
- Item: Felock_Cape
Rate: 100
- Item: Felock_Boots
Rate: 100
- Item: Felock_Cap
Rate: 10
- Item: Str_Dish07
Rate: 3000
- Item: Agi_Dish07
Rate: 3000
- Item: Int_Dish07
Rate: 3000
- Item: Felock_Card
Rate: 1
StealProtected: true
# - Id: 3182
# AegisName: E2_ROTAR_ZAIRO
# - Id: 3183
# AegisName: E2_GREMLIN
# - Id: 3184
# AegisName: E2_BEHOLDER
# - Id: 3185
# AegisName: E2_ACIDUS
# - Id: 3186
# AegisName: E2_ACIDUS_
# - Id: 3187
# AegisName: E2_G_S_NYDHOG
# - Id: 3188
# AegisName: E2_FELOCK
# - Id: 3189
# AegisName: WOLF_MOON
- Id: 3190
AegisName: MM_SARAH
Name: Sarah Irene
JapaneseName: Sarah
Level: 160
Hp: 100000000
Attack: 1090
Attack2: 1665
Defense: 276
MagicDefense: 255
Str: 43
Agi: 161
Vit: 6
Int: 188
Dex: 225
Luk: 136
AttackRange: 12
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 800
AttackMotion: 500
ClientAttackMotion: 1152
DamageMotion: 300
Ai: 10
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5000
- Item: Old_Blue_Box
Rate: 5000
Drops:
- Item: Robe_Of_Sarah
Rate: 1000
- Item: Sarah_Card
Rate: 1
StealProtected: true
- Id: 3191
AegisName: MM_M_GIGAN1
Name: Gigantes
Level: 160
Hp: 6653400
JobExp: 1
Attack: 4635
Attack2: 120
Defense: 64
MagicDefense: 112
Str: 156
Agi: 151
Vit: 30
Int: 62
Dex: 265
Luk: 21
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 1000
AttackMotion: 750
ClientAttackMotion: 1056
DamageMotion: 600
Ai: 04
Class: Boss
Modes:
IgnoreMelee: true
IgnoreRanged: true
Drops:
- Item: Robe_Of_Sarah
Rate: 100
- Item: Gigantes_Card
Rate: 1
StealProtected: true
- Id: 3192
AegisName: MM_M_GIGAN2
Name: Gigantes
Level: 160
Hp: 9870000
Attack: 5128
Attack2: 89
Defense: 89
MagicDefense: 175
Str: 212
Agi: 138
Vit: 43
Int: 21
Dex: 227
Luk: 15
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 1000
AttackMotion: 750
ClientAttackMotion: 1056
DamageMotion: 600
Ai: 04
Class: Boss
Modes:
IgnoreMagic: true
Drops:
- Item: Robe_Of_Sarah
Rate: 100
- Item: Gigantes_Card
Rate: 1
StealProtected: true
- Id: 3193
AegisName: MM_M_GIGAN3
Name: Ancient Medium Gigantes
Level: 160
Hp: 1126300
Attack: 3967
Attack2: 165
Defense: 113
MagicDefense: 155
Str: 121
Agi: 125
Vit: 45
Int: 35
Dex: 271
Luk: 15
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 1250
AttackMotion: 750
ClientAttackMotion: 1056
DamageMotion: 600
Ai: 04
Class: Boss
Drops:
- Item: Gigantes_Card
Rate: 1
StealProtected: true
- Id: 3194
AegisName: MM_L_GIGAN1
Name: Large Gigantes
Level: 160
Hp: 2482000
Attack: 4172
Attack2: 82
Defense: 55
MagicDefense: 177
Str: 135
Agi: 135
Vit: 12
Int: 72
Dex: 220
Luk: 91
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1000
AttackMotion: 500
ClientAttackMotion: 384
DamageMotion: 500
Ai: 04
Class: Boss
Modes:
IgnoreMelee: true
IgnoreRanged: true
Drops:
- Item: Gigantes_Card
Rate: 1
StealProtected: true
- Id: 3195
AegisName: MM_L_GIGAN2
Name: Large Gigantes
Level: 160
Hp: 2784175
Attack: 3641
Attack2: 116
Defense: 71
MagicDefense: 140
Str: 102
Agi: 119
Vit: 18
Int: 45
Dex: 275
Luk: 71
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1000
AttackMotion: 500
ClientAttackMotion: 384
DamageMotion: 500
Ai: 04
Class: Boss
Modes:
IgnoreMagic: true
Drops:
- Item: Gigantes_Card
Rate: 1
StealProtected: true
- Id: 3196
AegisName: MM_L_GIGAN3
Name: Ancient Gigantes
Level: 160
Hp: 12063464
Attack: 8957
Attack2: 61
Defense: 48
MagicDefense: 190
Str: 203
Agi: 141
Int: 66
Dex: 355
Luk: 103
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 330
AttackDelay: 1250
AttackMotion: 800
ClientAttackMotion: 384
DamageMotion: 800
Ai: 04
Class: Boss
Drops:
- Item: Piece_Of_Gigantes
Rate: 10000
- Item: Gigantes_Card
Rate: 1
StealProtected: true
- Id: 3197
AegisName: MM_M_GARGOYLE
Name: Mutant Gargoyle
JapaneseName: Gargoyle
Level: 150
Hp: 256780
Attack: 712
Attack2: 89
Defense: 124
MagicDefense: 43
Str: 147
Agi: 110
Vit: 66
Int: 57
Dex: 191
Luk: 70
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Wind
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1020
AttackMotion: 720
ClientAttackMotion: 960
DamageMotion: 384
Ai: 05
Modes:
Detector: true
Drops:
- Item: Zargon
Rate: 1940
- Item: Petite_DiablOfs_Wing
Rate: 250
- Item: Elven_Bow
Rate: 3
- Item: Thimble_Of_Archer
Rate: 1
- Item: Silence_Arrow
Rate: 1000
- Item: Elunium_Stone
Rate: 119
- Id: 3198
AegisName: MM_M_GALION
Name: Mutant Galion
JapaneseName: Galion
Level: 150
Hp: 293165
Attack: 801
Attack2: 77
Defense: 166
MagicDefense: 71
Str: 133
Agi: 142
Vit: 71
Int: 45
Dex: 166
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Wind
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 864
AttackMotion: 624
ClientAttackMotion: 1056
DamageMotion: 360
Ai: 04
Drops:
- Item: Rotten_Meat
Rate: 1500
- Item: Animal's_Skin
Rate: 1500
- Item: Rough_Wind
Rate: 5
- Item: Ulfhedinn
Rate: 3
- Id: 3199
AegisName: MM_M_MUTANT_DRAGON
Name: Wicked Mutant Dragon
JapaneseName: Mutant Dragon
Level: 150
Hp: 324891
Attack: 1176
Attack2: 98
Defense: 185
MagicDefense: 86
Str: 175
Agi: 161
Vit: 66
Int: 68
Dex: 201
Luk: 35
AttackRange: 4
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Dragon
Element: Fire
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 1280
AttackMotion: 1080
ClientAttackMotion: 7488
DamageMotion: 240
Ai: 04
Drops:
- Item: Brigan
Rate: 2425
- Item: Dragon_Canine
Rate: 250
- Item: Dragon_Scale
Rate: 250
- Item: Rotten_Bandage
Rate: 250
- Item: Legacy_Of_Dragon
Rate: 50
- Item: Pyroxene
Rate: 750
- Item: Dragon_Breath
Rate: 25
- Id: 3200
AegisName: MM_M_CHIMERA
Name: Wicked Chimera
Level: 150
Hp: 301158
Attack: 1029
Attack2: 148
Defense: 199
MagicDefense: 10
Str: 166
Agi: 175
Vit: 110
Int: 88
Dex: 188
Luk: 85
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Fire
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 772
AttackMotion: 672
ClientAttackMotion: 576
DamageMotion: 360
Ai: 04
Drops:
- Item: Brigan
Rate: 2668
- Item: Slender_Snake
Rate: 1250
- Item: Lemon
Rate: 500
- Item: War_Axe
Rate: 1
- Item: Citrine
Rate: 750
- Item: Great_Axe
Rate: 1
- Item: Oridecon
Rate: 80
# - Id: 3201
# AegisName: LUCKYCASE
# Name: Poring
# Level: 1
# Hp: 15
# Defense: 160
# MagicDefense: 5
# Dex: 999
# SkillRange: 10
# ChaseRange: 12
# Size: Medium
# Race: Plant
# Element: Water
# ElementLevel: 1
# WalkSpeed: 400
# AttackDelay: 1872
# AttackMotion: 672
# DamageMotion: 480
# Ai: 02
- Id: 3202
AegisName: ORGANIC_JAKK
Name: Organic Pumpkin
Level: 10
Hp: 40
BaseExp: 20
JobExp: 13
Attack: 100
Defense: 160
MagicDefense: 99
Dex: 999
AttackRange: 1
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 100
ClientAttackMotion: 192
Ai: 01
Class: Boss
Modes:
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: ORGANIC_PUMPKIN
Index: 0
Rate: 5000
- Item: ORGANIC_PUMPKIN
Index: 1
Rate: 5000
- Item: ORGANIC_PUMPKIN
Index: 2
Rate: 1000
- Item: DARK_INVITATION
Index: 3
Rate: 100
- Item: Pumpkin_Head
Index: 4
Rate: 1000
- Item: Gift_Box_1
Index: 5
Rate: 100
- Item: Yellow_Slim_Potion
Index: 6
Rate: 1000
- Item: Pumpkin_Pie
Index: 7
Rate: 100
StealProtected: true
- Id: 3203
AegisName: INORGANIC_JAKK
Name: Inorganic Pumpkin
Level: 10
Hp: 40
BaseExp: 20
JobExp: 13
Attack: 100
Defense: 160
MagicDefense: 99
Dex: 999
AttackRange: 1
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
ClientAttackMotion: 192
Ai: 01
Class: Boss
Modes:
IgnoreMagic: true
Drops:
- Item: INORGANIC_PUMPKIN
Index: 0
Rate: 5000
- Item: INORGANIC_PUMPKIN
Index: 1
Rate: 5000
- Item: INORGANIC_PUMPKIN
Index: 2
Rate: 1000
- Item: DARK_INVITATION
Index: 3
Rate: 100
- Item: Pumpkin_Head
Index: 4
Rate: 1000
- Item: Gift_Box_1
Index: 5
Rate: 100
- Item: Yellow_Slim_Potion
Index: 6
Rate: 1000
- Item: Pumpkin_Pie
Index: 7
Rate: 100
StealProtected: true
# - Id: 3204
# AegisName: PIXY_PINK_PORING
# Name: Poring
# SkillRange: 10
# ChaseRange: 12
# Size: Small
# Race: Formless
# Element: Neutral
# ElementLevel: 1
# Ai: 02
# Drops:
# - Item: Heart_Eyepatch
# Rate: 50
# - Item: Guyak_Pudding
# Rate: 1000
# - Item: HP_Increase_PotionS
# Rate: 1500
# - Item: SP_Increase_PotionS
# Rate: 1500
# - Item: Glass_Of_Illusion
# Rate: 1000
# - Item: S_Def_Potion
# Rate: 1000
# - Item: S_Mdef_Potion
# Rate: 1000
# - Item: Megaphone_Box
# Rate: 1000
# StealProtected: true
# - Id: 3205
# AegisName: PIXY_BLUE_PORING
# Name: Poring
# SkillRange: 10
# ChaseRange: 12
# Size: Small
# Race: Formless
# Element: Neutral
# ElementLevel: 1
# Ai: 02
# Drops:
# - Item: Full_SwingK
# Rate: 1000
# - Item: HP_Increase_PotionS
# Rate: 1500
# - Item: SP_Increase_PotionS
# Rate: 1500
# - Item: Battle_Manual
# Rate: 500
# - Item: Rainbow_Cake_B
# Rate: 1000
# - Item: Megaphone_Box
# Rate: 1000
# - Item: Ribbon_Of_Life_Box3
# Rate: 5
# - Id: 3206
# AegisName: LITTLE_GOLDPORING
# Name: Poring
# Level: 100
# Hp: 15
# SkillRange: 10
# ChaseRange: 12
# Size: Small
# Race: Formless
# Element: Neutral
# ElementLevel: 1
# WalkSpeed: 200
# Ai: 02
# - Id: 3207
# AegisName: E_AQUA_ELEMENTAL
# Name: Poring
# SkillRange: 10
# ChaseRange: 12
# Size: Small
# Race: Formless
# Element: Neutral
# ElementLevel: 1
# WalkSpeed: 200
# Ai: 02
# Drops:
# - Item: Gold
# Rate: 3000
# - Item: Treasure_Box
# Rate: 3000
# - Item: PrizeOfHero
# Rate: 1000
# - Item: Blacksmith_Blessing
# Rate: 1000
# - Item: Ancient_Gold_Deco
# Rate: 500
# - Item: C_Reginleif_Hairband
# Rate: 500
- Id: 3208
AegisName: V_EREMES
Name: Eremes Guille
JapaneseName: V Eremes
Level: 179
Hp: 2380000
BaseExp: 70000
JobExp: 35000
Attack: 5333
Attack2: 1333
Defense: 180
MagicDefense: 100
Str: 150
Agi: 190
Vit: 60
Int: 70
Dex: 200
Luk: 80
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
RaceGroups:
Bio5_Swordman_Thief: true
Element: Poison
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 19
Class: Boss
Drops:
- Item: Soul_Of_Thief
Index: 0
Rate: 500
- Item: C_Circlet_Of_Bone
Index: 1
Rate: 50
- Item: C_Silent_Executer
Index: 2
Rate: 50
- Item: Pieces_Of_Sentiment
Index: 3
Rate: 600
- Item: Pieces_Of_Grudge
Index: 4
Rate: 400
- Item: Pieces_Of_Grudge
Index: 5
Rate: 200
- Item: Particles_Of_Energy5
Index: 6
Rate: 1000
- Item: Real_Eremes_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 3209
AegisName: V_MAGALETA
Name: Margaretha Sorin
JapaneseName: V Magaleta
Level: 177
Hp: 2448000
BaseExp: 80000
JobExp: 40000
Attack: 1667
Attack2: 4667
Defense: 160
MagicDefense: 400
Str: 130
Agi: 80
Vit: 120
Int: 160
Dex: 150
Luk: 70
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Bio5_Acolyte_Merchant: true
Element: Holy
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 576
AttackMotion: 384
ClientAttackMotion: 336
DamageMotion: 288
Ai: 19
Class: Boss
Drops:
- Item: Soul_Of_Acolyte
Index: 0
Rate: 500
- Item: C_Mitra
Index: 1
Rate: 50
- Item: Pieces_Of_Sentiment
Index: 2
Rate: 600
- Item: Pieces_Of_Grudge
Index: 3
Rate: 400
- Item: Pieces_Of_Grudge
Index: 4
Rate: 200
- Item: Particles_Of_Energy5
Index: 5
Rate: 1000
- Item: Real_Magaleta_Card
Index: 6
Rate: 1
StealProtected: true
- Id: 3210
AegisName: V_KATRINN
Name: Kathryne Cheiron
JapaneseName: V Katrinn
Level: 177
Hp: 2040000
BaseExp: 60000
JobExp: 30000
Attack: 1333
Attack2: 4000
Defense: 110
MagicDefense: 400
Str: 110
Agi: 80
Vit: 60
Int: 200
Dex: 210
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Bio5_Mage_Archer: true
Element: Ghost
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 576
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 19
Class: Boss
Drops:
- Item: Soul_Of_Magicion
Index: 0
Rate: 500
- Item: C_Magic_Stone_Hat
Index: 1
Rate: 50
- Item: Pieces_Of_Sentiment
Index: 2
Rate: 600
- Item: Pieces_Of_Grudge
Index: 3
Rate: 400
- Item: Pieces_Of_Grudge
Index: 4
Rate: 200
- Item: Particles_Of_Energy5
Index: 5
Rate: 1000
- Item: Real_Katrinn_Card
Index: 6
Rate: 1
StealProtected: true
- Id: 3211
AegisName: V_SHECIL
Name: Shecil Damon
JapaneseName: V Shecil
Level: 179
Hp: 2142000
BaseExp: 70000
JobExp: 35000
Attack: 4667
Attack2: 1333
Defense: 100
MagicDefense: 100
Str: 130
Agi: 130
Vit: 70
Int: 80
Dex: 300
Luk: 50
AttackRange: 14
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Bio5_Mage_Archer: true
Element: Wind
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 19
Class: Boss
Drops:
- Item: Soul_Of_Archer
Index: 0
Rate: 500
- Item: C_Camouflage_RabbitHood
Index: 1
Rate: 50
- Item: C_Sniper_Goggle
Index: 2
Rate: 50
- Item: Pieces_Of_Grudge
Index: 3
Rate: 400
- Item: Pieces_Of_Sentiment
Index: 4
Rate: 600
- Item: Pieces_Of_Grudge
Index: 5
Rate: 200
- Item: Particles_Of_Energy5
Index: 6
Rate: 1000
- Item: Real_Shecil_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 3212
AegisName: V_HARWORD
Name: Harword Alt-Eisen
JapaneseName: V Harword
Level: 177
Hp: 2720000
BaseExp: 100000
JobExp: 50000
Attack: 3333
Attack2: 2000
Defense: 200
MagicDefense: 100
Str: 160
Agi: 80
Vit: 200
Int: 60
Dex: 130
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Bio5_Acolyte_Merchant: true
Element: Water
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 19
Class: Boss
Drops:
- Item: Soul_Of_Merchant
Index: 0
Rate: 500
- Item: C_Driver_Band_R
Index: 1
Rate: 50
- Item: C_Driver_Band_Y
Index: 2
Rate: 50
- Item: Pieces_Of_Sentiment
Index: 3
Rate: 600
- Item: Pieces_Of_Grudge
Index: 4
Rate: 400
- Item: Pieces_Of_Grudge
Index: 5
Rate: 200
- Item: Particles_Of_Energy5
Index: 6
Rate: 1000
- Item: Real_Harword_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 3213
AegisName: V_SEYREN
Name: Seyren Windsor
JapaneseName: V Seyren
Level: 179
Hp: 2448000
BaseExp: 80000
JobExp: 40000
Attack: 6000
Attack2: 2667
Defense: 400
MagicDefense: 200
Str: 170
Agi: 100
Vit: 200
Int: 50
Dex: 200
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
RaceGroups:
Bio5_Swordman_Thief: true
Element: Fire
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 336
DamageMotion: 288
Ai: 19
Class: Boss
Drops:
- Item: Soul_Of_Swordman
Index: 0
Rate: 500
- Item: C_Rune_Circlet
Index: 1
Rate: 50
- Item: Pieces_Of_Grudge
Index: 2
Rate: 400
- Item: Pieces_Of_Sentiment
Index: 3
Rate: 600
- Item: Pieces_Of_Grudge
Index: 4
Rate: 200
- Item: Particles_Of_Energy5
Index: 5
Rate: 1000
- Item: Real_Seyren_Card
Index: 6
Rate: 1
StealProtected: true
- Id: 3214
AegisName: V_G_EREMES
Name: Guillotine Cross Eremes
JapaneseName: V G Eremes
Level: 189
Hp: 3150000
Attack: 8000
Attack2: 2000
Defense: 360
MagicDefense: 200
Str: 300
Agi: 380
Vit: 120
Int: 140
Dex: 400
Luk: 160
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
RaceGroups:
Bio5_Swordman_Thief: true
Element: Poison
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
- Id: 3215
AegisName: V_G_MAGALETA
Name: Arch Bishop Margaretha
JapaneseName: V G Magaleta
Level: 187
Hp: 3600000
Attack: 2500
Attack2: 7000
Defense: 320
MagicDefense: 800
Str: 260
Agi: 160
Vit: 240
Int: 320
Dex: 300
Luk: 140
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Bio5_Acolyte_Merchant: true
Element: Holy
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 576
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
- Id: 3216
AegisName: V_G_KATRINN
Name: Warlock Kathryne
JapaneseName: V G Katrinn
Level: 187
Hp: 2700000
Attack: 2000
Attack2: 6000
Defense: 220
MagicDefense: 800
Str: 220
Agi: 160
Vit: 120
Int: 400
Dex: 420
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Bio5_Mage_Archer: true
Element: Ghost
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 576
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
- Id: 3217
AegisName: V_G_SHECIL
Name: Ranger Cecil
JapaneseName: V G Shecil
Level: 189
Hp: 3150000
Attack: 7000
Attack2: 2000
Defense: 200
MagicDefense: 200
Str: 260
Agi: 260
Vit: 140
Int: 160
Dex: 600
Luk: 100
AttackRange: 14
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Bio5_Mage_Archer: true
Element: Wind
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
- Id: 3218
AegisName: V_G_HARWORD
Name: Mechanic Howard
JapaneseName: V G Harword
Level: 187
Hp: 4500000
Attack: 5000
Attack2: 3000
Defense: 400
MagicDefense: 200
Str: 320
Agi: 160
Vit: 400
Int: 120
Dex: 260
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Bio5_Acolyte_Merchant: true
Element: Earth
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 240
DamageMotion: 288
Ai: 21
Class: Boss
- Id: 3219
AegisName: V_G_SEYREN
Name: Rune Knight Seyren
JapaneseName: V G Seyren
Level: 189
Hp: 3600000
Attack: 9000
Attack2: 4000
Defense: 800
MagicDefense: 400
Str: 340
Agi: 200
Vit: 400
Int: 100
Dex: 400
Luk: 120
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
RaceGroups:
Bio5_Swordman_Thief: true
Element: Fire
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
- Id: 3220
AegisName: V_B_EREMES
Name: Guillotine Cross Eremes
Level: 189
Hp: 12600000
BaseExp: 3000000
JobExp: 3000000
# MvpExp:
Attack: 8000
Attack2: 2000
Defense: 360
MagicDefense: 200
Str: 300
Agi: 380
Vit: 120
Int: 140
Dex: 400
Luk: 160
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Bio5_Mvp: true
Element: Poison
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Soul_Of_Thief
Index: 0
Rate: 5000
- Item: Soul_Of_Thief
Index: 1
Rate: 5000
- Item: Soul_Of_Thief
Index: 2
Rate: 5000
Drops:
- Item: Crystal_Of_Grudge
Index: 0
Rate: 3000
- Item: Manteau_Of_Fallen
Index: 1
Rate: 150
- Item: Manteau_Of_Fallen
Index: 2
Rate: 500
- Item: Pieces_Of_Sentiment
Index: 3
Rate: 5000
- Item: Soul_Of_Thief
Index: 4
Rate: 10000
- Item: Soul_Of_Thief
Index: 5
Rate: 10000
- Item: Soul_Of_Thief
Index: 6
Rate: 10000
- Item: GuillotineCross_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 3221
AegisName: V_B_MAGALETA
Name: Arch Bishop Margaretha
Level: 187
Hp: 14400000
BaseExp: 3000000
JobExp: 3000000
# MvpExp:
Attack: 2500
Attack2: 7000
Defense: 320
MagicDefense: 800
Str: 260
Agi: 160
Vit: 240
Int: 320
Dex: 300
Luk: 140
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Bio5_Mvp: true
Element: Holy
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 576
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Soul_Of_Acolyte
Index: 0
Rate: 5000
- Item: Soul_Of_Acolyte
Index: 1
Rate: 5000
- Item: Soul_Of_Acolyte
Index: 2
Rate: 5000
Drops:
- Item: Crystal_Of_Grudge
Index: 0
Rate: 3000
- Item: Manteau_Of_Fallen
Index: 1
Rate: 150
- Item: Manteau_Of_Fallen
Index: 2
Rate: 500
- Item: Pieces_Of_Sentiment
Index: 3
Rate: 5000
- Item: Soul_Of_Acolyte
Index: 4
Rate: 10000
- Item: Soul_Of_Acolyte
Index: 5
Rate: 10000
- Item: Soul_Of_Acolyte
Index: 6
Rate: 10000
- Item: Archbishop_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 3222
AegisName: V_B_SHECIL
Name: Ranger Cecil
JapaneseName: Ranger Shecil
Level: 189
Hp: 12600000
BaseExp: 3000000
JobExp: 3000000
# MvpExp:
Attack: 7000
Attack2: 2000
Defense: 200
MagicDefense: 200
Str: 260
Agi: 260
Vit: 140
Int: 160
Dex: 600
Luk: 100
AttackRange: 14
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Bio5_Mvp: true
Element: Wind
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Soul_Of_Archer
Index: 0
Rate: 5000
- Item: Soul_Of_Archer
Index: 1
Rate: 5000
- Item: Soul_Of_Archer
Index: 2
Rate: 5000
Drops:
- Item: Crystal_Of_Grudge
Index: 0
Rate: 3000
- Item: Manteau_Of_Fallen
Index: 1
Rate: 150
- Item: Manteau_Of_Fallen
Index: 2
Rate: 500
- Item: Pieces_Of_Sentiment
Index: 3
Rate: 5000
- Item: Soul_Of_Archer
Index: 4
Rate: 10000
- Item: Soul_Of_Archer
Index: 5
Rate: 10000
- Item: Soul_Of_Archer
Index: 6
Rate: 10000
- Item: Ranger_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 3223
AegisName: V_B_HARWORD
Name: Mechanic Howard
JapaneseName: Mechanic Harword
Level: 187
Hp: 18000000
BaseExp: 3000000
JobExp: 3000000
# MvpExp:
Attack: 5000
Attack2: 3000
Defense: 400
MagicDefense: 200
Str: 320
Agi: 160
Vit: 400
Int: 120
Dex: 260
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Bio5_Mvp: true
Element: Water
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 240
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Soul_Of_Merchant
Index: 0
Rate: 5000
- Item: Soul_Of_Merchant
Index: 1
Rate: 5000
- Item: Soul_Of_Merchant
Index: 2
Rate: 5000
Drops:
- Item: Crystal_Of_Grudge
Index: 0
Rate: 3000
- Item: Manteau_Of_Fallen
Index: 1
Rate: 150
- Item: Manteau_Of_Fallen
Index: 2
Rate: 500
- Item: Pieces_Of_Sentiment
Index: 3
Rate: 5000
- Item: Soul_Of_Merchant
Index: 4
Rate: 10000
- Item: Soul_Of_Merchant
Index: 5
Rate: 10000
- Item: Soul_Of_Merchant
Index: 6
Rate: 10000
- Item: Mechanic_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 3224
AegisName: V_B_KATRINN
Name: Warlock Kathryne
JapaneseName: Warlock Katrinn
Level: 187
Hp: 10800000
BaseExp: 3000000
JobExp: 3000000
# MvpExp:
Attack: 2000
Attack2: 6000
Defense: 220
MagicDefense: 800
Str: 220
Agi: 160
Vit: 120
Int: 400
Dex: 420
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Bio5_Mvp: true
Element: Ghost
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 576
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Soul_Of_Magicion
Index: 0
Rate: 5000
- Item: Soul_Of_Magicion
Index: 1
Rate: 5000
- Item: Soul_Of_Magicion
Index: 2
Rate: 5000
Drops:
- Item: Crystal_Of_Grudge
Index: 0
Rate: 3000
- Item: Manteau_Of_Fallen
Index: 1
Rate: 150
- Item: Manteau_Of_Fallen
Index: 2
Rate: 500
- Item: Pieces_Of_Sentiment
Index: 3
Rate: 5000
- Item: Soul_Of_Magicion
Index: 4
Rate: 10000
- Item: Soul_Of_Magicion
Index: 5
Rate: 10000
- Item: Soul_Of_Magicion
Index: 6
Rate: 10000
- Item: Warlock_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 3225
AegisName: V_B_SEYREN
Name: Rune Knight Seyren
Level: 189
Hp: 14400000
BaseExp: 3000000
JobExp: 3000000
# MvpExp:
Attack: 9000
Attack2: 4000
Defense: 800
MagicDefense: 400
Str: 340
Agi: 200
Vit: 400
Int: 100
Dex: 400
Luk: 120
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Bio5_Mvp: true
Element: Fire
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Soul_Of_Swordman
Index: 0
Rate: 5000
- Item: Soul_Of_Swordman
Index: 1
Rate: 5000
- Item: Soul_Of_Swordman
Index: 2
Rate: 5000
Drops:
- Item: Crystal_Of_Grudge
Index: 0
Rate: 3000
- Item: Manteau_Of_Fallen
Index: 1
Rate: 150
- Item: Manteau_Of_Fallen
Index: 2
Rate: 500
- Item: Pieces_Of_Sentiment
Index: 3
Rate: 5000
- Item: Soul_Of_Swordman
Index: 4
Rate: 10000
- Item: Soul_Of_Swordman
Index: 5
Rate: 10000
- Item: Soul_Of_Swordman
Index: 6
Rate: 10000
- Item: RuneKnight_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 3226
AegisName: V_RANDEL
Name: Randel Lawrence
JapaneseName: V Randel
Level: 178
Hp: 2550000
BaseExp: 100000
JobExp: 50000
Attack: 4000
Attack2: 1333
Defense: 300
MagicDefense: 200
Str: 200
Agi: 80
Vit: 200
Int: 50
Dex: 190
Luk: 70
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Bio5_Swordman_Thief: true
Element: Holy
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 336
DamageMotion: 288
Ai: 19
Class: Boss
Drops:
- Item: Soul_Of_Swordman
Index: 0
Rate: 500
- Item: C_Protect_Of_Crown
Index: 1
Rate: 50
- Item: C_Schmidt_Helm
Index: 2
Rate: 50
- Item: Pieces_Of_Sentiment
Index: 3
Rate: 600
- Item: Pieces_Of_Grudge
Index: 4
Rate: 400
- Item: Pieces_Of_Grudge
Index: 5
Rate: 200
- Item: Particles_Of_Energy5
Index: 6
Rate: 1000
- Item: Real_Randel_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 3227
AegisName: V_FLAMEL
Name: Flamel Emule
JapaneseName: V Flamel
Level: 176
Hp: 2312000
BaseExp: 80000
JobExp: 40000
Attack: 3333
Attack2: 3333
Defense: 130
MagicDefense: 100
Str: 140
Agi: 80
Vit: 70
Int: 150
Dex: 200
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Bio5_Acolyte_Merchant: true
Element: Fire
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 336
DamageMotion: 288
Ai: 19
Class: Boss
Drops:
- Item: Soul_Of_Merchant
Index: 0
Rate: 500
- Item: C_Midas_Whisper
Index: 1
Rate: 50
- Item: Pieces_Of_Sentiment
Index: 2
Rate: 600
- Item: Pieces_Of_Grudge
Index: 3
Rate: 400
- Item: Pieces_Of_Grudge
Index: 4
Rate: 200
- Item: Particles_Of_Energy5
Index: 5
Rate: 1000
- Item: Real_Flamel_Card
Index: 6
Rate: 1
StealProtected: true
- Id: 3228
AegisName: V_CELIA
Name: Celia Alde
JapaneseName: V Celia
Level: 178
Hp: 2295000
BaseExp: 90000
JobExp: 45000
Attack: 2000
Attack2: 3333
Defense: 110
MagicDefense: 800
Str: 140
Agi: 100
Vit: 60
Int: 150
Dex: 120
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Bio5_Mage_Archer: true
Element: Ghost
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 576
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 19
Class: Boss
Drops:
- Item: Soul_Of_Magicion
Index: 0
Rate: 500
- Item: C_Wind_Whisper
Index: 1
Rate: 50
- Item: Pieces_Of_Sentiment
Index: 2
Rate: 600
- Item: Pieces_Of_Grudge
Index: 3
Rate: 400
- Item: Pieces_Of_Grudge
Index: 4
Rate: 200
- Item: Particles_Of_Energy5
Index: 5
Rate: 1000
- Item: Real_Ceila_Card
Index: 6
Rate: 1
StealProtected: true
- Id: 3229
AegisName: V_CHEN
Name: Chen Liu
JapaneseName: V Chen
Level: 178
Hp: 2261000
BaseExp: 70000
JobExp: 35000
Attack: 5333
Attack2: 2000
Defense: 180
MagicDefense: 100
Str: 150
Agi: 80
Vit: 90
Int: 130
Dex: 200
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
RaceGroups:
Bio5_Acolyte_Merchant: true
Element: Water
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 19
Class: Boss
Drops:
- Item: Soul_Of_Acolyte
Index: 0
Rate: 500
- Item: C_Blazing_Soul
Index: 1
Rate: 50
- Item: Pieces_Of_Sentiment
Index: 2
Rate: 600
- Item: Pieces_Of_Grudge
Index: 3
Rate: 400
- Item: Pieces_Of_Grudge
Index: 4
Rate: 200
- Item: Particles_Of_Energy5
Index: 5
Rate: 1000
- Item: Real_Chen_Card
Index: 6
Rate: 1
StealProtected: true
- Id: 3230
AegisName: V_GERTIE
Name: Gertie Wie
JapaneseName: V Gertie
Level: 178
Hp: 2040000
BaseExp: 80000
JobExp: 40000
Attack: 4667
Attack2: 1667
Defense: 160
MagicDefense: 100
Str: 180
Agi: 130
Vit: 60
Int: 50
Dex: 210
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
RaceGroups:
Bio5_Swordman_Thief: true
Element: Poison
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 336
DamageMotion: 288
Ai: 19
Class: Boss
Drops:
- Item: Soul_Of_Thief
Index: 0
Rate: 500
- Item: C_Shadow_Handicraft
Index: 1
Rate: 50
- Item: Pieces_Of_Sentiment
Index: 2
Rate: 600
- Item: Pieces_Of_Grudge
Index: 3
Rate: 400
- Item: Pieces_Of_Grudge
Index: 4
Rate: 200
- Item: Particles_Of_Energy5
Index: 5
Rate: 1000
- Item: Real_Gertie_Card
Index: 6
Rate: 1
StealProtected: true
- Id: 3231
AegisName: V_ALPHOCCIO
Name: Alphoccio Basil
JapaneseName: V Alphoccio
Level: 176
Hp: 2040000
BaseExp: 60000
JobExp: 30000
Attack: 2667
Attack2: 4000
Defense: 120
MagicDefense: 100
Str: 120
Agi: 150
Vit: 70
Int: 200
Dex: 150
Luk: 90
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Bio5_Mage_Archer: true
Element: Wind
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 336
DamageMotion: 288
Ai: 19
Class: Boss
Drops:
- Item: Soul_Of_Archer
Index: 0
Rate: 500
- Item: C_Minstrel_Song_Hat
Index: 1
Rate: 50
- Item: Pieces_Of_Sentiment
Index: 2
Rate: 600
- Item: Pieces_Of_Grudge
Index: 3
Rate: 400
- Item: Pieces_Of_Grudge
Index: 4
Rate: 200
- Item: Particles_Of_Energy5
Index: 5
Rate: 1000
- Item: Real_Alphoccio_Card
Index: 6
Rate: 1
StealProtected: true
- Id: 3232
AegisName: V_TRENTINI
Name: Trentini
JapaneseName: V Trentini
Level: 176
Hp: 2040000
BaseExp: 60000
JobExp: 30000
Attack: 2667
Attack2: 4000
Defense: 100
MagicDefense: 100
Str: 110
Agi: 150
Vit: 70
Int: 200
Dex: 150
Luk: 80
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Bio5_Mage_Archer: true
Element: Wind
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 336
DamageMotion: 288
Ai: 19
Class: Boss
Drops:
- Item: Soul_Of_Archer
Index: 0
Rate: 500
- Item: C_Dying_Swan
Index: 1
Rate: 50
- Item: Pieces_Of_Sentiment
Index: 2
Rate: 600
- Item: Pieces_Of_Grudge
Index: 3
Rate: 400
- Item: Pieces_Of_Grudge
Index: 4
Rate: 200
- Item: Particles_Of_Energy5
Index: 5
Rate: 1000
- Item: Real_Trentini_Card
Index: 6
Rate: 1
StealProtected: true
- Id: 3233
AegisName: V_G_RANDEL
Name: Royal Guard Randel
JapaneseName: V G Randel
Level: 188
Hp: 4500000
Attack: 6000
Attack2: 2000
Defense: 600
MagicDefense: 400
Str: 400
Agi: 160
Vit: 400
Int: 100
Dex: 380
Luk: 140
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Bio5_Swordman_Thief: true
Element: Holy
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 672
DamageMotion: 288
Ai: 21
Class: Boss
- Id: 3234
AegisName: V_G_FLAMEL
Name: Genetic Flamel
JapaneseName: V G Flamel
Level: 186
Hp: 3600000
Attack: 5000
Attack2: 5000
Defense: 260
MagicDefense: 200
Str: 280
Agi: 160
Vit: 140
Int: 300
Dex: 400
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Bio5_Acolyte_Merchant: true
Element: Fire
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 672
DamageMotion: 288
Ai: 21
Class: Boss
- Id: 3235
AegisName: V_G_CELIA
Name: Sorcerer Celia
JapaneseName: V G Celia
Level: 188
Hp: 4050000
Attack: 3000
Attack2: 5000
Defense: 220
MagicDefense: 800
Str: 280
Agi: 200
Vit: 120
Int: 300
Dex: 240
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Bio5_Mage_Archer: true
Element: Ghost
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 576
AttackMotion: 384
ClientAttackMotion: 672
DamageMotion: 288
Ai: 21
Class: Boss
- Id: 3236
AegisName: V_G_CHEN
Name: Sura Chen
JapaneseName: V G Chen
Level: 188
Hp: 3150000
Attack: 8000
Attack2: 3000
Defense: 360
MagicDefense: 200
Str: 300
Agi: 160
Vit: 180
Int: 260
Dex: 400
Luk: 120
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
RaceGroups:
Bio5_Acolyte_Merchant: true
Element: Water
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 576
DamageMotion: 288
Ai: 21
Class: Boss
- Id: 3237
AegisName: V_G_GERTIE
Name: Shadow Chaser Gertie
JapaneseName: V G Gertie
Level: 188
Hp: 3600000
Attack: 7000
Attack2: 2500
Defense: 320
MagicDefense: 200
Str: 360
Agi: 260
Vit: 120
Int: 100
Dex: 420
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
RaceGroups:
Bio5_Swordman_Thief: true
Element: Poison
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 672
DamageMotion: 288
Ai: 21
Class: Boss
- Id: 3238
AegisName: V_G_ALPHOCCIO
Name: Minstrel Alphoccio
JapaneseName: V G Alphoccio
Level: 186
Hp: 3600000
Attack: 4000
Attack2: 6000
Defense: 240
MagicDefense: 200
Str: 240
Agi: 300
Vit: 140
Int: 400
Dex: 300
Luk: 180
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Bio5_Mage_Archer: true
Element: Wind
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 672
DamageMotion: 288
Ai: 21
Class: Boss
- Id: 3239
AegisName: V_G_TRENTINI
Name: Wanderer Trentini
JapaneseName: V G Trentini
Level: 186
Hp: 3600000
Attack: 4000
Attack2: 6000
Defense: 200
MagicDefense: 200
Str: 220
Agi: 300
Vit: 140
Int: 400
Dex: 300
Luk: 160
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Bio5_Mage_Archer: true
Element: Wind
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 672
DamageMotion: 288
Ai: 21
Class: Boss
- Id: 3240
AegisName: V_B_RANDEL
Name: Royal Guard Randel
Level: 188
Hp: 18000000
BaseExp: 3000000
JobExp: 3000000
# MvpExp:
Attack: 6000
Attack2: 2000
Defense: 600
MagicDefense: 400
Str: 401
Agi: 160
Vit: 400
Int: 100
Dex: 380
Luk: 140
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Bio5_Mvp: true
Element: Holy
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 672
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Soul_Of_Swordman
Index: 0
Rate: 5000
- Item: Soul_Of_Swordman
Index: 1
Rate: 5000
- Item: Soul_Of_Swordman
Index: 2
Rate: 5000
Drops:
- Item: Crystal_Of_Grudge
Index: 0
Rate: 3000
- Item: Manteau_Of_Fallen
Index: 1
Rate: 150
- Item: Manteau_Of_Fallen
Index: 2
Rate: 500
- Item: Pieces_Of_Sentiment
Index: 3
Rate: 5000
- Item: Soul_Of_Swordman
Index: 4
Rate: 10000
- Item: Soul_Of_Swordman
Index: 5
Rate: 10000
- Item: Soul_Of_Swordman
Index: 6
Rate: 10000
- Item: RoyalGuard_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 3241
AegisName: V_B_FLAMEL
Name: Genetic Flamel
Level: 186
Hp: 14400000
BaseExp: 3000000
JobExp: 3000000
# MvpExp:
Attack: 5000
Attack2: 5000
Defense: 260
MagicDefense: 200
Str: 280
Agi: 160
Vit: 140
Int: 300
Dex: 400
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Bio5_Mvp: true
Element: Fire
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 672
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Soul_Of_Merchant
Index: 0
Rate: 5000
- Item: Soul_Of_Merchant
Index: 1
Rate: 5000
- Item: Soul_Of_Merchant
Index: 2
Rate: 5000
Drops:
- Item: Crystal_Of_Grudge
Index: 0
Rate: 3000
- Item: Manteau_Of_Fallen
Index: 1
Rate: 150
- Item: Manteau_Of_Fallen
Index: 2
Rate: 500
- Item: Pieces_Of_Sentiment
Index: 3
Rate: 5000
- Item: Soul_Of_Merchant
Index: 4
Rate: 10000
- Item: Soul_Of_Merchant
Index: 5
Rate: 10000
- Item: Soul_Of_Merchant
Index: 6
Rate: 10000
- Item: Genetic_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 3242
AegisName: V_B_CELIA
Name: Sorcerer Celia
Level: 188
Hp: 16200000
BaseExp: 3000000
JobExp: 3000000
# MvpExp:
Attack: 3000
Attack2: 5000
Defense: 220
MagicDefense: 800
Str: 280
Agi: 200
Vit: 120
Int: 300
Dex: 240
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Bio5_Mvp: true
Element: Ghost
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 576
AttackMotion: 384
ClientAttackMotion: 672
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Soul_Of_Magicion
Index: 0
Rate: 5000
- Item: Soul_Of_Magicion
Index: 1
Rate: 5000
- Item: Soul_Of_Magicion
Index: 2
Rate: 5000
Drops:
- Item: Crystal_Of_Grudge
Index: 0
Rate: 3000
- Item: Manteau_Of_Fallen
Index: 1
Rate: 150
- Item: Manteau_Of_Fallen
Index: 2
Rate: 500
- Item: Pieces_Of_Sentiment
Index: 3
Rate: 5000
- Item: Soul_Of_Magicion
Index: 4
Rate: 10000
- Item: Soul_Of_Magicion
Index: 5
Rate: 10000
- Item: Soul_Of_Magicion
Index: 6
Rate: 10000
- Item: Sorcerer_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 3243
AegisName: V_B_CHEN
Name: Sura Chen
Level: 188
Hp: 12600000
BaseExp: 3000000
JobExp: 3000000
# MvpExp:
Attack: 8000
Attack2: 3000
Defense: 360
MagicDefense: 200
Str: 300
Agi: 160
Vit: 180
Int: 260
Dex: 400
Luk: 120
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Bio5_Mvp: true
Element: Water
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 576
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Soul_Of_Acolyte
Index: 0
Rate: 5000
- Item: Soul_Of_Acolyte
Index: 1
Rate: 5000
- Item: Soul_Of_Acolyte
Index: 2
Rate: 5000
Drops:
- Item: Crystal_Of_Grudge
Index: 0
Rate: 3000
- Item: Manteau_Of_Fallen
Index: 1
Rate: 150
- Item: Manteau_Of_Fallen
Index: 2
Rate: 500
- Item: Pieces_Of_Sentiment
Index: 3
Rate: 5000
- Item: Soul_Of_Acolyte
Index: 4
Rate: 10000
- Item: Soul_Of_Acolyte
Index: 5
Rate: 10000
- Item: Soul_Of_Acolyte
Index: 6
Rate: 10000
- Item: Sura_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 3244
AegisName: V_B_GERTIE
Name: Shadow Chaser Gertie
Level: 188
Hp: 14400000
BaseExp: 3000000
JobExp: 3000000
# MvpExp:
Attack: 7000
Attack2: 2500
Defense: 320
MagicDefense: 200
Str: 360
Agi: 260
Vit: 120
Int: 100
Dex: 420
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Bio5_Mvp: true
Element: Poison
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 672
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Soul_Of_Thief
Index: 0
Rate: 5000
- Item: Soul_Of_Thief
Index: 1
Rate: 5000
- Item: Soul_Of_Thief
Index: 2
Rate: 5000
Drops:
- Item: Crystal_Of_Grudge
Index: 0
Rate: 3000
- Item: Manteau_Of_Fallen
Index: 1
Rate: 150
- Item: Manteau_Of_Fallen
Index: 2
Rate: 500
- Item: Pieces_Of_Sentiment
Index: 3
Rate: 5000
- Item: Soul_Of_Thief
Index: 4
Rate: 10000
- Item: Soul_Of_Thief
Index: 5
Rate: 10000
- Item: Soul_Of_Thief
Index: 6
Rate: 10000
- Item: ShadowChaser_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 3245
AegisName: V_B_ALPHOCCIO
Name: Minstrel Alphoccio
Level: 186
Hp: 10800000
BaseExp: 3000000
JobExp: 3000000
# MvpExp:
Attack: 4000
Attack2: 6000
Defense: 240
MagicDefense: 200
Str: 240
Agi: 300
Vit: 140
Int: 400
Dex: 300
Luk: 180
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Bio5_Mvp: true
Element: Wind
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 672
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Soul_Of_Archer
Index: 0
Rate: 5000
- Item: Soul_Of_Archer
Index: 1
Rate: 5000
- Item: Soul_Of_Archer
Index: 2
Rate: 5000
Drops:
- Item: Crystal_Of_Grudge
Index: 0
Rate: 3000
- Item: Manteau_Of_Fallen
Index: 1
Rate: 150
- Item: Manteau_Of_Fallen
Index: 2
Rate: 500
- Item: Pieces_Of_Sentiment
Index: 3
Rate: 5000
- Item: Soul_Of_Archer
Index: 4
Rate: 10000
- Item: Soul_Of_Archer
Index: 5
Rate: 10000
- Item: Soul_Of_Archer
Index: 6
Rate: 10000
- Item: Minstrel_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 3246
AegisName: V_B_TRENTINI
Name: Wanderer Trentini
Level: 186
Hp: 10800000
BaseExp: 3000000
JobExp: 3000000
# MvpExp:
Attack: 4000
Attack2: 6000
Defense: 200
MagicDefense: 200
Str: 220
Agi: 300
Vit: 140
Int: 400
Dex: 300
Luk: 160
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Bio5_Mvp: true
Element: Wind
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 672
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Soul_Of_Archer
Index: 0
Rate: 5000
- Item: Soul_Of_Archer
Index: 1
Rate: 5000
- Item: Soul_Of_Archer
Index: 2
Rate: 5000
Drops:
- Item: Crystal_Of_Grudge
Index: 0
Rate: 3000
- Item: Manteau_Of_Fallen
Index: 1
Rate: 150
- Item: Manteau_Of_Fallen
Index: 2
Rate: 500
- Item: Pieces_Of_Sentiment
Index: 3
Rate: 5000
- Item: Soul_Of_Archer
Index: 4
Rate: 10000
- Item: Soul_Of_Archer
Index: 5
Rate: 10000
- Item: Soul_Of_Archer
Index: 6
Rate: 10000
- Item: Wanderer_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 3247
AegisName: CENERE_G
Name: Green Cenere
JapaneseName: Cenere G
Level: 150
Hp: 140088
BaseExp: 7635
JobExp: 7698
Attack: 1897
Attack2: 110
Defense: 91
MagicDefense: 81
Str: 70
Agi: 48
Vit: 40
Int: 37
Dex: 100
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Wind
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1500
AttackMotion: 720
ClientAttackMotion: 576
DamageMotion: 360
Ai: 04
Drops:
- Item: Dustball
Rate: 5000
- Item: Poisonous_Gas
Rate: 500
- Item: Mould_Powder
Rate: 1500
- Item: Air_Pollutant
Rate: 1000
- Item: Yggdrasil_Dust
Rate: 500
- Item: Shadowdecon_Ore
Rate: 30
- Item: Zelunium_Ore
Rate: 30
- Item: GreenCenere_Card
Rate: 1
StealProtected: true
- Id: 3248
AegisName: REPAIR_ROBOT_T
Name: Repair Robot Turbo
JapaneseName: Repair Robot T
Level: 158
Hp: 186320
BaseExp: 13208
JobExp: 14489
Attack: 2431
Attack2: 226
Defense: 118
MagicDefense: 59
Str: 101
Agi: 42
Vit: 55
Int: 35
Dex: 110
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 1500
AttackMotion: 500
ClientAttackMotion: 384
DamageMotion: 660
Ai: 07
Drops:
- Item: Burnt_Parts
Rate: 500
- Item: Sturdy_Iron_Piece
Rate: 250
- Item: Iron
Rate: 2000
- Item: Steel
Rate: 500
- Item: Iron_Bug
Rate: 1500
- Item: LargeScrap
Rate: 50
- Item: Shadowdecon_Ore
Rate: 50
- Item: RepairRobot_T_Card
Rate: 1
StealProtected: true
- Id: 3249
AegisName: EXPLORATION_ROVER_T
Name: Explorer Robot Turbo
JapaneseName: Exploration Rover T
Level: 171
Hp: 318117
BaseExp: 19826
JobExp: 41023
Attack: 2945
Attack2: 841
Defense: 121
MagicDefense: 67
Str: 118
Agi: 80
Vit: 45
Int: 121
Dex: 138
Luk: 65
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 4
WalkSpeed: 165
AttackDelay: 1552
AttackMotion: 1152
ClientAttackMotion: 1728
DamageMotion: 336
Ai: 04
Drops:
- Item: Burnt_Parts
Rate: 500
- Item: Sturdy_Iron_Piece
Rate: 250
- Item: Iron
Rate: 2000
- Item: Steel
Rate: 500
- Item: Iron_Bug
Rate: 1500
- Item: LargeScrap
Rate: 50
- Item: OldTank
Rate: 50
- Item: ExplorationRover_T_Card
Rate: 1
StealProtected: true
- Id: 3250
AegisName: SCR_MT_ROBOTS
Name: Can Robot
JapaneseName: Scr Mt Robots
Level: 155
Hp: 30
BaseExp: 61
JobExp: 58
Attack: 95
Attack2: 2
Defense: 100
MagicDefense: 99
Str: 35
Agi: 42
Vit: 20
Int: 12
Dex: 68
Luk: 3
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 2400
AttackMotion: 500
ClientAttackMotion: 2160
DamageMotion: 400
Ai: 04
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Burnt_Parts
Rate: 1000
- Item: Sturdy_Iron_Piece
Rate: 1500
- Item: Old_Steel_Plate
Rate: 2000
- Item: LargeScrap
Rate: 50
- Item: OldTank
Rate: 50
- Item: Shadowdecon_Ore
Rate: 50
- Item: Zelunium_Ore
Rate: 50
- Item: Scr_MT_Robots_Card
Rate: 1
StealProtected: true
- Id: 3251
AegisName: GC109
Name: Machine Component
Level: 149
Hp: 217650
BaseExp: 6598
JobExp: 5931
Attack: 2678
Attack2: 1257
Defense: 121
MagicDefense: 71
Str: 60
Agi: 132
Vit: 45
Int: 35
Dex: 155
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Dark
ElementLevel: 2
WalkSpeed: 120
AttackDelay: 1000
AttackMotion: 500
ClientAttackMotion: 960
DamageMotion: 600
Ai: 04
Drops:
- Item: Burnt_Parts
Rate: 1000
- Item: Sturdy_Iron_Piece
Rate: 1500
- Item: Old_Steel_Plate
Rate: 2000
- Item: LargeScrap
Rate: 50
- Item: OldTank
Rate: 50
- Item: GC109_Card
Rate: 1
StealProtected: true
- Id: 3252
AegisName: DR815
Name: Machine Component
Level: 153
Hp: 245670
BaseExp: 7255
JobExp: 7011
Attack: 3315
Attack2: 761
Defense: 143
MagicDefense: 45
Str: 88
Agi: 98
Vit: 88
Int: 21
Dex: 116
Luk: 22
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Dark
ElementLevel: 1
WalkSpeed: 135
AttackDelay: 1500
AttackMotion: 600
ClientAttackMotion: 960
DamageMotion: 500
Ai: 04
Drops:
- Item: Burnt_Parts
Rate: 1000
- Item: Sturdy_Iron_Piece
Rate: 1500
- Item: Old_Steel_Plate
Rate: 2000
- Item: LargeScrap
Rate: 50
- Item: OldTank
Rate: 50
- Item: DR815_Card
Rate: 1
StealProtected: true
- Id: 3253
AegisName: SYS_MSG
Name: System message
JapaneseName: Sys Msg
Level: 160
Hp: 100
Attack: 1
Attack2: 1
Defense: 276
MagicDefense: 99
Str: 0
Agi: 0
Vit: 0
Int: 188
Dex: 0
Luk: 0
AttackRange: 12
SkillRange: 0
ChaseRange: 0
Size: Large
Race: Demon
Element: Dark
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 3000
AttackMotion: 600
ClientAttackMotion: 960
DamageMotion: 550
Ai: 21
Class: Battlefield
Modes:
Detector: true
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 3254
AegisName: T_W_O
Name: T_W_O
Level: 165
Hp: 48000000
Attack: 3955
Attack2: 196
Defense: 158
MagicDefense: 134
Str: 90
Agi: 141
Vit: 7
Int: 87
Dex: 267
Luk: 70
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1250
AttackMotion: 500
ClientAttackMotion: 960
DamageMotion: 350
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Index: 0
Rate: 2000
- Item: Old_Violet_Box
Index: 1
Rate: 2000
- Item: Problematical_Part
Index: 2
Rate: 10000
Drops:
- Item: Test_Reagent
Rate: 3000
- Item: Spanner
Rate: 500
- Item: Old_Steel_Plate
Rate: 2000
- Item: T_W_O_Card
Rate: 1
StealProtected: true
- Id: 3255
AegisName: GHOUL_H
Name: Smelly Ghoul
JapaneseName: Ghoul H
Level: 155
Hp: 178652
BaseExp: 10233
JobExp: 10598
Attack: 2235
Attack2: 216
Defense: 99
MagicDefense: 55
Str: 98
Agi: 55
Vit: 61
Int: 22
Dex: 133
Luk: 2
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Wind
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 2050
AttackMotion: 500
ClientAttackMotion: 408
DamageMotion: 660
Ai: 04
- Id: 3256
AegisName: ZOMBIE_H
Name: Smelly Zombie
JapaneseName: Zombie H
Level: 148
Hp: 134615
BaseExp: 6859
JobExp: 6903
Attack: 1995
Attack2: 450
Defense: 91
MagicDefense: 42
Str: 76
Agi: 53
Vit: 54
Int: 21
Dex: 125
Luk: 3
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 220
AttackDelay: 2155
AttackMotion: 960
ClientAttackMotion: 816
DamageMotion: 480
Ai: 04
# - Id: 3257
# AegisName: MALE_PORING
# - Id: 3258
# AegisName: FEMALE_PORING
# - Id: 3259
# AegisName: FANTASTIC_B_UNICORN
# - Id: 3260
# AegisName: LITTLE_BLUE_UNICORN
# - Id: 3261
# AegisName: BLUE_UNICORN
# - Id: 3262
# AegisName: MH_PORING
# - Id: 3263
# AegisName: MH_POPORING
# - Id: 3264
# AegisName: MH_DROPS
# - Id: 3265
# AegisName: MH_GOLDPORING
# - Id: 3266
# AegisName: MH_MARIN
# - Id: 3267
# AegisName: MH_COELACANTH_N_A1
# - Id: 3268
# AegisName: MH_COELACANTH_N_A2
# - Id: 3269
# AegisName: MH_COELACANTH_N_A3
# - Id: 3270
# AegisName: MH_COELACANTH_N_A4
# - Id: 3271
# AegisName: MH_E_MEGALODON1
# - Id: 3272
# AegisName: MH_SASQUATCH
# - Id: 3273
# AegisName: MH_BAKONAWA_1
# - Id: 3274
# AegisName: MH_BACSOJIN
# - Id: 3275
# AegisName: MH_HUNTER_FLY1
# - Id: 3276
# AegisName: MH_DIMIK
# - Id: 3277
# AegisName: MH_DIMIK_2
# - Id: 3278
# AegisName: MH_DIMIK_4
# - Id: 3279
# AegisName: MH_DIMIK_1
# - Id: 3280
# AegisName: MH_DIMIK_3
# - Id: 3281
# AegisName: MH_COELACANTH_H_A1
# - Id: 3282
# AegisName: MH_COELACANTH_H_A2
# - Id: 3283
# AegisName: MH_COELACANTH_H_A3
# - Id: 3284
# AegisName: MH_COELACANTH_H_A4
# - Id: 3285
# AegisName: MH_E_MEGALODON2
# - Id: 3286
# AegisName: MH_GLOOMUNDERNIGHT
# - Id: 3287
# AegisName: MH_ATROCE
# - Id: 3288
# AegisName: MH_LADY_TANEE
# - Id: 3289
# AegisName: MH_HUNTER_FLY2
# - Id: 3290
# AegisName: E_THIEF_CHOCO
# - Id: 3291
# AegisName: E_TREASURE_BOX
# - Id: 3292
# AegisName: GOLD_ANOPHELES
# - Id: 3293
# AegisName: DAEBAK_GOURD
# - Id: 3294
# AegisName: HEYDRICH
# - Id: 3295
# AegisName: G_MOBSTER
# - Id: 3296
# AegisName: HIDDEN_TEST
# - Id: 3297
# AegisName: PAD_LEVIATHAN
# - Id: 3298
# AegisName: PAD_FAFNIR
# - Id: 3299
# AegisName: PAD_IFRIT
# - Id: 3300
# AegisName: PAD_HORAI
# - Id: 3301
# AegisName: PAD_SHANGRILA
# - Id: 3302
# AegisName: PAD_NIRAIKANAI
# - Id: 3303
# AegisName: PAD_HELHEIM
# - Id: 3304
# AegisName: PAD_MUSPELHEIM
# - Id: 3305
# AegisName: PAD_ZEROG
# - Id: 3306
# AegisName: PAD_TAMADORA
# - Id: 3307
# AegisName: PAD_TAMADORABABY
# - Id: 3308
# AegisName: ROC_EMPELIUM
# - Id: 3309
# AegisName: ROC_OBJ_A
# - Id: 3310
# AegisName: ROC_OBJ_B
# - Id: 3311
# AegisName: ROC_OBJ_N
# - Id: 3312
# AegisName: ROC_TOWER_A
# - Id: 3313
# AegisName: ROC_TOWER_B
# - Id: 3314
# AegisName: SMOKIE_THIEF
# - Id: 3315
# AegisName: PAD_KINGGOLD
# - Id: 3316
# AegisName: PAD_KINGMETAL
# - Id: 3317
# AegisName: PAD_RUBYLIT
# - Id: 3318
# AegisName: PAD_SAPPHILIT
# - Id: 3319
# AegisName: PAD_EMELIT
# - Id: 3320
# AegisName: PAD_TOPALIT
# - Id: 3321
# AegisName: PAD_AMELIT
# - Id: 3322
# AegisName: PAD_METAL_DRAGON
# - Id: 3323
# AegisName: PAD_M_FLAME_KNIGHT
# - Id: 3324
# AegisName: PAD_M_ICE_KNIGHT
# - Id: 3325
# AegisName: PAD_M_STONE_KNIGHT
# - Id: 3326
# AegisName: PAD_M_LIGHT_KNIGHT
# - Id: 3327
# AegisName: PAD_M_DARK_KNIGHT
# - Id: 3328
# AegisName: PAD_C_D_DRAGON
# - Id: 3329
# AegisName: PAD_ECHIDNA
# - Id: 3330
# AegisName: PAD_SIREN
# - Id: 3331
# AegisName: PAD_LILITH
# - Id: 3332
# AegisName: PAD_HERA
# - Id: 3333
# AegisName: PAD_RUBYLIT_H
# - Id: 3334
# AegisName: PAD_SAPPHILIT_H
# - Id: 3335
# AegisName: PAD_EMELIT_H
# - Id: 3336
# AegisName: PAD_TOPALIT_H
# - Id: 3337
# AegisName: PAD_AMELIT_H
# - Id: 3338
# AegisName: PAD_METAL_DRAGON_H
# - Id: 3339
# AegisName: PAD_M_FLAME_KNIGHT_H
# - Id: 3340
# AegisName: PAD_M_ICE_KNIGHT_H
# - Id: 3341
# AegisName: PAD_M_STONE_KNIGHT_H
# - Id: 3342
# AegisName: PAD_M_LIGHT_KNIGHT_H
# - Id: 3343
# AegisName: PAD_M_DARK_KNIGHT_H
# - Id: 3344
# AegisName: PAD_C_D_DRAGON_H
# - Id: 3345
# AegisName: PAD_ECHIDNA_H
# - Id: 3346
# AegisName: PAD_SIREN_H
# - Id: 3347
# AegisName: PAD_LILITH_H
# - Id: 3348
# AegisName: PAD_HERA_H
# - Id: 3349
# AegisName: PAD_MYTHLIT
# - Id: 3350
# AegisName: PAD_TYRRA
# - Id: 3351
# AegisName: PAD_TYRANNOS
# - Id: 3352
# AegisName: PAD_PLESSIE
# - Id: 3353
# AegisName: PAD_PLESIOS
# - Id: 3354
# AegisName: PAD_BRACHY
# - Id: 3355
# AegisName: PAD_BRACHYS
# - Id: 3356
# AegisName: E_DENIRO
# - Id: 3357
# AegisName: E_VITATA
# - Id: 3358
# AegisName: E_ANDRE
# - Id: 3359
# AegisName: E_HORN_SCARABA
# - Id: 3360
# AegisName: E_HORN_SCARABA2
# - Id: 3361
# AegisName: E_RAKE_SCARABA
# - Id: 3362
# AegisName: C_HORN_SCARABA
# - Id: 3363
# AegisName: C_HORN_SCARABA2
# - Id: 3364
# AegisName: C_ANTLER_SCARABA
# - Id: 3365
# AegisName: C_RAKE_SCARABA
# - Id: 3366
# AegisName: MH_I_HORN_SCARABA
# - Id: 3367
# AegisName: MH_I_HORN_SCARABA2
# - Id: 3368
# AegisName: MH_I_ANTLER_SCARABA
# - Id: 3369
# AegisName: MH_I_RAKE_SCARABA
# - Id: 3370
# AegisName: MH_QUEEN_SCARABA
# - Id: 3371
# AegisName: MH_COELACANTH_Y_A1
# - Id: 3372
# AegisName: MH_COELACANTH_Y_A2
# - Id: 3373
# AegisName: MH_COELACANTH_Y_A3
# - Id: 3374
# AegisName: MH_COELACANTH_Y_A4
# - Id: 3375
# AegisName: MH_E_MEGALODON3
# - Id: 3376
# AegisName: MH_NAGHT_SIEGER
# - Id: 3377
# AegisName: MH_IFRIT
# - Id: 3378
# AegisName: MH_PHYLLA
# - Id: 3379
# AegisName: MH_BOMBPORING
# - Id: 3380
# AegisName: ANGLERFISH
# - Id: 3381
# AegisName: DARK_SOUL
# - Id: 3382
# AegisName: WANDERING_SOUL
# - Id: 3383
# AegisName: ANGRY_PENGUIN
- Id: 3384
AegisName: MIN_PORING
Name: Poring
Level: 100
Hp: 25000
BaseExp: 1200
JobExp: 1200
Attack: 794
Attack2: 67
Defense: 146
MagicDefense: 5
Str: 108
Agi: 49
Vit: 68
Int: 34
Dex: 119
Luk: 24
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Water
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 04
Drops:
- Item: Jellopy
Index: 0
Rate: 7000
- Item: Knife_
Index: 1
Rate: 100
- Item: Sticky_Mucus
Index: 2
Rate: 400
- Item: Apple
Index: 3
Rate: 1000
- Item: Wing_Of_Fly
Index: 4
Rate: 500
- Item: Apple
Index: 5
Rate: 150
- Item: Unripe_Apple
Index: 6
Rate: 20
- Item: Poring_Card
Index: 7
Rate: 20
StealProtected: true
- Id: 3385
AegisName: MIN_LUNATIC
Name: Lunatic
Level: 100
Hp: 25000
BaseExp: 1200
JobExp: 1200
Attack: 600
Attack2: 1
Defense: 147
Str: 109
Agi: 50
Vit: 69
Int: 35
Dex: 120
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Neutral
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1456
AttackMotion: 456
ClientAttackMotion: 264
DamageMotion: 336
Ai: 04
Drops:
- Item: Clover
Rate: 7000
- Item: Feather
Rate: 3000
- Item: Pierrot_Nose
Rate: 4
- Item: Apple
Rate: 1000
- Item: Wing_Of_Fly
Rate: 500
- Item: Carrot
Rate: 3000
- Item: Rainbow_Carrot
Rate: 20
- Item: Lunatic_Card
Rate: 20
StealProtected: true
- Id: 3386
AegisName: MIN_FABRE
Name: Fabre
Level: 100
Hp: 25000
BaseExp: 1200
JobExp: 1200
Attack: 600
Attack2: 3
Defense: 148
Str: 110
Agi: 51
Vit: 70
Int: 36
Dex: 121
Luk: 26
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 1672
AttackMotion: 672
ClientAttackMotion: 192
DamageMotion: 480
Ai: 04
Modes:
Detector: true
Drops:
- Item: Fluff
Rate: 7000
- Item: Feather
Rate: 1000
- Item: Club_
Rate: 80
- Item: Wing_Of_Fly
Rate: 500
- Item: Green_Herb
Rate: 3000
- Item: Clover
Rate: 1000
- Item: Club
Rate: 200
- Item: Fabre_Card
Rate: 20
StealProtected: true
- Id: 3387
AegisName: MIN_PICKY
Name: Picky
Level: 100
Hp: 25000
BaseExp: 1200
JobExp: 1200
Attack: 600
Attack2: 1
Defense: 149
MagicDefense: 3
Str: 111
Agi: 52
Vit: 71
Int: 37
Dex: 122
Luk: 27
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Fire
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 988
AttackMotion: 288
ClientAttackMotion: 240
DamageMotion: 168
Ai: 04
Drops:
- Item: Feather_Of_Birds
Rate: 7000
- Item: Feather
Rate: 1000
- Item: Cotton_Shirt_
Rate: 200
- Item: Red_Herb
Rate: 1000
- Item: Milk
Rate: 1000
- Item: Yellow_Gemstone
Rate: 60
- Item: Wing_Of_Fly
Rate: 500
- Item: Picky_Card
Rate: 20
StealProtected: true
- Id: 3388
AegisName: MIN_CONDOR
Name: Condor
Level: 101
Hp: 40000
BaseExp: 1300
JobExp: 1350
Attack: 610
Attack2: 6
Defense: 150
MagicDefense: 5
Str: 112
Agi: 53
Vit: 72
Int: 38
Dex: 123
Luk: 28
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Wind
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1148
AttackMotion: 648
ClientAttackMotion: 504
DamageMotion: 480
Ai: 04
Drops:
- Item: Talon
Rate: 8000
- Item: Bow_
Rate: 100
- Item: Wing_Of_Fly
Rate: 500
- Item: Arrow_Container
Rate: 50
- Item: Meat
Rate: 400
- Item: Feather_Of_Birds
Rate: 3000
- Item: Orange
Rate: 600
- Item: Condor_Card
Rate: 1
StealProtected: true
- Id: 3389
AegisName: MIN_WILOW
Name: Willow
Level: 101
Hp: 40000
BaseExp: 1300
JobExp: 1350
Attack: 610
Attack2: 5
Defense: 151
MagicDefense: 2
Str: 113
Agi: 54
Vit: 73
Int: 39
Dex: 124
Luk: 29
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1672
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 432
Ai: 04
Drops:
- Item: Tree_Root
Rate: 9000
- Item: Wooden_Block
Rate: 100
- Item: Resin
Rate: 2000
- Item: Sweet_Potato
Rate: 1000
- Item: Tree_Of_Archer_3
Rate: 3000
- Item: Tree_Of_Archer_2
Rate: 2000
- Item: Tree_Of_Archer_1
Rate: 1000
- Item: Wilow_Card
Rate: 10
StealProtected: true
- Id: 3390
AegisName: MIN_SPORE
Name: Spore
Level: 101
Hp: 40000
BaseExp: 1300
JobExp: 1350
Attack: 610
Attack2: 8
Defense: 152
MagicDefense: 10
Str: 114
Agi: 55
Vit: 74
Int: 40
Dex: 125
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Water
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 576
DamageMotion: 288
Ai: 04
Drops:
- Item: Mushroom_Spore
Rate: 8000
- Item: Red_Herb
Rate: 1000
- Item: Wing_Of_Fly
Rate: 500
- Item: Spore_Doll
Rate: 10
- Item: Hat
Rate: 30
- Item: Poison_Spore
Rate: 10
- Item: Strawberry
Rate: 600
- Item: Spore_Card
Rate: 10
StealProtected: true
- Id: 3391
AegisName: MIN_POPORING
Name: Poporing
Level: 101
Hp: 40000
BaseExp: 1300
JobExp: 1350
Attack: 610
Attack2: 20
Defense: 153
MagicDefense: 17
Str: 115
Agi: 56
Vit: 75
Int: 41
Dex: 126
Luk: 31
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Poison
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1672
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 04
Drops:
- Item: Sticky_Mucus
Rate: 6000
- Item: Garlet
Rate: 1000
- Item: Green_Herb
Rate: 1000
- Item: Grape
Rate: 200
- Item: Wing_Of_Fly
Rate: 500
- Item: Main_Gauche
Rate: 20
- Item: Apple
Rate: 125
- Item: Poporing_Card
Rate: 10
StealProtected: true
- Id: 3392
AegisName: MIN_SMOKIE
Name: Smokie
Level: 102
Hp: 55000
BaseExp: 1400
JobExp: 1500
Attack: 620
Attack2: 11
Defense: 154
Str: 116
Agi: 57
Vit: 76
Int: 42
Dex: 127
Luk: 32
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1576
AttackMotion: 576
ClientAttackMotion: 480
DamageMotion: 420
Ai: 04
Drops:
- Item: Raccoon_Leaf
Rate: 2750
- Item: Animal's_Skin
Rate: 2750
- Item: Sweet_Potato
Rate: 400
- Item: Cat_Hairband
Rate: 1
- Item: Raccoondog_Doll
Rate: 1
- Item: Wing_Of_Fly
Rate: 500
- Item: Bluish_Green_Jewel
Rate: 1
- Item: Smokie_Card
Rate: 1
StealProtected: true
- Id: 3393
AegisName: MIN_DOKEBI
Name: Dokebi
Level: 102
Hp: 55000
BaseExp: 1400
JobExp: 1500
Attack: 620
Attack2: 30
Defense: 155
MagicDefense: 20
Str: 117
Agi: 58
Vit: 77
Int: 43
Dex: 128
Luk: 33
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 1
WalkSpeed: 250
AttackDelay: 1156
AttackMotion: 456
ClientAttackMotion: 288
DamageMotion: 384
Ai: 04
Modes:
Detector: true
Drops:
- Item: Dokkaebi_Horn
Rate: 4500
- Item: Elunium_Stone
Rate: 75
- Item: Sword_Mace_
Rate: 1
- Item: Mighty_Staff
Rate: 1
- Item: Gold
Rate: 1
- Item: Horn_Protector
Rate: 5
- Item: Hammer_Of_Blacksmith
Rate: 3
- Item: Dokebi_Card
Rate: 1
StealProtected: true
- Id: 3394
AegisName: MIN_BIGFOOT
Name: Bigfoot
Level: 102
Hp: 55000
BaseExp: 1400
JobExp: 1500
Attack: 620
Attack2: 12
Defense: 156
MagicDefense: 7
Str: 118
Agi: 59
Vit: 78
Int: 44
Dex: 129
Luk: 34
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1260
AttackMotion: 192
ClientAttackMotion: 1092
DamageMotion: 192
Ai: 04
Drops:
- Item: Bear's_Foot
Rate: 4500
- Item: Poo_Poo_Hat
Rate: 3
- Item: Animal's_Skin
Rate: 2500
- Item: Wing_Of_Fly
Rate: 500
- Item: Sweet_Potato
Rate: 750
- Item: Honey
Rate: 225
- Item: Oridecon_Stone
Rate: 22
- Item: BigFoot_Card
Rate: 1
StealProtected: true
- Id: 3395
AegisName: MIN_WORM_TAIL
Name: Wormtail
Level: 102
Hp: 55000
BaseExp: 1400
JobExp: 1500
Attack: 620
Attack2: 5
Defense: 157
Str: 119
Agi: 60
Vit: 79
Int: 45
Dex: 130
Luk: 35
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1048
AttackMotion: 48
ClientAttackMotion: 288
DamageMotion: 192
Ai: 04
Drops:
- Item: Yellow_Live
Rate: 30
- Item: Emveretarcon
Rate: 13
- Item: Pointed_Scale
Rate: 2750
- Item: Pike_
Rate: 15
- Item: Yellow_Herb
Rate: 35
- Item: Wing_Of_Fly
Rate: 500
- Item: Green_Lace
Rate: 50
- Item: Worm_Tail_Card
Rate: 1
StealProtected: true
- Id: 3396
AegisName: MIN_WOLF
Name: Wolf
Level: 103
Hp: 70000
BaseExp: 1500
JobExp: 1650
Attack: 630
Attack2: 11
Defense: 158
MagicDefense: 3
Str: 120
Agi: 61
Vit: 80
Int: 46
Dex: 131
Luk: 36
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1054
AttackMotion: 504
ClientAttackMotion: 216
DamageMotion: 432
Ai: 04
Drops:
- Item: Emveretarcon
Rate: 10
- Item: Claw_Of_Wolves
Rate: 4500
- Item: Mantle_
Rate: 5
- Item: Wing_Of_Fly
Rate: 500
- Item: Monster's_Feed
Rate: 525
- Item: Animal's_Skin
Rate: 2750
- Item: Strawberry
Rate: 300
- Item: Wolf_Card
Rate: 1
StealProtected: true
- Id: 3397
AegisName: MIN_SNAKE
Name: Boa
Level: 103
Hp: 70000
BaseExp: 1500
JobExp: 1650
Attack: 630
Attack2: 5
Defense: 159
MagicDefense: 8
Str: 121
Agi: 62
Vit: 81
Int: 47
Dex: 132
Luk: 37
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1576
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 576
Ai: 04
Drops:
- Item: Scale_Of_Snakes
Rate: 8000
- Item: Katana_
Rate: 20
- Item: Red_Herb
Rate: 800
- Item: Emveretarcon
Rate: 100
- Item: Posionous_Canine
Rate: 800
- Item: Wing_Of_Fly
Rate: 500
- Item: Strawberry
Rate: 3000
- Item: Snake_Card
Rate: 10
StealProtected: true
- Id: 3398
AegisName: MIN_ANACONDAQ
Name: Anacondaq
Level: 103
Hp: 70000
BaseExp: 1500
JobExp: 1650
Attack: 630
Attack2: 55
Defense: 160
Str: 122
Agi: 63
Vit: 82
Int: 48
Dex: 133
Luk: 38
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Poison
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1576
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 576
Ai: 04
Drops:
- Item: White_Powder
Rate: 100
- Item: Posionous_Canine
Rate: 4500
- Item: Glaive_
Rate: 5
- Item: Scale_Of_Snakes
Rate: 750
- Item: Scales_Shell
Rate: 100
- Item: Yellow_Herb
Rate: 75
- Item: Oridecon_Stone
Rate: 25
- Item: Anacondaq_Card
Rate: 1
StealProtected: true
- Id: 3399
AegisName: MIN_MARIN
Name: Marin
Level: 103
Hp: 70000
BaseExp: 1500
JobExp: 1650
Attack: 630
Attack2: 14
Defense: 161
MagicDefense: 8
Str: 123
Agi: 64
Vit: 83
Int: 49
Dex: 134
Luk: 39
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Water
ElementLevel: 2
WalkSpeed: 400
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 04
Drops:
- Item: Garlet
Rate: 1600
- Item: Sticky_Mucus
Rate: 750
- Item: Cold_Scroll_2_1
Rate: 50
- Item: Wing_Of_Fly
Rate: 500
- Item: Blue_Herb
Rate: 38
- Item: Candy
Rate: 175
- Item: Poring_Hat
Rate: 1
- Item: Marin_Card
Rate: 1
StealProtected: true
- Id: 3400
AegisName: MIN_MUKA
Name: Muka
Level: 104
Hp: 85000
BaseExp: 1600
JobExp: 1800
Attack: 640
Attack2: 9
Defense: 162
Str: 124
Agi: 65
Vit: 84
Int: 50
Dex: 135
Luk: 40
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1960
AttackMotion: 960
ClientAttackMotion: 480
DamageMotion: 384
Ai: 04
Drops:
- Item: Yellow_Live
Rate: 35
- Item: Cactus_Needle
Rate: 4500
- Item: Wing_Of_Fly
Rate: 500
- Item: Green_Herb
Rate: 200
- Item: Red_Herb
Rate: 500
- Item: Guisarme
Rate: 25
- Item: Iron_Ore
Rate: 125
- Item: Muka_Card
Rate: 1
StealProtected: true
- Id: 3401
AegisName: MIN_PECOPECO
Name: Peco Peco
Level: 104
Hp: 85000
BaseExp: 1600
JobExp: 1800
Attack: 640
Attack2: 7
Defense: 163
Str: 125
Agi: 66
Vit: 85
Int: 51
Dex: 136
Luk: 41
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Fire
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1564
AttackMotion: 864
ClientAttackMotion: 480
DamageMotion: 576
Ai: 04
Drops:
- Item: Bill_Of_Birds
Rate: 4500
- Item: Sandals_
Rate: 10
- Item: Yellow_Herb
Rate: 100
- Item: Wing_Of_Fly
Rate: 500
- Item: Wand
Rate: 50
- Item: Orange
Rate: 500
- Item: Pecopeco_Card
Rate: 1
StealProtected: true
- Id: 3402
AegisName: MIN_DENIRO
Name: Deniro
Level: 104
Hp: 85000
BaseExp: 1600
JobExp: 1800
Attack: 640
Attack2: 16
Defense: 164
MagicDefense: 16
Str: 126
Agi: 67
Vit: 86
Int: 52
Dex: 137
Luk: 42
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 144
DamageMotion: 576
Ai: 04
Modes:
Detector: true
Drops:
- Item: Worm_Peelings
Rate: 4500
- Item: Garlet
Rate: 1500
- Item: Sticky_Mucus
Rate: 600
- Item: Boody_Red
Rate: 25
- Item: Wing_Of_Fly
Rate: 500
- Item: Iron_Ore
Rate: 225
- Item: Elunium_Stone
Rate: 17
- Item: Andre_Card
Rate: 1
StealProtected: true
- Id: 3403
AegisName: MIN_PIERE
Name: Piere
Level: 104
Hp: 85000
BaseExp: 1600
JobExp: 1800
Attack: 640
Attack2: 20
Defense: 165
MagicDefense: 16
Str: 127
Agi: 68
Vit: 87
Int: 53
Dex: 138
Luk: 43
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 144
DamageMotion: 576
Ai: 04
Modes:
Detector: true
Drops:
- Item: Worm_Peelings
Rate: 4500
- Item: Garlet
Rate: 550
- Item: Sticky_Mucus
Rate: 300
- Item: Wind_Of_Verdure
Rate: 15
- Item: Wing_Of_Fly
Rate: 500
- Item: Iron_Ore
Rate: 200
- Item: Elunium_Stone
Rate: 16
- Item: Andre_Card
Rate: 1
StealProtected: true
- Id: 3404
AegisName: MIN_ANDRE
Name: Andre
Level: 105
Hp: 100000
BaseExp: 3000
JobExp: 1950
Attack: 660
Attack2: 21
Defense: 166
MagicDefense: 16
Str: 128
Agi: 69
Vit: 88
Int: 54
Dex: 139
Luk: 44
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 180
DamageMotion: 384
Ai: 04
Modes:
Detector: true
Drops:
- Item: Worm_Peelings
Rate: 4500
- Item: Garlet
Rate: 500
- Item: Sticky_Mucus
Rate: 250
- Item: Yellow_Live
Rate: 25
- Item: Wing_Of_Fly
Rate: 500
- Item: Iron_Ore
Rate: 175
- Item: Elunium_Stone
Rate: 14
- Item: Andre_Card
Rate: 1
StealProtected: true
- Id: 3405
AegisName: MIN_GOLEM
Name: Golem
Level: 105
Hp: 100000
BaseExp: 3000
JobExp: 1950
Attack: 660
Attack2: 25
Defense: 167
MagicDefense: 12
Str: 129
Agi: 70
Vit: 89
Int: 55
Dex: 140
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
RaceGroups:
Golem: true
Element: Neutral
ElementLevel: 3
WalkSpeed: 300
AttackDelay: 1608
AttackMotion: 816
ClientAttackMotion: 912
DamageMotion: 396
Ai: 04
Drops:
- Item: Steel
Rate: 75
- Item: Stone_Heart
Rate: 4500
- Item: Zargon
Rate: 110
- Item: Elunium_Stone
Rate: 35
- Item: Siver_Guard
Rate: 3
- Item: Yellow_Gemstone
Rate: 100
- Item: Iron
Rate: 175
- Item: Golem_Card
Rate: 1
StealProtected: true
- Id: 3406
AegisName: MIN_SCORPION
Name: Scorpion
Level: 105
Hp: 100000
BaseExp: 3000
JobExp: 1950
Attack: 660
Attack2: 7
Defense: 168
MagicDefense: 5
Str: 130
Agi: 71
Vit: 90
Int: 56
Dex: 141
Luk: 46
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Fire
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1564
AttackMotion: 864
ClientAttackMotion: 384
DamageMotion: 576
Ai: 04
Modes:
Detector: true
Drops:
- Item: Boody_Red
Rate: 35
- Item: Scorpion's_Tail
Rate: 2750
- Item: Elunium_Stone
Rate: 29
- Item: Solid_Shell
Rate: 105
- Item: Wing_Of_Fly
Rate: 500
- Item: Fine_Grit
Rate: 500
- Item: Lusty_Iron
Rate: 10
- Item: Scorpion_Card
Rate: 1
StealProtected: true
- Id: 3407
AegisName: MIN_CHONCHON
Name: Chonchon
Level: 105
Hp: 100000
BaseExp: 3000
JobExp: 1950
Attack: 660
Attack2: 3
Defense: 169
Str: 131
Agi: 72
Vit: 91
Int: 57
Dex: 142
Luk: 47
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1076
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 480
Ai: 04
Modes:
Detector: true
Drops:
- Item: Iron
Rate: 50
- Item: Shell
Rate: 7000
- Item: Jellopy
Rate: 2000
- Item: Cutter_
Rate: 50
- Item: Wing_Of_Fly
Rate: 500
- Item: Chonchon_Doll
Rate: 6
- Item: Iron_Ore
Rate: 200
- Item: Chonchon_Card
Rate: 20
StealProtected: true
- Id: 3408
AegisName: MIN_METALLER
Name: Metaller
Level: 106
Hp: 115000
BaseExp: 4000
JobExp: 2100
Attack: 680
Attack2: 41
Defense: 170
MagicDefense: 12
Str: 132
Agi: 73
Vit: 92
Int: 58
Dex: 143
Luk: 48
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Fire
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1708
AttackMotion: 1008
ClientAttackMotion: 432
DamageMotion: 540
Ai: 04
Modes:
Detector: true
Drops:
- Item: Boody_Red
Rate: 30
- Item: Grasshopper's_Leg
Rate: 3250
- Item: Scell
Rate: 200
- Item: Elunium_Stone
Rate: 25
- Item: Singing_Plant
Rate: 10
- Item: Shell
Rate: 1500
- Item: Guitar_Of_Passion
Rate: 5
- Item: Metaller_Card
Rate: 1
StealProtected: true
- Id: 3409
AegisName: MIN_SAND_MAN
Name: Sandman
Level: 106
Hp: 115000
BaseExp: 4000
JobExp: 2100
Attack: 680
Attack2: 56
Defense: 171
MagicDefense: 24
Str: 133
Agi: 74
Vit: 93
Int: 59
Dex: 144
Luk: 49
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Earth
ElementLevel: 3
WalkSpeed: 250
AttackDelay: 1672
AttackMotion: 720
ClientAttackMotion: 576
DamageMotion: 288
Ai: 04
Drops:
- Item: Great_Nature
Rate: 18
- Item: Grit
Rate: 2668
- Item: Elunium_Stone
Rate: 59
- Item: Fine_Sand
Rate: 175
- Item: Sparkling_Dust
Rate: 100
- Item: Katar_Of_Thornbush
Rate: 1
- Item: Hypnotist's_Staff_
Rate: 3
- Item: Sand_Man_Card
Rate: 1
StealProtected: true
- Id: 3410
AegisName: MIN_RAGGLER
Name: Raggler
Level: 106
Hp: 115000
BaseExp: 4000
JobExp: 2100
Attack: 680
Attack2: 39
Defense: 172
MagicDefense: 10
Str: 134
Agi: 75
Vit: 94
Int: 60
Dex: 145
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Wind
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1000
AttackMotion: 900
ClientAttackMotion: 252
DamageMotion: 384
Ai: 04
Drops:
- Item: Cyfar
Rate: 1500
- Item: Feather_Of_Birds
Rate: 2500
- Item: Center_Potion
Rate: 100
- Item: Wing_Of_Fly
Rate: 500
- Item: Wind_Of_Verdure
Rate: 45
- Item: Goggle_
Rate: 4
- Item: Oridecon_Stone
Rate: 16
- Item: Raggler_Card
Rate: 1
StealProtected: true
- Id: 3411
AegisName: MIN_DRAGON_TAIL
Name: Dragon Tail
Level: 106
Hp: 115000
BaseExp: 4000
JobExp: 2100
Attack: 680
Attack2: 35
Defense: 173
MagicDefense: 25
Str: 135
Agi: 76
Vit: 95
Int: 61
Dex: 146
Luk: 51
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Wind
ElementLevel: 2
WalkSpeed: 175
AttackDelay: 862
AttackMotion: 534
ClientAttackMotion: 360
DamageMotion: 312
Ai: 04
Modes:
Detector: true
Drops:
- Item: Dragon_Fly_Wing
Rate: 2207
- Item: Round_Shell
Rate: 200
- Item: Solid_Shell
Rate: 400
- Item: Fancy_Flower
Rate: 4
- Item: Cap
Rate: 1
- Item: Dragon_Tail_Card
Rate: 1
StealProtected: true
- Id: 3412
AegisName: MIN_GREEN_IGUANA
Name: Grove
JapaneseName: Green Iguana
Level: 107
Hp: 130000
BaseExp: 5000
JobExp: 2250
Attack: 700
Attack2: 35
Defense: 174
MagicDefense: 18
Str: 136
Agi: 77
Vit: 96
Int: 62
Dex: 147
Luk: 52
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1152
AttackMotion: 1152
ClientAttackMotion: 336
DamageMotion: 480
Ai: 04
Drops:
- Item: Leaflet_Of_Aloe
Rate: 750
- Item: Reptile_Tongue
Rate: 500
- Item: Leaflet_Of_Hinal
Rate: 500
- Item: Green_Herb
Rate: 500
- Item: Monster's_Feed
Rate: 1000
- Item: Aloebera
Rate: 5
- Item: Melon
Rate: 250
- Item: Green_Iguana_Card
Rate: 1
StealProtected: true
- Id: 3413
AegisName: MIN_SEE_OTTER
Name: Sea Otter
Level: 107
Hp: 130000
BaseExp: 5000
JobExp: 2250
Attack: 700
Attack2: 42
Defense: 175
MagicDefense: 18
Str: 137
Agi: 78
Vit: 97
Int: 63
Dex: 148
Luk: 53
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Water
ElementLevel: 3
WalkSpeed: 190
AttackDelay: 1132
AttackMotion: 583
ClientAttackMotion: 432
DamageMotion: 532
Ai: 04
Drops:
- Item: Scarlet_Jewel
Rate: 75
- Item: Clam_Shell
Rate: 2750
- Item: Sea_Otter_Leather
Rate: 2183
- Item: Wing_Of_Fly
Rate: 500
- Item: Blue_Jewel
Rate: 25
- Item: Glass_Bead
Rate: 325
- Item: Cyfar
Rate: 600
- Item: See_Otter_Card
Rate: 1
StealProtected: true
- Id: 3414
AegisName: MIN_GALAPAGO
Name: Galapago
Level: 107
Hp: 130000
BaseExp: 5000
JobExp: 2250
Attack: 700
Attack2: 35
Defense: 176
MagicDefense: 16
Str: 138
Agi: 79
Vit: 98
Int: 64
Dex: 149
Luk: 54
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 165
AttackDelay: 1430
AttackMotion: 1080
ClientAttackMotion: 480
DamageMotion: 1080
Ai: 04
Drops:
- Item: Cyfar
Rate: 2668
- Item: Coconut_Fruit
Rate: 150
- Item: Yellow_Herb
Rate: 1750
- Item: Aloebera
Rate: 50
- Item: Melon
Rate: 150
- Item: Galapago_Cap
Rate: 1
- Item: Wing_Of_Fly
Rate: 500
- Item: Galapago_Card
Rate: 1
StealProtected: true
- Id: 3415
AegisName: MIN_FUR_SEAL
Name: Seal
JapaneseName: Fur Seal
Level: 107
Hp: 130000
BaseExp: 5000
JobExp: 2250
Attack: 700
Attack2: 40
Defense: 177
MagicDefense: 16
Str: 139
Agi: 80
Vit: 99
Int: 65
Dex: 150
Luk: 55
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Water
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1612
AttackMotion: 622
ClientAttackMotion: 576
DamageMotion: 583
Ai: 04
Drops:
- Item: Zargon
Rate: 2183
- Item: Wing_Of_Fly
Rate: 500
- Item: Coat_
Rate: 3
- Item: Cyfar
Rate: 600
- Item: Guisarme_
Rate: 1
- Item: Panacea
Rate: 100
- Item: Glass_Bead
Rate: 60
- Item: Fur_Seal_Card
Rate: 1
StealProtected: true
- Id: 3416
AegisName: MIN_ALLIGATOR
Name: Alligator
Level: 108
Hp: 145000
BaseExp: 6000
JobExp: 2400
Attack: 720
Attack2: 37
Defense: 178
MagicDefense: 30
Str: 140
Agi: 81
Vit: 100
Int: 66
Dex: 151
Luk: 56
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Water
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1100
AttackMotion: 900
ClientAttackMotion: 540
DamageMotion: 480
Ai: 04
Drops:
- Item: Zargon
Rate: 500
- Item: Worn_Out_Prison_Uniform
Rate: 300
- Item: Anolian_Skin
Rate: 1000
- Item: Seed_Of_Yggdrasil
Rate: 1
- Item: Oridecon_Stone
Rate: 65
- Item: Alligator_Card
Rate: 1
StealProtected: true
- Id: 3417
AegisName: MIN_MEGALODON
Name: Megalodon
Level: 108
Hp: 145000
BaseExp: 6000
JobExp: 2400
Attack: 720
Attack2: 32
Defense: 179
MagicDefense: 28
Str: 141
Agi: 82
Vit: 101
Int: 67
Dex: 152
Luk: 57
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 2492
AttackMotion: 792
ClientAttackMotion: 696
DamageMotion: 432
Ai: 04
Drops:
- Item: Rotten_Scale
Rate: 2750
- Item: Skel_Bone
Rate: 750
- Item: Blue_Herb
Rate: 40
- Item: Wing_Of_Fly
Rate: 500
- Item: Violet_Jewel
Rate: 5
- Item: Old_Blue_Box
Rate: 1
- Item: Rotten_Fish
Rate: 10
- Item: Megalodon_Card
Rate: 1
StealProtected: true
- Id: 3418
AegisName: MIN_TRI_JOINT
Name: Tri Joint
Level: 108
Hp: 145000
Sp: 0
BaseExp: 6000
JobExp: 2400
Attack: 720
Attack2: 28
Defense: 180
MagicDefense: 5
Str: 142
Agi: 83
Vit: 102
Int: 68
Dex: 153
Luk: 58
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
RaceGroups:
Rockridge: true
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 860
AttackMotion: 660
ClientAttackMotion: 540
DamageMotion: 624
Ai: 04
Modes:
Detector: true
Drops:
- Item: Cyfar
Rate: 50
- Item: Solid_Shell
Rate: 190
- Item: Aloebera
Rate: 100
- Item: Yellow_Live
Rate: 80
- Item: Sparkling_Dust
Rate: 70
- Item: Elunium_Stone
Rate: 53
- Item: Tri_Joint_Card
Rate: 1
StealProtected: true
- Id: 3419
AegisName: MIN_MEGALITH
Name: Megalith
Level: 109
Hp: 160000
BaseExp: 7000
JobExp: 2600
Attack: 740
Attack2: 30
Defense: 181
MagicDefense: 18
Str: 143
Agi: 84
Vit: 103
Int: 69
Dex: 154
Luk: 59
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 4
WalkSpeed: 200
AttackDelay: 1332
AttackMotion: 1332
ClientAttackMotion: 936
DamageMotion: 672
Ai: 10
Drops:
- Item: Zargon
Rate: 50
- Item: Stone
Rate: 500
- Item: Old_Violet_Box
Rate: 1
- Item: Elunium
Rate: 31
- Item: Elunium_Stone
Rate: 104
- Item: Megalith_Card
Rate: 1
StealProtected: true
- Id: 3420
AegisName: MIN_DRYAD
Name: Dryad
Level: 109
Hp: 160000
BaseExp: 7000
JobExp: 2600
Attack: 740
Attack2: 35
Defense: 182
MagicDefense: 8
Str: 144
Agi: 85
Vit: 104
Int: 70
Dex: 155
Luk: 60
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 4
WalkSpeed: 170
AttackDelay: 950
AttackMotion: 2520
ClientAttackMotion: 288
DamageMotion: 576
Ai: 04
Drops:
- Item: Tough_Vines
Rate: 2668
- Item: Great_Leaf
Rate: 500
- Item: Browny_Root
Rate: 1500
- Item: Pineapple
Rate: 150
- Item: Chemeti
Rate: 1
- Item: Centimental_Leaf
Rate: 5
- Item: Sharp_Leaf
Rate: 1500
- Item: Dryad_Card
Rate: 1
StealProtected: true
- Id: 3421
AegisName: MIN_TOAD
Name: Infinite Toad
Level: 105
Hp: 900000
BaseExp: 12000
JobExp: 15000
Attack: 1500
Attack2: 19
Defense: 24
MagicDefense: 6
Str: 32
Agi: 19
Vit: 27
Int: 10
Dex: 24
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1236
AttackMotion: 336
ClientAttackMotion: 168
DamageMotion: 432
Ai: 04
Class: Boss
Drops:
- Item: Big_Sis'_Ribbon
Rate: 25
- Item: Shattered_Rune
Rate: 10000
- Item: Bluish_Green_Jewel
Rate: 500
- Item: Light_Granule
Rate: 250
- Item: Alchol
Rate: 50
- Item: Detrimindexta
Rate: 50
- Item: Kiss_Of_Angel
Rate: 500
- Item: IFN_Toad_Card
Rate: 1
StealProtected: true
- Id: 3422
AegisName: MIN_VAGABOND_WOLF
Name: Infinite Vagabond Wolf
Level: 105
Hp: 900000
BaseExp: 12000
JobExp: 15000
Attack: 1700
Attack2: 46
Defense: 102
MagicDefense: 51
Str: 72
Agi: 63
Vit: 55
Int: 29
Dex: 108
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1048
AttackMotion: 648
ClientAttackMotion: 216
DamageMotion: 432
Ai: 04
Class: Boss
Drops:
- Item: Western_Grace
Rate: 100
- Item: Claw_Of_Wolves
Rate: 4000
- Item: Golden_Jewel
Rate: 750
- Item: Star_Dust_Blade
Rate: 50
- Item: Angel's_Warmth
Rate: 500
- Item: Light_Granule
Rate: 250
- Item: Shattered_Rune
Rate: 10000
- Item: IFN_V_Wolf_Card
Rate: 1
StealProtected: true
- Id: 3423
AegisName: MIN_VOCAL
Name: Infinite Vocal
Level: 105
Hp: 900000
BaseExp: 12000
JobExp: 15000
Attack: 1600
Attack2: 11
Defense: 77
MagicDefense: 26
Str: 77
Agi: 26
Vit: 26
Int: 30
Dex: 53
Luk: 40
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1080
AttackMotion: 648
ClientAttackMotion: 600
DamageMotion: 480
Ai: 04
Modes:
Detector: true
Drops:
- Item: Oldman's_Romance
Rate: 25
- Item: Grasshopper's_Leg
Rate: 4000
- Item: Azure_Jewel
Rate: 500
- Item: Shattered_Rune
Rate: 10000
- Item: Angel's_Arrival
Rate: 500
- Item: Light_Granule
Rate: 250
- Item: Guitar_Of_Gentle_Breeze
Rate: 5
- Item: IFN_Vocal_Card
Rate: 1
StealProtected: true
- Id: 3424
AegisName: MIN_ECLIPSE
Name: Infinite Eclipse
Level: 105
Hp: 900000
BaseExp: 12000
JobExp: 15000
Attack: 1400
Attack2: 20
Defense: 50
MagicDefense: 20
Str: 20
Agi: 28
Vit: 35
Int: 17
Dex: 27
Luk: 55
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Neutral
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1456
AttackMotion: 456
ClientAttackMotion: 264
DamageMotion: 336
Ai: 04
Class: Boss
Drops:
- Item: Fillet
Rate: 100
- Item: Shattered_Rune
Rate: 10000
- Item: White_Jewel
Rate: 600
- Item: Light_Granule
Rate: 250
- Item: Four_Leaf_Clover
Rate: 1
- Item: Rainbow_Carrot
Rate: 25
- Item: Angel's_Protection
Rate: 500
- Item: IFN_Eclipse_Card
Rate: 1
StealProtected: true
- Id: 3425
AegisName: MIN_CHIMERA
Name: Infinite Chimera
Level: 105
Hp: 900000
BaseExp: 12000
JobExp: 15000
Attack: 1800
Attack2: 148
Defense: 159
MagicDefense: 10
Agi: 38
Vit: 110
Int: 88
Dex: 91
Luk: 85
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Fire
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 772
AttackMotion: 672
ClientAttackMotion: 384
DamageMotion: 360
Ai: 04
Class: Boss
Drops:
- Item: Brigan
Rate: 2668
- Item: Slender_Snake
Rate: 1250
- Item: Shattered_Rune
Rate: 10000
- Item: War_Axe
Rate: 1
- Item: Citrine
Rate: 750
- Item: Great_Axe
Rate: 1
- Item: Oridecon
Rate: 80
- Item: IFN_Chimera_Card
Rate: 1
StealProtected: true
- Id: 3426
AegisName: MIN_EDDGA
Name: Infinite Eddga
Level: 101
Hp: 1850000
BaseExp: 100000
JobExp: 100000
MvpExp: 100000
Attack: 1800
Attack2: 776
Defense: 166
MagicDefense: 70
Str: 92
Agi: 80
Vit: 103
Int: 66
Dex: 139
Luk: 85
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Fire
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 872
AttackMotion: 1344
ClientAttackMotion: 408
DamageMotion: 432
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Tiger's_Skin
Rate: 5000
- Item: Tiger_Footskin
Rate: 1000
- Item: Flame_Heart
Rate: 3000
Drops:
- Item: Fire_Brand
Rate: 75
- Item: Smoking_Pipe
Rate: 125
- Item: Shattered_Rune
Rate: 10000
- Item: Katar_Of_Raging_Blaze
Rate: 250
- Item: Tiger_Footskin
Rate: 400
- Item: Elunium
Rate: 1200
- Item: Krieg
Rate: 100
- Item: IFN_Eddga_Card
Rate: 1
StealProtected: true
- Id: 3427
AegisName: MIN_OSIRIS
Name: Infinite Osiris
Level: 103
Hp: 2850000
BaseExp: 100000
JobExp: 100000
MvpExp: 100000
Attack: 1900
Attack2: 1503
Defense: 172
MagicDefense: 164
Str: 97
Agi: 99
Vit: 86
Int: 131
Dex: 165
Luk: 67
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 1072
AttackMotion: 672
ClientAttackMotion: 192
DamageMotion: 384
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Blue_Box
Rate: 4000
- Item: Seed_Of_Yggdrasil
Rate: 3000
- Item: Osiris_Doll
Rate: 500
Drops:
- Item: Old_Violet_Box
Rate: 1000
- Item: Assasin_Dagger
Rate: 75
- Item: Crown
Rate: 100
- Item: Jamadhar_
Rate: 300
- Item: Shattered_Rune
Rate: 10000
- Item: Spinx_Helm
Rate: 75
- Item: Cakram
Rate: 50
- Item: IFN_Osiris_Card
Rate: 1
StealProtected: true
- Id: 3428
AegisName: MIN_PHREEONI
Name: Infinite Phreeoni
Level: 105
Hp: 4750000
BaseExp: 100000
JobExp: 100000
MvpExp: 100000
Attack: 2200
Attack2: 967
Defense: 269
MagicDefense: 98
Str: 88
Agi: 70
Vit: 112
Int: 87
Dex: 122
Luk: 71
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Neutral
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1020
AttackMotion: 1020
ClientAttackMotion: 324
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Frozen_Heart
Rate: 500
- Item: Crystal_Jewel
Rate: 1000
- Item: Star_Crumb
Rate: 4000
Drops:
- Item: Thin_N'_Long_Tongue
Rate: 4850
- Item: Forturn_Sword
Rate: 250
- Item: Sucsamad
Rate: 75
- Item: Shattered_Rune
Rate: 10000
- Item: Mr_Scream
Rate: 150
- Item: Elunium
Rate: 1450
- Item: Weihna
Rate: 50
- Item: IFN_Phreeoni_Card
Rate: 1
StealProtected: true
- Id: 3429
AegisName: MIN_ORK_HERO
Name: Infinite Orc Hero
Level: 107
Hp: 6650000
BaseExp: 100000
JobExp: 100000
MvpExp: 100000
Attack: 3000
Attack2: 441
Defense: 197
MagicDefense: 70
Str: 97
Agi: 82
Vit: 107
Int: 71
Dex: 144
Luk: 43
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
RaceGroups:
Clocktower: true
Element: Earth
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1678
AttackMotion: 780
ClientAttackMotion: 660
DamageMotion: 648
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Red_Jewel
Rate: 2000
- Item: Yggdrasilberry
Rate: 1500
- Item: Steel
Rate: 5000
Drops:
- Item: Voucher_Of_Orcish_Hero
Rate: 4850
- Item: Monkey_Circlet
Rate: 250
- Item: Right_Epsilon
Rate: 75
- Item: Shield_
Rate: 125
- Item: Orcish_Sword
Rate: 500
- Item: Shattered_Rune
Rate: 10000
- Item: Giant_Axe
Rate: 50
- Item: IFN_OrcHero_Card
Rate: 1
StealProtected: true
- Id: 3430
AegisName: MIN_TAO_GUNKA
Name: Infinite Tao Gunka
Level: 109
Hp: 8550000
BaseExp: 200000
JobExp: 200000
MvpExp: 100000
Attack: 3400
Attack2: 1260
Defense: 404
MagicDefense: 143
Str: 135
Agi: 175
Vit: 98
Int: 110
Dex: 239
Luk: 66
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Neutral
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1020
AttackMotion: 288
ClientAttackMotion: 384
DamageMotion: 144
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Oridecon
Rate: 6000
- Item: Old_Violet_Box
Rate: 3000
- Item: Blue_Potion
Rate: 6000
Drops:
- Item: Gemstone
Rate: 2425
- Item: Shattered_Rune
Rate: 10000
- Item: Golden_Jewel
Rate: 500
- Item: Binoculars
Rate: 200
- Item: White_Potion
Rate: 1500
- Item: Runstone_Rare
Rate: 100
- Item: Gemmed_Sallet_
Rate: 3
- Item: IFN_Tao_Gunka_Card
Rate: 1
StealProtected: true
- Id: 3431
AegisName: MIN_G_RODA_FROG
Name: Roda Frog
Level: 100
Hp: 100000
Attack: 650
Attack2: 4
Defense: 12
MagicDefense: 5
Str: 12
Agi: 6
Vit: 4
Int: 0
Dex: 14
Luk: 9
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 2016
AttackMotion: 816
ClientAttackMotion: 336
DamageMotion: 288
Ai: 04
- Id: 3432
AegisName: MIN_G_WOLF
Name: Wolf
Level: 100
Hp: 100000
Attack: 650
Attack2: 11
Defense: 55
MagicDefense: 3
Str: 27
Agi: 24
Vit: 30
Int: 15
Dex: 33
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1054
AttackMotion: 504
ClientAttackMotion: 216
DamageMotion: 432
Ai: 04
- Id: 3433
AegisName: MIN_G_ROCKER
Name: Rocker
Level: 100
Hp: 100000
Attack: 650
Attack2: 5
Defense: 16
MagicDefense: 3
Str: 12
Agi: 18
Vit: 8
Int: 10
Dex: 17
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1864
AttackMotion: 864
ClientAttackMotion: 768
DamageMotion: 540
Ai: 04
Modes:
Detector: true
- Id: 3434
AegisName: MIN_G_LUNATIC
Name: Lunatic
Level: 100
Hp: 100000
Attack: 650
Attack2: 1
Defense: 18
Str: 10
Agi: 3
Vit: 3
Int: 0
Dex: 8
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Neutral
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1456
AttackMotion: 456
ClientAttackMotion: 264
DamageMotion: 336
Ai: 04
- Id: 3435
AegisName: MIN_G_GARGOYLE
Name: Gargoyle
Level: 100
Hp: 100000
Attack: 650
Attack2: 89
Defense: 98
MagicDefense: 43
Str: 100
Agi: 61
Vit: 60
Int: 57
Dex: 120
Luk: 70
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Wind
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1020
AttackMotion: 720
ClientAttackMotion: 600
DamageMotion: 384
Ai: 04
Modes:
Detector: true
- Id: 3436
AegisName: MIN_G_BIGFOOT
Name: Bigfoot
Level: 100
Hp: 100000
Attack: 650
Attack2: 12
Defense: 55
MagicDefense: 7
Str: 18
Agi: 4
Vit: 7
Int: 0
Dex: 12
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1260
AttackMotion: 192
ClientAttackMotion: 1092
DamageMotion: 192
Ai: 04
- Id: 3437
AegisName: MIN_G_ANCIENT_MUMMY
Name: Ancient Mummy
Level: 100
Hp: 100000
Attack: 650
Attack2: 100
Defense: 93
MagicDefense: 27
Str: 126
Agi: 57
Vit: 55
Int: 69
Dex: 78
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 2
WalkSpeed: 175
AttackDelay: 1772
AttackMotion: 120
ClientAttackMotion: 288
DamageMotion: 384
Ai: 04
- Id: 3438
AegisName: MIN_G_SAND_MAN
Name: Sandman
Level: 100
Hp: 100000
Attack: 650
Attack2: 56
Defense: 126
MagicDefense: 25
Str: 44
Agi: 8
Vit: 55
Int: 15
Dex: 34
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Earth
ElementLevel: 3
WalkSpeed: 250
AttackDelay: 1672
AttackMotion: 720
ClientAttackMotion: 576
DamageMotion: 288
Ai: 04
- Id: 3439
AegisName: MIN_G_HIGH_ORC
Name: High Orc
Level: 100
Hp: 100000
Attack: 650
Attack2: 50
Defense: 101
MagicDefense: 45
Str: 75
Agi: 16
Vit: 40
Int: 31
Dex: 83
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Fire
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1500
AttackMotion: 500
ClientAttackMotion: 336
DamageMotion: 1000
Ai: 04
- Id: 3440
AegisName: MIN_G_MEGALITH
Name: Megalith
Level: 100
Hp: 100000
Attack: 650
Attack2: 30
Defense: 66
MagicDefense: 18
Str: 57
Agi: 14
Vit: 35
Int: 10
Dex: 99
Luk: 3
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 4
WalkSpeed: 200
AttackDelay: 1332
AttackMotion: 1332
ClientAttackMotion: 936
DamageMotion: 672
Ai: 21
# - Id: 3441
# AegisName: B_DRACULA
- Id: 3442
AegisName: FROZENWOLF
Name: Frozen Wolf
JapaneseName: Frozenwolf
Level: 140
Hp: 80000
BaseExp: 5000
JobExp: 5000
Attack: 1000
Attack2: 1000
Defense: 50
MagicDefense: 50
Str: 100
Agi: 80
Vit: 100
Int: 100
Dex: 100
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Water
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1120
AttackMotion: 420
ClientAttackMotion: 216
DamageMotion: 432
Ai: 04
Drops:
- Item: Desiccant
Rate: 2000
- Item: Ice_Piece
Rate: 2183
- Item: Frozen_Rose
Rate: 50
- Item: Cyfar
Rate: 1000
- Item: Ice_Fragment
Rate: 250
- Item: Frozenwolf_Card
Rate: 1
StealProtected: true
- Id: 3443
AegisName: TAFFY
Name: Taffy
Level: 145
Hp: 100000
BaseExp: 6000
JobExp: 6000
Attack: 1500
Attack2: 1500
Defense: 125
MagicDefense: 47
Str: 100
Agi: 80
Vit: 1001
Int: 100
Dex: 100
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1604
AttackMotion: 1344
ClientAttackMotion: 1152
DamageMotion: 2016
Ai: 01
Drops:
- Item: Sandpaper
Rate: 2000
- Item: Porcupine_Spike
Rate: 5000
- Item: Coat
Rate: 30
- Item: Animal's_Skin
Rate: 3000
- Item: Glaive_
Rate: 50
- Item: Spear_
Rate: 80
- Item: Wing_Of_Fly
Rate: 1000
- Item: Tappy_Card
Rate: 1
StealProtected: true
- Id: 3444
AegisName: WATCHER
Name: Watcher
Level: 145
Hp: 120000
BaseExp: 7000
JobExp: 7000
Attack: 1400
Attack2: 1400
Defense: 125
MagicDefense: 47
Str: 100
Agi: 80
Vit: 100
Int: 100
Dex: 80
Luk: 50
AttackRange: 6
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Wind
ElementLevel: 1
WalkSpeed: 190
AttackDelay: 576
AttackMotion: 1344
ClientAttackMotion: 1152
DamageMotion: 480
Ai: 04
Drops:
- Item: Red_Eyes
Rate: 2000
- Item: Prickly_Fruit
Rate: 2000
- Item: Anodyne
Rate: 100
- Item: Rough_Wind
Rate: 100
- Item: Elunium
Rate: 10
- Item: Old_Blue_Box
Rate: 1
- Item: Watcher_Card
Rate: 1
StealProtected: true
- Id: 3445
AegisName: P_ARCHER_SKELETON
Name: Enchanted Archer Skelet
JapaneseName: P Archer Skeleton
Level: 114
Hp: 10000
Sp: 0
Attack: 200
Attack2: 100
Defense: 20
Str: 20
Agi: 60
Vit: 30
Int: 60
Dex: 150
Luk: 30
AttackRange: 14
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 3
WalkSpeed: 300
AttackDelay: 1152
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 576
Ai: 04
Drops:
- Item: Will_Of_Owner
Rate: 2000
- Item: Skull
Rate: 5000
- Item: Gigantic_Bow
Rate: 5
- Item: Shadow_Arrow_Container
Rate: 500
- Item: P_Archer_Skeleton_Card
Rate: 1
StealProtected: true
- Id: 3446
AegisName: P_SKELETON
Name: Enchanted Skeleton
JapaneseName: P Skeleton
Level: 114
Hp: 10000
Sp: 0
Attack: 200
Attack2: 200
Defense: 20
MagicDefense: 20
Str: 80
Agi: 60
Vit: 30
Int: 120
Dex: 90
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 3
WalkSpeed: 250
AttackDelay: 1440
AttackMotion: 528
ClientAttackMotion: 336
DamageMotion: 576
Ai: 04
Drops:
- Item: Will_Of_Owner
Rate: 2000
- Item: Skull
Rate: 5000
- Item: Skul_Ring
Rate: 10
- Item: SP_Increase_PotionS
Rate: 10
- Item: P_Skeleton_Card
Rate: 1
StealProtected: true
- Id: 3447
AegisName: P_SOLDIER_SKELETON
Name: Enchanted Soldier Skele
JapaneseName: P Soldier Skeleton
Level: 115
Hp: 20000
Sp: 0
Attack: 200
Attack2: 100
Defense: 20
MagicDefense: 20
Str: 120
Agi: 60
Vit: 30
Int: 60
Dex: 90
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 3
WalkSpeed: 250
AttackDelay: 1440
AttackMotion: 576
ClientAttackMotion: 216
DamageMotion: 432
Ai: 04
Drops:
- Item: Will_Of_Owner
Rate: 2000
- Item: Skull
Rate: 5000
- Item: Elemental_Sword
Rate: 10
- Item: P_Soldier_Skeleton_Card
Rate: 1
StealProtected: true
- Id: 3448
AegisName: P_AMDARAIS
Name: Renovated Amdarais
JapaneseName: P Amdarais
Level: 99
Hp: 10000000
Sp: 0
Attack: 800
Attack2: 800
Defense: 30
MagicDefense: 30
Str: 150
Agi: 50
Vit: 100
Int: 50
Dex: 70
Luk: 50
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1152
AttackMotion: 1536
ClientAttackMotion: 1344
DamageMotion: 480
Ai: 04
Drops:
- Item: Will_Of_Owner
Rate: 5000
- Item: Black_Dyestuffs
Rate: 1000
- Item: Black_Powder
Rate: 1000
- Item: Gun_Powder
Rate: 1000
- Item: P_Amdarais_Card
Rate: 1
StealProtected: true
- Id: 3449
AegisName: G_P_AMDARAIS
Name: Enhanced Amdarais
JapaneseName: P Amdarais
Level: 98
Hp: 66666
Sp: 0
Attack: 700
Attack2: 700
Defense: 30
MagicDefense: 30
Str: 100
Agi: 50
Vit: 100
Int: 50
Dex: 70
Luk: 50
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1152
AttackMotion: 1536
ClientAttackMotion: 1344
DamageMotion: 480
Ai: 04
Modes:
FixedItemDrop: true
- Id: 3450
AegisName: BIJOU
Name: Bijou
Level: 115
Hp: 10000000
Sp: 0
BaseExp: 66666
JobExp: 66666
MvpExp: 2000
Attack: 1444
Attack2: 1444
Defense: 20
MagicDefense: 200
Str: 150
Agi: 40
Vit: 50
Int: 150
Dex: 150
Luk: 50
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Undead
Element: Undead
ElementLevel: 4
WalkSpeed: 200
AttackDelay: 2000
AttackMotion: 1536
ClientAttackMotion: 432
DamageMotion: 480
Ai: 21
Class: Boss
Modes:
TeleportBlock: true
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5000
- Item: Old_Card_Album
Rate: 2000
- Item: White_Potion_Box
Rate: 3000
Drops:
- Item: Valkyrie_Fragment
Rate: 5000
- Item: Black_Dyestuffs
Rate: 5000
- Item: Witherless_Rose
Rate: 1000
- Item: Berserk
Rate: 500
- Item: C_BIJOUHAT
Rate: 10
- Item: Bijou_Card
Rate: 1
StealProtected: true
- Id: 3451
AegisName: IMMOTAL_CORPS
Name: Immotal Corps
Level: 158
Hp: 198410
BaseExp: 9575
JobExp: 7859
Attack: 1408
Attack2: 890
Defense: 150
MagicDefense: 83
Str: 165
Agi: 75
Vit: 95
Int: 75
Dex: 150
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Undead
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 1500
AttackMotion: 600
ClientAttackMotion: 600
DamageMotion: 500
Ai: 04
Modes:
Detector: true
Drops:
- Item: Moving_Black_Things
Rate: 4000
- Item: Transparent_Cloth
Rate: 1500
- Item: Branch_Of_Dead_Tree
Rate: 10
- Item: Fruit_Of_Mastela
Rate: 200
- Item: Yggdrasilberry
Rate: 50
- Item: Crystal_Jewel__
Rate: 3
- Item: Old_Blue_Box
Rate: 2
- Item: Immotal_Corps_Card
Rate: 10
StealProtected: true
- Id: 3452
AegisName: ZOMBIE_GUARD
Name: Zombie Guard
Level: 145
Hp: 124000
BaseExp: 6887
JobExp: 4809
Attack: 897
Attack2: 347
Defense: 200
MagicDefense: 35
Str: 138
Agi: 75
Vit: 200
Int: 43
Dex: 120
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 4
WalkSpeed: 400
AttackDelay: 768
AttackMotion: 2784
ClientAttackMotion: 2592
DamageMotion: 480
Ai: 04
Drops:
- Item: Shabby_Old_Belt
Index: 0
Rate: 4000
- Item: Clattering_Skull
Index: 1
Rate: 1500
- Item: Tatters_Clothes
Index: 2
Rate: 2207
- Item: Sticky_Mucus
Index: 3
Rate: 750
- Item: Cardinal_Jewel
Index: 4
Rate: 100
- Item: White_Jewel
Index: 5
Rate: 50
- Item: Tatters_Clothes
Index: 6
Rate: 1
- Item: Zombie_Guard_Card
Index: 7
Rate: 1
StealProtected: true
# - Id: 3453
# AegisName: LOST_LAMB
- Id: 3454
AegisName: HEART_HUNTER_N
Name: Suspicious Intruder
JapaneseName: Heart Hunter N
Level: 103
Hp: 20714
BaseExp: 1963
JobExp: 2001
Attack: 703
Attack2: 178
Defense: 49
MagicDefense: 28
Str: 36
Agi: 53
Vit: 32
Int: 22
Dex: 98
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Hearthunter: true
Element: Dark
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 864
AttackMotion: 1268
ClientAttackMotion: 960
DamageMotion: 480
Ai: 04
- Id: 3455
AegisName: GLASS_PLATE
Name: Plate
JapaneseName: Glass Plate
Level: 1
Sp: 0
Attack: 1
Attack2: 1
Defense: 100
MagicDefense: 99
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 1
SkillRange: 7
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 1
AttackMotion: 1
ClientAttackMotion: 0
DamageMotion: 1
Ai: 06
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
# - Id: 3456
# AegisName: WATERMELON_34
# - Id: 3457
# AegisName: WATERMELON_35
# - Id: 3458
# AegisName: WATERMELON_36
# - Id: 3459
# AegisName: WATERMELON_37
# - Id: 3460
# AegisName: WATERMELON_38
# - Id: 3461
# AegisName: WATERMELON_39
# - Id: 3462
# AegisName: WATERMELON_40
# - Id: 3463
# AegisName: WATERMELON_41
# - Id: 3464
# AegisName: WATERMELON_42
# - Id: 3465
# AegisName: WATERMELON_43
# - Id: 3466
# AegisName: WATERMELON_44
# - Id: 3467
# AegisName: WATERMELON_45
# - Id: 3468
# AegisName: WATERMELON_46
# - Id: 3469
# AegisName: WATERMELON_47
# - Id: 3470
# AegisName: WATERMELON_48
# - Id: 3471
# AegisName: WATERMELON_49
# - Id: 3472
# AegisName: WATERMELON_50
- Id: 3473
AegisName: AS_RAGGED_GOLEM
Name: Stefan.J.E.Wolf
Level: 160
Hp: 20000000
BaseExp: 96453
JobExp: 109040
MvpExp: 5000
Attack: 8128
Attack2: 640
Defense: 146
MagicDefense: 30
Str: 248
Agi: 57
Vit: 16
Int: 59
Dex: 245
Luk: 43
AttackRange: 1
SkillRange: 14
ChaseRange: 16
Size: Large
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 960
AttackMotion: 1632
ClientAttackMotion: 1440
DamageMotion: 480
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Blue_Box
Rate: 5000
- Item: Old_Violet_Box
Rate: 5000
- Item: Old_Card_Album
Rate: 2000
Drops:
- Item: Katar_170
Rate: 1
- Item: Two_Hand_Spear_170
Rate: 1
- Item: Staff_170
Rate: 1
- Item: Yggdrasilberry
Rate: 1000
- Item: Seed_Of_Yggdrasil
Rate: 2000
- Item: Oridecon
Rate: 3500
- Item: Elunium
Rate: 3500
- Item: As_Ragged_Golem_Card
Rate: 1
StealProtected: true
- Id: 3474
AegisName: AS_BLOODY_KNIGHT
Name: Immortal Cursed Knight
Level: 160
Hp: 10000000
BaseExp: 47986
JobExp: 46416
Attack: 4666
Attack2: 434
Defense: 178
MagicDefense: 48
Str: 193
Agi: 103
Vit: 102
Int: 83
Dex: 240
Luk: 65
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Dark
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 768
AttackMotion: 528
ClientAttackMotion: 288
DamageMotion: 288
Ai: 21
Class: Boss
Drops:
- Item: Two_Hand_Spear_170
Rate: 1
- Item: Old_Card_Album
Rate: 500
- Item: Yggdrasilberry
Rate: 1004
- Item: Seed_Of_Yggdrasil
Rate: 2005
- Item: Oridecon
Rate: 3245
- Item: Elunium
Rate: 3245
- Item: As_Bdy_Knight_Card
Rate: 1
StealProtected: true
- Id: 3475
AegisName: AS_WIND_GHOST
Name: Immortal Wind Ghost
Level: 160
Hp: 10000000
BaseExp: 47986
JobExp: 46416
Attack: 4666
Attack2: 1577
Defense: 136
MagicDefense: 72
Str: 131
Agi: 68
Vit: 53
Int: 116
Dex: 259
Luk: 42
AttackRange: 5
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Wind
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 2112
AttackMotion: 1152
ClientAttackMotion: 1920
DamageMotion: 672
Ai: 21
Class: Boss
Drops:
- Item: Staff_170
Rate: 1
- Item: Old_Card_Album
Rate: 500
- Item: Yggdrasilberry
Rate: 1004
- Item: Seed_Of_Yggdrasil
Rate: 2005
- Item: Oridecon
Rate: 3245
- Item: Elunium
Rate: 3245
- Item: As_Wind_Ghost_Card
Rate: 1
StealProtected: true
- Id: 3476
AegisName: AS_ZOMBIE
Name: Immortal Zombie Soldier
Level: 160
Hp: 405694
Attack: 2446
Attack2: 3669
Defense: 188
MagicDefense: 28
Str: 141
Agi: 90
Vit: 160
Int: 0
Dex: 169
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 2612
AttackMotion: 912
ClientAttackMotion: 816
DamageMotion: 288
Ai: 04
- Id: 3477
AegisName: AS_IMMORTAL_CORPS
Name: Immortal Fortress Legio
Level: 160
Hp: 405694
BaseExp: 15464
JobExp: 12888
Attack: 2446
Attack2: 1546
Defense: 150
MagicDefense: 83
Str: 165
Agi: 90
Vit: 95
Int: 75
Dex: 180
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Undead
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1500
AttackMotion: 600
ClientAttackMotion: 600
DamageMotion: 500
Ai: 04
Modes:
Detector: true
Drops:
- Item: Sinister_Dagger
Rate: 20
RandomOptionGroup: AS_WEAPON_4
- Item: Sinister_Saber
Rate: 20
RandomOptionGroup: AS_WEAPON_3
- Item: Sinister_Twohand_Sword
Rate: 20
RandomOptionGroup: AS_WEAPON_5
- Item: Sinister_Spear
Rate: 20
RandomOptionGroup: AS_WEAPON_5
- Item: Sinister_Lance
Rate: 20
RandomOptionGroup: AS_WEAPON_5
- Id: 3478
AegisName: AS_ZOMBIE_SLAUGHTER
Name: Sky Fortress Key Keeper
Level: 160
Hp: 423332
BaseExp: 15464
JobExp: 12888
Attack: 2446
Attack2: 292
Defense: 129
MagicDefense: 58
Str: 150
Agi: 88
Vit: 105
Int: 16
Dex: 210
Luk: 27
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 676
AttackMotion: 648
ClientAttackMotion: 432
DamageMotion: 432
Ai: 04
Class: Boss
Drops:
- Item: Air_Stronghold_Key
Rate: 10000
StealProtected: true
- Id: 3479
AegisName: AS_ZOMBIE_MASTER
Name: Immortal Zombie Assault
Level: 160
Hp: 405694
BaseExp: 15464
JobExp: 12888
Attack: 2446
Attack2: 430
Defense: 104
MagicDefense: 61
Str: 73
Agi: 96
Vit: 64
Int: 65
Dex: 138
Luk: 64
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 175
AttackDelay: 2612
AttackMotion: 912
ClientAttackMotion: 816
DamageMotion: 288
Ai: 04
Drops:
- Item: Sinister_Book
Rate: 20
RandomOptionGroup: AS_WEAPON_4
- Item: Sinister_Katar
Rate: 20
RandomOptionGroup: AS_WEAPON_5
- Item: Sinister_Huuma
Rate: 20
RandomOptionGroup: AS_WEAPON_4
- Item: Sinister_Twohand_Axe
Rate: 20
RandomOptionGroup: AS_WEAPON_3
- Item: Sinister_Mace
Rate: 20
RandomOptionGroup: AS_WEAPON_3
- Item: Sinister_Fist
Rate: 20
RandomOptionGroup: AS_WEAPON_5
- Id: 3480
AegisName: AS_CURSED_SOLDIER
Name: Immortal Cursed Zombie
Level: 160
Hp: 405694
BaseExp: 15464
JobExp: 12888
Attack: 2446
Attack2: 1
Defense: 123
MagicDefense: 50
Str: 117
Agi: 86
Vit: 93
Int: 81
Dex: 309
Luk: 33
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1960
AttackMotion: 576
ClientAttackMotion: 624
DamageMotion: 420
Ai: 04
Drops:
- Item: Sinister_Staff
Rate: 20
RandomOptionGroup: AS_WEAPON_1
- Item: Sinister_Rod
Rate: 20
RandomOptionGroup: AS_WEAPON_1
- Item: Sinister_Revolver
Rate: 20
RandomOptionGroup: AS_WEAPON_2
- Item: Sinister_Wire
Rate: 20
RandomOptionGroup: AS_WEAPON_2
- Item: Sinister_Viollin
Rate: 20
RandomOptionGroup: AS_WEAPON_2
- Item: Sinister_Bow
Rate: 20
RandomOptionGroup: AS_WEAPON_2
- Id: 3481
AegisName: AS_EVIL_SHADOW1
Name: Immortal Nightmare Shado
Level: 160
Hp: 423330
BaseExp: 14059
JobExp: 13590
Attack: 2446
Attack2: 498
Defense: 34
MagicDefense: 34
Str: 102
Agi: 61
Vit: 102
Int: 24
Dex: 132
Luk: 51
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1500
AttackMotion: 600
ClientAttackMotion: 672
DamageMotion: 500
Ai: 04
Modes:
Detector: true
Drops:
- Item: Sinister_Book
Rate: 30
RandomOptionGroup: AS_WEAPON_4
- Item: Sinister_Katar
Rate: 30
RandomOptionGroup: AS_WEAPON_5
- Item: Sinister_Huuma
Rate: 30
RandomOptionGroup: AS_WEAPON_4
- Item: Sinister_Twohand_Axe
Rate: 30
RandomOptionGroup: AS_WEAPON_3
- Item: Sinister_Mace
Rate: 30
RandomOptionGroup: AS_WEAPON_3
- Item: Sinister_Fist
Rate: 30
RandomOptionGroup: AS_WEAPON_5
- Id: 3482
AegisName: AS_EVIL_SHADOW2
Name: Immortal Angry Shadow
Level: 160
Hp: 388054
BaseExp: 14059
JobExp: 13590
Attack: 2202
Attack2: 1033
Defense: 137
MagicDefense: 40
Str: 68
Agi: 139
Vit: 51
Int: 39
Dex: 234
Luk: 17
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1000
AttackMotion: 500
ClientAttackMotion: 288
DamageMotion: 600
Ai: 04
Modes:
Detector: true
Drops:
- Item: Sinister_Staff
Rate: 30
RandomOptionGroup: AS_WEAPON_1
- Item: Sinister_Rod
Rate: 30
RandomOptionGroup: AS_WEAPON_1
- Item: Sinister_Revolver
Rate: 30
RandomOptionGroup: AS_WEAPON_2
- Item: Sinister_Wire
Rate: 30
RandomOptionGroup: AS_WEAPON_2
- Item: Sinister_Viollin
Rate: 30
RandomOptionGroup: AS_WEAPON_2
- Item: Sinister_Bow
Rate: 30
RandomOptionGroup: AS_WEAPON_2
- Id: 3483
AegisName: AS_EVIL_SHADOW3
Name: Immortal Death Shadow
Level: 160
Hp: 423330
BaseExp: 14059
JobExp: 13590
Attack: 2446
Attack2: 106
Defense: 100
MagicDefense: 49
Str: 135
Agi: 117
Vit: 74
Int: 37
Dex: 142
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1800
AttackMotion: 780
ClientAttackMotion: 1440
DamageMotion: 480
Ai: 04
Modes:
Detector: true
Drops:
- Item: Sinister_Dagger
Rate: 30
RandomOptionGroup: AS_WEAPON_4
- Item: Sinister_Saber
Rate: 30
RandomOptionGroup: AS_WEAPON_3
- Item: Sinister_Twohand_Sword
Rate: 30
RandomOptionGroup: AS_WEAPON_5
- Item: Sinister_Spear
Rate: 30
RandomOptionGroup: AS_WEAPON_5
- Item: Sinister_Lance
Rate: 30
RandomOptionGroup: AS_WEAPON_5
- Id: 3484
AegisName: AS_D_RAGGED_GOLEM
Name: Stefan.J.E.Wolf
Level: 160
Hp: 20000000
Attack: 8128
Attack2: 640
Defense: 146
MagicDefense: 30
Str: 248
Agi: 57
Vit: 16
Int: 59
Dex: 245
Luk: 43
AttackRange: 1
SkillRange: 14
ChaseRange: 16
Size: Large
Race: Undead
Element: Undead
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 960
AttackMotion: 1632
ClientAttackMotion: 912
DamageMotion: 480
Ai: 21
Class: Boss
- Id: 3485
AegisName: AS_D_CURSED_SOLDIER
Name: Cursed Soldier of Bijou
Level: 160
Hp: 405694
Attack: 2446
Attack2: 1
Defense: 123
MagicDefense: 50
Str: 117
Agi: 86
Vit: 93
Int: 81
Dex: 309
Luk: 33
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1960
AttackMotion: 576
ClientAttackMotion: 624
DamageMotion: 420
Ai: 04
# - Id: 3486
# AegisName: E_WILD_RABBIT
- Id: 3487
AegisName: IMMORTAL_CORPS1
Name: Butcher Soldier
Level: 115
Hp: 90000
Attack: 800
Attack2: 800
Defense: 50
MagicDefense: 30
Str: 100
Agi: 90
Vit: 70
Int: 50
Dex: 150
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Undead
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 500
AttackMotion: 840
ClientAttackMotion: 600
DamageMotion: 300
Ai: 21
Modes:
Detector: true
Drops:
- Item: Moving_Black_Things
Rate: 4000
- Item: Rusty_Cleaver
Rate: 1000
- Item: Branch_Of_Dead_Tree
Rate: 10
- Item: Fruit_Of_Mastela
Rate: 200
- Item: Yggdrasilberry
Rate: 50
- Item: Crystal_Jewel__
Rate: 3
- Item: Old_Blue_Box
Rate: 2
- Item: Immotal_Corps_Card
Rate: 1
StealProtected: true
- Id: 3488
AegisName: IMMORTAL_CORPS2
Name: Scythe Soldier
Level: 115
Hp: 120000
Attack: 600
Attack2: 600
Defense: 30
MagicDefense: 60
Str: 84
Agi: 75
Vit: 70
Int: 120
Dex: 120
Luk: 80
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Undead
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 1000
AttackMotion: 1100
ClientAttackMotion: 1152
DamageMotion: 480
Ai: 21
Modes:
Detector: true
Drops:
- Item: Moving_Black_Things
Rate: 4000
- Item: Rusty_Cleaver
Rate: 1000
- Item: Branch_Of_Dead_Tree
Rate: 10
- Item: Fruit_Of_Mastela
Rate: 200
- Item: Yggdrasilberry
Rate: 50
- Item: Crystal_Jewel__
Rate: 3
- Item: Old_Blue_Box
Rate: 2
- Item: Immotal_Corps_Card
Rate: 1
StealProtected: true
- Id: 3489
AegisName: IMMORTAL_CORPS3
Name: Bone Crash Soldier
Level: 115
Hp: 170000
Sp: 0
Attack: 900
Attack2: 900
Defense: 80
MagicDefense: 40
Str: 120
Agi: 90
Vit: 130
Int: 30
Dex: 80
Luk: 50
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Undead
ElementLevel: 4
WalkSpeed: 200
AttackDelay: 1500
AttackMotion: 1500
ClientAttackMotion: 1152
DamageMotion: 480
Ai: 21
Modes:
Detector: true
Drops:
- Item: Moving_Black_Things
Rate: 4000
- Item: Rusty_Cleaver
Rate: 1000
- Item: Branch_Of_Dead_Tree
Rate: 10
- Item: Fruit_Of_Mastela
Rate: 200
- Item: Yggdrasilberry
Rate: 50
- Item: Crystal_Jewel__
Rate: 3
- Item: Old_Blue_Box
Rate: 2
- Item: Immotal_Corps_Card
Rate: 1
StealProtected: true
- Id: 3490
AegisName: IMMORTAL_CO_CMDER
Name: Immortal Commander
Level: 160
Hp: 500000
BaseExp: 25000
JobExp: 15000
Attack: 890
Attack2: 200
Defense: 200
MagicDefense: 120
Str: 170
Agi: 80
Vit: 100
Int: 85
Dex: 160
Luk: 90
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Undead
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 1500
AttackMotion: 1344
ClientAttackMotion: 1152
DamageMotion: 480
Ai: 21
Modes:
Detector: true
Drops:
- Item: Moving_Black_Things
Rate: 4000
- Item: Rice_Ball
Rate: 4000
- Item: Spoon
Rate: 500
- Item: Yggdrasilberry
Rate: 250
- Item: Water_Of_Darkness
Rate: 300
- Item: Witherless_Rose
Rate: 300
- Item: Blood_Tears_
Rate: 30
- Item: Immotal_Corps_Card
Rate: 1
StealProtected: true
# - Id: 3491
# AegisName: COELACANTH_TW
# - Id: 3492
# AegisName: E_WILD_MOBSTER
# - Id: 3493
# AegisName: SYS_MSG_J
- Id: 3494
AegisName: IFN_POIRING
Name: Shining Poring
Level: 100
Hp: 15
Sp: 0
Attack: 100
Attack2: 100
Str: 10
Agi: 10
Vit: 10
Int: 10
Dex: 10
Luk: 10
AttackRange: 2
SkillRange: 10
ChaseRange: 10
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 100
ClientAttackMotion: 2496
Ai: 01
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
TeleportBlock: true
Drops:
- Item: Shattered_Rune
Index: 0
Rate: 3000
- Item: Shattered_Rune
Index: 1
Rate: 3000
- Item: Shattered_Rune
Index: 2
Rate: 3000
- Item: Shattered_Rune
Index: 3
Rate: 3000
- Item: Shattered_Rune
Index: 4
Rate: 3000
- Item: Shattered_Rune
Index: 5
Rate: 3000
- Item: Shattered_Rune
Index: 6
Rate: 3000
- Item: Shattered_Rune
Index: 7
Rate: 3000
StealProtected: true
- Id: 3495
AegisName: DR_EGGRING
Name: Eggring
Level: 1
Hp: 50
BaseExp: 50
JobExp: 35
Attack: 1
Attack2: 1
Defense: 2
MagicDefense: 4
Str: 6
Int: 0
Dex: 6
Luk: 4
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 72
DamageMotion: 480
Ai: 02
Drops:
- Item: Jellopy
Index: 0
Rate: 7000
- Item: Apple
Index: 1
Rate: 1000
- Item: Sticky_Mucus
Index: 2
Rate: 400
- Item: Phracon
Index: 3
Rate: 30
- Item: Wing_Of_Fly
Index: 4
Rate: 500
- Item: Apple
Index: 5
Rate: 150
- Item: Apple
Index: 6
Rate: 20
- Item: Eggring_Card
Index: 7
Rate: 20
StealProtected: true
- Id: 3496
AegisName: DR_LUNATIC
Name: Leaf Lunatic
Level: 3
Hp: 44
BaseExp: 50
JobExp: 35
Attack: 1
Attack2: 1
Defense: 16
Str: 9
Vit: 2
Int: 0
Dex: 7
Luk: 4
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Neutral
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1456
AttackMotion: 456
ClientAttackMotion: 264
DamageMotion: 336
Ai: 01
Drops:
- Item: Clover
Rate: 7000
- Item: Feather
Rate: 3000
- Item: Pierrot_Nose
Rate: 4
- Item: Apple
Rate: 1000
- Item: Wing_Of_Fly
Rate: 500
- Item: Carrot
Rate: 3000
- Item: Phracon
Rate: 30
- Item: Leaf_Lunatic_Card
Rate: 10
StealProtected: true
- Id: 3497
AegisName: DR_FABRE
Name: Grass Fabre
Level: 7
Hp: 60
BaseExp: 55
JobExp: 40
Attack: 2
Attack2: 3
Defense: 24
Str: 12
Vit: 5
Int: 5
Dex: 12
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 1672
AttackMotion: 672
ClientAttackMotion: 192
DamageMotion: 480
Ai: 01
Modes:
Detector: true
Drops:
- Item: Fluff
Rate: 7000
- Item: Feather
Rate: 1000
- Item: White_Shirt
Rate: 100
# RandomOptionGroup: 30L
- Item: Wing_Of_Fly
Rate: 500
- Item: Green_Herb
Rate: 3000
- Item: Clover
Rate: 1000
- Item: Grass_Fabre_Card
Rate: 10
StealProtected: true
- Id: 3498
AegisName: DR_HORNET
Name: Wild Hornet
Level: 11
Hp: 78
BaseExp: 57
JobExp: 42
Attack: 2
Attack2: 3
Defense: 7
MagicDefense: 1
Str: 11
Agi: 22
Vit: 3
Int: 4
Dex: 6
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Wind
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1292
AttackMotion: 792
ClientAttackMotion: 648
DamageMotion: 216
Ai: 01
Modes:
Detector: true
Drops:
- Item: Wind_Of_Verdure
Rate: 80
- Item: Bee_Sting
Rate: 8000
- Item: Jellopy
Rate: 3000
- Item: Hardwood_Slipper
Rate: 100
- Item: Green_Herb
Rate: 500
- Item: Honey
Rate: 100
- Item: Wing_Of_Fly
Rate: 500
- Item: Wild_Honet_Card
Rate: 10
StealProtected: true
- Id: 3499
AegisName: DR_RODA_FROG
Name: Sweet Roda Frog
Level: 14
Hp: 140
BaseExp: 65
JobExp: 50
Attack: 4
Attack2: 4
Defense: 12
MagicDefense: 5
Str: 12
Agi: 6
Vit: 4
Int: 0
Dex: 14
Luk: 9
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 2016
AttackMotion: 816
ClientAttackMotion: 336
DamageMotion: 288
Ai: 01
Drops:
- Item: Sticky_Webfoot
Rate: 4500
- Item: Spawn
Rate: 500
- Item: Green_Herb
Rate: 300
- Item: Azure_Jewel
Rate: 8
- Item: Wing_Of_Fly
Rate: 500
- Item: Abundantly_Foxtail
Rate: 100
# RandomOptionGroup: 30L
- Item: Long_Foxtail
Rate: 100
# RandomOptionGroup: 30L
- Item: Sw_Roda_Frog_Card
Rate: 10
StealProtected: true
- Id: 3500
AegisName: DR_DESERT_WOLF_B
Name: Hunter Desert Wolf
Level: 17
Hp: 113
BaseExp: 76
JobExp: 58
Attack: 7
Attack2: 10
Defense: 15
MagicDefense: 3
Str: 12
Agi: 14
Vit: 9
Int: 5
Dex: 21
Luk: 8
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Fire
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1600
AttackMotion: 900
ClientAttackMotion: 252
DamageMotion: 240
Ai: 01
Drops:
- Item: Emveretarcon
Rate: 50
- Item: Animal's_Skin
Rate: 2750
- Item: Elunium_Stone
Rate: 30
- Item: Wing_Of_Fly
Rate: 500
- Item: Orange
Rate: 500
- Item: Hunter_Wolf_Card
Rate: 10
StealProtected: true
- Id: 3501
AegisName: DR_SPORE
Name: Trans Spore
Level: 18
Hp: 203
BaseExp: 74
JobExp: 59
Attack: 7
Attack2: 7
Defense: 10
MagicDefense: 9
Str: 13
Agi: 4
Vit: 9
Int: 0
Dex: 11
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Water
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 576
DamageMotion: 288
Ai: 01
Drops:
- Item: Mushroom_Spore
Rate: 8000
- Item: Red_Herb
Rate: 1000
- Item: Wing_Of_Fly
Rate: 500
- Item: Spore_Doll
Rate: 10
- Item: White_Eco_Shirt
Rate: 100
# RandomOptionGroup: 30L
- Item: Poison_Spore
Rate: 10
- Item: Emveretarcon
Rate: 50
- Item: Trance_Spore_Card
Rate: 10
StealProtected: true
- Id: 3502
AegisName: DR_BASILISK1
Name: Scout Basilisk
Level: 20
Hp: 243
BaseExp: 95
JobExp: 62
Attack: 11
Attack2: 12
Defense: 18
MagicDefense: 10
Str: 20
Agi: 13
Vit: 10
Dex: 12
Luk: 11
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 2228
AttackMotion: 528
ClientAttackMotion: 864
DamageMotion: 576
Ai: 04
Drops:
- Item: Oridecon_Stone
Rate: 15
- Item: Elunium_Stone
Rate: 30
- Item: DragonFry_Foxtail
Rate: 100
# RandomOptionGroup: 30L
- Item: BigSize_Foxtail
Rate: 100
# RandomOptionGroup: 30L
- Item: Red_Eco_Boots
Rate: 100
- Item: Dr_Life_Potion_02
Rate: 500
- Item: Basilisk1_Card
Rate: 10
StealProtected: true
- Id: 3503
AegisName: DR_BASILISK2
Name: Combat Basilisk
Level: 140
Hp: 180030
BaseExp: 10679
JobExp: 13514
Attack: 1379
Attack2: 1504
Defense: 105
MagicDefense: 80
Str: 104
Agi: 68
Vit: 52
Int: 5
Dex: 124
Luk: 57
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 2228
AttackMotion: 528
ClientAttackMotion: 960
DamageMotion: 576
Ai: 04
Drops:
- Item: Yggdrasilberry
Rate: 80
- Item: Old_Violet_Box
Rate: 80
- Item: Elunium
Rate: 100
- Item: Carnium
Rate: 100
- Item: Dr_Life_Potion_02
Rate: 500
- Item: Magical_Foxtail
Rate: 1
- Item: Ex_Model_Foxtail
Rate: 1
- Item: Basilisk2_Card
Rate: 1
StealProtected: true
- Id: 3504
AegisName: DR_BASILISK3
Name: Combat Basilisk
Level: 148
Hp: 216036
BaseExp: 12815
JobExp: 16217
Attack: 1654
Attack2: 1804
Defense: 126
MagicDefense: 80
Str: 128
Agi: 74
Vit: 58
Int: 7
Dex: 136
Luk: 63
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 2228
AttackMotion: 528
ClientAttackMotion: 480
DamageMotion: 576
Ai: 04
Drops:
- Item: Yggdrasilberry
Rate: 80
- Item: Old_Blue_Box
Rate: 80
- Item: Oridecon
Rate: 100
- Item: Bradium
Rate: 100
- Item: Dr_Life_Potion_02
Rate: 500
- Item: Ex_Y_Model_Foxtail
Rate: 1
- Item: Doram_Ele_Shoes
Rate: 10
- Item: Basilisk2_Card
Rate: 1
StealProtected: true
- Id: 3505
AegisName: DR_BIG_EGGRING
Name: Big Eggring
Level: 25
Hp: 142480
BaseExp: 5486
JobExp: 6908
# MvpExp:
Attack: 82
Attack2: 82
Defense: 63
MagicDefense: 4
Str: 68
Agi: 12
Vit: 12
Int: 12
Dex: 68
Luk: 57
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 3
WalkSpeed: 400
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 72
DamageMotion: 480
Ai: 17
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5000
- Item: Old_Blue_Box
Rate: 5000
- Item: Royal_Jelly
Rate: 5000
Drops:
- Item: White_Potion
Rate: 5000
- Item: Wing_Of_Fly
Rate: 1000
- Item: Elunium
Rate: 500
- Item: Oridecon
Rate: 500
- Item: Old_Blue_Box
Rate: 100
- Item: Big_Eggring_Card
Rate: 1
StealProtected: true
- Id: 3506
AegisName: DR_MANDRAGORA
Name: Jungle Madragora
Level: 144
Hp: 190570
BaseExp: 11100
JobExp: 14200
Attack: 1840
Attack2: 1477
Defense: 113
MagicDefense: 62
Str: 149
Agi: 37
Vit: 62
Int: 62
Dex: 124
Luk: 62
AttackRange: 4
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 3
WalkSpeed: 1000
AttackDelay: 1768
AttackMotion: 768
ClientAttackMotion: 384
DamageMotion: 576
Ai: 10
Drops:
- Item: Yellow_Live
Rate: 60
- Item: Stem
Rate: 8000
- Item: Old_Violet_Box
Rate: 80
- Item: Elunium
Rate: 100
- Item: Oridecon
Rate: 100
- Item: Four_Leaf_Clover
Rate: 1
- Item: Doram_Ele_Cape
Rate: 1
- Item: Ju_Mandragora_Card
Rate: 10
StealProtected: true
- Id: 3507
AegisName: DR_POM_SPIDER
Name: Fruits Pom Spider
Level: 150
Hp: 156532
BaseExp: 8809
JobExp: 8954
Attack: 1137
Attack2: 258
Defense: 240
MagicDefense: 115
Str: 160
Agi: 87
Vit: 182
Int: 90
Dex: 214
Luk: 105
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Earth
ElementLevel: 3
WalkSpeed: 250
AttackDelay: 864
AttackMotion: 1056
ClientAttackMotion: 672
DamageMotion: 576
Ai: 04
Modes:
Detector: true
Drops:
- Item: Fruit_Basket
Rate: 250
- Item: Shadowdecon_Ore
Rate: 30
- Item: Mental_Stick
Rate: 1
- Item: Yggdrasilberry
Rate: 80
- Item: Old_Violet_Box
Rate: 80
- Item: Doram_Ele_Suit
Rate: 10
- Item: Magical_Y_Foxtail
Rate: 1
- Item: Fru_Pom_Spider_Card
Rate: 10
StealProtected: true
- Id: 3508
AegisName: DR_EGGRING_G
Name: Eggring
Level: 20
Hp: 220
Attack: 10
Attack2: 10
Defense: 9
MagicDefense: 4
Str: 20
Agi: 4
Vit: 4
Int: 4
Dex: 20
Luk: 17
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 72
DamageMotion: 480
Ai: 24
# - Id: 3509
# AegisName: MOON_RABBIT
- Id: 3510
AegisName: POPE_MD_E_GUARD
Name: Temple Guard
Level: 84
Hp: 30000
BaseExp: 440
JobExp: 380
Attack: 230
Attack2: 60
Defense: 50
MagicDefense: 20
Str: 70
Agi: 25
Vit: 50
Dex: 45
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1200
AttackMotion: 1200
ClientAttackMotion: 768
DamageMotion: 480
Ai: 04
Drops:
- Item: Black_Mask
Rate: 3000
- Item: Silver_Bracelet
Rate: 3000
- Item: Center_Potion_B
Rate: 100
- Item: White_Potion_B
Rate: 500
- Item: White_Potion
Rate: 800
- Id: 3511
AegisName: POPE_MD_E_BELIEVER_1
Name: Enraged Devotee
Level: 82
Hp: 19500
BaseExp: 998
JobExp: 905
Attack: 320
Attack2: 30
Defense: 75
MagicDefense: 30
Str: 64
Agi: 45
Vit: 40
Int: 15
Dex: 60
Luk: 12
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 768
AttackMotion: 432
ClientAttackMotion: 360
DamageMotion: 360
Ai: 04
Drops:
- Item: White_Mask
Rate: 3000
- Item: Bloody_Page
Rate: 1000
- Item: Ice_Heart
Rate: 2000
- Item: Center_Potion_B
Rate: 100
- Item: White_Potion_B
Rate: 500
- Item: White_Potion
Rate: 1000
- Id: 3512
AegisName: POPE_MD_E_BELIEVER_2
Name: Enraged Devotee
Level: 85
Hp: 22500
BaseExp: 998
JobExp: 905
Attack: 360
Attack2: 40
Defense: 65
MagicDefense: 40
Str: 72
Agi: 50
Vit: 35
Int: 10
Dex: 55
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 768
AttackMotion: 432
ClientAttackMotion: 576
DamageMotion: 360
Ai: 04
Drops:
- Item: Petite_DiablOfs_Wing
Rate: 1000
- Item: White_Mask
Rate: 2000
- Item: Clattering_Skull
Rate: 2000
- Item: Center_Potion_B
Rate: 100
- Item: White_Potion_B
Rate: 500
- Item: White_Potion
Rate: 1000
- Id: 3513
AegisName: POPE_MD_E_DOG
Name: Enraged Dog
Level: 85
Hp: 27000
BaseExp: 1005
JobExp: 952
Attack: 380
Attack2: 42
Defense: 40
MagicDefense: 10
Str: 80
Agi: 20
Vit: 50
Int: 5
Dex: 30
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Fire
ElementLevel: 2
WalkSpeed: 140
AttackDelay: 824
AttackMotion: 432
ClientAttackMotion: 336
DamageMotion: 360
Ai: 19
Drops:
- Item: Sharpened_Cuspid
Rate: 2000
- Item: Hot_Hair
Rate: 1000
- Item: Skel_Bone
Rate: 800
- Item: Center_Potion_B
Rate: 100
- Item: White_Potion_B
Rate: 500
- Item: White_Potion
Rate: 1000
- Id: 3514
AegisName: POPE_MD_E_BISHOP
Name: Enraged High Priest
Level: 87
Hp: 142500
BaseExp: 1789
JobExp: 1455
Attack: 350
Attack2: 50
Defense: 35
MagicDefense: 30
Str: 32
Agi: 48
Vit: 45
Int: 75
Dex: 64
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 1100
AttackMotion: 1100
ClientAttackMotion: 768
DamageMotion: 480
Ai: 21
Class: Boss
Drops:
- Item: Dream_Piece
Rate: 10000
- Item: Bishop_Necklace
Rate: 100
- Item: Ice_Heart
Rate: 1000
- Item: White_Potion_B
Rate: 500
- Item: White_Potion
Rate: 1000
- Item: Center_Potion_B
Rate: 100
- Id: 3515
AegisName: POPE_MD_E_ICICLE
Name: Frozen Heart
Level: 80
Hp: 1012
BaseExp: 98
JobExp: 80
Attack: 287
Attack2: 1
Defense: 2
MagicDefense: 10
Str: 99
Dex: 50
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Water
ElementLevel: 2
WalkSpeed: 1000
AttackDelay: 1344
ClientAttackMotion: 1152
Ai: 10
- Id: 3516
AegisName: POPE_MD_E_LUWMIN
Name: Enraged Luwmin
Level: 90
Hp: 600000
BaseExp: 3089
JobExp: 2555
Attack: 400
Attack2: 60
Defense: 40
MagicDefense: 45
Str: 36
Agi: 48
Vit: 50
Int: 85
Dex: 64
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Water
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 861
AttackMotion: 660
ClientAttackMotion: 768
DamageMotion: 144
Ai: 21
Class: Boss
Drops:
- Item: Dream_Piece
Rate: 10000
- Item: Dandelion_Ring
Rate: 500
- Item: Frozen_Rose
Rate: 50
- Item: Ice_Heart
Rate: 1000
- Item: White_Potion_B
Rate: 500
- Item: White_Potion
Rate: 1000
- Item: Center_Potion_B
Rate: 100
- Item: Elemental_Water
Rate: 100
StealProtected: true
- Id: 3517
AegisName: POPE_MD_E_TITAN
Name: Ice Titan
Level: 65
Hp: 15000
BaseExp: 200
JobExp: 150
Attack: 180
Attack2: 50
Defense: 30
MagicDefense: 10
Str: 42
Agi: 20
Vit: 35
Dex: 25
Luk: 5
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Water
ElementLevel: 2
WalkSpeed: 210
AttackDelay: 861
AttackMotion: 660
ClientAttackMotion: 600
DamageMotion: 144
Ai: 24
- Id: 3518
AegisName: POPE_MD_H_GUARD
Name: Temple Guard
Level: 130
Hp: 165000
BaseExp: 3205
JobExp: 2850
Attack: 1238
Attack2: 158
Defense: 98
MagicDefense: 47
Str: 106
Agi: 110
Vit: 61
Int: 53
Dex: 133
Luk: 53
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 180
AttackDelay: 1100
AttackMotion: 1100
ClientAttackMotion: 768
DamageMotion: 480
Ai: 04
Drops:
- Item: Black_Mask
Rate: 3000
- Item: Silver_Bracelet
Rate: 3000
- Item: Center_Potion_B
Rate: 100
- Item: White_Potion_B
Rate: 500
- Item: White_Potion
Rate: 1000
- Id: 3519
AegisName: POPE_MD_H_BELIEVER_1
Name: Enraged Devotee
Level: 133
Hp: 127500
BaseExp: 3413
JobExp: 2942
Attack: 1284
Attack2: 178
Defense: 105
MagicDefense: 50
Str: 110
Agi: 80
Vit: 65
Int: 58
Dex: 135
Luk: 63
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 768
AttackMotion: 432
ClientAttackMotion: 360
DamageMotion: 360
Ai: 04
Drops:
- Item: White_Mask
Rate: 3000
- Item: Bloody_Page
Rate: 1000
- Item: Ice_Heart
Rate: 2000
- Item: Center_Potion_B
Rate: 100
- Item: White_Potion_B
Rate: 500
- Item: White_Potion
Rate: 1000
- Id: 3520
AegisName: POPE_MD_H_BELIEVER_2
Name: Enraged Devotee
Level: 134
Hp: 135000
BaseExp: 3568
JobExp: 3001
Attack: 1308
Attack2: 210
Defense: 108
MagicDefense: 55
Str: 113
Agi: 75
Vit: 66
Int: 20
Dex: 80
Luk: 63
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 768
AttackMotion: 432
ClientAttackMotion: 576
DamageMotion: 360
Ai: 04
Drops:
- Item: Petite_DiablOfs_Wing
Rate: 1000
- Item: White_Mask
Rate: 2000
- Item: Clattering_Skull
Rate: 2000
- Item: Center_Potion_B
Rate: 100
- Item: White_Potion_B
Rate: 500
- Item: White_Potion
Rate: 1000
- Id: 3521
AegisName: POPE_MD_H_DOG
Name: Enraged Dog
Level: 136
Hp: 150000
BaseExp: 3683
JobExp: 3134
Attack: 1400
Attack2: 280
Defense: 130
MagicDefense: 60
Str: 140
Agi: 30
Vit: 95
Int: 45
Dex: 65
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Fire
ElementLevel: 2
WalkSpeed: 140
AttackDelay: 824
AttackMotion: 432
ClientAttackMotion: 336
DamageMotion: 360
Ai: 19
Drops:
- Item: Sharpened_Cuspid
Rate: 2000
- Item: Hot_Hair
Rate: 1000
- Item: Skel_Bone
Rate: 800
- Item: Center_Potion_B
Rate: 100
- Item: White_Potion_B
Rate: 500
- Item: White_Potion
Rate: 1000
- Id: 3522
AegisName: POPE_MD_H_BISHOP
Name: Enraged High Priest
Level: 140
Hp: 375000
BaseExp: 4200
JobExp: 3764
Attack: 740
Attack2: 300
Defense: 150
MagicDefense: 80
Str: 64
Agi: 73
Vit: 70
Int: 110
Dex: 83
Luk: 40
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 1100
AttackMotion: 1100
ClientAttackMotion: 768
DamageMotion: 480
Ai: 21
Class: Boss
Drops:
- Item: Dream_Piece
Rate: 10000
- Item: Bishop_Necklace
Rate: 100
- Item: Ice_Heart
Rate: 1000
- Item: White_Potion_B
Rate: 500
- Item: White_Potion
Rate: 1000
- Item: Center_Potion_B
Rate: 100
- Id: 3523
AegisName: POPE_MD_H_ICICLE
Name: Frozen Heart
Level: 130
Hp: 75000
BaseExp: 98
JobExp: 80
Attack: 540
Attack2: 40
Defense: 2
MagicDefense: 10
Str: 120
Dex: 80
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Water
ElementLevel: 2
WalkSpeed: 1000
AttackDelay: 1344
ClientAttackMotion: 1152
Ai: 10
- Id: 3524
AegisName: POPE_MD_H_LUWMIN
Name: Enraged Luwmin
Level: 140
Hp: 825000
BaseExp: 5100
JobExp: 4564
Attack: 840
Attack2: 160
Defense: 120
MagicDefense: 100
Str: 69
Agi: 81
Vit: 75
Int: 130
Dex: 90
Luk: 42
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 861
AttackMotion: 660
ClientAttackMotion: 768
DamageMotion: 144
Ai: 21
Drops:
- Item: Dream_Piece
Rate: 10000
- Item: Dandelion_Ring
Rate: 100
- Item: Frozen_Rose
Rate: 50
- Item: Ice_Heart
Rate: 1000
- Item: White_Potion_B
Rate: 500
- Item: White_Potion
Rate: 1000
- Item: Center_Potion_B
Rate: 100
- Item: Elemental_Water
Rate: 100
StealProtected: true
- Id: 3525
AegisName: POPE_MD_H_TITAN
Name: Ice Titan
Level: 90
Hp: 105000
BaseExp: 440
JobExp: 380
Attack: 230
Attack2: 60
Defense: 50
MagicDefense: 20
Str: 70
Agi: 25
Vit: 50
Dex: 45
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Water
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 861
AttackMotion: 660
ClientAttackMotion: 600
DamageMotion: 144
Ai: 24
- Id: 3526
AegisName: POPE_MD_H_KTULLANUX
Name: Vision of Ktullanux
Level: 141
Hp: 2000000
BaseExp: 102000
JobExp: 91280
Attack: 1000
Attack2: 300
Defense: 150
MagicDefense: 95
Str: 45
Agi: 89
Vit: 89
Int: 64
Dex: 75
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Water
ElementLevel: 3
WalkSpeed: 400
AttackDelay: 432
AttackMotion: 840
ClientAttackMotion: 660
DamageMotion: 216
Ai: 21
Class: Boss
Drops:
- Item: Ice_Scale
Rate: 4500
- Item: Old_Card_Album
Rate: 1500
- Item: Freeze_Dream
Rate: 1500
- Item: Old_Violet_Box
Rate: 2500
- Item: Yggdrasilberry
Rate: 2500
- Id: 3527
AegisName: POPE_MD_MERC_NORMAL
Name: Official Pope
Level: 87
Hp: 37500
Sp: 190
BaseExp: 440
JobExp: 380
Attack: 1
Defense: 450
MagicDefense: 20
Vit: 70
Int: 5
Dex: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demihuman
Element: Holy
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 864
AttackMotion: 864
ClientAttackMotion: 576
DamageMotion: 480
- Id: 3528
AegisName: POPE_MD_MERC_CASUAL
Name: Casual Pope
Level: 87
Hp: 37500
Sp: 190
BaseExp: 440
JobExp: 380
Attack: 1
Defense: 450
MagicDefense: 20
Vit: 70
Int: 5
Dex: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demihuman
Element: Holy
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 864
AttackMotion: 864
ClientAttackMotion: 576
DamageMotion: 480
# - Id: 3529
# AegisName: JP_E_MONSTER_1
# - Id: 3530
# AegisName: JP_E_MONSTER_2
# - Id: 3531
# AegisName: JP_E_MONSTER_3
# - Id: 3532
# AegisName: JP_E_MONSTER_4
# - Id: 3533
# AegisName: JP_E_MONSTER_5
# - Id: 3534
# AegisName: JP_E_MONSTER_6
# - Id: 3535
# AegisName: JP_E_MONSTER_7
# - Id: 3536
# AegisName: JP_E_MONSTER_8
# - Id: 3537
# AegisName: JP_E_MONSTER_9
# - Id: 3538
# AegisName: JP_E_MONSTER_10
# - Id: 3539
# AegisName: JP_E_MONSTER_11
# - Id: 3540
# AegisName: JP_E_MONSTER_12
# - Id: 3541
# AegisName: JP_E_MONSTER_13
# - Id: 3542
# AegisName: JP_E_MONSTER_14
# - Id: 3543
# AegisName: JP_E_MONSTER_15
# - Id: 3544
# AegisName: JP_E_MONSTER_16
# - Id: 3545
# AegisName: JP_E_MONSTER_17
# - Id: 3546
# AegisName: JP_E_MONSTER_18
# - Id: 3547
# AegisName: JP_E_MONSTER_19
# - Id: 3548
# AegisName: JP_E_MONSTER_20
# - Id: 3549
# AegisName: JP_E_MONSTER_21
# - Id: 3550
# AegisName: JP_E_MONSTER_22
# - Id: 3551
# AegisName: JP_E_MONSTER_23
# - Id: 3552
# AegisName: JP_E_MONSTER_24
# - Id: 3553
# AegisName: JP_E_MONSTER_25
# - Id: 3554
# AegisName: JP_E_MONSTER_26
# - Id: 3555
# AegisName: JP_E_MONSTER_27
# - Id: 3556
# AegisName: JP_E_MONSTER_28
# - Id: 3557
# AegisName: JP_E_MONSTER_29
# - Id: 3558
# AegisName: JP_E_MONSTER_30
# - Id: 3559
# AegisName: JP_E_MONSTER_31
# - Id: 3560
# AegisName: JP_E_MONSTER_32
# - Id: 3561
# AegisName: JP_E_MONSTER_33
# - Id: 3562
# AegisName: JP_E_MONSTER_34
# - Id: 3563
# AegisName: JP_E_MONSTER_35
# - Id: 3564
# AegisName: JP_E_MONSTER_36
# - Id: 3565
# AegisName: JP_E_MONSTER_37
# - Id: 3566
# AegisName: JP_E_MONSTER_38
# - Id: 3567
# AegisName: JP_E_MONSTER_39
# - Id: 3568
# AegisName: JP_E_MONSTER_40
- Id: 3569
AegisName: POPE_MD_H_MERC_NORMAL
Name: Casual Pope
Level: 120
Hp: 120000
Sp: 380
BaseExp: 440
JobExp: 380
Attack: 1
Defense: 999
MagicDefense: 105
Str: 2
Vit: 400
Int: 10
Dex: 110
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demihuman
Element: Holy
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 864
AttackMotion: 864
ClientAttackMotion: 576
DamageMotion: 480
- Id: 3570
AegisName: POPE_MD_H_MERC_CASUAL
Name: Official Pope
Level: 120
Hp: 120000
Sp: 380
BaseExp: 440
JobExp: 380
Attack: 1
Defense: 999
MagicDefense: 105
Str: 2
Vit: 400
Int: 10
Dex: 110
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demihuman
Element: Holy
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 864
AttackMotion: 864
ClientAttackMotion: 576
DamageMotion: 480
# - Id: 3571
# AegisName: E_MONSTER_41
# - Id: 3572
# AegisName: E_MONSTER_42
# - Id: 3573
# AegisName: E_MONSTER_43
# - Id: 3574
# AegisName: E_MONSTER_44
# - Id: 3575
# AegisName: E_MONSTER_45
# - Id: 3576
# AegisName: E_MONSTER_46
# - Id: 3577
# AegisName: E_MONSTER_47
# - Id: 3578
# AegisName: E_MONSTER_48
# - Id: 3579
# AegisName: E_MONSTER_49
# - Id: 3580
# AegisName: E_MONSTER_50
# - Id: 3581
# AegisName: E_MONSTER_51
# - Id: 3582
# AegisName: E_MONSTER_52
# - Id: 3583
# AegisName: AB_ELVIRA
# - Id: 3584
# AegisName: AB_GIOIA
# - Id: 3585
# AegisName: AB_GIOIA_G
# - Id: 3586
# AegisName: AB_GIOIA_B
# - Id: 3587
# AegisName: AB_SOHEON
# - Id: 3588
# AegisName: AB_DAEHYON
# - Id: 3589
# AegisName: AB_DAEHYON_G
# - Id: 3590
# AegisName: AB_DAEHYON_B
# - Id: 3591
# AegisName: AB_RUDO
# - Id: 3592
# AegisName: AB_KADES
# - Id: 3593
# AegisName: AB_KADES_G
# - Id: 3594
# AegisName: AB_KADESB
# - Id: 3595
# AegisName: AB_LORA
# - Id: 3596
# AegisName: AB_PYURIEL
# - Id: 3597
# AegisName: AB_PYURIEL_G
# - Id: 3598
# AegisName: AB_PYURIELB
# - Id: 3599
# AegisName: AB_ARTHUR
# - Id: 3600
# AegisName: G_RANDEL_
# - Id: 3601
# AegisName: G_FLAMEL_
# - Id: 3602
# AegisName: G_CELIA_
# - Id: 3603
# AegisName: G_CHEN_
# - Id: 3604
# AegisName: G_GERTIE_
# - Id: 3605
# AegisName: G_ALPHOCCIO_
# - Id: 3606
# AegisName: G_TRENTINI_
# - Id: 3607
# AegisName: V_G_SEYREN_
# - Id: 3608
# AegisName: V_G_EREMES_
# - Id: 3609
# AegisName: V_G_HARWORD_
# - Id: 3610
# AegisName: V_G_MAGALETA_
# - Id: 3611
# AegisName: V_G_SHECIL_
# - Id: 3612
# AegisName: V_G_KATRINN_
# - Id: 3613
# AegisName: V_G_RANDEL_
# - Id: 3614
# AegisName: V_G_FLAMEL_
# - Id: 3615
# AegisName: V_G_CELIA_
# - Id: 3616
# AegisName: V_G_CHEN_
# - Id: 3617
# AegisName: V_G_GERTIE_
# - Id: 3618
# AegisName: V_G_ALPHOCCIO_
# - Id: 3619
# AegisName: V_G_TRENTINI_
# - Id: 3620
# AegisName: NYANGPORING
- Id: 3621
AegisName: EP16_2_MM_CUTIE
Name: Pet Child
Level: 120
Hp: 3500000
BaseExp: 1200000
JobExp: 600000
MvpExp: 5000
Attack: 3400
Attack2: 1900
Defense: 220
MagicDefense: 150
Str: 160
Agi: 70
Vit: 100
Int: 40
Dex: 240
Luk: 50
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
RaceGroups:
Werner_Lab: true
Element: Dark
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 864
AttackMotion: 1268
ClientAttackMotion: 576
DamageMotion: 480
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Blue_Box
Rate: 5000
- Item: Old_Violet_Box
Rate: 5000
- Item: Yggdrasilberry
Rate: 5000
Drops:
- Item: Ultra_Light_MShield
Rate: 10
- Item: Treasure_Box
Rate: 500
- Item: Old_Violet_Box
Rate: 500
- Item: Old_Blue_Box
Rate: 500
- Item: Yggdrasilberry
Rate: 500
- Item: Carnium
Rate: 500
- Item: Bradium
Rate: 500
- Item: Cutie_Card
Rate: 1
StealProtected: true
- Id: 3622
AegisName: EP16_2_MM_S_GUARDS
Name: Special Guard
Level: 100
Hp: 21914
BaseExp: 242
JobExp: 227
Attack: 725
Attack2: 170
Defense: 80
MagicDefense: 90
Str: 108
Agi: 64
Vit: 57
Int: 62
Dex: 150
Luk: 42
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Werner_Lab: true
Element: Fire
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1000
AttackMotion: 780
ClientAttackMotion: 960
DamageMotion: 420
Ai: 04
Drops:
- Item: Boody_Red
Rate: 10
- Item: Steel
Rate: 10
- Item: Yellow_Gemstone
Rate: 10
- Item: Old_Blue_Box
Rate: 3
- Item: Seed_Of_Yggdrasil
Rate: 3
- Item: Oridecon_Stone
Rate: 15
- Item: Oridecon
Rate: 8
- Id: 3623
AegisName: EP16_2_MM_U_ENERGY_R
Name: Plasma R
Level: 1
Hp: 30
Sp: 0
Attack: 1
Attack2: 1
Defense: 100
MagicDefense: 99
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 1
SkillRange: 7
ChaseRange: 12
Size: Small
Race: Formless
Element: Fire
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 1
AttackMotion: 1
ClientAttackMotion: 1296
DamageMotion: 1
Ai: 06
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
KnockBackImmune: true
- Id: 3624
AegisName: EP16_2_MM_U_ENERGY_G
Name: Plasma G
Level: 1
Hp: 30
Sp: 0
Attack: 1
Attack2: 1
Defense: 100
MagicDefense: 99
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 1
SkillRange: 7
ChaseRange: 12
Size: Small
Race: Formless
Element: Earth
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 1
AttackMotion: 1
ClientAttackMotion: 1296
DamageMotion: 1
Ai: 06
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
KnockBackImmune: true
- Id: 3625
AegisName: EP16_2_MM_U_ENERGY_B
Name: Plasma B
Level: 1
Hp: 30
Sp: 0
Attack: 1
Attack2: 1
Defense: 100
MagicDefense: 99
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 1
SkillRange: 7
ChaseRange: 12
Size: Small
Race: Formless
Element: Water
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 1
AttackMotion: 1
ClientAttackMotion: 1296
DamageMotion: 1
Ai: 06
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
KnockBackImmune: true
- Id: 3626
AegisName: EP16_2_H_HUNTER_V
Name: Upgraded Heart Hunter
Level: 110
Hp: 51785
BaseExp: 5889
JobExp: 6003
Attack: 2461
Attack2: 623
Defense: 172
MagicDefense: 98
Str: 108
Agi: 150
Vit: 90
Int: 66
Dex: 190
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
RaceGroups:
Hearthunter: true
Element: Dark
ElementLevel: 2
WalkSpeed: 400
AttackDelay: 1296
AttackMotion: 1902
ClientAttackMotion: 960
DamageMotion: 480
Ai: 04
Drops:
- Item: Heart_Hunter_Seal
Rate: 500
- Item: Elunium_Stone
Rate: 15
- Item: Elunium
Rate: 8
- Item: Dust_Fire
Rate: 20
- Item: Burning_Rose
Rate: 20
- Item: Revenger
Rate: 20
- Item: Heart_Hunter_Card
Rate: 1
StealProtected: true
- Id: 3627
AegisName: EP16_2_H_HUNTER_MD
Name: Heart Hunter Guard
Level: 105
Hp: 41428
BaseExp: 4908
JobExp: 5002
Attack: 1055
Attack2: 267
Defense: 73
MagicDefense: 42
Str: 72
Agi: 106
Vit: 64
Int: 44
Dex: 145
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Hearthunter: true
Element: Dark
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 864
AttackMotion: 1268
ClientAttackMotion: 960
DamageMotion: 480
Ai: 04
Drops:
- Item: Heart_Hunter_Seal
Rate: 500
- Item: Steel
Rate: 10
- Item: Iron
Rate: 10
- Item: Old_Blue_Box
Rate: 3
- Item: Seed_Of_Yggdrasil
Rate: 3
- Item: Dark_Rose
Rate: 3
- Item: Just_Finish
Rate: 3
- Item: Heart_Hunter_Card
Rate: 1
StealProtected: true
- Id: 3628
AegisName: EP16_2_H_HUNTER_EV
Name: Heart Hunter Ebel
Level: 110
Hp: 2800000
BaseExp: 800000
JobExp: 400000
MvpExp: 5000
Attack: 1700
Attack2: 1000
Defense: 100
MagicDefense: 100
Str: 100
Agi: 70
Vit: 100
Int: 30
Dex: 240
Luk: 80
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Hearthunter: true
Element: Dark
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 432
AttackMotion: 1268
ClientAttackMotion: 1248
DamageMotion: 480
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Blue_Box
Rate: 5000
- Item: Old_Violet_Box
Rate: 5000
- Item: Yggdrasilberry
Rate: 5000
Drops:
- Item: Heart_Hunter_Seal
Rate: 1000
- Item: Yggdrasilberry
Rate: 500
- Item: Old_Violet_Box
Rate: 500
- Item: Old_Blue_Box
Rate: 500
- Item: Sealed_Magic_Sword
Rate: 10
- Item: Sealed_Max_Sword
Rate: 10
- Item: Sealed_Evil_Sword
Rate: 10
- Item: Evil_Card
Rate: 1
StealProtected: true
- Id: 3629
AegisName: EP16_2_BROKEN_GUN
Name: Grudge of Broken Gun
Level: 110
Hp: 24911
BaseExp: 3908
JobExp: 3908
Attack: 770
Attack2: 99
Defense: 95
MagicDefense: 20
Str: 117
Agi: 68
Vit: 65
Int: 53
Dex: 144
Luk: 37
AttackRange: 5
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Ghost
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 576
AttackMotion: 720
ClientAttackMotion: 720
DamageMotion: 432
Ai: 05
- Id: 3630
AegisName: EP16_2_E_BOLKOBA
Name: Elena Bolkova
Level: 115
Hp: 2000000
BaseExp: 300000
JobExp: 150000
Attack: 1200
Attack2: 300
Defense: 120
MagicDefense: 70
Str: 80
Agi: 120
Vit: 66
Int: 50
Dex: 250
Luk: 60
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 864
AttackMotion: 1268
ClientAttackMotion: 768
DamageMotion: 480
Ai: 05
Class: Boss
- Id: 3631
AegisName: EP16_2_HUMAN_KIMERA
Name: Human Kimera
Level: 100
Hp: 36968
BaseExp: 3798
JobExp: 3298
Attack: 1441
Attack2: 207
Defense: 80
MagicDefense: 100
Str: 50
Agi: 50
Vit: 100
Int: 100
Dex: 140
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
RaceGroups:
Werner_Lab: true
Element: Neutral
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 772
AttackMotion: 672
ClientAttackMotion: 1260
DamageMotion: 360
Ai: 04
Drops:
- Item: Fallen_Leaves_Branch
Rate: 1000
- Item: Build_Up_Potion_AC
Rate: 200
- Item: Build_Up_Potion_SC
Rate: 200
- Item: Old_Blue_Box
Rate: 30
- Item: Seed_Of_Yggdrasil
Rate: 30
- Item: Build_Up_Potion_SS
Rate: 200
- Item: Oridecon
Rate: 80
- Item: Human_Kimera_Card
Rate: 1
StealProtected: true
- Id: 3632
AegisName: EP16_2_MATTER_KIMERA
Name: Material Kimera
Level: 100
Hp: 36968
BaseExp: 3798
JobExp: 3289
Attack: 1441
Attack2: 207
Defense: 120
MagicDefense: 50
Str: 100
Agi: 50
Vit: 100
Int: 50
Dex: 140
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
RaceGroups:
Werner_Lab: true
Element: Fire
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 772
AttackMotion: 672
ClientAttackMotion: 768
DamageMotion: 360
Ai: 04
Drops:
- Item: Core_Jelly
Rate: 1000
- Item: Build_Up_Potion_SS
Rate: 200
- Item: Build_Up_Potion_AC
Rate: 200
- Item: Old_Blue_Box
Rate: 30
- Item: Seed_Of_Yggdrasil
Rate: 30
- Item: Build_Up_Potion_SC
Rate: 200
- Item: Oridecon
Rate: 80
- Item: Matter_Kimera_Card
Rate: 1
StealProtected: true
- Id: 3633
AegisName: EP16_2_VENOM_KIMERA
Name: Venomous Chimera
Level: 110
Hp: 2800000
BaseExp: 800000
JobExp: 400000
MvpExp: 5000
Attack: 2160
Attack2: 1000
Defense: 150
MagicDefense: 150
Str: 113
Agi: 75
Vit: 150
Int: 113
Dex: 250
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
RaceGroups:
Werner_Lab: true
Element: Poison
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 772
AttackMotion: 672
ClientAttackMotion: 576
DamageMotion: 360
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Magic_Card_Album
Rate: 5000
- Item: Old_Violet_Box
Rate: 5000
- Item: Bs_Making_S
Rate: 5000
Drops:
- Item: Piece_Of_Chimera
Rate: 1000
- Item: Treasure_Box
Rate: 500
- Item: Old_Violet_Box
Rate: 500
- Item: Old_Blue_Box
Rate: 500
- Item: Yggdrasilberry
Rate: 500
- Item: Shadowdecon
Rate: 50
- Item: Poison_Forged_Spear
Rate: 10
- Item: Venom_Kimera_Card
Rate: 1
StealProtected: true
# - Id: 3634
# AegisName: MYSTCASE_GIANT
# - Id: 3635
# AegisName: EVENT_KOBOLD
- Id: 3636
AegisName: LITTLE_ISIS
Name: Little Isis
Level: 59
Hp: 2092
BaseExp: 279
JobExp: 298
Attack: 202
Attack2: 37
Defense: 83
MagicDefense: 5
Str: 58
Agi: 43
Vit: 22
Int: 5
Dex: 43
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1384
AttackMotion: 768
ClientAttackMotion: 480
DamageMotion: 336
Ai: 01
Modes:
Detector: true
- Id: 3637
AegisName: MD_SKELETON_60
Name: Skeleton
Level: 60
Hp: 2120
BaseExp: 1380
JobExp: 1370
Attack: 350
Attack2: 350
Defense: 31
MagicDefense: 4
Str: 28
Agi: 19
Vit: 34
Int: 9
Dex: 23
Luk: 2
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 2228
AttackMotion: 528
ClientAttackMotion: 336
DamageMotion: 576
Ai: 04
Drops:
- Item: Oridecon
Rate: 9
- Item: Skel_Bone
Rate: 1600
- Item: Sword_Mace_
Rate: 8
- Item: Brigan
Rate: 3000
- Item: Red_Slim_Potion
Rate: 1000
- Item: Skul_Ring
Rate: 30
- Item: Wing_Of_Fly
Rate: 500
- Item: Skeleton_Card
Rate: 10
StealProtected: true
- Id: 3638
AegisName: MD_SKELETON_80
Name: Skeleton
Level: 80
Hp: 4070
BaseExp: 2500
JobExp: 2200
Attack: 500
Attack2: 500
Defense: 41
MagicDefense: 8
Str: 34
Agi: 25
Vit: 40
Int: 15
Dex: 33
Luk: 4
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 2228
AttackMotion: 528
ClientAttackMotion: 336
DamageMotion: 576
Ai: 04
Drops:
- Item: Oridecon
Rate: 36
- Item: Skel_Bone
Rate: 1600
- Item: Sword_Mace_
Rate: 32
- Item: Brigan
Rate: 3000
- Item: Red_Slim_Potion
Rate: 1000
- Item: Skul_Ring
Rate: 30
- Item: Wing_Of_Fly
Rate: 500
- Item: Skeleton_Card
Rate: 10
StealProtected: true
- Id: 3639
AegisName: MD_SKELETON_100
Name: Skeleton
Level: 100
Hp: 16430
BaseExp: 3370
JobExp: 2740
Attack: 570
Attack2: 570
Defense: 51
MagicDefense: 12
Str: 41
Agi: 32
Vit: 47
Int: 32
Dex: 43
Luk: 6
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 2228
AttackMotion: 528
ClientAttackMotion: 336
DamageMotion: 576
Ai: 04
Drops:
- Item: Oridecon
Rate: 90
- Item: Skel_Bone
Rate: 1600
- Item: Sword_Mace_
Rate: 80
- Item: Brigan
Rate: 3000
- Item: Red_Slim_Potion
Rate: 1000
- Item: Skul_Ring
Rate: 30
- Item: Wing_Of_Fly
Rate: 500
- Item: Skeleton_Card
Rate: 10
StealProtected: true
- Id: 3640
AegisName: MD_SKELETON_120
Name: Skeleton
Level: 120
Hp: 31790
BaseExp: 6220
JobExp: 5530
Attack: 850
Attack2: 850
Defense: 61
MagicDefense: 16
Str: 49
Agi: 40
Vit: 55
Int: 40
Dex: 55
Luk: 8
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 2228
AttackMotion: 528
ClientAttackMotion: 336
DamageMotion: 576
Ai: 04
Drops:
- Item: Oridecon
Rate: 360
- Item: Skel_Bone
Rate: 1600
- Item: Sword_Mace_
Rate: 320
- Item: Brigan
Rate: 3000
- Item: Red_Slim_Potion
Rate: 1000
- Item: Skul_Ring
Rate: 30
- Item: Wing_Of_Fly
Rate: 500
- Item: Skeleton_Card
Rate: 10
StealProtected: true
- Id: 3641
AegisName: MD_SKELETON_140
Name: Skeleton
Level: 140
Hp: 72040
BaseExp: 16750
JobExp: 14440
Attack: 1590
Attack2: 1590
Defense: 71
MagicDefense: 20
Str: 58
Agi: 49
Vit: 64
Int: 49
Dex: 67
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 2228
AttackMotion: 528
ClientAttackMotion: 336
DamageMotion: 576
Ai: 04
Drops:
- Item: Oridecon
Rate: 360
- Item: Skel_Bone
Rate: 1600
- Item: Sword_Mace_
Rate: 320
- Item: Brigan
Rate: 3000
- Item: Red_Slim_Potion
Rate: 1000
- Item: Skul_Ring
Rate: 30
- Item: Wing_Of_Fly
Rate: 500
- Item: Skeleton_Card
Rate: 10
StealProtected: true
- Id: 3642
AegisName: MD_SKELETON_160
Name: Skeleton
Level: 160
Hp: 135210
BaseExp: 29190
JobExp: 25270
Attack: 2500
Attack2: 2500
Defense: 81
MagicDefense: 24
Str: 68
Agi: 59
Vit: 74
Int: 59
Dex: 79
Luk: 12
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 2228
AttackMotion: 528
ClientAttackMotion: 336
DamageMotion: 576
Ai: 04
Drops:
- Item: Oridecon
Rate: 360
- Item: Skel_Bone
Rate: 1600
- Item: Sword_Mace_
Rate: 320
- Item: Brigan
Rate: 3000
- Item: Red_Slim_Potion
Rate: 1000
- Item: Skul_Ring
Rate: 30
- Item: Wing_Of_Fly
Rate: 500
- Item: Skeleton_Card
Rate: 10
StealProtected: true
- Id: 3643
AegisName: MD_FARMILIAR_60
Name: Familiar
Level: 60
Hp: 2050
BaseExp: 1240
JobExp: 1180
Attack: 320
Attack2: 320
Defense: 26
MagicDefense: 10
Str: 20
Agi: 24
Vit: 25
Int: 10
Dex: 25
Luk: 2
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Dark
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1276
AttackMotion: 576
ClientAttackMotion: 432
DamageMotion: 384
Ai: 04
Drops:
- Item: Tooth_Of_Bat
Rate: 2750
- Item: Saber_
Rate: 10
- Item: Sweet_Gents
Rate: 8
- Item: Wing_Of_Fly
Rate: 500
- Item: Grape_Juice
Rate: 50
- Item: Red_Slim_Potion
Rate: 350
- Item: Center_Potion
Rate: 25
- Item: Farmiliar_Card
Rate: 1
StealProtected: true
- Id: 3644
AegisName: MD_FARMILIAR_80
Name: Familiar
Level: 80
Hp: 3990
BaseExp: 2380
JobExp: 2060
Attack: 450
Attack2: 450
Defense: 30
MagicDefense: 20
Str: 30
Agi: 30
Vit: 31
Int: 18
Dex: 45
Luk: 4
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Dark
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1276
AttackMotion: 576
ClientAttackMotion: 432
DamageMotion: 384
Ai: 04
Drops:
- Item: Tooth_Of_Bat
Rate: 2750
- Item: Saber_
Rate: 40
- Item: Sweet_Gents
Rate: 8
- Item: Wing_Of_Fly
Rate: 500
- Item: Grape_Juice
Rate: 100
- Item: Red_Slim_Potion
Rate: 350
- Item: Center_Potion
Rate: 25
- Item: Farmiliar_Card
Rate: 1
StealProtected: true
- Id: 3645
AegisName: MD_FARMILIAR_100
Name: Familiar
Level: 100
Hp: 15830
BaseExp: 3320
JobExp: 2820
Attack: 490
Attack2: 490
Defense: 34
MagicDefense: 30
Str: 40
Agi: 37
Vit: 38
Int: 28
Dex: 65
Luk: 6
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Dark
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1276
AttackMotion: 576
ClientAttackMotion: 432
DamageMotion: 384
Ai: 04
Drops:
- Item: Tooth_Of_Bat
Rate: 2750
- Item: Saber_
Rate: 80
- Item: Sweet_Gents
Rate: 8
- Item: Wing_Of_Fly
Rate: 500
- Item: Grape_Juice
Rate: 150
- Item: Red_Slim_Potion
Rate: 350
- Item: Center_Potion
Rate: 25
- Item: Farmiliar_Card
Rate: 1
StealProtected: true
- Id: 3646
AegisName: MD_FARMILIAR_120
Name: Familiar
Level: 120
Hp: 29660
BaseExp: 6390
JobExp: 5650
Attack: 870
Attack2: 870
Defense: 38
MagicDefense: 40
Str: 50
Agi: 45
Vit: 46
Int: 40
Dex: 85
Luk: 8
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Dark
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1276
AttackMotion: 576
ClientAttackMotion: 432
DamageMotion: 384
Ai: 04
Drops:
- Item: Tooth_Of_Bat
Rate: 2750
- Item: Saber_
Rate: 100
- Item: Sweet_Gents
Rate: 8
- Item: Wing_Of_Fly
Rate: 500
- Item: Grape_Juice
Rate: 200
- Item: Red_Slim_Potion
Rate: 350
- Item: Center_Potion
Rate: 25
- Item: Farmiliar_Card
Rate: 1
StealProtected: true
- Id: 3647
AegisName: MD_FARMILIAR_140
Name: Familiar
Level: 140
Hp: 68920
BaseExp: 16610
JobExp: 14460
Attack: 1390
Attack2: 1390
Defense: 42
MagicDefense: 50
Str: 60
Agi: 54
Vit: 55
Int: 54
Dex: 105
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Dark
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1276
AttackMotion: 576
ClientAttackMotion: 432
DamageMotion: 384
Ai: 04
Drops:
- Item: Tooth_Of_Bat
Rate: 2750
- Item: Saber_
Rate: 100
- Item: Sweet_Gents
Rate: 8
- Item: Wing_Of_Fly
Rate: 500
- Item: Grape_Juice
Rate: 200
- Item: Red_Slim_Potion
Rate: 350
- Item: Center_Potion
Rate: 25
- Item: Farmiliar_Card
Rate: 1
StealProtected: true
- Id: 3648
AegisName: MD_FARMILIAR_160
Name: Familiar
Level: 160
Hp: 127820
BaseExp: 29020
JobExp: 25420
Attack: 2560
Attack2: 2560
Defense: 46
MagicDefense: 60
Str: 70
Agi: 64
Vit: 65
Int: 70
Dex: 125
Luk: 12
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Dark
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1276
AttackMotion: 576
ClientAttackMotion: 432
DamageMotion: 384
Ai: 04
Drops:
- Item: Tooth_Of_Bat
Rate: 2750
- Item: Saber_
Rate: 100
- Item: Sweet_Gents
Rate: 8
- Item: Wing_Of_Fly
Rate: 500
- Item: Grape_Juice
Rate: 200
- Item: Red_Slim_Potion
Rate: 350
- Item: Center_Potion
Rate: 25
- Item: Farmiliar_Card
Rate: 1
StealProtected: true
- Id: 3649
AegisName: MD_ZOMBIE_60
Name: Zombie
Level: 60
Hp: 2580
BaseExp: 1410
JobExp: 1240
Attack: 190
Attack2: 190
Defense: 20
MagicDefense: 6
Str: 21
Agi: 14
Vit: 23
Int: 0
Dex: 39
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 2612
AttackMotion: 912
ClientAttackMotion: 816
DamageMotion: 288
Ai: 04
Drops:
- Item: Decayed_Nail
Rate: 9000
- Item: Cardinal_Jewel_
Rate: 6
- Item: Sticky_Mucus
Rate: 1000
- Item: Horrendous_Mouth
Rate: 500
- Item: White_Jewel
Rate: 70
- Item: Wing_Of_Fly
Rate: 500
- Item: Holy_Bonnet_
Rate: 2
- Item: Zombie_Card
Rate: 10
StealProtected: true
- Id: 3650
AegisName: MD_ZOMBIE_80
Name: Zombie
Level: 80
Hp: 4990
BaseExp: 2570
JobExp: 2010
Attack: 280
Attack2: 280
Defense: 25
MagicDefense: 12
Str: 28
Agi: 21
Vit: 30
Int: 0
Dex: 43
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 2612
AttackMotion: 912
ClientAttackMotion: 816
DamageMotion: 288
Ai: 04
Drops:
- Item: Decayed_Nail
Rate: 9000
- Item: Cardinal_Jewel_
Rate: 24
- Item: Sticky_Mucus
Rate: 1000
- Item: Horrendous_Mouth
Rate: 1000
- Item: White_Jewel
Rate: 140
- Item: Wing_Of_Fly
Rate: 500
- Item: Holy_Bonnet_
Rate: 4
- Item: Zombie_Card
Rate: 10
StealProtected: true
- Id: 3651
AegisName: MD_ZOMBIE_100
Name: Zombie
Level: 100
Hp: 17590
BaseExp: 3150
JobExp: 2960
Attack: 660
Attack2: 660
Defense: 30
MagicDefense: 18
Str: 36
Agi: 29
Vit: 38
Int: 0
Dex: 51
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 2612
AttackMotion: 912
ClientAttackMotion: 816
DamageMotion: 288
Ai: 04
Drops:
- Item: Decayed_Nail
Rate: 9000
- Item: Cardinal_Jewel_
Rate: 60
- Item: Sticky_Mucus
Rate: 1000
- Item: Horrendous_Mouth
Rate: 2000
- Item: White_Jewel
Rate: 210
- Item: Wing_Of_Fly
Rate: 500
- Item: Holy_Bonnet_
Rate: 8
- Item: Zombie_Card
Rate: 10
StealProtected: true
- Id: 3652
AegisName: MD_ZOMBIE_120
Name: Zombie
Level: 120
Hp: 33560
BaseExp: 6260
JobExp: 5400
Attack: 720
Attack2: 720
Defense: 35
MagicDefense: 24
Str: 43
Agi: 38
Vit: 47
Int: 0
Dex: 65
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 2612
AttackMotion: 912
ClientAttackMotion: 816
DamageMotion: 288
Ai: 04
Drops:
- Item: Decayed_Nail
Rate: 9000
- Item: Cardinal_Jewel_
Rate: 240
- Item: Sticky_Mucus
Rate: 1000
- Item: Horrendous_Mouth
Rate: 3000
- Item: White_Jewel
Rate: 280
- Item: Wing_Of_Fly
Rate: 500
- Item: Holy_Bonnet_
Rate: 16
- Item: Zombie_Card
Rate: 10
StealProtected: true
- Id: 3653
AegisName: MD_ZOMBIE_140
Name: Zombie
Level: 140
Hp: 75060
BaseExp: 16790
JobExp: 14690
Attack: 1480
Attack2: 1480
Defense: 40
MagicDefense: 30
Str: 53
Agi: 48
Vit: 57
Int: 0
Dex: 74
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 2612
AttackMotion: 912
ClientAttackMotion: 816
DamageMotion: 288
Ai: 04
Drops:
- Item: Decayed_Nail
Rate: 9000
- Item: Cardinal_Jewel_
Rate: 240
- Item: Sticky_Mucus
Rate: 1000
- Item: Horrendous_Mouth
Rate: 4000
- Item: White_Jewel
Rate: 350
- Item: Wing_Of_Fly
Rate: 500
- Item: Holy_Bonnet_
Rate: 32
- Item: Zombie_Card
Rate: 10
StealProtected: true
- Id: 3654
AegisName: MD_ZOMBIE_160
Name: Zombie
Level: 160
Hp: 146220
BaseExp: 29110
JobExp: 25470
Attack: 2590
Attack2: 2590
Defense: 45
MagicDefense: 36
Str: 64
Agi: 59
Vit: 68
Int: 0
Dex: 86
Luk: 0
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 2612
AttackMotion: 912
ClientAttackMotion: 816
DamageMotion: 288
Ai: 04
Drops:
- Item: Decayed_Nail
Rate: 9000
- Item: Cardinal_Jewel_
Rate: 240
- Item: Sticky_Mucus
Rate: 1000
- Item: Horrendous_Mouth
Rate: 5000
- Item: White_Jewel
Rate: 420
- Item: Wing_Of_Fly
Rate: 500
- Item: Holy_Bonnet_
Rate: 64
- Item: Zombie_Card
Rate: 10
StealProtected: true
# - Id: 3655
# AegisName: E_MOBSTER
# - Id: 3656
# AegisName: B_THE_PAPER
# - Id: 3657
# AegisName: B_THE_PAPER2
- Id: 3658
AegisName: MD_LICH_LORD_100
Name: Lich Lord
Level: 100
Hp: 2516502
BaseExp: 86889
JobExp: 65667
MvpExp: 10000
Attack: 5555
Attack2: 5555
Defense: 330
MagicDefense: 168
Str: 128
Agi: 156
Vit: 174
Int: 152
Dex: 223
Luk: 76
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Undead
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 1344
AttackMotion: 864
ClientAttackMotion: 576
DamageMotion: 480
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Index: 0
Rate: 5000
- Item: Magic_Card_Album
Index: 1
Rate: 50
- Item: Magic_Card_Album
Index: 2
Rate: 50
Drops:
- Item: ProtectRingofKing
Index: 0
Rate: 70
- Item: DiamondDust5_Scroll
Index: 1
Rate: 10
- Item: Varetyr_5_Scroll
Index: 2
Rate: 10
- Item: CrimsonRock_5_Scroll
Index: 3
Rate: 10
- Item: Sienna_5_Scroll
Index: 4
Rate: 10
- Item: Golden_Potion_RG
Index: 5
Rate: 500
- Item: Golden_Potion_RG
Index: 6
Rate: 500
- Item: Lich_Lord_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 3659
AegisName: MD_LICH_LORD_160
Name: Lich Lord
Level: 160
Hp: 23485539
BaseExp: 223021
JobExp: 218388
MvpExp: 100000
Attack: 16595
Attack2: 16595
Defense: 330
MagicDefense: 168
Str: 148
Agi: 176
Vit: 194
Int: 172
Dex: 243
Luk: 96
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Undead
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 1344
AttackMotion: 864
ClientAttackMotion: 576
DamageMotion: 480
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Index: 0
Rate: 5000
- Item: Magic_Card_Album
Index: 1
Rate: 5000
- Item: Magic_Card_Album
Index: 2
Rate: 5000
Drops:
- Item: ProtectRingofKing
Index: 0
Rate: 1000
- Item: Varetyr_5_Scroll
Index: 1
Rate: 500
- Item: DiamondDust5_Scroll
Index: 2
Rate: 500
- Item: CrimsonRock_5_Scroll
Index: 3
Rate: 500
- Item: Sienna_5_Scroll
Index: 4
Rate: 500
- Item: Golden_Potion_RG
Index: 5
Rate: 10000
- Item: Golden_Potion_RG
Index: 6
Rate: 10000
- Item: Lich_Lord_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 3660
AegisName: MD_NIGHTMARE_100
Name: Nightmare
Level: 100
Hp: 21300
BaseExp: 1504
JobExp: 1730
Attack: 540
Attack2: 540
Defense: 116
MagicDefense: 15
Str: 67
Agi: 52
Vit: 40
Int: 25
Dex: 107
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Ghost
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1816
AttackMotion: 816
ClientAttackMotion: 720
DamageMotion: 432
Ai: 04
Modes:
Detector: true
Drops:
- Item: Horseshoe
Rate: 3000
- Item: Blue_Herb
Rate: 250
- Item: Rosary
Rate: 1
- Item: Old_Blue_Box
Rate: 15
- Item: StoneForWork
Rate: 10
- Item: Inverse_Scale_
Rate: 1
- Item: Oridecon
Rate: 30
- Item: Nightmare_Card
Rate: 1
StealProtected: true
- Id: 3661
AegisName: MD_NIGHTMARE_160
Name: Nightmare
Level: 160
Hp: 199129
BaseExp: 16131
JobExp: 14766
Attack: 3094
Attack2: 3094
Defense: 116
MagicDefense: 15
Str: 87
Agi: 72
Vit: 60
Int: 45
Dex: 127
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Ghost
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1816
AttackMotion: 816
ClientAttackMotion: 720
DamageMotion: 432
Ai: 04
Modes:
Detector: true
Drops:
- Item: Horseshoe
Rate: 3000
- Item: Blue_Herb
Rate: 250
- Item: Rosary
Rate: 1
- Item: Old_Blue_Box
Rate: 15
- Item: StoneForWork
Rate: 500
- Item: Inverse_Scale_
Rate: 1
- Item: Oridecon
Rate: 30
- Item: Nightmare_Card
Rate: 1
StealProtected: true
- Id: 3662
AegisName: MD_JAKK_100
Name: Jakk
Level: 100
Hp: 23933
BaseExp: 1476
JobExp: 1524
Attack: 582
Attack2: 582
Defense: 90
MagicDefense: 25
Str: 68
Agi: 63
Vit: 62
Int: 35
Dex: 91
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Fire
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1180
AttackMotion: 480
ClientAttackMotion: 192
DamageMotion: 648
Ai: 04
Drops:
- Item: Pumpkin_Head
Rate: 4500
- Item: Zargon
Rate: 450
- Item: Elunium
Rate: 16
- Item: StoneForWork
Rate: 10
- Item: Frozen_Heart
Rate: 3
- Item: Pumpkin
Rate: 500
- Item: Light_Granule
Rate: 5
- Item: Jakk_Card
Rate: 1
StealProtected: true
- Id: 3663
AegisName: MD_JAKK_160
Name: Jakk
Level: 160
Hp: 181967
BaseExp: 14524
JobExp: 16121
Attack: 2909
Attack2: 2909
Defense: 90
MagicDefense: 25
Str: 88
Agi: 83
Vit: 82
Int: 55
Dex: 111
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Fire
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1180
AttackMotion: 480
ClientAttackMotion: 192
DamageMotion: 648
Ai: 04
Drops:
- Item: Pumpkin_Head
Rate: 4500
- Item: Zargon
Rate: 450
- Item: Elunium
Rate: 16
- Item: StoneForWork
Rate: 500
- Item: Frozen_Heart
Rate: 3
- Item: Pumpkin
Rate: 500
- Item: Light_Granule
Rate: 5
- Item: Jakk_Card
Rate: 1
StealProtected: true
- Id: 3664
AegisName: MD_GHOUL_100
Name: Ghoul
Level: 100
Hp: 24471
BaseExp: 1534
JobExp: 1472
Attack: 581
Attack2: 581
Defense: 78
MagicDefense: 5
Str: 66
Agi: 32
Vit: 39
Int: 21
Dex: 60
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 2456
AttackMotion: 912
ClientAttackMotion: 408
DamageMotion: 504
Ai: 04
Drops:
- Item: Horrendous_Mouth
Rate: 3000
- Item: Oridecon
Rate: 50
- Item: White_Herb
Rate: 350
- Item: StoneForWork
Rate: 10
- Item: Skul_Ring
Rate: 3
- Item: Mementos
Rate: 750
- Item: Poison_Herb_Nerium
Rate: 10
- Item: Ghoul_Card
Rate: 1
StealProtected: true
- Id: 3665
AegisName: MD_GHOUL_160
Name: Ghoul
Level: 160
Hp: 200634
BaseExp: 13663
JobExp: 14004
Attack: 3035
Attack2: 3035
Defense: 78
MagicDefense: 5
Str: 86
Agi: 42
Vit: 59
Int: 41
Dex: 80
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
Element: Undead
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 2456
AttackMotion: 912
ClientAttackMotion: 408
DamageMotion: 504
Ai: 04
Drops:
- Item: Horrendous_Mouth
Rate: 3000
- Item: Oridecon
Rate: 50
- Item: White_Herb
Rate: 350
- Item: StoneForWork
Rate: 500
- Item: Skul_Ring
Rate: 3
- Item: Mementos
Rate: 750
- Item: Poison_Herb_Nerium
Rate: 500
- Item: Ghoul_Card
Rate: 1
StealProtected: true
- Id: 3666
AegisName: MD_DRAINLIAR_100
Name: Drainliar
Level: 100
Hp: 22350
BaseExp: 1666
JobExp: 1595
Attack: 544
Attack2: 544
Defense: 50
MagicDefense: 15
Str: 45
Agi: 54
Vit: 44
Int: 32
Dex: 80
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Dark
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 1276
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 384
Ai: 04
Drops:
- Item: Oridecon
Rate: 30
- Item: Tooth_Of_Bat
Rate: 1500
- Item: Red_Jewel
Rate: 10
- Item: StoneForWork
Rate: 10
- Item: Wing_Of_Red_Bat
Rate: 2750
- Item: Wing_Of_Fly
Rate: 500
- Item: Poison_Herb_Amoena
Rate: 10
- Item: Drainliar_Card
Rate: 1
StealProtected: true
- Id: 3667
AegisName: MD_DRAINLIAR_160
Name: Drainliar
Level: 160
Hp: 184779
BaseExp: 15146
JobExp: 13809
Attack: 2897
Attack2: 2897
Defense: 50
MagicDefense: 15
Str: 65
Agi: 74
Vit: 64
Int: 52
Dex: 100
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Dark
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 1276
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 384
Ai: 04
Drops:
- Item: Oridecon
Rate: 30
- Item: Tooth_Of_Bat
Rate: 1500
- Item: Red_Jewel
Rate: 10
- Item: StoneForWork
Rate: 500
- Item: Wing_Of_Red_Bat
Rate: 2750
- Item: Wing_Of_Fly
Rate: 500
- Item: Poison_Herb_Amoena
Rate: 100
- Item: Drainliar_Card
Rate: 1
StealProtected: true
# - Id: 3668
# AegisName: B_KIEL_
- Id: 3669
AegisName: DIABOLIC2
Name: Diabolic2
Level: 104
Hp: 10572
BaseExp: 1086
JobExp: 1073
Attack: 707
Attack2: 200
Defense: 68
MagicDefense: 61
Str: 103
Agi: 80
Vit: 53
Int: 65
Dex: 94
Luk: 25
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1080
AttackMotion: 780
ClientAttackMotion: 864
DamageMotion: 180
Ai: 01
Modes:
Detector: true
- Id: 3670
AegisName: DELETER_2
Name: Deleter 2
Level: 105
Hp: 10000
BaseExp: 1049
JobExp: 1038
Attack: 663
Attack2: 211
Defense: 114
MagicDefense: 53
Str: 98
Agi: 72
Vit: 65
Int: 49
Dex: 68
Luk: 71
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Dragon
Element: Fire
ElementLevel: 2
WalkSpeed: 175
AttackDelay: 1024
AttackMotion: 624
ClientAttackMotion: 336
DamageMotion: 336
Ai: 01
# - Id: 3671
# AegisName: JP_MAZEMOB_01
# - Id: 3672
# AegisName: JP_MAZEMOB_02
# - Id: 3673
# AegisName: JP_MAZEMOB_03
# - Id: 3674
# AegisName: JP_MAZEMOB_04
# - Id: 3675
# AegisName: JP_MAZEMOB_05
# - Id: 3676
# AegisName: JP_MAZEMOB_06
# - Id: 3677
# AegisName: JP_MAZEMOB_07
# - Id: 3678
# AegisName: JP_MAZEMOB_08
# - Id: 3679
# AegisName: JP_MAZEMOB_09
# - Id: 3680
# AegisName: JP_MAZEMOB_10
# - Id: 3681
# AegisName: JP_MAZEMOB_11
# - Id: 3682
# AegisName: JP_MAZEMOB_12
# - Id: 3683
# AegisName: JP_MAZEMOB_13
# - Id: 3684
# AegisName: JP_MAZEMOB_14
# - Id: 3685
# AegisName: JP_MAZEMOB_15
# - Id: 3686
# AegisName: JP_MAZEMOB_16
# - Id: 3687
# AegisName: JP_MAZEMOB_17
# - Id: 3688
# AegisName: JP_MAZEMOB_18
# - Id: 3689
# AegisName: JP_MAZEMOB_19
# - Id: 3690
# AegisName: JP_MAZEMOB_20
# - Id: 3691
# AegisName: JP_MAZEMOB_21
# - Id: 3692
# AegisName: JP_MAZEMOB_22
# - Id: 3693
# AegisName: JP_MAZEMOB_23
# - Id: 3694
# AegisName: JP_MAZEMOB_24
# - Id: 3695
# AegisName: JP_MAZEMOB_25
# - Id: 3696
# AegisName: JP_MAZEMOB_26
# - Id: 3697
# AegisName: JP_MAZEMOB_27
# - Id: 3698
# AegisName: JP_MAZEMOB_28
# - Id: 3699
# AegisName: JP_MAZEMOB_29
# - Id: 3700
# AegisName: JP_MAZEMOB_30
# - Id: 3701
# AegisName: JP_MAZEMOB_31
# - Id: 3702
# AegisName: JP_MAZEMOB_32
# - Id: 3703
# AegisName: JP_MAZEMOB_33
# - Id: 3704
# AegisName: JP_MAZEMOB_34
# - Id: 3705
# AegisName: JP_MAZEMOB_35
# - Id: 3706
# AegisName: JP_MAZEMOB_36
# - Id: 3707
# AegisName: JP_MAZEMOB_37
# - Id: 3708
# AegisName: JP_MAZEMOB_38
# - Id: 3709
# AegisName: JP_MAZEMOB_39
# - Id: 3710
# AegisName: JP_MAZEMOB_40
# - Id: 3711
# AegisName: JP_MAZEMOB_41
# - Id: 3712
# AegisName: JP_MAZEMOB_42
# - Id: 3713
# AegisName: JP_MAZEMOB_43
# - Id: 3714
# AegisName: JP_MAZEMOB_44
# - Id: 3715
# AegisName: JP_MAZEMOB_45
# - Id: 3716
# AegisName: JP_MAZEMOB_46
# - Id: 3717
# AegisName: JP_MAZEMOB_47
# - Id: 3718
# AegisName: JP_MAZEMOB_48
# - Id: 3719
# AegisName: JP_MAZEMOB_49
# - Id: 3720
# AegisName: JP_MAZEMOB_50
# - Id: 3721
# AegisName: QE_PORING
# - Id: 3722
# AegisName: QE_POPORING
# - Id: 3723
# AegisName: QE_DROPS
# - Id: 3724
# AegisName: QE_LUNATIC
# - Id: 3725
# AegisName: QE_WILOW
# - Id: 3726
# AegisName: QE_PICKY
# - Id: 3727
# AegisName: QE_PICKY_
# - Id: 3728
# AegisName: QE_ZOMBIE
# - Id: 3729
# AegisName: QE_POISON_SPORE
# - Id: 3730
# AegisName: BIG_DIPPER
# - Id: 3731
# AegisName: SCATLETON
# - Id: 3732
# AegisName: JP_ABYSS_BOSS_1
# - Id: 3733
# AegisName: JP_ABYSS_BOSS_2
# - Id: 3734
# AegisName: ORC_X2016
# - Id: 3735
# AegisName: PORING_X2016
- Id: 3736
AegisName: COWRAIDERS1
Name: Buffalo Bandit Sharpsho
Level: 103
Hp: 11819
BaseExp: 1583
JobExp: 1529
Attack: 509
Attack2: 88
Defense: 98
MagicDefense: 25
Str: 51
Agi: 58
Vit: 49
Int: 20
Dex: 86
Luk: 49
AttackRange: 4
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
RaceGroups:
Rockridge: true
Element: Fire
ElementLevel: 2
WalkSpeed: 180
AttackDelay: 900
AttackMotion: 770
ClientAttackMotion: 420
DamageMotion: 550
Ai: 04
Drops:
- Item: CrudeAmmo
Rate: 2500
- Item: Vigilante_Bow
Rate: 50
- Item: Thunder_P_
Rate: 5
- Item: Grilled_Sausage
Rate: 10
- Item: Brigan
Rate: 1000
- Item: Cowraiders1_Card
Rate: 1
StealProtected: true
- Id: 3737
AegisName: COWRAIDERS2
Name: Buffalo Bandit Duelist
Level: 101
Hp: 9700
BaseExp: 1443
JobExp: 1373
Attack: 476
Attack2: 83
Defense: 62
MagicDefense: 32
Str: 76
Agi: 52
Vit: 38
Int: 40
Dex: 92
Luk: 50
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
RaceGroups:
Rockridge: true
Element: Fire
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1200
AttackMotion: 672
ClientAttackMotion: 420
DamageMotion: 480
Ai: 04
Drops:
- Item: BanditsScarf
Rate: 2500
- Item: Brigan
Rate: 1000
- Item: Monokage
Rate: 50
- Item: Huuma_Hundred_Petal
Rate: 50
- Item: Bread
Rate: 500
- Item: Cowraiders2_Card
Rate: 1
StealProtected: true
- Id: 3738
AegisName: COWRAIDERS3
Name: Bowie Buffalo Bandit
Level: 107
Hp: 14547
BaseExp: 1807
JobExp: 1719
Attack: 557
Attack2: 93
Defense: 112
MagicDefense: 18
Str: 55
Agi: 20
Vit: 55
Int: 17
Dex: 88
Luk: 36
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
RaceGroups:
Rockridge: true
Element: Fire
ElementLevel: 2
WalkSpeed: 180
AttackDelay: 800
AttackMotion: 420
ClientAttackMotion: 300
DamageMotion: 360
Ai: 04
Drops:
- Item: BrownMuffler
Rate: 2500
- Item: Brigan
Rate: 1000
- Item: Origin_Of_Elemental
Rate: 50
- Item: Mine_Worker_Pickax
Rate: 1
- Item: Well_Baked_Cookie
Rate: 300
- Item: Cowraiders3_Card
Rate: 1
StealProtected: true
- Id: 3739
AegisName: COYOTE
Name: Coyote
Level: 110
Hp: 17854
BaseExp: 1852
JobExp: 1757
Attack: 630
Attack2: 115
Defense: 100
MagicDefense: 21
Str: 49
Agi: 79
Vit: 67
Int: 8
Dex: 106
Luk: 24
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
RaceGroups:
Rockridge: true
Element: Earth
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 750
AttackMotion: 400
ClientAttackMotion: 480
DamageMotion: 420
Ai: 01
Drops:
- Item: CleanBone
Rate: 2500
- Item: Rotten_Meat
Rate: 1500
- Item: Rough_Wind
Rate: 5
- Item: Ulfhedinn
Rate: 3
- Item: Animal_Blood
Rate: 500
- Item: Coyote_Card
Rate: 1
StealProtected: true
- Id: 3740
AegisName: GASTER
Name: Gaster
Level: 141
Hp: 90574
BaseExp: 5080
JobExp: 4716
Attack: 1494
Attack2: 231
Defense: 191
MagicDefense: 96
Str: 70
Agi: 141
Vit: 12
Int: 67
Dex: 128
Luk: 8
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
RaceGroups:
Rockridge: true
Element: Poison
ElementLevel: 2
WalkSpeed: 190
AttackDelay: 1100
AttackMotion: 650
ClientAttackMotion: 528
DamageMotion: 500
Ai: 01
Drops:
- Item: DeadlyPoisonPowder
Rate: 2500
- Item: Mould_Powder
Rate: 1500
- Item: Anodyne
Rate: 25
- Item: Smoke_Powder
Rate: 300
- Item: Explosive_Powder
Rate: 300
- Item: Tear_Gas
Rate: 300
- Item: Old_Blue_Box
Rate: 1
- Item: Gaster_Card
Rate: 1
StealProtected: true
- Id: 3741
AegisName: MECHASPIDER
Name: Spider Chariot
JapaneseName: Mechaspider
Level: 158
Hp: 9799123
BaseExp: 3150895
JobExp: 2112795
# MvpExp:
Attack: 7657
Attack2: 2066
Defense: 394
MagicDefense: 123
Str: 116
Agi: 123
Vit: 154
Int: 99
Dex: 217
Luk: 98
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 900
AttackMotion: 1000
ClientAttackMotion: 960
DamageMotion: 500
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Bs_Making_S
Index: 0
Rate: 5000
- Item: Old_Violet_Box
Index: 1
Rate: 5000
- Item: Old_Violet_Box
Index: 2
Rate: 5000
Drops:
- Item: Vigilante_Bow
Rate: 700
- Item: Huuma_Hundred_Petal
Rate: 700
- Item: Mine_Worker_Pickax
Rate: 700
- Item: Shadowdecon
Rate: 50
- Item: Wheel
Rate: 3000
- Item: Screw
Rate: 3000
- Item: Metal_Stick
Rate: 1
- Item: Mechaspider_Card
Rate: 1
StealProtected: true
- Id: 3742
AegisName: PURPLESTONE
Name: Purple Ore
JapaneseName: Purplestone
Level: 1
Hp: 20
Sp: 0
Attack: 1
Attack2: 1
Defense: 100
MagicDefense: 99
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 7
ChaseRange: 12
Size: Small
Race: Formless
RaceGroups:
Rockridge: true
Element: Neutral
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 1
AttackMotion: 1
ClientAttackMotion: 0
DamageMotion: 1
Ai: 06
Modes:
FixedItemDrop: true
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
KnockBackImmune: true
- Id: 3743
AegisName: SEAANEMONE
Name: Sea Anemone
JapaneseName: Seaanemone
Level: 1
Hp: 20
Sp: 0
Attack: 1
Attack2: 1
Defense: 100
MagicDefense: 99
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 7
ChaseRange: 12
Size: Small
Race: Formless
RaceGroups:
Rockridge: true
Element: Neutral
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 1
AttackMotion: 1
ClientAttackMotion: 504
DamageMotion: 1
Ai: 06
Modes:
FixedItemDrop: true
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
KnockBackImmune: true
- Id: 3744
AegisName: G_COWRAIDERS1
Name: Buffalo Bandit
Level: 103
Hp: 11819
Attack: 509
Attack2: 88
Defense: 98
MagicDefense: 25
Str: 51
Agi: 58
Vit: 49
Int: 20
Dex: 86
Luk: 49
AttackRange: 4
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Fire
ElementLevel: 2
WalkSpeed: 180
AttackDelay: 900
AttackMotion: 770
ClientAttackMotion: 420
DamageMotion: 550
Ai: 04
- Id: 3745
AegisName: G_COWRAIDERS2
Name: Buffalo Bandit
Level: 101
Hp: 9700
Attack: 476
Attack2: 83
Defense: 62
MagicDefense: 32
Str: 76
Agi: 52
Vit: 38
Int: 40
Dex: 92
Luk: 50
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Fire
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1200
AttackMotion: 672
ClientAttackMotion: 420
DamageMotion: 480
Ai: 04
- Id: 3746
AegisName: G_COWRAIDERS3
Name: Buffalo Bandit
Level: 107
Hp: 14547
Attack: 557
Attack2: 93
Defense: 112
MagicDefense: 18
Str: 55
Agi: 20
Vit: 55
Int: 17
Dex: 88
Luk: 36
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Fire
ElementLevel: 2
WalkSpeed: 180
AttackDelay: 800
AttackMotion: 420
ClientAttackMotion: 300
DamageMotion: 360
Ai: 04
- Id: 3747
AegisName: E_COWRAIDERS1
Name: Elite Buffalo Bandit
Level: 148
Hp: 135292
BaseExp: 7628
JobExp: 8077
Attack: 1650
Attack2: 241
Defense: 99
MagicDefense: 36
Str: 98
Agi: 55
Vit: 61
Int: 22
Dex: 168
Luk: 2
AttackRange: 4
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
RaceGroups:
Rockridge: true
Element: Fire
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 2050
AttackMotion: 500
ClientAttackMotion: 420
DamageMotion: 660
Ai: 04
Drops:
- Item: BrokenShotgun
Rate: 2500
- Item: Brigan
Rate: 2000
- Item: Vigilante_Bow
Rate: 100
- Item: Hippie_Guitar
Rate: 100
- Item: Hippie_Rope
Rate: 100
- Item: Calf_Anaconda
Rate: 5
- Item: Calf_Python
Rate: 5
- Item: E_Cowraiders1_Card
Rate: 1
StealProtected: true
- Id: 3748
AegisName: E_COWRAIDERS2
Name: Elite Buffalo Bandit
Level: 151
Hp: 160515
BaseExp: 9597
JobExp: 9093
Attack: 1667
Attack2: 253
Defense: 121
MagicDefense: 50
Str: 60
Agi: 132
Vit: 45
Int: 35
Dex: 155
Luk: 15
AttackRange: 10
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
RaceGroups:
Rockridge: true
Element: Fire
ElementLevel: 3
WalkSpeed: 120
AttackDelay: 1000
AttackMotion: 500
ClientAttackMotion: 576
DamageMotion: 600
Ai: 04
Drops:
- Item: WornRevolver
Rate: 2500
- Item: Brigan
Rate: 2000
- Item: Monokage
Rate: 100
- Item: Huuma_Hundred_Petal
Rate: 100
- Item: Calf_Deathadder
Rate: 5
- Item: Bullet_Case_Blaze
Rate: 20
- Item: Calf_Kingcobra
Rate: 5
- Item: E_Cowraiders2_Card
Rate: 1
StealProtected: true
- Id: 3749
AegisName: E_COWRAIDERS3
Name: Elite Buffalo Bandit
Level: 152
Hp: 174345
BaseExp: 9563
JobExp: 10218
Attack: 1749
Attack2: 272
Defense: 150
MagicDefense: 83
Str: 165
Agi: 44
Vit: 95
Int: 43
Dex: 176
Luk: 50
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
RaceGroups:
Rockridge: true
Element: Fire
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1500
AttackMotion: 600
ClientAttackMotion: 432
DamageMotion: 500
Ai: 04
Drops:
- Item: CrudeScimiter
Rate: 2500
- Item: Brigan
Rate: 2000
- Item: Mine_Worker_Pickax
Rate: 1
- Item: Origin_Of_Elemental
Rate: 150
- Item: Steak
Rate: 50
- Item: Roasted_Beef
Rate: 10
- Item: Calf_Diamondback
Rate: 5
- Item: E_Cowraiders3_Card
Rate: 1
StealProtected: true
- Id: 3750
AegisName: ILL_DRAINLIAR
Name: Matt Drainliar
Level: 137
Hp: 242246
Sp: 0
BaseExp: 13928
JobExp: 13769
Attack: 1861
Attack2: 255
Defense: 150
MagicDefense: 45
Str: 91
Agi: 129
Vit: 96
Int: 92
Dex: 168
Luk: 90
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
RaceGroups:
Illusion_Vampire: true
Element: Dark
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 1276
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 384
Ai: 04
Drops:
- Item: Carnium
Rate: 5000
- Item: Tooth_Of_Bat
Rate: 5000
- Item: Red_Jewel
Rate: 50
- Item: Wing_Of_Red_Bat
Rate: 5000
- Item: Short_Bat_Fur
Rate: 1500
- Item: MattDrainliar_Card
Rate: 1
StealProtected: true
- Id: 3751
AegisName: ILL_ZOMBIE_C
Name: Living Dead
Level: 139
Hp: 253926
Sp: 0
BaseExp: 14189
JobExp: 13947
Attack: 2167
Attack2: 271
Defense: 90
MagicDefense: 24
Str: 175
Agi: 90
Vit: 192
Int: 14
Dex: 184
Luk: 14
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
RaceGroups:
Illusion_Vampire: true
Element: Undead
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 500
AttackMotion: 912
ClientAttackMotion: 816
DamageMotion: 288
Ai: 04
Drops:
- Item: Dried_Leaf_Of_Ygg
Rate: 2000
- Item: Cardinal_Jewel_
Rate: 50
- Item: SuspiciousMagicCircle
Rate: 2000
- Item: Skul_Ring_
Rate: 5
- Item: Poison_Herb_Rantana
Rate: 60
- Item: Poison_Herb_Makulata
Rate: 60
- Item: LivingDead_Card
Rate: 1
StealProtected: true
- Id: 3752
AegisName: ILL_ZOMBIE
Name: Starving Living Dead
Level: 139
Hp: 240984
Sp: 0
BaseExp: 13621
JobExp: 13177
Attack: 1807
Attack2: 229
Defense: 60
MagicDefense: 20
Str: 150
Agi: 70
Vit: 160
Int: 7
Dex: 150
Luk: 7
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
RaceGroups:
Illusion_Vampire: true
Element: Undead
ElementLevel: 1
WalkSpeed: 400
AttackDelay: 500
AttackMotion: 912
ClientAttackMotion: 816
DamageMotion: 288
Ai: 04
Drops:
- Item: Dried_Leaf_Of_Ygg
Rate: 1500
- Item: Cardinal_Jewel_
Rate: 50
- Item: SuspiciousMagicCircle
Rate: 300
- Item: Skul_Ring
Rate: 5
- Item: LivingDead_Card
Rate: 1
StealProtected: true
- Id: 3753
AegisName: ILL_GHOUL
Name: Living Dead
Level: 142
Hp: 267379
Sp: 0
BaseExp: 14422
JobExp: 13937
Attack: 2119
Attack2: 304
Defense: 90
MagicDefense: 30
Str: 156
Agi: 42
Vit: 109
Int: 101
Dex: 99
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
RaceGroups:
Illusion_Vampire: true
Element: Undead
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 2456
AttackMotion: 912
ClientAttackMotion: 408
DamageMotion: 504
Ai: 04
Drops:
- Item: Dried_Leaf_Of_Ygg
Rate: 2000
- Item: Bradium
Rate: 100
- Item: SuspiciousMagicCircle
Rate: 400
- Item: Ghoul_Leg
Rate: 10
- Item: Skul_Ring
Rate: 5
- Item: Poison_Herb_Scopolia
Rate: 30
- Item: Skul_Ring_
Rate: 1
- Item: LivingDead_Card
Rate: 1
StealProtected: true
- Id: 3754
AegisName: ILL_NIGHTMARE
Name: Sweet Nightmare
Level: 141
Hp: 261334
Sp: 0
BaseExp: 14023
JobExp: 14022
Attack: 1965
Attack2: 895
Defense: 116
MagicDefense: 30
Str: 144
Agi: 94
Vit: 84
Int: 50
Dex: 189
Luk: 68
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
RaceGroups:
Illusion_Vampire: true
Element: Ghost
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1816
AttackMotion: 816
ClientAttackMotion: 576
DamageMotion: 432
Ai: 04
Modes:
Detector: true
Drops:
- Item: Horseshoe
Rate: 5000
- Item: Blue_Potion
Rate: 30
- Item: Carnium
Rate: 200
- Item: NightmareOfLump
Rate: 1500
- Item: Infiltrator
Rate: 10
- Item: Infiltrator_
Rate: 2
- Item: SweetNightM_Card
Rate: 1
StealProtected: true
- Id: 3755
AegisName: ILL_BLACK_MUSHROOM
Name: Black Mushroom
Level: 130
Hp: 150000
Sp: 0
BaseExp: 2437
JobExp: 2284
Defense: 418
MagicDefense: 76
Vit: 150
Int: 103
Luk: 88
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Plant
RaceGroups:
Illusion_Vampire: true
Element: Earth
ElementLevel: 1
ClientAttackMotion: 576
Ai: 06
Drops:
- Item: Alchol
Rate: 50
- Item: Detrimindexta
Rate: 50
- Item: Dew_Laden_Moss
Rate: 20
- Item: Mushroom_Spore
Rate: 5000
- Item: Shining_Spore
Rate: 1000
- Item: Poison_Spore
Rate: 500
- Item: IllusoryStone
Rate: 500
- Id: 3756
AegisName: ILL_BOMI
Name: Bomi
Level: 137
Hp: 378510
BaseExp: 15034
JobExp: 13533
Attack: 3709
Attack2: 1683
Defense: 60
MagicDefense: 60
Str: 90
Agi: 87
Vit: 40
Int: 140
Dex: 199
Luk: 91
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Illusion_Vampire: true
Element: Undead
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1000
AttackMotion: 864
ClientAttackMotion: 576
DamageMotion: 480
Ai: 21
Class: Boss
Modes:
IgnoreMisc: true
Drops:
- Item: Dark_Red_Jewel
Rate: 2000
- Item: Vampire's_Servant
Rate: 100
- Item: Torn_Diary
Rate: 3000
- Item: Bradium
Rate: 100
- Item: Carnium
Rate: 100
- Item: Bloodsuck_Plant_Seed
Rate: 500
- Item: Cape_Of_Ancient_Lord_
Rate: 50
- Item: Bomi_Card
Rate: 1
StealProtected: true
- Id: 3757
AegisName: ILL_DRACULA
Name: Dracula of Rage
Level: 139
Hp: 6909690
BaseExp: 2682753
JobExp: 1817882
MvpExp: 1341376
Attack: 6396
Attack2: 2765
Defense: 252
MagicDefense: 146
Str: 195
Agi: 239
Vit: 174
Int: 201
Dex: 270
Luk: 195
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
RaceGroups:
Illusion_Vampire: true
Element: Dark
ElementLevel: 4
WalkSpeed: 145
AttackDelay: 1290
AttackMotion: 1140
ClientAttackMotion: 780
DamageMotion: 576
Ai: 21
Class: Boss
Modes:
IgnoreMisc: true
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5000
- Item: IllusionStone
Rate: 500
Drops:
- Item: Yggdrasilberry
Rate: 5000
- Item: Dried_Clover
Rate: 2000
- Item: Balistar_
Rate: 80
- Item: Cape_Of_Ancient_Lord_
Rate: 80
- Item: Ring_
Rate: 80
- Item: Book_Of_The_Apocalypse
Rate: 80
- Item: Vampire's_Servant
Rate: 100
- Item: Ill_Dracula_Card
Rate: 1
StealProtected: true
- Id: 3758
AegisName: ILL_MOONLIGHT
Name: Angry Moonlight Flower
Level: 118
Hp: 4287803
BaseExp: 1403238
JobExp: 962759
MvpExp: 701619
Attack: 4878
Attack2: 2797
Defense: 254
MagicDefense: 81
Str: 166
Agi: 205
Vit: 150
Int: 167
Dex: 290
Luk: 240
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
RaceGroups:
Illusion_Moonlight: true
Element: Fire
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1276
AttackMotion: 576
ClientAttackMotion: 120
DamageMotion: 288
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5000
- Item: Yggdrasilberry
Rate: 2000
- Item: IllusionStone
Rate: 500
Drops:
- Item: Bradium
Rate: 5000
- Item: HazyDream
Rate: 3000
- Item: Spectral_Spear
Rate: 500
- Item: Moonlight_Sword
Rate: 100
- Item: Silver_Knife_Of_Chaste
Rate: 600
- Item: Staff_Of_Bordeaux
Rate: 100
- Item: AngerMoonlight_Card
Rate: 1
StealProtected: true
- Id: 3759
AegisName: ILL_NINE_TAIL
Name: Angry Nine Tail
Level: 116
Hp: 21875
Sp: 0
BaseExp: 2315
JobExp: 2169
Attack: 965
Attack2: 214
Defense: 95
MagicDefense: 40
Str: 121
Agi: 73
Vit: 64
Int: 42
Dex: 212
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
RaceGroups:
Illusion_Moonlight: true
Element: Fire
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 840
AttackMotion: 540
ClientAttackMotion: 360
DamageMotion: 480
Ai: 21
Drops:
- Item: Fox_Tail
Rate: 3000
- Item: Glass_Bead
Rate: 200
- Item: Branch_Of_Dead_Tree
Rate: 100
- Item: Carnium
Rate: 100
- Item: IllusoryStone
Rate: 200
- Item: HazyDream
Rate: 500
- Item: AngerNineTail_Card
Rate: 1
StealProtected: true
- Id: 3760
AegisName: ILL_MUNAK
Name: Resentful Munak
Level: 110
Hp: 17728
Sp: 0
BaseExp: 1843
JobExp: 1876
Attack: 637
Attack2: 105
Defense: 77
MagicDefense: 15
Str: 103
Agi: 18
Vit: 50
Int: 20
Dex: 66
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
RaceGroups:
Illusion_Moonlight: true
Element: Undead
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 2468
AttackMotion: 768
ClientAttackMotion: 480
DamageMotion: 288
Ai: 04
Drops:
- Item: HazyMooncake
Index: 0
Rate: 1000
- Item: Munak_Turban
Index: 1
Rate: 10
- Item: Amulet
Index: 2
Rate: 20
- Item: HazyMooncake
Index: 3
Rate: 1000
- Item: Salty_Rice_Cake
Index: 4
Rate: 150
- Item: Poison_Herb_Seratum
Index: 5
Rate: 150
- Item: BitterMunak_Card
Index: 6
Rate: 1
StealProtected: true
- Id: 3761
AegisName: ILL_BON_GUN
Name: Resentful Bongun
Level: 112
Hp: 19077
Sp: 0
BaseExp: 2137
JobExp: 1869
Attack: 826
Attack2: 215
Defense: 88
MagicDefense: 5
Str: 125
Agi: 52
Vit: 49
Int: 22
Dex: 78
Luk: 40
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
RaceGroups:
Illusion_Moonlight: true
Element: Undead
ElementLevel: 1
WalkSpeed: 190
AttackDelay: 1720
AttackMotion: 500
ClientAttackMotion: 960
DamageMotion: 420
Ai: 04
Drops:
- Item: HazyMooncake
Rate: 1750
- Item: Old_Portrait
Rate: 60
- Item: Bongun_Hat
Rate: 3
- Item: Amulet
Rate: 10
- Item: Munak_Doll
Rate: 20
- Item: Light_Granule
Rate: 200
- Item: BitterBonGun_Card
Rate: 1
StealProtected: true
- Id: 3762
AegisName: ILL_SOHEE
Name: Resentful Sohee
Level: 114
Hp: 22414
Sp: 0
BaseExp: 2004
JobExp: 2373
Attack: 779
Attack2: 115
Defense: 83
MagicDefense: 84
Str: 122
Agi: 49
Vit: 49
Int: 40
Dex: 84
Luk: 56
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
RaceGroups:
Illusion_Moonlight: true
Element: Water
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 912
AttackMotion: 2112
ClientAttackMotion: 360
DamageMotion: 576
Ai: 04
Modes:
Detector: true
Drops:
- Item: Bloody_LoveLetter
Rate: 2000
- Item: Skirt_Of_Virgin
Rate: 300
- Item: Nurse_Cap
Rate: 10
- Item: Puente_Robe
Rate: 10
- Item: Hearty_Rice_Cake
Rate: 200
- Item: Poison_Herb_Nerium
Rate: 200
- Item: Heartbroken_Tears
Rate: 200
- Item: BitterSohee_Card
Rate: 1
StealProtected: true
- Id: 3763
AegisName: ILL_ARCHER_SKELETON
Name: Resentful Soldier
Level: 115
Hp: 20843
Sp: 0
BaseExp: 2010
JobExp: 2570
Attack: 767
Attack2: 516
Defense: 47
MagicDefense: 10
Str: 60
Agi: 61
Vit: 30
Int: 20
Dex: 101
Luk: 12
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
RaceGroups:
Illusion_Moonlight: true
Element: Undead
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 2864
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 576
Ai: 04
Drops:
- Item: BrokenArrow
Index: 0
Rate: 2000
- Item: Carnium
Index: 1
Rate: 10
- Item: Apple_Of_Archer
Index: 2
Rate: 6
- Item: Poison_Herb_Amoena
Index: 3
Rate: 200
- Item: Fire_Arrow_Container
Index: 4
Rate: 40
- Item: Fire_Arrow_Container
Index: 5
Rate: 20
- Item: Fire_Arrow_Container
Index: 6
Rate: 5
- Item: BitterArcherSk_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 3764
AegisName: ILL_HIGHWIZARD
Name: Wizard of the Truth
Level: 118
Hp: 121847
Sp: 0
BaseExp: 8599
JobExp: 7695
Attack: 1977
Attack2: 362
Defense: 20
MagicDefense: 90
Str: 101
Agi: 89
Vit: 60
Int: 205
Dex: 255
Luk: 124
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
RaceGroups:
Illusion_Moonlight: true
Element: Dark
ElementLevel: 1
WalkSpeed: 140
AttackDelay: 768
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 288
Ai: 01
Drops:
- Item: Red_Gemstone
Rate: 3000
- Item: Yellow_Gemstone
Rate: 3000
- Item: Vermilion_10_Scroll
Rate: 200
- Item: Meteor_10_Scroll
Rate: 50
- Item: Storm_10_Scroll
Rate: 50
- Item: Fire_Scroll_3_5
Rate: 200
- Item: CandyCaneRod
Rate: 10
- Item: WizardOfVeritas_Card
Rate: 1
StealProtected: true
- Id: 3765
AegisName: ILL_FURY_HERO
Name: Deranged Adventurer
Level: 117
Hp: 24078
Sp: 0
BaseExp: 2381
JobExp: 2288
Attack: 837
Attack2: 113
Defense: 340
MagicDefense: 20
Str: 180
Agi: 42
Vit: 126
Int: 66
Dex: 149
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Undead
RaceGroups:
Illusion_Moonlight: true
Element: Undead
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1450
AttackMotion: 864
ClientAttackMotion: 672
DamageMotion: 288
Ai: 21
Drops:
- Item: SubjugationFlyer
Rate: 2000
- Item: Light_Granule
Rate: 200
- Item: Runstone_Quality
Rate: 1000
- Item: Runstone_Rare
Rate: 200
- Item: Empty_Potion
Rate: 500
- Item: Rotten_Bandage
Rate: 500
- Item: FuryHero_Card
Rate: 1
StealProtected: true
# - Id: 3766
# AegisName: JP_E_MONSTER_53
# - Id: 3767
# AegisName: JP_E_MONSTER_54
# - Id: 3768
# AegisName: JP_E_MONSTER_55
# - Id: 3769
# AegisName: JP_E_MONSTER_56
# - Id: 3770
# AegisName: JP_E_MONSTER_57
# - Id: 3771
# AegisName: JP_E_MONSTER_58
# - Id: 3772
# AegisName: JP_E_MONSTER_59
# - Id: 3773
# AegisName: JP_E_MONSTER_60
# - Id: 3774
# AegisName: JP_E_MONSTER_61
# - Id: 3775
# AegisName: JP_E_MONSTER_62
# - Id: 3776
# AegisName: JP_E_MONSTER_63
# - Id: 3777
# AegisName: JP_E_MONSTER_64
# - Id: 3778
# AegisName: JP_E_MONSTER_65
# - Id: 3779
# AegisName: JP_E_MONSTER_66
# - Id: 3780
# AegisName: JP_E_MONSTER_67
# - Id: 3781
# AegisName: JP_E_MONSTER_68
# - Id: 3782
# AegisName: JP_E_MONSTER_69
# - Id: 3783
# AegisName: JP_E_MONSTER_70
# - Id: 3784
# AegisName: JP_E_MONSTER_71
# - Id: 3785
# AegisName: JP_E_MONSTER_72
# - Id: 3786
# AegisName: E_TURPECO
- Id: 3787
AegisName: RR_ARCLOUSE
Name: Swamp Arclouze
JapaneseName: Rr Arclouse
Level: 106
Hp: 1120
BaseExp: 864
JobExp: 903
Attack: 316
Attack2: 31
Defense: 76
MagicDefense: 36
Str: 41
Agi: 73
Vit: 23
Int: 29
Dex: 122
Luk: 15
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
RaceGroups:
Rockridge: true
Element: Earth
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 960
AttackMotion: 500
ClientAttackMotion: 480
DamageMotion: 480
Ai: 04
Modes:
Detector: true
Drops:
- Item: SwampBugPeelings
Rate: 2500
- Item: Sticky_Mucus
Rate: 1500
- Item: Solid_Shell
Rate: 100
- Item: Great_Nature
Rate: 1
- Item: Hippie_Guitar
Rate: 20
- Item: Rr_Arclouse_Card
Rate: 1
StealProtected: true
- Id: 3788
AegisName: RR_CRAMP
Name: Brown Rat
JapaneseName: Rr Cramp
Level: 101
Hp: 988
BaseExp: 681
JobExp: 723
Attack: 185
Attack2: 29
Defense: 68
MagicDefense: 42
Str: 38
Agi: 43
Vit: 17
Int: 15
Dex: 97
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
RaceGroups:
Rockridge: true
Element: Poison
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 1000
AttackMotion: 500
ClientAttackMotion: 648
DamageMotion: 1000
Ai: 04
Drops:
- Item: BrownRatTail
Rate: 2500
- Item: Monster's_Feed
Rate: 100
- Item: Meat
Rate: 500
- Item: Blue_Herb
Rate: 1
- Item: Hippie_Rope
Rate: 20
- Item: Rr_Cramp_Card
Rate: 1
StealProtected: true
# - Id: 3789
# AegisName: ESCAPED_LETTER
- Id: 3790
AegisName: SWEETS_DROPS
Name: Sweets Drops
Level: 1
Hp: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Fire
ElementLevel: 1
WalkSpeed: 440
AttackDelay: 1372
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 02
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Stolen_Cacao
Index: 0
Rate: 10000
- Item: Stolen_Cacao
Index: 1
Rate: 7000
- Item: Mature_Cacao
Index: 2
Rate: 500
- Item: Chocolate_Drink_B
Index: 3
Rate: 1000
- Item: Strawberry_Choco
Index: 4
Rate: 1000
- Item: Choco_Tart
Index: 5
Rate: 1000
# - Id: 3791
# AegisName: JP_E_MONSTER_73
- Id: 3792
AegisName: ILL_GAZETI
Name: Angry Gazeti
Level: 126
Hp: 57541
Sp: 0
BaseExp: 9652
JobExp: 4103
Attack: 1603
Attack2: 256
Defense: 141
MagicDefense: 42
Str: 125
Agi: 54
Vit: 64
Int: 56
Dex: 144
Luk: 62
AttackRange: 10
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
RaceGroups:
Illusion_Frozen: true
Element: Water
ElementLevel: 1
WalkSpeed: 190
AttackDelay: 576
AttackMotion: 370
ClientAttackMotion: 300
DamageMotion: 270
Ai: 20
Modes:
Detector: true
Drops:
- Item: Frozen_PieceOfRock
Rate: 1000
- Item: Bradium
Rate: 200
- Item: Cold_Ice
Rate: 100
- Item: Cap_
Rate: 50
- Item: Bullet_Case_Fleeze
Rate: 100
- Item: AngerGazeti_Card
Rate: 1
StealProtected: true
- Id: 3793
AegisName: ILL_SNOWIER
Name: Angry Snowier
Level: 129
Hp: 66540
BaseExp: 9486
JobExp: 4098
Attack: 1225
Attack2: 231
Defense: 195
MagicDefense: 78
Str: 136
Agi: 88
Vit: 97
Int: 78
Dex: 103
Luk: 71
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
RaceGroups:
Illusion_Frozen: true
Element: Water
ElementLevel: 2
WalkSpeed: 220
AttackDelay: 936
AttackMotion: 1020
ClientAttackMotion: 660
DamageMotion: 420
Ai: 04
Drops:
- Item: Snowball
Rate: 1000
- Item: Ice_Heart
Rate: 700
- Item: Mistic_Frozen
Rate: 100
- Item: Combo_Battle_Glove
Rate: 50
- Item: Light_Granule
Rate: 300
- Item: AngerSnowier_Card
Rate: 1
StealProtected: true
- Id: 3794
AegisName: ILL_ICE_TITAN
Name: Angry Ice Titan
Level: 133
Hp: 72045
BaseExp: 9785
JobExp: 4235
Attack: 1391
Attack2: 208
Defense: 644
MagicDefense: 44
Str: 181
Agi: 70
Vit: 119
Int: 61
Dex: 124
Luk: 56
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
RaceGroups:
Illusion_Frozen: true
Element: Water
ElementLevel: 3
WalkSpeed: 250
AttackDelay: 861
AttackMotion: 660
ClientAttackMotion: 600
DamageMotion: 144
Ai: 04
Drops:
- Item: SpritJewel
Rate: 1000
- Item: Ice_Piece
Rate: 700
- Item: Frozen_Rose
Rate: 200
- Item: Huuma_Fluttering_Snow
Rate: 50
- Item: Elder_Branch
Rate: 300
- Item: AngerIceTitan_Card
Rate: 1
StealProtected: true
- Id: 3795
AegisName: ILL_ICEICLE
Name: Solid Icicle
Level: 135
Hp: 1012
BaseExp: 200
JobExp: 200
Attack: 1553
Attack2: 1
Defense: 50
MagicDefense: 35
Str: 199
Dex: 244
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
RaceGroups:
Illusion_Frozen: true
Element: Water
ElementLevel: 2
WalkSpeed: 1000
AttackDelay: 1344
ClientAttackMotion: 1152
Ai: 10
Drops:
- Item: Frozen_PieceOfRock
Index: 0
Rate: 200
- Item: Frozen_PieceOfRock
Index: 1
Rate: 200
- Item: Frozen_PieceOfRock
Index: 2
Rate: 200
- Item: Frozen_PieceOfRock
Index: 3
Rate: 200
- Item: Frozen_PieceOfRock
Index: 4
Rate: 200
- Item: Frozen_PieceOfRock
Index: 5
Rate: 200
- Item: Frozen_PieceOfRock
Index: 6
Rate: 200
- Item: Frozen_PieceOfRock
Index: 7
Rate: 200
StealProtected: true
- Id: 3796
AegisName: ILL_KTULLANUX
Name: Awakened Ktullanux
Level: 135
Hp: 13521442
BaseExp: 2777284
JobExp: 1937023
# MvpExp:
Attack: 5754
Attack2: 2680
Defense: 129
MagicDefense: 78
Str: 125
Agi: 156
Vit: 70
Int: 165
Dex: 262
Luk: 142
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
RaceGroups:
Illusion_Frozen: true
Element: Water
ElementLevel: 4
WalkSpeed: 400
AttackDelay: 432
AttackMotion: 840
ClientAttackMotion: 660
DamageMotion: 216
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: IllusionStone
Index: 0
Rate: 3000
- Item: Yggdrasilberry
Index: 1
Rate: 5000
- Item: Yggdrasilberry
Index: 2
Rate: 5000
Drops:
- Item: KTULLANUXsEye
Rate: 4000
- Item: Clack_Of_Servival
Rate: 1000
- Item: Herald_Of_GOD
Rate: 1000
- Item: Huuma_Fluttering_Snow
Rate: 1000
- Item: AwakenKtullanux_Card
Rate: 1
StealProtected: true
- Id: 3797
AegisName: ILL_FROZEN_KN
Name: ILL_FROZEN_KN
Level: 1
Hp: 100
Sp: 0
Defense: 100
MagicDefense: 99
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
RaceGroups:
Illusion_Frozen: true
Element: Neutral
ElementLevel: 1
WalkSpeed: 1000
ClientAttackMotion: 0
Ai: 06
Class: Battlefield
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
KnockBackImmune: true
- Id: 3798
AegisName: ILL_FROZEN_GC
Name: ILL_FROZEN_GC
Level: 1
Hp: 100
Sp: 0
Defense: 100
MagicDefense: 99
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
RaceGroups:
Illusion_Frozen: true
Element: Neutral
ElementLevel: 1
WalkSpeed: 1000
ClientAttackMotion: 0
Ai: 06
Class: Battlefield
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
KnockBackImmune: true
- Id: 3799
AegisName: ILL_ASSULTER
Name: Ominous Assulter
Level: 160
Hp: 592508
Sp: 0
BaseExp: 54213
JobExp: 48375
Attack: 3049
Attack2: 408
Defense: 369
MagicDefense: 82
Str: 180
Agi: 161
Vit: 60
Int: 44
Dex: 214
Luk: 30
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
RaceGroups:
Illusion_Turtle: true
Element: Wind
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 512
AttackMotion: 780
ClientAttackMotion: 540
DamageMotion: 504
Ai: 21
Modes:
Detector: true
Drops:
- Item: OldShell
Rate: 1000
- Item: PieceOfBlackSpirit
Rate: 600
- Item: OldDoll
Rate: 300
- Item: Rough_Wind
Rate: 50
- Item: Doram_High_Cape
Rate: 20
- Item: Huuma_Bird_Wing
Rate: 50
- Item: Old_Blue_Box
Rate: 50
- Item: OminousAssulter_Card
Rate: 1
StealProtected: true
- Id: 3800
AegisName: ILL_PERMETER
Name: Ominous Permeter
Level: 157
Hp: 508355
Sp: 0
BaseExp: 50806
JobExp: 41661
Attack: 2845
Attack2: 415
Defense: 288
MagicDefense: 100
Str: 159
Agi: 60
Vit: 135
Int: 90
Dex: 120
Luk: 60
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
RaceGroups:
Illusion_Turtle: true
Element: Neutral
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 1100
AttackMotion: 483
ClientAttackMotion: 720
DamageMotion: 528
Ai: 21
Drops:
- Item: OldShell
Rate: 1000
- Item: PieceOfBlackSpirit
Rate: 600
- Item: OldDoll
Rate: 300
- Item: Runstone_Mystic
Rate: 100
- Item: Rotten_Meat
Rate: 2800
- Item: Prickly_Fruit
Rate: 200
- Item: Elder_Branch
Rate: 100
- Item: OminousPermeter_Card
Rate: 1
StealProtected: true
- Id: 3801
AegisName: ILL_FREEZER
Name: Ominous Freezer
Level: 159
Hp: 549071
Sp: 0
BaseExp: 54892
JobExp: 43913
Attack: 2925
Attack2: 383
Defense: 146
MagicDefense: 80
Str: 154
Agi: 111
Vit: 120
Int: 100
Dex: 142
Luk: 60
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
RaceGroups:
Illusion_Turtle: true
Element: Water
ElementLevel: 2
WalkSpeed: 170
AttackDelay: 1260
AttackMotion: 960
ClientAttackMotion: 540
DamageMotion: 672
Ai: 21
Drops:
- Item: OldShell
Rate: 1000
- Item: PieceOfBlackSpirit
Rate: 600
- Item: OldDoll
Rate: 300
- Item: Rotten_Meat
Rate: 2800
- Item: Doram_High_Shoes
Rate: 20
- Item: Cold_Ice
Rate: 200
- Item: IllusoryStone
Rate: 100
- Item: OminousFreezer_Card
Rate: 1
StealProtected: true
- Id: 3802
AegisName: ILL_SOLIDER
Name: Ominous Solider
Level: 161
Hp: 592310
Sp: 0
BaseExp: 59190
JobExp: 49128
Attack: 3129
Attack2: 428
Defense: 406
MagicDefense: 116
Str: 155
Agi: 100
Vit: 170
Int: 42
Dex: 133
Luk: 50
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
RaceGroups:
Illusion_Turtle: true
Element: Earth
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 1452
AttackMotion: 483
ClientAttackMotion: 1248
DamageMotion: 528
Ai: 21
Drops:
- Item: OldShell
Rate: 1000
- Item: PieceOfBlackSpirit
Rate: 600
- Item: OldDoll
Rate: 300
- Item: Great_Nature
Rate: 50
- Item: Doram_High_Suit
Rate: 20
- Item: Rotten_Meat
Rate: 2800
- Item: Honey
Rate: 400
- Item: OminousSolider_Card
Rate: 1
StealProtected: true
- Id: 3803
AegisName: ILL_HEATER
Name: Ominous Heater
Level: 162
Hp: 527390
Sp: 0
BaseExp: 52699
JobExp: 44794
Attack: 3249
Attack2: 582
Defense: 400
MagicDefense: 100
Str: 177
Agi: 95
Vit: 120
Int: 100
Dex: 212
Luk: 89
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
RaceGroups:
Illusion_Turtle: true
Element: Fire
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 1452
AttackMotion: 483
ClientAttackMotion: 1200
DamageMotion: 528
Ai: 21
Drops:
- Item: OldShell
Rate: 1000
- Item: PieceOfBlackSpirit
Rate: 600
- Item: OldDoll
Rate: 300
- Item: Flame_Heart
Rate: 50
- Item: Rotten_Meat
Rate: 2800
- Item: Royal_Jelly
Rate: 50
- Item: Coal
Rate: 500
- Item: OminousHeater_Card
Rate: 1
StealProtected: true
- Id: 3804
AegisName: ILL_TURTLE_GENERAL
Name: Ominous Turtle General
Level: 165
Hp: 11628549
Sp: 0
BaseExp: 3431854
JobExp: 2146800
# MvpExp:
Attack: 6394
Attack2: 2808
Defense: 796
MagicDefense: 246
Str: 232
Agi: 246
Vit: 302
Int: 189
Dex: 424
Luk: 180
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
RaceGroups:
Illusion_Turtle: true
Element: Earth
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 900
AttackMotion: 1000
ClientAttackMotion: 624
DamageMotion: 500
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: IllusionStone
Index: 0
Rate: 2000
- Item: Old_Violet_Box
Index: 1
Rate: 2000
- Item: Old_Violet_Box
Index: 2
Rate: 2000
Drops:
- Item: ShipsLog
Rate: 4000
- Item: Iron_Driver
Rate: 300
- Item: War_Axe
Rate: 300
- Item: Pole_Axe
Rate: 300
- Item: Immaterial_Sword
Rate: 300
- Item: Union_Of_Tribe
Rate: 500
- Item: Yggdrasilberry
Rate: 1000
- Item: OminousTurtleG_Card
Rate: 1
StealProtected: true
# - Id: 3805
# AegisName: E_HAPPY_EGG
# - Id: 3806
# AegisName: E_STRANGE_EGG
# - Id: 3807
# AegisName: E_LUNATIC_CLOVER
# - Id: 3808
# AegisName: E_POPORING_CLOVER
# - Id: 3809
# AegisName: FATAL_BUG
- Id: 3810
AegisName: MD_KING_PORING
Name: King Poring
Level: 35
Hp: 140000
Sp: 0
BaseExp: 9580
JobExp: 8288
# MvpExp:
Attack: 131
Attack2: 119
Defense: 20
MagicDefense: 20
Str: 50
Agi: 50
Vit: 50
Int: 50
Dex: 50
Luk: 50
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 170
AttackDelay: 768
AttackMotion: 1632
ClientAttackMotion: 288
DamageMotion: 576
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Seed_Of_Yggdrasil
Rate: 3000
- Item: PoringTownOnion
Rate: 1000
- Item: PoringTownCarrot
Rate: 10
Drops:
- Item: Large_Jellopy
Rate: 3000
- Item: Jejellopy
Rate: 3000
- Item: Blue_Herb
Rate: 3000
- Item: White_Herb
Rate: 3000
- Item: Yellow_Herb
Rate: 3000
- Item: Green_Herb
Rate: 3000
- Item: Old_Violet_Box
Rate: 10
- Id: 3811
AegisName: MD_GOLDRING
Name: Hugh Goldling
Level: 35
Hp: 72118
Sp: 0
BaseExp: 6327
JobExp: 5565
Attack: 98
Attack2: 89
Defense: 10
MagicDefense: 10
Str: 40
Agi: 40
Vit: 40
Int: 40
Dex: 40
Luk: 40
AttackRange: 2
SkillRange: 10
ChaseRange: 120
Size: Large
Race: Formless
Element: Holy
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 2496
DamageMotion: 480
Ai: 21
Class: Boss
Drops:
- Item: Jejellopy
Rate: 3000
- Item: Yellow_Herb
Rate: 3000
- Item: Golden_Jewel
Rate: 10
- Item: Yellow_Slim_Potion
Rate: 10
- Id: 3812
AegisName: MD_AMERING
Name: Huge Amering
Level: 35
Hp: 72810
Sp: 0
BaseExp: 6375
JobExp: 5524
Attack: 97
Attack2: 89
Defense: 10
MagicDefense: 10
Str: 40
Agi: 40
Vit: 40
Int: 40
Dex: 40
Luk: 40
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Poison
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 21
Class: Boss
Drops:
- Item: Jejellopy
Rate: 3000
- Item: Blue_Herb
Rate: 100
- Item: Violet_Jewel
Rate: 10
- Item: Red_Herb
Rate: 3000
- Id: 3813
AegisName: MD_DROPS
Name: Enriched Drops
Level: 35
Hp: 1095
Sp: 0
BaseExp: 377
JobExp: 300
Attack: 62
Attack2: 22
Defense: 10
MagicDefense: 10
Str: 20
Agi: 20
Vit: 20
Int: 20
Dex: 20
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Fire
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 02
Drops:
- Item: Jellopy
Index: 0
Rate: 5000
- Item: Rod_
Index: 1
Rate: 80
- Item: Sticky_Mucus
Index: 2
Rate: 600
- Item: Apple
Index: 3
Rate: 1000
- Item: Wing_Of_Fly
Index: 4
Rate: 500
- Item: Apple
Index: 5
Rate: 400
- Item: Orange_Juice
Index: 6
Rate: 20
- Item: Drops_Card
Index: 7
Rate: 25
StealProtected: true
- Id: 3814
AegisName: MD_POPORING
Name: Enriched Poporing
Level: 36
Hp: 1167
Sp: 0
BaseExp: 384
JobExp: 309
Attack: 67
Attack2: 24
Defense: 10
MagicDefense: 12
Str: 20
Agi: 20
Vit: 20
Int: 20
Dex: 20
Luk: 20
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Wind
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 02
Drops:
- Item: Sticky_Mucus
Rate: 5000
- Item: Garlet
Rate: 1000
- Item: Green_Herb
Rate: 1000
- Item: Grape
Rate: 200
- Item: Wing_Of_Fly
Rate: 500
- Item: Main_Gauche
Rate: 20
- Item: Green_Potion
Rate: 500
- Item: Poporing_Card
Rate: 10
StealProtected: true
- Id: 3815
AegisName: MD_PORING
Name: Enriched Poring
Level: 34
Hp: 1023
Sp: 0
BaseExp: 369
JobExp: 291
Attack: 58
Attack2: 20
Defense: 10
MagicDefense: 12
Str: 20
Agi: 20
Vit: 20
Int: 20
Dex: 20
Luk: 20
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Earth
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 02
Drops:
- Item: Jellopy
Index: 0
Rate: 5000
- Item: Knife_
Index: 1
Rate: 100
- Item: Sticky_Mucus
Index: 2
Rate: 400
- Item: Apple
Index: 3
Rate: 1000
- Item: Wing_Of_Fly
Index: 4
Rate: 500
- Item: Apple
Index: 5
Rate: 150
- Item: Unripe_Apple
Index: 6
Rate: 40
- Item: Poring_Card
Index: 7
Rate: 20
StealProtected: true
- Id: 3816
AegisName: MD_MARIN
Name: Enriched Marin
Level: 33
Hp: 960
Sp: 0
BaseExp: 358
JobExp: 279
Attack: 53
Attack2: 19
Defense: 10
MagicDefense: 10
Str: 20
Agi: 20
Vit: 20
Int: 20
Dex: 20
Luk: 20
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Water
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 288
DamageMotion: 480
Ai: 02
Drops:
- Item: Garlet
Rate: 1600
- Item: Sticky_Mucus
Rate: 750
- Item: Cold_Scroll_2_1
Rate: 50
- Item: Wing_Of_Fly
Rate: 500
- Item: Blue_Herb
Rate: 38
- Item: Candy
Rate: 175
- Item: Poring_Hat
Rate: 1
- Item: Marin_Card
Rate: 1
StealProtected: true
# - Id: 3817
# AegisName: DALCOM
# - Id: 3818
# AegisName: BIG_DALCOM
# - Id: 3819
# AegisName: E_MAGIC_PLANT
# - Id: 3820
# AegisName: MILD_IMP
# - Id: 3821
# AegisName: MILD_EXPLOSION
# - Id: 3822
# AegisName: E_PICKY
# - Id: 3823
# AegisName: E_IMP
# - Id: 3824
# AegisName: E_EXPLOSION
# - Id: 3825
# AegisName: E_SALAMANDER
# - Id: 3826
# AegisName: E16_2_SEYREN
# - Id: 3827
# AegisName: AB_MOB_001
# - Id: 3828
# AegisName: AB_MOB_002
# - Id: 3829
# AegisName: AB_MOB_003
# - Id: 3830
# AegisName: AB_MOB_004
# - Id: 3831
# AegisName: AB_MOB_005
# - Id: 3832
# AegisName: AB_MOB_006
# - Id: 3833
# AegisName: AB_MOB_007
# - Id: 3834
# AegisName: AB_MOB_008
# - Id: 3835
# AegisName: AB_MOB_009
# - Id: 3836
# AegisName: AB_MOB_010
# - Id: 3837
# AegisName: AB_MOB_011
# - Id: 3838
# AegisName: AB_MOB_012
# - Id: 3839
# AegisName: AB_MOB_013
# - Id: 3840
# AegisName: AB_MOB_014
# - Id: 3841
# AegisName: AB_MOB_015
# - Id: 3842
# AegisName: AB_MOB_016
# - Id: 3843
# AegisName: AB_MOB_017
# - Id: 3844
# AegisName: AB_MOB_018
# - Id: 3845
# AegisName: AB_MOB_019
# - Id: 3846
# AegisName: AB_MOB_020
# - Id: 3847
# AegisName: AB_MOB_021
# - Id: 3848
# AegisName: AB_MOB_022
# - Id: 3849
# AegisName: AB_MOB_023
# - Id: 3850
# AegisName: AB_MOB_024
# - Id: 3851
# AegisName: AB_MOB_025
# - Id: 3852
# AegisName: AB_MOB_026
# - Id: 3853
# AegisName: AB_MOB_027
# - Id: 3854
# AegisName: AB_MOB_028
# - Id: 3855
# AegisName: AB_MOB_029
# - Id: 3856
# AegisName: AB_MOB_030
# - Id: 3857
# AegisName: AB_MOB_031
# - Id: 3858
# AegisName: AB_MOB_032
# - Id: 3859
# AegisName: AB_MOB_033
# - Id: 3860
# AegisName: AB_MOB_034
# - Id: 3861
# AegisName: AB_MOB_035
# - Id: 3862
# AegisName: AB_MOB_036
# - Id: 3863
# AegisName: AB_MOB_037
# - Id: 3864
# AegisName: AB_MOB_038
# - Id: 3865
# AegisName: AB_MOB_039
# - Id: 3866
# AegisName: AB_MOB_040
# - Id: 3867
# AegisName: AB_MOB_041
# - Id: 3868
# AegisName: AB_MOB_042
# - Id: 3869
# AegisName: AB_MOB_043
# - Id: 3870
# AegisName: AB_MOB_044
# - Id: 3871
# AegisName: AB_MOB_045
# - Id: 3872
# AegisName: AB_MOB_046
# - Id: 3873
# AegisName: AB_MOB_047
# - Id: 3874
# AegisName: AB_MOB_048
# - Id: 3875
# AegisName: AB_MOB_049
# - Id: 3876
# AegisName: AB_MOB_050
# - Id: 3877
# AegisName: E_NYAIL_PIG
# - Id: 3878
# AegisName: E_PIT
# - Id: 3879
# AegisName: E_SEA_WORMS
# - Id: 3880
# AegisName: E_SMALL_SWIRL
# - Id: 3881
# AegisName: E_RIPE_WATERMELON
# - Id: 3882
# AegisName: E_MD_NYAILO
# - Id: 3883
# AegisName: E_MD_NYAILO_LEG
# - Id: 3884
# AegisName: E_MD_S_TREASURE_BOX
# - Id: 3885
# AegisName: E_MD_B_TREASURE_BOX
# - Id: 3886
# AegisName: E_MD_BOX_PUPPET
# - Id: 3887
# AegisName: E_MD_DEPRESS_SOUL
# - Id: 3888
# AegisName: TW_I_QUEEN_SCARABA
# - Id: 3889
# AegisName: TW_GIOIA
# - Id: 3890
# AegisName: TW_TIMEHOLDER
# - Id: 3891
# AegisName: TW_KADES
# - Id: 3892
# AegisName: TW_PYURIEL
# - Id: 3893
# AegisName: TW_DAEHYON
# - Id: 3894
# AegisName: TW_V_B_SEYREN
# - Id: 3895
# AegisName: TW_V_B_EREMES
- Id: 3896
AegisName: G_ILL_ASSULTER
Name: Ominous Assaulter
Level: 160
Hp: 592508
Sp: 0
Attack: 3049
Attack2: 408
Defense: 369
MagicDefense: 82
Str: 180
Agi: 161
Vit: 60
Int: 44
Dex: 214
Luk: 30
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Wind
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 512
AttackMotion: 780
ClientAttackMotion: 540
DamageMotion: 504
Ai: 21
Modes:
Detector: true
# - Id: 3897
# AegisName: MD_ORC_SKELETON
# - Id: 3898
# AegisName: MD_ORC_ZOMBIE
# - Id: 3899
# AegisName: MD_HIGH_ORC
# - Id: 3900
# AegisName: MD_ORC_ARCHER
# - Id: 3901
# AegisName: MD_ORK_HERO
# - Id: 3902
# AegisName: MD_ORC_LORD
# - Id: 3903
# AegisName: MD_ORC_FLOWER
# - Id: 3904
# AegisName: DUCKLING
# - Id: 3905
# AegisName: BIG_DUCKLING
# - Id: 3906
# AegisName: IA_LOLI_RURI
# - Id: 3907
# AegisName: IA_TEDDY_BEAR
# - Id: 3908
# AegisName: IA_MIYABI_NINGYO
# - Id: 3909
# AegisName: IA_MARIONETTE
# - Id: 3910
# AegisName: E_EMPEL_1
# - Id: 3911
# AegisName: E_GIBBET
# - Id: 3912
# AegisName: E_LOLI_RURI
# - Id: 3913
# AegisName: E_DULLAHAN
# - Id: 3914
# AegisName: E_BLOODY_MURDERER
# - Id: 3915
# AegisName: E_EMPEL_1B
# - Id: 3916
# AegisName: JP_E_MONSTER_74
# - Id: 3917
# AegisName: JP_E_MONSTER_75
# - Id: 3918
# AegisName: JP_E_MONSTER_76
# - Id: 3919
# AegisName: JP_E_MONSTER_77
# - Id: 3920
# AegisName: JP_E_MONSTER_78
# - Id: 3921
# AegisName: JP_E_MONSTER_79
# - Id: 3922
# AegisName: JP_E_MONSTER_80
# - Id: 3923
# AegisName: JP_E_MONSTER_81
# - Id: 3924
# AegisName: JP_E_MONSTER_82
# - Id: 3925
# AegisName: JP_E_MONSTER_83
# - Id: 3926
# AegisName: JP_E_MONSTER_84
# - Id: 3927
# AegisName: JP_E_MONSTER_85
# - Id: 3928
# AegisName: JP_E_MONSTER_86
# - Id: 3929
# AegisName: JP_E_MONSTER_87
# - Id: 3930
# AegisName: JP_E_MONSTER_88
# - Id: 3931
# AegisName: JP_E_MONSTER_89
# - Id: 3932
# AegisName: JP_E_MONSTER_90
# - Id: 3933
# AegisName: JP_E_MONSTER_91
# - Id: 3934
# AegisName: JP_E_MONSTER_92
# - Id: 3935
# AegisName: JP_E_MONSTER_93
# - Id: 3936
# AegisName: JP_E_MONSTER_94
# - Id: 3937
# AegisName: JP_E_MONSTER_95
# - Id: 3938
# AegisName: JP_E_MONSTER_96
# - Id: 3939
# AegisName: JP_E_MONSTER_97
# - Id: 3940
# AegisName: JP_E_MONSTER_98
# - Id: 3941
# AegisName: JP_E_MONSTER_99
# - Id: 3942
# AegisName: JP_E_MONSTER_100
# - Id: 3943
# AegisName: JP_E_MONSTER_101
# - Id: 3944
# AegisName: JP_E_MONSTER_102
# - Id: 3945
# AegisName: JP_E_MONSTER_103
# - Id: 3946
# AegisName: JP_E_MONSTER_104
# - Id: 3947
# AegisName: JP_E_MONSTER_105
# - Id: 3948
# AegisName: ORC_WARRIOR_MJ
# - Id: 3949
# AegisName: ORC_LADY_MJ
# - Id: 3950
# AegisName: ORC_BABY_MJ
# - Id: 3951
# AegisName: HIGH_ORC_MJ
# - Id: 3952
# AegisName: ORC_ARCHER_MJ
# - Id: 3953
# AegisName: ORC_HERO_MJ
# - Id: 3954
# AegisName: ORC_LORD_MJ
# - Id: 3955
# AegisName: E_SAVAGE
# - Id: 3956
# AegisName: E_ELDER_WILOW
# - Id: 3957
# AegisName: HORNET_MJ
# - Id: 3958
# AegisName: MANTIS_MJ
# - Id: 3959
# AegisName: ARGOS_MJ
# - Id: 3960
# AegisName: MISTRESS_MJ
# - Id: 3961
# AegisName: BIGFOOT_MJ
# - Id: 3962
# AegisName: SNAKE_MJ
# - Id: 3963
# AegisName: WOLF_MJ
# - Id: 3964
# AegisName: EDDGA_MJ
# - Id: 3965
# AegisName: FRILLDORA_MJ
# - Id: 3966
# AegisName: SANDMAN_MJ
# - Id: 3967
# AegisName: HODE_MJ
# - Id: 3968
# AegisName: PHREEONI_MJ
# - Id: 3969
# AegisName: MD_RED_MUSHROOM
# - Id: 3970
# AegisName: MD_BLACK_MUSHROOM
# - Id: 3971
# AegisName: SKELION
# - Id: 3972
# AegisName: MD_THIEF_BUG__
# - Id: 3973
# AegisName: MD_THIEF_BUG
# - Id: 3974
# AegisName: MD_THIEF_BUG_EGG
# - Id: 3975
# AegisName: MD_GOLDEN_BUG
# - Id: 3976
# AegisName: EIRA_BRZ
# - Id: 3977
# AegisName: AB_MOB_051
# - Id: 3978
# AegisName: AB_MOB_052
# - Id: 3979
# AegisName: AB_MOB_053
# - Id: 3980
# AegisName: AB_MOB_054
# - Id: 3981
# AegisName: AB_MOB_055
# - Id: 3982
# AegisName: AB_MOB_056
# - Id: 3983
# AegisName: AB_MOB_057
# - Id: 3984
# AegisName: AB_MOB_058
# - Id: 3985
# AegisName: AB_MOB_059
# - Id: 3986
# AegisName: AB_MOB_060
# - Id: 3987
# AegisName: AB_MOB_061
# - Id: 3988
# AegisName: AB_MOB_062
# - Id: 3989
# AegisName: AB_MOB_063
# - Id: 3990
# AegisName: AB_MOB_064
# - Id: 3991
# AegisName: AB_MOB_065
# - Id: 3992
# AegisName: AB_MOB_066
# - Id: 3993
# AegisName: AB_MOB_067
# - Id: 3994
# AegisName: AB_MOB_068
# - Id: 3995
# AegisName: AB_MOB_069
# - Id: 3996
# AegisName: AB_MOB_070
# - Id: 3997
# AegisName: AB_MOB_071
# - Id: 3998
# AegisName: AB_MOB_072
# New Monster Range
# - Id: 20020
# AegisName: MONSTER_2ND_BEGIN
# - Id: 20021
# AegisName: AB_MOB_073
# - Id: 20022
# AegisName: AB_MOB_074
# - Id: 20023
# AegisName: AB_MOB_075
# - Id: 20024
# AegisName: AB_MOB_076
# - Id: 20025
# AegisName: JP_CM_MOB_001
# - Id: 20026
# AegisName: JP_CM_MOB_002
# - Id: 20027
# AegisName: JP_CM_MOB_003
# - Id: 20028
# AegisName: JP_CM_MOB_004
# - Id: 20029
# AegisName: JP_CM_MOB_005
# - Id: 20030
# AegisName: JP_CM_MOB_006
# - Id: 20031
# AegisName: JP_CM_MOB_007
# - Id: 20032
# AegisName: JP_CM_MOB_008
# - Id: 20033
# AegisName: JP_CM_MOB_009
# - Id: 20034
# AegisName: JP_CM_MOB_010
# - Id: 20035
# AegisName: JP_CM_MOB_011
# - Id: 20036
# AegisName: JP_CM_MOB_012
# - Id: 20037
# AegisName: JP_CM_MOB_013
# - Id: 20038
# AegisName: JP_CM_MOB_014
# - Id: 20039
# AegisName: JP_CM_MOB_015
# - Id: 20040
# AegisName: JP_CM_MOB_016
# - Id: 20041
# AegisName: JP_CM_MOB_017
# - Id: 20042
# AegisName: JP_CM_MOB_018
# - Id: 20043
# AegisName: JP_CM_MOB_019
# - Id: 20044
# AegisName: JP_CM_MOB_020
# - Id: 20045
# AegisName: JP_CM_MOB_021
# - Id: 20046
# AegisName: JP_CM_MOB_022
# - Id: 20047
# AegisName: JP_CM_MOB_023
# - Id: 20048
# AegisName: JP_CM_MOB_024
# - Id: 20049
# AegisName: JP_CM_MOB_025
# - Id: 20050
# AegisName: JP_CM_MOB_026
# - Id: 20051
# AegisName: JP_CM_MOB_027
# - Id: 20052
# AegisName: JP_CM_MOB_028
# - Id: 20053
# AegisName: JP_CM_MOB_029
# - Id: 20054
# AegisName: JP_CM_MOB_030
# - Id: 20055
# AegisName: JP_CM_MOB_031
# - Id: 20056
# AegisName: JP_CM_MOB_032
# - Id: 20057
# AegisName: JP_CM_MOB_033
# - Id: 20058
# AegisName: JP_CM_MOB_034
# - Id: 20059
# AegisName: JP_CM_MOB_035
# - Id: 20060
# AegisName: JP_CM_MOB_036
# - Id: 20061
# AegisName: EVT_BAPHOMET
# - Id: 20062
# AegisName: EVT_BAPHO_JR
# - Id: 20063
# AegisName: EVT_V_WOLF
# - Id: 20064
# AegisName: EVT_ECLIPSE
# - Id: 20065
# AegisName: EVT_VOCAL
# - Id: 20066
# AegisName: EVT_UNGOLIANT
# - Id: 20067
# AegisName: EVT_GEOGRAPHER
# - Id: 20068
# AegisName: EVT_MANTIS
# - Id: 20069
# AegisName: EVT_GRIZZLY
# - Id: 20070
# AegisName: EVT_KINDOFBEETLE
# - Id: 20071
# AegisName: EVT_BIGFOOT
# - Id: 20072
# AegisName: EVT_COCO
# - Id: 20073
# AegisName: E_SIROMA
# - Id: 20074
# AegisName: E_MYSTCASE
# - Id: 20075
# AegisName: E_X_PORING
# - Id: 20076
# AegisName: MD_MAYA
# - Id: 20077
# AegisName: MD_DENIRO
# - Id: 20078
# AegisName: MD_VITATA
# - Id: 20079
# AegisName: MD_ANDRE
# - Id: 20080
# AegisName: MD_PIERE
# - Id: 20081
# AegisName: MD_IZ_COELACANTH
# - Id: 20082
# AegisName: MD_IZ_MARSE
# - Id: 20083
# AegisName: MD_IZ_MERMAN
# - Id: 20084
# AegisName: MD_IZ_OBEAUNE
# - Id: 20085
# AegisName: MD_IZ_CORNUTUS
# - Id: 20086
# AegisName: RED_ERUMA_MJ
# - Id: 20087
# AegisName: SIORAVA_MJ
# - Id: 20088
# AegisName: RR_MOB_001
# - Id: 20089
# AegisName: RR_MOB_002
# - Id: 20090
# AegisName: RR_MOB_003
# - Id: 20091
# AegisName: RR_MOB_004
# - Id: 20092
# AegisName: RR_MOB_005
# - Id: 20093
# AegisName: RR_MOB_006
# - Id: 20094
# AegisName: RR_MOB_007
# - Id: 20095
# AegisName: RR_MOB_008
# - Id: 20096
# AegisName: RR_MOB_009
# - Id: 20097
# AegisName: RR_MOB_010
# - Id: 20098
# AegisName: RR_MOB_011
# - Id: 20099
# AegisName: RR_MOB_012
# - Id: 20100
# AegisName: RR_MOB_013
# - Id: 20101
# AegisName: WILOW_MJ
# - Id: 20102
# AegisName: MANDRAGORA_MJ
# - Id: 20103
# AegisName: STEM_WORM_MJ
# - Id: 20104
# AegisName: SPORE_MJ
# - Id: 20105
# AegisName: TW_V_B_KATRINN
# - Id: 20106
# AegisName: TW_V_B_SHECIL
# - Id: 20107
# AegisName: TW_DETALE
# - Id: 20108
# AegisName: TW_KIEL
# - Id: 20109
# AegisName: TW_TAO_GUNKA
# - Id: 20110
# AegisName: TW_KNIGHT_OF_WINDSTORM
# - Id: 20111
# AegisName: MD_TRE_DRAKE
# - Id: 20112
# AegisName: MD_MANHOLE
# - Id: 20113
# AegisName: MD_TRE_MIMIC
# - Id: 20114
# AegisName: MD_TRE_WRAITH
# - Id: 20115
# AegisName: MD_TRE_PIRATE_SKEL
# - Id: 20116
# AegisName: MD_TRE_WHISPER
# - Id: 20117
# AegisName: MD_TRE_HYDRA
# - Id: 20118
# AegisName: GOBLIN_KING
# - Id: 20119
# AegisName: BAD_CATCUMBER
# - Id: 20120
# AegisName: JP_E_MONSTER_106
# - Id: 20121
# AegisName: JP_E_MONSTER_107
# - Id: 20122
# AegisName: JP_E_MONSTER_108
# - Id: 20123
# AegisName: JP_E_MONSTER_109
# - Id: 20124
# AegisName: JP_E_MONSTER_110
# - Id: 20125
# AegisName: JP_E_MONSTER_111
# - Id: 20126
# AegisName: JP_E_MONSTER_112
# - Id: 20127
# AegisName: JP_E_MONSTER_113
# - Id: 20128
# AegisName: JP_E_MONSTER_114
# - Id: 20129
# AegisName: JP_E_MONSTER_115
# - Id: 20130
# AegisName: JP_E_MONSTER_116
# - Id: 20131
# AegisName: JP_E_MONSTER_117
# - Id: 20132
# AegisName: JP_E_MONSTER_118
# - Id: 20133
# AegisName: JP_E_MONSTER_119
# - Id: 20134
# AegisName: JP_E_MONSTER_120
# - Id: 20135
# AegisName: JP_E_MONSTER_121
# - Id: 20136
# AegisName: JP_E_MONSTER_122
# - Id: 20137
# AegisName: JP_E_MONSTER_123
# - Id: 20138
# AegisName: JP_E_MONSTER_124
# - Id: 20139
# AegisName: JP_E_MONSTER_125
# - Id: 20140
# AegisName: JP_E_MONSTER_126
# - Id: 20141
# AegisName: JP_E_MONSTER_127
# - Id: 20142
# AegisName: JP_E_MONSTER_128
# - Id: 20143
# AegisName: JP_E_MONSTER_129
# - Id: 20144
# AegisName: JP_E_MONSTER_130
# - Id: 20145
# AegisName: JP_E_MONSTER_131
# - Id: 20146
# AegisName: JP_E_MONSTER_132
# - Id: 20147
# AegisName: JP_E_MONSTER_133
# - Id: 20148
# AegisName: JP_E_MONSTER_134
# - Id: 20149
# AegisName: JP_E_MONSTER_135
# - Id: 20150
# AegisName: JP_E_MONSTER_136
# - Id: 20151
# AegisName: JP_E_MONSTER_137
# - Id: 20152
# AegisName: JP_E_MONSTER_138
# - Id: 20153
# AegisName: JP_E_MONSTER_139
# - Id: 20154
# AegisName: JP_E_MONSTER_140
# - Id: 20155
# AegisName: JP_E_MONSTER_141
# - Id: 20156
# AegisName: JP_E_MONSTER_142
# - Id: 20157
# AegisName: JP_E_MONSTER_143
# - Id: 20158
# AegisName: JP_E_MONSTER_144
# - Id: 20159
# AegisName: JP_E_MONSTER_145
# - Id: 20160
# AegisName: JP_E_MONSTER_146
# - Id: 20161
# AegisName: JP_E_MONSTER_147
# - Id: 20162
# AegisName: JP_E_MONSTER_148
# - Id: 20163
# AegisName: JP_E_MONSTER_149
# - Id: 20164
# AegisName: JP_E_MONSTER_150
# - Id: 20165
# AegisName: MD_TOUCAN
# - Id: 20166
# AegisName: FLAME_GHOST
# - Id: 20167
# AegisName: ICE_GHOST
# - Id: 20168
# AegisName: B_FLAME_GHOST
# - Id: 20169
# AegisName: B_ICE_GHOST
# - Id: 20170
# AegisName: GARGOYLE_MJ
# - Id: 20171
# AegisName: STING_MJ
# - Id: 20172
# AegisName: RAYDRIC_MJ
# - Id: 20173
# AegisName: RAYDRIC_ARCHER_MJ
# - Id: 20174
# AegisName: RAGGED_ZOMBIE_MJ
# - Id: 20175
# AegisName: EXTRA_JOKER
# - Id: 20176
# AegisName: ERZSEBET
# - Id: 20177
# AegisName: JENIFFER
# - Id: 20178
# AegisName: GENERAL_ORC
# - Id: 20179
# AegisName: SIEGLOUSE
# - Id: 20180
# AegisName: TACNU_BRZ
# - Id: 20181
# AegisName: VH_AMON_RA
# - Id: 20182
# AegisName: VH_BAPHOMET
# - Id: 20183
# AegisName: VH_DARK_LORD
# - Id: 20184
# AegisName: VH_DOPPELGANGER
# - Id: 20185
# AegisName: VH_DRACULA
# - Id: 20186
# AegisName: VH_DRAKE
# - Id: 20187
# AegisName: VH_EDDGA
# - Id: 20188
# AegisName: VH_GARM
# - Id: 20189
# AegisName: VH_GOLDEN_BUG
# - Id: 20190
# AegisName: VH_KNIGHT_OF_WS
# - Id: 20191
# AegisName: VH_MAYA
# - Id: 20192
# AegisName: VH_MISTRESS
# - Id: 20193
# AegisName: VH_MOONLIGHT
# - Id: 20194
# AegisName: VH_ORC_LORD
# - Id: 20195
# AegisName: VH_ORK_HERO
# - Id: 20196
# AegisName: VH_OSIRIS
# - Id: 20197
# AegisName: VH_PHARAOH
# - Id: 20198
# AegisName: VH_PHREEONI
# - Id: 20199
# AegisName: VH_TAO_GUNKA
# - Id: 20200
# AegisName: VH_TURTLE_GENERAL
# - Id: 20201
# AegisName: VH_B_SEYREN
# - Id: 20202
# AegisName: VH_B_HARWORD
# - Id: 20203
# AegisName: VH_B_EREMES
# - Id: 20204
# AegisName: VH_B_KATRINN
# - Id: 20205
# AegisName: VH_B_MAGALETA
# - Id: 20206
# AegisName: VH_LORD_OF_DEATH
# - Id: 20207
# AegisName: VH_ENTWEIHEN
# - Id: 20208
# AegisName: VH_NAGHT_SIEGER
# - Id: 20209
# AegisName: VH_DETALE
# - Id: 20210
# AegisName: VH_THANATOS
# - Id: 20211
# AegisName: VH_APOCALIPS_H
# - Id: 20212
# AegisName: VH_KIEL_
# - Id: 20213
# AegisName: VH_RANDGRIS
# - Id: 20214
# AegisName: VH_RSX_0806
# - Id: 20215
# AegisName: VH_B_YGNIZEM
# - Id: 20216
# AegisName: VH_ATROCE
# - Id: 20217
# AegisName: VH_BEELZEBUB_
# - Id: 20218
# AegisName: VH_FALLINGBISHOP
# - Id: 20219
# AegisName: VH_GLOOM_U_N
# - Id: 20220
# AegisName: VH_IFRIT
# - Id: 20221
# AegisName: VH_KTULLANUX
# - Id: 20222
# AegisName: VH_H_HUNTER_EV
# - Id: 20223
# AegisName: VH_MM_CUTIE
# - Id: 20224
# AegisName: VH_VENOM_KIMERA
# - Id: 20225
# AegisName: VH_B_SHECIL
# - Id: 20226
# AegisName: VH_B_RANDEL
# - Id: 20227
# AegisName: VH_B_FLAMEL
# - Id: 20228
# AegisName: VH_B_TRENTINI
# - Id: 20229
# AegisName: VH_CHARLESTON3
# - Id: 20230
# AegisName: VH_GRAND_PERE
# - Id: 20231
# AegisName: VH_S_NYDHOG
# - Id: 20232
# AegisName: VH_QUEEN_SCARABA
# - Id: 20233
# AegisName: VH_KRAKEN
# - Id: 20234
# AegisName: VH_TIMEHOLDER
# - Id: 20235
# AegisName: VH_INCAN_SAMURAI
# - Id: 20236
# AegisName: VH_BACSOJIN
# - Id: 20237
# AegisName: VH_DARK_S_LORD
# - Id: 20238
# AegisName: VH_LADY_TANEE
# - Id: 20239
# AegisName: VH_GOPINICH
# - Id: 20240
# AegisName: VH_LEAK
# - Id: 20241
# AegisName: VH_MECHASPIDER
# - Id: 20242
# AegisName: VH_PYURIEL
# - Id: 20243
# AegisName: VH_KADES
# - Id: 20244
# AegisName: VH_GIOIA
# - Id: 20245
# AegisName: VH_DAEHYON
# - Id: 20246
# AegisName: VH_B_CELIA
# - Id: 20247
# AegisName: VH_B_CHEN
# - Id: 20248
# AegisName: VH_B_ALPHOCCIO
# - Id: 20249
# AegisName: VH_B_GERTIE
# - Id: 20250
# AegisName: VH_ENTWEIHEN_R
# - Id: 20251
# AegisName: VH_ENTWEIHEN_H
# - Id: 20252
# AegisName: VH_ENTWEIHEN_M
# - Id: 20253
# AegisName: VH_ENTWEIHEN_S
# - Id: 20254
# AegisName: VH_MIMIC
- Id: 20255
AegisName: ILL_TEDDY_BEAR_R
Name: Red Teddy Bear
Level: 155
Hp: 328072
BaseExp: 19972
JobExp: 22503
Attack: 2022
Attack2: 225
Defense: 212
MagicDefense: 88
Str: 132
Agi: 100
Vit: 155
Int: 132
Dex: 133
Luk: 132
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Fire
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 512
AttackMotion: 780
ClientAttackMotion: 600
DamageMotion: 504
Ai: 04
Drops:
- Item: NasariansSoulstone
Rate: 1000
- Item: Iron_Ore
Rate: 2000
- Item: Oridecon
Rate: 500
- Item: Bearopy
Rate: 1500
- Item: Boots_
Rate: 50
- Item: Colorful_T_Bear_Card
Rate: 1
StealProtected: true
- Id: 20256
AegisName: ILL_TEDDY_BEAR_Y
Name: Yellow Teddy Bear
Level: 155
Hp: 294044
BaseExp: 19384
JobExp: 23165
Attack: 1819
Attack2: 202
Defense: 200
MagicDefense: 112
Str: 102
Agi: 132
Vit: 102
Int: 182
Dex: 155
Luk: 102
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Wind
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 512
AttackMotion: 780
ClientAttackMotion: 600
DamageMotion: 504
Ai: 04
Drops:
- Item: Bearopy
Rate: 1500
- Item: NasariansSoulstone
Rate: 1000
- Item: Elunium
Rate: 500
- Item: Screw
Rate: 2500
- Item: Survival_Rod_
Rate: 50
- Item: Colorful_T_Bear_Card
Rate: 1
StealProtected: true
- Id: 20257
AegisName: ILL_TEDDY_BEAR_G
Name: Green Teddy Bear
Level: 157
Hp: 331960
BaseExp: 21646
JobExp: 25117
Attack: 2113
Attack2: 235
Defense: 227
MagicDefense: 110
Str: 129
Agi: 128
Vit: 141
Int: 173
Dex: 158
Luk: 129
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Poison
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 512
AttackMotion: 708
ClientAttackMotion: 600
DamageMotion: 504
Ai: 04
Drops:
- Item: Bearopy
Rate: 1500
- Item: NasariansSoulstone
Rate: 1000
- Item: Green_Bearopy
Rate: 500
- Item: Green_Herb
Rate: 2500
- Item: Colorful_T_Bear_Card
Rate: 1
StealProtected: true
- Id: 20258
AegisName: ILL_TEDDY_BEAR_W
Name: White Teddy Bear
Level: 155
Hp: 311841
BaseExp: 20334
JobExp: 23595
Attack: 1985
Attack2: 221
Defense: 213
MagicDefense: 103
Str: 121
Agi: 120
Vit: 133
Int: 162
Dex: 149
Luk: 121
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 512
AttackMotion: 780
ClientAttackMotion: 600
DamageMotion: 504
Ai: 04
Drops:
- Item: Bearopy
Rate: 2500
- Item: NasariansSoulstone
Rate: 1500
- Item: Oridecon_Hammer
Rate: 500
- Item: Steel
Rate: 250
- Item: Survival_Rod2_
Rate: 50
- Item: Colorful_T_Bear_Card
Rate: 1
StealProtected: true
- Id: 20259
AegisName: ILL_TEDDY_BEAR_B
Name: Blue Teddy Bear
Level: 152
Hp: 280657
BaseExp: 18300
JobExp: 21235
Attack: 1786
Attack2: 198
Defense: 192
MagicDefense: 93
Str: 109
Agi: 108
Vit: 120
Int: 146
Dex: 134
Luk: 109
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Water
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 512
AttackMotion: 780
ClientAttackMotion: 600
DamageMotion: 504
Ai: 04
Drops:
- Item: Bearopy
Rate: 1500
- Item: Screw
Rate: 2500
- Item: Iron
Rate: 1000
- Item: Blue_Herb
Rate: 500
- Item: Chonchon_Doll_HQ
Rate: 1000
- Item: Colorful_T_Bear_Card
Rate: 1
StealProtected: true
- Id: 20260
AegisName: ILL_TEDDY_BEAR_S
Name: Shining Teddy Bear
Level: 160
Hp: 10724874
BaseExp: 1793444
JobExp: 1618614
Attack: 4168
Attack2: 2895
Defense: 313
MagicDefense: 152
Str: 178
Agi: 176
Vit: 195
Int: 238
Dex: 219
Luk: 178
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Holy
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 512
AttackMotion: 780
ClientAttackMotion: 600
DamageMotion: 504
Ai: 21
Drops:
- Item: Elunium
Rate: 2000
- Item: Oridecon
Rate: 2000
- Item: Clay_Doll
Rate: 1500
- Item: Counter_Dagger
Rate: 300
- Item: Screw
Rate: 4000
- Item: Shining_T_Bear_Card
Rate: 1
StealProtected: true
- Id: 20261
AegisName: ILL_PITMAN
Name: Hardworking Pitman
Level: 154
Hp: 305605
Attack: 1945
Attack2: 216
Defense: 209
MagicDefense: 101
Str: 118
Agi: 117
Vit: 130
Int: 159
Dex: 146
Luk: 118
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Earth
ElementLevel: 2
WalkSpeed: 180
AttackDelay: 960
AttackMotion: 336
ClientAttackMotion: 240
DamageMotion: 300
Ai: 04
Drops:
- Item: Old_Pick
Rate: 1500
- Item: Old_Steel_Plate
Rate: 250
- Item: Lantern
Rate: 2500
- Item: Gun_Powder
Rate: 1000
- Item: Gate_KeeperDD
Rate: 50
- Item: Pitman_Worker_Card
Rate: 1
StealProtected: true
- Id: 20262
AegisName: ILL_MINERAL
Name: Soul Fragment
Level: 153
Hp: 290324
BaseExp: 18931
JobExp: 21967
Attack: 1847
Attack2: 205
Defense: 198
MagicDefense: 96
Str: 113
Agi: 112
Vit: 124
Int: 151
Dex: 139
Luk: 113
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 648
AttackMotion: 480
ClientAttackMotion: 300
DamageMotion: 360
Ai: 04
Drops:
- Item: Fragment_Of_Crystal
Rate: 2500
- Item: Golden_Jewel
Rate: 250
- Item: Gothic_China_Doll
Rate: 1000
- Item: Yellow_Gemstone
Rate: 300
- Item: Fragment_Of_Soul_Card
Rate: 1
StealProtected: true
- Id: 20263
AegisName: ILL_OBSIDIAN
# Name: Sinister Dwelling Obsidian
Name: Sinister Obsidian
Level: 156
Hp: 318593
Attack: 2027
Attack2: 225
Defense: 217
MagicDefense: 106
Str: 124
Agi: 122
Vit: 136
Int: 166
Dex: 152
Luk: 124
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Earth
ElementLevel: 2
WalkSpeed: 350
AttackDelay: 720
AttackMotion: 864
ClientAttackMotion: 624
DamageMotion: 504
Ai: 04
Drops:
- Item: Dark_Crystal_Fragment
Rate: 1500
- Item: Crystal_Jewel
Rate: 250
- Item: Coal
Rate: 250
- Item: Elunium
Rate: 40
- Item: Sinister_Obsidian_Card
Rate: 1
StealProtected: true
- Id: 20264
AegisName: G_ILL_TEDDY_BEAR_R
Name: Red Teddy Bear
Level: 155
Hp: 309520
Attack: 2022
Attack2: 225
Defense: 212
MagicDefense: 88
Str: 132
Agi: 100
Vit: 155
Int: 132
Dex: 133
Luk: 132
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Fire
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 512
AttackMotion: 780
ClientAttackMotion: 600
DamageMotion: 504
Ai: 24
- Id: 20265
AegisName: G_ILL_TEDDY_BEAR_Y
Name: Yellow Teddy Bear
Level: 155
Hp: 294044
Attack: 1819
Attack2: 202
Defense: 200
MagicDefense: 112
Str: 102
Agi: 132
Vit: 102
Int: 182
Dex: 155
Luk: 102
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Wind
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 512
AttackMotion: 780
ClientAttackMotion: 600
DamageMotion: 504
Ai: 24
- Id: 20266
AegisName: G_ILL_TEDDY_BEAR_G
Name: Green Teddy Bear
Level: 157
Hp: 331960
Attack: 2113
Attack2: 235
Defense: 227
MagicDefense: 110
Str: 129
Agi: 128
Vit: 141
Int: 173
Dex: 158
Luk: 129
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Poison
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 512
AttackMotion: 780
ClientAttackMotion: 600
DamageMotion: 504
Ai: 24
- Id: 20267
AegisName: G_ILL_TEDDY_BEAR_W
Name: White Teddy Bear
Level: 155
Hp: 311841
Attack: 1985
Attack2: 221
Defense: 213
MagicDefense: 103
Str: 121
Agi: 120
Vit: 133
Int: 162
Dex: 149
Luk: 121
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 512
AttackMotion: 780
ClientAttackMotion: 600
DamageMotion: 504
Ai: 24
- Id: 20268
AegisName: G_ILL_TEDDY_BEAR_B
Name: Blue Teddy Bear
Level: 152
Hp: 280657
Attack: 1786
Attack2: 198
Defense: 192
MagicDefense: 93
Str: 109
Agi: 108
Vit: 120
Int: 146
Dex: 134
Luk: 109
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Water
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 512
AttackMotion: 780
ClientAttackMotion: 600
DamageMotion: 504
Ai: 24
- Id: 20269
AegisName: GUILD_SKILL_FLAG
Name: Guild Skill Flag
Level: 90
Hp: 30
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 300
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 0
DamageMotion: 384
Ai: 06
Class: Battlefield
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
KnockBackImmune: true
TeleportBlock: true
- Id: 20270
AegisName: ILL_TRI_JOINT
Name: Ancient Tri Joint
Level: 164
Hp: 694500
BaseExp: 75839
JobExp: 56880
Attack: 2105
Attack2: 498
Defense: 144
MagicDefense: 5
Str: 77
Agi: 88
Vit: 70
Int: 55
Dex: 145
Luk: 20
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
RaceGroups:
Illusion_Luanda: true
Element: Earth
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 860
AttackMotion: 660
ClientAttackMotion: 540
DamageMotion: 624
Ai: 07
Modes:
Detector: true
Drops:
- Item: Cyfar
Rate: 1500
- Item: Solid_Shell
Rate: 550
- Item: Aloebera
Rate: 100
- Item: Yellow_Live
Rate: 80
- Item: Sparkling_Dust
Rate: 70
- Item: Token_Of_Bigstone
Rate: 250
- Item: Weak_Worm
Rate: 1000
- Item: Ancient_Trijoint_Card
Rate: 1
StealProtected: true
- Id: 20271
AegisName: ILL_STALACTIC_GOLEM
Name: Ancient Stalactic Golem
Level: 167
Hp: 725400
BaseExp: 79214
JobExp: 59410
Attack: 2923
Attack2: 521
Defense: 412
MagicDefense: 5
Str: 105
Agi: 98
Vit: 122
Int: 45
Dex: 158
Luk: 55
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
RaceGroups:
Illusion_Luanda: true
Element: Neutral
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 632
AttackMotion: 518
ClientAttackMotion: 384
DamageMotion: 288
Ai: 04
Drops:
- Item: Hard_Mud
Rate: 1000
- Item: Brigan
Rate: 2425
- Item: Star_Crumb
Rate: 125
- Item: Great_Nature
Rate: 15
- Item: Elunium_Stone
Rate: 125
- Item: Tablet
Rate: 10
- Item: Token_Of_Bigstone
Rate: 250
- Item: Ancient_Sta_Golem_Card
Rate: 1
StealProtected: true
- Id: 20272
AegisName: ILL_MEGALITH
Name: Ancient Megalith
Level: 166
Hp: 708500
BaseExp: 77368
JobExp: 58026
Attack: 2877
Attack2: 511
Defense: 188
MagicDefense: 18
Str: 104
Agi: 111
Vit: 89
Int: 55
Dex: 214
Luk: 42
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
RaceGroups:
Illusion_Luanda: true
Element: Neutral
ElementLevel: 4
WalkSpeed: 200
AttackDelay: 1332
AttackMotion: 1332
ClientAttackMotion: 900
DamageMotion: 672
Ai: 10
Drops:
- Item: Zargon
Rate: 1500
- Item: Stone
Rate: 700
- Item: Elunium_Stone
Rate: 104
- Item: Elunium
Rate: 31
- Item: Token_Of_Bigstone
Rate: 250
- Item: Pot_Stone
Rate: 1000
- Item: Ancient_Megalith_Card
Rate: 1
StealProtected: true
- Id: 20273
AegisName: ILL_TAO_GUNKA
Name: Ancient Tao Gunka
Level: 169
Hp: 19280000
BaseExp: 4001752
JobExp: 3001314
# MvpExp:
Attack: 5070
Attack2: 3028
Defense: 905
MagicDefense: 143
Str: 180
Agi: 216
Vit: 100
Int: 111
Dex: 212
Luk: 42
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
RaceGroups:
Illusion_Luanda: true
Element: Neutral
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1020
AttackMotion: 288
ClientAttackMotion: 384
DamageMotion: 144
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Oridecon
Rate: 6000
- Item: Old_Violet_Box
Rate: 3000
- Item: Elunium
Rate: 6000
Drops:
- Item: Gemstone
Rate: 2425
- Item: Fragment_Of_Rock
Rate: 2425
- Item: Golden_Jewel
Rate: 500
- Item: Runstone_Rare
Rate: 100
- Item: Goibne's_Armor
Rate: 100
- Item: Goibne's_Shoulder_Arms
Rate: 100
- Item: Token_Of_Bigstone
Rate: 1250
- Item: Ancient_Tao_Gunka_Card
Rate: 1
StealProtected: true
- Id: 20274
AegisName: ILL_STONE_SHOOTER
Name: Ancient Stone Shooter
Level: 166
Hp: 692500
BaseExp: 75621
JobExp: 56716
Attack: 2711
Attack2: 510
Defense: 184
MagicDefense: 15
Str: 98
Agi: 86
Vit: 68
Int: 44
Dex: 215
Luk: 54
AttackRange: 10
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
RaceGroups:
Illusion_Luanda: true
Element: Fire
ElementLevel: 3
WalkSpeed: 175
AttackDelay: 2413
AttackMotion: 1248
ClientAttackMotion: 96
DamageMotion: 768
Ai: 04
Drops:
- Item: Solid_Twig
Rate: 2500
- Item: Log
Rate: 2500
- Item: Browny_Root
Rate: 500
- Item: Wooden_Block
Rate: 1000
- Item: Oridecon_Stone
Rate: 50
- Item: Hair_Leaf
Rate: 1000
- Item: Token_Of_Wootan
Rate: 250
- Item: Ancient_S_Shooter_Card
Rate: 1
StealProtected: true
- Id: 20275
AegisName: ILL_WOOTAN_SHOOTER
Name: Ancient Wootan Shooter
Level: 164
Hp: 702100
BaseExp: 76669
JobExp: 57502
Attack: 2460
Attack2: 517
Defense: 142
MagicDefense: 21
Str: 90
Agi: 97
Vit: 74
Int: 53
Dex: 220
Luk: 45
AttackRange: 10
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Illusion_Luanda: true
Element: Earth
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 857
AttackMotion: 1056
ClientAttackMotion: 420
DamageMotion: 576
Ai: 05
Drops:
- Item: Air_Rifle
Rate: 2250
- Item: Flexible_String
Rate: 1750
- Item: Shooting_Stone
Rate: 1000
- Item: Hunter_Bow
Rate: 10
- Item: Cacao
Rate: 750
- Item: Elder_Branch
Rate: 50
- Item: Token_Of_Wootan
Rate: 250
- Item: Ancient_W_Shooter_Card
Rate: 1
StealProtected: true
- Id: 20276
AegisName: ILL_WOOTAN_FIGHTER
Name: Ancient Wootan Fighter
Level: 167
Hp: 725500
BaseExp: 79225
JobExp: 59418
Attack: 3062
Attack2: 538
Defense: 205
MagicDefense: 8
Str: 110
Agi: 115
Vit: 90
Int: 42
Dex: 158
Luk: 42
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Illusion_Luanda: true
Element: Fire
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 912
AttackMotion: 1344
ClientAttackMotion: 420
DamageMotion: 480
Ai: 04
Drops:
- Item: Wootan_F_Fur
Rate: 1000
- Item: Shoulder_Protection
Rate: 2000
- Item: Elder_Branch
Rate: 50
- Item: Great_Leaf
Rate: 500
- Item: Banana
Rate: 500
- Item: IllusoryStone
Rate: 10
- Item: Token_Of_Wootan
Rate: 250
- Item: Ancient_W_Fighter_Card
Rate: 1
StealProtected: true
- Id: 20277
AegisName: ILL_WOOTAN_DEFENDER
Name: Ancient Wootan Defender
Level: 169
Hp: 20154000
BaseExp: 4001552
JobExp: 3001164
# MvpExp:
Attack: 2535
Attack2: 3101
Defense: 874
MagicDefense: 143
Str: 90
Agi: 198
Vit: 102
Int: 105
Dex: 215
Luk: 165
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
RaceGroups:
Illusion_Luanda: true
Element: Fire
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 1020
AttackMotion: 288
ClientAttackMotion: 288
DamageMotion: 144
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Elunium
Rate: 6000
- Item: Old_Violet_Box
Rate: 3000
- Item: Oridecon
Rate: 6000
Drops:
- Item: Wootan_D_S_Piece
Rate: 2250
- Item: Shoulder_Protection
Rate: 2250
- Item: Elder_Branch
Rate: 50
- Item: Great_Leaf
Rate: 500
- Item: Goibne's_Combat_Boots
Rate: 100
- Item: Goibne's_Helmet
Rate: 100
- Item: Token_Of_Wootan
Rate: 1250
- Item: Ancient_W_Deffend_Card
Rate: 1
StealProtected: true
- Id: 20278
AegisName: G_ILL_MEGALITH
Name: Ancient Megalith
Level: 166
Hp: 708500
Attack: 2877
Attack2: 511
Defense: 188
MagicDefense: 18
Str: 104
Agi: 111
Vit: 89
Int: 55
Dex: 214
Luk: 42
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
RaceGroups:
Illusion_Luanda: true
Element: Neutral
ElementLevel: 4
WalkSpeed: 200
AttackDelay: 1332
AttackMotion: 1332
ClientAttackMotion: 936
DamageMotion: 672
Ai: 24
- Id: 20279
AegisName: G_ILL_WOOTAN_SHOOTER
Name: Ancient Wootan Shooter
Level: 164
Hp: 702100
Attack: 2460
Attack2: 517
Defense: 142
MagicDefense: 21
Str: 90
Agi: 97
Vit: 74
Int: 53
Dex: 220
Luk: 45
AttackRange: 10
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Illusion_Luanda: true
Element: Earth
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 857
AttackMotion: 1056
ClientAttackMotion: 420
DamageMotion: 576
Ai: 24
- Id: 20280
AegisName: G_ILL_WOOTAN_FIGHTER
Name: Ancient Wootan Fighter
Level: 167
Hp: 725500
Attack: 3062
Attack2: 538
Defense: 250
MagicDefense: 8
Str: 110
Agi: 115
Vit: 90
Int: 42
Dex: 158
Luk: 42
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
Illusion_Luanda: true
Element: Fire
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 912
AttackMotion: 1344
ClientAttackMotion: 420
DamageMotion: 480
Ai: 24
# - Id: 20281
# AegisName: E_DANDY_STAR
# - Id: 20282
# AegisName: JP_MAZEMOB_51
# - Id: 20283
# AegisName: JP_MAZEMOB_52
# - Id: 20284
# AegisName: JP_MAZEMOB_53
# - Id: 20285
# AegisName: JP_MAZEMOB_54
# - Id: 20286
# AegisName: JP_MAZEMOB_55
# - Id: 20287
# AegisName: JP_MAZEMOB_56
# - Id: 20288
# AegisName: JP_MAZEMOB_57
# - Id: 20289
# AegisName: JP_MAZEMOB_58
# - Id: 20290
# AegisName: JP_MAZEMOB_59
# - Id: 20291
# AegisName: JP_MAZEMOB_60
# - Id: 20292
# AegisName: JP_MAZEMOB_61
# - Id: 20293
# AegisName: JP_MAZEMOB_62
# - Id: 20294
# AegisName: JP_MAZEMOB_63
# - Id: 20295
# AegisName: JP_MAZEMOB_64
# - Id: 20296
# AegisName: JP_MAZEMOB_65
# - Id: 20297
# AegisName: JP_MAZEMOB_66
# - Id: 20298
# AegisName: JP_MAZEMOB_67
# - Id: 20299
# AegisName: JP_MAZEMOB_68
# - Id: 20300
# AegisName: JP_MAZEMOB_69
# - Id: 20301
# AegisName: JP_MAZEMOB_70
# - Id: 20302
# AegisName: JP_MAZEMOB_71
# - Id: 20303
# AegisName: JP_MAZEMOB_72
# - Id: 20304
# AegisName: JP_MAZEMOB_73
# - Id: 20305
# AegisName: JP_MAZEMOB_74
# - Id: 20306
# AegisName: JP_MAZEMOB_75
# - Id: 20307
# AegisName: JP_MAZEMOB_76
# - Id: 20308
# AegisName: JP_MAZEMOB_77
# - Id: 20309
# AegisName: JP_MAZEMOB_78
# - Id: 20310
# AegisName: JP_MAZEMOB_79
# - Id: 20311
# AegisName: JP_MAZEMOB_80
# - Id: 20312
# AegisName: JP_MAZEMOB_81
# - Id: 20313
# AegisName: JP_MAZEMOB_82
# - Id: 20314
# AegisName: JP_MAZEMOB_83
# - Id: 20315
# AegisName: JP_MAZEMOB_84
# - Id: 20316
# AegisName: JP_MAZEMOB_85
# - Id: 20317
# AegisName: JP_MAZEMOB_86
# - Id: 20318
# AegisName: JP_MAZEMOB_87
# - Id: 20319
# AegisName: JP_MAZEMOB_88
# - Id: 20320
# AegisName: JP_MAZEMOB_89
# - Id: 20321
# AegisName: JP_MAZEMOB_90
# - Id: 20322
# AegisName: JP_MAZEMOB_91
# - Id: 20323
# AegisName: JP_MAZEMOB_92
# - Id: 20324
# AegisName: JP_MAZEMOB_93
# - Id: 20325
# AegisName: JP_MAZEMOB_94
# - Id: 20326
# AegisName: JP_MAZEMOB_95
# - Id: 20327
# AegisName: JP_MAZEMOB_96
# - Id: 20328
# AegisName: JP_MAZEMOB_97
# - Id: 20329
# AegisName: JP_MAZEMOB_98
# - Id: 20330
# AegisName: JP_MAZEMOB_99
# - Id: 20331
# AegisName: JP_MAZEMOB_100
# - Id: 20332
# AegisName: E_PECOPECO
# - Id: 20333
# AegisName: LAVA_GOLEM_MJ
# - Id: 20334
# AegisName: KAHO_MJ
# - Id: 20335
# AegisName: EXPLOSION_MJ
# - Id: 20336
# AegisName: DELETER1_MJ
# - Id: 20337
# AegisName: DELETER2_MJ
# - Id: 20338
# AegisName: NIGHTMARE_TERROR_MJ
# - Id: 20339
# AegisName: BLAZZER_MJ
- Id: 20340
AegisName: MD_EL_A17T
Name: EL1-A17T
Level: 118
Hp: 16412000
BaseExp: 2639829
JobExp: 2292824
# MvpExp:
Attack: 1543
Attack2: 854
Defense: 355
MagicDefense: 42
Str: 173
Agi: 143
Vit: 77
Int: 148
Dex: 202
Luk: 84
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 220
AttackDelay: 128
AttackMotion: 1004
ClientAttackMotion: 960
DamageMotion: 240
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Yggdrasilberry
Rate: 5000
- Item: Seed_Of_Yggdrasil
Rate: 5000
Drops:
- Item: Old_Steel_Plate
Rate: 3500
- Item: EP17_1_EVT02
Rate: 2500
- Item: EP17_1_EVT01
Rate: 100
- Item: EP17_1_EVT39
Rate: 1000
- Item: Distorted_Iron_Plate
Rate: 1500
- Item: EL_A17T_Card
Rate: 1
StealProtected: true
- Id: 20341
AegisName: MD_E_EA1L
Name: E-EA1L
Level: 116
Hp: 24810
BaseExp: 2688
JobExp: 2453
Attack: 1042
Attack2: 185
Defense: 75
MagicDefense: 37
Str: 80
Agi: 46
Vit: 45
Int: 71
Dex: 95
Luk: 32
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 4
WalkSpeed: 110
AttackDelay: 741
AttackMotion: 1536
ClientAttackMotion: 540
DamageMotion: 480
Ai: 04
Drops:
- Item: Needle_Pouch
Rate: 1250
- Item: EP17_1_EVT02
Rate: 10
- Item: Scarlet_Dyestuffs
Rate: 30
- Item: E_EA1L_Card
Rate: 1
StealProtected: true
- Id: 20342
AegisName: MD_E_EA2S
Name: E-EA2S
Level: 117
Hp: 26200
BaseExp: 2724
JobExp: 2395
Attack: 1073
Attack2: 190
Defense: 101
MagicDefense: 37
Str: 110
Agi: 75
Vit: 47
Int: 49
Dex: 86
Luk: 61
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 165
AttackDelay: 1552
AttackMotion: 1152
ClientAttackMotion: 336
DamageMotion: 336
Ai: 04
Drops:
- Item: Screw
Rate: 1250
- Item: Burnt_Parts
Rate: 1000
- Item: EP17_1_EVT02
Rate: 10
- Item: E_EA2S_Card
Rate: 1
StealProtected: true
- Id: 20343
AegisName: MD_E_13EN0
Name: E-13EN0
Level: 118
Hp: 26840
BaseExp: 2785
JobExp: 2496
Attack: 1082
Attack2: 198
Defense: 72
MagicDefense: 29
Str: 95
Agi: 76
Vit: 38
Int: 76
Dex: 86
Luk: 61
AttackRange: 2
SkillRange: 10
ChaseRange: 12432
Size: Medium
Race: Fish
Element: Water
ElementLevel: 4
WalkSpeed: 200
AttackDelay: 432
AttackMotion: 864
ClientAttackMotion: 360
DamageMotion: 360
Ai: 04
Drops:
- Item: Sticky_Mucus
Rate: 1250
- Item: Sticky_Poison
Rate: 1000
- Item: Fluorescent_Liquid
Rate: 800
- Item: Elunium_Stone
Rate: 120
- Item: Elunium
Rate: 20
- Item: EP17_1_EVT39
Rate: 3
- Id: 20344
AegisName: MD_VENOM_BUG
Name: Chemical Poison
Level: 110
Hp: 10000
Defense: 200
MagicDefense: 200
Str: 100
Agi: 100
Vit: 100
Int: 100
Dex: 100
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Poison
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 384
ClientAttackMotion: 480
DamageMotion: 480
Ai: 10
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
KnockBackImmune: true
TeleportBlock: true
- Id: 20345
AegisName: MD_CONSTANT
Name: Bio Battery
Level: 110
Hp: 10000
Defense: 200
MagicDefense: 200
Str: 100
Agi: 100
Vit: 100
Int: 100
Dex: 100
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 720
AttackMotion: 360
ClientAttackMotion: 216
DamageMotion: 360
Ai: 10
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
KnockBackImmune: true
TeleportBlock: true
- Id: 20346
AegisName: MD_MIGUEL
Name: Miguel
Level: 115
Hp: 8600000
BaseExp: 1200000
JobExp: 900000
# MvpExp:
Attack: 4350
Attack2: 2450
Defense: 216
MagicDefense: 95
Str: 192
Agi: 115
Vit: 28
Int: 66
Dex: 179
Luk: 85
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 4
WalkSpeed: 250
AttackDelay: 872
AttackMotion: 1044
ClientAttackMotion: 540
DamageMotion: 432
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Yggdrasilberry
Rate: 5000
- Item: Seed_Of_Yggdrasil
Rate: 5000
Drops:
- Item: Tiger's_Skin
Rate: 3000
- Item: EP17_1_EVT02
Rate: 2500
- Item: EP17_1_EVT01
Rate: 100
- Item: EP17_1_EVT39
Rate: 1000
- Item: Apple
Rate: 50
- Item: Miguel_Card
Rate: 1
StealProtected: true
- Id: 20347
AegisName: MD_MIGUEL_G
Name: Miguel G.
Level: 115
Hp: 8600000
Attack: 4350
Attack2: 2450
Defense: 216
MagicDefense: 95
Str: 192
Agi: 115
Vit: 28
Int: 66
Dex: 179
Luk: 85
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 4
WalkSpeed: 250
AttackDelay: 872
AttackMotion: 1044
ClientAttackMotion: 540
DamageMotion: 432
Ai: 21
Class: Boss
- Id: 20348
AegisName: MD_A013_CAPUT
Name: A013 - Caput
Level: 110
Hp: 31000
BaseExp: 260
JobExp: 250
Attack: 900
Attack2: 150
Defense: 79
MagicDefense: 40
Str: 115
Agi: 85
Vit: 81
Int: 92
Dex: 121
Luk: 47
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Dark
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1872
AttackMotion: 360
ClientAttackMotion: 384
DamageMotion: 864
Ai: 04
Drops:
- Item: Rune_Of_Darkness
Rate: 1250
- Item: Piece_Of_Darkness
Rate: 1000
- Item: Tooth_Of_
Rate: 800
- Item: Tendon
Rate: 2000
- Item: EP17_1_EVT39
Rate: 3
- Item: Caput_Card
Rate: 1
StealProtected: true
- Id: 20349
AegisName: MD_A013_DOLOR
Name: A013 - Dolor
Level: 111
Hp: 31000
BaseExp: 2650
JobExp: 2400
Attack: 800
Attack2: 200
Defense: 42
MagicDefense: 65
Str: 105
Agi: 45
Vit: 42
Int: 88
Dex: 180
Luk: 65
AttackRange: 5
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Poison
ElementLevel: 3
WalkSpeed: 250
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 540
DamageMotion: 480
Ai: 05
Drops:
- Item: Tough_Scalelike_Stem
Rate: 1250
- Item: Sticky_Poison
Rate: 1000
- Item: Wooden_Block
Rate: 1000
- Item: EP17_1_EVT39
Rate: 3
- Item: Bloody_Rune
Rate: 800
- Item: Dolor_Card
Rate: 1
StealProtected: true
- Id: 20350
AegisName: MD_A013_BELLARE
Name: A013 - Bellare
Level: 112
Hp: 38000
BaseExp: 3250
JobExp: 3000
Attack: 1140
Attack2: 160
Defense: 76
MagicDefense: 15
Str: 107
Agi: 82
Vit: 44
Int: 29
Dex: 148
Luk: 62
AttackRange: 7
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 206
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 288
Ai: 05
Drops:
- Item: Heart_Hunter_Seal
Rate: 1250
- Item: Elunium_Stone
Rate: 150
- Item: Elunium
Rate: 12
- Item: CrudeAmmo
Rate: 800
- Item: Explosive_Powder
Rate: 30
- Item: EP17_1_EVT02
Rate: 7
- Item: Bellare_Card
Rate: 1
StealProtected: true
- Id: 20351
AegisName: MD_MANHOLE2
Name: Manhole
Level: 1
Hp: 1000
Attack: 1
Attack2: 1
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 1000
AttackDelay: 76
AttackMotion: 384
ClientAttackMotion: 0
DamageMotion: 288
Ai: 10
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
TeleportBlock: true
- Id: 20352
AegisName: MD_POMPOM
Name: Fatal Pompom
Level: 112
Hp: 35000
Attack: 855
Attack2: 185
Defense: 85
MagicDefense: 42
Str: 63
Agi: 84
Vit: 12
Int: 55
Dex: 138
Luk: 12
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Poison
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 1100
AttackMotion: 650
ClientAttackMotion: 528
DamageMotion: 500
Ai: 04
- Id: 20353
AegisName: MD_CROB
Name: Sorrow Crob
Level: 111
Hp: 3441000
BaseExp: 1175400
JobExp: 587000
Attack: 3400
Attack2: 1900
Defense: 42
MagicDefense: 65
Str: 160
Agi: 77
Vit: 100
Int: 40
Dex: 235
Luk: 55
AttackRange: 5
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 250
AttackDelay: 1872
AttackMotion: 672
ClientAttackMotion: 540
DamageMotion: 480
Ai: 05
Class: Boss
# - Id: 20354
# AegisName: E_FINE_DUST
- Id: 20355
AegisName: EP17_1_BELLARE1
Name: Heart Hunter Bellare
Level: 120
Hp: 29619
BaseExp: 3291
JobExp: 2633
Attack: 840
Attack2: 424
Defense: 146
MagicDefense: 27
Str: 56
Agi: 72
Vit: 43
Int: 53
Dex: 131
Luk: 67
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 864
AttackMotion: 1268
ClientAttackMotion: 288
DamageMotion: 480
Ai: 05
Drops:
- Item: Heart_Hunter_Seal
Rate: 1250
- Item: Elunium_Stone
Rate: 150
- Item: Elunium
Rate: 12
- Item: EP17_1_EVT39
Rate: 5
- Item: EP17_1_EVT02
Rate: 10
- Item: Explosive_Powder
Rate: 30
- Item: Bellare_Card
Rate: 1
StealProtected: true
- Id: 20356
AegisName: EP17_1_BELLARE2
Name: High Hunter Bellare
Level: 165
Hp: 473302
BaseExp: 43027
JobExp: 30119
Attack: 2454
Attack2: 869
Defense: 263
MagicDefense: 37
Str: 119
Agi: 101
Vit: 90
Int: 79
Dex: 172
Luk: 93
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 3
WalkSpeed: 175
AttackDelay: 864
AttackMotion: 1268
ClientAttackMotion: 144
DamageMotion: 480
Ai: 05
Drops:
- Item: Heart_Hunter_Seal
Rate: 2500
- Item: Elunium_Stone
Rate: 300
- Item: Elunium
Rate: 24
- Item: EP17_1_EVT39
Rate: 10
- Item: Explosive_Powder
Rate: 60
- Item: EP17_1_EVT02
Rate: 30
- Item: Shadowdecon_Ore
Rate: 70
- Item: High_Bellare_Card
Rate: 1
StealProtected: true
- Id: 20357
AegisName: EP17_1_SANARE1
Name: Heart Hunter Sanare
Level: 120
Hp: 30159
BaseExp: 3351
JobExp: 2681
Attack: 765
Attack2: 504
Defense: 200
MagicDefense: 130
Str: 51
Agi: 51
Vit: 70
Int: 63
Dex: 117
Luk: 77
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 432
AttackMotion: 1268
ClientAttackMotion: 480
DamageMotion: 480
Ai: 04
Drops:
- Item: CrudeAmmo
Rate: 1000
- Item: Heart_Hunter_Seal
Rate: 1250
- Item: Oridecon_Stone
Rate: 150
- Item: Oridecon
Rate: 12
- Item: EP17_1_EVT02
Rate: 10
- Item: Explosive_Powder
Rate: 30
- Item: Sanare_Card
Rate: 1
StealProtected: true
- Id: 20358
AegisName: EP17_1_SANARE2
Name: High Hunter Sanare
Level: 168
Hp: 482327
BaseExp: 43848
JobExp: 30694
Attack: 2289
Attack2: 1579
Defense: 276
MagicDefense: 41
Str: 109
Agi: 97
Vit: 96
Int: 141
Dex: 139
Luk: 77
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Angel
Element: Dark
ElementLevel: 3
WalkSpeed: 175
AttackDelay: 432
AttackMotion: 1268
ClientAttackMotion: 480
DamageMotion: 480
Ai: 04
Drops:
- Item: Heart_Hunter_Seal
Rate: 2500
- Item: Elunium_Stone
Rate: 300
- Item: Elunium
Rate: 24
- Item: EP17_1_EVT39
Rate: 10
- Item: Explosive_Powder
Rate: 60
- Item: EP17_1_EVT02
Rate: 30
- Item: Zelunium_Ore
Rate: 70
- Item: High_Sanare_Card
Rate: 1
StealProtected: true
- Id: 20359
AegisName: EP17_1_PLAGA1
Name: Plaga
Level: 164
Hp: 466948
BaseExp: 42450
JobExp: 29715
Attack: 2952
Attack2: 1235
Defense: 160
MagicDefense: 38
Str: 144
Agi: 60
Vit: 39
Int: 113
Dex: 125
Luk: 70
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Dragon
Element: Neutral
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1280
AttackMotion: 1080
ClientAttackMotion: 528
DamageMotion: 240
Ai: 04
Drops:
- Item: Fluorescent_Liquid
Rate: 1250
- Item: Solid_Shell
Rate: 800
- Item: Dragon's_Skin
Rate: 1000
- Item: Azure_Jewel
Rate: 50
- Item: EP17_1_EVT39
Rate: 5
- Item: Shadowdecon_Ore
Rate: 70
- Item: Zelunium_Ore
Rate: 70
- Item: Plaga_Card
Rate: 1
StealProtected: true
- Id: 20360
AegisName: EP17_1_PLAGA2
Name: Mutant Plaga
Level: 178
Hp: 760548
BaseExp: 69141
JobExp: 48399
Attack: 4383
Attack2: 1626
Defense: 215
MagicDefense: 71
Str: 197
Agi: 93
Vit: 63
Int: 137
Dex: 172
Luk: 90
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Dragon
Element: Neutral
ElementLevel: 2
WalkSpeed: 175
AttackDelay: 1280
AttackMotion: 1080
ClientAttackMotion: 528
DamageMotion: 240
Ai: 04
Drops:
- Item: Fluorescent_Liquid
Rate: 2500
- Item: Solid_Shell
Rate: 800
- Item: Dragon's_Skin
Rate: 1000
- Item: Azure_Jewel
Rate: 50
- Item: EP17_1_EVT39
Rate: 10
- Item: Shadowdecon_Ore
Rate: 100
- Item: Zelunium_Ore
Rate: 100
- Item: Mutant_Plaga_Card
Rate: 1
StealProtected: true
- Id: 20361
AegisName: EP17_1_DOLOR1
Name: Dolor
Level: 122
Hp: 40204
BaseExp: 4467
JobExp: 3574
Attack: 1129
Attack2: 561
Defense: 227
MagicDefense: 28
Str: 74
Agi: 71
Vit: 83
Int: 69
Dex: 111
Luk: 2
AttackRange: 5
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Poison
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1768
AttackMotion: 768
ClientAttackMotion: 540
DamageMotion: 576
Ai: 05
Drops:
- Item: Tough_Scalelike_Stem
Rate: 1250
- Item: Sticky_Poison
Rate: 1000
- Item: Wooden_Block
Rate: 1000
- Item: EP17_1_EVT39
Rate: 5
- Item: Bloody_Rune
Rate: 800
- Item: Dolor_Card
Rate: 1
StealProtected: true
- Id: 20362
AegisName: EP17_1_DOLOR2
Name: Mutant Dolor
Level: 173
Hp: 742501
Sp: 0
BaseExp: 67500
JobExp: 47250
Attack: 3655
Attack2: 1396
Defense: 305
MagicDefense: 68
Str: 169
Agi: 103
Vit: 109
Int: 121
Dex: 161
Luk: 6
AttackRange: 5
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Poison
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1768
AttackMotion: 768
ClientAttackMotion: 540
DamageMotion: 576
Ai: 05
Drops:
- Item: Tough_Scalelike_Stem
Rate: 2500
- Item: Sticky_Poison
Rate: 2000
- Item: Wooden_Block
Rate: 2000
- Item: EP17_1_EVT39
Rate: 5
- Item: Bloody_Rune
Rate: 1600
- Item: Shadowdecon_Ore
Rate: 90
- Item: Zelunium_Ore
Rate: 90
- Item: Mt_Dolor_Card
Rate: 1
StealProtected: true
- Id: 20363
AegisName: EP17_1_VENENUM1
Name: Venenum
Level: 123
Hp: 40720
BaseExp: 4449
JobExp: 3574
Attack: 1184
Attack2: 320
Defense: 242
MagicDefense: 28
Str: 77
Agi: 37
Vit: 90
Int: 39
Dex: 103
Luk: 3
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Poison
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 768
AttackMotion: 792
ClientAttackMotion: 360
DamageMotion: 432
Ai: 04
Drops:
- Item: Sticky_Mucus
Rate: 1250
- Item: Sticky_Poison
Rate: 1000
- Item: Fluorescent_Liquid
Rate: 800
- Item: Elunium_Stone
Rate: 120
- Item: Elunium
Rate: 10
- Item: EP17_1_EVT39
Rate: 5
- Item: Venenum_Card
Rate: 1
StealProtected: true
- Id: 20364
AegisName: EP17_1_VENENUM2
Name: Mutant Venenum
Level: 176
Hp: 755670
BaseExp: 68697
JobExp: 48088
Attack: 3894
Attack2: 1396
Defense: 314
MagicDefense: 69
Str: 177
Agi: 91
Vit: 113
Int: 119
Dex: 193
Luk: 9
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 768
AttackMotion: 792
ClientAttackMotion: 360
DamageMotion: 432
Ai: 04
Drops:
- Item: Sticky_Mucus
Rate: 2500
- Item: Sticky_Poison
Rate: 2000
- Item: Fluorescent_Liquid
Rate: 1600
- Item: Elunium_Stone
Rate: 240
- Item: Elunium
Rate: 20
- Item: EP17_1_EVT39
Rate: 10
- Item: Shadowdecon_Ore
Rate: 90
- Item: Mt_Venenum_Card
Rate: 1
StealProtected: true
- Id: 20365
AegisName: EP17_1_TWIN_CAPUT1
Name: Twin Caput
Level: 125
Hp: 41735
BaseExp: 4637
JobExp: 3710
Attack: 1047
Attack2: 408
Defense: 269
MagicDefense: 27
Str: 67
Agi: 45
Vit: 103
Int: 49
Dex: 90
Luk: 30
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Dark
ElementLevel: 2
WalkSpeed: 220
AttackDelay: 936
AttackMotion: 1020
ClientAttackMotion: 384
DamageMotion: 420
Ai: 04
Drops:
- Item: Rune_Of_Darkness
Rate: 1250
- Item: Piece_Of_Darkness
Rate: 1000
- Item: Tooth_Of_
Rate: 800
- Item: Tendon
Rate: 1000
- Item: EP17_1_EVT39
Rate: 5
- Item: Caput_Card
Rate: 1
StealProtected: true
- Id: 20366
AegisName: EP17_1_TWIN_CAPUT2
Name: Mutant Twin Caput
Level: 175
Hp: 750501
BaseExp: 68227
JobExp: 47759
Attack: 4091
Attack2: 1412
Defense: 290
MagicDefense: 68
Str: 187
Agi: 90
Vit: 101
Int: 121
Dex: 143
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Dark
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 936
AttackMotion: 1020
ClientAttackMotion: 384
DamageMotion: 420
Ai: 04
Drops:
- Item: Rune_Of_Darkness
Rate: 2500
- Item: Piece_Of_Darkness
Rate: 2000
- Item: Tooth_Of_
Rate: 1600
- Item: Tendon
Rate: 2000
- Item: EP17_1_EVT39
Rate: 10
- Item: Shadowdecon_Ore
Rate: 90
- Item: Zelunium_Ore
Rate: 90
- Item: Mt_Caput_Card
Rate: 1
StealProtected: true
- Id: 20367
AegisName: RAYDRIC_H
Name: Contaminated Raydric
Level: 185
Hp: 2372683
BaseExp: 169477
JobExp: 118634
Attack: 3330
Attack2: 826
Defense: 494
MagicDefense: 101
Str: 144
Agi: 134
Vit: 103
Int: 67
Dex: 148
Luk: 41
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Dark
ElementLevel: 3
WalkSpeed: 120
AttackDelay: 824
AttackMotion: 780
ClientAttackMotion: 384
DamageMotion: 420
Ai: 21
Drops:
- Item: Brigan
Rate: 3774
- Item: Elunium_Stone
Rate: 35
- Item: Zelunium_Ore
Rate: 120
- Item: T_Lance_Of_Kingdom
Rate: 50
# RandomOptionGroup: AGW1
- Item: Shadowdecon_Ore
Rate: 120
- Item: Polluted_Raydric_Card
Rate: 1
StealProtected: true
- Id: 20368
AegisName: RAYDRIC_ARCHER_H
Name: Contaminated Raydric Ar
Level: 184
Hp: 2355718
BaseExp: 168266
JobExp: 117786
Attack: 3174
Attack2: 883
Defense: 412
MagicDefense: 101
Str: 138
Agi: 113
Vit: 76
Int: 72
Dex: 187
Luk: 77
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Dark
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1152
AttackMotion: 1152
ClientAttackMotion: 972
DamageMotion: 480
Ai: 05
Drops:
- Item: Incisive_Arrow
Rate: 350
- Item: Brigan
Rate: 3774
- Item: Zelunium_Ore
Rate: 120
- Item: Shadowdecon_Ore
Rate: 120
- Item: Polluted_Ray_A_Card
Rate: 1
StealProtected: true
- Id: 20369
AegisName: GARGOYLE_H
Name: Frozen Gargoyle
Level: 186
Hp: 2377139
BaseExp: 169796
JobExp: 118857
Attack: 2999
Attack2: 1203
Defense: 333
MagicDefense: 105
Str: 129
Agi: 109
Vit: 49
Int: 97
Dex: 178
Luk: 63
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Water
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1020
AttackMotion: 720
ClientAttackMotion: 600
DamageMotion: 384
Ai: 05
Modes:
Detector: true
Drops:
- Item: Zargon
Rate: 970
- Item: Petite_DiablOfs_Wing
Rate: 75
- Item: Elunium
Rate: 6
- Item: Crystal_Arrow_Container
Rate: 6
- Item: Crystal_Blue
Rate: 2
- Item: Zelunium_Ore
Rate: 120
- Item: Shadowdecon_Ore
Rate: 120
- Item: Frozen_Gargoyle_Card
Rate: 1
StealProtected: true
- Id: 20370
AegisName: STING_H
Name: Contaminated Sting
Level: 180
Hp: 2297907
BaseExp: 164136
JobExp: 114895
Attack: 3893
Attack2: 912
Defense: 276
MagicDefense: 100
Str: 173
Agi: 98
Vit: 32
Int: 76
Dex: 170
Luk: 68
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Earth
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 528
AttackMotion: 500
ClientAttackMotion: 336
DamageMotion: 240
Ai: 21
Drops:
- Item: Mud_Lump
Rate: 1000
- Item: Coal
Rate: 160
- Item: Great_Nature
Rate: 30
- Item: Silk_Ribbon
Rate: 13
- Item: Zelunium_Ore
Rate: 120
- Item: Shadowdecon_Ore
Rate: 120
- Item: Polluted_Sting_Card
Rate: 1
StealProtected: true
- Id: 20371
AegisName: RAGGED_ZOMBIE_H
Name: Prison Breaker
Level: 186
Hp: 2375279
BaseExp: 169663
JobExp: 118764
Attack: 3185
Attack2: 1228
Defense: 297
MagicDefense: 105
Str: 137
Agi: 71
Vit: 37
Int: 99
Dex: 156
Luk: 61
AttackRange: 5
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Undead
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1960
AttackMotion: 576
ClientAttackMotion: 336
DamageMotion: 420
Ai: 05
Drops:
- Item: Manacles
Rate: 1750
- Item: Spoon_Stub
Rate: 50
- Item: Elunium
Rate: 10
- Item: Zelunium_Ore
Rate: 120
- Item: Prisoner_Dairy
Rate: 50
# RandomOptionGroup: AGW1
- Item: Shadowdecon_Ore
Rate: 120
- Item: Prison_Breaker_Card
Rate: 1
StealProtected: true
- Id: 20372
AegisName: BLAZZER_H
Name: Rigid Blazer
Level: 178
Hp: 1218064
BaseExp: 110733
JobExp: 77513
Attack: 2158
Attack2: 1555
Defense: 318
MagicDefense: 56
Str: 97
Agi: 96
Vit: 73
Int: 131
Dex: 131
Luk: 67
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Neutral
ElementLevel: 2
WalkSpeed: 180
AttackDelay: 1732
AttackMotion: 1332
ClientAttackMotion: 468
DamageMotion: 540
Ai: 21
Modes:
Detector: true
Drops:
- Item: Burning_Heart
Rate: 2000
- Item: Live_Coal
Rate: 1200
- Item: White_Herb
Rate: 700
- Item: Shadowdecon_Ore
Rate: 80
- Item: Lava_Leather_Suits
Rate: 50
RandomOptionGroup: MAGMA3
- Item: Lava_Leather_Shoes
Rate: 50
RandomOptionGroup: MAGMA3
- Item: Magma_Essence
Rate: 5
- Item: Firm_Blazzer_Card
Rate: 1
StealProtected: true
- Id: 20373
AegisName: NIGHTMARE_TERROR_H
Name: Rigid Nightmare Terror
Level: 179
Hp: 1218702
BaseExp: 110791
JobExp: 77554
Attack: 1812
Attack2: 2220
Defense: 194
MagicDefense: 60
Str: 81
Agi: 149
Vit: 21
Int: 186
Dex: 129
Luk: 61
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 165
AttackDelay: 1216
AttackMotion: 816
ClientAttackMotion: 720
DamageMotion: 432
Ai: 21
Modes:
Detector: true
Drops:
- Item: Burning_Horse_Shoe
Rate: 2100
- Item: Blue_Potion
Rate: 15
- Item: Blue_Herb
Rate: 25
- Item: Shadowdecon_Ore
Rate: 80
- Item: Lava_Leather_Manteau
Rate: 50
RandomOptionGroup: MAGMA3
- Item: Magma_Essence
Rate: 5
- Item: Zelunium_Ore
Rate: 80
- Item: Firm_Nightmare_T_Card
Rate: 1
StealProtected: true
- Id: 20374
AegisName: DELETER1_H
Name: Rigid Sky Deleter
Level: 174
Hp: 1189532
BaseExp: 108139
JobExp: 75698
Attack: 2523
Attack2: 882
Defense: 290
MagicDefense: 51
Str: 116
Agi: 109
Vit: 63
Int: 76
Dex: 119
Luk: 47
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Dragon
Element: Neutral
ElementLevel: 2
WalkSpeed: 175
AttackDelay: 1020
AttackMotion: 720
ClientAttackMotion: 336
DamageMotion: 384
Ai: 21
Drops:
- Item: Dragon's_Skin
Rate: 1015
- Item: Dragon_Canine
Rate: 1334
- Item: Dragon_Train
Rate: 920
- Item: Shadowdecon_Ore
Rate: 80
- Item: Lava_Leather_Robe
Rate: 50
RandomOptionGroup: MAGMA3
- Item: Magma_Essence
Rate: 5
- Item: Zelunium_Ore
Rate: 80
- Item: Firm_Deleter2_Card
Rate: 1
StealProtected: true
- Id: 20375
AegisName: DELETER2_H
Name: Rigid Earth Deleter
Level: 173
Hp: 1182695
BaseExp: 107518
JobExp: 75262
Attack: 2509
Attack2: 1119
Defense: 290
MagicDefense: 53
Str: 116
Agi: 137
Vit: 63
Int: 97
Dex: 126
Luk: 29
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Dragon
Element: Neutral
ElementLevel: 2
WalkSpeed: 175
AttackDelay: 1024
AttackMotion: 624
ClientAttackMotion: 336
DamageMotion: 336
Ai: 21
Drops:
- Item: Dragon's_Skin
Rate: 1016
- Item: Dragon_Canine
Rate: 1334
- Item: Dragon_Train
Rate: 820
- Item: Shadowdecon_Ore
Rate: 80
- Item: Lava_Leather_Armor
Rate: 50
RandomOptionGroup: MAGMA3
- Item: Magma_Essence
Rate: 5
- Item: Zelunium_Ore
Rate: 80
- Item: Firm_Deleter1_Card
Rate: 1
StealProtected: true
- Id: 20376
AegisName: EXPLOSION_H
Name: Rigid Explosion
Level: 171
Hp: 1166287
BaseExp: 106026
JobExp: 74218
Attack: 1902
Attack2: 1550
Defense: 230
MagicDefense: 54
Str: 89
Agi: 117
Vit: 39
Int: 136
Dex: 97
Luk: 69
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Neutral
ElementLevel: 2
WalkSpeed: 165
AttackDelay: 1260
AttackMotion: 960
ClientAttackMotion: 480
DamageMotion: 336
Ai: 21
Drops:
- Item: Wing_Of_Red_Bat
Rate: 1325
- Item: Burning_Heart
Rate: 550
- Item: Hot_Hair
Rate: 750
- Item: Shadowdecon_Ore
Rate: 80
- Item: Lava_Leather_Sandle
Rate: 50
RandomOptionGroup: MAGMA3
- Item: Magma_Essence
Rate: 5
- Item: Zelunium_Ore
Rate: 80
- Item: Firm_Explosion_Card
Rate: 1
StealProtected: true
- Id: 20377
AegisName: KAHO_H
Name: Rigid Kaho
Level: 173
Hp: 1178774
BaseExp: 107162
JobExp: 75012
Attack: 2076
Attack2: 1718
Defense: 208
MagicDefense: 70
Str: 96
Agi: 130
Vit: 29
Int: 149
Dex: 112
Luk: 51
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Dark
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1700
AttackMotion: 1000
ClientAttackMotion: 432
DamageMotion: 500
Ai: 21
Drops:
- Item: Flame_Heart
Rate: 15
- Item: Coal
Rate: 75
- Item: Burning_Heart
Rate: 1500
- Item: Fire_Scroll_1_3
Rate: 50
- Item: Magma_Essence
Rate: 5
- Item: Shadowdecon_Ore
Rate: 80
- Item: Lava_Leather_Hode
Rate: 50
RandomOptionGroup: MAGMA3
- Item: Firm_Kaho_Card
Rate: 1
StealProtected: true
- Id: 20378
AegisName: LAVA_GOLEM_H
Name: Rigid Lava Golem
Level: 177
Hp: 1223728
BaseExp: 111248
JobExp: 77873
Attack: 2677
Attack2: 897
Defense: 571
MagicDefense: 50
Str: 121
Agi: 67
Vit: 179
Int: 76
Dex: 97
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 2190
AttackMotion: 2040
ClientAttackMotion: 720
DamageMotion: 336
Ai: 21
Drops:
- Item: Cold_Magma
Rate: 921
- Item: White_Herb
Rate: 625
- Item: Shadowdecon_Ore
Rate: 80
- Item: Lava_Leather_Muffler
Rate: 50
RandomOptionGroup: MAGMA3
- Item: Lava_Leather_Boots
Rate: 50
RandomOptionGroup: MAGMA3
- Item: Magma_Essence
Rate: 5
- Item: Zelunium_Ore
Rate: 80
- Item: Firm_Lava_G_Card
Rate: 1
StealProtected: true
- Id: 20379
AegisName: ICE_GHOST_H
Name: Ice Ghost
Level: 189
Hp: 2418315
BaseExp: 172737
JobExp: 120916
Attack: 2670
Attack2: 2104
Defense: 390
MagicDefense: 115
Str: 113
Agi: 103
Vit: 67
Int: 167
Dex: 146
Luk: 57
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Water
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1056
AttackMotion: 1056
ClientAttackMotion: 384
DamageMotion: 336
Ai: 21
Modes:
Detector: true
Drops:
- Item: Zargon
Rate: 2280
- Item: Skel_Bone
Rate: 3000
- Item: Skull
Rate: 250
- Item: Zelunium_Ore
Rate: 120
- Item: Wand_Of_Ice
Rate: 50
# RandomOptionGroup: AGM1
- Item: Shadowdecon_Ore
Rate: 120
- Item: Ice_Ghost_Card
Rate: 1
StealProtected: true
- Id: 20380
AegisName: FLAME_GHOST_H
Name: Flame Ghost
Level: 189
Hp: 2410282
BaseExp: 172163
JobExp: 120514
Attack: 2811
Attack2: 2356
Defense: 237
MagicDefense: 118
Str: 119
Agi: 99
Vit: 16
Int: 187
Dex: 149
Luk: 61
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Fire
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1056
AttackMotion: 1056
ClientAttackMotion: 432
DamageMotion: 336
Ai: 21
Modes:
Detector: true
Drops:
- Item: Zargon
Rate: 2280
- Item: Skel_Bone
Rate: 3000
- Item: Skull
Rate: 250
- Item: Zelunium_Ore
Rate: 120
- Item: Wand_Of_Flame
Rate: 50
# RandomOptionGroup: AGM1
- Item: Shadowdecon_Ore
Rate: 120
- Item: Flame_Ghost_Card
Rate: 1
StealProtected: true
- Id: 20381
AegisName: EP17_1_R4885_BESTIA
Name: R48-85-Bestia
Level: 174
Hp: 4885000
BaseExp: 9770000
JobExp: 6513333
MvpExp: 4001500
Attack: 4520
Attack2: 4150
Defense: 855
MagicDefense: 124
Str: 220
Agi: 244
Vit: 72
Int: 118
Dex: 255
Luk: 95
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Neutral
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 1020
AttackMotion: 144
ClientAttackMotion: 528
DamageMotion: 288
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: EP17_1_EVT01
Rate: 2000
- Item: Bs_Making_S
Rate: 5000
- Item: Magic_Card_Album
Rate: 4000
Drops:
- Item: Piece_Of_Bone_Armor
Rate: 3950
- Item: Yggdrasilberry
Rate: 3500
- Item: Old_Violet_Box
Rate: 3500
- Item: EP17_1_EVT02
Rate: 4950
- Item: Zelunium
Rate: 50
- Item: R48_85_Bestia_Card
Rate: 1
StealProtected: true
- Id: 20382
AegisName: G_TWIN_CAPUT2
Name: Twin Capute
Level: 175
Hp: 603341
Attack: 3619
Attack2: 1206
Defense: 618
MagicDefense: 196
Str: 197
Agi: 90
Vit: 139
Int: 35
Dex: 143
Luk: 45
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 936
AttackMotion: 1020
ClientAttackMotion: 384
DamageMotion: 420
Ai: 24
# - Id: 20383
# AegisName: E_WICKED_NYMPH
# - Id: 20384
# AegisName: E_WICKED_NYMPH_BOSS
# - Id: 20385
# AegisName: MD_GH_KING_SCHMIDT
# - Id: 20386
# AegisName: MD_GH_KING_SCHMIDT_N
# - Id: 20387
# AegisName: MD_GH_KING_SCHMIDT_H
# - Id: 20388
# AegisName: MD_GH_KHALITZBURG
# - Id: 20389
# AegisName: MD_GH_KHALITZBURG_H
# - Id: 20390
# AegisName: MD_GH_WHITEKNIGHT
# - Id: 20391
# AegisName: MD_GH_WHITEKNIGHT_H
# - Id: 20392
# AegisName: MD_GH_ALICE_G
# - Id: 20393
# AegisName: MD_GH_ROOT_G
# - Id: 20394
# AegisName: MD_GH_BLOODY_KNIGHT
# - Id: 20395
# AegisName: HIDDEN_HOMUN
# - Id: 20396
# AegisName: PORING_Z
# - Id: 20397
# AegisName: SAVAGE_BABE_Z
# - Id: 20398
# AegisName: CREAMY_Z
# - Id: 20399
# AegisName: POPORING_Z
# - Id: 20400
# AegisName: GOBLIN_Z
# - Id: 20401
# AegisName: FABRE_Z
# - Id: 20402
# AegisName: SPORE_Z
# - Id: 20403
# AegisName: STAINER_Z
# - Id: 20404
# AegisName: HORN_Z
# - Id: 20405
# AegisName: ELDER_WILOW_Z
# - Id: 20406
# AegisName: DROPS_Z
# - Id: 20407
# AegisName: DESERT_WOLF_B_Z
# - Id: 20408
# AegisName: PECOPECO_Z
# - Id: 20409
# AegisName: WOLF_Z
# - Id: 20410
# AegisName: PIERE_Z
# - Id: 20411
# AegisName: ALLIGATOR_Z
# - Id: 20412
# AegisName: GREEN_IGUANA_Z
# - Id: 20413
# AegisName: CHONCHON_Z
# - Id: 20414
# AegisName: THIEF_BUG_Z
# - Id: 20415
# AegisName: ORC_LADY_Z
# - Id: 20416
# AegisName: CARAMEL_Z
# - Id: 20417
# AegisName: YOYO_Z
# - Id: 20418
# AegisName: ARGOS_Z
- Id: 20419
AegisName: MUSPELLSKOLL_H
Name: Rigid Muspellskoll
Level: 188
Hp: 48530254
BaseExp: 9706050
JobExp: 6794235
# MvpExp:
Attack: 5146
Attack2: 2356
Defense: 791
MagicDefense: 331
Str: 219
Agi: 132
Vit: 201
Int: 188
Dex: 177
Luk: 66
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Fire
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 608
AttackMotion: 408
ClientAttackMotion: 1056
DamageMotion: 336
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Card_Album
Rate: 1000
- Item: Flame_Heart
Rate: 5000
Drops:
- Item: Shadowdecon
Rate: 50
- Item: Old_Violet_Box
Rate: 3500
- Item: Yggdrasilberry
Rate: 3500
- Item: Zelunium
Rate: 50
- Item: Lava_Leather_Suits
Rate: 100
# RandomOptionGroup: LAV2
- Item: Lava_Leather_Robe
Rate: 100
# RandomOptionGroup: LAV2
- Item: Lava_Leather_Armor
Rate: 100
# RandomOptionGroup: LAV2
- Item: Firm_Muspell_Card
Rate: 1
StealProtected: true
- Id: 20420
AegisName: WANDER_MAN_H
Name: Corrupted Wanderer
Level: 187
Hp: 2387582
BaseExp: 170542
JobExp: 119379
Attack: 4114
Attack2: 835
Defense: 289
MagicDefense: 102
Str: 176
Agi: 121
Vit: 34
Int: 67
Dex: 139
Luk: 77
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Wind
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 672
AttackMotion: 500
ClientAttackMotion: 672
DamageMotion: 192
Ai: 21
Modes:
Detector: true
Drops:
- Item: Skull
Rate: 2425
- Item: Centimental_Leaf
Rate: 3
- Item: Oridecon
Rate: 57
- Item: Zelunium_Ore
Rate: 120
- Item: T_Sword_Of_Kingdom
Rate: 50
# RandomOptionGroup: AGW1
- Item: Shadowdecon_Ore
Rate: 120
- Item: Polluted_W_Man_Card
Rate: 1
StealProtected: true
- Id: 20421
AegisName: BRINARANEA_H
Name: Corrupted Spider Queen
Level: 195
Hp: 74623473
BaseExp: 14924695
JobExp: 10447286
# MvpExp:
Attack: 6069
Attack2: 1469
Defense: 285
MagicDefense: 112
Str: 249
Agi: 176
Vit: 30
Int: 113
Dex: 191
Luk: 70
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1020
AttackMotion: 500
ClientAttackMotion: 1056
DamageMotion: 768
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Card_Album
Rate: 1000
- Item: Mistic_Frozen
Rate: 5000
Drops:
- Item: Shadowdecon
Rate: 50
- Item: Old_Violet_Box
Rate: 3000
- Item: Yggdrasilberry
Rate: 2500
- Item: Zelunium
Rate: 50
- Item: Spiderweb
Rate: 5000
- Item: Staff_Of_Blue_Flame
Rate: 100
# RandomOptionGroup: AGM1
- Item: Polluted_Spi_Q_Card
Rate: 1
StealProtected: true
- Id: 20422
AegisName: DARK_LORD_H
Name: Corrupted Dark Lord
Level: 194
Hp: 74476822
BaseExp: 14895364
JobExp: 10426755
# MvpExp:
Attack: 6693
Attack2: 3841
Defense: 503
MagicDefense: 134
Str: 276
Agi: 151
Vit: 103
Int: 297
Dex: 172
Luk: 66
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Undead
Element: Undead
ElementLevel: 3
WalkSpeed: 100
AttackDelay: 868
AttackMotion: 768
ClientAttackMotion: 408
DamageMotion: 480
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Blue_Coif_
Rate: 500
- Item: Skull
Rate: 6000
Drops:
- Item: Shadowdecon
Rate: 50
- Item: Skull
Rate: 5000
- Item: Zelunium
Rate: 50
- Item: Yggdrasilberry
Rate: 2500
- Item: Polluted_Dark_L_Card
Rate: 1
StealProtected: true
# - Id: 20423
# AegisName: BACSOJIN2
# - Id: 20424
# AegisName: MOONLIGHT2
# - Id: 20425
# AegisName: PHREEONI2
# - Id: 20426
# AegisName: MD_MANHOLE3
# - Id: 20427
# AegisName: PORING_TW
# - Id: 20428
# AegisName: POPORING_TW
# - Id: 20429
# AegisName: DROPS_TW
# - Id: 20430
# AegisName: MARIN_TW
# - Id: 20431
# AegisName: AB_MOB_077
# - Id: 20432
# AegisName: AB_MOB_078
# - Id: 20433
# AegisName: AB_MOB_079
# - Id: 20434
# AegisName: AB_MOB_080
# - Id: 20435
# AegisName: AB_MOB_081
# - Id: 20436
# AegisName: AB_MOB_082
# - Id: 20437
# AegisName: AB_MOB_083
# - Id: 20438
# AegisName: AB_MOB_084
# - Id: 20439
# AegisName: AB_MOB_085
# - Id: 20440
# AegisName: AB_MOB_086
# - Id: 20441
# AegisName: AB_MOB_087
# - Id: 20442
# AegisName: AB_MOB_088
# - Id: 20443
# AegisName: AB_MOB_089
# - Id: 20444
# AegisName: AB_MOB_090
# - Id: 20445
# AegisName: AB_MOB_091
# - Id: 20446
# AegisName: AB_MOB_092
# - Id: 20447
# AegisName: AB_MOB_093
# - Id: 20448
# AegisName: AB_MOB_094
# - Id: 20449
# AegisName: AB_MOB_095
# - Id: 20450
# AegisName: AB_MOB_096
# - Id: 20451
# AegisName: AB_MOB_097
# - Id: 20452
# AegisName: AB_MOB_098
# - Id: 20453
# AegisName: AB_MOB_099
# - Id: 20454
# AegisName: AB_MOB_100
# - Id: 20455
# AegisName: AB_MOB_101
# - Id: 20456
# AegisName: AB_MOB_102
# - Id: 20457
# AegisName: AB_MOB_103
# - Id: 20458
# AegisName: AB_MOB_104
# - Id: 20459
# AegisName: AB_MOB_105
# - Id: 20460
# AegisName: AB_MOB_106
# - Id: 20461
# AegisName: AB_MOB_107
# - Id: 20462
# AegisName: AB_MOB_108
# - Id: 20463
# AegisName: AB_MOB_109
# - Id: 20464
# AegisName: AB_MOB_110
# - Id: 20465
# AegisName: AB_MOB_111
# - Id: 20466
# AegisName: AB_MOB_112
# - Id: 20467
# AegisName: AB_MOB_113
# - Id: 20468
# AegisName: AB_MOB_114
# - Id: 20469
# AegisName: AB_MOB_115
# - Id: 20470
# AegisName: AB_MOB_116
# - Id: 20471
# AegisName: AB_MOB_117
# - Id: 20472
# AegisName: AB_MOB_118
# - Id: 20473
# AegisName: AB_MOB_119
# - Id: 20474
# AegisName: AB_MOB_120
# - Id: 20475
# AegisName: AB_MOB_121
# - Id: 20476
# AegisName: AB_MOB_122
# - Id: 20477
# AegisName: AB_MOB_123
# - Id: 20478
# AegisName: AB_MOB_124
# - Id: 20479
# AegisName: AB_MOB_125
# - Id: 20480
# AegisName: AB_MOB_126
# - Id: 20481
# AegisName: AB_MOB_127
# - Id: 20482
# AegisName: AB_MOB_128
# - Id: 20483
# AegisName: AB_MOB_129
# - Id: 20484
# AegisName: AB_MOB_130
# - Id: 20485
# AegisName: AB_MOB_131
# - Id: 20486
# AegisName: AB_MOB_132
# - Id: 20487
# AegisName: AB_MOB_133
# - Id: 20488
# AegisName: AB_MOB_134
# - Id: 20489
# AegisName: AB_MOB_135
# - Id: 20490
# AegisName: AB_MOB_136
# - Id: 20491
# AegisName: AB_MOB_137
# - Id: 20492
# AegisName: AB_MOB_138
# - Id: 20493
# AegisName: AB_MOB_139
# - Id: 20494
# AegisName: AB_MOB_140
# - Id: 20495
# AegisName: AB_MOB_141
# - Id: 20496
# AegisName: AB_MOB_142
# - Id: 20497
# AegisName: AB_MOB_143
# - Id: 20498
# AegisName: AB_MOB_144
# - Id: 20499
# AegisName: AB_MOB_145
# - Id: 20500
# AegisName: AB_MOB_146
# - Id: 20501
# AegisName: AB_MOB_147
# - Id: 20502
# AegisName: AB_MOB_148
# - Id: 20503
# AegisName: AB_MOB_149
# - Id: 20504
# AegisName: ACIDUS_B_MJ
# - Id: 20505
# AegisName: ACIDUS_S_MJ
# - Id: 20506
# AegisName: FERUS_P_MJ
# - Id: 20507
# AegisName: BONE_FERUS_MJ
# - Id: 20508
# AegisName: BONE_ACIDUS_MJ
# - Id: 20509
# AegisName: BONE_DETALE_MJ
# - Id: 20510
# AegisName: ANGELGOLT_MJ
# - Id: 20511
# AegisName: ANGELGOLT2_MJ
# - Id: 20512
# AegisName: HOLY_SKOGUL_MJ
# - Id: 20513
# AegisName: HOLY_FRUS_MJ
# - Id: 20514
# AegisName: REGINLEIF_MJ
# - Id: 20515
# AegisName: INGRID_MJ
# - Id: 20516
# AegisName: G_BONE_FERUS
# - Id: 20517
# AegisName: G_BONE_ACIDUS
# - Id: 20518
# AegisName: E_MD_LUDE
# - Id: 20519
# AegisName: E_MD_JACK_GAINT
# - Id: 20520
# AegisName: ILL_BAPHOMET
# - Id: 20521
# AegisName: ILL_ANDREA
# - Id: 20522
# AegisName: ILL_ANES
# - Id: 20523
# AegisName: ILL_SILVANO
# - Id: 20524
# AegisName: ILL_CECILIA
# - Id: 20525
# AegisName: ILL_BAPHOMET_J
# - Id: 20526
# AegisName: ILL_SIDE_WINDER
# - Id: 20527
# AegisName: ILL_HUNTER_FLY
# - Id: 20528
# AegisName: ILL_MANTIS
# - Id: 20529
# AegisName: ILL_GHOSTRING
# - Id: 20530
# AegisName: ILL_KILLER_MANTIS
# - Id: 20531
# AegisName: ILL_POPORING
# - Id: 20532
# AegisName: ILL_STEM_WORM
# - Id: 20533
# AegisName: G_ILL_BAPHOMET_J
# - Id: 20534
# AegisName: G_REGINLEIF
# - Id: 20535
# AegisName: G_INGRID
# - Id: 20536
# AegisName: MD_ED_B_YGNIZEM
# - Id: 20537
# AegisName: MD_ED_YGNIZEM
# - Id: 20538
# AegisName: MD_ED_EREND
# - Id: 20539
# AegisName: MD_ED_ARMAIA
# - Id: 20540
# AegisName: MD_ED_EREMES
# - Id: 20541
# AegisName: MD_ED_LGTHIGHGUARD
# - Id: 20542
# AegisName: MD_ED_LGTGUARD
- Id: 20543
AegisName: MD_ED_M_SCIENCE
Name: MD_ED_M_SCIENCE
Level: 172
Hp: 1469107
BaseExp: 133555
JobExp: 93489
Attack: 2408
Attack2: 1103
Defense: 302
MagicDefense: 104
Str: 112
Agi: 88
Vit: 58
Int: 141
Dex: 140
Luk: 67
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 864
AttackMotion: 1268
ClientAttackMotion: 1584
DamageMotion: 480
Ai: 04
Drops:
- Item: Lab_Staff_Record
Rate: 500
- Item: Bio_Test_Fragment
Rate: 10
- Item: Bio_Reseearch_Docu
Rate: 10
- Item: Seed_Of_Yggdrasil
Rate: 200
- Item: Yggdrasilberry
Rate: 100
- Item: Regen_Scientist_Card
Rate: 1
StealProtected: true
# - Id: 20544
# AegisName: MINERAL_R_MJ
# - Id: 20545
# AegisName: MINERAL_P_MJ
# - Id: 20546
# AegisName: MINERAL_G_MJ
# - Id: 20547
# AegisName: MINERAL_W_MJ
# - Id: 20548
# AegisName: ABYSSMAN_MJ
# - Id: 20549
# AegisName: JUNGOLIANTD1_MJ
# - Id: 20550
# AegisName: JEWELIANT_MJ
# - Id: 20551
# AegisName: JEWEL_MJ
# - Id: 20552
# AegisName: MECURING_Z
# - Id: 20553
# AegisName: SANDBREEZE_Z
# - Id: 20554
# AegisName: TOXIOUS_Z
# - Id: 20555
# AegisName: UNGOLIANT_Z
# - Id: 20556
# AegisName: PORCELLIO_Z
# - Id: 20557
# AegisName: POISONOUS_Z
# - Id: 20558
# AegisName: G_MINERAL_R
# - Id: 20559
# AegisName: G_MINERAL_P
- Id: 20560
AegisName: G_MINERAL_G
Name: Green Mineral
Level: 190
Hp: 2435702
Attack: 3729
Attack2: 671
Defense: 287
MagicDefense: 68
Str: 157
Agi: 134
Vit: 96
Int: 53
Dex: 138
Luk: 75
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 4
WalkSpeed: 250
AttackDelay: 648
AttackMotion: 480
ClientAttackMotion: 300
DamageMotion: 360
Ai: 17
# - Id: 20561
# AegisName: G_MINERAL_W
# - Id: 20562
# AegisName: HIDDEN_MOB8
# - Id: 20563
# AegisName: GOLDEN_SAVAGE_TW
# - Id: 20564
# AegisName: SAVAGE_BABE_TW
# - Id: 20565
# AegisName: RICE_CAKE_BOY_TW
# - Id: 20566
# AegisName: P_CHUNG_E_TW
# - Id: 20567
# AegisName: CHUNG_E_TW
# - Id: 20568
# AegisName: GULLINBURSTI_TW
# - Id: 20569
# AegisName: MISSING_OCTOPIG
# - Id: 20570
# AegisName: SAECOM
# - Id: 20571
# AegisName: ORK_HERO2
# - Id: 20572
# AegisName: MD_C_HEMEL
# - Id: 20573
# AegisName: MD_C_AMDARAIS
# - Id: 20574
# AegisName: MD_C_WHITEKNIGHT
# - Id: 20575
# AegisName: MD_C_CORRUPTION_ROOT
# - Id: 20576
# AegisName: MD_C_KHALITZBURG
# - Id: 20577
# AegisName: MD_C_RAYDRIC
# - Id: 20578
# AegisName: MD_C_RAYDRIC_ARCHER
# - Id: 20579
# AegisName: MD_C_ZOMBIE
# - Id: 20580
# AegisName: MD_C_GHOUL
# - Id: 20581
# AegisName: MD_C_THORN
# - Id: 20582
# AegisName: MD_MANHOLE4
# - Id: 20583
# AegisName: MD_C_WHITEKNIGHT_G
# - Id: 20584
# AegisName: MD_C_KHALITZBURG_G
# - Id: 20585
# AegisName: MD_C_RAY_ARCHER_G
# - Id: 20586
# AegisName: NYA_BRZ
# - Id: 20587
# AegisName: WITCH_BRZ
# - Id: 20588
# AegisName: ELDER_BRZ
# - Id: 20589
# AegisName: SWING_TALE
# - Id: 20590
# AegisName: RU_E_ECLIPS
# - Id: 20591
# AegisName: PAPARE
- Id: 20592
AegisName: POISONOUS
Name: Poisonous
Level: 188
Hp: 2407086
BaseExp: 171935
JobExp: 120354
Attack: 3408
Attack2: 840
Defense: 248
MagicDefense: 68
Str: 145
Agi: 141
Vit: 77
Int: 67
Dex: 175
Luk: 11
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Ghost
ElementLevel: 4
WalkSpeed: 350
AttackDelay: 768
AttackMotion: 1440
ClientAttackMotion: 1056
DamageMotion: 672
Ai: 04
Drops:
- Item: Ein_SOLIDDUST
Rate: 200
- Item: Mould_Powder
Rate: 1500
- Item: Air_Pollutant
Rate: 1500
- Item: Anodyne
Rate: 25
- Item: Spawns
Rate: 1500
- Item: Shadowdecon_Ore
Rate: 150
- Item: Old_Violet_Box
Rate: 1
- Item: Poisonous_Card
Rate: 1
StealProtected: true
- Id: 20593
AegisName: TOXIOUS
Name: Toxious
Level: 188
Hp: 2407556
BaseExp: 171968
JobExp: 120378
Attack: 3384
Attack2: 815
Defense: 254
MagicDefense: 68
Str: 144
Agi: 143
Vit: 80
Int: 65
Dex: 168
Luk: 47
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Poison
ElementLevel: 4
WalkSpeed: 350
AttackDelay: 768
AttackMotion: 1440
ClientAttackMotion: 1056
DamageMotion: 672
Ai: 04
Drops:
- Item: Jubilee
Rate: 2500
- Item: Ein_SOLIDDUST
Rate: 200
- Item: Insect_Feeler
Rate: 500
- Item: Single_Cell
Rate: 1500
- Item: Fluorescent_Liquid
Rate: 15
- Item: Shadowdecon_Ore
Rate: 150
- Item: Poison_Powder
Rate: 50
- Item: Toxious_Card
Rate: 1
StealProtected: true
- Id: 20594
AegisName: MINERAL_G
Name: Green Mineral
Level: 190
Hp: 2435702
BaseExp: 173979
JobExp: 121785
Attack: 3634
Attack2: 684
Defense: 287
MagicDefense: 68
Str: 153
Agi: 141
Vit: 96
Int: 54
Dex: 143
Luk: 68
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 4
WalkSpeed: 250
AttackDelay: 648
AttackMotion: 480
ClientAttackMotion: 300
DamageMotion: 360
Ai: 04
Drops:
- Item: Fragment_Of_Crystal
Rate: 1500
- Item: Ein_RINDIUM
Rate: 100
- Item: Ein_EYEROCK
Rate: 150
- Item: Zelunium_Ore
Rate: 150
- Item: Oridecon
Rate: 40
- Item: Emveretarcon
Rate: 400
- Item: Gold
Rate: 1
- Item: Neo_Mineral_Card
Rate: 1
StealProtected: true
- Id: 20595
AegisName: MINERAL_R
Name: Red Mineral
Level: 190
Hp: 2435702
BaseExp: 173979
JobExp: 121785
Attack: 3729
Attack2: 671
Defense: 287
MagicDefense: 68
Str: 157
Agi: 134
Vit: 96
Int: 53
Dex: 138
Luk: 75
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 4
WalkSpeed: 250
AttackDelay: 648
AttackMotion: 480
ClientAttackMotion: 300
DamageMotion: 360
Ai: 04
Drops:
- Item: Fragment_Of_Crystal
Rate: 1500
- Item: Ein_REDIUM
Rate: 100
- Item: Ein_EYEROCK
Rate: 150
- Item: Zelunium_Ore
Rate: 150
- Item: Oridecon
Rate: 40
- Item: Emveretarcon
Rate: 400
- Item: Gold
Rate: 1
- Item: Neo_Mineral_Card
Rate: 1
StealProtected: true
- Id: 20596
AegisName: MINERAL_W
Name: White Mineral
Level: 190
Hp: 2436177
BaseExp: 174013
JobExp: 121809
Attack: 3705
Attack2: 722
Defense: 293
MagicDefense: 68
Str: 156
Agi: 138
Vit: 99
Int: 57
Dex: 139
Luk: 77
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 4
WalkSpeed: 250
AttackDelay: 648
AttackMotion: 480
ClientAttackMotion: 300
DamageMotion: 360
Ai: 04
Drops:
- Item: Fragment_Of_Crystal
Rate: 1500
- Item: Ein_WHIDIUM
Rate: 100
- Item: Ein_EYEROCK
Rate: 150
- Item: Zelunium_Ore
Rate: 150
- Item: Oridecon
Rate: 40
- Item: Emveretarcon
Rate: 400
- Item: Gold
Rate: 1
- Item: Neo_Mineral_Card
Rate: 1
StealProtected: true
- Id: 20597
AegisName: MINERAL_P
Name: Purple Mineral
Level: 190
Hp: 2435543
BaseExp: 173967
JobExp: 121777
Attack: 3681
Attack2: 697
Defense: 285
MagicDefense: 68
Str: 155
Agi: 122
Vit: 95
Int: 55
Dex: 141
Luk: 71
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 4
WalkSpeed: 250
AttackDelay: 648
AttackMotion: 480
ClientAttackMotion: 300
DamageMotion: 360
Ai: 04
Drops:
- Item: Fragment_Of_Crystal
Rate: 1500
- Item: Ein_PURDIUM
Rate: 100
- Item: Ein_EYEROCK
Rate: 150
- Item: Zelunium_Ore
Rate: 150
- Item: Oridecon
Rate: 40
- Item: Emveretarcon
Rate: 400
- Item: Gold
Rate: 1
- Item: Neo_Mineral_Card
Rate: 1
StealProtected: true
- Id: 20598
AegisName: JEWELIANT
Name: Jewelry Ant
Level: 191
Hp: 2445656
BaseExp: 174690
JobExp: 122283
Attack: 3748
Attack2: 1108
Defense: 252
MagicDefense: 71
Str: 157
Agi: 144
Vit: 778
Int: 87
Dex: 166
Luk: 79
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Neutral
ElementLevel: 4
WalkSpeed: 250
AttackDelay: 360
AttackMotion: 360
ClientAttackMotion: 480
DamageMotion: 600
Ai: 21
Modes:
Detector: true
Drops:
- Item: Long_Limb
Rate: 2250
- Item: Jaws_Of_Ant
Rate: 1750
- Item: Colorful_Shell
Rate: 500
- Item: Olivine
Rate: 750
- Item: Fluorescent_Liquid
Rate: 1250
- Item: Shadowdecon_Ore
Rate: 150
- Item: Ein_UNDIUM
Rate: 300
- Item: Jeweliant_Card
Rate: 1
StealProtected: true
- Id: 20599
AegisName: G_JEWELIANT
Name: Jewelry Ant
Level: 191
Hp: 2445656
Attack: 3748
Attack2: 1108
Defense: 252
MagicDefense: 71
Str: 157
Agi: 144
Vit: 78
Int: 87
Dex: 166
Luk: 79
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Neutral
ElementLevel: 4
WalkSpeed: 250
AttackDelay: 360
AttackMotion: 360
ClientAttackMotion: 480
DamageMotion: 600
Ai: 21
Modes:
Detector: true
Drops:
- Item: Jeweliant_Card
Rate: 1
StealProtected: true
- Id: 20600
AegisName: JEWEL
Name: Jewel
Level: 192
Hp: 100
Attack: 1
Attack2: 1
Defense: 504
MagicDefense: 71
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 4
WalkSpeed: 200
AttackDelay: 1008
AttackMotion: 1200
ClientAttackMotion: 1536
DamageMotion: 540
Ai: 21
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
Drops:
- Item: Ein_DYNITE
Rate: 100
- Item: Shadowdecon_Ore
Rate: 150
- Item: Ein_REDIUM
Rate: 300
- Item: Ein_RINDIUM
Rate: 300
- Item: Ein_ODIUM
Rate: 300
- Item: Ein_PURDIUM
Rate: 300
- Item: Ein_WHIDIUM
Rate: 300
- Item: Ein_UNDIUM
Rate: 250
StealProtected: true
- Id: 20601
AegisName: JUNGOLIANT
Name: Jewel Ungoliant
Level: 197
Hp: 37847096
BaseExp: 2703364
JobExp: 1892355
# MvpExp:
Attack: 7264
Attack2: 3782
Defense: 345
MagicDefense: 90
Str: 295
Agi: 165
Vit: 123
Int: 288
Dex: 190
Luk: 64
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
Element: Neutral
ElementLevel: 4
WalkSpeed: 350
AttackDelay: 420
AttackMotion: 576
ClientAttackMotion: 240
DamageMotion: 420
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Ein_UNDIUM
Rate: 5000
- Item: Ein_DYNITE
Rate: 10000
Drops:
- Item: Long_Limb
Index: 0
Rate: 2250
- Item: Jaws_Of_Ant
Index: 1
Rate: 1750
- Item: Shadowdecon
Index: 2
Rate: 50
- Item: Zelunium
Index: 3
Rate: 50
- Item: Ein_UNDIUM
Index: 4
Rate: 7500
- Item: Ein_UNDIUM
Index: 5
Rate: 2500
- Item: Ein_DYNITE
Index: 6
Rate: 8000
- Item: Jungoliant_Card
Index: 7
Rate: 1
StealProtected: true
- Id: 20602
AegisName: PORCELLIO_W
Name: White Porcellio
Level: 188
Hp: 2403326
BaseExp: 171666
JobExp: 120166
Attack: 3314
Attack2: 940
Defense: 200
MagicDefense: 69
Str: 141
Agi: 158
Vit: 53
Int: 75
Dex: 186
Luk: 75
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 4
WalkSpeed: 150
AttackDelay: 720
AttackMotion: 360
ClientAttackMotion: 120
DamageMotion: 360
Ai: 02
Modes:
Detector: true
Drops:
- Item: Jubilee
Rate: 2500
- Item: Insect_Feeler
Rate: 500
- Item: Single_Cell
Rate: 1500
- Item: Fluorescent_Liquid
Rate: 15
- Item: Zelunium_Ore
Rate: 150
- Item: Ein_ODIUM
Rate: 150
- Item: Solid_Shell
Rate: 1000
- Item: Porcellio_W_Card
Rate: 1
StealProtected: true
- Id: 20603
AegisName: ABYSSMAN
Name: Abyssman
Level: 190
Hp: 2428577
BaseExp: 173470
JobExp: 121429
Attack: 3824
Attack2: 570
Defense: 197
MagicDefense: 67
Str: 161
Agi: 129
Vit: 51
Int: 45
Dex: 177
Luk: 53
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Neutral
ElementLevel: 4
WalkSpeed: 180
AttackDelay: 960
AttackMotion: 336
ClientAttackMotion: 480
DamageMotion: 300
Ai: 04
Drops:
- Item: Old_Pick
Rate: 1500
- Item: Shadowdecon_Ore
Rate: 150
- Item: Ein_RUSTHELM
Rate: 150
- Item: Ein_ODIUM
Rate: 150
- Item: Coal
Rate: 50
- Item: Lantern
Rate: 500
- Item: Headlamp
Rate: 40
- Item: Abyss_Man_Card
Rate: 1
StealProtected: true
# - Id: 20604
# AegisName: ANGELGOLT
# - Id: 20605
# AegisName: ANGELGOLT2
# - Id: 20606
# AegisName: HOLY_FRUS
# - Id: 20607
# AegisName: HOLY_SKOGUL
# - Id: 20608
# AegisName: PLASMA_ARCH
# - Id: 20609
# AegisName: PLASMA_SPT
# - Id: 20610
# AegisName: REGINLEIF
# DamageTaken: 10
# - Id: 20611
# AegisName: INGRID
# DamageTaken: 10
# - Id: 20612
# AegisName: FERUS_P
# - Id: 20613
# AegisName: TREASURE_MIMIC
# - Id: 20614
# AegisName: ACIDUS_B
# - Id: 20615
# AegisName: ACIDUS_S
# - Id: 20616
# AegisName: BONE_FERUS
# - Id: 20617
# AegisName: BONE_ACIDUS
# - Id: 20618
# AegisName: BONE_DETALE
# - Id: 20619
# AegisName: GLOOMUNDERNIGHT2
- Id: 20620
AegisName: MD_REDPEPPER
Name: Red Pepper
Level: 135
Hp: 9514800
BaseExp: 426099
JobExp: 298270
MvpExp: 11700000
Attack: 1215
Attack2: 702
Defense: 345
MagicDefense: 77
Str: 72
Agi: 73
Vit: 70
Int: 78
Dex: 109
Luk: 41
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Fire
ElementLevel: 3
WalkSpeed: 120
AttackDelay: 480
AttackMotion: 1632
ClientAttackMotion: 768
DamageMotion: 480
Ai: 04
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Blue_Box
Rate: 5000
- Item: Old_Card_Album
Rate: 500
Drops:
- Item: Scell
Rate: 5000
- Item: Red_Gemstone
Rate: 3000
- Item: Old_Violet_Box
Rate: 500
- Item: Cardinal_Jewel_
Rate: 50
- Item: Old_Card_Album
Rate: 500
- Item: Redpepper_Card
Rate: 1
StealProtected: true
- Id: 20621
AegisName: MD_REDPEPPER_H
Name: Senior Red Pepper
Level: 185
Hp: 1008398847
BaseExp: 3381619
JobExp: 2367133
MvpExp: 11700000
Attack: 3816
Attack2: 2060
Defense: 386
MagicDefense: 113
Str: 165
Agi: 103
Vit: 67
Int: 167
Dex: 146
Luk: 57
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Dark
ElementLevel: 3
WalkSpeed: 120
AttackDelay: 480
AttackMotion: 1632
ClientAttackMotion: 768
DamageMotion: 480
Ai: 04
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5000
- Item: Old_Card_Album
Rate: 1000
Drops:
- Item: Scell
Rate: 5000
- Item: Red_Gemstone
Rate: 3000
- Item: Old_Violet_Box
Rate: 750
- Item: Cardinal_Jewel_
Rate: 50
- Item: Old_Card_Album
Rate: 750
- Item: Redpepper_H_Card
Rate: 1
StealProtected: true
- Id: 20622
AegisName: MD_ASSISTANT
Name: Assistant Bot
Level: 137
Hp: 238512
BaseExp: 21683
JobExp: 15178
Attack: 1661
Attack2: 658
Defense: 365
MagicDefense: 78
Str: 97
Agi: 87
Vit: 76
Int: 72
Dex: 113
Luk: 77
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 480
AttackMotion: 960
ClientAttackMotion: 768
DamageMotion: 480
Ai: 04
Drops:
- Item: Hot_Tee
Rate: 10
- Item: Iron
Rate: 2000
- Item: Steel
Rate: 500
- Item: Sturdy_Iron_Piece
Rate: 250
- Item: Assistant_Card
Rate: 1
StealProtected: true
- Id: 20623
AegisName: MD_ASSISTANT_H
Name: Senior Assistant Bot
Level: 187
Hp: 2398802
BaseExp: 171343
JobExp: 119940
Attack: 3763
Attack2: 2331
Defense: 505
MagicDefense: 117
Str: 161
Agi: 99
Vit: 106
Int: 187
Dex: 149
Luk: 61
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 480
AttackMotion: 960
ClientAttackMotion: 768
DamageMotion: 480
Ai: 04
Drops:
- Item: Hot_Tee
Rate: 10
- Item: Iron
Rate: 2000
- Item: Steel
Rate: 500
- Item: Sturdy_Iron_Piece
Rate: 250
- Item: Ep172_1h_Book2
Rate: 4
RandomOptionGroup: AUTO_IMP_MAGIC_2
- Item: Ep172_1h_Book
Rate: 4
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: Assistant_H_Card
Rate: 1
StealProtected: true
- Id: 20624
AegisName: MD_DRY_RAFFLESIA
Name: Dry Rafflesia
Level: 140
Hp: 248245
BaseExp: 22568
JobExp: 15797
Attack: 2258
Attack2: 905
Defense: 200
MagicDefense: 82
Str: 129
Agi: 92
Vit: 20
Int: 97
Dex: 124
Luk: 63
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Earth
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 512
AttackMotion: 528
ClientAttackMotion: 432
DamageMotion: 240
Ai: 04
Drops:
- Item: Great_Leaf
Rate: 1000
- Item: Browny_Root
Rate: 1500
- Item: Sharp_Leaf
Rate: 1000
- Item: Singing_Plant
Rate: 150
- Item: Branch_Of_Dead_Tree
Rate: 20
- Item: Dry_Rafflesia_Card
Rate: 1
StealProtected: true
- Id: 20625
AegisName: MD_DRY_RAFFLESIA_H
Name: Senior Dry Rafflesia
Level: 190
Hp: 2908909
BaseExp: 207779
JobExp: 145445
Attack: 4038
Attack2: 849
Defense: 292
MagicDefense: 103
Str: 170
Agi: 121
Vit: 34
Int: 67
Dex: 139
Luk: 77
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Earth
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 512
AttackMotion: 528
ClientAttackMotion: 432
DamageMotion: 240
Ai: 04
Drops:
- Item: Great_Leaf
Rate: 1000
- Item: Browny_Root
Rate: 1500
- Item: Sharp_Leaf
Rate: 1000
- Item: Singing_Plant
Rate: 150
- Item: Branch_Of_Dead_Tree
Rate: 20
- Item: Ep172_1h_Wand
Rate: 5
RandomOptionGroup: AUTO_IMP_MAGIC_2
- Item: Dry_Rafflesia_H_Card
Rate: 1
StealProtected: true
- Id: 20626
AegisName: MD_ALNOLDI_EX
Name: Special Alnoldi
Level: 143
Hp: 255483
BaseExp: 23226
JobExp: 16258
Attack: 1341
Attack2: 725
Defense: 272
MagicDefense: 81
Str: 75
Agi: 93
Vit: 43
Int: 76
Dex: 130
Luk: 68
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Poison
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 500
AttackMotion: 576
ClientAttackMotion: 360
DamageMotion: 504
Ai: 04
Drops:
- Item: Great_Leaf
Rate: 1000
- Item: Browny_Root
Rate: 1500
- Item: Sharp_Leaf
Rate: 1000
- Item: Leaf_Clothes
Rate: 1250
- Item: Elder_Branch
Rate: 70
- Item: Alnoldi_Ex_Card
Rate: 1
StealProtected: true
- Id: 20627
AegisName: MD_ALNOLDI_EX_H
Name: Senior Special Alnoldi
Level: 193
Hp: 2954324
BaseExp: 211023
JobExp: 147716
Attack: 4270
Attack2: 1454
Defense: 283
MagicDefense: 111
Str: 177
Agi: 176
Vit: 30
Int: 113
Dex: 191
Luk: 70
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Poison
ElementLevel: 2
WalkSpeed: 300
AttackDelay: 500
AttackMotion: 576
ClientAttackMotion: 360
DamageMotion: 504
Ai: 04
Drops:
- Item: Great_Leaf
Rate: 1000
- Item: Browny_Root
Rate: 1500
- Item: Sharp_Leaf
Rate: 1000
- Item: Leaf_Clothes
Rate: 1250
- Item: Elder_Branch
Rate: 140
- Item: Ep172_1h_Foxtail
Rate: 5
RandomOptionGroup: AUTO_IMP_MAGIC_2
- Item: Alnoldi_Ex_H_Card
Rate: 1
StealProtected: true
- Id: 20628
AegisName: EP17_2_ALPHA_MASTER
Name: Manager Alpha
Level: 180
Hp: 1847205
BaseExp: 131943
JobExp: 92360
Attack: 3488
Attack2: 1536
Defense: 498
MagicDefense: 106
Str: 155
Agi: 109
Vit: 106
Int: 128
Dex: 132
Luk: 73
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 960
AttackMotion: 960
ClientAttackMotion: 336
DamageMotion: 480
Ai: 04
Drops:
- Item: Mystery_Piece
Rate: 150
- Item: Screw
Rate: 50
- Item: Broken_Steel_Piece
Rate: 500
- Item: Iron
Rate: 500
- Item: Cookbook08
Rate: 20
- Id: 20629
AegisName: EP17_2_BETA_BASIC
Name: Manager Beta
Level: 165
Hp: 662430
BaseExp: 55203
JobExp: 38642
Attack: 2516
Attack2: 902
Defense: 429
MagicDefense: 93
Str: 122
Agi: 101
Vit: 88
Int: 82
Dex: 112
Luk: 61
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 960
AttackMotion: 960
ClientAttackMotion: 672
DamageMotion: 480
Ai: 04
Drops:
- Item: Steel
Rate: 500
- Item: Screw
Rate: 50
- Item: Broken_Steel_Piece
Rate: 500
- Item: Iron
Rate: 500
- Id: 20630
AegisName: EP17_2_BETA_BASIC_NG
Name: Broken Beta
Level: 145
Hp: 261170
BaseExp: 23743
JobExp: 16620
Attack: 1885
Attack2: 648
Defense: 349
MagicDefense: 81
Str: 104
Agi: 112
Vit: 68
Int: 67
Dex: 107
Luk: 48
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 960
AttackMotion: 960
ClientAttackMotion: 672
DamageMotion: 480
Ai: 04
Drops:
- Item: Mystery_Piece
Rate: 150
- Item: Screw
Rate: 50
- Item: Problematical_Part
Rate: 10
- Item: Iron
Rate: 500
- Item: Ep172_Bh_knuck
Rate: 3
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: Ep172_Bh_Bow3
Rate: 3
RandomOptionGroup: AUTO_IMP_MELEE_2
- Id: 20631
AegisName: MD_BETA_SCISSORE_NG
Name: Broken Gardener Beta
Level: 135
Hp: 234017
BaseExp: 21274
JobExp: 14892
Attack: 1232
Attack2: 576
Defense: 336
MagicDefense: 76
Str: 73
Agi: 93
Vit: 67
Int: 64
Dex: 73
Luk: 90
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Fire
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 960
AttackMotion: 960
ClientAttackMotion: 768
DamageMotion: 480
Ai: 04
Drops:
- Item: Scissores_Sword
Rate: 5
- Item: Screw
Rate: 50
- Item: Problematical_Part
Rate: 10
- Item: Iron
Rate: 500
- Item: Steel
Rate: 150
- Item: Beta_Scissore_Ng_Card
Rate: 1
StealProtected: true
- Id: 20632
AegisName: MD_BETA_SCISSORE_NG_H
Name: S. Broken Gardener Beta
Level: 185
Hp: 2379158
BaseExp: 169940
JobExp: 118958
Attack: 3700
Attack2: 1813
Defense: 620
MagicDefense: 111
Str: 160
Agi: 171
Vit: 145
Int: 147
Dex: 152
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Fire
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 960
AttackMotion: 960
ClientAttackMotion: 768
DamageMotion: 480
Ai: 04
Drops:
- Item: Scissores_Sword
Rate: 5
- Item: Screw
Rate: 50
- Item: Problematical_Part
Rate: 10
- Item: Iron
Rate: 500
- Item: Steel
Rate: 150
- Item: Ep172_Bh_Katar
Rate: 5
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: B_Scissore_Ng_H_Card
Rate: 1
StealProtected: true
- Id: 20633
AegisName: EP17_2_BETA_CLEANER_A
Name: Broken Cleaner
Level: 143
Hp: 147134
BaseExp: 13376
JobExp: 9363
Attack: 2074
Attack2: 829
Defense: 344
MagicDefense: 82
Str: 116
Agi: 98
Vit: 67
Int: 87
Dex: 113
Luk: 76
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 960
AttackMotion: 960
ClientAttackMotion: 768
DamageMotion: 480
Ai: 04
Drops:
- Item: Burnt_Parts
Index: 0
Rate: 1000
- Item: Burnt_Parts
Index: 1
Rate: 50
- Item: Iron
Index: 2
Rate: 500
- Item: Steel
Index: 3
Rate: 150
- Item: Sturdy_Iron_Piece
Index: 4
Rate: 300
- Item: Ep172_1h_Sword2
Index: 5
Rate: 3
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: Beta_Cleaner_Card
Index: 6
Rate: 1
StealProtected: true
- Id: 20634
AegisName: EP17_2_BETA_CLEANER_B
Name: Broken Cleaner
Level: 144
Hp: 150304
BaseExp: 13386
JobExp: 9371
Attack: 2124
Attack2: 854
Defense: 288
MagicDefense: 83
Str: 118
Agi: 89
Vit: 48
Int: 89
Dex: 109
Luk: 74
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
RaceGroups:
EP172BATH: true
Element: Neutral
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 960
AttackMotion: 960
ClientAttackMotion: 768
DamageMotion: 480
Ai: 04
Drops:
- Item: Burnt_Parts
Index: 0
Rate: 1000
- Item: Burnt_Parts
Index: 1
Rate: 50
- Item: Iron
Index: 2
Rate: 500
- Item: Steel
Index: 3
Rate: 150
- Item: Sturdy_Iron_Piece
Index: 4
Rate: 300
- Item: Ep172_Bh_Huuma
Index: 5
Rate: 3
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: Beta_Cleaner_Card
Index: 6
Rate: 1
StealProtected: true
- Id: 20635
AegisName: EP17_2_BETA_BATHS_A
Name: Cleaning Robot
Level: 145
Hp: 150690
BaseExp: 13699
JobExp: 9589
Attack: 2193
Attack2: 870
Defense: 439
MagicDefense: 84
Str: 121
Agi: 108
Vit: 98
Int: 90
Dex: 107
Luk: 76
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 960
AttackMotion: 960
ClientAttackMotion: 672
DamageMotion: 480
Ai: 04
Drops:
- Item: Broken_Steel_Piece
Rate: 500
- Item: Screw
Rate: 50
- Item: Problematical_Part
Rate: 10
- Item: Iron
Rate: 500
- Item: Old_Violet_Box
Rate: 3
- Item: Ep172_1h_Axe
Rate: 3
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: Beta_Baths_A_Card
Rate: 1
StealProtected: true
- Id: 20636
AegisName: EP17_2_BETA_BATHS_B
Name: Cleaning Robot
Level: 145
Hp: 150304
BaseExp: 13664
JobExp: 9565
Attack: 2121
Attack2: 918
Defense: 415
MagicDefense: 84
Str: 117
Agi: 104
Vit: 90
Int: 95
Dex: 114
Luk: 87
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 960
AttackMotion: 960
ClientAttackMotion: 768
DamageMotion: 480
Ai: 04
Drops:
- Item: Broken_Steel_Piece
Rate: 500
- Item: Screw
Rate: 50
- Item: Problematical_Part
Rate: 10
- Item: Iron
Rate: 500
- Item: Old_Violet_Box
Rate: 3
- Item: Ep172_1h_Inst
Rate: 3
RandomOptionGroup: AUTO_IMP_MAGIC_2
- Item: Beta_Baths_A_Card
Rate: 1
StealProtected: true
- Id: 20637
AegisName: EP17_2_BETA_ITEMKEEPER
Name: Broken Warehouse Manager
Level: 185
Hp: 1900983
BaseExp: 135785
JobExp: 95049
Attack: 3608
Attack2: 1702
Defense: 563
MagicDefense: 110
Str: 156
Agi: 98
Vit: 126
Int: 138
Dex: 143
Luk: 91
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
EP172ALPHA: true
Element: Neutral
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 960
AttackMotion: 960
ClientAttackMotion: 768
DamageMotion: 480
Ai: 04
Drops:
- Item: Screw
Rate: 50
- Item: Steel
Rate: 50
- Item: Center_Potion
Rate: 10
- Item: Awakening_Potion
Rate: 10
- Item: Ep172_Bh_Staff
Rate: 5
RandomOptionGroup: AUTO_IMP_MAGIC_2
- Item: Ep172_Bh_knuck
Rate: 5
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: Old_Violet_Box
Rate: 5
StealProtected: true
- Id: 20638
AegisName: EP17_2_BETA_GUARDS
Name: Beta Guards
Level: 140
Hp: 257228
BaseExp: 23384
JobExp: 16369
Attack: 1750
Attack2: 709
Defense: 530
MagicDefense: 80
Str: 100
Agi: 76
Vit: 130
Int: 76
Dex: 108
Luk: 80
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 768
AttackMotion: 768
ClientAttackMotion: 1152
DamageMotion: 480
Ai: 04
Modes:
Detector: true
- Id: 20639
AegisName: EP17_2_BETA_GUARDS_NG
Name: Broken Beta Guards
Level: 186
Hp: 1909523
Sp: 0
BaseExp: 136395
JobExp: 95476
Attack: 3534
Attack2: 1662
Defense: 522
MagicDefense: 110
Str: 152
Agi: 76
Vit: 112
Int: 134
Dex: 114
Luk: 98
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
RaceGroups:
EP172ALPHA: true
Element: Wind
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 768
AttackMotion: 768
ClientAttackMotion: 1152
DamageMotion: 480
Ai: 04
Drops:
- Item: Broken_Steel_Piece
Rate: 500
- Item: Screw
Rate: 50
- Item: Problematical_Part
Rate: 10
- Item: Iron
Rate: 500
- Item: Old_Violet_Box
Rate: 5
- Item: Ep172_1h_Axe
Rate: 5
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: Beta_Guards_Ng_Card
Rate: 1
StealProtected: true
- Id: 20640
AegisName: EP17_2_OMEGA_CLEANER
Name: Cleaning Robot Ω
Level: 130
Hp: 182967
BaseExp: 16633
JobExp: 11643
Attack: 1138
Attack2: 563
Defense: 424
MagicDefense: 73
Str: 70
Agi: 68
Vit: 98
Int: 65
Dex: 97
Luk: 61
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 768
AttackMotion: 768
ClientAttackMotion: 384
DamageMotion: 480
Ai: 02
Drops:
- Item: Burnt_Parts
Rate: 50
- Item: Mystery_Piece
Rate: 150
- Item: Steel
Rate: 100
- Item: Iron
Rate: 500
- Item: Ep172_1h_Whip
Rate: 3
RandomOptionGroup: AUTO_IMP_MAGIC_2
- Id: 20641
AegisName: EP17_2_OMEGA_CLEANER_NG
Name: Broken Cleaning Robot Ω
Level: 175
Hp: 1200685
BaseExp: 100057
JobExp: 70040
Attack: 3063
Attack2: 1412
Defense: 475
MagicDefense: 103
Str: 140
Agi: 90
Vit: 100
Int: 121
Dex: 130
Luk: 64
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
RaceGroups:
EP172ALPHA: true
EP172ALPHA: true
Element: Neutral
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 768
AttackMotion: 768
ClientAttackMotion: 384
DamageMotion: 480
Ai: 04
Drops:
- Item: Burnt_Parts
Rate: 50
- Item: Mystery_Piece
Rate: 150
- Item: Steel
Rate: 100
- Item: Iron
Rate: 500
- Item: Ep172_Bh_Bow
Rate: 4
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: Ep172_Bh_Bow2
Rate: 4
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: O_Cleaner_Ng_Card
Rate: 1
StealProtected: true
- Id: 20642
AegisName: MD_SWEETY
Name: Sweety
Level: 139
Hp: 5011304
BaseExp: 455573
JobExp: 318901
MvpExp: 15600000
Attack: 2346
Attack2: 1112
Defense: 189
MagicDefense: 85
Str: 135
Agi: 120
Vit: 150
Int: 120
Dex: 170
Luk: 80
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 648
AttackMotion: 1296
ClientAttackMotion: 720
DamageMotion: 480
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5000
- Item: Old_Card_Album
Rate: 500
Drops:
- Item: Sparkling_Dust
Rate: 3000
- Item: Explosive_Powder
Rate: 5000
- Item: Six_Shooter
Rate: 20
- Item: Blue_Potion
Rate: 2000
- Item: Sweety_Card
Rate: 1
StealProtected: true
- Id: 20643
AegisName: EP17_2_PHEN
Name: Boiled Water Phen
Level: 139
Hp: 133096
BaseExp: 12100
JobExp: 8470
Attack: 1894
Attack2: 797
Defense: 367
MagicDefense: 80
Str: 109
Agi: 112
Vit: 76
Int: 86
Dex: 104
Luk: 64
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
RaceGroups:
EP172BATH: true
Element: Water
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1152
AttackMotion: 864
ClientAttackMotion: 432
DamageMotion: 1152
Ai: 04
Drops:
- Item: Fish_Tail
Rate: 2500
- Item: Fish_With_Blue_Back
Rate: 50
- Item: Sharp_Scale
Rate: 1500
- Item: Fin
Rate: 950
- Item: Skyblue_Jewel
Rate: 3
- Item: Ep172_Bh_Bow2
Rate: 3
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: EP17_2_Phen_Card
Rate: 1
StealProtected: true
- Id: 20644
AegisName: EP17_2_MARC
Name: Boiled Water Marc
Level: 137
Hp: 132060
BaseExp: 12005
JobExp: 8404
Attack: 1730
Attack2: 886
Defense: 407
MagicDefense: 81
Str: 101
Agi: 104
Vit: 90
Int: 97
Dex: 112
Luk: 67
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
RaceGroups:
EP172BATH: true
Element: Water
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1200
AttackMotion: 1200
ClientAttackMotion: 360
DamageMotion: 480
Ai: 04
Drops:
- Item: Sharp_Scale
Rate: 1500
- Item: Skyblue_Jewel
Rate: 3
- Item: Gill
Rate: 2500
- Item: Fin
Rate: 950
- Item: Meat
Rate: 550
- Item: Ep172_Bh_Bow
Rate: 3
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: EP17_2_Marc_Card
Rate: 1
StealProtected: true
- Id: 20645
AegisName: EP17_2_SWORD_FISH
Name: Boiled Water Swordfish
Level: 138
Hp: 133151
BaseExp: 12105
JobExp: 8473
Attack: 1794
Attack2: 856
Defense: 414
MagicDefense: 81
Str: 104
Agi: 109
Vit: 92
Int: 93
Dex: 101
Luk: 70
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Fish
RaceGroups:
EP172BATH: true
Element: Water
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 624
AttackMotion: 624
ClientAttackMotion: 192
DamageMotion: 144
Ai: 04
Drops:
- Item: Fish_Tail
Rate: 2500
- Item: Fin
Rate: 950
- Item: Skyblue_Jewel
Rate: 3
- Item: Gill
Rate: 2500
- Item: Snowy_Horn
Rate: 1
- Item: Ep172_1h_Hammer
Rate: 3
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: EP17_2_Sword_Fish_Card
Rate: 1
StealProtected: true
- Id: 20646
AegisName: EP17_2_PIRANHA
Name: Boiled Water Piranha
Level: 138
Hp: 133024
BaseExp: 12093
JobExp: 8465
Attack: 1811
Attack2: 800
Defense: 408
MagicDefense: 80
Str: 105
Agi: 104
Vit: 90
Int: 87
Dex: 106
Luk: 73
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Fish
RaceGroups:
EP172BATH: true
Element: Water
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 960
AttackMotion: 480
ClientAttackMotion: 288
DamageMotion: 540
Ai: 04
Drops:
- Item: Fish_Tail
Rate: 2500
- Item: Lip_Of_Ancient_Fish
Rate: 250
- Item: Fin
Rate: 950
- Item: Tooth_Of_Ancient_Fish
Rate: 250
- Item: Ep172_1h_Grenade
Rate: 3
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: EP17_2_Piranha_Card
Rate: 1
StealProtected: true
- Id: 20647
AegisName: EP17_2_BATH_MERMAID
Name: Elder of Chung-Geum
Level: 141
Hp: 1823441
BaseExp: 121563
JobExp: 85094
Attack: 2062
Attack2: 912
Defense: 393
MagicDefense: 83
Str: 117
Agi: 108
Vit: 84
Int: 97
Dex: 110
Luk: 68
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 768
AttackMotion: 768
ClientAttackMotion: 384
DamageMotion: 480
Ai: 04
Class: Boss
Drops:
- Item: Heart_Of_Mermaid
Rate: 5000
- Item: Fin
Rate: 5000
- Item: Sharp_Scale
Rate: 1200
- Item: Delicious_Fish
Rate: 2500
- Item: Bath_Mermaid_Card
Rate: 1
StealProtected: true
- Id: 20648
AegisName: EP17_2_PITAYA_BOSS
Name: Boss Meow
Level: 168
Hp: 19298694
BaseExp: 1608224
JobExp: 1125757
MvpExp: 20328244
Attack: 3024
Attack2: 1714
Defense: 462
MagicDefense: 103
Str: 144
Agi: 86
Vit: 98
Int: 153
Dex: 153
Luk: 98
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
RaceGroups:
EP172BETA: true
Element: Fire
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 768
AttackMotion: 768
ClientAttackMotion: 288
DamageMotion: 480
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Fruit_Basket
Rate: 5000
- Item: Yggdrasilberry
Rate: 1000
Drops:
- Item: Old_Violet_Box
Rate: 2500
- Item: Jubilee
Rate: 3000
- Item: Reptile_Tongue
Rate: 2500
- Item: Fruit_Basket
Rate: 2500
- Item: Old_Card_Album
Rate: 1500
- Item: Pitaya_Boss_Card
Rate: 1
StealProtected: true
- Id: 20649
AegisName: EP17_2_PITAYA_R
Name: Red Pitaya
Level: 162
Hp: 648023
BaseExp: 54002
JobExp: 37801
Attack: 2673
Attack2: 972
Defense: 351
MagicDefense: 92
Str: 132
Agi: 122
Vit: 63
Int: 90
Dex: 132
Luk: 90
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
RaceGroups:
EP172BETA: true
Element: Fire
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1540
AttackMotion: 2112
ClientAttackMotion: 960
DamageMotion: 960
Ai: 04
Drops:
- Item: Fruit_Basket
Rate: 50
- Item: Jubilee
Rate: 100
- Item: Reptile_Tongue
Rate: 1250
- Item: Strawberry
Rate: 150
- Item: Ep172_Bh_Spear
Rate: 3
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: Pitaya_R_Card
Rate: 1
StealProtected: true
- Id: 20650
AegisName: EP17_2_PITAYA_Y
Name: Yellow Pitaya
Level: 164
Hp: 658607
BaseExp: 54884
JobExp: 38419
Attack: 2624
Attack2: 1006
Defense: 434
MagicDefense: 94
Str: 128
Agi: 164
Vit: 90
Int: 92
Dex: 154
Luk: 67
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
RaceGroups:
EP172BETA: true
Element: Wind
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1540
AttackMotion: 2112
ClientAttackMotion: 960
DamageMotion: 960
Ai: 04
Drops:
- Item: Fruit_Basket
Rate: 50
- Item: Jubilee
Rate: 100
- Item: Reptile_Tongue
Rate: 1250
- Item: Banana
Rate: 150
- Item: Ep172_1h_Gatling
Rate: 3
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: Pitaya_Y_Card
Rate: 1
StealProtected: true
- Id: 20651
AegisName: EP17_2_PITAYA_B
Name: Blue Pitaya
Level: 165
Hp: 662911
BaseExp: 47351
JobExp: 33146
Attack: 2454
Attack2: 1111
Defense: 444
MagicDefense: 95
Str: 119
Agi: 162
Vit: 93
Int: 101
Dex: 143
Luk: 77
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
RaceGroups:
EP172BETA: true
Element: Water
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1540
AttackMotion: 2112
ClientAttackMotion: 960
DamageMotion: 960
Ai: 04
Drops:
- Item: Fruit_Basket
Rate: 50
- Item: Jubilee
Rate: 100
- Item: Reptile_Tongue
Rate: 1250
- Item: Prickly_Fruit
Rate: 75
- Item: Ep172_1h_Spear
Rate: 3
RandomOptionGroup: AUTO_IMP_MAGIC_2
- Item: Pitaya_B_Card
Rate: 1
StealProtected: true
- Id: 20652
AegisName: EP17_2_PITAYA_V
Name: Violet Pitaya
Level: 165
Hp: 665510
BaseExp: 47536
JobExp: 33276
Attack: 2516
Attack2: 858
Defense: 525
MagicDefense: 92
Str: 122
Agi: 98
Vit: 120
Int: 78
Dex: 162
Luk: 87
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
RaceGroups:
EP172BETA: true
Element: Poison
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1540
AttackMotion: 2112
ClientAttackMotion: 960
DamageMotion: 960
Ai: 04
Drops:
- Item: Fruit_Basket
Rate: 50
- Item: Jubilee
Rate: 100
- Item: Reptile_Tongue
Rate: 1250
- Item: Grape
Rate: 150
- Item: Ep172_1h_Axe
Rate: 3
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: Pitaya_V_Card
Rate: 1
StealProtected: true
- Id: 20653
AegisName: EP17_2_PITAYA_G
Name: Green Pitaya
Level: 166
Hp: 668381
BaseExp: 44559
JobExp: 31191
Attack: 2573
Attack2: 741
Defense: 490
MagicDefense: 91
Str: 124
Agi: 132
Vit: 108
Int: 67
Dex: 153
Luk: 89
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
RaceGroups:
EP172BETA: true
Element: Earth
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1540
AttackMotion: 2112
ClientAttackMotion: 960
DamageMotion: 960
Ai: 04
Drops:
- Item: Fruit_Basket
Rate: 50
- Item: Jubilee
Rate: 100
- Item: Reptile_Tongue
Rate: 1250
- Item: Melon
Rate: 75
- Item: Ep172_1h_Dagger2
Rate: 3
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: Pitaya_G_Card
Rate: 1
StealProtected: true
- Id: 20654
AegisName: G_PITAYA_R
Name: Red Pitaya
Level: 132
Hp: 158478
Attack: 1205
Attack2: 528
Defense: 267
MagicDefense: 92
Str: 73
Agi: 85
Vit: 45
Int: 60
Dex: 93
Luk: 64
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Fire
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1540
AttackMotion: 2112
ClientAttackMotion: 960
DamageMotion: 960
Ai: 04
- Id: 20655
AegisName: G_PITAYA_Y
Name: Yellow Pitaya
Level: 134
Hp: 162599
Attack: 1206
Attack2: 554
Defense: 335
MagicDefense: 94
Str: 72
Agi: 68
Vit: 67
Int: 62
Dex: 110
Luk: 76
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Wind
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1540
AttackMotion: 2112
ClientAttackMotion: 960
DamageMotion: 960
Ai: 04
- Id: 20656
AegisName: G_PITAYA_B
Name: Blue Pitaya
Level: 135
Hp: 163655
Attack: 1181
Attack2: 648
Defense: 330
MagicDefense: 95
Str: 70
Agi: 87
Vit: 65
Int: 72
Dex: 98
Luk: 43
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Water
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1540
AttackMotion: 720
ClientAttackMotion: 960
DamageMotion: 432
Ai: 04
- Id: 20657
AegisName: G_PITAYA_V
Name: Violet Pitaya
Level: 135
Hp: 165308
Attack: 1688
Attack2: 486
Defense: 393
MagicDefense: 92
Str: 100
Agi: 86
Vit: 86
Int: 54
Dex: 121
Luk: 67
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Poison
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1540
AttackMotion: 2112
ClientAttackMotion: 960
DamageMotion: 960
Ai: 04
- Id: 20658
AegisName: G_PITAYA_G
Name: Green Pitaya
Level: 136
Hp: 165105
Attack: 1666
Attack2: 807
Defense: 340
MagicDefense: 91
Str: 98
Agi: 108
Vit: 68
Int: 89
Dex: 111
Luk: 67
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1540
AttackMotion: 720
ClientAttackMotion: 960
DamageMotion: 432
Ai: 04
- Id: 20659
AegisName: MD_PITAYA_BOSS
Name: Pitaya Boss
Level: 138
Hp: 7221377
BaseExp: 656489
JobExp: 459542
MvpExp: 20328244
Attack: 1570
Attack2: 828
Defense: 498
MagicDefense: 80
Str: 91
Agi: 70
Vit: 120
Int: 90
Dex: 121
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Fire
ElementLevel: 3
WalkSpeed: 120
AttackDelay: 768
AttackMotion: 768
ClientAttackMotion: 288
DamageMotion: 480
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Fruit_Basket
Rate: 5000
- Item: Yggdrasilberry
Rate: 1000
Drops:
- Item: Old_Violet_Box
Rate: 2500
- Item: Jubilee
Rate: 3000
- Item: Reptile_Tongue
Rate: 2500
- Item: Fruit_Basket
Rate: 2500
- Item: Old_Card_Album
Rate: 1500
- Item: Pitaya_Boss_Card
Rate: 1
StealProtected: true
- Id: 20660
AegisName: MD_PITAYA_R
Name: Red Pitaya
Level: 132
Hp: 158478
BaseExp: 14407
JobExp: 10085
Attack: 1205
Attack2: 528
Defense: 267
MagicDefense: 74
Str: 73
Agi: 85
Vit: 45
Int: 60
Dex: 93
Luk: 64
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Fire
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1540
AttackMotion: 2112
ClientAttackMotion: 960
DamageMotion: 960
Ai: 04
Drops:
- Item: Fruit_Basket
Rate: 100
- Item: Jubilee
Rate: 100
- Item: Reptile_Tongue
Rate: 1250
- Item: Strawberry
Rate: 300
- Item: Ep172_1h_Grenade
Rate: 5
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: Pitaya_R_Card
Rate: 1
StealProtected: true
- Id: 20661
AegisName: MD_PITAYA_Y
Name: Yellow Pitaya
Level: 134
Hp: 162599
BaseExp: 14782
JobExp: 10347
Attack: 1206
Attack2: 554
Defense: 335
MagicDefense: 75
Str: 72
Agi: 68
Vit: 67
Int: 62
Dex: 110
Luk: 76
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Wind
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1540
AttackMotion: 2112
ClientAttackMotion: 960
DamageMotion: 960
Ai: 04
Drops:
- Item: Fruit_Basket
Rate: 100
- Item: Jubilee
Rate: 100
- Item: Reptile_Tongue
Rate: 1250
- Item: Banana
Rate: 300
- Item: Ep172_1h_Dagger
Rate: 5
RandomOptionGroup: AUTO_IMP_MAGIC_2
- Item: Pitaya_Y_Card
Rate: 1
StealProtected: true
- Id: 20662
AegisName: MD_PITAYA_B
Name: Blue Pitaya
Level: 135
Hp: 163655
BaseExp: 14878
JobExp: 10414
Attack: 1181
Attack2: 648
Defense: 330
MagicDefense: 77
Str: 70
Agi: 87
Vit: 65
Int: 72
Dex: 98
Luk: 43
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Water
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1540
AttackMotion: 2112
ClientAttackMotion: 960
DamageMotion: 960
Ai: 04
Drops:
- Item: Fruit_Basket
Rate: 100
- Item: Jubilee
Rate: 100
- Item: Reptile_Tongue
Rate: 1250
- Item: Prickly_Fruit
Rate: 150
- Item: Ep172_1h_Rifle
Rate: 5
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: Pitaya_B_Card
Rate: 1
StealProtected: true
- Id: 20663
AegisName: MD_PITAYA_V
Name: Violet Pitaya
Level: 135
Hp: 165308
BaseExp: 15028
JobExp: 10520
Attack: 1688
Attack2: 486
Defense: 393
MagicDefense: 74
Str: 100
Agi: 86
Vit: 86
Int: 54
Dex: 121
Luk: 67
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Poison
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1540
AttackMotion: 2112
ClientAttackMotion: 960
DamageMotion: 960
Ai: 04
Drops:
- Item: Fruit_Basket
Rate: 100
- Item: Jubilee
Rate: 100
- Item: Reptile_Tongue
Rate: 1250
- Item: Grape
Rate: 300
- Item: Ep172_1h_Dagger2
Rate: 5
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: Pitaya_V_Card
Rate: 1
StealProtected: true
- Id: 20664
AegisName: MD_PITAYA_G
Name: Green Pitaya
Level: 136
Hp: 165105
BaseExp: 15010
JobExp: 10507
Attack: 1666
Attack2: 807
Defense: 340
MagicDefense: 79
Str: 98
Agi: 108
Vit: 68
Int: 89
Dex: 111
Luk: 67
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Earth
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1540
AttackMotion: 2112
ClientAttackMotion: 960
DamageMotion: 960
Ai: 04
Drops:
- Item: Fruit_Basket
Rate: 100
- Item: Jubilee
Rate: 100
- Item: Reptile_Tongue
Rate: 1250
- Item: Melon
Rate: 150
- Item: Ep172_1h_Gatling
Rate: 5
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: Pitaya_G_Card
Rate: 1
StealProtected: true
- Id: 20665
AegisName: MD_VERPORTA
Name: Verporta
Level: 136
Hp: 239037
BaseExp: 21731
JobExp: 15211
Attack: 1571
Attack2: 1025
Defense: 424
MagicDefense: 82
Str: 93
Agi: 98
Vit: 96
Int: 113
Dex: 80
Luk: 76
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Poison
ElementLevel: 2
WalkSpeed: 180
AttackDelay: 1344
AttackMotion: 1344
ClientAttackMotion: 768
DamageMotion: 480
Ai: 04
Drops:
- Item: Soft_Leaf
Rate: 1000
- Item: Yellow_Powder
Rate: 250
- Item: Fluorescent_Liquid
Rate: 500
- Item: Sticky_Poison
Rate: 1000
- Item: Verporta_Card
Rate: 1
StealProtected: true
- Id: 20666
AegisName: MD_VERPORTE_H
Name: Verporte
Level: 186
Hp: 2390934
BaseExp: 170781
JobExp: 119547
Attack: 3813
Attack2: 2145
Defense: 600
MagicDefense: 115
Str: 164
Agi: 168
Vit: 138
Int: 173
Dex: 121
Luk: 102
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Poison
ElementLevel: 2
WalkSpeed: 180
AttackDelay: 1344
AttackMotion: 1344
ClientAttackMotion: 768
DamageMotion: 480
Ai: 04
Drops:
- Item: Soft_Leaf
Rate: 1000
- Item: Yellow_Powder
Rate: 250
- Item: Fluorescent_Liquid
Rate: 500
- Item: Sticky_Poison
Rate: 1000
- Item: Ep172_1h_Sword2
Rate: 5
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: Verporte_H_Card
Rate: 1
StealProtected: true
- Id: 20667
AegisName: MD_SILVA_PAPILIA
Name: Silva Papilia
Level: 145
Hp: 7375012
BaseExp: 670456
JobExp: 469319
# MvpExp:
Attack: 1450
Attack2: 1334
Defense: 241
MagicDefense: 90
Str: 80
Agi: 90
Vit: 32
Int: 138
Dex: 112
Luk: 79
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Plant
Element: Dark
ElementLevel: 2
WalkSpeed: 120
AttackDelay: 1136
AttackMotion: 720
ClientAttackMotion: 384
DamageMotion: 840
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5000
- Item: Yggdrasilberry
Rate: 250
Drops:
- Item: Piece_Of_Darkness
Rate: 3500
- Item: Fancy_Fairy_Wing
Rate: 1500
- Item: Illusion_Flower
Rate: 500
- Item: Solid_Twig
Rate: 3000
- Item: Silva_Papilia_Card
Rate: 1
StealProtected: true
- Id: 20668
AegisName: MD_GRAN_PAPILIA
Name: Gran Papilia
Level: 195
Hp: 74730723
BaseExp: 5337909
JobExp: 3736536
# MvpExp:
Attack: 4368
Attack2: 2470
Defense: 384
MagicDefense: 121
Str: 171
Agi: 103
Vit: 63
Int: 190
Dex: 181
Luk: 79
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Plant
Element: Dark
ElementLevel: 2
WalkSpeed: 120
AttackDelay: 1136
AttackMotion: 720
ClientAttackMotion: 384
DamageMotion: 840
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Violet_Box
Rate: 5000
- Item: Yggdrasilberry
Rate: 1000
Drops:
- Item: Piece_Of_Darkness
Rate: 3500
- Item: Fancy_Fairy_Wing
Rate: 1500
- Item: Illusion_Flower
Rate: 500
- Item: Solid_Twig
Rate: 3000
- Item: Gran_Papilia_Card
Rate: 1
StealProtected: true
- Id: 20669
AegisName: MD_PAPILA
Name: Papila
Level: 138
Hp: 240713
BaseExp: 21883
JobExp: 15318
Attack: 1587
Attack2: 948
Defense: 378
MagicDefense: 82
Str: 92
Agi: 108
Vit: 80
Int: 103
Dex: 93
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Dark
ElementLevel: 2
WalkSpeed: 155
AttackDelay: 1152
AttackMotion: 1152
ClientAttackMotion: 576
DamageMotion: 480
Ai: 04
Modes:
Detector: true
Drops:
- Item: Great_Wing
Rate: 1500
- Item: Powder_Of_Butterfly
Rate: 2000
- Item: Fancy_Fairy_Wing
Rate: 500
- Item: Sharp_Feeler
Rate: 500
- Item: Flower
Rate: 3000
- Item: Papila_Card
Rate: 1
StealProtected: true
- Id: 20670
AegisName: MD_PAPILA_H
Name: Senior Papila
Level: 188
Hp: 2409593
BaseExp: 172114
JobExp: 120480
Attack: 3690
Attack2: 2043
Defense: 467
MagicDefense: 114
Str: 157
Agi: 172
Vit: 93
Int: 163
Dex: 132
Luk: 76
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Dark
ElementLevel: 2
WalkSpeed: 155
AttackDelay: 1152
AttackMotion: 1152
ClientAttackMotion: 576
DamageMotion: 480
Ai: 04
Modes:
Detector: true
Drops:
- Item: Great_Wing
Rate: 1500
- Item: Powder_Of_Butterfly
Rate: 2000
- Item: Fancy_Fairy_Wing
Rate: 500
- Item: Sharp_Feeler
Rate: 500
- Item: Flower
Rate: 3000
- Item: Ep172_1h_Spear
Rate: 5
RandomOptionGroup: AUTO_IMP_MAGIC_2
- Item: Papila_H_Card
Rate: 1
StealProtected: true
- Id: 20671
AegisName: MD_PAPILA_RUBA
Name: Papila Ruba
Level: 139
Hp: 240372
BaseExp: 21852
JobExp: 15296
Attack: 1494
Attack2: 704
Defense: 325
MagicDefense: 79
Str: 86
Agi: 113
Vit: 62
Int: 76
Dex: 104
Luk: 86
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Fire
ElementLevel: 2
WalkSpeed: 155
AttackDelay: 1152
AttackMotion: 1152
ClientAttackMotion: 576
DamageMotion: 480
Ai: 04
Modes:
Detector: true
Drops:
- Item: Great_Wing
Rate: 1500
- Item: Powder_Of_Butterfly
Rate: 2000
- Item: Fancy_Fairy_Wing
Rate: 500
- Item: Sharp_Feeler
Rate: 500
- Item: Withered_Flower
Rate: 500
- Item: Papila_Ruba_Card
Rate: 1
StealProtected: true
- Id: 20672
AegisName: MD_PAPILA_RUBA_H
Name: Senior Papila Ruba
Level: 190
Hp: 3656403
BaseExp: 261172
JobExp: 182820
Attack: 4180
Attack2: 2141
Defense: 676
MagicDefense: 116
Str: 176
Agi: 193
Vit: 162
Int: 169
Dex: 195
Luk: 53
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Fire
ElementLevel: 2
WalkSpeed: 120
AttackDelay: 1152
AttackMotion: 1152
ClientAttackMotion: 576
DamageMotion: 480
Ai: 04
Modes:
Detector: true
Drops:
- Item: Great_Wing
Rate: 1500
- Item: Powder_Of_Butterfly
Rate: 2000
- Item: Fancy_Fairy_Wing
Rate: 500
- Item: Sharp_Feeler
Rate: 500
- Item: Withered_Flower
Rate: 500
- Item: Ep172_Bh_Huuma
Rate: 5
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: Papila_Ruba_H_Card
Rate: 1
StealProtected: true
- Id: 20673
AegisName: MD_PAPILA_RUBA2
Name: Papila Ruba
Level: 150
Hp: 10000
Attack: 1313
Attack2: 700
Defense: 700
MagicDefense: 32
Str: 70
Agi: 70
Vit: 70
Int: 70
Dex: 70
Luk: 70
AttackRange: 1
SkillRange: 7
ChaseRange: 12
Size: Medium
Race: Insect
Element: Fire
ElementLevel: 2
WalkSpeed: 1000
AttackDelay: 1
AttackMotion: 1
ClientAttackMotion: 576
DamageMotion: 1
Ai: 06
Modes:
Detector: true
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 20674
AegisName: MD_PAPILA_CAE
Name: Papila Cae
Level: 137
Hp: 237484
BaseExp: 21589
JobExp: 15113
Attack: 1473
Attack2: 895
Defense: 338
MagicDefense: 81
Str: 86
Agi: 91
Vit: 67
Int: 98
Dex: 95
Luk: 67
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Water
ElementLevel: 2
WalkSpeed: 130
AttackDelay: 1152
AttackMotion: 1152
ClientAttackMotion: 576
DamageMotion: 480
Ai: 01
Modes:
Detector: true
Drops:
- Item: Great_Wing
Rate: 1500
- Item: Powder_Of_Butterfly
Rate: 2000
- Item: Fancy_Fairy_Wing
Rate: 500
- Item: Sharp_Feeler
Rate: 500
- Item: Withered_Flower
Rate: 500
- Item: Papila_Cae_Card
Rate: 1
StealProtected: true
- Id: 20675
AegisName: MD_PAPILA_CAE_H
Name: Senior Papila Cae
Level: 187
Hp: 2405191
BaseExp: 171799
JobExp: 120260
Attack: 3553
Attack2: 2094
Defense: 628
MagicDefense: 115
Str: 152
Agi: 181
Vit: 147
Int: 168
Dex: 184
Luk: 67
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Water
ElementLevel: 2
WalkSpeed: 120
AttackDelay: 1152
AttackMotion: 1152
ClientAttackMotion: 576
DamageMotion: 480
Ai: 01
Modes:
Detector: true
Drops:
- Item: Great_Wing
Rate: 1500
- Item: Powder_Of_Butterfly
Rate: 2000
- Item: Fancy_Fairy_Wing
Rate: 500
- Item: Sharp_Feeler
Rate: 500
- Item: Withered_Flower
Rate: 500
- Item: Ep172_Bh_Spear
Rate: 5
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: Papila_Cae_H_Card
Rate: 1
StealProtected: true
- Id: 20676
AegisName: MD_PAPILA_CAE2
Name: Papila Cae
Level: 150
Hp: 10000
Attack: 1313
Attack2: 700
Defense: 360
MagicDefense: 84
Str: 70
Agi: 70
Vit: 70
Int: 70
Dex: 70
Luk: 70
AttackRange: 1
SkillRange: 7
ChaseRange: 12
Size: Medium
Race: Insect
Element: Water
ElementLevel: 2
WalkSpeed: 1000
AttackDelay: 1
AttackMotion: 1
ClientAttackMotion: 576
DamageMotion: 1
Ai: 06
Modes:
Detector: true
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 20677
AegisName: MD_ARIES
Name: Aries
Level: 140
Hp: 360702
BaseExp: 32791
JobExp: 22954
Attack: 1663
Attack2: 840
Defense: 356
MagicDefense: 81
Str: 95
Agi: 107
Vit: 72
Int: 90
Dex: 93
Luk: 32
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Water
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1440
AttackMotion: 1440
ClientAttackMotion: 864
DamageMotion: 480
Ai: 04
Drops:
- Item: Fancy_Fairy_Wing
Rate: 250
- Item: Great_Wing
Rate: 2500
- Item: Illusion_Flower
Rate: 1
- Item: Aries_Card
Rate: 1
StealProtected: true
- Id: 20678
AegisName: MD_ARIES_H
Name: Senior Aries
Level: 190
Hp: 3656403
BaseExp: 261172
JobExp: 182820
Attack: 4109
Attack2: 2153
Defense: 676
MagicDefense: 116
Str: 173
Agi: 173
Vit: 162
Int: 70
Dex: 173
Luk: 32
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Fire
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1440
AttackMotion: 1440
ClientAttackMotion: 864
DamageMotion: 480
Ai: 04
Drops:
- Item: Fancy_Fairy_Wing
Rate: 250
- Item: Great_Wing
Rate: 2500
- Item: Illusion_Flower
Rate: 1
- Item: Ep172_Bh_Bow3
Rate: 5
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: Aries_H_Card
Rate: 1
StealProtected: true
- Id: 20679
AegisName: EP17_2_GUARDIAN_PARTS
Name: Guardian Parts
Level: 130
Hp: 20
Attack: 1
Attack2: 1
Defense: 1
MagicDefense: 1
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 1000
AttackDelay: 1
AttackMotion: 1
ClientAttackMotion: 0
DamageMotion: 1
Ai: 06
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
KnockBackImmune: true
- Id: 20680
AegisName: EP17_2_HEART_HUNTER
Name: Heart Hunter Skirmisher
Level: 130
Hp: 180367
BaseExp: 16397
JobExp: 11478
Attack: 1300
Attack2: 571
Defense: 334
MagicDefense: 73
Str: 80
Agi: 113
Vit: 68
Int: 67
Dex: 102
Luk: 77
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 864
AttackMotion: 1268
ClientAttackMotion: 960
DamageMotion: 480
Ai: 04
Drops:
- Item: Vroken_Sword
Rate: 500
- Item: Heart_Hunter_Seal
Rate: 2500
- Item: EP17_1_EVT39
Rate: 10
- Item: EP17_1_EVT02
Rate: 30
- Item: Elunium_Stone
Rate: 24
- Item: Ep172_1h_Sword
Rate: 3
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: Ep172_Bh_Sword
Rate: 3
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: Heart_Hunter_Card
Rate: 1
StealProtected: true
- Id: 20681
AegisName: G_EP17_2_HEART_HUNTER
Name: Heart Hunter Skirmisher
Level: 130
Hp: 180367
Attack: 1300
Attack2: 581
Defense: 334
MagicDefense: 73
Str: 80
Agi: 113
Vit: 68
Int: 67
Dex: 102
Luk: 77
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 864
AttackMotion: 1268
ClientAttackMotion: 960
DamageMotion: 480
Ai: 04
- Id: 20682
AegisName: EP17_2_HEART_HUNTER_H
Name: Heart Hunter Skirmisher
Level: 176
Hp: 1208485
BaseExp: 100707
JobExp: 70495
Attack: 2948
Attack2: 1291
Defense: 500
MagicDefense: 102
Str: 110
Agi: 147
Vit: 38
Int: 97
Dex: 153
Luk: 87
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
EP172ALPHA: true
Element: Dark
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 864
AttackMotion: 1268
ClientAttackMotion: 960
DamageMotion: 480
Ai: 04
Drops:
- Item: Vroken_Sword
Rate: 500
- Item: Heart_Hunter_Seal
Rate: 2500
- Item: EP17_1_EVT39
Rate: 10
- Item: EP17_1_EVT02
Rate: 30
- Item: Shadowdecon_Ore
Rate: 100
- Item: Ep172_1h_Sword
Rate: 5
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: Ep172_Bh_Sword
Rate: 5
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: Heart_Hunter_Card
Rate: 1
StealProtected: true
- Id: 20683
AegisName: EP17_2_BOOKWORM
Name: Bookworm
Level: 141
Hp: 250264
BaseExp: 22751
JobExp: 15926
Attack: 1815
Attack2: 855
Defense: 210
MagicDefense: 82
Str: 103
Agi: 89
Vit: 23
Int: 91
Dex: 107
Luk: 7
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
Element: Earth
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 576
AttackMotion: 576
ClientAttackMotion: 240
DamageMotion: 420
Ai: 04
Modes:
Detector: true
Drops:
- Item: Long_Limb
Rate: 2250
- Item: Colorful_Shell
Rate: 500
- Item: Fluorescent_Liquid
Rate: 500
- Item: Sticky_Mucus
Rate: 1000
- Item: Solid_Shell
Rate: 500
- Item: Ep172_1h_Book2
Rate: 3
RandomOptionGroup: AUTO_IMP_MAGIC_2
- Item: Bookworm_Card
Rate: 1
StealProtected: true
- Id: 20684
AegisName: EP17_2_ROAMING_SPLBOOK
Name: Roaming Spellbook
Level: 144
Hp: 256849
BaseExp: 23350
JobExp: 16345
Attack: 1980
Attack2: 931
Defense: 258
MagicDefense: 84
Str: 110
Agi: 147
Vit: 38
Int: 97
Dex: 153
Luk: 66
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 130
AttackDelay: 912
AttackMotion: 1824
ClientAttackMotion: 960
DamageMotion: 480
Ai: 04
Drops:
- Item: Worn_Out_Page
Rate: 2425
- Item: Bookclip_In_Memory
Rate: 350
- Item: Old_Magic_Book
Rate: 50
- Item: Dustball
Rate: 2500
- Item: Ep172_1h_Book
Rate: 3
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: Roaming_Splbook_Card
Rate: 1
StealProtected: true
- Id: 20685
AegisName: EP17_2_VENENUM3
Name: Sewage Venenum
Level: 142
Hp: 290128
BaseExp: 19342
JobExp: 13539
Attack: 1793
Attack2: 719
Defense: 277
MagicDefense: 81
Str: 80
Agi: 97
Vit: 45
Int: 76
Dex: 96
Luk: 61
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
RaceGroups:
EP172BETA: true
Element: Dark
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 768
AttackMotion: 1536
ClientAttackMotion: 360
DamageMotion: 960
Ai: 04
Modes:
Detector: true
Drops:
- Item: Sticky_Mucus
Rate: 2500
- Item: Sticky_Poison
Rate: 2000
- Item: Elunium_Stone
Rate: 240
- Item: Ep172_1h_Wand
Rate: 3
RandomOptionGroup: AUTO_IMP_MAGIC_2
- Item: Venenum3_Card
Rate: 1
StealProtected: true
- Id: 20686
AegisName: EP17_2_CRAMP
Name: Sewage Cramp
Level: 140
Hp: 285388
BaseExp: 19026
JobExp: 13318
Attack: 1978
Attack2: 523
Defense: 254
MagicDefense: 77
Str: 113
Agi: 118
Vit: 38
Int: 56
Dex: 109
Luk: 66
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
RaceGroups:
EP172BETA: true
Element: Poison
ElementLevel: 1
WalkSpeed: 100
AttackDelay: 522
AttackMotion: 1044
ClientAttackMotion: 756
DamageMotion: 684
Ai: 04
Drops:
- Item: Claw_Of_Rat
Rate: 2328
- Item: Monster's_Feed
Rate: 500
- Item: Lemon
Rate: 125
- Item: Ep172_1h_Dagger
Rate: 3
RandomOptionGroup: AUTO_IMP_MAGIC_2
- Item: EP17_2_Cramp_Card
Rate: 1
StealProtected: true
- Id: 20687
AegisName: EP17_2_WATERFALL
Name: Sewage Waterfall
Level: 141
Hp: 287897
BaseExp: 19193
JobExp: 13435
Attack: 1674
Attack2: 949
Defense: 270
MagicDefense: 83
Str: 95
Agi: 111
Vit: 43
Int: 101
Dex: 96
Luk: 48
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
RaceGroups:
EP172BETA: true
Element: Poison
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1672
AttackMotion: 720
ClientAttackMotion: 432
DamageMotion: 288
Ai: 04
Drops:
- Item: Mud_Lump
Rate: 2425
- Item: Coal
Rate: 65
- Item: Sticky_Poison
Rate: 1000
- Item: Ep172_Bh_Katar
Rate: 3
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: Waterfall_Card
Rate: 1
StealProtected: true
- Id: 20688
AegisName: EP17_2_BELLARE3
Name: Elite Bellare
Level: 143
Hp: 295508
BaseExp: 19701
JobExp: 13790
Attack: 1931
Attack2: 648
Defense: 383
MagicDefense: 80
Str: 108
Agi: 121
Vit: 80
Int: 68
Dex: 113
Luk: 80
AttackRange: 5
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
EP172BETA: true
Element: Ghost
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 384
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 480
Ai: 05
Drops:
- Item: Heart_Hunter_Seal
Rate: 1250
- Item: Elunium_Stone
Rate: 150
- Item: Explosive_Powder
Rate: 30
- Item: Ep172_1h_Rifle
Rate: 3
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: Ep172_1h_Shotgun
Rate: 3
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: Bellare3_Card
Rate: 1
StealProtected: true
- Id: 20689
AegisName: EP17_2_DOLOR3
Name: Spell Addicted Dolor
Level: 145
Hp: 299350
BaseExp: 19957
JobExp: 13970
Attack: 2048
Attack2: 773
Defense: 376
MagicDefense: 83
Str: 113
Agi: 103
Vit: 77
Int: 80
Dex: 115
Luk: 67
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
EP172BETA: true
Element: Ghost
ElementLevel: 1
WalkSpeed: 125
AttackDelay: 1768
AttackMotion: 768
ClientAttackMotion: 540
DamageMotion: 576
Ai: 04
Drops:
- Item: Tough_Scalelike_Stem
Rate: 2500
- Item: Sticky_Poison
Rate: 2000
- Item: Wooden_Block
Rate: 100
- Item: Ep172_1h_Foxtail
Rate: 3
RandomOptionGroup: AUTO_IMP_MAGIC_2
- Item: Dolor3_Card
Rate: 1
StealProtected: true
- Id: 20690
AegisName: EP17_2_PLASMA_Y
Name: Released Spell
Level: 144
Hp: 291046
BaseExp: 19403
JobExp: 13582
Attack: 1746
Attack2: 1152
Defense: 180
MagicDefense: 87
Str: 97
Agi: 120
Vit: 12
Int: 120
Dex: 90
Luk: 77
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
RaceGroups:
EP172BETA: true
Element: Ghost
ElementLevel: 2
WalkSpeed: 125
AttackDelay: 912
AttackMotion: 1248
ClientAttackMotion: 1296
DamageMotion: 576
Ai: 04
Drops:
- Item: Scell
Rate: 1000
- Item: Yellow_Gemstone
Rate: 200
- Item: Ep172_Bh_Staff
Rate: 3
RandomOptionGroup: AUTO_IMP_MAGIC_2
- Item: Light_Granule
Rate: 150
- Item: Plasma_Y_Card
Rate: 1
StealProtected: true
- Id: 20691
AegisName: EP17_2_PLAGA3
Name: Spell Addicted Plaga
Level: 192
Hp: 2946697
BaseExp: 196446
JobExp: 137513
Attack: 4824
Attack2: 1958
Defense: 462
MagicDefense: 115
Str: 201
Agi: 177
Vit: 90
Int: 153
Dex: 186
Luk: 103
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
RaceGroups:
EP172ALPHA: true
Element: Poison
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1280
AttackMotion: 1080
ClientAttackMotion: 528
DamageMotion: 240
Ai: 04
Modes:
Detector: true
Drops:
- Item: Dragon's_Skin
Rate: 1000
- Item: Fluorescent_Liquid
Rate: 250
- Item: Ep172_1h_Shotgun
Rate: 5
RandomOptionGroup: AUTO_IMP_MELEE_2
- Item: Zelunium_Ore
Rate: 150
- Item: Shadowdecon_Ore
Rate: 150
- Item: Plaga3_Card
Rate: 1
StealProtected: true
- Id: 20692
AegisName: EP17_2_SANARE3
Name: Spell Addicted Sanare
Level: 194
Hp: 2979073
BaseExp: 198605
JobExp: 139023
Attack: 4462
Attack2: 2561
Defense: 503
MagicDefense: 122
Str: 184
Agi: 168
Vit: 103
Int: 198
Dex: 162
Luk: 72
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
RaceGroups:
EP172ALPHA: true
Element: Holy
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 576
AttackMotion: 1152
ClientAttackMotion: 480
DamageMotion: 720
Ai: 04
Drops:
- Item: GAMJammingChip
Rate: 2000
- Item: Heart_Hunter_Seal
Rate: 1250
- Item: Ep172_1h_Hammer
Rate: 5
RandomOptionGroup: AUTO_IMP_MAGIC_2
- Item: Zelunium_Ore
Rate: 150
- Item: Shadowdecon_Ore
Rate: 150
- Item: Sanare3_Card
Rate: 1
StealProtected: true
- Id: 20693
AegisName: EP17_2_PLASMA_R
Name: Powerful Spell
Level: 193
Hp: 2961272
BaseExp: 197418
JobExp: 138193
Attack: 4270
Attack2: 2522
Defense: 445
MagicDefense: 121
Str: 177
Agi: 201
Vit: 84
Int: 196
Dex: 170
Luk: 70
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
RaceGroups:
EP172ALPHA: true
Element: Ghost
ElementLevel: 3
WalkSpeed: 120
AttackDelay: 912
AttackMotion: 1248
ClientAttackMotion: 1296
DamageMotion: 576
Ai: 04
Drops:
- Item: Scell
Rate: 1000
- Item: Yellow_Gemstone
Rate: 200
- Item: Ep172_1h_Inst
Rate: 5
RandomOptionGroup: AUTO_IMP_MAGIC_2
- Item: Zelunium_Ore
Rate: 150
- Item: Shadowdecon_Ore
Rate: 150
- Item: Plasma_R_Card
Rate: 1
StealProtected: true
- Id: 20694
AegisName: EP17_2_PLASMA_R2
Name: Sharp Spell
Level: 193
Hp: 2960243
BaseExp: 197350
JobExp: 138145
Attack: 4101
Attack2: 2496
Defense: 421
MagicDefense: 121
Str: 170
Agi: 198
Vit: 76
Int: 194
Dex: 167
Luk: 67
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
RaceGroups:
EP172ALPHA: true
Element: Ghost
ElementLevel: 3
WalkSpeed: 120
AttackDelay: 912
AttackMotion: 1248
ClientAttackMotion: 1296
DamageMotion: 576
Ai: 04
Drops:
- Item: Scell
Rate: 1000
- Item: Red_Gemstone
Rate: 200
- Item: Ep172_1h_Whip
Rate: 5
RandomOptionGroup: AUTO_IMP_MAGIC_2
- Item: Zelunium_Ore
Rate: 150
- Item: Shadowdecon_Ore
Rate: 150
- Item: Plasma_R2_Card
Rate: 1
StealProtected: true
# - Id: 20695
# AegisName: E_GARLING
- Id: 20696
AegisName: EP17_2_CHILD_ADMIN1
Name: Child Admin Beta
Level: 130
Hp: 130
Attack: 10
Attack2: 10
Defense: 10
MagicDefense: 10
Str: 10
Agi: 10
Vit: 10
Int: 10
Dex: 10
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1152
AttackMotion: 1344
ClientAttackMotion: 1152
DamageMotion: 480
Ai: 01
- Id: 20697
AegisName: EP17_2_CHILD_ADMIN2
Name: Child Admin Alpha
Level: 180
Hp: 180
Attack: 10
Attack2: 10
Defense: 10
MagicDefense: 10
Str: 10
Agi: 10
Vit: 10
Int: 10
Dex: 10
Luk: 10
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1152
AttackMotion: 1344
ClientAttackMotion: 1152
DamageMotion: 480
Ai: 01
- Id: 20698
AegisName: G_ASSISTANT
Name: Assistant
Level: 137
Hp: 238512
Attack: 1661
Attack2: 658
Defense: 365
MagicDefense: 78
Str: 97
Agi: 87
Vit: 76
Int: 72
Dex: 113
Luk: 77
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 480
AttackMotion: 960
ClientAttackMotion: 768
DamageMotion: 480
Ai: 04
- Id: 20699
AegisName: G_BELLARE3
Name: Heart Hunter Commander
Level: 143
Hp: 295508
Attack: 1931
Attack2: 648
Defense: 383
MagicDefense: 80
Str: 108
Agi: 121
Vit: 80
Int: 68
Dex: 113
Luk: 80
AttackRange: 5
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Ghost
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 384
AttackMotion: 384
ClientAttackMotion: 288
DamageMotion: 480
Ai: 04
- Id: 20700
AegisName: G_BETA_SCISSORE_NG
Name: Broken Gardener Beta
Level: 135
Hp: 234017
Sp: 0
Attack: 1232
Attack2: 576
Defense: 336
MagicDefense: 76
Str: 73
Agi: 93
Vit: 67
Int: 64
Dex: 73
Luk: 90
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Fire
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 960
AttackMotion: 960
ClientAttackMotion: 768
DamageMotion: 480
Ai: 04
# - Id: 20701
# AegisName: AB_PRINCESS_1
# - Id: 20702
# AegisName: AB_PRINCESS_2
# - Id: 20703
# AegisName: AB_MOB_150
# - Id: 20704
# AegisName: AB_MOB_151
# - Id: 20705
# AegisName: AB_MOB_152
# - Id: 20706
# AegisName: AB_MOB_153
# - Id: 20707
# AegisName: AB_MOB_154
# - Id: 20708
# AegisName: AB_MOB_155
# - Id: 20709
# AegisName: AB_MOB_156
# - Id: 20710
# AegisName: AB_MOB_157
# - Id: 20711
# AegisName: AB_MOB_158
# - Id: 20712
# AegisName: AB_MOB_159
# - Id: 20713
# AegisName: AB_MOB_160
# - Id: 20714
# AegisName: AB_MOB_161
# - Id: 20715
# AegisName: AB_MOB_162
# - Id: 20716
# AegisName: AB_MOB_163
# - Id: 20717
# AegisName: AB_MOB_164
# - Id: 20718
# AegisName: AB_MOB_165
# - Id: 20719
# AegisName: AB_MOB_166
# - Id: 20720
# AegisName: AB_MOB_167
# - Id: 20721
# AegisName: AB_MOB_168
# - Id: 20722
# AegisName: AB_MOB_169
# - Id: 20723
# AegisName: AB_MOB_170
# - Id: 20724
# AegisName: AB_MOB_171
# - Id: 20725
# AegisName: AB_MOB_172
# - Id: 20726
# AegisName: AB_MOB_173
# - Id: 20727
# AegisName: AB_MOB_174
# - Id: 20728
# AegisName: AB_MOB_175
# - Id: 20729
# AegisName: AB_MOB_176
# - Id: 20730
# AegisName: AB_MOB_177
# - Id: 20731
# AegisName: AB_MOB_178
# - Id: 20732
# AegisName: AB_MOB_179
# - Id: 20733
# AegisName: AB_MOB_180
# - Id: 20734
# AegisName: AB_MOB_181
# - Id: 20735
# AegisName: AB_MOB_182
# - Id: 20736
# AegisName: AB_MOB_183
# - Id: 20737
# AegisName: AB_MOB_184
# - Id: 20738
# AegisName: AB_MOB_185
# - Id: 20739
# AegisName: AB_MOB_186
# - Id: 20740
# AegisName: AB_MOB_187
# - Id: 20741
# AegisName: AB_MOB_188
# - Id: 20742
# AegisName: AB_MOB_189
# - Id: 20743
# AegisName: AB_MOB_190
# - Id: 20744
# AegisName: AB_MOB_191
# - Id: 20745
# AegisName: AB_MOB_192
# - Id: 20746
# AegisName: AB_MOB_193
# - Id: 20747
# AegisName: AB_MOB_194
# - Id: 20748
# AegisName: AB_MOB_195
# - Id: 20749
# AegisName: AB_MOB_196
# - Id: 20750
# AegisName: AB_MOB_197
# - Id: 20751
# AegisName: AB_MOB_198
# - Id: 20752
# AegisName: AB_MOB_199
# - Id: 20753
# AegisName: AB_MOB_200
# - Id: 20754
# AegisName: AB_MOB_201
# - Id: 20755
# AegisName: AB_MOB_202
# - Id: 20756
# AegisName: AB_MOB_203
# - Id: 20757
# AegisName: AB_MOB_204
# - Id: 20758
# AegisName: AB_MOB_205
# - Id: 20759
# AegisName: AB_MOB_206
# - Id: 20760
# AegisName: AB_MOB_207
# - Id: 20761
# AegisName: IRO_WORLD_EATER
# - Id: 20762
# AegisName: IRO_LIEF
# - Id: 20763
# AegisName: IRO_SKOLL
# - Id: 20764
# AegisName: IRO_MOON_SLAYER
# - Id: 20765
# AegisName: IRO_ATROCE
# - Id: 20766
# AegisName: IRO_ATROCE_H
# - Id: 20767
# AegisName: IRO_FROST_WOLF
# - Id: 20768
# AegisName: IRO_FROST_GIANT
# - Id: 20769
# AegisName: IRO_VALKYRIE
# - Id: 20770
# AegisName: IRO_DRAUGR
# - Id: 20771
# AegisName: IRO_FROST_WOLF2
# - Id: 20772
# AegisName: IRO_LIEF_H
# - Id: 20773
# AegisName: EMPATHIZER
# - Id: 20774
# AegisName: HAPPY_GIVER
# - Id: 20775
# AegisName: THA_ANGER
# - Id: 20776
# AegisName: THA_HORROR
# - Id: 20777
# AegisName: THA_RESENT
# - Id: 20778
# AegisName: THA_REGRET
# - Id: 20779
# AegisName: VOID_MIMIC
# - Id: 20780
# AegisName: BOOK_OF_DEATH
# - Id: 20781
# AegisName: ELDEST
# - Id: 20782
# AegisName: CROW_DUKE
# - Id: 20783
# AegisName: CROW_BARON
# - Id: 20784
# AegisName: MD_THANATOS
# - Id: 20785
# AegisName: MD_BROKEN_THANATOS
# - Id: 20786
# AegisName: MD_THA_BUFF
# - Id: 20787
# AegisName: MD_EMPATHIZER
# - Id: 20788
# AegisName: MD_HAPPY_GIVER
# - Id: 20789
# AegisName: MD_RETRIBUTION
# - Id: 20790
# AegisName: MD_SHELTER
# - Id: 20791
# AegisName: MD_SOLACE
# - Id: 20792
# AegisName: MD_THA_ANGER
# - Id: 20793
# AegisName: MD_THA_HORROR
# - Id: 20794
# AegisName: MD_THA_RESENT
# - Id: 20795
# AegisName: MD_THA_REGRET
# - Id: 20796
# AegisName: MD_THA_ODIUM
# - Id: 20797
# AegisName: MD_THA_DESPERO
# - Id: 20798
# AegisName: MD_THA_MAERO
# - Id: 20799
# AegisName: MD_THA_DOLOR
# - Id: 20800
# AegisName: MD_OBSERVATION
- Id: 20801
AegisName: ILL_SROPHO
Name: Deep Sea Sropho
Level: 147
Hp: 336823
Sp: 0
BaseExp: 30314
JobExp: 21220
Attack: 2657
Attack2: 340
Defense: 224
MagicDefense: 81
Str: 145
Agi: 50
Vit: 95
Int: 80
Dex: 110
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 3
WalkSpeed: 250
AttackDelay: 550
AttackMotion: 1056
ClientAttackMotion: 480
DamageMotion: 576
Ai: 04
Drops:
- Item: Fin
Rate: 2500
- Item: Blue_Herb
Rate: 50
- Item: Crystal_Arrow_Container
Rate: 50
- Item: E_Abyss1
Rate: 250
- Item: Electric_Eel
Rate: 25
- Item: Deepsea_Fish_Tail
Rate: 1000
- Item: ILL_Sropho_Card
Rate: 1
StealProtected: true
- Id: 20802
AegisName: ILL_OBEAUNE
Name: Deep Sea Obeaune
Level: 149
Hp: 340238
Sp: 0
BaseExp: 30621
JobExp: 21434
Attack: 2647
Attack2: 384
Defense: 255
MagicDefense: 90
Str: 134
Agi: 50
Vit: 114
Int: 77
Dex: 114
Luk: 50
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 936
AttackMotion: 1155
ClientAttackMotion: 288
DamageMotion: 672
Ai: 04
Drops:
- Item: Heart_Of_Mermaid
Rate: 2500
- Item: Fin
Rate: 150
- Item: Skyblue_Jewel
Rate: 5
- Item: Saint_Robe
Rate: 10
- Item: E_Abyss1
Rate: 250
- Item: Rotten_Deepseafish
Rate: 1000
- Item: ILL_Obeaune_Card
Rate: 1
StealProtected: true
- Id: 20803
AegisName: ILL_DEVIACE
Name: Deep Sea Deviace
Level: 150
Hp: 348355
Sp: 0
BaseExp: 31352
JobExp: 21946
Attack: 2714
Attack2: 401
Defense: 274
MagicDefense: 91
Str: 151
Agi: 58
Vit: 121
Int: 80
Dex: 120
Luk: 58
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 4
WalkSpeed: 400
AttackDelay: 480
AttackMotion: 970
ClientAttackMotion: 768
DamageMotion: 770
Ai: 04
Drops:
- Item: Mistic_Frozen
Rate: 10
- Item: Tooth_Of_Ancient_Fish
Rate: 2500
- Item: Lip_Of_Ancient_Fish
Rate: 300
- Item: Katar_Of_Cold_Icicle
Rate: 5
- Item: Abysmal_Clam
Rate: 1000
- Item: E_Abyss1
Rate: 250
- Item: ILL_Deviace_Card
Rate: 1
StealProtected: true
- Id: 20804
AegisName: ILL_MARSE
Name: Deep Sea Marse
Level: 149
Hp: 335141
Sp: 0
BaseExp: 30163
JobExp: 21114
Attack: 2851
Attack2: 417
Defense: 288
MagicDefense: 100
Str: 159
Agi: 60
Vit: 135
Int: 90
Dex: 120
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 270
AttackDelay: 1070
AttackMotion: 1512
ClientAttackMotion: 936
DamageMotion: 485
Ai: 04
Drops:
- Item: Chinese_Ink
Rate: 2500
- Item: Tentacle
Rate: 1000
- Item: Water_Sprits_Armor
Rate: 10
- Item: Skyblue_Jewel
Rate: 5
- Item: Mistic_Frozen
Rate: 6
- Item: Deep_Sea_Starfish
Rate: 1000
- Item: E_Abyss1
Rate: 250
- Item: ILL_Marse_Card
Rate: 1
StealProtected: true
- Id: 20805
AegisName: ILL_MERMAN
Name: Deep Sea Merman
Level: 148
Hp: 337534
Sp: 0
BaseExp: 30378
JobExp: 21265
Attack: 2801
Attack2: 401
Defense: 268
MagicDefense: 75
Str: 159
Agi: 60
Vit: 134
Int: 74
Dex: 110
Luk: 48
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Water
ElementLevel: 3
WalkSpeed: 220
AttackDelay: 708
AttackMotion: 1225
ClientAttackMotion: 504
DamageMotion: 675
Ai: 04
Drops:
- Item: Lip_Of_Ancient_Fish
Rate: 1000
- Item: Mistic_Frozen
Rate: 100
- Item: Yggdrasilberry
Rate: 80
- Item: Deep_Sea_Crab
Rate: 1000
- Item: Zephyrus
Rate: 5
- Item: E_Abyss1
Rate: 250
- Item: ILL_Merman_Card
Rate: 1
StealProtected: true
- Id: 20806
AegisName: ILL_SEDORA
Name: Deep Sea Sedora
Level: 199
Hp: 2875143
BaseExp: 191676
JobExp: 134173
Attack: 6574
Attack2: 796
Defense: 274
MagicDefense: 100
Str: 232
Agi: 147
Vit: 78
Int: 147
Dex: 140
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Wind
ElementLevel: 3
WalkSpeed: 220
AttackDelay: 168
AttackMotion: 965
ClientAttackMotion: 576
DamageMotion: 578
Ai: 04
Drops:
- Item: Tentacle
Rate: 2000
- Item: Chinese_Ink
Rate: 1000
- Item: Old_Blue_Box
Rate: 5
- Item: Crystal_Blue
Rate: 20
- Item: Abysmal_Clam
Rate: 2500
- Item: Electronic_Guitar
Rate: 5
- Item: E_Abyss1
Rate: 250
- Item: ILL_Sedora_Card
Rate: 1
StealProtected: true
- Id: 20807
AegisName: ILL_SWORD_FISH
Name: Deep Sea Swordfish
Level: 199
Hp: 2997411
Sp: 0
BaseExp: 199827
JobExp: 139879
Attack: 6678
Attack2: 824
Defense: 288
MagicDefense: 71
Str: 248
Agi: 160
Vit: 99
Int: 120
Dex: 160
Luk: 60
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Fish
Element: Water
ElementLevel: 3
WalkSpeed: 250
AttackDelay: 335
AttackMotion: 1250
ClientAttackMotion: 384
DamageMotion: 384
Ai: 04
Drops:
- Item: Sharp_Scale
Rate: 2000
- Item: Gill
Rate: 300
- Item: Deepsea_Fish_Tail
Rate: 2500
- Item: Mistic_Frozen
Rate: 50
- Item: Morrigane's_Pendant
Rate: 10
- Item: Elunium_Stone
Rate: 25
- Item: E_Abyss1
Rate: 250
- Item: ILL_Sword_Fish_Card
Rate: 1
StealProtected: true
- Id: 20808
AegisName: ILL_STROUF
Name: Deep Sea Strouf
Level: 201
Hp: 2967419
Sp: 0
BaseExp: 197828
JobExp: 138480
Attack: 5947
Attack2: 811
Defense: 277
MagicDefense: 80
Str: 224
Agi: 160
Vit: 99
Int: 125
Dex: 161
Luk: 64
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Fish
Element: Water
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 276
AttackMotion: 672
ClientAttackMotion: 480
DamageMotion: 384
Ai: 04
Drops:
- Item: Fin
Rate: 2000
- Item: Skyblue_Jewel
Rate: 10
- Item: Oridecon_Stone
Rate: 10
- Item: Mistic_Frozen
Rate: 20
- Item: Deep_Sea_Starfish
Rate: 2500
- Item: Brionac
Rate: 50
- Item: E_Abyss1
Rate: 250
- Item: ILL_Strouf_Card
Rate: 1
StealProtected: true
- Id: 20809
AegisName: ILL_PHEN
Name: Deep Sea Phen
Level: 199
Hp: 2897158
Sp: 0
BaseExp: 193144
JobExp: 135201
Attack: 5844
Attack2: 813
Defense: 219
MagicDefense: 90
Str: 208
Agi: 157
Vit: 66
Int: 115
Dex: 144
Luk: 71
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Fish
Element: Water
ElementLevel: 2
WalkSpeed: 220
AttackDelay: 168
AttackMotion: 1154
ClientAttackMotion: 528
DamageMotion: 865
Ai: 04
Drops:
- Item: Sharp_Scale
Rate: 2000
- Item: Fin
Rate: 1000
- Item: Meat
Rate: 300
- Item: Mistic_Frozen
Rate: 50
- Item: Rotten_Deepseafish
Rate: 2500
- Item: Morrigane's_Helm
Rate: 10
- Item: E_Abyss1
Rate: 250
- Item: ILL_Phen_Card
Rate: 1
StealProtected: true
- Id: 20810
AegisName: ILL_KING_DRAMOH
Name: Deep Sea King Dramoh
Level: 205
Hp: 3115698
BaseExp: 207713
JobExp: 145399
Attack: 6081
Attack2: 849
Defense: 330
MagicDefense: 40
Str: 194
Agi: 151
Vit: 150
Int: 100
Dex: 142
Luk: 80
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Fish
Element: Water
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 480
AttackMotion: 960
ClientAttackMotion: 480
DamageMotion: 970
Ai: 04
Drops:
- Item: Nipper
Rate: 1500
- Item: Solid_Shell
Rate: 1500
- Item: Deep_Sea_Crab
Rate: 2500
- Item: Morrigane's_Belt
Rate: 50
- Item: Death_Guidance
Rate: 50
- Item: E_Abyss1
Rate: 250
- Item: ILL_King_Dramoh_Card
Rate: 1
StealProtected: true
- Id: 20811
AegisName: ILL_KRAKEN
Name: Deep Sea Kraken
Level: 204
Hp: 81289587
BaseExp: 5865974
JobExp: 4178562
# MvpExp:
Attack: 10874
Attack2: 1889
Defense: 335
MagicDefense: 271
Str: 325
Agi: 190
Vit: 169
Int: 277
Dex: 200
Luk: 55
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Fish
Element: Water
ElementLevel: 4
WalkSpeed: 180
AttackDelay: 422
AttackMotion: 870
ClientAttackMotion: 384
DamageMotion: 480
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Card_Album
Rate: 4000
- Item: Magic_Card_Album
Rate: 5000
- Item: Old_Violet_Box
Rate: 3000
Drops:
- Item: Tentacle
Rate: 3000
- Item: Mistic_Frozen
Rate: 500
- Item: Shadowdecon
Rate: 50
- Item: IL_Kraken_Leg
Rate: 3000
- Item: Morrigane's_Manteau
Rate: 300
- Item: E_Abyss1
Rate: 1000
- Item: ILL_Kraken_Card
Rate: 1
StealProtected: true
# - Id: 20812
# AegisName: MD_EVENT_HEMEL
# - Id: 20813
# AegisName: MD_EVENT_AMDARAIS
# - Id: 20814
# AegisName: G_PAYONSOLDIER
# - Id: 20815
# AegisName: G_PAYONSOLDIER2
# - Id: 20816
# AegisName: EM_DILUVIO
# - Id: 20817
# AegisName: EM_ARDOR
# - Id: 20818
# AegisName: EM_PROCELLA
# - Id: 20819
# AegisName: EM_TERREMOTUS
# - Id: 20820
# AegisName: EM_SERPENS
# - Id: 20821
# AegisName: 4JOB_VOID
# - Id: 20822
# AegisName: 4JOB_WRAITH
# - Id: 20823
# AegisName: 4JOB_KINGS_NIGHT
# - Id: 20824
# AegisName: 4JOB_AGONY_NIGHT
# - Id: 20825
# AegisName: 4JOB_DEVOTION_NIGHT
# - Id: 20826
# AegisName: 4JOB_ARMED_NIGHT
# - Id: 20827
# AegisName: 4JOB_DOOMK
# - Id: 20828
# AegisName: 4JOB_VERKHASEL
# - Id: 20829
# AegisName: 4JOB_BAPHOMET
# - Id: 20830
# AegisName: 4JOB_H_FALCON
# - Id: 20831
# AegisName: 4JOB_S_FALCON
# - Id: 20832
# AegisName: 4JOB_R_FALCON
# - Id: 20833
# AegisName: 4JOB_WORG
- Id: 20834
AegisName: ABR_BATTLE_WARIOR
Name: ABR Battle Warrior
Level: 200
Attack: 1
Attack2: 1
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 432
AttackMotion: 864
ClientAttackMotion: 648
DamageMotion: 1440
# Ai:
- Id: 20835
AegisName: ABR_DUAL_CANNON
Name: ABR Duel Cannon
Level: 200
Attack: 1
Attack2: 1
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 5
SkillRange: 8
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 384
AttackMotion: 768
ClientAttackMotion: 576
DamageMotion: 1008
# Ai:
- Id: 20836
AegisName: ABR_MOTHER_NET
Name: ABR Mother Net
Level: 200
Attack: 1
Attack2: 1
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 5
SkillRange: 5
ChaseRange: 9
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 504
AttackMotion: 1008
ClientAttackMotion: 672
DamageMotion: 576
# Ai:
- Id: 20837
AegisName: ABR_INFINITY
Name: ABR Infinity
Level: 200
Attack: 1
Attack2: 1
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 5
SkillRange: 8
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 864
AttackMotion: 1728
ClientAttackMotion: 840
DamageMotion: 1008
# Ai:
# - Id: 20838
# AegisName: ELEMETAL_MASTER_S1
# - Id: 20839
# AegisName: ELEMETAL_MASTER_S2
# - Id: 20840
# AegisName: ELEMETAL_MASTER_S3
# - Id: 20841
# AegisName: ELEMETAL_MASTER_S4
# - Id: 20842
# AegisName: ELEMETAL_MASTER_S5
- Id: 20843
AegisName: ILL_ABYSMAL_WITCH
Name: Deep Sea Witch
Level: 205
Hp: 78368745
BaseExp: 5896412
JobExp: 4143664
# MvpExp:
Attack: 11016
Attack2: 1853
Defense: 452
MagicDefense: 81
Str: 327
Agi: 194
Vit: 173
Int: 325
Dex: 201
Luk: 55
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 210
AttackDelay: 360
AttackMotion: 1250
ClientAttackMotion: 360
DamageMotion: 480
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Magic_Card_Album
Rate: 5000
- Item: Old_Card_Album
Rate: 4000
- Item: Old_Violet_Box
Rate: 3000
Drops:
- Item: Crown_Of_Witch
Rate: 3000
- Item: Mistic_Frozen
Rate: 300
- Item: Morrigane's_Pendant
Rate: 50
- Item: Morrigane's_Belt
Rate: 50
- Item: Shadowdecon
Rate: 50
- Item: E_Abyss1
Rate: 1000
- Item: ILL_Abysmal_Witch_Card
Rate: 1
StealProtected: true
# - Id: 20844
# AegisName: PRAY_GIVER
# - Id: 20845
# AegisName: SMILE_GIVER
- Id: 20846
AegisName: MD_HIDDEN_GROUND01
Name: Plague of Corruption
Level: 170
Hp: 100000
Attack: 10000
Attack2: 10000
Str: 100
Agi: 100
Vit: 100
Int: 100
Dex: 100
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Neutral
ElementLevel: 1
AttackDelay: 432
AttackMotion: 288
ClientAttackMotion: 0
DamageMotion: 576
Ai: 27
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 20847
AegisName: MD_HIDDEN_GROUND02
Name: Plague of Corruption
Level: 170
Hp: 100000
Attack: 1
Attack2: 1
Str: 100
Agi: 100
Vit: 100
Int: 100
Dex: 100
Luk: 100
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
AttackDelay: 1
AttackMotion: 1
ClientAttackMotion: 0
DamageMotion: 1
Ai: 06
Class: Boss
Modes:
IgnoreMagic: true
IgnoreMelee: true
IgnoreMisc: true
IgnoreRanged: true
- Id: 20848
AegisName: SUMMON_WOODENWARRIOR
Name: Wooden Warrior
Level: 200
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 4
WalkSpeed: 125
AttackDelay: 480
AttackMotion: 960
ClientAttackMotion: 480
DamageMotion: 576
Ai: 24
- Id: 20849
AegisName: SUMMON_WOODEN_FAIRY
Name: Wooden Fairy
Level: 200
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 5
SkillRange: 8
ChaseRange: 12
Size: Small
Race: Plant
Element: Earth
ElementLevel: 4
WalkSpeed: 130
AttackDelay: 576
AttackMotion: 1152
ClientAttackMotion: 864
DamageMotion: 576
Ai: 24
- Id: 20850
AegisName: SUMMON_CREEPER
Name: Creeper
Level: 200
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 5
SkillRange: 8
ChaseRange: 12
Size: Small
Race: Plant
Element: Earth
ElementLevel: 4
WalkSpeed: 130
AttackDelay: 420
AttackMotion: 840
ClientAttackMotion: 600
DamageMotion: 576
Ai: 24
- Id: 20851
AegisName: SUMMON_HELLTREE
Name: Hell Tree
Level: 200
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
AttackRange: 5
SkillRange: 8
ChaseRange: 12
Size: Large
Race: Plant
Element: Neutral
ElementLevel: 4
WalkSpeed: 130
AttackDelay: 540
AttackMotion: 1080
ClientAttackMotion: 840
DamageMotion: 480
Ai: 24
# - Id: 20856
# AegisName: MD_N_ARENA_1
# - Id: 20857
# AegisName: MD_N_ARENA_2
# - Id: 20858
# AegisName: MD_N_ARENA_3_1
# - Id: 20859
# AegisName: MD_N_ARENA_3_2
# - Id: 20860
# AegisName: MD_N_ARENA_3_3
# - Id: 20861
# AegisName: MD_N_ARENA_4
# - Id: 20862
# AegisName: MD_N_ARENA_5
# - Id: 20863
# AegisName: MD_N_ARENA_6
# - Id: 20864
# AegisName: MD_N_ARENA_7
# - Id: 20865
# AegisName: MD_N_ARENA_8
# - Id: 20866
# AegisName: MD_N_ARENA_9
# - Id: 20867
# AegisName: MD_N_ARENA_10
# - Id: 20868
# AegisName: MD_N_ARENA_11
# - Id: 20869
# AegisName: MD_N_ARENA_12
# - Id: 20870
# AegisName: MD_KANABIAN_N
# - Id: 20871
# AegisName: MD_ALPHONSE_N
# - Id: 20872
# AegisName: MD_GEFFEN_FENRIR_N
# - Id: 20873
# AegisName: WAR_NUT
# - Id: 20874
# AegisName: MOLE_TW
# - Id: 20875
# AegisName: 4JOB_LETICIA
# - Id: 20876
# AegisName: 4JOB_ACIDUS
# - Id: 20877
# AegisName: G_ILL_SROPHO
# - Id: 20878
# AegisName: G_ILL_OBEAUNE
# - Id: 20879
# AegisName: G_ILL_DEVIACE
# - Id: 20880
# AegisName: G_ILL_MARSE
# - Id: 20881
# AegisName: G_ILL_MERMAN
# - Id: 20882
# AegisName: G_ILL_SEDORA
# - Id: 20883
# AegisName: G_ILL_SWORD_FISH
# - Id: 20884
# AegisName: G_ILL_STROUF
# - Id: 20885
# AegisName: G_ILL_PHEN
# - Id: 20886
# AegisName: MD_AIRBOAT_TREE
# - Id: 20887
# AegisName: MD_AIRBOAT_PORING
# - Id: 20888
# AegisName: MD_AIRBOAT_WORM
# - Id: 20889
# AegisName: MD_AIRBOAT_LEECH
# - Id: 20890
# AegisName: MD_AIRBOAT_MOS
# - Id: 20891
# AegisName: MD_AIRBOAT_BOSS
# - Id: 20892
# AegisName: MD_SAKRAY
# - Id: 20893
# AegisName: MD_TIARA
# - Id: 20894
# AegisName: MD_UNDEAD_KNIGHT
# - Id: 20895
# AegisName: MD_UNDEAD_SOLDIER
# - Id: 20896
# AegisName: MD_UNDEAD_ARCHER
# - Id: 20897
# AegisName: MD_UNDEAD_WIZARD
# - Id: 20898
# AegisName: MD_UNDEAD_MAGICIAN
# - Id: 20899
# AegisName: MD_UNDEAD_NOBLE
# - Id: 20900
# AegisName: MD_UNDEAD_SERVANT
# - Id: 20901
# AegisName: DISASTER_OMEN
# - Id: 20902
# AegisName: DISASTER_WIND
# - Id: 20903
# AegisName: CONQUER_INCARNATION
# - Id: 20904
# AegisName: FAMINE_INCARNATION
# - Id: 20905
# AegisName: APPETITE_INCARNATION
# - Id: 20906
# AegisName: DISASTER_SYMBOL
# - Id: 20907
# AegisName: DEVIL_EYE
# - Id: 20908
# AegisName: WAR_INCARNATION
# - Id: 20909
# AegisName: DEATH_INCARNATION
# - Id: 20910
# AegisName: CARNIVOROUS
# - Id: 20911
# AegisName: SINS_JUSTICE
# - Id: 20912
# AegisName: SINS_BRAVE
# - Id: 20913
# AegisName: SINS_MODERATION
# - Id: 20914
# AegisName: SINS_WISDOM
# - Id: 20915
# AegisName: G_SINS_JUSTICE
# - Id: 20916
# AegisName: G_SINS_BRAVE
# - Id: 20917
# AegisName: G_SINS_MODERATION
# - Id: 20918
# AegisName: G_SINS_WISDOM
# - Id: 20919
# AegisName: CARAT_TWEVENT
- Id: 20920
AegisName: CHIMERA_LAVA
Name: Lavaeter
Level: 243
Hp: 33910920
BaseExp: 617108
JobExp: 429397
Attack: 10441
Attack2: 2992
Defense: 520
MagicDefense: 227
Resistance: 471
MagicResistance: 278
Str: 143
Agi: 138
Vit: 195
Int: 168
Dex: 173
Luk: 160
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Fire
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 691
AttackMotion: 1152
ClientAttackMotion: 384
DamageMotion: 720
Ai: 04
Drops:
- Item: Blaze_Stone
Rate: 2300
- Item: Cold_Magma
Rate: 2400
- Item: Burning_Heart
Rate: 300
- Item: Black_Powder
Rate: 250
- Item: Zelunium_Ore
Rate: 150
- Item: Zelunium
Rate: 20
- Item: Shadowdecon
Rate: 20
- Item: Lava_Eater_Card
Rate: 1
StealProtected: true
- Id: 20921
AegisName: CHIMERA_FULGOR
Name: Fulgor
Level: 244
Hp: 36820210
BaseExp: 627091
JobExp: 436769
Attack: 12534
Attack2: 2257
Defense: 404
MagicDefense: 155
Resistance: 341
MagicResistance: 160
Str: 174
Agi: 146
Vit: 138
Int: 112
Dex: 150
Luk: 145
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Water
ElementLevel: 3
WalkSpeed: 200
AttackDelay: 576
AttackMotion: 1152
ClientAttackMotion: 576
DamageMotion: 432
Ai: 04
Drops:
- Item: Horn
Rate: 2100
- Item: Shining_Crystal
Rate: 2200
- Item: Crystal_Blue
Rate: 300
- Item: Mistic_Frozen
Rate: 50
- Item: Shadowdecon_Ore
Rate: 150
- Item: Zelunium_Ore
Rate: 150
- Item: Shadowdecon
Rate: 20
- Item: Fulgor_Card
Rate: 1
StealProtected: true
- Id: 20922
AegisName: CHIMERA_NAPEO
Name: Napeo
Level: 244
Hp: 30324840
BaseExp: 615343
JobExp: 430526
Attack: 9325
Attack2: 4629
Defense: 289
MagicDefense: 308
Resistance: 272
MagicResistance: 430
Str: 158
Agi: 170
Vit: 177
Int: 240
Dex: 213
Luk: 240
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Wind
ElementLevel: 3
WalkSpeed: 190
AttackDelay: 576
AttackMotion: 1152
ClientAttackMotion: 288
DamageMotion: 576
Ai: 04
Drops:
- Item: Insect_Feeler
Rate: 2000
- Item: Aromatic_Flower
Rate: 2100
- Item: Shadowdecon
Rate: 20
- Item: Wind_Of_Verdure
Rate: 300
- Item: Rough_Wind
Rate: 50
- Item: Shadowdecon_Ore
Rate: 150
- Item: Zelunium_Ore
Rate: 150
- Item: Napeo_Card
Rate: 1
StealProtected: true
- Id: 20923
AegisName: CHIMERA_GALENSIS
Name: Galensis
Level: 244
Hp: 35885800
BaseExp: 626446
JobExp: 437417
Attack: 11691
Attack2: 2684
Defense: 257
MagicDefense: 135
Resistance: 187
MagicResistance: 150
Str: 148
Agi: 174
Vit: 97
Int: 125
Dex: 159
Luk: 153
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Earth
ElementLevel: 3
WalkSpeed: 180
AttackDelay: 480
AttackMotion: 960
ClientAttackMotion: 480
DamageMotion: 432
Ai: 04
Drops:
- Item: Fresh_Pear
Rate: 2100
- Item: Animal's_Skin
Rate: 1600
- Item: Yellow_Live
Rate: 300
- Item: Great_Nature
Rate: 50
- Item: Shadowdecon_Ore
Rate: 150
- Item: Zelunium_Ore
Rate: 150
- Item: Zelunium
Rate: 20
- Item: Galensis_Card
Rate: 1
StealProtected: true
- Id: 20924
AegisName: CHIMERA_AMITERA
Name: Amitera
Level: 227
Hp: 27974600
BaseExp: 459681
JobExp: 319856
Attack: 7507
Attack2: 1846
Defense: 431
MagicDefense: 187
Resistance: 329
MagicResistance: 195
Str: 88
Agi: 85
Vit: 120
Int: 103
Dex: 106
Luk: 99
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Earth
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 480
AttackMotion: 960
ClientAttackMotion: 768
DamageMotion: 480
Ai: 04
Drops:
- Item: Turn_Yellow_Leaf
Rate: 2100
- Item: Animal's_Skin
Rate: 1600
- Item: Shoot
Rate: 300
- Item: Shadowdecon_Ore
Rate: 150
- Item: Zelunium_Ore
Rate: 150
- Item: Shadowdecon
Rate: 15
- Item: Zelunium
Rate: 15
- Item: Amitera_Card
Rate: 1
StealProtected: true
- Id: 20925
AegisName: CHIMERA_LITUS
Name: Litus
Level: 228
Hp: 23160350
BaseExp: 465590
JobExp: 325099
Attack: 10388
Attack2: 2340
Defense: 241
MagicDefense: 125
Resistance: 171
MagicResistance: 136
Str: 131
Agi: 153
Vit: 86
Int: 110
Dex: 140
Luk: 135
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Wind
ElementLevel: 3
WalkSpeed: 160
AttackDelay: 540
AttackMotion: 1080
ClientAttackMotion: 480
DamageMotion: 768
Ai: 04
Drops:
- Item: Soft_Leaf
Rate: 2400
- Item: Stone_Piece
Rate: 1600
- Item: Green_Crystal_Fragment
Rate: 2300
- Item: Shadowdecon_Ore
Rate: 150
- Item: Zelunium_Ore
Rate: 150
- Item: Shadowdecon
Rate: 15
- Item: Zelunium
Rate: 15
- Item: Litus_Card
Rate: 1
StealProtected: true
- Id: 20926
AegisName: CHIMERA_FILLIA
Name: Fillia
Level: 229
Hp: 23252650
BaseExp: 476341
JobExp: 333273
Attack: 8057
Attack2: 3271
Defense: 234
MagicDefense: 236
Resistance: 177
MagicResistance: 269
Str: 86
Agi: 92
Vit: 97
Int: 131
Dex: 116
Luk: 131
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Fire
ElementLevel: 3
WalkSpeed: 155
AttackDelay: 900
AttackMotion: 1800
ClientAttackMotion: 792
DamageMotion: 480
Ai: 04
Drops:
- Item: Feather_Of_Birds
Rate: 2500
- Item: Boody_Red
Rate: 300
- Item: Blaze_Stone
Rate: 2300
- Item: Shadowdecon_Ore
Rate: 150
- Item: Zelunium_Ore
Rate: 150
- Item: Shadowdecon
Rate: 15
- Item: Zelunium
Rate: 15
- Item: Fillia_Card
Rate: 1
StealProtected: true
- Id: 20927
AegisName: CHIMERA_VANILAQUS
Name: Vanilaqus
Level: 230
Hp: 25505670
BaseExp: 480454
JobExp: 334636
Attack: 10946
Attack2: 1963
Defense: 384
MagicDefense: 147
Resistance: 319
MagicResistance: 150
Str: 162
Agi: 136
Vit: 129
Int: 104
Dex: 139
Luk: 135
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Water
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1536
AttackMotion: 3072
ClientAttackMotion: 1920
DamageMotion: 576
Ai: 04
Drops:
- Item: Crystal_Blue
Rate: 300
- Item: Cool_Liquid
Rate: 2400
- Item: Sticky_Mucus
Rate: 2400
- Item: Shadowdecon_Ore
Rate: 150
- Item: Zelunium_Ore
Rate: 150
- Item: Shadowdecon
Rate: 15
- Item: Zelunium
Rate: 15
- Item: Vanilaqus_Card
Rate: 1
StealProtected: true
- Id: 20928
AegisName: CHIMERA_THEONE
Name: The One
Level: 245
Hp: 275042400
BaseExp: 7599887
JobExp: 5319921
# MvpExp:
Attack: 14541
Attack2: 2756
Defense: 654
MagicDefense: 114
Resistance: 271
MagicResistance: 470
Str: 415
Agi: 244
Vit: 221
Int: 384
Dex: 264
Luk: 188
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 1440
AttackMotion: 2880
ClientAttackMotion: 864
DamageMotion: 576
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Shadowdecon
Rate: 4000
- Item: Zelunium
Rate: 4000
- Item: Old_Violet_Box
Rate: 4000
Drops:
- Item: Rough_Wind
Rate: 1000
- Item: Great_Nature
Rate: 1000
- Item: Mistic_Frozen
Rate: 1000
- Item: Flame_Heart
Rate: 1000
- Item: Shadowdecon
Rate: 1000
- Item: Zelunium
Rate: 1000
- Item: The_One_Card
Rate: 1
StealProtected: true
- Id: 20929
AegisName: GIANT_CAPUT
Name: Giant Caput
Level: 213
Hp: 12405430
BaseExp: 340908
JobExp: 237211
Attack: 6930
Attack2: 1719
Defense: 288
MagicDefense: 125
Resistance: 221
MagicResistance: 130
Str: 85
Agi: 81
Vit: 115
Int: 99
Dex: 102
Luk: 95
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 924
AttackMotion: 1848
ClientAttackMotion: 1176
DamageMotion: 480
Ai: 04
Drops:
- Item: Tooth_Of_
Rate: 1600
- Item: Tendon
Rate: 2000
- Item: Slicky_Fluid
Rate: 1680
- Item: Piece_Of_Darkness
Rate: 2000
- Item: Shadowdecon_Ore
Rate: 150
- Item: Zelunium_Ore
Rate: 150
- Item: Shadowdecon
Rate: 12
- Item: Giant_Caput_Card
Rate: 1
StealProtected: true
- Id: 20930
AegisName: DOLORIAN
Name: Dolorian
Level: 214
Hp: 11763310
BaseExp: 351615
JobExp: 246008
Attack: 6853
Attack2: 2449
Defense: 145
MagicDefense: 142
Resistance: 98
MagicResistance: 143
Str: 59
Agi: 63
Vit: 66
Int: 90
Dex: 79
Luk: 90
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Poison
ElementLevel: 3
WalkSpeed: 125
AttackDelay: 674
AttackMotion: 1248
ClientAttackMotion: 672
DamageMotion: 480
Ai: 04
Drops:
- Item: Weird_Tentacle
Rate: 1840
- Item: Sticky_Poison
Rate: 2000
- Item: Tendon
Rate: 2000
- Item: Shadowdecon_Ore
Rate: 150
- Item: Zelunium_Ore
Rate: 150
- Item: Zelunium
Rate: 12
- Item: Shadowdecon
Rate: 12
- Item: Dolorian_Card
Rate: 1
StealProtected: true
- Id: 20931
AegisName: PLAGARION
Name: Plagarion
Level: 215
Hp: 13189560
BaseExp: 362074
JobExp: 251939
Attack: 7490
Attack2: 1803
Defense: 285
MagicDefense: 122
Resistance: 212
MagicResistance: 125
Str: 79
Agi: 76
Vit: 107
Int: 93
Dex: 95
Luk: 88
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Dragon
Element: Neutral
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1332
AttackMotion: 2664
ClientAttackMotion: 936
DamageMotion: 480
Ai: 04
Drops:
- Item: Dragon's_Skin
Rate: 2000
- Item: Reptile_Stone
Rate: 1600
- Item: Dragon_Train
Rate: 2000
- Item: Shadowdecon_Ore
Rate: 150
- Item: Zelunium_Ore
Rate: 150
- Item: Zelunium
Rate: 12
- Item: Shadowdecon
Rate: 12
- Item: Plagarion_Card
Rate: 1
StealProtected: true
- Id: 20932
AegisName: DEADRE
Name: Deadre
Level: 214
Hp: 12435400
BaseExp: 352273
JobExp: 245358
Attack: 10627
Attack2: 1697
Defense: 231
MagicDefense: 88
Resistance: 165
MagicResistance: 78
Str: 103
Agi: 86
Vit: 82
Int: 66
Dex: 89
Luk: 86
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Dark
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 576
AttackMotion: 1152
ClientAttackMotion: 672
DamageMotion: 720
Ai: 04
Drops:
- Item: Heart_Hunter_Seal
Rate: 1500
- Item: Shadowdecon_Ore
Rate: 150
- Item: Zelunium_Ore
Rate: 150
- Item: Long_Hair
Rate: 1500
- Item: Zelunium
Rate: 12
- Item: Shadowdecon
Rate: 12
- Item: Evil_Minded_Ruby
Rate: 1680
- Item: Deadre_Card
Rate: 1
StealProtected: true
- Id: 20933
AegisName: VENEDI
Name: Venedi
Level: 213
Hp: 11790680
BaseExp: 343527
JobExp: 240469
Attack: 7652
Attack2: 1888
Defense: 207
MagicDefense: 110
Resistance: 144
MagicResistance: 109
Str: 80
Agi: 65
Vit: 76
Int: 80
Dex: 77
Luk: 76
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Poison
ElementLevel: 3
WalkSpeed: 150
AttackDelay: 768
AttackMotion: 1536
ClientAttackMotion: 960
DamageMotion: 960
Ai: 04
Drops:
- Item: Sticky_Poison
Rate: 2400
- Item: Sticky_Mucus
Rate: 2400
- Item: Shadowdecon_Ore
Rate: 150
- Item: Zelunium_Ore
Rate: 150
- Item: Shadowdecon
Rate: 12
- Item: Zelunium
Rate: 12
- Item: Congealed_Poison
Rate: 1600
- Item: Venedi_Card
Rate: 1
StealProtected: true
- Id: 20934
AegisName: R001_BESTIA
Name: R001-Bestia
Level: 215
Hp: 134179630
BaseExp: 6578140
JobExp: 4604698
# MvpExp:
Attack: 12871
Attack2: 2187
Defense: 540
MagicDefense: 140
Resistance: 278
MagicResistance: 367
Str: 347
Agi: 124
Vit: 259
Int: 341
Dex: 167
Luk: 110
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Dark
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 672
AttackMotion: 1344
ClientAttackMotion: 1056
DamageMotion: 768
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Shadowdecon
Rate: 4000
- Item: Yggdrasilberry
Rate: 4000
- Item: Zelunium
Rate: 4000
Drops:
- Item: Piece_Of_Bone_Armor
Rate: 4000
- Item: Old_Violet_Box
Rate: 4000
- Item: Shadowdecon
Rate: 4000
- Item: Zelunium
Rate: 4000
- Item: R001_Bestia_Card
Rate: 1
StealProtected: true
- Id: 20935
AegisName: GAN_CEANN
Name: Gan Ceann
Level: 215
Hp: 11785610
BaseExp: 353963
JobExp: 246535
Attack: 10250
Attack2: 1757
Defense: 245
MagicDefense: 93
Resistance: 190
MagicResistance: 89
Str: 130
Agi: 109
Vit: 103
Int: 83
Dex: 112
Luk: 109
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 155
AttackDelay: 238
AttackMotion: 576
ClientAttackMotion: 384
DamageMotion: 360
Ai: 04
Drops:
- Item: Broken_Armor_Piece
Rate: 2040
- Item: Evil_Minded_Ruby
Rate: 1575
- Item: Shadowdecon_Ore
Rate: 150
- Item: Zelunium_Ore
Rate: 150
- Item: Shadowdecon
Rate: 12
- Item: Zelunium
Rate: 12
- Item: Gan_Ceann_Card
Rate: 1
StealProtected: true
- Id: 20936
AegisName: DISGUISER
Name: Disguiser
Level: 254
Hp: 42030800
BaseExp: 743161
JobExp: 518914
Attack: 13744
Attack2: 3282
Defense: 272
MagicDefense: 146
Resistance: 209
MagicResistance: 170
Str: 175
Agi: 260
Vit: 114
Int: 147
Dex: 187
Luk: 180
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Undead
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 384
AttackMotion: 768
ClientAttackMotion: 480
DamageMotion: 384
Ai: 04
Modes:
Detector: true
Drops:
- Item: Red_Scarf
Rate: 2500
- Item: Tangled_Chain
Rate: 1800
- Item: Heavy_Chain
Rate: 2300
- Item: Shadowdecon_Ore
Rate: 150
- Item: Zelunium_Ore
Rate: 150
- Item: Zelunium
Rate: 25
- Item: Shadowdecon
Rate: 25
- Item: Disguiser_Card
Rate: 1
StealProtected: true
- Id: 20937
AegisName: BRUTAL_MURDERER
Name: Brutal Murderer
Level: 214
Hp: 13909270
BaseExp: 351374
JobExp: 244494
Attack: 6917
Attack2: 1620
Defense: 278
MagicDefense: 120
Resistance: 201
MagicResistance: 119
Str: 73
Agi: 70
Vit: 100
Int: 86
Dex: 88
Luk: 82
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 175
AttackDelay: 336
AttackMotion: 672
ClientAttackMotion: 480
DamageMotion: 288
Ai: 04
Drops:
- Item: Heavy_Chain
Rate: 1725
- Item: Rusty_Cleaver
Rate: 1360
- Item: Mr_Scream
Rate: 20
- Item: Shadowdecon_Ore
Rate: 150
- Item: Zelunium_Ore
Rate: 150
- Item: Shadowdecon
Rate: 12
- Item: Zelunium
Rate: 12
- Item: Brutal_Murderer_Card
Rate: 1
StealProtected: true
- Id: 20938
AegisName: GHOST_CUBE
Name: Ghost Cube
Level: 213
Hp: 12735150
BaseExp: 337773
JobExp: 236441
Attack: 6705
Attack2: 1690
Defense: 210
MagicDefense: 112
Resistance: 149
MagicResistance: 113
Str: 85
Agi: 69
Vit: 81
Int: 85
Dex: 82
Luk: 81
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Undead
Element: Undead
ElementLevel: 1
WalkSpeed: 130
AttackDelay: 624
AttackMotion: 1248
ClientAttackMotion: 672
DamageMotion: 576
Ai: 04
Drops:
- Item: Piece_Of_Black_Cloth
Rate: 2040
- Item: Evil_Black_Bid
Rate: 1575
- Item: Black_Powder
Rate: 250
- Item: Shadowdecon_Ore
Rate: 150
- Item: Zelunium_Ore
Rate: 150
- Item: Shadowdecon
Rate: 12
- Item: Zelunium
Rate: 12
- Item: Ghost_Cube_Card
Rate: 1
StealProtected: true
- Id: 20939
AegisName: LUDE_GAL
Name: Lude Gal
Level: 213
Hp: 12840680
BaseExp: 338924
JobExp: 236061
Attack: 9101
Attack2: 1448
Defense: 230
MagicDefense: 87
Resistance: 163
MagicResistance: 76
Str: 102
Agi: 85
Vit: 81
Int: 65
Dex: 87
Luk: 85
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Undead
Element: Undead
ElementLevel: 2
WalkSpeed: 130
AttackDelay: 480
AttackMotion: 960
ClientAttackMotion: 288
DamageMotion: 480
Ai: 04
Drops:
- Item: Pumpkin_Bucket
Rate: 2125
- Item: Ectoplasmic_Stone
Rate: 1800
- Item: Transparent_Cloth
Rate: 500
- Item: Shadowdecon_Ore
Rate: 150
- Item: Zelunium_Ore
Rate: 150
- Item: Shadowdecon
Rate: 12
- Item: Zelunium
Rate: 12
- Item: Lude_Gal_Card
Rate: 1
StealProtected: true
- Id: 20940
AegisName: BLUEMOON_LOLI_RURI
Name: Blue Moon Loli Ruri
Level: 255
Hp: 46338500
BaseExp: 756330
JobExp: 526784
Attack: 14716
Attack2: 2795
Defense: 445
MagicDefense: 172
Resistance: 405
MagicResistance: 191
Str: 220
Agi: 185
Vit: 175
Int: 141
Dex: 190
Luk: 184
AttackRange: 2
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Water
ElementLevel: 3
WalkSpeed: 125
AttackDelay: 510
AttackMotion: 1020
ClientAttackMotion: 720
DamageMotion: 576
Ai: 04
Modes:
Detector: true
Drops:
- Item: Black_Kitty_Doll
Rate: 500
- Item: Striped_Socks
Rate: 2400
- Item: Bat_Cage
Rate: 2000
- Item: Blue_Moon_Stone
Rate: 2300
- Item: Shadowdecon_Ore
Rate: 150
- Item: Zelunium_Ore
Rate: 150
- Item: Shadowdecon
Rate: 25
- Item: Bluemoon_Loli_Ruri_Card
Rate: 1
StealProtected: true
- Id: 20941
AegisName: GROTE
Name: Grote
Level: 253
Hp: 47842600
BaseExp: 735932
JobExp: 512077
Attack: 10230
Attack2: 2896
Defense: 531
MagicDefense: 232
Resistance: 476
MagicResistance: 282
Str: 144
Agi: 139
Vit: 196
Int: 169
Dex: 174
Luk: 161
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demon
Element: Earth
ElementLevel: 2
WalkSpeed: 180
AttackDelay: 792
AttackMotion: 1584
ClientAttackMotion: 1152
DamageMotion: 576
Ai: 04
Modes:
Detector: true
Drops:
- Item: Hanging_Doll
Rate: 1000
- Item: Rotten_Rope
Rate: 2500
- Item: Tree_Knot
Rate: 2000
- Item: Branch_Of_Dead_Tree
Rate: 5
- Item: Whittling
Rate: 2200
- Item: Shadowdecon
Rate: 25
- Item: Zelunium
Rate: 25
- Item: Grote_Card
Rate: 1
StealProtected: true
- Id: 20942
AegisName: PIERROTZOIST
Name: Pierrotzoist
Level: 255
Hp: 38506310
BaseExp: 761273
JobExp: 532626
Attack: 11253
Attack2: 5182
Defense: 279
MagicDefense: 293
Resistance: 243
MagicResistance: 379
Str: 133
Agi: 144
Vit: 150
Int: 202
Dex: 180
Luk: 202
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Dark
ElementLevel: 2
WalkSpeed: 155
AttackDelay: 768
AttackMotion: 1536
ClientAttackMotion: 768
DamageMotion: 480
Ai: 04
Modes:
Detector: true
Drops:
- Item: Broken_Needle
Rate: 2400
- Item: Needle_Pouch
Rate: 2000
- Item: Stuffed_Doll
Rate: 40
- Item: Small_Sewing_Box
Rate: 2100
- Item: Shadowdecon_Ore
Rate: 150
- Item: Zelunium_Ore
Rate: 150
- Item: Zelunium
Rate: 25
- Item: Pierrotzoist_Card
Rate: 1
StealProtected: true
- Id: 20943
AegisName: DEATH_WITCH
Name: Death Witch
Level: 255
Hp: 398856250
BaseExp: 9051055
JobExp: 6335739
# MvpExp:
Attack: 14658
Attack2: 2687
Defense: 687
MagicDefense: 210
Resistance: 273
MagicResistance: 539
Str: 424
Agi: 236
Vit: 214
Int: 423
Dex: 241
Luk: 174
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Dark
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 517
AttackMotion: 1134
ClientAttackMotion: 864
DamageMotion: 480
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Shadowdecon
Rate: 4000
- Item: Zelunium
Rate: 4000
- Item: Old_Violet_Box
Rate: 4000
Drops:
- Item: Ectoplasm
Rate: 200
- Item: Yggdrasilberry
Rate: 1500
- Item: Seed_Of_Yggdrasil
Rate: 1500
- Item: Leaf_Of_Yggdrasil
Rate: 1500
- Item: Shadowdecon
Rate: 1000
- Item: Zelunium
Rate: 1000
- Item: Death_Witch_Card
Rate: 1
StealProtected: true
# - Id: 20944
# AegisName: JP_E_MONSTER_151
# - Id: 20945
# AegisName: JP_E_MONSTER_152
# - Id: 20946
# AegisName: JP_E_MONSTER_153
# - Id: 20947
# AegisName: JP_E_MONSTER_154
# - Id: 20948
# AegisName: JP_E_MONSTER_155
# - Id: 20949
# AegisName: JP_E_MONSTER_156
# - Id: 20950
# AegisName: JP_E_MONSTER_157
# - Id: 20951
# AegisName: JP_E_MONSTER_158
# - Id: 20952
# AegisName: JP_E_MONSTER_159
# - Id: 20953
# AegisName: JP_E_MONSTER_160
# - Id: 20954
# AegisName: JP_E_MONSTER_161
# - Id: 20955
# AegisName: JP_E_MONSTER_162
# - Id: 20956
# AegisName: JP_E_MONSTER_163
# - Id: 20957
# AegisName: JP_E_MONSTER_164
# - Id: 20958
# AegisName: JP_E_MONSTER_165
# - Id: 20959
# AegisName: JP_E_MONSTER_166
# - Id: 20960
# AegisName: JP_E_MONSTER_167
# - Id: 20961
# AegisName: JP_E_MONSTER_168
# - Id: 20962
# AegisName: JP_E_MONSTER_169
# - Id: 20963
# AegisName: JP_E_MONSTER_170
# - Id: 20964
# AegisName: JP_E_MONSTER_171
# - Id: 20965
# AegisName: JP_E_MONSTER_172
# - Id: 20966
# AegisName: JP_E_MONSTER_173
# - Id: 20967
# AegisName: JP_E_MONSTER_174
# - Id: 20968
# AegisName: JP_E_MONSTER_175
# - Id: 20969
# AegisName: JP_E_MONSTER_176
# - Id: 20970
# AegisName: JP_E_MONSTER_177
# - Id: 20971
# AegisName: JP_E_MONSTER_178
# - Id: 20972
# AegisName: JP_E_MONSTER_179
# - Id: 20973
# AegisName: JP_E_MONSTER_180
# - Id: 20974
# AegisName: JP_E_MONSTER_181
# - Id: 20975
# AegisName: JP_E_MONSTER_182
# - Id: 20976
# AegisName: JP_E_MONSTER_183
# - Id: 20977
# AegisName: JP_E_MONSTER_184
# - Id: 20978
# AegisName: JP_E_MONSTER_185
# - Id: 20979
# AegisName: JP_E_MONSTER_186
# - Id: 20980
# AegisName: JP_E_MONSTER_187
# - Id: 20981
# AegisName: JP_E_MONSTER_188
# - Id: 20982
# AegisName: JP_E_MONSTER_189
# - Id: 20983
# AegisName: JP_E_MONSTER_190
# - Id: 20984
# AegisName: JP_E_MONSTER_191
# - Id: 20985
# AegisName: JP_E_MONSTER_192
# - Id: 20986
# AegisName: JP_E_MONSTER_193
# - Id: 20987
# AegisName: JP_E_MONSTER_194
# - Id: 20988
# AegisName: JP_E_MONSTER_195
# - Id: 20989
# AegisName: JP_E_MONSTER_196
# - Id: 20990
# AegisName: JP_E_MONSTER_197
# - Id: 20991
# AegisName: JP_E_MONSTER_198
# - Id: 20992
# AegisName: JP_E_MONSTER_199
# - Id: 20993
# AegisName: JP_E_MONSTER_200
# - Id: 20994
# AegisName: MD_BETELGEUSE
# - Id: 20995
# AegisName: MD_G_DEADSOUL
# - Id: 20996
# AegisName: MD_NAGHT_SIEGER
# - Id: 20997
# AegisName: MD_G_ENTWEIHEN_M
# - Id: 20998
# AegisName: MD_T_JAKK
# - Id: 20999
# AegisName: MD_T_STONE_SHOOTER
# - Id: 21000
# AegisName: MD_T_GRIZZLY
# - Id: 21001
# AegisName: MD_T_STALACTIC_GOLEM
# - Id: 21002
# AegisName: MD_T_CHIMERA
# - Id: 21003
# AegisName: MD_T_KARAKASA
# - Id: 21004
# AegisName: MD_T_RIDEWORD
# - Id: 21005
# AegisName: MD_T_PARASITE
# - Id: 21006
# AegisName: MD_T_WRAITH
# - Id: 21007
# AegisName: MD_T_PETIT_
# - Id: 21008
# AegisName: MD_T_WIND_GHOST
# - Id: 21009
# AegisName: MD_T_CLOCK
# - Id: 21010
# AegisName: MD_T_RAYDRIC_ARCHER
# - Id: 21011
# AegisName: MD_T_INCREASE_SOIL
# - Id: 21012
# AegisName: MD_T_PENOMENA
# - Id: 21013
# AegisName: MD_T_PETIT
# - Id: 21014
# AegisName: MD_T_ALARM
# - Id: 21015
# AegisName: MD_T_ZOMBIE_PRISONER
# - Id: 21016
# AegisName: MD_T_MARIONETTE
# - Id: 21017
# AegisName: MD_T_PERMETER
# - Id: 21018
# AegisName: MD_T_SKEL_PRISONER
# - Id: 21019
# AegisName: MD_T_OWL_DUKE
# - Id: 21020
# AegisName: MD_T_DEVIRUCHI
# - Id: 21021
# AegisName: MD_T_BLOOD_BUTTERFLY
# - Id: 21022
# AegisName: MD_T_STAPO
# - Id: 21023
# AegisName: MD_T_EVIL_CLOUD_HERMIT
# - Id: 21024
# AegisName: MD_T_THE_PAPER
# - Id: 21025
# AegisName: MD_T_TENGU
# - Id: 21026
# AegisName: MD_T_ALICE
# - Id: 21027
# AegisName: MD_T_ANACONDAQ
# - Id: 21028
# AegisName: MD_T_GARGOYLE
# - Id: 21029
# AegisName: MD_T_CARAT
# - Id: 21030
# AegisName: MD_T_STING
# - Id: 21031
# AegisName: MD_T_GRYPHON
# - Id: 21032
# AegisName: MD_T_GIBBET
# - Id: 21033
# AegisName: MD_T_NIGHTMARE_TERROR
# - Id: 21034
# AegisName: MD_T_ANOLIAN
# - Id: 21035
# AegisName: MD_T_BLOODY_MURDERER
# - Id: 21036
# AegisName: MD_T_ALIOT
# - Id: 21037
# AegisName: MD_T_VENATU
# - Id: 21038
# AegisName: MD_T_DEATHWORD
# - Id: 21039
# AegisName: MD_T_PLASMA_B
# - Id: 21040
# AegisName: MD_T_DIMIK
# - Id: 21041
# AegisName: MD_T_MINI_DEMON
# - Id: 21042
# AegisName: MD_T_LEIB_OLMAI
# - Id: 21043
# AegisName: MD_T_WANDER_MAN
# - Id: 21044
# AegisName: MD_T_RETRIBUTION
# - Id: 21045
# AegisName: MD_T_FLAME_SKULL
# - Id: 21046
# AegisName: MD_T_KNIGHT_OF_ABYSS
# - Id: 21047
# AegisName: MD_T_BANSHEE
# - Id: 21048
# AegisName: G_CHIMERA_LAVA
# - Id: 21049
# AegisName: G_CHIMERA_FULGOR
# - Id: 21050
# AegisName: G_CHIMERA_NAPEO
# - Id: 21051
# AegisName: G_CHIMERA_GALENSIS
# - Id: 21052
# AegisName: G_DISGUISER
# - Id: 21053
# AegisName: G_BLUEMOON_LOLI_RURI
# - Id: 21054
# AegisName: G_GROTE
# - Id: 21055
# AegisName: G_PIERROTZOIST
# - Id: 21056
# AegisName: G_GIANT_CAPUT
# - Id: 21057
# AegisName: G_DOLORIAN
# - Id: 21058
# AegisName: G_PLAGARION
# - Id: 21059
# AegisName: G_DEADRE
# - Id: 21060
# AegisName: G_VENEDI
# - Id: 21061
# AegisName: MD_AIRBOAT_BOSS2
# - Id: 21062
# AegisName: MD_AIRBOAT_BOSS3
# - Id: 21063
# AegisName: MD_AIRBOAT_BOSS4
- Id: 21064
AegisName: S_DUMMY_100_SMALL
Name: Training Dummy (Small)
Level: 100
Hp: 2000000000
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 1000
ClientAttackMotion: 0
Ai: 06
Class: Boss
Modes:
TeleportBlock: true
- Id: 21065
AegisName: S_DUMMY_100_MEDIUM
Name: Training Dummy (Medium)
Level: 100
Hp: 2000000000
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 1000
ClientAttackMotion: 0
Ai: 06
Class: Boss
Modes:
TeleportBlock: true
- Id: 21066
AegisName: S_DUMMY_100_LARGE
Name: Training Dummy (Large)
Level: 100
Hp: 2000000000
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Large
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 1000
ClientAttackMotion: 0
Ai: 06
Class: Boss
Modes:
TeleportBlock: true
- Id: 21067
AegisName: S_DUMMY_100_NOTHING
Name: Training Dummy (Neutral)
Level: 100
Hp: 2000000000
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 1000
ClientAttackMotion: 0
Ai: 06
Class: Boss
Modes:
TeleportBlock: true
- Id: 21068
AegisName: S_DUMMY_100_DRAGON
Name: Training Dummy (Dragon)
Level: 100
Hp: 2000000000
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Medium
Race: Dragon
Element: Neutral
ElementLevel: 1
WalkSpeed: 1000
ClientAttackMotion: 0
Ai: 06
Class: Boss
Modes:
TeleportBlock: true
- Id: 21069
AegisName: S_DUMMY_100_ANIMAL
Name: Training Dummy (Brute)
Level: 100
Hp: 2000000000
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Medium
Race: Brute
Element: Neutral
ElementLevel: 1
WalkSpeed: 1000
ClientAttackMotion: 0
Ai: 06
Class: Boss
Modes:
TeleportBlock: true
- Id: 21070
AegisName: S_DUMMY_100_HUMAN
Name: Training Dummy (Human)
Level: 100
Hp: 2000000000
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 1000
ClientAttackMotion: 0
Ai: 06
Class: Boss
Modes:
TeleportBlock: true
- Id: 21071
AegisName: S_DUMMY_100_INSECT
Name: Training Dummy (Insect)
Level: 100
Hp: 2000000000
Sp: 0
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Medium
Race: Insect
Element: Neutral
ElementLevel: 1
WalkSpeed: 1000
ClientAttackMotion: 0
Ai: 06
Class: Boss
Modes:
TeleportBlock: true
- Id: 21072
AegisName: S_DUMMY_100_FISH
Name: Training Dummy (Fish)
Level: 100
Hp: 2000000000
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Medium
Race: Fish
Element: Neutral
ElementLevel: 1
WalkSpeed: 1000
ClientAttackMotion: 0
Ai: 06
Class: Boss
Modes:
TeleportBlock: true
- Id: 21073
AegisName: S_DUMMY_100_DEMON
Name: Training Dummy (Demon)
Level: 100
Hp: 2000000000
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Medium
Race: Demon
Element: Neutral
ElementLevel: 1
WalkSpeed: 1000
ClientAttackMotion: 0
Ai: 06
Class: Boss
Modes:
TeleportBlock: true
- Id: 21074
AegisName: S_DUMMY_100_PLANT
Name: Training Dummy (Plant)
Level: 100
Hp: 2000000000
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Medium
Race: Plant
Element: Neutral
ElementLevel: 1
WalkSpeed: 1000
ClientAttackMotion: 0
Ai: 06
Class: Boss
Modes:
TeleportBlock: true
- Id: 21075
AegisName: S_DUMMY_100_ANGEL
Name: Training Dummy (Angel)
Level: 100
Hp: 2000000000
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Medium
Race: Angel
Element: Neutral
ElementLevel: 1
WalkSpeed: 1000
ClientAttackMotion: 0
Ai: 06
Class: Boss
Modes:
TeleportBlock: true
- Id: 21076
AegisName: S_DUMMY_100_UNDEAD
Name: Training Dummy (Undead)
Level: 100
Hp: 2000000000
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Medium
Race: Undead
Element: Neutral
ElementLevel: 1
WalkSpeed: 1000
ClientAttackMotion: 0
Ai: 06
Class: Boss
Modes:
TeleportBlock: true
- Id: 21077
AegisName: S_DUMMY_100_NOTHING2
Name: Dummy (Neutral Lv1)
Level: 100
Hp: 2000000000
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 1000
ClientAttackMotion: 0
Ai: 06
Class: Boss
Modes:
TeleportBlock: true
- Id: 21078
AegisName: S_DUMMY_100_WATER
Name: Dummy (Water Lv1)
Level: 100
Hp: 2000000000
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Medium
Race: Formless
Element: Water
ElementLevel: 1
WalkSpeed: 1000
ClientAttackMotion: 0
Ai: 06
Class: Boss
Modes:
TeleportBlock: true
- Id: 21079
AegisName: S_DUMMY_100_GROUND
Name: Dummy (Earth Lv1)
Level: 100
Hp: 2000000000
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Medium
Race: Formless
Element: Earth
ElementLevel: 1
WalkSpeed: 1000
ClientAttackMotion: 0
Ai: 06
Class: Boss
Modes:
TeleportBlock: true
- Id: 21080
AegisName: S_DUMMY_100_FIRE
Name: Dummy (Fire Lv1)
Level: 100
Hp: 2000000000
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Medium
Race: Formless
Element: Fire
ElementLevel: 1
WalkSpeed: 1000
ClientAttackMotion: 0
Ai: 06
Class: Boss
Modes:
TeleportBlock: true
- Id: 21081
AegisName: S_DUMMY_100_WIND
Name: Dummy (Wind Lv1)
Level: 100
Hp: 2000000000
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Medium
Race: Formless
Element: Wind
ElementLevel: 1
WalkSpeed: 1000
ClientAttackMotion: 0
Ai: 06
Class: Boss
Modes:
TeleportBlock: true
- Id: 21082
AegisName: S_DUMMY_100_POISON
Name: Dummy (Poison Lv1)
Level: 100
Hp: 2000000000
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Medium
Race: Formless
Element: Poison
ElementLevel: 1
WalkSpeed: 1000
ClientAttackMotion: 0
Ai: 06
Class: Boss
Modes:
TeleportBlock: true
- Id: 21083
AegisName: S_DUMMY_100_SAINT
Name: Dummy (Holy Lv1)
Level: 100
Hp: 2000000000
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Medium
Race: Formless
Element: Holy
ElementLevel: 1
WalkSpeed: 1000
ClientAttackMotion: 0
Ai: 06
Class: Boss
Modes:
TeleportBlock: true
- Id: 21084
AegisName: S_DUMMY_100_DARKNESS
Name: Dummy (Dark Lv1)
Level: 100
Hp: 2000000000
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Medium
Race: Formless
Element: Dark
ElementLevel: 1
WalkSpeed: 1000
ClientAttackMotion: 0
Ai: 06
Class: Boss
Modes:
TeleportBlock: true
- Id: 21085
AegisName: S_DUMMY_100_TELEKINESIS
Name: Dummy (Ghost Lv1)
Level: 100
Hp: 2000000000
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Medium
Race: Formless
Element: Ghost
ElementLevel: 1
WalkSpeed: 1000
ClientAttackMotion: 0
Ai: 06
Class: Boss
Modes:
TeleportBlock: true
- Id: 21086
AegisName: S_DUMMY_100_UNDEAD2
Name: Dummy (Undead Lv1)
Level: 100
Hp: 2000000000
Str: 0
Agi: 0
Vit: 0
Int: 0
Dex: 0
Luk: 0
SkillRange: 0
ChaseRange: 0
Size: Medium
Race: Formless
Element: Undead
ElementLevel: 1
WalkSpeed: 1000
ClientAttackMotion: 0
Ai: 06
Class: Boss
Modes:
TeleportBlock: true
# - Id: 21087
# AegisName: S_DUMMY_100_HUMANP
# - Id: 21088
# AegisName: S_DUMMY_100_DORAMP
# - Id: 21089
# AegisName: WANDERING_DUCK
# - Id: 21090
# AegisName: JP_E_MONSTER_201
# - Id: 21091
# AegisName: JP_E_MONSTER_202
# - Id: 21092
# AegisName: JP_E_MONSTER_203
# - Id: 21093
# AegisName: JP_E_MONSTER_204
# - Id: 21094
# AegisName: JP_E_MONSTER_205
# - Id: 21095
# AegisName: JP_E_MONSTER_206
# - Id: 21096
# AegisName: JP_E_MONSTER_207
# - Id: 21097
# AegisName: JP_E_MONSTER_208
# - Id: 21098
# AegisName: JP_E_MONSTER_209
# - Id: 21099
# AegisName: JP_E_MONSTER_210
# - Id: 21100
# AegisName: JP_E_MONSTER_211
# - Id: 21101
# AegisName: JP_E_MONSTER_212
# - Id: 21102
# AegisName: JP_E_MONSTER_213
# - Id: 21103
# AegisName: JP_E_MONSTER_214
# - Id: 21104
# AegisName: JP_E_MONSTER_215
# - Id: 21105
# AegisName: JP_E_MONSTER_216
# - Id: 21106
# AegisName: JP_E_MONSTER_217
# - Id: 21107
# AegisName: JP_E_MONSTER_218
# - Id: 21108
# AegisName: JP_E_MONSTER_219
# - Id: 21109
# AegisName: JP_E_MONSTER_220
# - Id: 21110
# AegisName: JP_E_MONSTER_221
# - Id: 21111
# AegisName: JP_E_MONSTER_222
# - Id: 21112
# AegisName: JP_E_MONSTER_223
# - Id: 21113
# AegisName: JP_E_MONSTER_224
# - Id: 21114
# AegisName: JP_E_MONSTER_225
# - Id: 21115
# AegisName: JP_E_MONSTER_226
# - Id: 21116
# AegisName: JP_E_MONSTER_227
# - Id: 21117
# AegisName: JP_E_MONSTER_228
# - Id: 21118
# AegisName: JP_E_MONSTER_229
# - Id: 21119
# AegisName: JP_E_MONSTER_230
# - Id: 21120
# AegisName: JP_E_MONSTER_231
# - Id: 21121
# AegisName: JP_E_MONSTER_232
# - Id: 21122
# AegisName: JP_E_MONSTER_233
# - Id: 21123
# AegisName: JP_E_MONSTER_234
# - Id: 21124
# AegisName: JP_E_MONSTER_235
# - Id: 21125
# AegisName: JP_E_MONSTER_236
# - Id: 21126
# AegisName: JP_E_MONSTER_237
# - Id: 21127
# AegisName: JP_E_MONSTER_238
# - Id: 21128
# AegisName: JP_E_MONSTER_239
# - Id: 21129
# AegisName: JP_E_MONSTER_240
# - Id: 21130
# AegisName: JP_E_MONSTER_241
# - Id: 21131
# AegisName: JP_E_MONSTER_242
# - Id: 21132
# AegisName: JP_E_MONSTER_243
# - Id: 21133
# AegisName: JP_E_MONSTER_244
# - Id: 21134
# AegisName: JP_E_MONSTER_245
# - Id: 21135
# AegisName: JP_E_MONSTER_246
# - Id: 21136
# AegisName: JP_E_MONSTER_247
# - Id: 21137
# AegisName: JP_E_MONSTER_248
# - Id: 21138
# AegisName: JP_E_MONSTER_249
# - Id: 21139
# AegisName: JP_E_MONSTER_250
# - Id: 21140
# AegisName: JP_E_MONSTER_251
# - Id: 21141
# AegisName: JP_E_MONSTER_252
# - Id: 21142
# AegisName: JP_E_MONSTER_253
# - Id: 21143
# AegisName: JP_E_MONSTER_254
# - Id: 21144
# AegisName: JP_E_MONSTER_255
# - Id: 21145
# AegisName: JP_E_MONSTER_256
# - Id: 21146
# AegisName: JP_E_MONSTER_257
# - Id: 21147
# AegisName: JP_E_MONSTER_258
# - Id: 21148
# AegisName: JP_E_MONSTER_259
# - Id: 21149
# AegisName: JP_E_MONSTER_260
# - Id: 21150
# AegisName: JP_E_MONSTER_261
# - Id: 21151
# AegisName: JP_E_MONSTER_262
# - Id: 21152
# AegisName: JP_E_MONSTER_263
# - Id: 21153
# AegisName: JP_E_MONSTER_264
# - Id: 21154
# AegisName: JP_E_MONSTER_265
# - Id: 21155
# AegisName: JP_E_MONSTER_266
# - Id: 21156
# AegisName: JP_E_MONSTER_267
# - Id: 21157
# AegisName: JP_E_MONSTER_268
# - Id: 21158
# AegisName: JP_E_MONSTER_269
# - Id: 21159
# AegisName: JP_E_MONSTER_270
# - Id: 21160
# AegisName: JP_E_MONSTER_271
# - Id: 21161
# AegisName: JP_E_MONSTER_272
# - Id: 21162
# AegisName: JP_E_MONSTER_273
# - Id: 21163
# AegisName: JP_E_MONSTER_274
# - Id: 21164
# AegisName: JP_E_MONSTER_275
# - Id: 21165
# AegisName: JP_E_MONSTER_276
# - Id: 21166
# AegisName: JP_E_MONSTER_277
# - Id: 21167
# AegisName: JP_E_MONSTER_278
# - Id: 21168
# AegisName: JP_E_MONSTER_279
# - Id: 21169
# AegisName: JP_E_MONSTER_280
# - Id: 21170
# AegisName: JP_E_MONSTER_281
# - Id: 21171
# AegisName: JP_E_MONSTER_282
# - Id: 21172
# AegisName: JP_E_MONSTER_283
# - Id: 21173
# AegisName: JP_E_MONSTER_284
# - Id: 21174
# AegisName: JP_E_MONSTER_285
# - Id: 21175
# AegisName: JP_E_MONSTER_286
# - Id: 21176
# AegisName: JP_E_MONSTER_287
# - Id: 21177
# AegisName: JP_E_MONSTER_288
# - Id: 21178
# AegisName: JP_E_MONSTER_289
# - Id: 21179
# AegisName: JP_E_MONSTER_290
# - Id: 21180
# AegisName: JP_E_MONSTER_291
# - Id: 21181
# AegisName: JP_E_MONSTER_292
# - Id: 21182
# AegisName: JP_E_MONSTER_293
# - Id: 21183
# AegisName: JP_E_MONSTER_294
# - Id: 21184
# AegisName: JP_E_MONSTER_295
# - Id: 21185
# AegisName: JP_E_MONSTER_296
# - Id: 21186
# AegisName: JP_E_MONSTER_297
# - Id: 21187
# AegisName: JP_E_MONSTER_298
# - Id: 21188
# AegisName: JP_E_MONSTER_299
# - Id: 21189
# AegisName: JP_E_MONSTER_300
# - Id: 21190
# AegisName: JP_E_MONSTER_301
# - Id: 21191
# AegisName: JP_E_MONSTER_302
# - Id: 21192
# AegisName: JP_E_MONSTER_303
# - Id: 21193
# AegisName: JP_E_MONSTER_304
# - Id: 21194
# AegisName: JP_E_MONSTER_305
# - Id: 21195
# AegisName: JP_E_MONSTER_306
# - Id: 21196
# AegisName: JP_E_MONSTER_307
# - Id: 21197
# AegisName: JP_E_MONSTER_308
# - Id: 21198
# AegisName: JP_E_MONSTER_309
# - Id: 21199
# AegisName: JP_E_MONSTER_310
# - Id: 21200
# AegisName: JP_E_MONSTER_311
# - Id: 21201
# AegisName: JP_E_MONSTER_312
# - Id: 21202
# AegisName: JP_E_MONSTER_313
# - Id: 21203
# AegisName: JP_E_MONSTER_314
# - Id: 21204
# AegisName: JP_E_MONSTER_315
# - Id: 21205
# AegisName: JP_E_MONSTER_316
# - Id: 21206
# AegisName: JP_E_MONSTER_317
# - Id: 21207
# AegisName: JP_E_MONSTER_318
# - Id: 21208
# AegisName: JP_E_MONSTER_319
# - Id: 21209
# AegisName: JP_E_MONSTER_320
# - Id: 21210
# AegisName: JP_E_MONSTER_321
# - Id: 21211
# AegisName: JP_E_MONSTER_322
# - Id: 21212
# AegisName: JP_E_MONSTER_323
# - Id: 21213
# AegisName: JP_E_MONSTER_324
# - Id: 21214
# AegisName: JP_E_MONSTER_325
# - Id: 21215
# AegisName: JP_E_MONSTER_326
# - Id: 21216
# AegisName: JP_E_MONSTER_327
# - Id: 21217
# AegisName: JP_E_MONSTER_328
# - Id: 21218
# AegisName: JP_E_MONSTER_329
# - Id: 21219
# AegisName: JP_E_MONSTER_330
# - Id: 21220
# AegisName: JP_E_MONSTER_331
# - Id: 21221
# AegisName: JP_E_MONSTER_332
# - Id: 21222
# AegisName: JP_E_MONSTER_333
# - Id: 21223
# AegisName: JP_E_MONSTER_334
# - Id: 21224
# AegisName: JP_E_MONSTER_335
# - Id: 21225
# AegisName: JP_E_MONSTER_336
# - Id: 21226
# AegisName: JP_E_MONSTER_337
# - Id: 21227
# AegisName: JP_E_MONSTER_338
# - Id: 21228
# AegisName: JP_E_MONSTER_339
# - Id: 21229
# AegisName: JP_E_MONSTER_340
# - Id: 21230
# AegisName: JP_E_MONSTER_341
# - Id: 21231
# AegisName: JP_E_MONSTER_342
# - Id: 21232
# AegisName: JP_E_MONSTER_343
# - Id: 21233
# AegisName: JP_E_MONSTER_344
# - Id: 21234
# AegisName: JP_E_MONSTER_345
# - Id: 21235
# AegisName: JP_E_MONSTER_346
# - Id: 21236
# AegisName: JP_E_MONSTER_347
# - Id: 21237
# AegisName: JP_E_MONSTER_348
# - Id: 21238
# AegisName: JP_E_MONSTER_349
# - Id: 21239
# AegisName: JP_E_MONSTER_350
# - Id: 21240
# AegisName: JP_E_MONSTER_351
# - Id: 21241
# AegisName: JP_E_MONSTER_352
# - Id: 21242
# AegisName: JP_E_MONSTER_353
# - Id: 21243
# AegisName: JP_E_MONSTER_354
# - Id: 21244
# AegisName: JP_E_MONSTER_355
# - Id: 21245
# AegisName: JP_E_MONSTER_356
# - Id: 21246
# AegisName: JP_E_MONSTER_357
# - Id: 21247
# AegisName: JP_E_MONSTER_358
# - Id: 21248
# AegisName: JP_E_MONSTER_359
# - Id: 21249
# AegisName: JP_E_MONSTER_360
# - Id: 21250
# AegisName: JP_E_MONSTER_361
# - Id: 21251
# AegisName: JP_E_MONSTER_362
# - Id: 21252
# AegisName: JP_E_MONSTER_363
# - Id: 21253
# AegisName: JP_E_MONSTER_364
# - Id: 21254
# AegisName: JP_E_MONSTER_365
# - Id: 21255
# AegisName: JP_E_MONSTER_366
# - Id: 21256
# AegisName: JP_E_MONSTER_367
# - Id: 21257
# AegisName: JP_E_MONSTER_368
# - Id: 21258
# AegisName: JP_E_MONSTER_369
# - Id: 21259
# AegisName: JP_E_MONSTER_370
# - Id: 21260
# AegisName: JP_E_MONSTER_371
# - Id: 21261
# AegisName: JP_E_MONSTER_372
# - Id: 21262
# AegisName: JP_E_MONSTER_373
# - Id: 21263
# AegisName: JP_E_MONSTER_374
# - Id: 21264
# AegisName: JP_E_MONSTER_375
# - Id: 21265
# AegisName: JP_E_MONSTER_376
# - Id: 21266
# AegisName: JP_E_MONSTER_377
# - Id: 21267
# AegisName: JP_E_MONSTER_378
# - Id: 21268
# AegisName: JP_E_MONSTER_379
# - Id: 21269
# AegisName: JP_E_MONSTER_380
# - Id: 21270
# AegisName: JP_E_MONSTER_381
# - Id: 21271
# AegisName: JP_E_MONSTER_382
# - Id: 21272
# AegisName: JP_E_MONSTER_383
# - Id: 21273
# AegisName: JP_E_MONSTER_384
# - Id: 21274
# AegisName: JP_E_MONSTER_385
# - Id: 21275
# AegisName: JP_E_MONSTER_386
# - Id: 21276
# AegisName: JP_E_MONSTER_387
# - Id: 21277
# AegisName: JP_E_MONSTER_388
# - Id: 21278
# AegisName: JP_E_MONSTER_389
# - Id: 21279
# AegisName: JP_E_MONSTER_390
# - Id: 21280
# AegisName: JP_E_MONSTER_391
# - Id: 21281
# AegisName: JP_E_MONSTER_392
# - Id: 21282
# AegisName: JP_E_MONSTER_393
# - Id: 21283
# AegisName: JP_E_MONSTER_394
# - Id: 21284
# AegisName: JP_E_MONSTER_395
# - Id: 21285
# AegisName: JP_E_MONSTER_396
# - Id: 21286
# AegisName: JP_E_MONSTER_397
# - Id: 21287
# AegisName: JP_E_MONSTER_398
# - Id: 21288
# AegisName: JP_E_MONSTER_399
# - Id: 21289
# AegisName: JP_E_MONSTER_400
# - Id: 21290
# AegisName: KIEL_D_01_2
# - Id: 21291
# AegisName: CAPOO_COLLABO_TW
- Id: 21292
AegisName: EP18_ARMED_VILLAGER01
Name: Armed villager
Level: 180
Hp: 50000000
Sp: 0
Attack: 2000
Attack2: 240
Str: 80
Agi: 80
Vit: 80
Int: 80
Dex: 80
Luk: 80
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 432
AttackMotion: 432
ClientAttackMotion: 144
DamageMotion: 360
Ai: 04
- Id: 21293
AegisName: EP18_ARMED_VILLAGER02
Name: Armed villager
Level: 180
Hp: 50000000
Sp: 0
Attack: 2000
Attack2: 250
Str: 80
Agi: 80
Vit: 80
Int: 80
Dex: 80
Luk: 80
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 252
AttackMotion: 504
ClientAttackMotion: 216
DamageMotion: 360
Ai: 04
- Id: 21294
AegisName: EP18_ARMED_VILLAGER03
Name: Armed villager
Level: 180
Hp: 50000000
Sp: 0
Attack: 2000
Attack2: 250
Str: 80
Agi: 80
Vit: 80
Int: 80
Dex: 80
Luk: 80
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 432
AttackMotion: 432
ClientAttackMotion: 144
DamageMotion: 360
Ai: 04
- Id: 21295
AegisName: EP18_ASH_TOAD
Name: Ash Toad
Level: 179
Hp: 1530687
Sp: 0
BaseExp: 109122
JobExp: 76385
Attack: 4139
Attack2: 1885
Defense: 329
MagicDefense: 109
Str: 185
Agi: 101
Vit: 50
Int: 158
Dex: 178
Luk: 77
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Fire
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1008
AttackMotion: 1008
ClientAttackMotion: 504
DamageMotion: 936
Ai: 04
Drops:
- Item: Spawn
Rate: 1000
- Item: Cold_Magma
Rate: 250
- Item: Sticky_Webfoot
Rate: 500
- Item: Zelunium_Ore
Rate: 120
- Item: Shadowdecon_Ore
Rate: 120
- Item: EP18_Ash_Toad_Card
Rate: 1
StealProtected: true
- Id: 21296
AegisName: EP18_RAKEHAND
Name: Rakehand
Level: 177
Hp: 1514469
Sp: 0
BaseExp: 108187
JobExp: 75731
Attack: 3938
Attack2: 1888
Defense: 408
MagicDefense: 109
Str: 180
Agi: 122
Vit: 77
Int: 160
Dex: 170
Luk: 97
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Plant
Element: Earth
ElementLevel: 2
WalkSpeed: 1000
AttackDelay: 432
AttackMotion: 864
ClientAttackMotion: 504
DamageMotion: 1512
Ai: 10
Drops:
- Item: Sticky_Mucus
Rate: 2000
- Item: Black_Powder
Rate: 150
- Item: Zelunium_Ore
Rate: 100
- Item: Shadowdecon_Ore
Rate: 100
- Item: EP18_Rakehand_Card
Rate: 1
StealProtected: true
- Id: 21297
AegisName: EP18_SPARK
Name: Spark
Level: 181
Hp: 2313388
Sp: 0
BaseExp: 154226
JobExp: 107958
Attack: 4005
Attack2: 1569
Defense: 331
MagicDefense: 107
Str: 177
Agi: 75
Vit: 50
Int: 130
Dex: 170
Luk: 109
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Fire
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 936
AttackMotion: 1872
ClientAttackMotion: 1728
DamageMotion: 432
Ai: 04
Drops:
- Item: Burning_Heart
Rate: 1500
- Item: Live_Coal
Rate: 900
- Item: Zelunium_Ore
Rate: 120
- Item: Shadowdecon_Ore
Rate: 120
- Item: EP18_Spark_Card
Rate: 1
StealProtected: true
- Id: 21298
AegisName: EP18_HOT_MOLAR
Name: Hot Molar
Level: 212
Hp: 4925041
Sp: 0
BaseExp: 289708
JobExp: 202796
Attack: 8242
Attack2: 1682
Defense: 605
MagicDefense: 121
Resistance: 139
MagicResistance: 126
Str: 311
Agi: 177
Vit: 131
Int: 119
Dex: 122
Luk: 115
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Neutral
ElementLevel: 1
WalkSpeed: 130
AttackDelay: 571
AttackMotion: 1152
ClientAttackMotion: 648
DamageMotion: 288
Ai: 04
Drops:
- Item: Claw_Of_Wolves
Rate: 5000
- Item: Cold_Magma
Rate: 500
- Item: Zelunium_Ore
Rate: 150
- Item: Shadowdecon_Ore
Rate: 150
- Item: Zelunium
Rate: 12
- Item: Shadowdecon
Rate: 12
- Item: EP18_Hot_Molar_Card
Rate: 1
StealProtected: true
- Id: 21299
AegisName: EP18_VOLCARING
Name: Volcaring
Level: 185
Hp: 2361429
Sp: 0
BaseExp: 157429
JobExp: 110200
Attack: 6406
Attack2: 1653
Defense: 275
MagicDefense: 109
Str: 277
Agi: 87
Vit: 175
Int: 134
Dex: 131
Luk: 130
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Fire
ElementLevel: 3
WalkSpeed: 250
AttackDelay: 792
AttackMotion: 1584
ClientAttackMotion: 648
DamageMotion: 504
Ai: 02
Drops:
- Item: Burning_Heart
Rate: 2500
- Item: Live_Coal
Rate: 500
- Item: Zelunium_Ore
Rate: 130
- Item: Shadowdecon_Ore
Rate: 130
- Item: EP18_Volcaring_Card
Rate: 1
StealProtected: true
- Id: 21300
AegisName: EP18_LAVA_TOAD
Name: Lava Toad
Level: 211
Hp: 4902338
Sp: 0
BaseExp: 288373
JobExp: 201861
Attack: 7385
Attack2: 2630
Defense: 301
MagicDefense: 129
Resistance: 141
MagicResistance: 197
Str: 280
Agi: 99
Vit: 134
Int: 187
Dex: 149
Luk: 61
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Fire
ElementLevel: 3
WalkSpeed: 170
AttackDelay: 504
AttackMotion: 1008
ClientAttackMotion: 504
DamageMotion: 360
Ai: 04
Drops:
- Item: Spawn
Rate: 1500
- Item: Cold_Magma
Rate: 300
- Item: Burning_Heart
Rate: 300
- Item: Zelunium_Ore
Rate: 150
- Item: Shadowdecon_Ore
Rate: 150
- Item: Zelunium
Rate: 12
- Item: Shadowdecon
Rate: 12
- Item: EP18_Lava_Toad_Card
Rate: 1
StealProtected: true
- Id: 21301
AegisName: EP18_BURNING_FANG
Name: Burning Fang
Level: 212
Hp: 98158095
Sp: 0
BaseExp: 6581326
JobExp: 4606928
# MvpExp:
Attack: 9143
Attack2: 4904
Defense: 791
MagicDefense: 149
Resistance: 205
MagicResistance: 368
Str: 345
Agi: 214
Vit: 193
Int: 347
Dex: 221
Luk: 80
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Brute
Element: Fire
ElementLevel: 4
WalkSpeed: 200
AttackDelay: 420
AttackMotion: 840
ClientAttackMotion: 480
DamageMotion: 432
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Card_Album
Rate: 2000
- Item: Yggdrasilberry
Rate: 2500
Drops:
- Item: Old_Violet_Box
Rate: 1500
- Item: Old_Card_Album
Rate: 500
- Item: Burning_Heart
Rate: 5000
- Item: Zelunium_Ore
Rate: 10000
- Item: Shadowdecon_Ore
Rate: 10000
- Item: EP18_Burning_Fang_Card
Rate: 1
StealProtected: true
- Id: 21302
AegisName: EP18_ASHHOPPER
Name: Ashhopper
Level: 185
Hp: 2361429
Sp: 0
BaseExp: 157531
JobExp: 110272
Attack: 4648
Attack2: 1727
Defense: 305
MagicDefense: 110
Str: 201
Agi: 104
Vit: 40
Int: 140
Dex: 280
Luk: 90
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Dark
ElementLevel: 4
WalkSpeed: 130
AttackDelay: 760
AttackMotion: 1080
ClientAttackMotion: 792
DamageMotion: 360
Ai: 04
Modes:
Detector: true
Drops:
- Item: Grasshopper's_Leg
Rate: 5000
- Item: Grasshopper_Doll
Rate: 15
- Item: Zelunium_Ore
Rate: 130
- Item: Shadowdecon_Ore
Rate: 130
- Item: EP18_Ashhopper_Card
Rate: 1
StealProtected: true
- Id: 21303
AegisName: EP18_ASHRING
Name: Ashring
Level: 185
Hp: 2364513
Sp: 0
BaseExp: 168894
JobExp: 118226
Attack: 4509
Attack2: 2220
Defense: 335
MagicDefense: 115
Str: 195
Agi: 94
Vit: 50
Int: 180
Dex: 220
Luk: 77
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1152
AttackMotion: 1152
ClientAttackMotion: 288
DamageMotion: 432
Ai: 02
Drops:
- Item: Sticky_Mucus
Rate: 6000
- Item: Explosive_Powder
Rate: 100
- Item: Zelunium_Ore
Rate: 130
- Item: Shadowdecon_Ore
Rate: 130
- Item: EP18_Ashring_Card
Rate: 1
StealProtected: true
- Id: 21304
AegisName: EP18_GREY_WOLF
Name: Grey Wolf
Level: 187
Hp: 2399581
Sp: 0
BaseExp: 171399
JobExp: 119979
Attack: 5610
Attack2: 997
Defense: 520
MagicDefense: 104
Str: 240
Agi: 102
Vit: 111
Int: 80
Dex: 240
Luk: 76
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Neutral
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 576
AttackMotion: 576
ClientAttackMotion: 360
DamageMotion: 648
Ai: 04
Drops:
- Item: Claw_Of_Wolves
Rate: 4000
- Item: Explosive_Powder
Rate: 100
- Item: Zelunium_Ore
Rate: 130
- Item: Shadowdecon_Ore
Rate: 130
- Item: EP18_Grey_Wolf_Card
Rate: 1
StealProtected: true
- Id: 21305
AegisName: EP18_TUMBLE_RING
Name: Tumblering
Level: 185
Hp: 2361738
Sp: 0
BaseExp: 157449
JobExp: 110214
Attack: 4163
Attack2: 2467
Defense: 281
MagicDefense: 118
Str: 180
Agi: 111
Vit: 32
Int: 200
Dex: 213
Luk: 79
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Plant
Element: Poison
ElementLevel: 2
WalkSpeed: 100
AttackDelay: 506
AttackMotion: 1008
ClientAttackMotion: 576
DamageMotion: 504
Ai: 07
Drops:
- Item: Root_Of_Maneater
Rate: 5000
- Item: Prickly_Fruit
Rate: 150
- Item: Shoot
Rate: 200
- Item: Zelunium_Ore
Rate: 130
- Item: Shadowdecon_Ore
Rate: 130
- Item: EP18_Tumble_Ring_Card
Rate: 1
StealProtected: true
- Id: 21306
AegisName: EP18_FIREWIND_KITE
Name: Firewind Kite
Level: 188
Hp: 2407556
Sp: 0
BaseExp: 171968
JobExp: 120378
Attack: 5405
Attack2: 877
Defense: 428
MagicDefense: 103
Str: 230
Agi: 109
Vit: 80
Int: 70
Dex: 310
Luk: 77
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Fire
ElementLevel: 2
WalkSpeed: 120
AttackDelay: 720
AttackMotion: 720
ClientAttackMotion: 432
DamageMotion: 1512
Ai: 04
Drops:
- Item: BurningFeather
Rate: 2500
- Item: Zelunium_Ore
Rate: 130
- Item: Shadowdecon_Ore
Rate: 130
- Item: EP18_Firewind_Kite_Card
Rate: 1
StealProtected: true
- Id: 21307
AegisName: EP18_PHANTOM_WOLF
Name: Phantom Wolf
Level: 186
Hp: 2383494
Sp: 0
BaseExp: 170250
JobExp: 119175
Attack: 5185
Attack2: 1525
Defense: 456
MagicDefense: 108
Str: 223
Agi: 82
Vit: 90
Int: 123
Dex: 288
Luk: 67
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Ghost
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 792
AttackMotion: 792
ClientAttackMotion: 432
DamageMotion: 360
Ai: 04
Drops:
- Item: Transparent_Cloth
Rate: 1250
- Item: Zelunium_Ore
Rate: 130
- Item: Shadowdecon_Ore
Rate: 130
- Item: EP18_Phantom_Wolf_Card
Rate: 1
StealProtected: true
- Id: 21308
AegisName: EP18_MD_HEARTHUNTER_A
Name: Heart Hunter
Level: 178
Hp: 1522432
Sp: 0
Attack: 2114
Attack2: 1068
Defense: 394
MagicDefense: 100
Str: 95
Agi: 107
Vit: 72
Int: 90
Dex: 93
Luk: 32
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 1
WalkSpeed: 200
AttackDelay: 864
AttackMotion: 864
ClientAttackMotion: 480
DamageMotion: 480
Ai: 04
- Id: 21309
AegisName: EP18_MD_THOR_GUARD
Name: Base Soldier
Level: 179
Hp: 1851144
Sp: 0
Attack: 2260
Attack2: 907
Defense: 629
MagicDefense: 99
Str: 101
Agi: 100
Vit: 150
Int: 76
Dex: 153
Luk: 61
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 648
AttackMotion: 648
ClientAttackMotion: 360
DamageMotion: 480
Ai: 04
- Id: 21310
AegisName: EP18_MD_GUARD_A
Name: Temple Guard
Level: 179
Hp: 1831096
Sp: 0
Attack: 2909
Attack2: 668
Defense: 614
MagicDefense: 97
Str: 130
Agi: 118
Vit: 145
Int: 56
Dex: 130
Luk: 66
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 648
AttackMotion: 648
ClientAttackMotion: 1152
DamageMotion: 480
Ai: 04
- Id: 21311
AegisName: EP18_MD_GUARD_B
Name: Traditional Temple Guard
Level: 182
Hp: 2325107
Sp: 0
Attack: 2958
Attack2: 1068
Defense: 722
MagicDefense: 102
Str: 130
Agi: 135
Vit: 180
Int: 88
Dex: 188
Luk: 77
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 140
AttackDelay: 648
AttackMotion: 648
ClientAttackMotion: 1152
DamageMotion: 480
Ai: 04
- Id: 21312
AegisName: EP18_MD_HEARTHUNTER_R
Name: Heart Hunter
Level: 184
Hp: 2356331
Sp: 0
Attack: 2484
Attack2: 834
Defense: 424
MagicDefense: 101
Str: 108
Agi: 121
Vit: 80
Int: 68
Dex: 113
Luk: 80
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 864
AttackMotion: 432
ClientAttackMotion: 960
DamageMotion: 360
Ai: 04
- Id: 21313
AegisName: EP18_MD_HEARTHUNTER_F
Name: Heart Hunter
Level: 185
Hp: 2368675
Sp: 0
Attack: 2613
Attack2: 987
Defense: 416
MagicDefense: 103
Str: 113
Agi: 180
Vit: 77
Int: 80
Dex: 180
Luk: 67
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 576
AttackMotion: 288
ClientAttackMotion: 144
DamageMotion: 360
Ai: 04
- Id: 21314
AegisName: EP18_MD_SCHULANG
Name: Schulang
Level: 185
Hp: 23586543
Sp: 0
Attack: 4394
Attack2: 1958
Defense: 275
MagicDefense: 115
Str: 190
Agi: 211
Vit: 30
Int: 180
Dex: 222
Luk: 77
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Ghost
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 720
AttackMotion: 1440
ClientAttackMotion: 504
DamageMotion: 480
Ai: 21
Class: Boss
Modes:
Mvp: true
Drops:
- Item: Fourth_Bh_Bow
Rate: 1
- Item: Eraser
Rate: 1
- Item: Noble_Cross
Rate: 1
- Item: Asura_
Rate: 1
- Item: Ep172_1h_Book2
Rate: 1
- Item: EP18_Schulang_Card
Rate: 1
StealProtected: true
- Id: 21315
AegisName: EP18_MD_DEMI_FREYJA
Name: Twisted God Freyja
Level: 186
Hp: 23834938
Sp: 0
Attack: 4673
Attack2: 1891
Defense: 456
MagicDefense: 112
Str: 201
Agi: 177
Vit: 90
Int: 153
Dex: 186
Luk: 103
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Angel
Element: Holy
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 736
AttackMotion: 1104
ClientAttackMotion: 576
DamageMotion: 480
Ai: 21
Class: Boss
Drops:
- Item: EP18_Demi_Freyja_Card
Rate: 1
StealProtected: true
- Id: 21316
AegisName: EP18_MD_SCHULANG_R
Name: Schulang
Level: 185
Hp: 2000000000
Sp: 0
Attack: 4394
Attack2: 2220
Defense: 275
MagicDefense: 115
Str: 190
Agi: 211
Vit: 30
Int: 180
Dex: 222
Luk: 77
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Ghost
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 720
AttackMotion: 1440
ClientAttackMotion: 2592
DamageMotion: 480
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Yggdrasilberry
Rate: 500
- Item: Old_Violet_Box
Rate: 1500
Drops:
- Item: EP18_Schulang_Card
Rate: 1
StealProtected: true
- Id: 21317
AegisName: EP18_MD_DEMI_FREYJA_R
Name: Twisted God Freyja
Level: 185
Hp: 2000000000
Sp: 0
Attack: 4673
Attack2: 1897
Defense: 456
MagicDefense: 112
Str: 201
Agi: 177
Vit: 90
Int: 153
Dex: 186
Luk: 103
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Angel
Element: Holy
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 736
AttackMotion: 1104
ClientAttackMotion: 672
DamageMotion: 480
DamageTaken: 10
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Yggdrasilberry
Rate: 2500
- Item: Old_Violet_Box
Rate: 1000
Drops:
- Item: EP18_Demi_Freyja_Card
Rate: 1
StealProtected: true
- Id: 21318
AegisName: EP18_MD_SANARE_R
Name: Goddess Guardian
Level: 170
Hp: 5000000
Sp: 0
Attack: 6000
Attack2: 2500
Defense: 503
MagicDefense: 122
Str: 230
Agi: 200
Vit: 130
Int: 230
Dex: 230
Luk: 77
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Holy
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 576
AttackMotion: 1152
ClientAttackMotion: 672
DamageMotion: 720
Ai: 04
Drops:
- Item: Pontifex_Courage
Rate: 1
- Item: Apple
Rate: 1
StealProtected: true
- Id: 21319
AegisName: EP18_MD_HEARTHUNTER_R2
Name: Cottage Keeper
Level: 170
Hp: 5000000
Sp: 0
Attack: 6000
Attack2: 2500
Defense: 146
MagicDefense: 27
Str: 200
Agi: 180
Vit: 100
Int: 160
Dex: 250
Luk: 80
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 864
AttackMotion: 432
ClientAttackMotion: 288
DamageMotion: 360
Ai: 05
- Id: 21320
AegisName: EP18_NPC_MARAM
Name: Maram
Level: 185
Hp: 3000000
Sp: 0
Attack: 2000
Attack2: 250
Str: 80
Agi: 80
Vit: 80
Int: 80
Dex: 80
Luk: 80
AttackRange: 1
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 150
Ai: 21
- Id: 21321
AegisName: EP18_NPC_MIRIAM
Name: Miriam
Level: 185
Hp: 3000000
Sp: 0
Attack: 2000
Attack2: 250
Str: 80
Agi: 80
Vit: 80
Int: 80
Dex: 80
Luk: 80
AttackRange: 1
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 150
Ai: 21
- Id: 21322
AegisName: EP18_NPC_SUAD
Name: Suad
Level: 185
Hp: 10
Sp: 0
Attack: 2000
Attack2: 250
Str: 80
Agi: 80
Vit: 80
Int: 80
Dex: 80
Luk: 80
AttackRange: 1
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 1
WalkSpeed: 150
Ai: 21
- Id: 21323
AegisName: EP18_GREY_GOAT
Name: Ashen Goat
Level: 168
Hp: 962975
BaseExp: 64198
JobExp: 44939
Attack: 3570
Attack2: 1792
Defense: 420
MagicDefense: 104
Str: 170
Agi: 70
Vit: 84
Int: 160
Dex: 170
Luk: 70
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Brute
Element: Neutral
ElementLevel: 2
WalkSpeed: 165
AttackDelay: 540
AttackMotion: 1080
ClientAttackMotion: 660
DamageMotion: 336
Ai: 04
Drops:
- Item: Goat's_Horn
Rate: 2280
- Item: Gaoat's_Skin
Rate: 1250
- Item: Red_Herb
Rate: 250
- Item: Blue_Herb
Rate: 500
- Item: Zelunium_Ore
Rate: 80
- Item: Shadowdecon_Ore
Rate: 80
- Item: Goat_Card
Rate: 1
StealProtected: true
- Id: 21324
AegisName: EP18_GREY_WOLF_BABY
Name: Baby Gray Wolf
Level: 165
Hp: 944679
BaseExp: 62979
JobExp: 44085
Attack: 1444
Attack2: 1650
Defense: 393
MagicDefense: 101
Str: 70
Agi: 88
Vit: 76
Int: 150
Dex: 167
Luk: 67
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Neutral
ElementLevel: 1
WalkSpeed: 150
AttackDelay: 1600
AttackMotion: 900
ClientAttackMotion: 252
DamageMotion: 240
Ai: 04
Drops:
- Item: Animal's_Skin
Rate: 1000
- Item: Orange
Rate: 500
- Item: Zelunium_Ore
Rate: 90
- Item: Shadowdecon_Ore
Rate: 90
- Item: Desert_Wolf_Babe_Card
Rate: 1
StealProtected: true
# - Id: 21325
# AegisName: MD_T_MASTERING
# - Id: 21326
# AegisName: MD_T_VAGABOND_WOLF
# - Id: 21327
# AegisName: MD_T_VOCAL
# - Id: 21328
# AegisName: MD_T_GOLDEN_BUG
# - Id: 21329
# AegisName: MD_T_MISTRESS
# - Id: 21330
# AegisName: MD_T_MAYA
# - Id: 21331
# AegisName: MD_T_PHREEONI
# - Id: 21332
# AegisName: MD_T_DRAKE
# - Id: 21333
# AegisName: MD_T_MOONLIGHT
# - Id: 21334
# AegisName: MD_T_BACSOJIN
# - Id: 21335
# AegisName: MD_T_GOBLIN_LEADER
# - Id: 21336
# AegisName: MD_T_KOBOLD_LEADER
# - Id: 21337
# AegisName: MD_T_TURTLE_GENERAL
# - Id: 21338
# AegisName: MD_T_SAMURAI
# - Id: 21339
# AegisName: MD_T_TOAD
# - Id: 21340
# AegisName: MD_T_OSIRIS
# - Id: 21341
# AegisName: MD_T_PHARAOH
# - Id: 21342
# AegisName: MD_T_AMON_RA
# - Id: 21343
# AegisName: MD_T_DARK_SNAKE_LORD
# - Id: 21344
# AegisName: MD_T_ARCHANGELING
# - Id: 21345
# AegisName: MD_T_DEVILING
# - Id: 21346
# AegisName: MD_T_ANGELING
# - Id: 21347
# AegisName: MD_T_GHOSTRING
# - Id: 21348
# AegisName: MD_T_B_YGNIZEM
# - Id: 21349
# AegisName: MD_T_DOPPELGANGER
# - Id: 21350
# AegisName: MD_T_ATROCE
# - Id: 21351
# AegisName: MD_T_ORK_HERO
# - Id: 21352
# AegisName: MD_T_ORC_LORD
# - Id: 21353
# AegisName: MD_T_BAPHOMET
# - Id: 21354
# AegisName: MD_T_DARK_LORD
# - Id: 21355
# AegisName: MD_T_FALLINGBISHOP
# - Id: 21356
# AegisName: MD_T_IFRIT
# - Id: 21357
# AegisName: MD_T_RANDGRIS
# - Id: 21358
# AegisName: MD_T_BEELZEBUB
# - Id: 21359
# AegisName: MD_T_BEELZEBUB_
- Id: 21360
AegisName: EP18_MD_SCHULANG_L
Name: Schulang
Level: 224
Hp: 2000000000
Sp: 0
Attack: 8244
Attack2: 1053
Defense: 217
MagicDefense: 70
Resistance: 205
MagicResistance: 368
Str: 257
Agi: 178
Vit: 146
Int: 145
Dex: 170
Luk: 199
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demon
Element: Ghost
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 720
AttackMotion: 1440
ClientAttackMotion: 504
DamageMotion: 480
DamageTaken: 1
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Yggdrasilberry
Rate: 1500
- Item: Old_Card_Album
Rate: 500
Drops:
- Item: EP18_Schulang_Card
Rate: 1
StealProtected: true
- Id: 21361
AegisName: EP18_MD_DEMI_FREYJA_L
Name: Twisted God Freyja
Level: 224
Hp: 2000000000
Sp: 0
Attack: 8244
Attack2: 1053
Defense: 314
MagicDefense: 520
Resistance: 249
MagicResistance: 499
Str: 257
Agi: 178
Vit: 146
Int: 145
Dex: 170
Luk: 199
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Angel
Element: Holy
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 736
AttackMotion: 1104
ClientAttackMotion: 576
DamageMotion: 480
DamageTaken: 1
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Yggdrasilberry
Rate: 5000
- Item: Old_Card_Album
Rate: 1000
Drops:
- Item: EP18_Demi_Freyja_Card
Rate: 1
StealProtected: true
# - Id: 21362
# AegisName: SEASON_MOB_001
# - Id: 21363
# AegisName: SEASON_MOB_002
# - Id: 21364
# AegisName: SEASON_MOB_003
# - Id: 21365
# AegisName: SEASON_MOB_004
# - Id: 21366
# AegisName: SEASON_MOB_005
# - Id: 21367
# AegisName: SEASON_MOB_006
# - Id: 21368
# AegisName: SEASON_MOB_007
# - Id: 21369
# AegisName: SEASON_MOB_008
# - Id: 21370
# AegisName: SEASON_MOB_009
# - Id: 21371
# AegisName: SEASON_MOB_010
# - Id: 21372
# AegisName: SEASON_MOB_011
# - Id: 21373
# AegisName: SEASON_MOB_012
# - Id: 21374
# AegisName: SEASON_MOB_013
# - Id: 21375
# AegisName: SEASON_MOB_014
# - Id: 21376
# AegisName: SEASON_MOB_015
- Id: 21377
AegisName: EP18_MD_SANARE_L
Name: Goddess Guardian
Level: 210
Hp: 5000000
Sp: 0
Attack: 6000
Attack2: 2500
Defense: 503
MagicDefense: 122
Str: 230
Agi: 200
Vit: 130
Int: 230
Dex: 230
Luk: 77
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Holy
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 576
AttackMotion: 1152
ClientAttackMotion: 480
DamageMotion: 720
Ai: 04
- Id: 21378
AegisName: EP18_MD_HEARTHUNTER_L
Name: Cottage Keeper
Level: 210
Hp: 5000000
Sp: 0
Attack: 6000
Attack2: 2500
Defense: 146
MagicDefense: 27
Str: 200
Agi: 180
Vit: 100
Int: 160
Dex: 250
Luk: 80
AttackRange: 9
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Demihuman
Element: Neutral
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 864
AttackMotion: 432
ClientAttackMotion: 288
DamageMotion: 360
Ai: 05
# - Id: 21379
# AegisName: G_EP18_LAVA_TOAD
# - Id: 21380
# AegisName: G_EP18_HOT_MOLAR
# - Id: 21381
# AegisName: G_EP18_VOLCARING
# - Id: 21382
# AegisName: E_CHEAP_RAT
# - Id: 21383
# AegisName: E_MAJORUROS_TW
# - Id: 21384
# AegisName: E_SWEETS_DROPS
# - Id: 21385
# AegisName: ANDRE_LARVA
- Id: 21386
AegisName: ILL_ANDRE
Name: Diligent Andre
Level: 167
Hp: 839882
BaseExp: 80476
JobExp: 61811
Attack: 4653
Attack2: 569
Defense: 168
MagicDefense: 22
Str: 111
Agi: 118
Vit: 91
Int: 70
Dex: 194
Luk: 70
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 3
WalkSpeed: 300
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 96
DamageMotion: 384
Ai: 21
Modes:
Detector: true
Drops:
- Item: Excalibur
Rate: 5
- Item: IL_Twins_Feeler
Rate: 950
- Item: IL_Twins_Leg
Rate: 850
- Item: Worm_Peelings
Rate: 4500
- Item: Sticky_Mucus
Rate: 1000
- Item: Opaque_Liquid
Rate: 2000
- Item: Shell_Of_Cognition
Rate: 2000
- Item: ILL_Andre_Card
Rate: 1
StealProtected: true
- Id: 21387
AegisName: ILL_SOLDIER_ANDR
Name: Diligent Soldier Andre
Level: 169
Hp: 943547
BaseExp: 83348
JobExp: 62487
Attack: 5569
Attack2: 545
Defense: 201
MagicDefense: 30
Str: 198
Agi: 126
Vit: 98
Int: 88
Dex: 201
Luk: 101
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Medium
Race: Insect
Element: Earth
ElementLevel: 4
WalkSpeed: 350
AttackDelay: 1288
AttackMotion: 648
ClientAttackMotion: 288
DamageMotion: 384
Ai: 21
Modes:
Detector: true
Drops:
- Item: Doom_Slayer
Rate: 5
- Item: IL_Twins_Jaw
Rate: 850
- Item: IL_Twins_Leg
Rate: 750
- Item: IL_Twins_Feeler
Rate: 650
- Item: Worm_Peelings
Rate: 4500
- Item: Sticky_Mucus
Rate: 1000
- Item: Shell_Of_Cognition
Rate: 2000
- Item: ILL_Andre_soldier_Card
Rate: 1
StealProtected: true
- Id: 21388
AegisName: ILL_ANDRE_LARVA
Name: Diligent Andre Larva
Level: 164
Hp: 819978
BaseExp: 64798
JobExp: 46871
Attack: 3984
Attack2: 308
Defense: 121
MagicDefense: 10
Str: 82
Agi: 66
Vit: 59
Int: 54
Dex: 75
Luk: 108
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 2
WalkSpeed: 200
AttackDelay: 1000
AttackMotion: 792
ClientAttackMotion: 336
DamageMotion: 336
Ai: 21
Modes:
Detector: true
Drops:
- Item: Sprint_Glove
Rate: 5
- Item: Guard
Rate: 7
- Item: Worm_Peelings
Rate: 4500
- Item: Sticky_Mucus
Rate: 1000
- Item: Shell_Of_Cognition
Rate: 2000
- Item: ILL_Andre_larva_Card
Rate: 1
StealProtected: true
- Id: 21389
AegisName: ILL_DENIRO
Name: Diligent Deniro
Level: 167
Hp: 819978
BaseExp: 81114
JobExp: 61044
Attack: 4855
Attack2: 544
Defense: 170
MagicDefense: 19
Str: 136
Agi: 109
Vit: 92
Int: 89
Dex: 185
Luk: 88
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 3
WalkSpeed: 250
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 96
DamageMotion: 576
Ai: 21
Modes:
Detector: true
Drops:
- Item: Sprint_Mail
Rate: 5
- Item: IL_Twins_Feeler
Rate: 850
- Item: IL_Twins_Jaw
Rate: 750
- Item: Worm_Peelings
Rate: 4500
- Item: Sticky_Mucus
Rate: 1000
- Item: Opaque_Liquid
Rate: 2000
- Item: Shell_Of_Cognition
Rate: 2000
- Item: ILL_Deniro_Card
Rate: 1
StealProtected: true
- Id: 21390
AegisName: ILL_PIERE
Name: Diligent Piere
Level: 167
Hp: 825541
BaseExp: 82688
JobExp: 60487
Attack: 5042
Attack2: 557
Defense: 178
MagicDefense: 18
Str: 190
Agi: 104
Vit: 86
Int: 63
Dex: 175
Luk: 90
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Earth
ElementLevel: 3
WalkSpeed: 250
AttackDelay: 1288
AttackMotion: 288
ClientAttackMotion: 96
DamageMotion: 576
Ai: 21
Modes:
Detector: true
Drops:
- Item: Gelerdria
Rate: 5
- Item: IL_Twins_Jaw
Rate: 850
- Item: IL_Twins_Leg
Rate: 750
- Item: Worm_Peelings
Rate: 4500
- Item: Sticky_Mucus
Rate: 1000
- Item: Shell_Of_Cognition
Rate: 2000
- Item: ILL_Piere_Card
Rate: 1
StealProtected: true
- Id: 21391
AegisName: ILL_ANT_EGG
Name: Mushy Ant Egg
Level: 164
Hp: 659810
BaseExp: 34992
JobExp: 23555
Defense: 100
MagicDefense: 9
Vit: 65
Luk: 200
SkillRange: 0
ChaseRange: 0
Size: Small
Race: Formless
Element: Neutral
ElementLevel: 2
WalkSpeed: 1000
ClientAttackMotion: 672
Ai: 06
Drops:
- Item: Sprint_Shoes
Rate: 5
- Item: Siver_Guard
Rate: 5
- Item: Shell
Rate: 2000
- Item: Sticky_Mucus
Rate: 1000
- Item: Phracon
Rate: 500
- Item: Jellopy
Rate: 2500
- Item: Shell_Of_Cognition
Rate: 2000
- Item: ILL_Ant_egg_Card
Rate: 1
StealProtected: true
- Id: 21392
AegisName: ILL_GIEARTH
Name: Gutsy Giearth
Level: 168
Hp: 864988
BaseExp: 81566
JobExp: 61655
Attack: 4955
Attack2: 560
Defense: 223
MagicDefense: 21
Str: 160
Agi: 97
Vit: 155
Int: 104
Dex: 94
Luk: 111
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Demon
Element: Dark
ElementLevel: 3
WalkSpeed: 250
AttackDelay: 1848
AttackMotion: 1296
ClientAttackMotion: 1008
DamageMotion: 432
Ai: 21
Modes:
Detector: true
Drops:
- Item: Thorn_Staff
Rate: 5
- Item: IL_Twins_Hat
Rate: 750
- Item: IL_Twins_Shovel
Rate: 850
- Item: Coal
Rate: 200
- Item: Elder_Pixie's_Beard
Rate: 4000
- Item: Dry_Sand
Rate: 2000
- Item: Shell_Of_Cognition
Rate: 2000
- Item: ILL_Giearth_Card
Rate: 1
StealProtected: true
- Id: 21393
AegisName: ILL_FARMILIAR
Name: Gutsy Familiar
Level: 166
Hp: 761002
BaseExp: 79844
JobExp: 60180
Attack: 4472
Attack2: 542
Defense: 144
MagicDefense: 10
Str: 90
Agi: 122
Vit: 70
Int: 115
Dex: 188
Luk: 55
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Brute
Element: Dark
ElementLevel: 2
WalkSpeed: 150
AttackDelay: 1276
AttackMotion: 576
ClientAttackMotion: 288
DamageMotion: 384
Ai: 21
Drops:
- Item: Ancient_Dagger
Rate: 5
- Item: IL_Twins_Fang
Rate: 750
- Item: IL_Twins_Fur
Rate: 850
- Item: Tooth_Of_Bat
Rate: 5500
- Item: Red_Herb
Rate: 700
- Item: Shell_Of_Cognition
Rate: 2000
- Item: ILL_Farmiliar_Card
Rate: 1
StealProtected: true
- Id: 21394
AegisName: ILL_VITATA
Name: Diligent Vitata
Level: 169
Hp: 879511
BaseExp: 83348
JobExp: 62487
Attack: 4566
Attack2: 2984
Defense: 168
MagicDefense: 166
Str: 177
Agi: 128
Vit: 144
Int: 142
Dex: 223
Luk: 56
AttackRange: 3
SkillRange: 10
ChaseRange: 12
Size: Small
Race: Insect
Element: Poison
ElementLevel: 4
WalkSpeed: 300
AttackDelay: 1768
AttackMotion: 768
ClientAttackMotion: 432
DamageMotion: 384
Ai: 21
Modes:
Detector: true
Drops:
- Item: Sprint_Ring
Rate: 5
- Item: IL_Twins_Acid
Rate: 750
- Item: IL_Twins_Jaw
Rate: 850
- Item: Worm_Peelings
Rate: 4500
- Item: Sticky_Mucus
Rate: 1000
- Item: Scell
Rate: 300
- Item: Shell_Of_Cognition
Rate: 2000
- Item: ILL_Vitata_Card
Rate: 1
StealProtected: true
- Id: 21395
AegisName: ILL_MAYA
Name: Silent Maya
Level: 175
Hp: 24512365
BaseExp: 4401752
JobExp: 3601314
# MvpExp:
Attack: 7844
Attack2: 3827
Defense: 998
MagicDefense: 184
Str: 251
Agi: 206
Vit: 238
Int: 322
Dex: 244
Luk: 248
AttackRange: 1
SkillRange: 10
ChaseRange: 12
Size: Large
Race: Insect
Element: Neutral
ElementLevel: 4
WalkSpeed: 100
AttackDelay: 864
AttackMotion: 1000
ClientAttackMotion: 624
DamageMotion: 480
Ai: 21
Class: Boss
Modes:
Mvp: true
MvpDrops:
- Item: Old_Card_Album
Rate: 4000
- Item: Magic_Card_Album
Rate: 5000
- Item: Old_Violet_Box
Rate: 3000
Drops:
- Item: Dea_Staff
Rate: 300
- Item: IL_Twins_Acid
Rate: 10000
- Item: IL_Twins_Crown
Rate: 3000
- Item: IL_Twins_Leg
Rate: 10000
- Item: Shadowdecon
Rate: 100
- Item: Shell_Of_Cognition
Rate: 2000
- Item: Mother's_Nightmare
Rate: 10
- Item: ILL_Maya_Card
Rate: 1
StealProtected: true
# - Id: 21396
# AegisName: SEASON_MOB_016
# - Id: 21397
# AegisName: SEASON_MOB_017
# - Id: 21398
# AegisName: SEASON_MOB_018
# - Id: 21399
# AegisName: SEASON_MOB_019
# - Id: 21400
# AegisName: SEASON_MOB_020
# - Id: 21401
# AegisName: SEASON_MOB_021
# - Id: 21402
# AegisName: SEASON_MOB_022
# - Id: 21403
# AegisName: SEASON_MOB_023
# - Id: 21404
# AegisName: SEASON_MOB_024
# - Id: 21405
# AegisName: SEASON_MOB_025
# - Id: 21406
# AegisName: SEASON_MOB_026
# - Id: 21407
# AegisName: SEASON_MOB_027
# - Id: 21408
# AegisName: SEASON_MOB_028
# - Id: 21409
# AegisName: SEASON_MOB_029
# - Id: 21410
# AegisName: SEASON_MOB_030
# - Id: 21411
# AegisName: SEASON_MOB_031
# - Id: 21412
# AegisName: SEASON_MOB_032
# - Id: 21413
# AegisName: SEASON_MOB_033
# - Id: 21414
# AegisName: SEASON_MOB_034
# - Id: 21415
# AegisName: SEASON_MOB_035
# - Id: 21416
# AegisName: SEASON_MOB_036
# - Id: 21417
# AegisName: SEASON_MOB_037
# - Id: 21418
# AegisName: SEASON_MOB_038
# - Id: 21419
# AegisName: SEASON_MOB_039
# - Id: 21420
# AegisName: SEASON_MOB_040
# - Id: 21421
# AegisName: SEASON_MOB_041
# - Id: 21422
# AegisName: SEASON_MOB_042
# - Id: 21423
# AegisName: SEASON_MOB_043
# - Id: 21424
# AegisName: SEASON_MOB_044
# - Id: 21425
# AegisName: SEASON_MOB_045
# - Id: 21426
# AegisName: SEASON_MOB_046
# - Id: 21427
# AegisName: SEASON_MOB_047
# - Id: 21428
# AegisName: SEASON_MOB_048
# - Id: 21429
# AegisName: SEASON_MOB_049
# - Id: 21430
# AegisName: SEASON_MOB_050
# - Id: 21431
# AegisName: G_ILL_ANDRE
# - Id: 21432
# AegisName: G_ILL_DENIRO
# - Id: 21433
# AegisName: G_ILL_PIERE
# - Id: 21435
# AegisName: G_ILL_VITATA
# - Id: 21436
# AegisName: PURIKU_CHA_TH
# - Id: 21437
# AegisName: E_ALICE_TW
# - Id: 21438
# AegisName: E_FARMILIAR_TW
# - Id: 21439
# AegisName: MD_OTARGET
# - Id: 21440
# AegisName: MD_XTARGET
# - Id: 21441
# AegisName: MD_HLGR_HEARTHUNTER
# - Id: 21442
# AegisName: MD_HLGR_BELLARE
# - Id: 21443
# AegisName: MD_HLGR_SANARE
# - Id: 21444
# AegisName: MD_NINJA_GHOST
# - Id: 21445
# AegisName: MD_HAPPY_CLOUD
# - Id: 21446
# AegisName: MD_MR_SEO
# - Id: 21447
# AegisName: MD_SOL
# - Id: 21448
# AegisName: MD_HO
# - Id: 21449
# AegisName: MD_SANGOON
# - Id: 21450
# AegisName: SEASON_MOB_051
# - Id: 21451
# AegisName: SEASON_MOB_052
# - Id: 21452
# AegisName: SEASON_MOB_053
# - Id: 21453
# AegisName: SEASON_MOB_054
# - Id: 21454
# AegisName: SEASON_MOB_055
# - Id: 21455
# AegisName: SEASON_MOB_056
# - Id: 21456
# AegisName: SEASON_MOB_057
# - Id: 21457
# AegisName: SEASON_MOB_058
# - Id: 21458
# AegisName: SEASON_MOB_059
# - Id: 21459
# AegisName: SEASON_MOB_060
# - Id: 21460
# AegisName: SEASON_MOB_061
# - Id: 21461
# AegisName: SEASON_MOB_062
# - Id: 21462
# AegisName: SEASON_MOB_063
# - Id: 21463
# AegisName: SEASON_MOB_064
# - Id: 21464
# AegisName: SEASON_MOB_065
# - Id: 21465
# AegisName: SEASON_MOB_066
# - Id: 21466
# AegisName: SEASON_MOB_067
# - Id: 21467
# AegisName: SEASON_MOB_068
# - Id: 21468
# AegisName: SEASON_MOB_069
# - Id: 21469
# AegisName: SEASON_MOB_070
# - Id: 21470
# AegisName: SEASON_MOB_071
# - Id: 21471
# AegisName: SEASON_MOB_072
# - Id: 21472
# AegisName: SEASON_MOB_073
# - Id: 21473
# AegisName: SEASON_MOB_074
# - Id: 21474
# AegisName: SEASON_MOB_075
# - Id: 21475
# AegisName: SEASON_MOB_076
# - Id: 21476
# AegisName: SEASON_MOB_077
# - Id: 21477
# AegisName: SEASON_MOB_078
# - Id: 21478
# AegisName: SEASON_MOB_079
# - Id: 21479
# AegisName: SEASON_MOB_080
# - Id: 21480
# AegisName: SEASON_MOB_081
# - Id: 21481
# AegisName: SEASON_MOB_082
# - Id: 21482
# AegisName: SEASON_MOB_083
# - Id: 21483
# AegisName: SEASON_MOB_084
# - Id: 21484
# AegisName: SEASON_MOB_085
# - Id: 21485
# AegisName: SEASON_MOB_086
# - Id: 21486
# AegisName: SEASON_MOB_087
# - Id: 21487
# AegisName: SEASON_MOB_088
# - Id: 21488
# AegisName: SEASON_MOB_089
# - Id: 21489
# AegisName: SEASON_MOB_090
# - Id: 21490
# AegisName: SEASON_MOB_091
# - Id: 21491
# AegisName: SEASON_MOB_092
# - Id: 21492
# AegisName: SEASON_MOB_093
# - Id: 21493
# AegisName: SEASON_MOB_094
# - Id: 21494
# AegisName: SEASON_MOB_095
# - Id: 21495
# AegisName: SEASON_MOB_096
# - Id: 21496
# AegisName: SEASON_MOB_097
# - Id: 21497
# AegisName: SEASON_MOB_098
# - Id: 21498
# AegisName: SEASON_MOB_099
# - Id: 21499
# AegisName: SEASON_MOB_100
# - Id: 21500
# AegisName: EDDGA2
# - Id: 21501
# AegisName: WILD_ROSE2
# - Id: 21502
# AegisName: BAPHOMET2
# - Id: 21503
# AegisName: SEASON_MOB_101
# - Id: 21504
# AegisName: SEASON_MOB_102
# - Id: 21505
# AegisName: SEASON_MOB_103
# - Id: 21506
# AegisName: SEASON_MOB_104
# - Id: 21507
# AegisName: SEASON_MOB_105
# - Id: 21508
# AegisName: SEASON_MOB_106
# - Id: 21509
# AegisName: SEASON_MOB_107
# - Id: 21510
# AegisName: SEASON_MOB_108
# - Id: 21511
# AegisName: SEASON_MOB_109
# - Id: 21512
# AegisName: SEASON_MOB_110
# - Id: 21513
# AegisName: EP19_NPC_IWIN
# - Id: 21514
# AegisName: EP19_NPC_IWIN_SN
# - Id: 21515
# AegisName: EP19_NPC_IWIN_SY
# - Id: 21516
# AegisName: EP19_NPC_IWIN_SB
# - Id: 21517
# AegisName: EP19_NPC_IWIN_SG
# - Id: 21518
# AegisName: EP19_NPC_IWIN_SR
# - Id: 21519
# AegisName: EP19_NPC_LEHAR
# - Id: 21520
# AegisName: EP19_LIMACINA
# - Id: 21521
# AegisName: EP19_UNFROST_FLOWER
# - Id: 21522
# AegisName: EP19_CALMARING
# - Id: 21523
# AegisName: EP19_ICE_STRAW
# - Id: 21524
# AegisName: EP19_SHINING_SEAWEED
# - Id: 21525
# AegisName: EP19_ICE_GANGU
# - Id: 21526
# AegisName: EP19_RGAN_A
# - Id: 21527
# AegisName: EP19_RGAN_B
# - Id: 21528
# AegisName: EP19_RGAN_C
# - Id: 21529
# AegisName: EP19_RGAN_D
# - Id: 21530
# AegisName: EP19_RGAN_E
# - Id: 21531
# AegisName: EP19_MD_AQUILA
# - Id: 21532
# AegisName: EP19_MD_JUNCEA
# - Id: 21533
# AegisName: EP19_MD_JUNCEA_S
# - Id: 21534
# AegisName: EP19_MD_RGAN_E
# - Id: 21535
# AegisName: EP19_MD_RGAN_D
# - Id: 21536
# AegisName: EP19_MD_HEARTHUNTER_AT
# - Id: 21537
# AegisName: EP19_LIMACINA_BOSS
# - Id: 21538
# AegisName: EP19_WASTED_RGAN_A
# - Id: 21539
# AegisName: EP19_WASTED_RGAN_C
# - Id: 21540
# AegisName: EP19_CAVE_CALMARING
# - Id: 21541
# AegisName: EP19_CAVE_FLOWER
# - Id: 21542
# AegisName: EP19_HALLUCIGENIA
# - Id: 21543
# AegisName: EP19_HALLUCIGENIA_BABY
# - Id: 21544
# AegisName: EP19_ONE_EYE_DOLLOCARIS
# - Id: 21545
# AegisName: EP19_DOLLOCARIS
# - Id: 21546
# AegisName: MD_COMMON
# - Id: 21547
# AegisName: M_INCREASE_SOIL
# - Id: 21548
# AegisName: ECO_CORNUS
# - Id: 21549
# AegisName: ECO_PINGUICULA
# - Id: 21550
# AegisName: ECO_HUNTER_FLY
# - Id: 21551
# AegisName: ECO_ROCKER
# - Id: 21552
# AegisName: ECO_SAVAGE
# - Id: 21553
# AegisName: ECO_FLORA
# - Id: 21554
# AegisName: ECO_HILL_WIND
# - Id: 21555
# AegisName: ECO_MISTRESS
# - Id: 21556
# AegisName: ECO_EXPLOSION
# - Id: 21557
# AegisName: ECO_DELETER
# - Id: 21558
# AegisName: ECO_JAKK
# - Id: 21559
# AegisName: ECO_LAVA_GOLEM
# - Id: 21560
# AegisName: ECO_MAJORUROS
# - Id: 21561
# AegisName: ECO_HYDRO
# - Id: 21562
# AegisName: ECO_ACIDUS
# - Id: 21563
# AegisName: ECO_DETALE
# - Id: 21564
# AegisName: ECO_ICE_TITAN
# - Id: 21565
# AegisName: ECO_SIROMA
# - Id: 21566
# AegisName: ECO_SNOWIER
# - Id: 21567
# AegisName: ECO_CENTIPEDE
# - Id: 21568
# AegisName: ECO_AQUA_ELEMENTAL
# - Id: 21569
# AegisName: ECO_ANGELGOLT
# - Id: 21570
# AegisName: ECO_RHYNCHO
# - Id: 21571
# AegisName: ECO_KTULLANUX
# - Id: 21572
# AegisName: ECO_ANCIENT_MUMMY
# - Id: 21573
# AegisName: ECO_LUDE
# - Id: 21574
# AegisName: ECO_RAGGED_ZOMBIE
# - Id: 21575
# AegisName: ECO_WRAITH
# - Id: 21576
# AegisName: ECO_FLAME_SKULL
# - Id: 21577
# AegisName: ECO_BANSHEE
# - Id: 21578
# AegisName: ECO_KNIGHT_OF_ABYSS
# - Id: 21579
# AegisName: ECO_LORD_OF_DEATH
# - Id: 21580
# AegisName: G_BIJOU
# - Id: 21581
# AegisName: BD_DUMMY_TW
# - Id: 21582
# AegisName: BD_KUJAKA_TW
# - Id: 21583
# AegisName: BD_KUJAKA_REWARD_TW
# - Id: 21587
# AegisName: NPC_EDDGA
# - Id: 21588
# AegisName: EP19_MD_AQUILA_B
# - Id: 21589
# AegisName: G_EP19_LIMACINA
# - Id: 21590
# AegisName: EP19_MD_RGAN_ES
# - Id: 21591
# AegisName: E_CRYSTAL_C
# - Id: 21592
# AegisName: E_CRYSTAL_B
# - Id: 21593
# AegisName: E_CRYSTAL_A
# - Id: 21594
# AegisName: E_CRYSTAL_S
# - Id: 21595
# AegisName: E_CRYSTAL_SS
# - Id: 21596
# AegisName: TIGER_MAFIA
# - Id: 21597
# AegisName: RED_RAIN
# - Id: 21598
# AegisName: CHEWY_TTEOK
# - Id: 21599
# AegisName: EP19_HEARTHUNTER_AT
# - Id: 21600
# AegisName: EP19_RE_RGAN_E
# - Id: 21601
# AegisName: EP19_ET_RGAN_D
# - Id: 21602
# AegisName: C5_KASA_VEINS
# - Id: 21603
# AegisName: C4_GHOUL_VEINS
# - Id: 21604
# AegisName: BYORGUE_VEINS
# - Id: 21605
# AegisName: BOW_GUARDIAN_VEINS
# - Id: 21606
# AegisName: C5_SALAMANDER_VEINS
# - Id: 21607
# AegisName: DROSERA_VEINS
# - Id: 21608
# AegisName: IMP_VEINS
# - Id: 21609
# AegisName: KASA_VEINS
# - Id: 21610
# AegisName: MAGMARING_VEINS
# - Id: 21611
# AegisName: MUSCIPULAR_VEINS
# - Id: 21612
# AegisName: SALAMANDER_VEINS
# - Id: 21613
# AegisName: SWORD_GUARDIAN_VEINS
# - Id: 21614
# AegisName: KNOCKER_VEINS
# - Id: 21615
# AegisName: C3_KNOCKER_VEINS
# - Id: 21616
# AegisName: VR_BOOK_FAIRY
# - Id: 21617
# AegisName: VR_UNKOWN_MAN
# - Id: 21618
# AegisName: VR_LADY
# - Id: 21619
# AegisName: VR_KNIGHT_SILVER
# - Id: 21620
# AegisName: VR_ELYUMINA
# - Id: 21621
# AegisName: VR_MD_HHA_RKNT
# - Id: 21622
# AegisName: VR_MD_HHA_RYGD
# - Id: 21623
# AegisName: VR_MD_HHA_ACBS
# - Id: 21624
# AegisName: VR_MD_HHA_RNGR
# - Id: 21625
# AegisName: VR_MD_HHA_GX
# - Id: 21626
# AegisName: VR_MD_HHA_SC
# - Id: 21627
# AegisName: VR_MD_HHA_WR
# - Id: 21628
# AegisName: VR_MD_LEVI
# - Id: 21629
# AegisName: VR_MD_LEVI_2
# - Id: 21630
# AegisName: WILD_ROSE3
# - Id: 21631
# AegisName: BLUEMOON_LOLI_RURI2
# - Id: 21632
# AegisName: FARMILIAR2
# - Id: 21633
# AegisName: VR_AGNES
# - Id: 21634
# AegisName: 20TH_GATE_GREEN
# - Id: 21635
# AegisName: 20TH_GATE_PURPLE
# - Id: 21636
# AegisName: 20TH_GATE_RED
# - Id: 21637
# AegisName: 20TH_CRYSTAL_S
# - Id: 21638
# AegisName: 20TH_CRYSTAL_M
# - Id: 21639
# AegisName: 20TH_CRYSTAL_L
# - Id: 21640
# AegisName: SEASON_MOB_111
# - Id: 21641
# AegisName: SEASON_MOB_112
# - Id: 21642
# AegisName: SEASON_MOB_113
# - Id: 21643
# AegisName: SEASON_MOB_114
# - Id: 21644
# AegisName: SEASON_MOB_115
# - Id: 21645
# AegisName: SEASON_MOB_116
# - Id: 21646
# AegisName: SEASON_MOB_117
# - Id: 21647
# AegisName: SEASON_MOB_118
# - Id: 21648
# AegisName: SEASON_MOB_119
# - Id: 21649
# AegisName: SEASON_MOB_120
# - Id: 21650
# AegisName: CWHITEKNIGHT
# - Id: 21651
# AegisName: KNIGHT_OF_ABYSS2
# - Id: 21652
# AegisName: GH_WHITEKNIGHT
# - Id: 21653
# AegisName: EDDGA3
# - Id: 21779
# AegisName: SEASON_MOB_121
# - Id: 21780
# AegisName: SEASON_MOB_122
# - Id: 21781
# AegisName: SEASON_MOB_123
# - Id: 21782
# AegisName: SEASON_MOB_124
# - Id: 21783
# AegisName: SEASON_MOB_125
# - Id: 21784
# AegisName: SEASON_MOB_126
# - Id: 21785
# AegisName: SEASON_MOB_127
# - Id: 21786
# AegisName: SEASON_MOB_128
# - Id: 21787
# AegisName: SEASON_MOB_129
# - Id: 21788
# AegisName: SEASON_MOB_130
# - Id: 21789
# AegisName: SEASON_MOB_131
# - Id: 21790
# AegisName: SEASON_MOB_132
# - Id: 21791
# AegisName: SEASON_MOB_133
# - Id: 21792
# AegisName: SEASON_MOB_134
# - Id: 21793
# AegisName: SEASON_MOB_135
# - Id: 21794
# AegisName: SEASON_MOB_136
# - Id: 21795
# AegisName: SEASON_MOB_137
# - Id: 21796
# AegisName: SEASON_MOB_138
# - Id: 21797
# AegisName: SEASON_MOB_139
# - Id: 21798
# AegisName: SEASON_MOB_140
# - Id: 21799
# AegisName: SEASON_MOB_141
# - Id: 21800
# AegisName: SEASON_MOB_142
# - Id: 21801
# AegisName: SEASON_MOB_143
# - Id: 21802
# AegisName: SEASON_MOB_144
# - Id: 21803
# AegisName: SEASON_MOB_145
# - Id: 21804
# AegisName: SEASON_MOB_146
# - Id: 21805
# AegisName: SEASON_MOB_147
# - Id: 21806
# AegisName: SEASON_MOB_148
# - Id: 21807
# AegisName: SEASON_MOB_149
# - Id: 21808
# AegisName: SEASON_MOB_150
# - Id: 21809
# AegisName: 20TH_GATE_GREEN_M
# - Id: 21810
# AegisName: 20TH_GATE_GREEN_S
# - Id: 21811
# AegisName: 20TH_GATE_PURPLE_M
# - Id: 21812
# AegisName: 20TH_GATE_PURPLE_S
# - Id: 21813
# AegisName: 20TH_GATE_RED_M
# - Id: 21814
# AegisName: 20TH_GATE_RED_S
# - Id: 21815
# AegisName: VH_BONE_DETALE
# - Id: 21816
# AegisName: VH_INGRID
# - Id: 21817
# AegisName: VH_GRAN_PAPILIA
# - Id: 21818
# AegisName: VH_PITAYA_BOSS
# - Id: 21819
# AegisName: VH_SILVA_PAPILIA
# - Id: 21820
# AegisName: VH_SWEETY
# - Id: 21821
# AegisName: VH_AMDARAIS
# - Id: 21822
# AegisName: VH_HEMEL
# - Id: 21823
# AegisName: VH_ABYSMAL_WITCH
# - Id: 21824
# AegisName: VH_DEATH_WITCH
# - Id: 21825
# AegisName: VH_R001_BESTIA
# - Id: 21826
# AegisName: VH_SAKRAY
# - Id: 21827
# AegisName: VH_TIARA
# - Id: 21828
# AegisName: VH_AIRBOAT_BOSS
# - Id: 21829
# AegisName: VH_BETELGEUSE
# - Id: 21830
# AegisName: VH_BURNING_FANG
# - Id: 21831
# AegisName: VH_FREYJA
# - Id: 21832
# AegisName: VH_SCHULANG
# - Id: 21833
# AegisName: VH_LIMACINA_BOSS
# - Id: 21834
# AegisName: VH_JUNCEA
# - Id: 21835
# AegisName: VH_RKNT
# - Id: 21836
# AegisName: VH_RYGD
# - Id: 21837
# AegisName: VH_ACBS
# - Id: 21838
# AegisName: VH_RNGR
# - Id: 21839
# AegisName: VH_GX
# - Id: 21840
# AegisName: VH_SC
# - Id: 21841
# AegisName: VH_WR
# - Id: 21842
# AegisName: E_PORING_20
# - Id: 21843
# AegisName: SEASON_MOB_151
# - Id: 21844
# AegisName: SEASON_MOB_152
# - Id: 21845
# AegisName: SEASON_MOB_153
# - Id: 21846
# AegisName: SEASON_MOB_154
# - Id: 21847
# AegisName: SEASON_MOB_155
# - Id: 21848
# AegisName: SEASON_MOB_156
# - Id: 21849
# AegisName: SEASON_MOB_157
# - Id: 21850
# AegisName: SEASON_MOB_158
# - Id: 21853
# AegisName: EP19_MD_BOX1
# - Id: 21854
# AegisName: EP19_MD_BOX2
# - Id: 21855
# AegisName: HEROS_DRAGON_1
# - Id: 21856
# AegisName: HEROS_DRAGON_2
# - Id: 21857
# AegisName: HEROS_DRAGON_3
# - Id: 21858
# AegisName: HEROS_DRAGON_4
# - Id: 21859
# AegisName: G_MASTERING
# - Id: 21860
# AegisName: G_CRAB
# - Id: 21861
# AegisName: G_SHELLFISH
# - Id: 21862
# AegisName: VR_MD_SWORDMAN
# - Id: 21863
# AegisName: VR_MARLBRON
# - Id: 21864
# AegisName: E_HILLSRION
# - Id: 21865
# AegisName: E_BABY_LEOPARD
# - Id: 21866
# AegisName: HEROS_IN_ORB_1
# - Id: 21867
# AegisName: HEROS_IN_ORB_2
# - Id: 21868
# AegisName: HEROS_IN_ORB_3
# - Id: 21869
# AegisName: HEROS_IN_ORB_4
# - Id: 21870
# AegisName: VR_MD_DEVIL
# - Id: 21871
# AegisName: SEASON_MOB_161
# - Id: 21872
# AegisName: SEASON_MOB_162
# - Id: 21873
# AegisName: SEASON_MOB_163
# - Id: 21874
# AegisName: SEASON_MOB_164
# - Id: 21875
# AegisName: SEASON_MOB_165
# - Id: 21876
# AegisName: SEASON_MOB_166
# - Id: 21877
# AegisName: SEASON_MOB_167
# - Id: 21878
# AegisName: SEASON_MOB_168
# - Id: 21879
# AegisName: SEASON_MOB_169
# - Id: 21880
# AegisName: SEASON_MOB_170
# - Id: 21881
# AegisName: SEASON_MOB_171
# - Id: 21882
# AegisName: SEASON_MOB_172
# - Id: 21883
# AegisName: SEASON_MOB_173
# - Id: 21884
# AegisName: SEASON_MOB_174
# - Id: 21885
# AegisName: SEASON_MOB_175
# - Id: 21886
# AegisName: SEASON_MOB_176
# - Id: 21887
# AegisName: HEROS_OUT_ORB
# - Id: 21888
# AegisName: G_DEVILING
# - Id: 21889
# AegisName: HEROS_WOLF
# - Id: 21890
# AegisName: HEROS_GINSENG
# - Id: 21891
# AegisName: HEROS_CANNON_R
# - Id: 21892
# AegisName: HEROS_CANNON_Y
# - Id: 21893
# AegisName: HEROS_CANNON_G
# - Id: 21894
# AegisName: HEROS_CANNON_B
# - Id: 21895
# AegisName: HEROS_R_PLANT
# - Id: 21896
# AegisName: HEROS_Y_PLANT
# - Id: 21897
# AegisName: HEROS_B_PLANT
# - Id: 21898
# AegisName: HEROS_W_PLANT
# - Id: 21899
# AegisName: HEROS_R_FERUS
# - Id: 21900
# AegisName: HEROS_G_FERUS
# - Id: 21901
# AegisName: HEROS_P_FERUS
# - Id: 21902
# AegisName: HEROS_WATCHER
# - Id: 21903
# AegisName: HEROS_KEEPER
# - Id: 21904
# AegisName: HEROS_F_PEGASUS
# - Id: 21905
# AegisName: G_HEROS_R_FERUS
# - Id: 21906
# AegisName: G_HEROS_G_FERUS
# - Id: 21907
# AegisName: G_HEROS_P_FERUS
# - Id: 21908
# AegisName: VR_WILD_ROSE
# - Id: 21909
# AegisName: E_SOHEE
# - Id: 21910
# AegisName: VR_MD_LZ
# - Id: 21911
# AegisName: 2210_EV_SPIDING
# - Id: 21912
# AegisName: MD_SEWER_THIEF_BUG
# - Id: 21913
# AegisName: MD_SEWER_CHONCHON
# - Id: 21914
# AegisName: MD_SEWER_AMBERNITE
# - Id: 21915
# AegisName: MD_SEWER_BEETLE
# - Id: 21916
# AegisName: MD_SEWER_ARCLOUSE
# - Id: 21917
# AegisName: MD_SEWER_ARGIOPE
# - Id: 21918
# AegisName: MD_SEWER_CAVE_FLOWER
# - Id: 21919
# AegisName: LARVA_VIOLET
# - Id: 21920
# AegisName: ECO_RUDO
# - Id: 21921
# AegisName: ECO_ARCHANGELING
# - Id: 21922
# AegisName: ECO_FAKE_ANGEL
# - Id: 21923
# AegisName: ECO_PLASMA_P
# - Id: 21924
# AegisName: ECO_SOLACE
# - Id: 21925
# AegisName: ECO_ANOPHELES
# - Id: 21926
# AegisName: ECO_GRYPHON
# - Id: 21927
# AegisName: ECO_RANDGRIS
# - Id: 21928
# AegisName: ECO_COMODO
# - Id: 21929
# AegisName: ECO_POISON_TOAD
# - Id: 21930
# AegisName: ECO_SIDE_WINDER
# - Id: 21931
# AegisName: ECO_CRAMP
# - Id: 21932
# AegisName: ECO_KUKRE
# - Id: 21933
# AegisName: ECO_NEPENTHES
# - Id: 21934
# AegisName: ECO_ANGRA_MANTIS
# - Id: 21935
# AegisName: ECO_VENOM_KIMERA
# - Id: 21936
# AegisName: ECO_NIGHTMARE
# - Id: 21937
# AegisName: ECO_WHISPER
# - Id: 21938
# AegisName: ECO_MARIONETTE
# - Id: 21939
# AegisName: ECO_NOXIOUS
# - Id: 21940
# AegisName: ECO_THE_PAPER
# - Id: 21941
# AegisName: ECO_GAJOMART
# - Id: 21942
# AegisName: ECO_ODIUM
# - Id: 21943
# AegisName: ECO_GLOOMUNDERNIGHT
# - Id: 21944
# AegisName: E_PORING_2023
# - Id: 21945
# AegisName: E_LUNATIC_2023
# - Id: 21946
# AegisName: BURNING_KNIGHT
# - Id: 21947
# AegisName: DEDSERA
# - Id: 21948
# AegisName: HARDROCK_TITAN
# - Id: 21949
# AegisName: DEADWEEN
# - Id: 21950
# AegisName: GAIA_POL
# - Id: 21951
# AegisName: PUNCH_BUG
# - Id: 21952
# AegisName: AFERDE
# - Id: 21953
# AegisName: DISPOL
# - Id: 21954
# AegisName: TIMBERS
# - Id: 21955
# AegisName: RENIRE
# - Id: 21956
# AegisName: G_BURNING_KNIGHT
# - Id: 21957
# AegisName: G_TIMBERS
# - Id: 21958
# AegisName: SEASON_MOB_177
# - Id: 21959
# AegisName: SEASON_MOB_178
# - Id: 21960
# AegisName: SEASON_MOB_179
# - Id: 21961
# AegisName: SEASON_MOB_180
# - Id: 21962
# AegisName: SEASON_MOB_181
# - Id: 21963
# AegisName: SEASON_MOB_182
# - Id: 21964
# AegisName: 2301_EV_RICE_FLOUR
# - Id: 21965
# AegisName: EP20_COPO
# - Id: 21966
# AegisName: EP20_ICEWIND1
# - Id: 21967
# AegisName: EP20_ICEWIND2
# - Id: 21968
# AegisName: EP20_EGGCOPO
# - Id: 21969
# AegisName: EP20_RABBIT_ICESLUG
# - Id: 21970
# AegisName: EP20_MELIBE_ICESLUG
# - Id: 21971
# AegisName: EP20_ICEBEAR
# - Id: 21972
# AegisName: EP20_JORMUNGUARD1
# - Id: 21973
# AegisName: EP20_JORMUNGUARD2
# - Id: 21974
# AegisName: EP20_FAKE_IWIN_SN
# - Id: 21975
# AegisName: EP20_FAKE_IWIN_SY
# - Id: 21976
# AegisName: EP20_FAKE_IWIN_SB
# - Id: 21977
# AegisName: EP20_FAKE_IWIN_SG
# - Id: 21978
# AegisName: EP20_FAKE_IWIN_SR
# - Id: 21979
# AegisName: EP20_DEMIGOD_LASGAND
# - Id: 21980
# AegisName: EP20_BOSS_CLANER
# - Id: 21981
# AegisName: MD_EP20_BOSS_LASGAND
# - Id: 21982
# AegisName: MD_EP20_FALLENANGEL
# - Id: 21983
# AegisName: EP20_ANGEL_ICESLUG
# - Id: 21984
# AegisName: EP20_ICEEGG
# - Id: 21985
# AegisName: EP20_RGAN_WARLOCK
# - Id: 21986
# AegisName: EP20_RGAN_HEALER
# - Id: 21987
# AegisName: EP20_JORGAN_WARLOCK
# - Id: 21988
# AegisName: EP20_JORGAN_HEALER
# - Id: 21989
# AegisName: EP20_JORGAN_GUARDIAN
# - Id: 21990
# AegisName: EP20_JORGAN_CLEANER
# - Id: 21991
# AegisName: MD_EP20_JOR_G_P
# - Id: 21992
# AegisName: MD_EP20_JOR_G_Y
# - Id: 21993
# AegisName: MD_EP20_JOR_WARLOCK
# - Id: 21994
# AegisName: EP20_MD_HEARTHUNTER1
# - Id: 21995
# AegisName: EP20_NPC_COCOPO
# - Id: 21996
# AegisName: EP20_SNOW_ANGEL
# - Id: 21997
# AegisName: G_EP20_JORMUNGUARD1
# - Id: 21998
# AegisName: G_EP20_JORMUNGUARD2
# - Id: 21999
# AegisName: G_EP20_JORGAN_CLEANER
# - Id: 22000
# AegisName: G_EP20_ANGEL_ICESLUG
# - Id: 22001
# AegisName: G_EP20_RGAN_WARLOCK
# - Id: 22002
# AegisName: G_EP20_JORGAN_HEALER
# - Id: 22003
# AegisName: G_EP20_JORGAN_GUARDIAN
# - Id: 22004
# AegisName: EP20_MD_BOX1
# - Id: 22005
# AegisName: EP20_MD_BOX2
# - Id: 22006
# AegisName: EP20_NPC_NYAR
# - Id: 22007
# AegisName: EP20_NPC_LASGAND
# - Id: 22008
# AegisName: AB_YEMOB_001
# - Id: 22009
# AegisName: AB_YEMOB_002
# - Id: 22010
# AegisName: AB_YEMOB_003
# - Id: 22011
# AegisName: AB_YEMOB_004
# - Id: 22012
# AegisName: AB_YEMOB_005
# - Id: 22013
# AegisName: AB_YEMOB_006
# - Id: 22014
# AegisName: AB_YEMOB_007
# - Id: 22015
# AegisName: AB_YEMOB_008
# - Id: 22016
# AegisName: AB_YEMOB_009
# - Id: 22017
# AegisName: AB_YEMOB_010
# - Id: 22018
# AegisName: AB_YEMOB_011
# - Id: 22019
# AegisName: AB_YEMOB_012
# - Id: 22020
# AegisName: AB_YEMOB_013
# - Id: 22021
# AegisName: AB_YEMOB_014
# - Id: 22022
# AegisName: AB_YEMOB_015
# - Id: 22023
# AegisName: AB_YEMOB_016
# - Id: 22024
# AegisName: AB_YEMOB_017
# - Id: 22025
# AegisName: AB_YEMOB_018
# - Id: 22026
# AegisName: AB_YEMOB_019
# - Id: 22027
# AegisName: AB_YEMOB_020
# - Id: 22028
# AegisName: AB_YEMOB_021
# - Id: 22029
# AegisName: AB_YEMOB_022
# - Id: 22030
# AegisName: AB_YEMOB_023
# - Id: 22031
# AegisName: AB_YEMOB_024
# - Id: 22032
# AegisName: AB_YEMOB_025
# - Id: 22033
# AegisName: AB_YEMOB_026
# - Id: 22034
# AegisName: AB_YEMOB_027
# - Id: 22035
# AegisName: AB_YEMOB_028
# - Id: 22036
# AegisName: AB_YEMOB_029
# - Id: 22037
# AegisName: AB_YEMOB_030
# - Id: 22038
# AegisName: AB_YEMOB_031
# - Id: 22039
# AegisName: AB_YEMOB_032
# - Id: 22040
# AegisName: AB_YEMOB_033
# - Id: 22041
# AegisName: AB_YEMOB_034
# - Id: 22042
# AegisName: AB_YEMOB_035
# - Id: 22043
# AegisName: AB_YEMOB_036
# - Id: 22044
# AegisName: AB_YEMOB_037
# - Id: 22045
# AegisName: AB_YEMOB_038
# - Id: 22046
# AegisName: AB_YEMOB_039
# - Id: 22047
# AegisName: AB_YEMOB_040
# - Id: 22048
# AegisName: AB_YEMOB_041
# - Id: 22049
# AegisName: AB_YEMOB_042
# - Id: 22050
# AegisName: AB_YEMOB_043
# - Id: 22051
# AegisName: AB_YEMOB_044
# - Id: 22052
# AegisName: AB_YEMOB_045
# - Id: 22053
# AegisName: AB_YEMOB_046
# - Id: 22054
# AegisName: AB_YEMOB_047
# - Id: 22055
# AegisName: AB_YEMOB_048
# - Id: 22056
# AegisName: AB_YEMOB_049
# - Id: 22057
# AegisName: AB_YEMOB_050
# - Id: 22058
# AegisName: AB_YEMOB_051
# - Id: 22059
# AegisName: AB_YEMOB_052
# - Id: 22060
# AegisName: AB_YEMOB_053
# - Id: 22061
# AegisName: AB_YEMOB_054
# - Id: 22062
# AegisName: AB_YEMOB_055
# - Id: 22063
# AegisName: AB_YEMOB_056
# - Id: 22064
# AegisName: AB_YEMOB_057
# - Id: 22065
# AegisName: AB_YEMOB_058
# - Id: 22066
# AegisName: AB_YEMOB_059
# - Id: 22067
# AegisName: AB_YEMOB_060
# - Id: 22068
# AegisName: AB_YEMOB_061
# - Id: 22069
# AegisName: AB_YEMOB_062
# - Id: 22070
# AegisName: AB_YEMOB_063
# - Id: 22071
# AegisName: AB_YEMOB_064
# - Id: 22072
# AegisName: AB_YEMOB_065
# - Id: 22073
# AegisName: AB_YEMOB_066
# - Id: 22074
# AegisName: AB_YEMOB_067
# - Id: 22075
# AegisName: AB_YEMOB_068
# - Id: 22076
# AegisName: AB_YEMOB_069
# - Id: 22077
# AegisName: AB_YEMOB_070
# - Id: 22078
# AegisName: AB_YEMOB_071
# - Id: 22079
# AegisName: AB_YEMOB_072
# - Id: 22080
# AegisName: AB_YEMOB_073
# - Id: 22081
# AegisName: AB_YEMOB_074
# - Id: 22082
# AegisName: AB_YEMOB_075
# - Id: 22083
# AegisName: AB_YEMOB_076
# - Id: 22084
# AegisName: AB_YEMOB_077
# - Id: 22085
# AegisName: AB_YEMOB_078
# - Id: 22086
# AegisName: AB_YEMOB_079
# - Id: 22087
# AegisName: AB_YEMOB_080
# - Id: 22088
# AegisName: AB_YEMOB_081
# - Id: 22089
# AegisName: AB_YEMOB_082
# - Id: 22090
# AegisName: AB_YEMOB_083
# - Id: 22091
# AegisName: AB_YEMOB_084
# - Id: 22092
# AegisName: AB_YEMOB_085
# - Id: 22093
# AegisName: AB_YEMOB_086
# - Id: 22094
# AegisName: AB_YEMOB_087
# - Id: 22095
# AegisName: AB_YEMOB_088
# - Id: 22096
# AegisName: AB_YEMOB_089
# - Id: 22097
# AegisName: AB_YEMOB_090
# - Id: 22098
# AegisName: AB_YEMOB_091
# - Id: 22099
# AegisName: AB_YEMOB_092
# - Id: 22100
# AegisName: AB_YEMOB_093
# - Id: 22101
# AegisName: AB_YEMOB_094
# - Id: 22102
# AegisName: AB_YEMOB_095
# - Id: 22103
# AegisName: AB_YEMOB_096
# - Id: 22104
# AegisName: AB_YEMOB_097
# - Id: 22105
# AegisName: AB_YEMOB_098
# - Id: 22106
# AegisName: AB_YEMOB_099
# - Id: 22107
# AegisName: AB_YEMOB_100
# - Id: 22108
# AegisName: AB_YEMOB_101
# - Id: 22109
# AegisName: AB_YEMOB_102
# - Id: 22110
# AegisName: AB_YEMOB_103
# - Id: 22111
# AegisName: AB_YEMOB_104
# - Id: 22112
# AegisName: AB_YEMOB_105
# - Id: 22113
# AegisName: AB_YEMOB_106
# - Id: 22114
# AegisName: AB_YEMOB_107
# - Id: 22115
# AegisName: AB_YEMOB_108
# - Id: 22116
# AegisName: AB_YEMOB_109
# - Id: 22117
# AegisName: AB_YEMOB_110
# - Id: 22118
# AegisName: AB_YEMOB_111
# - Id: 22119
# AegisName: AB_YEMOB_112
# - Id: 22120
# AegisName: AB_YEMOB_113
# - Id: 22121
# AegisName: AB_YEMOB_114
# - Id: 22122
# AegisName: AB_YEMOB_115
# - Id: 22123
# AegisName: AB_YEMOB_116
# - Id: 22124
# AegisName: AB_YEMOB_117
# - Id: 22125
# AegisName: AB_YEMOB_118
# - Id: 22126
# AegisName: AB_YEMOB_119
# - Id: 22127
# AegisName: AB_YEMOB_120
# - Id: 22128
# AegisName: AB_YEMOB_121
# - Id: 22129
# AegisName: AB_YEMOB_122
# - Id: 22130
# AegisName: AB_YEMOB_123
# - Id: 22131
# AegisName: AB_YEMOB_124
# - Id: 22132
# AegisName: AB_YEMOB_125
# - Id: 22133
# AegisName: AB_YEMOB_126
# - Id: 22134
# AegisName: AB_YEMOB_127
# - Id: 22135
# AegisName: AB_YEMOB_128
# - Id: 22136
# AegisName: AB_YEMOB_129
# - Id: 22137
# AegisName: AB_YEMOB_130
# - Id: 22138
# AegisName: AB_YEMOB_131
# - Id: 22139
# AegisName: AB_YEMOB_132
# - Id: 22140
# AegisName: BIO_ANOLIAN
# - Id: 22141
# AegisName: BIO_SKEL_ARCHER
# - Id: 22142
# AegisName: BIO_DRAGON_TAIL
# - Id: 22143
# AegisName: BIO_LAVA_TOAD
# - Id: 22144
# AegisName: BIO_LITTLE_FATUM
# - Id: 22145
# AegisName: BIO_STING
# - Id: 22146
# AegisName: BIO_EMPATHIZER
# - Id: 22147
# AegisName: BIO_FIRE_FRILLDORA
# - Id: 22148
# AegisName: BIO_HOLY_FRUS
# - Id: 22149
# AegisName: BIO_HOLY_SKOGUL
# - Id: 22150
# AegisName: BIO_KAPHA
# - Id: 22151
# AegisName: BIO_SKEL_SOLDIER
# - Id: 22152
# AegisName: BIO_PINGUICULA_D
# - Id: 22153
# AegisName: BIO_POM_SPIDER
# - Id: 22154
# AegisName: BIO_PRAY_GIVER
# - Id: 22155
# AegisName: BIO_WOOD_GOBLIN
# - Id: 22156
# AegisName: VR_MD_LAKE
# - Id: 22157
# AegisName: VR_MD_DESSERT
# - Id: 22158
# AegisName: VR_MD_SNOW
# - Id: 22159
# AegisName: VR_MD_OCEAN
# - Id: 22160
# AegisName: VR_MD_FOREST
# - Id: 22161
# AegisName: VR_MD_TILBY
# - Id: 22162
# AegisName: VR_MD_POPE
# - Id: 22163
# AegisName: VR_MD_TILBY2
# - Id: 22164
# AegisName: VR_MD_RAINBOW
# - Id: 22166
# AegisName: HEADSTONE1
# - Id: 22167
# AegisName: HEADSTONE2
# - Id: 22168
# AegisName: HEADSTONE3
# - Id: 22169
# AegisName: HEADSTONE4
# - Id: 22170
# AegisName: HEADSTONE0
# - Id: 22171
# AegisName: MD_COMMON_BOSS
# - Id: 22172
# AegisName: E_MANANANGGAL
# - Id: 22173
# AegisName: E_WAKWAK
# - Id: 22174
# AegisName: MD_PRI_RIGEL
# - Id: 22175
# AegisName: MD_PRI_RIGEL_AC
# - Id: 22176
# AegisName: MD_PRI_RIGEL_ACS
# - Id: 22177
# AegisName: MD_PRI_DRAGON_1
# - Id: 22178
# AegisName: MD_PRI_DRAGON_2
# - Id: 22179
# AegisName: MD_PRI_DRAGON_3
# - Id: 22180
# AegisName: MD_PRI_DRAGON_4
# - Id: 22181
# AegisName: MD_COMMON_P
# - Id: 22182
# AegisName: MD_COMMON_SG
# - Id: 22183
# AegisName: MD_MANASTORM
# - Id: 22184
# AegisName: MD_MANABARRIER
# - Id: 22185
# AegisName: DARK_LORD2
# - Id: 22186
# AegisName: E_NF_BUG
# - Id: 22187
# AegisName: E_NF_FLY
# - Id: 22188
# AegisName: E_NF_SMALLRAT
# - Id: 22189
# AegisName: E_NF_BIGRAT
# - Id: 22192
# AegisName: SPIRIT_G_LAND_S
# - Id: 22193
# AegisName: SPIRIT_G_LAND_M
# - Id: 22194
# AegisName: SPIRIT_G_LAND_L
# - Id: 22195
# AegisName: SPIRIT_G_LAND_SL
# - Id: 22196
# AegisName: SPIRIT_B_FLAME_S
# - Id: 22197
# AegisName: SPIRIT_B_FLAME_M
# - Id: 22198
# AegisName: SPIRIT_B_FLAME_L
# - Id: 22199
# AegisName: SPIRIT_B_FLAME_SL
# - Id: 22200
# AegisName: SPIRIT_S_WIND_S
# - Id: 22201
# AegisName: SPIRIT_S_WIND_M
# - Id: 22202
# AegisName: SPIRIT_S_WIND_L
# - Id: 22203
# AegisName: SPIRIT_S_WIND_SL
# - Id: 22204
# AegisName: SPIRIT_I_WATER_S
# - Id: 22205
# AegisName: SPIRIT_I_WATER_M
# - Id: 22206
# AegisName: SPIRIT_I_WATER_L
# - Id: 22207
# AegisName: SPIRIT_I_WATER_SL
# - Id: 22208
# AegisName: SPIRIT_C_LAND_S
# - Id: 22209
# AegisName: SPIRIT_C_LAND_M
# - Id: 22210
# AegisName: SPIRIT_C_LAND_L
# - Id: 22211
# AegisName: SPIRIT_C_LAND_SL
# - Id: 22212
# AegisName: SPIRIT_C_FLAME_S
# - Id: 22213
# AegisName: SPIRIT_C_FLAME_M
# - Id: 22214
# AegisName: SPIRIT_C_FLAME_L
# - Id: 22215
# AegisName: SPIRIT_C_FLAME_SL
# - Id: 22216
# AegisName: SPIRIT_H_WATER_S
# - Id: 22217
# AegisName: SPIRIT_H_WATER_M
# - Id: 22218
# AegisName: SPIRIT_H_WATER_L
# - Id: 22219
# AegisName: SPIRIT_H_WATER_SL
# - Id: 22220
# AegisName: SPIRIT_D_WIND_S
# - Id: 22221
# AegisName: SPIRIT_D_WIND_M
# - Id: 22222
# AegisName: SPIRIT_D_WIND_L
# - Id: 22223
# AegisName: SPIRIT_D_WIND_SL
# - Id: 22224
# AegisName: SPIRIT_R_FLAME_S
# - Id: 22225
# AegisName: SPIRIT_R_FLAME_M
# - Id: 22226
# AegisName: SPIRIT_R_FLAME_L
# - Id: 22227
# AegisName: SPIRIT_R_FLAME_SL
# - Id: 22228
# AegisName: SPIRIT_F_LAND_S
# - Id: 22229
# AegisName: SPIRIT_F_LAND_M
# - Id: 22230
# AegisName: SPIRIT_F_LAND_L
# - Id: 22231
# AegisName: SPIRIT_F_LAND_SL
# - Id: 22232
# AegisName: SPIRIT_C_WATER_S
# - Id: 22233
# AegisName: SPIRIT_C_WATER_M
# - Id: 22234
# AegisName: SPIRIT_C_WATER_L
# - Id: 22235
# AegisName: SPIRIT_C_WATER_SL
# - Id: 22236
# AegisName: SPIRIT_C_WIND_S
# - Id: 22237
# AegisName: SPIRIT_C_WIND_M
# - Id: 22238
# AegisName: SPIRIT_C_WIND_L
# - Id: 22239
# AegisName: SPIRIT_C_WIND_SL
# - Id: 22240
# AegisName: VR_SONIC_WALK
# - Id: 22241
# AegisName: VR_SONIC_SPIN
# - Id: 22242
# AegisName: VR_TALES
# - Id: 22243
# AegisName: VR_MD_METALSONIC
# - Id: 22244
# AegisName: VR_MD_KNUCKLES
# - Id: 22245
# AegisName: VR_MD_DREGG1
# - Id: 22246
# AegisName: VR_MD_DREGG2
# - Id: 22247
# AegisName: VR_MD_MEGALITH_SONIC
# - Id: 22248
# AegisName: VR_MD_SPORE_SONIC
# - Id: 22249
# AegisName: VR_MD_SAVAGE_SONIC
# - Id: 22250
# AegisName: VR_MD_ANGELING_SONIC
# - Id: 22251
# AegisName: VR_MD_HEATER_SONIC
# - Id: 22252
# AegisName: BIO_DUNEYRR
# - Id: 22253
# AegisName: BIO_NAGA
# - Id: 22254
# AegisName: BIO_ANCIENT_TREE
# - Id: 22255
# AegisName: BIO_DOLLOCARIS
# - Id: 22256
# AegisName: BIO_ICE_GARGOYLE
# - Id: 22257
# AegisName: BIO_FLAME_GHOST
# - Id: 22258
# AegisName: BIO_ACIDUS_
# - Id: 22259
# AegisName: BIO_MOROCC_1
# - Id: 22260
# AegisName: BIO_SALAMANDER
# - Id: 22261
# AegisName: BIO_MOSKILLO
# - Id: 22262
# AegisName: 2311_EV_BLACK_BEAR
# - Id: 22263
# AegisName: 2311_EV_GOLD_PIG
# - Id: 22297
# AegisName: 2401_EV_DRAGORING
# - Id: 22298
# AegisName: 2401_EV_IMOOGI
# - Id: 22299
# AegisName: VR_CHAO
# - Id: 22300
# AegisName: EP21_NPC_SERPENT
# - Id: 22301
# AegisName: EP21_NPC_TRIS
# - Id: 22302
# AegisName: EP21_NPC_TAN
# - Id: 22303
# AegisName: EP21_NPC_NADOYO
# - Id: 22304
# AegisName: EP21_NPC_REINHARDT
# - Id: 22305
# AegisName: EP21_NPC_WILHELM
# - Id: 22306
# AegisName: EP21_NPC_MARISTELLA
# - Id: 22307
# AegisName: EP21_NPC_YOHAN
# - Id: 22308
# AegisName: EP21_NPC_RICHARD
# - Id: 22309
# AegisName: EP21_NPC_EIBA
# - Id: 22310
# AegisName: EP21_NPC_GUNTER
# - Id: 22311
# AegisName: EP21_NPC_IVAN
# - Id: 22312
# AegisName: EP21_NPC_GALAXIA
# - Id: 22313
# AegisName: EP21_SEAWIND
# - Id: 22314
# AegisName: EP21_SCALLEG
# - Id: 22315
# AegisName: EP21_VELELLING
# - Id: 22316
# AegisName: EP21_LETTERSTER
# - Id: 22317
# AegisName: EP21_ROCKSTRIKER
# - Id: 22318
# AegisName: EP21_ICESEAHORSE
# - Id: 22319
# AegisName: EP21_SKIPSKIPPER
# - Id: 22320
# AegisName: EP21_CLIOLIMA
# - Id: 22321
# AegisName: EP21_YORKER_A
# - Id: 22322
# AegisName: EP21_YORKER_B
# - Id: 22323
# AegisName: EP21_YOSTER_A
# - Id: 22324
# AegisName: EP21_YOSTER_B
# - Id: 22325
# AegisName: EP21_YOSTER_C
# - Id: 22326
# AegisName: EP21_YOSTER_D
# - Id: 22327
# AegisName: EP21_YOSTER_E
# - Id: 22328
# AegisName: DESERT_WOLF_RAC
# - Id: 22329
# AegisName: ANOPHELES_RAC_MO
# - Id: 22330
# AegisName: GREMLIN_RAC
# - Id: 22331
# AegisName: BEHOLDER_RAC
# - Id: 22332
# AegisName: MQ_KIND_OF_BEETLE
# - Id: 22333
# AegisName: MQ_FRILLDORA
# - Id: 22334
# AegisName: MQ_SAND_MAN
# - Id: 22335
# AegisName: MQ_SAKRAY
# - Id: 22336
# AegisName: MQ_CRAB
# - Id: 22337
# AegisName: MQ_SHELLFISH
# - Id: 22338
# AegisName: MQ_GALAPAGO
# - Id: 22339
# AegisName: MQ_FUR_SEAL
# - Id: 22340
# AegisName: MQ_SEE_OTTER
# - Id: 22341
# AegisName: MQ_PIERE
# - Id: 22342
# AegisName: MQ_ANDRE
# - Id: 22343
# AegisName: MQ_DENIRO
# - Id: 22344
# AegisName: MQ_GOLEM
# - Id: 22345
# AegisName: MQ_DUSTINESS
# - Id: 22346
# AegisName: MQ_MANTIS
# - Id: 22347
# AegisName: MQ_GEOGRAPHER
# - Id: 22348
# AegisName: MQ_SCORPION_KING
# - Id: 22349
# AegisName: MQ_KIND_OF_BEETLE1
# - Id: 22350
# AegisName: MQ_KIND_OF_BEETLE2
# - Id: 22351
# AegisName: MQ_KIND_OF_BEETLE3
# - Id: 22352
# AegisName: MQ_KIND_OF_BEETLE4
# - Id: 22353
# AegisName: EP21_YORMI_A
# - Id: 22354
# AegisName: EP21_YORMI_B
# - Id: 22355
# AegisName: EP21_YORDOS_A
# - Id: 22356
# AegisName: EP21_YORDOS_B
# - Id: 22357
# AegisName: EP21_YORDOS_C
# - Id: 22358
# AegisName: EP21_YOSCOPUS_A
# - Id: 22359
# AegisName: EP21_YOSCOPUS_B
# - Id: 22360
# AegisName: EP21_YORTUS_A
# - Id: 22361
# AegisName: EP21_YORTUS_B
# - Id: 22362
# AegisName: EP21_ICEHORN
# - Id: 22363
# AegisName: EP21_B_YORTUS_A
# - Id: 22364
# AegisName: EP21_B_YORTUS_B
# - Id: 22365
# AegisName: G_EP21_ICESEAHORSE
# - Id: 22366
# AegisName: G_EP21_YORDOS_A
# - Id: 22367
# AegisName: G_EP21_YORDOS_B
# - Id: 22368
# AegisName: G_EP21_YORDOS_C
# - Id: 22369
# AegisName: EP21_MD_SAILOR
# - Id: 22370
# AegisName: EP21_MD_CAPTAIN
# - Id: 22371
# AegisName: EP21_YOR_TAN
# - Id: 22372
# AegisName: EP21_MD_CAPTAIN_B
# - Id: 22373
# AegisName: EP21_YOR_TAN_B
# - Id: 22374
# AegisName: EP21_MD_BOX1
# - Id: 22378
# AegisName: MD_Airboat_Boss5
# - Id: 22379
# AegisName: EV_NPC_VACATION_POPE
# - Id: 22380
# AegisName: E_WATER_M_RING
# - Id: 23000
# AegisName: DARK_ILLUSION2
# - Id: 23001
# AegisName: MD_RIGEL
# - Id: 23002
# AegisName: 20TH_EVENT_HEMEL
# - Id: 23003
# AegisName: 20TH_EVENT_LOLI_RURI
# - Id: 23004
# AegisName: 20TH_EVENT_GIBBET
# - Id: 23005
# AegisName: 20TH_EVENT_HYLOZOIST
# - Id: 23006
# AegisName: 20TH_EVENT_MURDERER
# - Id: 23007
# AegisName: 20TH_EVENT_CORPS
# - Id: 23008
# AegisName: 20TH_EVENT_CO_CMDER
# - Id: 23009
# AegisName: PITAYA_R_PET
# - Id: 23010
# AegisName: JP_MAZEMOB_101
# - Id: 23011
# AegisName: JP_MAZEMOB_102
# - Id: 23012
# AegisName: JP_MAZEMOB_103
# - Id: 23013
# AegisName: JP_MAZEMOB_104
# - Id: 23014
# AegisName: JP_MAZEMOB_105
# - Id: 23015
# AegisName: JP_MAZEMOB_106
# - Id: 23016
# AegisName: JP_MAZEMOB_107
# - Id: 23017
# AegisName: JP_MAZEMOB_108
# - Id: 23018
# AegisName: JP_MAZEMOB_109
# - Id: 23019
# AegisName: JP_MAZEMOB_110
# - Id: 23020
# AegisName: JP_MAZEMOB_111
# - Id: 23021
# AegisName: JP_MAZEMOB_112
# - Id: 23022
# AegisName: JP_MAZEMOB_113
# - Id: 23023
# AegisName: JP_MAZEMOB_114
# - Id: 23024
# AegisName: JP_MAZEMOB_115
# - Id: 23025
# AegisName: JP_MAZEMOB_116
# - Id: 23026
# AegisName: JP_MAZEMOB_117
# - Id: 23027
# AegisName: JP_MAZEMOB_118
# - Id: 23028
# AegisName: JP_MAZEMOB_119
# - Id: 23029
# AegisName: JP_MAZEMOB_120
# - Id: 23030
# AegisName: JP_MAZEMOB_121
# - Id: 23031
# AegisName: JP_MAZEMOB_122
# - Id: 23032
# AegisName: JP_MAZEMOB_123
# - Id: 23033
# AegisName: JP_MAZEMOB_124
# - Id: 23034
# AegisName: JP_MAZEMOB_125
# - Id: 23035
# AegisName: JP_MAZEMOB_126
# - Id: 23036
# AegisName: JP_MAZEMOB_127
# - Id: 23037
# AegisName: JP_MAZEMOB_128
# - Id: 23038
# AegisName: JP_MAZEMOB_129
# - Id: 23039
# AegisName: JP_MAZEMOB_130
# - Id: 23040
# AegisName: JP_MAZEMOB_131
# - Id: 23041
# AegisName: JP_MAZEMOB_132
# - Id: 23042
# AegisName: JP_MAZEMOB_133
# - Id: 23043
# AegisName: JP_MAZEMOB_134
# - Id: 23044
# AegisName: JP_MAZEMOB_135
# - Id: 23045
# AegisName: JP_MAZEMOB_136
# - Id: 23046
# AegisName: JP_MAZEMOB_137
# - Id: 23047
# AegisName: JP_MAZEMOB_138
# - Id: 23048
# AegisName: JP_MAZEMOB_139
# - Id: 23049
# AegisName: JP_MAZEMOB_140
# - Id: 23050
# AegisName: JP_MAZEMOB_141
# - Id: 23051
# AegisName: JP_MAZEMOB_142
# - Id: 23052
# AegisName: JP_MAZEMOB_143
# - Id: 23053
# AegisName: JP_MAZEMOB_144
# - Id: 23054
# AegisName: JP_MAZEMOB_145
# - Id: 23055
# AegisName: JP_MAZEMOB_146
# - Id: 23056
# AegisName: JP_MAZEMOB_147
# - Id: 23057
# AegisName: JP_MAZEMOB_148
# - Id: 23058
# AegisName: JP_MAZEMOB_149
# - Id: 23059
# AegisName: JP_MAZEMOB_150
# - Id: 23060
# AegisName: EP20_ARMOERDCOPO
# - Id: 23061
# AegisName: MIN_ECLIPSE_TW
# - Id: 23062
# AegisName: E_GOLDEN_SAVAGE
# - Id: 23063
# AegisName: SEASON_MOB_183
# - Id: 23064
# AegisName: SEASON_MOB_184
# - Id: 23065
# AegisName: SEASON_MOB_185
# - Id: 23066
# AegisName: SEASON_MOB_186
# - Id: 23067
# AegisName: SEASON_MOB_187
# - Id: 23068
# AegisName: SEASON_MOB_188
# - Id: 23069
# AegisName: SEASON_MOB_189
# - Id: 23070
# AegisName: SEASON_MOB_190
# - Id: 23071
# AegisName: SEASON_MOB_191
# - Id: 23072
# AegisName: SEASON_MOB_192
# - Id: 23073
# AegisName: SEASON_MOB_193
# - Id: 23074
# AegisName: SAND_BAG_MAN01
# - Id: 23075
# AegisName: SAND_BAG_MAN02
# - Id: 23076
# AegisName: SAND_BAG_MAN03
# - Id: 23077
# AegisName: SAND_BAG_MAN04
# - Id: 23078
# AegisName: SAND_BAG_MAN05
# - Id: 23079
# AegisName: SAND_BAG_MAN06
# - Id: 23080
# AegisName: SAND_BAG_MAN07
# - Id: 23081
# AegisName: SAND_BAG_MAN08
# - Id: 23082
# AegisName: SAND_BAG_MAN09
# - Id: 23083
# AegisName: SAND_BAG_MAN10
# - Id: 23084
# AegisName: SAND_BAG_MAN11
# - Id: 23085
# AegisName: SAND_BAG_MAN12
# - Id: 23086
# AegisName: SAND_BAG_MAN13
# - Id: 23087
# AegisName: SAND_BAG_MAN14
# - Id: 23088
# AegisName: SAND_BAG_MAN15
# - Id: 23089
# AegisName: SAND_BAG_MAN16
# - Id: 23090
# AegisName: SAND_BAG_MAN17
# - Id: 23091
# AegisName: SAND_BAG_MAN18
# - Id: 23092
# AegisName: SAND_BAG_MAN19
# - Id: 23093
# AegisName: SAND_BAG_MAN20
# - Id: 23094
# AegisName: SAND_BAG_MAN21
# - Id: 23095
# AegisName: SAND_BAG_MAN22
# - Id: 23096
# AegisName: SAND_BAG_MAN23
# - Id: 23097
# AegisName: SAND_BAG_MAN24
# - Id: 23098
# AegisName: SAND_BAG_MAN25
# - Id: 23099
# AegisName: SAND_BAG_MAN26
# - Id: 23100
# AegisName: SAND_BAG_MAN27
# - Id: 23101
# AegisName: SAND_BAG_MAN28
# - Id: 23102
# AegisName: SAND_BAG_MAN29
# - Id: 23103
# AegisName: SAND_BAG_MAN30
# - Id: 23104
# AegisName: SAND_BAG_MAN31
# - Id: 23105
# AegisName: SAND_BAG_MAN32
# - Id: 23106
# AegisName: SAND_BAG_MAN33
# - Id: 23107
# AegisName: SAND_BAG_MAN34
# - Id: 23108
# AegisName: SAND_BAG_MAN35
# - Id: 23109
# AegisName: SAND_BAG_MAN36
# - Id: 23110
# AegisName: SAND_BAG_MAN37
# - Id: 23111
# AegisName: SAND_BAG_MAN38
# - Id: 23112
# AegisName: SAND_BAG_MAN39
# - Id: 23113
# AegisName: SAND_BAG_MAN40
# - Id: 23114
# AegisName: SAND_BAG_MAN41
# - Id: 23115
# AegisName: SAND_BAG_MAN42
# - Id: 23116
# AegisName: SAND_BAG_MAN43
# - Id: 23117
# AegisName: SAND_BAG_MAN44
# - Id: 23118
# AegisName: SAND_BAG_MAN45
# - Id: 23119
# AegisName: SAND_BAG_MAN46
# - Id: 23120
# AegisName: SAND_BAG_MAN47
# - Id: 23121
# AegisName: SAND_BAG_MAN48
# - Id: 23122
# AegisName: SAND_BAG_MAN49
# - Id: 23123
# AegisName: SAND_BAG_MAN50
# - Id: 23124
# AegisName: SAND_BAG_MAN51
# - Id: 23125
# AegisName: SAND_BAG_MAN52
# - Id: 23126
# AegisName: SAND_BAG_MAN53
# - Id: 23127
# AegisName: SAND_BAG_MAN54
# - Id: 23128
# AegisName: SAND_BAG_MAN55
# - Id: 23129
# AegisName: SAND_BAG_MAN56
# - Id: 23130
# AegisName: SAND_BAG_MAN57
# - Id: 23131
# AegisName: SAND_BAG_MAN58
# - Id: 23132
# AegisName: SAND_BAG_MAN59
# - Id: 23133
# AegisName: SAND_BAG_MAN60
# - Id: 23134
# AegisName: SAND_BAG_MAN61
# - Id: 23135
# AegisName: SAND_BAG_MAN62
# - Id: 23136
# AegisName: SAND_BAG_MAN63
# - Id: 23137
# AegisName: SAND_BAG_MAN64
# - Id: 23138
# AegisName: SAND_BAG_MAN65
# - Id: 23139
# AegisName: SAND_BAG_MAN66
# - Id: 23140
# AegisName: SAND_BAG_MAN67
# - Id: 23141
# AegisName: SAND_BAG_MAN68
# - Id: 23142
# AegisName: SAND_BAG_MAN69
# - Id: 23143
# AegisName: SAND_BAG_MAN70
# - Id: 23144
# AegisName: SAND_BAG_MAN71
# - Id: 23145
# AegisName: SAND_BAG_MAN72
# - Id: 23146
# AegisName: SAND_BAG_MAN73
# - Id: 23147
# AegisName: SAND_BAG_MAN74
# - Id: 23148
# AegisName: SAND_BAG_MAN75
# - Id: 23149
# AegisName: SAND_BAG_MAN76
# - Id: 23150
# AegisName: SAND_BAG_MAN77
# - Id: 23151
# AegisName: SAND_BAG_MAN78
# - Id: 23152
# AegisName: SAND_BAG_MAN79
# - Id: 23153
# AegisName: SAND_BAG_MAN80
# - Id: 25019
# AegisName: MQ_M_MOCLORD
# - Id: 25020
# AegisName: MQ_M_ZAVIER
# - Id: 25021
# AegisName: MQ_EREMES
# - Id: 25022
# AegisName: MQ_HARWORD
# - Id: 25023
# AegisName: MQ_KATRINN
# - Id: 25024
# AegisName: MQ_MAGALETA
# - Id: 25025
# AegisName: MQ_M_TRISTAN
# - Id: 25026
# AegisName: MQ_BREEZE
# - Id: 25027
# AegisName: MQ_C4_BREEZE
# - Id: 25028
# AegisName: MQ_C3_BREEZE
# - Id: 25029
# AegisName: MQ_SKOGUL
# - Id: 25030
# AegisName: MQ_C2_SKOGUL
# - Id: 25031
# AegisName: MQ_FRUS
# - Id: 25032
# AegisName: MQ_SKEGGIOLD_
# - Id: 25033
# AegisName: MQ_SKEGGIOLD
# - Id: 25034
# AegisName: MQ_G_RANDGRIS
# - Id: 25035
# AegisName: MQ_RANDGRIS
# - Id: 25036
# AegisName: MQ_SHECIL
# - Id: 25037
# AegisName: MQ_VALKYRIE
# - Id: 25038
# AegisName: 06_EVENT_THIEF_FAIRY
# - Id: 25039
# AegisName: MD_MOROCC
# - Id: 25040
# AegisName: MQ_STALACTIC_GOLEM
# - Id: 25041
# AegisName: ILL_BLACK_MUSHROOM_H
# - Id: 25042
# AegisName: ILL_GHOUL_H
# - Id: 25043
# AegisName: ILL_NIGHTMARE_H
# - Id: 25044
# AegisName: ILL_DRAINLIAR_H
# - Id: 25045
# AegisName: ILL_ZOMBIE_H
# - Id: 25046
# AegisName: ILL_ZOMBIE_C_H
# - Id: 25047
# AegisName: ICE_TITAN_FV
# - Id: 25049
# AegisName: SNOWIER_FV
# - Id: 25050
# AegisName: ICEICLE_FV
# - Id: 25051
# AegisName: GAZETI_FV
# - Id: 25052
# AegisName: HAPPY_GIVER_FV
# - Id: 25053
# AegisName: PRAY_GIVER_FV
# - Id: 25054
# AegisName: BOOK_OF_DEATH_FV
# - Id: 25055
# AegisName: SMILE_GIVER_FV
# - Id: 25056
# AegisName: EMPATHIZER_FV
# - Id: 25057
# AegisName: THA_RESENT_FV
# - Id: 25058
# AegisName: THA_ANGER_FV
# - Id: 25059
# AegisName: THA_HORROR_FV
# - Id: 25060
# AegisName: VOID_MIMIC_FV
# - Id: 25061
# AegisName: ILL_NINE_TAIL_H
# - Id: 25062
# AegisName: ILL_MUNAK_H
# - Id: 25063
# AegisName: ILL_BON_GUN_H
# - Id: 25064
# AegisName: ILL_SOHEE_H
# - Id: 25065
# AegisName: ILL_ARCHER_SKELETON_H
# - Id: 25066
# AegisName: ILL_FURY_HERO_H
# - Id: 25072
# AegisName: HOLY_FRUS_FV
# - Id: 25073
# AegisName: HOLY_SKOGUL_FV
# - Id: 25074
# AegisName: ANGELGOLT_FV
# - Id: 25075
# AegisName: ANGELGOLT2_FV
# - Id: 25076
# AegisName: INGRID_FV
# - Id: 25077
# AegisName: REGINLEIF_FV
# - Id: 25078
# AegisName: G_RANDGRIS_FV
# - Id: 27000
# AegisName: E_EDDGA_TW
# - Id: 29500
# AegisName: DROSERA_VEINS0
# - Id: 29501
# AegisName: G_ZOMBIE_SLAUGHTER
# - Id: 29502
# AegisName: KAHO_VEINS
# - Id: 31999
# AegisName: HUNTING_GID_DEFAULT
# - Id: 32000
# AegisName: MONSTER_2ND_END