diff options
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/db/const.txt b/db/const.txt index 30d988ee..f7b12451 100644 --- a/db/const.txt +++ b/db/const.txt @@ -255,7 +255,12 @@ 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) +FLAG_TOWEL_HELPED 16 // gave the towel npc the stuff he wants +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) + DOCK_tulimshar 1 DOCK_hurnscald 2 DOCK_candor 3 @@ -362,8 +367,23 @@ E10_ISLAND_MENU_SCARED 13 E10_ISLAND_MENU_WISPS 14 E10_ISLAND_MENU_OFFER_LIFESTONE 15 +// Flags for Battle Caves +BATTLE_CAVE1, 1 +BATTLE_CAVE2, 2 +BATTLE_CAVE3, 4 +BATTLE_CAVE4, 8 +BATTLE_CAVE5, 16 +BATTLE_CAVE6, 32 +BATTLE_CAVE7, 64 +BATTLE_CAVE8, 128 +BATTLE_CAVE9, 256 + // Miscellaneous E10_COLLECT_EGGS_ID 1246 E10_TOKEN_ID 666 E10_MIDREWARD_ID 1247 // Valentine's Glasses (as described) + +// Storage Options +OPT_STORAGE_CLOSE 1 +OPT_BANK_CLOSE 2 |