Major rework of getting captured quests and mechanics. (by Shadooow)

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2594 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Flugente
2021-06-23 20:15:52 +00:00
parent c278e7c833
commit 31e39739b7
9 changed files with 49 additions and 2 deletions
+3 -1
View File
@@ -34,9 +34,10 @@ EventTypes = {
}
qStatus = {
QUESTNOTSTARTED =0,
QUESTNOTSTARTED = 0,
QUESTINPROGRESS = 1,
QUESTDONE = 2,
QUESTCANNOTSTART = 255,
}
Quests =
@@ -69,6 +70,7 @@ Quests =
QUEST_24 = 24, -- Start quest 48, End quest 49 - No 24 Yet
QUEST_KILL_DEIDRANNA = 25, -- Start quest 50, End quest 51 - Kill Deidranna
QUEST_KINGPIN_ANGEL_MARIA = 26,
QUEST_HELD_IN_TIXA = 27,
-- max Quests 254
}