Mob and NPC Identity Update
This commit is contained in:
parent
f5f377a7c9
commit
01516a326c
@ -3691,3 +3691,5 @@
|
|||||||
//20560,G_MINERAL_G
|
//20560,G_MINERAL_G
|
||||||
//20561,G_MINERAL_W
|
//20561,G_MINERAL_W
|
||||||
//20562,HIDDEN_MOB8
|
//20562,HIDDEN_MOB8
|
||||||
|
|
||||||
|
//20569,MISSING_OCTOPIG
|
||||||
|
@ -1140,6 +1140,8 @@ enum e_job_types
|
|||||||
JT_4_F_ERENE,
|
JT_4_F_ERENE,
|
||||||
JT_4_M_EINCPTMINER,
|
JT_4_M_EINCPTMINER,
|
||||||
JT_4_F_EINRESERCHER,
|
JT_4_F_EINRESERCHER,
|
||||||
|
|
||||||
|
JT_4_PIGOCTO = 10341,
|
||||||
NPC_RANGE3_END, // Official: JT_NEW_NPC_3RD_END=19999
|
NPC_RANGE3_END, // Official: JT_NEW_NPC_3RD_END=19999
|
||||||
|
|
||||||
// Unofficial
|
// Unofficial
|
||||||
|
@ -5899,6 +5899,7 @@
|
|||||||
export_constant_npc(JT_4_F_ERENE);
|
export_constant_npc(JT_4_F_ERENE);
|
||||||
export_constant_npc(JT_4_M_EINCPTMINER);
|
export_constant_npc(JT_4_M_EINCPTMINER);
|
||||||
export_constant_npc(JT_4_F_EINRESERCHER);
|
export_constant_npc(JT_4_F_EINRESERCHER);
|
||||||
|
export_constant_npc(JT_4_PIGOCTO);
|
||||||
#undef export_constant_npc
|
#undef export_constant_npc
|
||||||
|
|
||||||
/* special effects */
|
/* special effects */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user