Browse Source

Mob and NPC Identity Update

rAthenaAPI 6 years ago
parent
commit
fe9dbf4787
3 changed files with 19 additions and 0 deletions
  1. 11 0
      db/re/mob_db.txt
  2. 4 0
      src/map/npc.hpp
  3. 4 0
      src/map/script_constants.hpp

+ 11 - 0
db/re/mob_db.txt

@@ -3513,6 +3513,16 @@
 //20382,G_TWIN_CAPUT2
 //20383,E_WICKED_NYMPH
 //20384,E_WICKED_NYMPH_BOSS
+//20385,MD_GH_KING_SCHMIDT
+//20386,MD_GH_KING_SCHMIDT_N
+//20387,MD_GH_KING_SCHMIDT_H
+//20388,MD_GH_KHALITZBURG
+//20389,MD_GH_KHALITZBURG_H
+//20390,MD_GH_WHITEKNIGHT
+//20391,MD_GH_WHITEKNIGHT_H
+//20392,MD_GH_ALICE_G
+//20393,MD_GH_ROOT_G
+//20394,MD_GH_BLOODY_KNIGHT
 
 //20396,PORING_Z
 //20397,SAVAGE_BABE_Z
@@ -3544,3 +3554,4 @@
 //20423,BACSOJIN2
 //20424,MOONLIGHT2
 //20425,PHREEONI2
+//20426,MD_MANHOLE3

+ 4 - 0
src/map/npc.hpp

@@ -1105,6 +1105,10 @@ enum e_job_types
 	JT_4_EP17_MIGUEL,
 	JT_4_EP17_NIHIL_K,
 	JT_4_EP17_MIGUEL_D,
+	JT_4_ED_SCHMIDT,
+	JT_4_ED_OSCAR,
+	JT_4_ED_ORB,
+	JT_4_ED_FENCE,
 	NPC_RANGE3_END, // Official: JT_NEW_NPC_3RD_END=19999
 
 	// Unofficial

+ 4 - 0
src/map/script_constants.hpp

@@ -6039,6 +6039,10 @@
 	export_constant_npc(JT_4_EP17_MIGUEL);
 	export_constant_npc(JT_4_EP17_NIHIL_K);
 	export_constant_npc(JT_4_EP17_MIGUEL_D);
+	export_constant_npc(JT_4_ED_SCHMIDT);
+	export_constant_npc(JT_4_ED_OSCAR);
+	export_constant_npc(JT_4_ED_ORB);
+	export_constant_npc(JT_4_ED_FENCE);
 	#undef export_constant_npc
 
 	/* special effects */