Skip to content

Commit

Permalink
Update Npc Constants Database
Browse files Browse the repository at this point in the history
  • Loading branch information
Asheraf committed Nov 15, 2023
1 parent 9d45194 commit c6c514b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions db/constants.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3718,6 +3718,31 @@ constants_db: {
GATE_SKYBLUE: 10527
4_CS_RIGEL: 10528
4_M_NILLEM: 10529
4_LARVA_RED: 10530
4_LARVA_YELLOW: 10531
4_LARVA_BLACK: 10532
4_LARVA_VIOLET: 10533
4_HERO_SAUSAGE: 10534
4_PRINCESS_SAUSAGE: 10535
4_EP20_LASGAND: 10536
4_EP20_NYAR: 10537
4_EP20_DEVICE_BLUE: 10538
4_EP20_DEVICE_RED: 10539
4_EP20_DEVICE_BLACK: 10540
4_GACHA_MACHINE: 10545
4_RUNESTONE: 10547
4_EM_ARDOR: 10548
4_EM_DILUVIO: 10549
4_EM_PROCELLA: 10550
4_EM_TERREMOTUS: 10551
4_EM_SERPENS: 10552
1_SHADOW_RED: 10554
1_SHADOW_ORANGE: 10555
1_SHADOW_YELLOW: 10556
1_SHADOW_GREEN: 10557
1_SHADOW_BLUE: 10558
1_SHADOW_INDIGO: 10559
1_SHADOW_VIOLET: 10560

comment__: "Mercenary IDs"
MER_LIF: 6001
Expand Down
2 changes: 1 addition & 1 deletion src/map/npc.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ enum actor_classes {
#define MAX_NPC_CLASS 1000
// New NPC range
#define MAX_NPC_CLASS2_START 10001
#define MAX_NPC_CLASS2_END 10529
#define MAX_NPC_CLASS2_END 10560

//Script NPC events.
enum npce_event {
Expand Down

0 comments on commit c6c514b

Please sign in to comment.