diff options
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/db/constants.conf b/db/constants.conf index 21bfd5f3..ac58a2af 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3185,6 +3185,9 @@ more than one separator can be used in a row (so 12_3___456 is illegal). NPC432:432 NPC433:433 NPC434:434 + NPC435:435 + NPC436:436 + NPC437:437 NPC32767:32767 // NPCs decently named @@ -3214,7 +3217,7 @@ more than one separator can be used in a row (so 12_3___456 is illegal). NPC_UNUSED__MOBTOMB: 565 NPC_WARP_DEBUG: 722 NPC_UNUSED__FLAG: 722 - NPC_NO_SPRITE: 999 + NPC_NO_SPRITE: 400 NPC_HIDDEN: 32767 comment__: "Walk masks" @@ -3376,6 +3379,23 @@ more than one separator can be used in a row (so 12_3___456 is illegal). ROSSY_READY: 1023 ROSSY_BOSSCAVE: 1024 + comment__: "Christmas 2021 Constants" + X21_ACCEPTED: 1 + X21_CANDLES: 64 + X21_PLANTPUZZLE: 128 + X21_LEVEL3: 256 + X21_RIDDLEDONE: 512 + X21_BOSSDEFEAT: 1024 + X21_ALYSSAINIT: 2048 + X21_ALYSSARESCUE: 4096 + + X21BC1_ON: 1 + X21BC1_OFF: 2 + X21_EXP_PUZZLE: 15000 + X21_TICKET_PUZZLE: 15 + X21_TICKET_BOSS: 5 + X21_TICKET_SUPPORT: 2 + comment__: "Focus Constants" FSKILL_MALLARDS_EYE: 1 FSKILL_BRAWLING: 2 |