Mob and NPC Identity Update

This commit is contained in:
rAthenaAPI 2018-10-31 04:01:17 +01:00
parent 98ba549022
commit d0dcbbd36b
3 changed files with 33 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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 */