diff options
author | Fate <fate-tmw@googlemail.com> | 2009-01-09 16:01:13 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-01-09 16:01:13 -0700 |
commit | 072189e7036fa29d9849b992ce2f4a55c63cc066 (patch) | |
tree | b7cc451f90cbdc85694783d4a9e28d9aeb9fc49d /db/const.txt | |
parent | b2ec357e68a1b2e692f1c1081c4cc4f11682576a (diff) | |
download | serverdata-072189e7036fa29d9849b992ce2f4a55c63cc066.tar.gz serverdata-072189e7036fa29d9849b992ce2f4a55c63cc066.tar.bz2 serverdata-072189e7036fa29d9849b992ce2f4a55c63cc066.tar.xz serverdata-072189e7036fa29d9849b992ce2f4a55c63cc066.zip |
Finished first pass of magic quest scripting
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index 43739b9b..0cccd5dc 100644 --- a/db/const.txt +++ b/db/const.txt @@ -198,3 +198,6 @@ MFLAG_MANASEED_RUMOUR 256 // Has heard rumour about mana seed MFLAG_KNOWS_CUTTREE 512 // Knows about the `cut the tree' quest MFLAG_DID_CUTTREE 1024 // Did cut off a branch from the druid tree MFLAG_KNOWS_DRUIDTREE 2048 // Knows about the druid tree quest + +MFLAG_KNOWS_IMP 4096 // Knows about the imprisoned forest spirit +MFLAG_KNOWS_OLD_WIZARD 8192 // Knows Bjorn's old wizard |