diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-29 11:44:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-29 11:44:36 -0300 |
commit | 3310e25de23917ca9ffdb7d435b893b398f19b2f (patch) | |
tree | 7cb89df22da68ef64cb2e662aeb86e35f926a0c3 /db/constants.conf | |
parent | 592fae2cce56e04efe2df43a7e7ea8a881913b05 (diff) | |
download | serverdata-3310e25de23917ca9ffdb7d435b893b398f19b2f.tar.gz serverdata-3310e25de23917ca9ffdb7d435b893b398f19b2f.tar.bz2 serverdata-3310e25de23917ca9ffdb7d435b893b398f19b2f.tar.xz serverdata-3310e25de23917ca9ffdb7d435b893b398f19b2f.zip |
Hm... @Saulc will hate this commit and blame me %%n
Even so, this is not permanent. I mean, some mechanic is, but price isn't.
Price will probably rely on a few other elements...
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 46a542fa5..658c5d36a 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4131,6 +4131,17 @@ constants_db: { REDPLUSH_INN: 1 CURRENT_INN: 2 + comment__: "Teleporter enum" + TP_NONE: 0 + TP_FROST: 1 + TP_HALIN: 2 + TP_TULIM: 4 + TP_HURNS: 8 + TP_NIVAL: 16 + TP_ARTIS: 32 + TP_ESPER: 64 + TP_BOSSR: 128 + comment__: "Being actions" ACTION_STAND: 0 ACTION_MOVE: 1 |