summaryrefslogtreecommitdiff
path: root/db/const.txt
diff options
context:
space:
mode:
authornmaligec <wouldnot@hotmail.com>2011-01-05 00:34:26 -0500
committernmaligec <wouldnot@hotmail.com>2011-01-05 00:34:26 -0500
commited8cac19500c515cae40c1fd4b2d87abd96ae3ba (patch)
tree3136c4b4bac4db3a432384390efcc22f88ff2790 /db/const.txt
parent21156bed9c3d6eb3cf66a1e1557f4fc8c87a4194 (diff)
parent1e1e26e1255a487a14ca99c60c3ab51ad3988f9b (diff)
downloadserverdata-ed8cac19500c515cae40c1fd4b2d87abd96ae3ba.tar.gz
serverdata-ed8cac19500c515cae40c1fd4b2d87abd96ae3ba.tar.bz2
serverdata-ed8cac19500c515cae40c1fd4b2d87abd96ae3ba.tar.xz
serverdata-ed8cac19500c515cae40c1fd4b2d87abd96ae3ba.zip
merging updates from previous test repo ta-testing.
Diffstat (limited to 'db/const.txt')
-rw-r--r--db/const.txt16
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