summaryrefslogtreecommitdiff
path: root/db/const.txt
diff options
context:
space:
mode:
authorCoffee <coffee@coffee-EP45-UD3L.(none)>2011-06-12 12:46:54 -0300
committerBen Longbons <b.r.longbons@gmail.com>2011-06-12 14:51:03 -0700
commit4c8d2a9e25f3525c62aaf703ee2c35fa5da90dab (patch)
tree287a6b9b77b473cc66d1c8430a434664a4c7ff56 /db/const.txt
parent7db5813c87d4b964d7a9caa14bef582935481920 (diff)
downloadserverdata-4c8d2a9e25f3525c62aaf703ee2c35fa5da90dab.tar.gz
serverdata-4c8d2a9e25f3525c62aaf703ee2c35fa5da90dab.tar.bz2
serverdata-4c8d2a9e25f3525c62aaf703ee2c35fa5da90dab.tar.xz
serverdata-4c8d2a9e25f3525c62aaf703ee2c35fa5da90dab.zip
Add fixes and cave fights
Diffstat (limited to 'db/const.txt')
-rw-r--r--db/const.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt
index 502efcab..d694e2c7 100644
--- a/db/const.txt
+++ b/db/const.txt
@@ -258,6 +258,7 @@ FLAG_GOT_GRADUATIONCAP 8 // this is a bit which was to be found in Tut_var secon
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
DOCK_tulimshar 1
DOCK_hurnscald 2
@@ -365,6 +366,17 @@ 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