diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-26 21:40:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-26 21:40:57 -0300 |
commit | 5730649cb1df93a3cae88313e96f443979430210 (patch) | |
tree | ea367ed7fe45f60ab5f897b549e363a07cb40f8d /db | |
parent | 9050c51d647e9e32db39080c25f9d0e0a56b3216 (diff) | |
download | serverdata-5730649cb1df93a3cae88313e96f443979430210.tar.gz serverdata-5730649cb1df93a3cae88313e96f443979430210.tar.bz2 serverdata-5730649cb1df93a3cae88313e96f443979430210.tar.xz serverdata-5730649cb1df93a3cae88313e96f443979430210.zip |
Add Mirror Lake Vault Functionality. Along other required changes.
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/db/constants.conf b/db/constants.conf index e3661a82..5d0e317e 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -2870,6 +2870,12 @@ more than one separator can be used in a row (so 12_3___456 is illegal). /* ==================================================== */ /** evol constants **/ + comment__: "API codes" + API_DISCORD: 301 + API_PINCODE: 302 + API_SENDMAIL: 501 + API_FLUSHVAULT: 607 + comment__: "outdated constants. must be removed" // >>> equip_head: 1 @@ -3291,8 +3297,18 @@ more than one separator can be used in a row (so 12_3___456 is illegal). comment__: "Misc settings" CHEST_WAITTIME: 900 // 15 minutes ROSSY_INSTIME: 1200 // 20 minutes - VEGAN: 1 - CARNIVOROUS: 2 + WORLD_ID: 2 // Vault WID Identifier + + comment__: "Report Bug Flags" + RB_NONE: 0 + RB_DISPBOTTOM: 1 + RB_DEBUGMES: 2 + RB_SPEECH: 4 + RB_ISFATAL: 8 + RB_PLEASEREPORT: 16 + RB_IRCBROADCAST: 32 + RB_GLOBALANNOUNCE: 64 + RB_DEFAULT: 19 // dispbottom + debugmes + pleasereport comment__: "Location Constants" TP_NONE: 0 |