Skip to content

Commit

Permalink
Mob and NPC Identity Update
Browse files Browse the repository at this point in the history
  • Loading branch information
rAthenaAPI committed Dec 5, 2018
1 parent 2f5e120 commit f233792
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 2 deletions.
10 changes: 10 additions & 0 deletions db/re/mob_db.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3664,3 +3664,13 @@
//20533,G_ILL_BAPHOMET_J //20533,G_ILL_BAPHOMET_J
//20534,G_REGINLEIF //20534,G_REGINLEIF
//20535,G_INGRID //20535,G_INGRID
//20536,MD_ED_B_YGNIZEM
//20537,MD_ED_YGNIZEM
//20538,MD_ED_EREND
//20539,MD_ED_ARMAIA
//20540,MD_ED_EREMES
//20541,MD_ED_LGTHIGHGUARD
//20542,MD_ED_LGTGUARD
//20543,MD_ED_M_SCIENCE

//20562,HIDDEN_MOB8
22 changes: 20 additions & 2 deletions src/map/npc.hpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1117,8 +1117,26 @@ enum e_job_types
JT_4_M_SILVANO_D, JT_4_M_SILVANO_D,
JT_4_F_CECILIA, JT_4_F_CECILIA,
JT_4_F_CECILIA_D, JT_4_F_CECILIA_D,

JT_4_M_MD_SEYREN,
JT_4_F_ERENE = 10337, JT_4_M_MD_EREMES,
JT_4_M_MD_HARWORD,
JT_4_F_MD_MAGALETA,
JT_4_F_MD_SHECIL,
JT_4_F_MD_KATRINN,
JT_4_M_MD_SEYREN_H,
JT_4_M_MD_EREMES_H,
JT_4_M_MD_HARWORD_H,
JT_4_F_MD_MAGALETA_H,
JT_4_F_MD_SHECIL_H,
JT_4_F_MD_KATRINN_H,
JT_4_M_MD_SEYREN_D,
JT_4_M_MD_EREMES_D,
JT_4_M_MD_HARWORD_D,
JT_4_F_MD_MAGALETA_D,
JT_4_F_MD_SHECIL_D,
JT_4_F_MD_KATRINN_D,
JT_4_F_MD_YGNIZEM,
JT_4_F_ERENE,
NPC_RANGE3_END, // Official: JT_NEW_NPC_3RD_END=19999 NPC_RANGE3_END, // Official: JT_NEW_NPC_3RD_END=19999


// Unofficial // Unofficial
Expand Down
19 changes: 19 additions & 0 deletions src/map/script_constants.hpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6078,6 +6078,25 @@
export_constant_npc(JT_4_M_SILVANO_D); export_constant_npc(JT_4_M_SILVANO_D);
export_constant_npc(JT_4_F_CECILIA); export_constant_npc(JT_4_F_CECILIA);
export_constant_npc(JT_4_F_CECILIA_D); export_constant_npc(JT_4_F_CECILIA_D);
export_constant_npc(JT_4_M_MD_SEYREN);
export_constant_npc(JT_4_M_MD_EREMES);
export_constant_npc(JT_4_M_MD_HARWORD);
export_constant_npc(JT_4_F_MD_MAGALETA);
export_constant_npc(JT_4_F_MD_SHECIL);
export_constant_npc(JT_4_F_MD_KATRINN);
export_constant_npc(JT_4_M_MD_SEYREN_H);
export_constant_npc(JT_4_M_MD_EREMES_H);
export_constant_npc(JT_4_M_MD_HARWORD_H);
export_constant_npc(JT_4_F_MD_MAGALETA_H);
export_constant_npc(JT_4_F_MD_SHECIL_H);
export_constant_npc(JT_4_F_MD_KATRINN_H);
export_constant_npc(JT_4_M_MD_SEYREN_D);
export_constant_npc(JT_4_M_MD_EREMES_D);
export_constant_npc(JT_4_M_MD_HARWORD_D);
export_constant_npc(JT_4_F_MD_MAGALETA_D);
export_constant_npc(JT_4_F_MD_SHECIL_D);
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_F_ERENE);
#undef export_constant_npc #undef export_constant_npc


Expand Down

0 comments on commit f233792

Please sign in to comment.