diff --git a/AndorsTrail/res/raw/conversationlist_fallhaven_south.json b/AndorsTrail/res/raw/conversationlist_fallhaven_south.json index d5fd542c5..2eb22659c 100644 --- a/AndorsTrail/res/raw/conversationlist_fallhaven_south.json +++ b/AndorsTrail/res/raw/conversationlist_fallhaven_south.json @@ -3,6 +3,7 @@ "id":"fallhaven_lumberjack", "replies":[ { + "text":"N", "nextPhraseID":"fallhaven_lumberjack_15", "requires":[ { @@ -13,6 +14,24 @@ ] }, { + "text":"N", + "nextPhraseID":"fallhaven_lumberjack_16", + "requires":[ + { + "requireType":"questProgress", + "requireID":"pathway_fallhaven", + "value":40 + }, + { + "requireType":"questProgress", + "requireID":"pathway_fallhaven", + "value":50, + "negate":true + } + ] + }, + { + "text":"N", "nextPhraseID":"fallhaven_lumberjack_14", "requires":[ { @@ -23,6 +42,7 @@ ] }, { + "text":"N", "nextPhraseID":"fallhaven_lumberjack_1" } ] @@ -284,5 +304,15 @@ "nextPhraseID":"X" } ] + }, + { + "id":"fallhaven_lumberjack_16", + "message":"Thank you for bringing me back my axe!", + "replies":[ + { + "text":"So will you cut away those trees which block the old pathway?", + "nextPhraseID":"fallhaven_lumberjack_11" + } + ] } -] \ No newline at end of file +] diff --git a/AndorsTrail/res/raw/conversationlist_pathway_fallhaven.json b/AndorsTrail/res/raw/conversationlist_pathway_fallhaven.json index acf83d3fc..4f10f5f36 100644 --- a/AndorsTrail/res/raw/conversationlist_pathway_fallhaven.json +++ b/AndorsTrail/res/raw/conversationlist_pathway_fallhaven.json @@ -33,14 +33,7 @@ "replies":[ { "text":"Why not?", - "nextPhraseID":"guard_pathway_1", - "requires":[ - { - "requireType":"questProgress", - "requireID":"pathway_fallhaven", - "value":10 - } - ] + "nextPhraseID":"guard_pathway_1" }, { "text":"Never mind. Shadow be with you.", @@ -187,7 +180,8 @@ { "requireType":"questLatestProgress", "requireID":"pathway_fallhaven", - "value":30 + "value":30, + "negate":true } ] }, @@ -224,4 +218,4 @@ } ] } -] \ No newline at end of file +]