diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-12-30 00:45:14 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-12-30 13:47:02 +0100 |
commit | b771141707e400648c76fc3bf3843d67a841922c (patch) | |
tree | 57c92717d0a7d6459d6aa8f419b67a0401538f0c /world/map/db/const.txt | |
parent | 6de0d5218433ad03a2569b2350dd6ac5cafddca6 (diff) | |
download | serverdata-b771141707e400648c76fc3bf3843d67a841922c.tar.gz serverdata-b771141707e400648c76fc3bf3843d67a841922c.tar.bz2 serverdata-b771141707e400648c76fc3bf3843d67a841922c.tar.xz serverdata-b771141707e400648c76fc3bf3843d67a841922c.zip |
Handle quests on 019-1 in flags instead of one player variable for each. Added those player variables to the function ClearVariables.
Diffstat (limited to 'world/map/db/const.txt')
-rw-r--r-- | world/map/db/const.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/world/map/db/const.txt b/world/map/db/const.txt index 3d4443d1..85a5d68c 100644 --- a/world/map/db/const.txt +++ b/world/map/db/const.txt @@ -381,6 +381,8 @@ FLAG_TOWEL_COMPLETED 32 // got the towel from the towel npc FLAG_ANDRA_HELPED 64 // Knows Andra and agreed to help her FLAG_ROSSI_COMPLETED 128 // Completed the Rossi Quest FLAG_TUTORIAL_DONE 256 // player completed tutorial (or entered the tutorial area from outside after it was added) +FLAG_SNOWMAN 512 // player gave candy to the snowman +FLAG_SANTAS_HELPER 1024 // player gave presents to Santa's helper DOCK_tulimshar 1 DOCK_hurnscald 2 |