diff options
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/db/const.txt b/db/const.txt index 8ea285f0..981031ed 100644 --- a/db/const.txt +++ b/db/const.txt @@ -197,8 +197,20 @@ NIBBLE_6_MASK 251658240 NIBBLE_7_SHIFT 28 // Only three bits available in this one NIBBLE_7_MASK 1879048192 // should be 4026531840 +BYTE_0_MASK 255 +BYTE_0_SHIFT 0 + +BYTE_1_MASK 65280 +BYTE_1_SHIFT 8 + +BYTE_2_MASK 16711680 +BYTE_2_SHIFT 16 + +BYTE_3_MASK 4278190080 +BYTE_3_SHIFT 24 + // Skill pools -SKILL_FOCUS 339 +SKILL_POOL 339 SKILL_MALLARDS_EYE 45 SKILL_BRAWLING 350 SKILL_LUCKY_COUNTER 351 @@ -235,6 +247,8 @@ MFLAG_KNOWS_OLD_WIZARD 8192 // Knows Bjorn's old wizard MFLAG_MADE_CONC_POTION 16384 // Made a concentration potion with T15 and/or T16 MFLAG_ELANORE_OMAR 32768 // Told Omar about Elanore's involvement +MFLAG_KNOWS_UNFOCUS_RECIPE 65536 // Luca told me about how to unfocus + DOCK_tulimshar 1 DOCK_hurnscald 2 DOCK_candor 3 |