diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-06-04 21:27:22 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-06-04 21:27:22 +0200 |
commit | ffdd6b6345e32983c86041d3e1cf6f3252e2bba0 (patch) | |
tree | 1cdcf3c143b2683f225c525ebef3d3f5dc54133d /db/const.txt | |
parent | d087c8b0aec29469244fa2e5c4b997a2c4e41d2d (diff) | |
download | serverdata-ffdd6b6345e32983c86041d3e1cf6f3252e2bba0.tar.gz serverdata-ffdd6b6345e32983c86041d3e1cf6f3252e2bba0.tar.bz2 serverdata-ffdd6b6345e32983c86041d3e1cf6f3252e2bba0.tar.xz serverdata-ffdd6b6345e32983c86041d3e1cf6f3252e2bba0.zip |
using flag to indicate the tutorial is done and adding behaviour according to that to all tut-npcs
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/const.txt b/db/const.txt index 53ad97bd..30d988ee 100644 --- a/db/const.txt +++ b/db/const.txt @@ -255,7 +255,7 @@ FLAG_HAS_BOWLER_BURNSDAY 1 // every year's poem at burns day, shannon gives you FLAG_OPENED_UNDERGROUND 2 // this flag is a replacement for variable Open_Underground_Palace_Barrier, which was used only as bool FLAG_GOT_NAEM_GLOVES 4 // this replaces Naem_Quest_Done, which was used as a bool variable FLAG_GOT_GRADUATIONCAP 8 // this is a bit which was to be found in Tut_var second bit - +FLAG_TUTORIAL_DONE 128 // player completed tutorial (or entered the tutorial area from outside after it was added) DOCK_tulimshar 1 DOCK_hurnscald 2 DOCK_candor 3 |