From d0dcbbd36bd9b4f456c46f35c9bcab7302411deb Mon Sep 17 00:00:00 2001 From: rAthenaAPI Date: Wed, 31 Oct 2018 04:01:17 +0100 Subject: [PATCH] Mob and NPC Identity Update --- db/re/mob_db.txt | 15 ++++++++++++++- src/map/npc.hpp | 10 ++++++++++ src/map/script_constants.hpp | 9 +++++++++ 3 files changed, 33 insertions(+), 1 deletion(-) diff --git a/db/re/mob_db.txt b/db/re/mob_db.txt index 0e8f601c52..58d6b2bb07 100644 --- a/db/re/mob_db.txt +++ b/db/re/mob_db.txt @@ -3648,6 +3648,19 @@ //20517,G_BONE_ACIDUS //20518,E_MD_LUDE //20519,E_MD_JACK_GAINT - +//20520,ILL_BAPHOMET +//20521,ILL_ANDREA +//20522,ILL_ANES +//20523,ILL_SILVANO +//20524,ILL_CECILIA +//20525,ILL_BAPHOMET_J +//20526,ILL_SIDE_WINDER +//20527,ILL_HUNTER_FLY +//20528,ILL_MANTIS +//20529,ILL_GHOSTRING +//20530,ILL_KILLER_MANTIS +//20531,ILL_POPORING +//20532,ILL_STEM_WORM +//20533,G_ILL_BAPHOMET_J //20534,G_REGINLEIF //20535,G_INGRID diff --git a/src/map/npc.hpp b/src/map/npc.hpp index af71f35070..79b4c7114c 100644 --- a/src/map/npc.hpp +++ b/src/map/npc.hpp @@ -1109,6 +1109,16 @@ enum e_job_types JT_4_ED_OSCAR, JT_4_ED_ORB, JT_4_ED_FENCE, + JT_4_M_ANDREA, + JT_4_M_ANDREA_D, + JT_4_F_ANES, + JT_4_F_ANES_D, + JT_4_M_SILVANO, + JT_4_M_SILVANO_D, + JT_4_F_CECILIA, + JT_4_F_CECILIA_D, + + JT_4_F_ERENE = 10337, NPC_RANGE3_END, // Official: JT_NEW_NPC_3RD_END=19999 // Unofficial diff --git a/src/map/script_constants.hpp b/src/map/script_constants.hpp index c10d705b59..29d472388d 100644 --- a/src/map/script_constants.hpp +++ b/src/map/script_constants.hpp @@ -6067,6 +6067,15 @@ export_constant_npc(JT_4_ED_OSCAR); export_constant_npc(JT_4_ED_ORB); export_constant_npc(JT_4_ED_FENCE); + export_constant_npc(JT_4_M_ANDREA); + export_constant_npc(JT_4_M_ANDREA_D); + export_constant_npc(JT_4_F_ANES); + export_constant_npc(JT_4_F_ANES_D); + export_constant_npc(JT_4_M_SILVANO); + export_constant_npc(JT_4_M_SILVANO_D); + export_constant_npc(JT_4_F_CECILIA); + export_constant_npc(JT_4_F_CECILIA_D); + export_constant_npc(JT_4_F_ERENE); #undef export_constant_npc /* special effects */