diff options
-rw-r--r-- | db/re/mob_db.conf | 30 | ||||
-rw-r--r-- | npc/014-5-1/sagratha.txt | 2 |
2 files changed, 11 insertions, 21 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index e91f32849..1f160860f 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -103,8 +103,8 @@ mob_db: ( WeaponAttacks: { WeaponType: 10000 } - SkillAttacks: { - SkillName: 10000 + EleResist: { + ElementalName: 10000 } }, ******************************************************************************/ @@ -9136,16 +9136,8 @@ mob_db: ( All: 7500 } // Most powerful attack skills are almost entirely nullified - SkillAttacks: { - MG_FIREBALL: 5000 - MG_NAPALMBEAT: 5000 - SO_FIREWALK: 3000 - WZ_FROSTNOVA: 3000 - MG_FROSTDIVER: 3000 - SN_SHARPSHOOTING: 3000 - ASC_METEORASSAULT: 3000 - KN_AUTOCOUNTER: 3000 - AC_SHOWER: 3000 + EleResist: { + Ele_All: 5000 } }, { @@ -9243,9 +9235,8 @@ mob_db: ( WeaponAttacks: { All: 4000 } - SkillAttacks: { - MG_FIREBALL: 12000 - SM_BASH: 12000 + EleResist: { + Ele_Neutral: 12000 } }, { @@ -9436,9 +9427,8 @@ mob_db: ( WeaponAttacks: { All: 5000 } - SkillAttacks: { - MG_FIREBALL: 30000 - SO_FIREWALK: 15000 + EleResist: { + Ele_Fire: 15000 } }, { @@ -9791,8 +9781,8 @@ mob_db: ( All: 4000 Bows: 3000 } - SkillAttacks: { - NPC_SELFDESTRUCTION: 0 + EleResist: { + Ele_System: 1000 } }, { diff --git a/npc/014-5-1/sagratha.txt b/npc/014-5-1/sagratha.txt index dc8b9bcd4..9255d727a 100644 --- a/npc/014-5-1/sagratha.txt +++ b/npc/014-5-1/sagratha.txt @@ -54,7 +54,7 @@ function script SaggyMobCount { switch (.@mr) { case Ele_Dark: case Ele_Ghost: - case Ele_Undead: + //case Ele_Undead: SaggyScoreUpdate(any(0,0,0,0,1)); break; } |