diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-18 21:44:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-18 21:44:24 -0300 |
commit | ae9b73f4f3558ce9b266fe6dda2991c89e1f0f1c (patch) | |
tree | 528cd7dbe387096f94f5639f38da1c03447c95ab /db/constants.conf | |
parent | fbed4a4d281a466f0a76b0dccd21e6f85f610543 (diff) | |
download | serverdata-ae9b73f4f3558ce9b266fe6dda2991c89e1f0f1c.tar.gz serverdata-ae9b73f4f3558ce9b266fe6dda2991c89e1f0f1c.tar.bz2 serverdata-ae9b73f4f3558ce9b266fe6dda2991c89e1f0f1c.tar.xz serverdata-ae9b73f4f3558ce9b266fe6dda2991c89e1f0f1c.zip |
The INK QUEST + Function utils
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 2d89b0f25..b9e8928c6 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4302,6 +4302,16 @@ constants_db: { RB_GLOBALANNOUNCE: 64 RB_DEFAULT: 19 // dispbottom + debugmes + pleasereport + comment__: "Blue Sage Constants" + // Q - Quest / Investigation Quest + BS_QVISITOR: 1 + BS_QHELPER: 2 + // PM - Page Maker + BS_PMINK: 1 + BS_PMBINDING: 2 + BS_PMPAGE: 4 + BS_PMGLUE: 8 + comment__: "Being actions" ACTION_STAND: 0 ACTION_MOVE: 1 |