diff options
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index b9e8928c6..018aa6341 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4311,6 +4311,34 @@ constants_db: { BS_PMBINDING: 2 BS_PMPAGE: 4 BS_PMGLUE: 8 + // N - Npc + BS_NELIAS: 1 + BS_NMIRO: 2 + BS_NLENITA: 4 + BS_NEEVERT: 8 + BS_NJANIKA: 16 + BS_NKULLERVO: 32 + BS_NSANTERI: 64 + BS_NPYRY: 128 + BS_NNEA: 256 + BS_NARVO: 512 + BS_NKRISTIAN: 1024 + BS_NMIRJAMI: 2048 + BS_NENSIO: 4096 + BS_NHENRIIKKA: 8192 + BS_NTEUVO: 16384 + BS_NOSKARI: 32768 + BS_NPEETU: 65536 + BS_NNIKOLAI: 131072 + // S - Slime Nest + BS_SNEST1: 1 + BS_SNEST2: 2 + BS_SNEST3: 4 + BS_SNEST4: 8 + BS_SNEST5: 16 + BS_SNEST6: 32 + BS_SNEST7: 64 + BS_SNEST8: 128 comment__: "Being actions" ACTION_STAND: 0 |