diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-20 14:55:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-20 14:55:04 -0300 |
commit | 8e2e752da8739b4c8bda1209365924183ac176cf (patch) | |
tree | 70881a579ba1d973a3bf12959cab7e8eca7de84e /db/constants.conf | |
parent | 866cc1479a61c9e049fcce7af7d48e1bf9380590 (diff) | |
download | serverdata-8e2e752da8739b4c8bda1209365924183ac176cf.tar.gz serverdata-8e2e752da8739b4c8bda1209365924183ac176cf.tar.bz2 serverdata-8e2e752da8739b4c8bda1209365924183ac176cf.tar.xz serverdata-8e2e752da8739b4c8bda1209365924183ac176cf.zip |
Split Blue Sage Quests + fix errors
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 |