From a5200e6c49bda0f127f6ab05f5e2d4c097089bc3 Mon Sep 17 00:00:00 2001 From: rAthenaAPI Date: Wed, 26 Dec 2018 06:00:51 +0100 Subject: [PATCH] Mob and NPC Identity Update --- db/re/mob_db.txt | 19 ++++++++++++++++++- src/map/npc.hpp | 2 ++ src/map/script_constants.hpp | 2 ++ 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/db/re/mob_db.txt b/db/re/mob_db.txt index 1d6604af60..303e4e567d 100644 --- a/db/re/mob_db.txt +++ b/db/re/mob_db.txt @@ -3672,5 +3672,22 @@ //20541,MD_ED_LGTHIGHGUARD //20542,MD_ED_LGTGUARD //20543,MD_ED_M_SCIENCE - +//20544,MINERAL_R_MJ +//20545,MINERAL_P_MJ +//20546,MINERAL_G_MJ +//20547,MINERAL_W_MJ +//20548,ABYSSMAN_MJ +//20549,JUNGOLIANTD1_MJ +//20550,JEWELIANT_MJ +//20551,JEWEL_MJ +//20552,MECURING_Z +//20553,SANDBREEZE_Z +//20554,TOXIOUS_Z +//20555,UNGOLIANT_Z +//20556,PORCELLIO_Z +//20557,POISONOUS_Z +//20558,G_MINERAL_R +//20559,G_MINERAL_P +//20560,G_MINERAL_G +//20561,G_MINERAL_W //20562,HIDDEN_MOB8 diff --git a/src/map/npc.hpp b/src/map/npc.hpp index a98b01019b..0bbfa3279b 100644 --- a/src/map/npc.hpp +++ b/src/map/npc.hpp @@ -1138,6 +1138,8 @@ enum e_job_types JT_4_F_MD_KATRINN_D, JT_4_F_MD_YGNIZEM, JT_4_F_ERENE, + JT_4_M_EINCPTMINER, + JT_4_F_EINRESERCHER, 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 40de1f030b..223793a333 100644 --- a/src/map/script_constants.hpp +++ b/src/map/script_constants.hpp @@ -5897,6 +5897,8 @@ export_constant_npc(JT_4_F_MD_KATRINN_D); export_constant_npc(JT_4_F_MD_YGNIZEM); export_constant_npc(JT_4_F_ERENE); + export_constant_npc(JT_4_M_EINCPTMINER); + export_constant_npc(JT_4_F_EINRESERCHER); #undef export_constant_npc /* special effects */