diff options
-rw-r--r-- | db/re/mob_db.conf | 26 | ||||
-rw-r--r-- | npc/004-1/bgmaster.txt | 8 |
2 files changed, 18 insertions, 16 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index d05716a10..0d2d234dc 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -3425,7 +3425,7 @@ mob_db: ( }, { Id: 1079 - SpriteName: "OldFallen" + SpriteName: "FallenKing1" Name: "Fallen King" Lv: 120 Hp: 40000 @@ -3433,7 +3433,7 @@ mob_db: ( Exp: 5220 JExp: 850 AttackRange: 2 - Attack: [1000, 1400] + Attack: [100, 140] Def: 12 Mdef: 20 Stats: { @@ -3444,7 +3444,7 @@ mob_db: ( Dex: 68 Luk: 45 } - ViewRange: 1 + ViewRange: 5 ChaseRange: 12 Size: 0 Race: 2 @@ -3465,6 +3465,7 @@ mob_db: ( Drops: { //DarCrystal: 700 Skull: 250 + LeatherShirt: 200 Bone: 110 Bone: 100 //LeatherGloves: 25 @@ -3475,7 +3476,7 @@ mob_db: ( }, { Id: 1080 - SpriteName: "OldFallen2" + SpriteName: "FallenKing2" Name: "Fallen King" Lv: 120 Hp: 40000 @@ -3483,7 +3484,7 @@ mob_db: ( Exp: 5220 JExp: 850 AttackRange: 2 - Attack: [1000, 1400] + Attack: [100, 140] Def: 12 Mdef: 20 Stats: { @@ -3494,7 +3495,7 @@ mob_db: ( Dex: 68 Luk: 45 } - ViewRange: 1 + ViewRange: 5 ChaseRange: 12 Size: 0 Race: 2 @@ -3515,6 +3516,7 @@ mob_db: ( Drops: { //DarCrystal: 700 Skull: 250 + LeatherShirt: 200 Bone: 110 Bone: 100 //LeatherGloves: 25 @@ -3533,7 +3535,7 @@ mob_db: ( Exp: 120 JExp: 37 AttackRange: 1 - Attack: [600, 1000] + Attack: [60, 100] Def: 5 Mdef: 20 Stats: { @@ -3544,7 +3546,7 @@ mob_db: ( Dex: 35 Luk: 15 } - ViewRange: 1 + ViewRange: 10 ChaseRange: 12 Size: 0 Race: 2 @@ -3556,7 +3558,7 @@ mob_db: ( CastSensorChase: true } MoveSpeed: 800 - AttackDelay: 1872 + AttackDelay: 800 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 @@ -3578,7 +3580,7 @@ mob_db: ( Exp: 120 JExp: 37 AttackRange: 1 - Attack: [600, 1000] + Attack: [60, 100] Def: 5 Mdef: 20 Stats: { @@ -3589,7 +3591,7 @@ mob_db: ( Dex: 35 Luk: 15 } - ViewRange: 1 + ViewRange: 10 ChaseRange: 12 Size: 0 Race: 2 @@ -3601,7 +3603,7 @@ mob_db: ( CastSensorChase: true } MoveSpeed: 800 - AttackDelay: 1872 + AttackDelay: 800 AttackMotion: 672 DamageMotion: 480 MvpExp: 0 diff --git a/npc/004-1/bgmaster.txt b/npc/004-1/bgmaster.txt index dfe117803..ce25295f0 100644 --- a/npc/004-1/bgmaster.txt +++ b/npc/004-1/bgmaster.txt @@ -80,8 +80,8 @@ L_Init: mapannounce("testbg", "May the fight begin!", bc_map); mesn; next; - $@FKing_T1 = bg_monster($@FK_Team1, "testbg", 1, 1, "OldFallen", 1079, "Cassia::OnVictor2"); - $@FKing_T2 = bg_monster($@FK_Team2, "testbg", 13, 28, "OldFallen2", 1080, "Cassia::OnVictor1"); + $@FKing_T1 = bg_monster($@FK_Team1, "testbg", 1, 1, "FallenKing1", 1079, "Cassia::OnVictor2"); + $@FKing_T2 = bg_monster($@FK_Team2, "testbg", 13, 28, "FallenKing2", 1080, "Cassia::OnVictor1"); mesn; next; initnpctimer(); @@ -194,8 +194,8 @@ OnInit: OnDoEvent: .BGC=0; mapannounce("testbg", "May the fight begin!", bc_map); - $@FKing_T1 = bg_monster($@FK_Team1, "testbg", 1, 1, "OldFallen", 1079, "Cassia::OnVictor2"); - $@FKing_T2 = bg_monster($@FK_Team2, "testbg", 13, 28, "OldFallen2", 1080, "Cassia::OnVictor1"); + $@FKing_T1 = bg_monster($@FK_Team1, "testbg", 1, 1, "FallenKing1", 1079, "Cassia::OnVictor2"); + $@FKing_T2 = bg_monster($@FK_Team2, "testbg", 13, 28, "FallenKing2", 1080, "Cassia::OnVictor1"); initnpctimer(); end; } |