Mob and NPC Identity Update
This commit is contained in:
parent
98ba549022
commit
d0dcbbd36b
@ -3648,6 +3648,19 @@
|
|||||||
//20517,G_BONE_ACIDUS
|
//20517,G_BONE_ACIDUS
|
||||||
//20518,E_MD_LUDE
|
//20518,E_MD_LUDE
|
||||||
//20519,E_MD_JACK_GAINT
|
//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
|
//20534,G_REGINLEIF
|
||||||
//20535,G_INGRID
|
//20535,G_INGRID
|
||||||
|
@ -1109,6 +1109,16 @@ enum e_job_types
|
|||||||
JT_4_ED_OSCAR,
|
JT_4_ED_OSCAR,
|
||||||
JT_4_ED_ORB,
|
JT_4_ED_ORB,
|
||||||
JT_4_ED_FENCE,
|
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
|
NPC_RANGE3_END, // Official: JT_NEW_NPC_3RD_END=19999
|
||||||
|
|
||||||
// Unofficial
|
// Unofficial
|
||||||
|
@ -6067,6 +6067,15 @@
|
|||||||
export_constant_npc(JT_4_ED_OSCAR);
|
export_constant_npc(JT_4_ED_OSCAR);
|
||||||
export_constant_npc(JT_4_ED_ORB);
|
export_constant_npc(JT_4_ED_ORB);
|
||||||
export_constant_npc(JT_4_ED_FENCE);
|
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
|
#undef export_constant_npc
|
||||||
|
|
||||||
/* special effects */
|
/* special effects */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user