diff options
author | Ridley8819 <ridley8819@gmail.com> | 2016-07-11 11:14:45 +0200 |
---|---|---|
committer | hemagx <hemagx2@gmail.com> | 2016-07-20 05:10:59 +0200 |
commit | 114767ca4d5df9268b87f5d4be0836390209698f (patch) | |
tree | 3abbd3e4540fbd5f7bea0359374d45ae3fcda5ce /db/re | |
parent | 79464d974eda04788f69b1681f4428ad08651d8e (diff) | |
download | hercules-114767ca4d5df9268b87f5d4be0836390209698f.tar.gz hercules-114767ca4d5df9268b87f5d4be0836390209698f.tar.bz2 hercules-114767ca4d5df9268b87f5d4be0836390209698f.tar.xz hercules-114767ca4d5df9268b87f5d4be0836390209698f.zip |
Old Glast Heim and Nightmare Glast Heim implementation
-- adding glast heim Monsters/Items/Quests full entries
-- corrected already existed glast heim items/quest/monsters entries
-- added Old Glast Heim Enchanter
-- Changed .MyMobs to 'MyMobs
-- Added H.U.L.D suppot
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 130 | ||||
-rw-r--r-- | db/re/mob_db.conf | 929 | ||||
-rw-r--r-- | db/re/mob_skill_db.txt | 196 |
3 files changed, 1011 insertions, 244 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 4016b710b..a84a94c5c 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -23713,7 +23713,7 @@ item_db: ( Id: 2020 AegisName: "Jormungand" Name: "Jormungand" - Type: 5 + Type: 4 Buy: 20 Weight: 3000 Atk: 200 @@ -23741,7 +23741,7 @@ item_db: ( Id: 2021 AegisName: "Ganbantein" Name: "Ganbantein" - Type: 5 + Type: 4 Buy: 20 Weight: 2000 Atk: 100 @@ -23769,7 +23769,7 @@ item_db: ( Id: 2022 AegisName: "Staff_Of_Geffen" Name: "Staff Of Geffen" - Type: 5 + Type: 4 Buy: 20 Weight: 1000 Atk: 100 @@ -40509,6 +40509,24 @@ item_db: ( "> }, { + Id: 2949 + AegisName: "Silversmith_Bracelet" + Name: "Silversmith Bracelet" + Type: 5 + Buy: 20 + Weight: 100 + Def: 3 + Slots: 1 + Loc: 136 + EquipLv: 60 + Refine: false + Script: <" + bonus bAllStats, 1; + bonus bMdef, 3; + skill SA_SPELLBREAKER,5; + "> +}, +{ Id: 2950 AegisName: "Rune_Ring" Name: "Rune Ring" @@ -73763,6 +73781,38 @@ item_db: ( Weight: 10 }, { + Id: 6609 + AegisName: "Glast_Decayed_Nail" + Name: "Glast Decayed Nail" + Buy: 82 + Weight: 10 + BuyingStore: true +}, +{ + Id: 6610 + AegisName: "Glast_Horrendous_Mouth" + Name: "Glast Horrendous Mouth" + Buy: 390 + Weight: 10 + BuyingStore: true +}, +{ + Id: 6612 + AegisName: "Gold_Coin_Basket" + Name: "Gold Coin Basket" + Buy: 300000 + Weight: 200 + BuyingStore: true +}, +{ + Id: 6613 + AegisName: "Colorful_Brooch" + Name: "Colorful Brooch" + Buy: 100000 + Weight: 10 + BuyingStore: true +}, +{ Id: 6615 AegisName: "Siege_Guild_Coin" Name: "Siege Guild Coin" @@ -73992,6 +74042,13 @@ item_db: ( Name: "Love Wand" }, { + Id: 6755 + AegisName: "Contaminated_Magic" + Name: "Contaminated Magic" + Buy: 20 + Weight: 10 +}, +{ Id: 6804 AegisName: "Organic_Pumpkin" Name: "Organic Pumpkin" @@ -99640,6 +99697,29 @@ item_db: ( "> }, { + Id: 13086 + AegisName: "Goldsmithing_Dagger" + Name: "Goldsmithing Dagger" + Type: 4 + Buy: 20 + Weight: 500 + Atk: 35 + Matk: 25 + Range: 1 + Job: { + Swordsman: true + Magician: true + Merchant: true + Thief: true + Soul_Linker: true + Ninja: true + } + Upper: 56 + Loc: 2 + WeaponLv: 1 + View: 1 +}, +{ Id: 13092 AegisName: "RWC_Memory_Knife" Name: "RWC Memory Knife" @@ -104477,6 +104557,32 @@ item_db: ( "> }, { + Id: 13440 + AegisName: "Ceremonial_Sword" + Name: "Ceremonial Sword" + Type: 4 + Buy: 20 + Weight: 500 + Atk: 60 + Job: { + Novice: true + Swordsman: true + Merchant: true + Thief: true + Knight: true + Blacksmith: true + Assassin: true + Crusader: true + Rogue: true + Alchemist: true + } + Upper: 56 + Loc: 2 + WeaponLv: 1 + View: 2 + Script: <" bonus bAtkEle,Ele_Holy; "> +}, +{ Id: 13442 AegisName: "Old_Parasol" Name: "Old Parasol" @@ -123739,6 +123845,24 @@ item_db: ( "> }, { + Id: 15066 + AegisName: "Engraved_Armor" + Name: "Engraved Armor" + Type: 5 + Weight: 3000 + Def: 120 + Slots: 1 + Job: { + Swordsman: true + Knight: true + Crusader: true + } + Upper: 56 + Loc: 16 + EquipLv: 150 + Script: <" bonus bMdef,25; "> +}, +{ Id: 15067 AegisName: "Rune_Suit" Name: "Rune Suit" diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index fd24b9cc0..ae4c7a57e 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -64471,27 +64471,27 @@ mob_db: ( //2462,TREASURE_BOX_TE_10 //2463,E_BOMBPORING -// Old Glast Heim (currently placeholders) +// Old Glast Heim { Id: 2464 SpriteName: "MG_ZOMBIE" - Name: "Zombie" - Lv: 17 - Hp: 9340 + Name: "Corrupted Steward" + Lv: 130 + Hp: 135600 Sp: 1 - Exp: 117 - JExp: 87 + Exp: 13332 + JExp: 15998 AttackRange: 1 - Attack: [38, 50] - Def: 20 - Mdef: 3 + Attack: [2364, 444] + Def: 15 + Mdef: 15 Stats: { - Str: 15 - Agi: 8 - Vit: 17 - Int: 0 - Dex: 15 - Luk: 0 + Str: 44 + Agi: 22 + Vit: 77 + Int: 25 + Dex: 88 + Luk: 22 } ViewRange: 10 ChaseRange: 12 @@ -64503,6 +64503,8 @@ mob_db: ( Aggressive: true CanAttack: true Angry: true + CastSensorIdle: true + Detector: true ChangeTargetMelee: true ChangeTargetChase: true } @@ -64510,27 +64512,34 @@ mob_db: ( AttackDelay: 2612 AttackMotion: 912 DamageMotion: 288 - MvpExp: 0 + Drops: { + Glast_Decayed_Nail: 1000 + Glast_Horrendous_Mouth: 1000 + Coagulated_Spell: 10 + Sticky_Mucus: 1000 + White_Jewel: 500 + Contaminated_Magic: 500 + } }, { Id: 2465 SpriteName: "MG_WRAITH" - Name: "Wraith" - Lv: 77 - Hp: 23168 + Name: "Corrupted Monk" + Lv: 133 + Hp: 100168 Sp: 1 - Exp: 1190 - JExp: 1191 + Exp: 13998 + JExp: 16796 AttackRange: 1 - Attack: [335, 396] + Attack: [999, 2787] Def: 80 - Mdef: 40 + Mdef: 200 Stats: { - Str: 62 + Str: 16 Agi: 26 Vit: 30 - Int: 55 - Dex: 76 + Int: 115 + Dex: 79 Luk: 5 } ViewRange: 10 @@ -64542,6 +64551,7 @@ mob_db: ( CanMove: true Aggressive: true CastSensorIdle: true + Detector: true CanAttack: true CastSensorChase: true ChangeChase: true @@ -64552,28 +64562,36 @@ mob_db: ( AttackDelay: 1816 AttackMotion: 576 DamageMotion: 240 - MvpExp: 0 + Drops: { + Crystal_Jewel_: 100 + Crystal_Mirror: 500 + Wedding_Veil: 100 + Coagulated_Spell: 10 + Glast_Decayed_Nail: 1000 + Glast_Horrendous_Mouth: 1000 + Contaminated_Magic: 500 + } }, { Id: 2466 SpriteName: "MG_GHOUL" - Name: "Ghoul" - Lv: 61 - Hp: 12614 + Name: "Grand Chamberlain in Pain" + Lv: 132 + Hp: 208100 Sp: 1 - Exp: 583 - JExp: 656 + Exp: 14222 + JExp: 17066 AttackRange: 1 - Attack: [216, 245] - Def: 78 - Mdef: 5 + Attack: [2965,666] + Def: 30 + Mdef: 30 Stats: { - Str: 56 - Agi: 12 - Vit: 19 - Int: 11 - Dex: 27 - Luk: 10 + Str: 88 + Agi: 44 + Vit: 88 + Int: 21 + Dex: 95 + Luk: 44 } ViewRange: 10 ChaseRange: 12 @@ -64584,6 +64602,8 @@ mob_db: ( CanMove: true Aggressive: true CanAttack: true + CastSensorIdle: true + Detector: true Angry: true ChangeTargetMelee: true ChangeTargetChase: true @@ -64592,39 +64612,47 @@ mob_db: ( AttackDelay: 2456 AttackMotion: 912 DamageMotion: 504 - MvpExp: 0 + Drops: { + Oridecon_Stone: 100 + Skul_Ring: 100 + Coagulated_Spell: 10 + Glast_Decayed_Nail: 1000 + Glast_Horrendous_Mouth: 1000 + Old_White_Cloth: 1000 + Contaminated_Magic: 500 + } }, { Id: 2467 SpriteName: "MG_ARCLOUSE" - Name: "Arclouse" - JName: "Arclouze" - Lv: 107 - Hp: 14020 + Name: "Maggot" + Lv: 133 + Hp: 80811 Sp: 1 - Exp: 1844 - JExp: 2607 + Exp: 22 + JExp: 26 AttackRange: 1 - Attack: [269, 309] - Def: 101 + Attack: [1246, 1257] + Def: 121 Mdef: 36 Stats: { Str: 60 - Agi: 73 + Agi: 103 Vit: 45 Int: 35 - Dex: 140 + Dex: 172 Luk: 15 } ViewRange: 10 ChaseRange: 12 - Size: "Size_Medium" + Size: "Size_Small" Race: "RC_Insect" Element: ("Ele_Earth", 2) Mode: { CanMove: true Aggressive: true CastSensorIdle: true + Detector: true CanAttack: true Detector: true ChangeTargetMelee: true @@ -64634,39 +64662,47 @@ mob_db: ( AttackDelay: 960 AttackMotion: 500 DamageMotion: 480 - MvpExp: 0 + Drops: { + Great_Nature: 100 + Round_Shell: 3000 + Coagulated_Spell: 10 + Glast_Decayed_Nail: 1000 + Glast_Horrendous_Mouth: 1000 + Contaminated_Magic: 500 + } }, { Id: 2468 SpriteName: "MG_RAYDRIC" - Name: "Raydric" - Lv: 115 - Hp: 25408 + Name: "Corrupted Palace Guard" + Lv: 135 + Hp: 184080 Sp: 1 - Exp: 20770 - JExp: 2076 - AttackRange: 1 - Attack: [572, 668] + Exp: 16306 + JExp: 6944 + AttackRange: 2 + Attack: [3167, 138] Def: 89 Mdef: 15 Stats: { - Str: 129 + Str: 159 Agi: 87 - Vit: 55 - Int: 32 - Dex: 76 + Vit: 66 + Int: 33 + Dex: 106 Luk: 27 } ViewRange: 10 ChaseRange: 12 - Size: "Size_Large" - Race: "RC_DemiHuman" + Size: "Size_Medium" + Race: "RC_Undead" Element: ("Ele_Dark", 2) Mode: { CanMove: true Aggressive: true CastSensorIdle: true CanAttack: true + Detector: true ChangeTargetMelee: true ChangeTargetChase: true } @@ -64674,19 +64710,27 @@ mob_db: ( AttackDelay: 824 AttackMotion: 780 DamageMotion: 420 - MvpExp: 0 + Drops: { + Brigan: 3000 + Elunium: 50 + Coagulated_Spell: 10 + Glast_Decayed_Nail: 1000 + Glast_Horrendous_Mouth: 1000 + Contaminated_Magic: 500 + Plate_Armor: 200 + } }, { Id: 2469 SpriteName: "MG_RAYDRIC_ARCHER" - Name: "Raydric Archer" - Lv: 82 - Hp: 30370 + Name: "Wandering Archer" + Lv: 136 + Hp: 144370 Sp: 1 - Exp: 1049 - JExp: 1332 - AttackRange: 9 - Attack: [377, 395] + Exp: 14248 + JExp: 9378 + AttackRange: 14 + Attack: [3891 , 167] Def: 63 Mdef: 40 Stats: { @@ -64694,18 +64738,20 @@ mob_db: ( Agi: 24 Vit: 40 Int: 15 - Dex: 112 + Dex: 156 Luk: 30 } ViewRange: 10 ChaseRange: 12 Size: "Size_Medium" - Race: "RC_Demon" + Race: "RC_Undead" Element: ("Ele_Dark", 2) Mode: { CanMove: true Aggressive: true CanAttack: true + CastSensorIdle: true + CastSensorChase: true Detector: true ChangeTargetChase: true } @@ -64713,41 +64759,50 @@ mob_db: ( AttackDelay: 1152 AttackMotion: 1152 DamageMotion: 480 - MvpExp: 0 + Drops: { + Brigan: 3000 + Elunium: 50 + Coagulated_Spell: 10 + Glast_Decayed_Nail: 1000 + Glast_Horrendous_Mouth: 1000 + Contaminated_Magic: 500 + Tights: 200 + } }, { Id: 2470 SpriteName: "MG_KNIGHT_OF_ABYSS" - Name: "Knight of Abyss" - JName: "Abysmal Knight" - Lv: 122 - Hp: 332970 + Name: "Corrupted Abysmal Knight" + Lv: 142 + Hp: 225789 Sp: 1 - Exp: 4779 - JExp: 4013 - AttackRange: 1 - Attack: [810, 1002] + Exp: 18584 + JExp: 16576 + AttackRange: 2 + Attack: [3200, 22] Def: 102 Mdef: 50 Stats: { Str: 121 Agi: 55 - Vit: 68 + Vit: 99 Int: 70 - Dex: 97 + Dex: 126 Luk: 37 } ViewRange: 10 ChaseRange: 12 Size: "Size_Large" - Race: "RC_DemiHuman" + Race: "RC_Undead" Element: ("Ele_Dark", 4) Mode: { CanMove: true Aggressive: true CastSensorIdle: true CanAttack: true + Detector: true CastSensorChase: true + Boss: true ChangeChase: true ChangeTargetMelee: true ChangeTargetChase: true @@ -64756,27 +64811,35 @@ mob_db: ( AttackDelay: 1500 AttackMotion: 500 DamageMotion: 1000 - MvpExp: 0 + Drops: { + Reins: 5000 + Patriotism_Marks: 10 + Coagulated_Spell: 50 + Glast_Decayed_Nail: 3000 + Glast_Horrendous_Mouth: 2000 + Contaminated_Magic: 500 + Full_Plate_Armor: 200 + } }, { Id: 2471 SpriteName: "MG_KHALITZBURG" - Name: "Khalitzburg" - Lv: 118 - Hp: 109860 + Name: "Suffering Khalitzburg" + Lv: 143 + Hp: 236851 Sp: 1 - Exp: 2862 - JExp: 2147 - AttackRange: 1 - Attack: [737, 833] + Exp: 17542 + JExp: 14662 + AttackRange: 2 + Attack: [2800, 100] Def: 125 Mdef: 10 Stats: { Str: 121 - Agi: 48 - Vit: 40 - Int: 31 - Dex: 89 + Agi: 142 + Vit: 55 + Int: 81 + Dex: 105 Luk: 32 } ViewRange: 10 @@ -64789,7 +64852,9 @@ mob_db: ( Aggressive: true CastSensorIdle: true CanAttack: true + Detector: true CastSensorChase: true + Boss: true ChangeChase: true ChangeTargetMelee: true ChangeTargetChase: true @@ -64798,76 +64863,94 @@ mob_db: ( AttackDelay: 528 AttackMotion: 1000 DamageMotion: 396 - MvpExp: 0 + Drops: { + Elunium: 50 + Patriotism_Marks: 10 + Coagulated_Spell: 50 + Glast_Decayed_Nail: 3000 + Glast_Horrendous_Mouth: 2000 + Contaminated_Magic: 500 + Lapier: 300 + } }, { Id: 2472 SpriteName: "MG_BLOODY_KNIGHT" Name: "Bloody Knight" - Lv: 116 - Hp: 285000 + Lv: 143 + Hp: 246751 Sp: 1 - Exp: 7348 - JExp: 6511 - AttackRange: 3 - Attack: [942, 1065] + Exp: 20448 + JExp: 21882 + AttackRange: 2 + Attack: [1881, 3200] Def: 122 - Mdef: 50 + Mdef: 300 Stats: { Str: 132 - Agi: 59 - Vit: 70 - Int: 57 - Dex: 98 + Agi: 55 + Vit: 89 + Int: 151 + Dex: 137 Luk: 45 } ViewRange: 10 ChaseRange: 12 Size: "Size_Large" - Race: "RC_Formless" + Race: "RC_Undead" Element: ("Ele_Dark", 4) Mode: { CanMove: true Aggressive: true CastSensorIdle: true CanAttack: true + Boss: true CastSensorChase: true ChangeChase: true ChangeTargetMelee: true ChangeTargetChase: true + Detector: true } MoveSpeed: 250 AttackDelay: 828 AttackMotion: 528 DamageMotion: 192 - MvpExp: 0 + Drops: { + Two_Hand_Sword: 100 + Broad_Sword: 100 + Coagulated_Spell: 50 + Glast_Decayed_Nail: 3000 + Glast_Horrendous_Mouth: 2000 + Contaminated_Magic: 500 + Brigan: 500 + } }, { Id: 2473 SpriteName: "MG_M_UNDEAD_KNIGHT" - Name: "Undead Knight" - Lv: 133 - Hp: 500000 + Name: "1st Commander of Destruction" + Lv: 145 + Hp: 950033 Sp: 0 - Exp: 4500 - JExp: 3375 + Exp: 160018 + JExp: 135184 AttackRange: 2 - Attack: [751, 880] - Def: 122 - Mdef: 62 + Attack: [3321, 1009] + Def: 80 + Mdef: 150 Stats: { - Str: 122 - Agi: 87 - Vit: 54 - Int: 65 - Dex: 103 - Luk: 65 + Str: 165 + Agi: 82 + Vit: 110 + Int: 122 + Dex: 154 + Luk: 52 } ViewRange: 14 ChaseRange: 16 - Size: "Size_Large" - Race: "RC_DemiHuman" - Element: ("Ele_Neutral", 4) + Size: "Size_Medium" + Race: "RC_Undead" + Element: ("Ele_Undead", 2) Mode: { CanMove: true Aggressive: true @@ -64884,34 +64967,43 @@ mob_db: ( AttackDelay: 140 AttackMotion: 384 DamageMotion: 288 - MvpExp: 0 + Drops: { + Claymore: 100 + Alca_Bringer: 10 + Coagulated_Spell: 50 + Glast_Decayed_Nail: 5000 + Glast_Horrendous_Mouth: 5000 + Contaminated_Magic: 500 + Halberd: 200 + Agony_Of_Royal_Knight_Card: 1 + } }, { Id: 2474 SpriteName: "MG_F_UNDEAD_KNIGHT" - Name: "Undead Knight" - Lv: 133 - Hp: 500000 + Name: "2nd Commander of Destruction" + Lv: 145 + Hp: 848011 Sp: 0 - Exp: 4500 - JExp: 3375 + Exp: 159672 + JExp: 120398 AttackRange: 2 - Attack: [751, 880] - Def: 122 - Mdef: 62 + Attack: [3090, 1488] + Def: 80 + Mdef: 180 Stats: { - Str: 122 - Agi: 87 - Vit: 54 - Int: 65 - Dex: 103 - Luk: 65 + Str: 155 + Agi: 88 + Vit: 110 + Int: 135 + Dex: 154 + Luk: 59 } ViewRange: 14 ChaseRange: 16 - Size: "Size_Large" - Race: "RC_DemiHuman" - Element: ("Ele_Neutral", 4) + Size: "Size_Medium" + Race: "RC_Undead" + Element: ("Ele_Undead", 2) Mode: { CanMove: true Aggressive: true @@ -64928,80 +65020,95 @@ mob_db: ( AttackDelay: 140 AttackMotion: 384 DamageMotion: 288 - MvpExp: 0 + Drops: { + Holy_Avenger: 50 + Claymore: 100 + Coagulated_Spell: 50 + Glast_Decayed_Nail: 5000 + Glast_Horrendous_Mouth: 5000 + Contaminated_Magic: 500 + Grudge_of_Royal_Knight_Card: 1 + } }, { Id: 2475 SpriteName: "MG_CORRUPTION_ROOT" - Name: "Root of Corruption" - Lv: 136 - Hp: 3190000 + Name: "Corrupted Soul" + Lv: 150 + Hp: 1820000 Sp: 1 - Exp: 240120 - JExp: 187920 + Exp: 2199906 + JExp: 2008478 AttackRange: 3 - Attack: [710, 1762] - Def: 213 - Mdef: 123 + Attack: [3887, 3887] + Def: 333 + Mdef: 333 Stats: { - Str: 86 - Agi: 89 - Vit: 120 - Int: 131 - Dex: 101 - Luk: 92 + Str: 201 + Agi: 20 + Vit: 90 + Int: 201 + Dex: 201 + Luk: 20 } ViewRange: 14 ChaseRange: 12 Size: "Size_Large" - Race: "RC_DemiHuman" + Race: "RC_Demon" Element: ("Ele_Earth", 3) Mode: { Aggressive: true + CastSensorIdle: true Boss: true CanAttack: true Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true } MoveSpeed: 170 AttackDelay: 854 AttackMotion: 2016 DamageMotion: 480 - MvpExp: 120060 - MvpDrops: { - Yggdrasilberry: 5500 - Seed_Of_Yggdrasil: 3500 - Crystal_Jewel__: 5500 - } + MvpExp: 449977 Drops: { + Old_Card_Album: 5000 + Old_Violet_Box: 10000 + Temporal_Crystal: 5000 + Yggdrasilberry: 10000 + Alchemy_Glove: 1000 + Will_Of_Darkness_: 10000 + Contaminated_Magic: 500 Corruption_Root_Card: 1 } }, { Id: 2476 SpriteName: "MG_AMDARAIS" - Name: "Amdarias" - Lv: 143 - Hp: 3283990 + Name: "Amdarais" + Lv: 150 + Hp: 4290000 Sp: 1 - Exp: 74288 - JExp: 77950 - AttackRange: 2 - Attack: [8860, 10022] - Def: 32 - Mdef: 66 + Exp: 2291324 + JExp: 2197024 + AttackRange: 3 + Attack: [5290, 3900] + Def: 30 + Mdef: 40 Stats: { - Str: 140 - Agi: 159 - Vit: 30 - Int: 109 - Dex: 300 - Luk: 90 + Str: 255 + Agi: 39 + Vit: 90 + Int: 169 + Dex: 166 + Luk: 20 } ViewRange: 10 ChaseRange: 12 Size: "Size_Large" - Race: "RC_Brute" - Element: ("Ele_Fire", 3) + Race: "RC_Undead" + Element: ("Ele_Undead", 4) Mode: { CanMove: true Aggressive: true @@ -65018,25 +65125,433 @@ mob_db: ( AttackDelay: 1152 AttackMotion: 1152 DamageMotion: 576 - MvpExp: 37144 - MvpDrops: { - Old_Violet_Box: 5500 - Old_Violet_Box: 5000 - Old_Card_Album: 2000 - } + MvpExp: 472831 Drops: { + Old_Card_Album: 5000 + Old_Violet_Box: 10000 + Temporal_Crystal: 5000 + Yggdrasilberry: 10000 + Death_Guidance: 1000 + Patriotism_Marks: 10000 Amdarais_Card: 1 } }, -//2477,NG_WANDER_MAN -//2478,NG_RIDEWORD -//2479,NG_MIMIC -//2480,NG_EVIL_DRUID -//2481,NG_WRAITH_DEAD -//2482,G_MG_KHALITZBURG -//2483,NG_BAPHOMET -//2484,G_NG_BAPHOMET_ -//2485,NG_CHIMERA +// Nightmare Glast Heim +{ + Id: 2477 + SpriteName: "NG_WANDER_MAN" + Name: "Nightmare Wander Man" + Lv: 151 + Hp: 130682 + Sp: 1 + Exp: 19814 + JExp: 17228 + AttackRange: 2 + Attack: [2827, 218] + Def: 129 + Mdef: 16 + Stats: { + Str: 208 + Agi: 151 + Vit: 76 + Int: 39 + Dex: 231 + Luk: 50 + } + ViewRange: 12 + ChaseRange: 12 + Size: "Size_Medium" + Race: "RC_Demon" + Element: ("Ele_Wind", 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 672 + AttackMotion: 500 + DamageMotion: 192 + Drops: { + Skull: 4850 + Old_Card_Album: 2 + Hakujin_: 5 + Centimental_Leaf: 5 + Muramasa_: 1 + Oridecon: 110 + Muramasa: 10 + } +}, +{ + Id: 2478 + SpriteName: "NG_RIDEWORD" + Name: "Nightmare Rideword" + Lv: 146 + Hp: 103220 + Sp: 1 + Exp: 10500 + JExp: 15840 + AttackRange: 1 + Attack: [2320, 166] + Def: 140 + Mdef: 59 + Stats: { + Str: 131 + Agi: 195 + Vit: 58 + Int: 66 + Dex: 263 + Luk: 5 + } + ViewRange: 12 + ChaseRange: 12 + Size: "Size_Small" + Race: "RC_Formless" + Element: ("Ele_Neutral", 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 864 + AttackMotion: 500 + DamageMotion: 192 + Drops: { + Worn_Out_Page: 4850 + Book_Of_Billows_: 5 + Book_Of_Mother_Earth_: 5 + Book_Of_Blazing_Sun_: 5 + Book_Of_Gust_Of_Wind_: 5 + Bookclip_In_Memory: 150 + Cursed_Book: 1 + } +}, +{ + Id: 2479 + SpriteName: "NG_MIMIC" + Name: "Nightmare Mimic" + Lv: 143 + Hp: 24958 + Sp: 1 + Exp: 2768 + JExp: 2354 + AttackRange: 1 + Attack: [1787, 159] + Def: 139 + Mdef: 46 + Stats: { + Str: 145 + Agi: 162 + Vit: 10 + Int: 49 + Dex: 213 + Luk: 57 + } + ViewRange: 10 + ChaseRange: 12 + Size: "Size_Medium" + Race: "RC_Formless" + Element: ("Ele_Neutral", 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 972 + AttackMotion: 500 + DamageMotion: 288 + Drops: { + Old_Violet_Box: 10 + Old_Blue_Box: 50 + Special_Alloy_Trap: 1000 + Light_Granule: 1000 + Rosary_: 10 + Elunium_Stone: 270 + Apple: 22 + } +}, +{ + Id: 2480 + SpriteName: "NG_EVIL_DRUID" + Name: "Nightmare Evil Druid" + Lv: 134 + Hp: 72837 + Sp: 1 + Exp: 6740 + JExp: 5886 + AttackRange: 1 + Attack: [1409, 143] + Def: 160 + Mdef: 41 + Stats: { + Str: 137 + Agi: 60 + Vit: 48 + Int: 57 + Dex: 158 + Luk: 28 + } + ViewRange: 10 + ChaseRange: 12 + Size: "Size_Large" + Race: "RC_Undead" + Element: ("Ele_Undead", 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 2276 + AttackMotion: 576 + DamageMotion: 336 + Drops: { + Biretta_: 10 + Lich_Bone_Wand: 1 + Ragamuffin_Cape: 10 + Book_Of_The_Apocalypse: 5 + Cookbook07: 5 + White_Herb: 2000 + } +}, +{ + Id: 2481 + SpriteName: "NG_WRAITH_DEAD" + Name: "Nightmare Wraith Dead" + Lv: 110 + Hp: 15579 + Sp: 1 + Exp: 2554 + JExp: 2760 + AttackRange: 1 + Attack: [761, 122] + Def: 93 + Mdef: 56 + Stats: { + Str: 69 + Agi: 52 + Vit: 47 + Int: 55 + Dex: 109 + Luk: 28 + } + ViewRange: 10 + ChaseRange: 12 + Size: "Size_Large" + Race: "RC_Undead" + Element: ("Ele_Undead", 4) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 175 + AttackDelay: 1816 + AttackMotion: 576 + DamageMotion: 240 + Drops: { + Transparent_Cloth: 4400 + Wedding_Veil: 10 + Manteau_: 5 + Red_Gemstone: 750 + Manteau: 10 + Crystal_Jewel__: 10 + } +}, +{ + Id: 2482 + SpriteName: "G_MG_KHALITZBURG" + Name: "Nightmare Khalitzburg" + Lv: 143 + Hp: 236851 + Sp: 1 + Exp: 13085 + JExp: 10023 + AttackRange: 1 + Attack: [2800, 100] + Def: 125 + Mdef: 10 + Stats: { + Str: 121 + Agi: 142 + Vit: 55 + Int: 81 + Dex: 125 + Luk: 32 + } + ViewRange: 10 + ChaseRange: 12 + Size: "Size_Large" + Race: "RC_Undead" + Element: ("Ele_Undead", 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 350 + AttackDelay: 528 + AttackMotion: 1000 + DamageMotion: 396 +}, +{ + Id: 2483 + SpriteName: "NG_BAPHOMET" + Name: "Nightmare Baphomet" + Lv: 154 + Hp: 4008000 + Sp: 1 + Exp: 1308530 + JExp: 1002320 + AttackRange: 1 + Attack: [2794, 1260] + Def: 379 + Mdef: 45 + Stats: { + Str: 120 + Agi: 125 + Vit: 230 + Int: 85 + Dex: 186 + Luk: 85 + } + ViewRange: 10 + ChaseRange: 12 + Size: "Size_Large" + Race: "RC_Demon" + Element: ("Ele_Dark", 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 768 + AttackMotion: 768 + DamageMotion: 576 + MvpExp: 198262 +}, +{ + Id: 2484 + SpriteName: "G_NG_BAPHOMET_" + Name: "Nightmare Baphomet Jr." + Lv: 141 + Hp: 49675 + Sp: 1 + Exp: 13085 + JExp: 10023 + AttackRange: 1 + Attack: [1302, 558] + Def: 175 + Mdef: 62 + Stats: { + Str: 52 + Agi: 60 + Vit: 90 + Int: 40 + Dex: 52 + Luk: 25 + } + ViewRange: 10 + ChaseRange: 12 + Size: "Size_Small" + Race: "RC_Demon" + Element: ("Ele_Dark", 1) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 100 + AttackDelay: 868 + AttackMotion: 480 + DamageMotion: 120 +}, +{ + Id: 2485 + SpriteName: "NG_CHIMERA" + Name: "Nightmare Chimera" + Lv: 140 + Hp: 528120 + Sp: 1 + Exp: 54260 + JExp: 46980 + AttackRange: 1 + Attack: [1887, 823] + Def: 159 + Mdef: 20 + Stats: { + Str: 101 + Agi: 76 + Vit: 110 + Int: 176 + Dex: 182 + Luk: 170 + } + ViewRange: 10 + ChaseRange: 12 + Size: "Size_Large" + Race: "RC_Brute" + Element: ("Ele_Fire", 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + Detector: true + CastSensorChase: true + ChangeChase: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 772 + AttackMotion: 672 + DamageMotion: 360 +}, //2486,ISIS_ANNIV //2487,PASANA_ANNIV //2488,OSIRIS_ANNIV @@ -72403,14 +72918,14 @@ mob_db: ( { Id: 2733 SpriteName: "C5_NG_WRAITH_DEAD" - Name: "Elusive Wraith Dead (Nightmare)" + Name: "Elusive Wraith Dead" Lv: 110 Hp: 77895 Sp: 1 Exp: 6385 JExp: 20700 AttackRange: 1 - Attack: [909, 365] + Attack: [909, 1274] Def: 93 Mdef: 53 Stats: { @@ -72445,7 +72960,7 @@ mob_db: ( { Id: 2734 SpriteName: "C1_NG_WANDER_MAN" - Name: "Furious Wanderer (Nightmare)" + Name: "Swift Wanderer" Lv: 151 Hp: 653410 Sp: 1 diff --git a/db/re/mob_skill_db.txt b/db/re/mob_skill_db.txt index eed7b8e1d..55028958c 100644 --- a/db/re/mob_skill_db.txt +++ b/db/re/mob_skill_db.txt @@ -7986,47 +7986,175 @@ 2411,Lv 150@AL_HEAL,idle,28,10,10000,0,10000,yes,self,myhpltmaxrate,50,,,,,,, // Old Glast Heim -2464,Zombie@AL_HEAL,idle,28,10,10000,0,5000,yes,self,always,0,,,,,,,26 -2464,Zombie@NPC_UNDEADATTACK,chase,347,10,8000,1000,5000,yes,target,always,0,,,,,,, -2465,Wraith@NPC_ENERGYDRAIN,attack,200,1,500,0,5000,yes,target,always,0,,,,,,, -2466,Ghoul@NPC_UNDEADATTACK,chase,347,10,8000,1000,5000,yes,target,always,0,,,,,,, -2467,Arclouze@NPC_GROUNDATTACK,attack,185,10,2000,0,5000,yes,target,always,0,,,,,,, -2468,Raydric@BS_MAXIMIZE,attack,114,5,500,1000,5000,no,self,always,0,,,,,,, -2468,Raydric@BS_MAXIMIZE,chase,114,5,500,1000,5000,no,self,always,0,,,,,,, -2468,Raydric@CR_AUTOGUARD,attack,249,2,500,0,300000,yes,self,always,0,,,,,,, -2468,Raydric@CR_AUTOGUARD,chase,249,2,2000,0,300000,yes,self,longrangeattacked,,,,,,,, -2468,Raydric@NPC_EMOTION,chase,197,1,2000,0,5000,yes,self,always,0,0,,,,,, -2468,Raydric@SM_MAGNUM,attack,7,9,500,500,5000,no,self,always,0,,,,,,6, -2469,Raydric Archer@AC_CHARGEARROW,attack,148,1,500,0,5000,yes,target,always,0,,,,,,9, -2469,Raydric Archer@CR_AUTOGUARD,attack,249,2,500,0,300000,yes,self,always,0,,,,,,, -2469,Raydric Archer@NPC_DARKNESSATTACK,attack,190,10,500,500,5000,no,target,always,0,,,,,,9, -2470,Abysmal Knight@AC_CHARGEARROW,chase,148,1,500,0,5000,yes,target,always,0,,,,,,, -2470,Abysmal Knight@CR_AUTOGUARD,attack,249,10,500,0,300000,yes,self,always,0,,,,,,, -2470,Abysmal Knight@CR_AUTOGUARD,chase,249,10,2000,0,300000,yes,self,longrangeattacked,,,,,,,, -2470,Abysmal Knight@KN_BRANDISHSPEAR,attack,57,20,500,1000,5000,no,target,always,0,,,,,,9, -2470,Abysmal Knight@NPC_DARKNESSATTACK,attack,190,5,500,500,5000,no,target,always,0,,,,,,9, -2472,Bloody Knight@CR_SHIELDCHARGE,attack,250,5,500,0,5000,yes,target,always,0,,,,,,9, -2472,Bloody Knight@KN_BRANDISHSPEAR,attack,57,5,500,1000,5000,no,target,always,0,,,,,,9, -2472,Bloody Knight@NPC_CHANGEFIRE,attack,164,1,10000,2000,600000,no,self,myhpltmaxrate,20,,,,,,, -2472,Bloody Knight@NPC_DARKNESSATTACK,attack,190,2,500,500,5000,no,target,always,0,,,,,,9, -2472,Bloody Knight@NPC_WEAPONBRAKER,attack,343,5,500,0,30000,yes,target,always,0,,,,,,, -2472,Bloody Knight@WZ_METEOR,attack,83,5,2000,0,5000,no,target,myhpltmaxrate,20,,,,,,, -2472,Bloody Knight@WZ_METEOR,chase,83,5,2000,0,5000,no,target,myhpltmaxrate,20,,,,,,, +2464,Corrupted Steward@AL_HEAL,idle,28,1,10000,0,5000,yes,self,always,0,,,,,,,26 +2464,Corrupted Steward@NPC_BLOODDRAIN,attack,199,1,500,0,5000,yes,target,always,,,,,,,2, +2464,Corrupted Steward@NPC_UNDEADATTACK,chase,347,10,8000,1000,5000,yes,target,always,0,,,,,,, +2464,Corrupted Steward@NPC_WIDECURSE,attack,677,1,500,800,5000,no,self,always,,,,,,,, +2465,Corrupted Monk@NPC_BLINDATTACK,attack,177,5,2000,0,5000,yes,target,always,,,,,,,9, +2465,Corrupted Monk@NPC_CURSEATTACK,attack,181,5,500,800,5000,yes,target,always,,,,,,,9, +2465,Corrupted Monk@NPC_CURSEATTACK,chase,181,5,500,800,5000,yes,target,always,,,,,,,9, +2465,Corrupted Monk@NPC_ENERGYDRAIN,attack,200,1,500,0,5000,yes,target,always,0,,,,,,, +2466,Grand Chamberlain in Pain@NPC_BLEEDING,attack,660,2,2000,0,5000,yes,target,always,,,,,,,32, +2466,Grand Chamberlain in Pain@AL_HEAL,idle,28,1,10000,0,5000,yes,self,always,0,,,,,,,26 +2466,Grand Chamberlain in Pain@NPC_BLOODDRAIN,attack,199,2,500,0,5000,yes,target,always,,,,,,,2, +2466,Grand Chamberlain in Pain@NPC_UNDEADATTACK,chase,347,4,8000,0,5000,yes,target,always,0,,,,,,, +2466,Grand Chamberlain in Pain@NPC_UNDEADATTACK,attack,347,4,8000,500,5000,yes,target,always,0,,,,,,, +2467,Maggot@NPC_GROUNDATTACK,attack,185,10,2000,0,5000,yes,target,always,0,,,,,,, +2468,Corrupted Palace Guard@NPC_DARKNESSATTACK,attack,190,3,500,500,5000,no,target,always,0,,,,,,9, +2468,Corrupted Palace Guard@NPC_BLOODDRAIN,attack,199,1,500,0,5000,yes,target,always,,,,,,,2, +2468,Corrupted Palace Guard@NPC_WIDECURSE,attack,677,1,500,800,5000,no,self,always,,,,,,,, +2468,Corrupted Palace Guard@NPC_EMOTION,chase,197,1,2000,0,5000,yes,self,always,0,0,,,,,, +2468,Corrupted Palace Guard@SM_MAGNUM,attack,7,9,500,500,5000,no,self,always,0,,,,,,6, +2469,Wandering Archer@AC_DOUBLE,attack,46,5,500,1000,5000,no,target,always,,,,,,,6, +2469,Wandering Archer@AC_DOUBLE,chase,46,5,500,1000,1000,no,target,always,,,,,,,6, +2469,Wandering Archer@AC_CHARGEARROW,attack,148,1,500,0,5000,yes,target,always,0,,,,,,9, +2469,Wandering Archer@NPC_DARKNESSATTACK,attack,190,3,500,500,5000,no,target,always,0,,,,,,9, +2470,Corrupted Abysmal Knight@KN_BRANDISHSPEAR,attack,57,10,500,1000,5000,no,target,always,0,,,,,,9, +2470,Corrupted Abysmal Knight@AC_CHARGEARROW,chase,148,1,500,0,5000,yes,target,always,0,,,,,,, +2470,Corrupted Abysmal Knight@NPC_CRITICALSLASH,attack,170,1,500,500,5000,no,target,always,0,,,,,,, +2470,Corrupted Abysmal Knight@NPC_DARKNESSATTACK,attack,190,5,500,500,5000,no,target,always,0,,,,,,9, +2470,Corrupted Abysmal Knight@CR_AUTOGUARD,chase,249,10,2000,0,300000,yes,self,longrangeattacked,,,,,,,, +2470,Corrupted Abysmal Knight@NPC_ARMORBRAKE,attack,344,10,2000,0,5000,no,target,always,,,,,,,, +2470,Corrupted Abysmal Knight@NPC_WIDECURSE,attack,677,1,500,800,5000,no,self,always,,,,,,,, +2471,Suffering Khalitzburg@BS_MAXIMIZE,attack,114,5,500,500,5000,no,self,always,,,,,,,, +2471,Suffering Khalitzburg@BS_MAXIMIZE,chase,114,5,500,500,5000,no,self,always,,,,,,,, +2471,Suffering Khalitzburg@AS_SONICBLOW,attack,136,5,1000,800,5000,no,target,always,,,,,,,, +2471,Suffering Khalitzburg@AS_GRIMTOOTH,chase,137,5,2000,0,5000,yes,target,always,,,,,,,, +2471,Suffering Khalitzburg@NPC_CRITICALSLASH,attack,170,1,500,500,5000,no,target,always,0,,,,,,, +2471,Suffering Khalitzburg@NPC_SPLASHATTACK,attack,174,1,2000,0,5000,yes,target,attackpcge,2,,,,,,, +2471,Suffering Khalitzburg@NPC_SPLASHATTACK,angry,174,1,2000,0,5000,yes,target,attackpcge,2,,,,,,, +2471,Suffering Khalitzburg@NPC_STUNATTACK,attack,179,3,1000,1500,5000,no,target,always,,,,,,,, +2471,Suffering Khalitzburg@NPC_AGIUP,attack,350,1,10000,0,30000,yes,self,myhpltmaxrate,60,,,,,,, +2471,Suffering Khalitzburg@NPC_WIDECURSE,attack,677,1,500,800,5000,no,self,always,,,,,,,, +2472,Bloody Knight@KN_BRANDISHSPEAR,attack,57,7,500,1000,5000,no,target,always,0,,,,,,9, +2472,Bloody Knight@WZ_METEOR,attack,83,7,2000,0,5000,no,target,myhpltmaxrate,20,,,,,,, +2472,Bloody Knight@WZ_METEOR,chase,83,7,2000,0,5000,no,target,myhpltmaxrate,20,,,,,,, +2472,Bloody Knight@NPC_DARKNESSATTACK,attack,190,3,500,500,5000,no,target,always,0,,,,,,9, +2472,Bloody Knight@@NPC_PULSESTRIKE,attack,661,5,10000,500,5000,no,self,always,,,,,,,7, +2472,Bloody Knight@NPC_WIDECURSE,attack,677,1,500,800,5000,no,self,always,,,,,,,, +2473,1st Commander of Destruction@SM_MAGNUM,attack,7,10,500,500,5000,no,self,always,0,,,,,,6, +2473,1st Commander of Destruction@NPC_CRITICALSLASH,attack,170,1,500,500,5000,no,target,always,0,,,,,,, +2473,1st Commander of Destruction@NPC_PETRIFYATTACK,chase,180,1,2000,500,5000,no,target,always,,,,,,,3, +2473,1st Commander of Destruction@NPC_GRANDDARKNESS,attack,339,10,500,700,5000,no,self,myhpltmaxrate,50,,,,,,, +2473,1st Commander of Destruction@NPC_DARKSTRIKE,idle,340,7,0,700,5000,no,target,always,,,,,,,, +2473,1st Commander of Destruction@NPC_DARKSTRIKE,chase,340,7,50,700,5000,no,target,always,,,,,,,, +2473,1st Commander of Destruction@NPC_POWERUP,attack,349,1,10000,0,30000,yes,self,myhpltmaxrate,30,,,,,,6, +2474,2nd Commander of Destruction@SM_MAGNUM,attack,7,10,500,500,5000,no,self,always,0,,,,,,6, +2474,2nd Commander of Destruction@NPC_CRITICALSLASH,attack,170,1,500,500,5000,no,target,always,0,,,,,,, +2474,2nd Commander of Destruction@NPC_SILENCEATTACK,attack,178,1,2000,0,5000,no,target,always,0,,,,,,, +2474,2nd Commander of Destruction@NPC_DARKCROSS,attack,338,3,500,700,5000,no,target,always,,,,,,,36, +2474,2nd Commander of Destruction@NPC_WIDECURSE,attack,677,1,500,800,5000,no,self,always,,,,,,,, +2474,2nd Commander of Destruction@NPC_AGIUP,attack,349,1,10000,0,30000,yes,self,myhpltmaxrate,30,,,,,,6, +2474,2nd Commander of Destruction@NPC_DARKSTRIKE,idle,340,7,0,700,5000,no,target,always,,,,,,,, +2475,Root of Corruption@AS_SONICBLOW,attack,136,5,1000,800,5000,no,target,always,,,,,,,, +2475,Root of Corruption@NPC_BLOODDRAIN,attack,199,1,500,0,5000,yes,target,always,,,,,,,2, +2475,Root of Corruption@NPC_BLOODDRAIN,idle,199,1,500,100,0,yes,target,always,,,,,,,2, +2475,Root of Corruption@AM_DEMONSTRATION,angry,229,5,100,500,5000,yes,target,always,,,,,,,, 2475,Root of Corruption@NPC_DARKSTRIKE,attack,340,10,2000,0,5000,yes,target,always,0,,,,,,, 2475,Root of Corruption@NPC_HELLJUDGEMENT,idle,662,10,10000,4000,100,no,self,always,0,,,,,,36, -2475,Root of Corruption@NPC_HELLJUDGEMENT,attack,662,10,10000,1000,10000,no,self,always,0,,,,,,36, -2475,Root of Corruption@NPC_PETRIFYATTACK,attack,180,5,500,500,5000,no,target,always,0,,,,,,3, -2475,Root of Corruption@NPC_SILENCEATTACK,attack,178,10,2000,0,5000,no,target,always,0,,,,,,, -2476,Amdarias@MG_FIREBALL,chase,17,20,5000,500,1000,no,target,always,0,,,,,,, +2475,Root of Corruption@NPC_HELLJUDGEMENT,attack,662,5,10000,1000,10000,no,self,always,0,,,,,,36, +2475,Root of Corruption@NPC_WIDESILENCE,attack,663,5,10000,1000,20000,no,self,myhpltmaxrate,80,,,,,,32, +2475,Root of Corruption@NPC_WIDESILENCE,chase,663,5,10000,1000,20000,no,self,myhpltmaxrate,80,,,,,,32, +2475,Root of Corruption@NPC_CRITICALWOUND,attack,673,4,200,0,5000,yes,target,always,,,,,,,, +2475,Root of Corruption@NPC_WIDECURSE,attack,677,5,5000,800,5000,no,self,always,,,,,,,, +2475,Root of Corruption@NPC_WIDESTUN,attack,678,1,500,800,30000,no,self,always,,,,,,,36, +2475,Root of Corruption@NPC_VAMPIRE_GIFT,attack,679,1,500,0,5000,yes,self,always,,,,,,,, +2475,Root of Corruption@NPC_WIDESOULDRAIN,attack,680,7,1000,500,5000,no,self,myhpltmaxrate,50,,,,,,42, +2476,Amdarias@SM_MAGNUM,attack,7,10,500,500,5000,no,self,always,0,,,,,,6, +2476,Amdarias@NPC_MENTALBREAKER,attack,159,1,500,800,5000,no,target,always,,,,,,,, +2476,Amdarias@NPC_MENTALBREAKER,chase,159,1,500,800,5000,no,target,always,,,,,,,, 2476,Amdarias@NPC_CRITICALSLASH,attack,170,1,500,500,5000,no,target,always,0,,,,,,, -2476,Amdarias@NPC_DARKBREATH,attack,202,5,500,800,5000,no,target,always,0,,,,,,36, +2476,Amdarias@NPC_STUNATTACK,attack,179,5,1000,1500,5000,no,target,always,,,,,,,, +2476,Amdarias@NPC_CURSEATTACK,attack,181,5,500,800,5000,no,target,always,,,,,,,2, +2476,Amdarias@NPC_DARKCROSS,attack,338,3,5000,0,10000,yes,target,always,,,,,,,9, +2476,Amdarias@NPC_GRANDDARKNESS,attack,339,10,500,700,5000,no,self,myhpltmaxrate,50,,,,,,, +2476,Amdarias@NPC_DARKSTRIKE,angry,340,7,500,700,5000,no,target,always,,,,,,,, +2476,Amdarias@NPC_DARKSTRIKE,attack,340,7,500,700,5000,no,target,always,,,,,,,, +2476,Amdarias@NPC_UNDEADATTACK,attack,347,5,500,500,5000,yes,target,always,,,,,,,, +2476,Amdarias@NPC_CHANGEUNDEAD,attack,348,1,500,500,6000000,no,target,always,,,,,,,9, +2476,Amdarias@NPC_POWERUP,attack,349,5,10000,0,30000,yes,self,myhpltmaxrate,30,,,,,,6, 2476,Amdarias@NPC_DRAGONFEAR,chase,659,5,10000,0,30000,no,self,always,0,,,,,,6, 2476,Amdarias@NPC_DRAGONFEAR,attack,659,5,2000,1000,20000,no,self,myhpltmaxrate,80,,,,,,32, -2476,Amdarias@NPC_FIREBREATH,attack,654,5,500,800,5000,no,target,always,0,,,,,,32, -2476,Amdarias@NPC_WEAPONBRAKER,attack,343,10,500,0,30000,yes,target,always,0,,,,,,, +2476,Amdarias@NPC_HELLJUDGEMENT,attack,662,5,10000,800,10000,no,self,always,,,,,,,6, +2476,Amdarias@NPC_HELLJUDGEMENT,chase,662,5,10000,800,10000,no,self,always,,,,,,,6, +2476,Amdarias@NPC_CRITICALWOUND,attack,673,4,200,0,5000,yes,target,always,,,,,,,, -// Champion Monsters +// Nightmare Glast Heim +2477,Wanderer (Nightmare)@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,,,,,,,, +2477,Wanderer (Nightmare)@KN_AUTOCOUNTER,attack,61,5,500,0,5000,yes,self,always,,,,,,,, +2477,Wanderer (Nightmare)@NPC_SPLASHATTACK,attack,174,1,2000,0,5000,yes,target,attackpcge,2,,,,,,, +2477,Wanderer (Nightmare)@RG_INTIMIDATE,attack,219,1,500,0,5000,yes,target,always,,,,,,,, +2477,Wanderer (Nightmare)@NPC_UNDEADATTACK,attack,347,3,500,500,5000,no,target,always,,,,,,,, +2477,Wanderer (Nightmare)@NJ_ISSEN,attack,544,10,500,500,5000,no,target,always,,,,,,,, +2477,Wanderer (Nightmare)@NPC_BLEEDING,idle,660,5,2000,0,3000,yes,target,always,,,,,,,32, +2477,Wanderer (Nightmare)@NPC_EMOTION,idle,197,1,2000,0,5000,yes,self,always,,9,,,,,, +2478,Rideword (Nightmare)@NPC_PIERCINGATT,attack,158,3,500,0,0,yes,target,always,,,,,,,2, +2478,Rideword (Nightmare)@NPC_BLINDATTACK,attack,177,3,500,0,0,yes,target,always,,,,,,,, +2478,Rideword (Nightmare)@NPC_BLOODDRAIN,attack,199,1,500,0,5000,yes,target,always,,,,,,,2, +2479,Mimic (Nightmare)@NPC_CRITICALSLASH,attack,170,1,500,500,5000,no,target,always,,,,,,,6, +2479,Mimic (Nightmare)@NPC_BLOODDRAIN,attack,199,1,500,0,5000,yes,target,always,,,,,,,2, +2479,Mimic (Nightmare)@CR_AUTOGUARD,attack,249,2,500,0,300000,yes,self,always,,,,,,,, +2479,Mimic (Nightmare)@CR_AUTOGUARD,chase,249,2,2000,0,300000,yes,self,longrangeattacked,,,,,,,, +2479,Mimic (Nightmare)@NPC_EMOTION,idle,197,1,2000,0,5000,yes,self,always,,29,,,,,, +2480,Evil Druid (Nightmare)@WZ_HEAVENDRIVE,attack,91,5,500,1200,5000,yes,target,always,,,,,,,, +2480,Evil Druid (Nightmare)@WZ_HEAVENDRIVE,chase,91,5,500,1200,5000,yes,target,always,,,,,,,, +2480,Evil Druid (Nightmare)@NPC_BLINDATTACK,attack,177,3,2000,0,5000,yes,target,always,,,,,,,9, +2480,Evil Druid (Nightmare)@NPC_BLINDATTACK,chase,177,3,2000,0,5000,yes,target,always,,,,,,,9, +2480,Evil Druid (Nightmare)@NPC_CURSEATTACK,attack,181,3,500,800,5000,yes,target,always,,,,,,,9, +2480,Evil Druid (Nightmare)@NPC_CURSEATTACK,chase,181,3,500,800,5000,yes,target,always,,,,,,,9, +2480,Evil Druid (Nightmare)@NPC_ENERGYDRAIN,attack,200,1,500,0,5000,yes,target,always,,,,,,,9, +2480,Evil Druid (Nightmare)@NPC_ENERGYDRAIN,chase,200,1,500,0,5000,yes,target,always,,,,,,,9, +2480,Evil Druid (Nightmare)@NPC_UNDEADATTACK,attack,347,3,500,500,5000,yes,target,always,,,,,,,9, +2480,Evil Druid (Nightmare)@NPC_UNDEADATTACK,chase,347,3,500,500,5000,yes,target,always,,,,,,,9, +2480,Evil Druid (Nightmare)@NPC_EMOTION,idle,197,1,2000,0,5000,yes,self,always,,29,,,,,, +2481,Wraith Dead (Nightmare)@NPC_POISON,attack,176,5,500,800,5000,no,target,always,,,,,,,29, +2481,Wraith Dead (Nightmare)@NPC_BLINDATTACK,attack,177,3,2000,0,5000,yes,target,always,,,,,,,9, +2481,Wraith Dead (Nightmare)@NPC_CURSEATTACK,attack,181,3,500,800,5000,no,target,always,,,,,,,29, +2481,Wraith Dead (Nightmare)@NPC_CURSEATTACK,chase,181,3,500,800,5000,no,target,always,,,,,,,29, +2481,Wraith Dead (Nightmare)@NPC_ENERGYDRAIN,attack,200,1,500,0,5000,yes,target,always,,,,,,,9, +//2482, Khalitzburg (Nightmare) +2483,Baphomet (Nightmare)@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,,,,,,,, +2483,Baphomet (Nightmare)@AL_TELEPORT,walk,26,1,5000,0,5000,yes,self,rudeattacked,,,,,,,, +2483,Baphomet (Nightmare)@AL_HEAL,idle,28,10,10000,0,5000,yes,self,myhpltmaxrate,50,,,,,,, +2483,Baphomet (Nightmare)@KN_BRANDISHSPEAR,attack,57,10,2000,500,5000,no,target,always,,,,,,,29, +2483,Baphomet (Nightmare)@WZ_VERMILION,attack,85,10,2000,500,2000,no,target,always,,,,,,,29, +2483,Baphomet (Nightmare)@WZ_VERMILION,chase,85,10,2000,500,2000,no,target,always,,,,,,,29, +2483,Baphomet (Nightmare)@WZ_VERMILION,chase,85,10,5000,500,2000,no,target,skillused,18,,,,,,29, +2483,Baphomet (Nightmare)@NPC_GUIDEDATTACK,attack,172,5,500,0,20000,no,target,always,,,,,,,, +2483,Baphomet (Nightmare)@NPC_DARKBREATH,attack,202,5,2000,800,5000,no,target,always,,,,,,,29, +2483,Baphomet (Nightmare)@MO_BODYRELOCATION,chase,264,1,2000,200,1000,yes,target,always,,,,,,,, +2483,Baphomet (Nightmare)@NPC_DARKSTRIKE,chase,340,10,2000,0,1000,yes,target,always,,,,,,,, +2483,Baphomet (Nightmare)@NPC_ARMORBRAKE,attack,344,10,2000,0,5000,no,target,always,,,,,,,, +2483,Baphomet (Nightmare)@NPC_POWERUP,attack,349,5,10000,0,30000,yes,self,myhpltmaxrate,30,,,,,,6, +2483,Baphomet (Nightmare)@NPC_EARTHQUAKE,attack,653,5,10000,2000,30000,no,self,myhpltmaxrate,80,,,,,,6, +2483,Baphomet (Nightmare)@NPC_EARTHQUAKE,chase,653,5,10000,2000,30000,no,self,myhpltmaxrate,80,,,,,,6, +2483,Baphomet (Nightmare)@NPC_HELLJUDGEMENT,attack,662,5,10000,800,10000,no,self,always,,,,,,,6, +2483,Baphomet (Nightmare)@NPC_HELLJUDGEMENT,chase,662,5,10000,800,10000,no,self,always,,,,,,,6, +2483,Baphomet (Nightmare)@NPC_CALLSLAVE,attack,352,1,10000,0,30000,yes,self,always,,,,,,,, +2483,Baphomet (Nightmare)@NPC_CALLSLAVE,idle,352,1,10000,0,30000,yes,self,always,,,,,,,, +2483,Baphomet (Nightmare)@NPC_SUMMONSLAVE,attack,196,6,10000,700,10000,no,self,slavele,3,2484,,,,,, +2483,Baphomet (Nightmare)@NPC_SUMMONSLAVE,idle,196,6,10000,700,10000,no,self,slavele,3,2484,,,,,, +2483,Baphomet (Nightmare)@NPC_SUMMONSLAVE,idle,196,4,10000,0,0,no,self,onspawn,0,2484,,,,,, +2484,Baphomet Jr. (Nightmare)@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,,,,,,,, +2484,Baphomet Jr. (Nightmare)@NPC_CURSEATTACK,attack,181,3,500,800,5000,no,target,always,,,,,,,29, +2484,Baphomet Jr. (Nightmare)@NPC_DARKNESSATTACK,attack,190,2,500,500,5000,no,target,always,,,,,,,6, +2484,Baphomet Jr. (Nightmare)@NPC_HALLUCINATION,attack,207,1,500,500,5000,yes,target,always,,,,,,,29, +2484,Baphomet Jr. (Nightmare)@NPC_HALLUCINATION,chase,207,1,500,500,5000,yes,target,always,,,,,,,29, +2484,Baphomet Jr. (Nightmare)@SA_DISPELL,attack,289,1,0,0,30000,yes,target,always,,,,,,,29, +2484,Baphomet Jr. (Nightmare)@NPC_EMOTION,walk,197,1,2000,0,5000,yes,self,always,,2,,,,,, +2484,Baphomet Jr. (Nightmare)@NPC_EMOTION,chase,197,1,200,0,5000,yes,self,always,,19,0x0081,,,,, +2484,Baphomet Jr. (Nightmare)@NPC_EMOTION,idle,197,1,2000,0,5000,yes,self,always,,6,0x3695,,,,, +2485,Chimera (Nightmare)@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,,,,,,,, +2485,Chimera (Nightmare)@WZ_HEAVENDRIVE,attack,91,5,500,1200,5000,yes,target,always,,,,,,,6, +2485,Chimera (Nightmare)@WZ_HEAVENDRIVE,chase,91,5,500,1200,5000,yes,target,always,,,,,,,6, +2485,Chimera (Nightmare)@NPC_SPLASHATTACK,attack,174,1,2000,0,5000,yes,target,attackpcge,2,,,,,,, +2485,Chimera (Nightmare)@NPC_FIREATTACK,attack,186,5,500,500,5000,yes,target,always,,,,,,,6, +2485,Chimera (Nightmare)@CR_AUTOGUARD,attack,249,5,500,0,300000,yes,self,always,,,,,,,, +2485,Chimera (Nightmare)@CR_AUTOGUARD,chase,249,5,2000,0,300000,yes,self,longrangeattacked,,,,,,,, +2485,Chimera (Nightmare)@NPC_SHIELDBRAKE,attack,346,5,500,0,5000,yes,target,always,,,,,,,6, +2485,Chimera (Nightmare)@NPC_SUMMONSLAVE,idle,196,4,10000,2000,60000,yes,self,slavele,0,1253,,,,,, +// Champion Monsters 2603,Swift Zombie Slaughter@AL_TELEPORT,attack,26,1,500,0,5000,yes,self,myhpltmaxrate,50,,,,,,, 2603,Swift Zombie Slaughter@AL_HEAL,attack,28,5,10000,500,5000,yes,self,myhpltmaxrate,50,,,,,,, 2603,Swift Zombie Slaughter@AS_SONICBLOW,attack,136,5,1000,800,5000,no,target,always,,,,,,,, |