From 1711bc87bdf87bbdb6596b0c633cfd3a15e6c2f2 Mon Sep 17 00:00:00 2001 From: "Nut.andor" Date: Wed, 15 Dec 2021 23:14:48 +0100 Subject: [PATCH 1/3] fix Ortholion's wrong staying, large empty bottle, Arghest won't take a potion anymore without opening the mine --- AndorsTrail/play/listings/en-US/whatsnew.txt | 27 +++++++++++++++++++ .../res/raw/conversationlist_omi2.json | 24 ++++++++++------- AndorsTrail/res/raw/droplists_omi2.json | 2 +- 3 files changed, 42 insertions(+), 11 deletions(-) diff --git a/AndorsTrail/play/listings/en-US/whatsnew.txt b/AndorsTrail/play/listings/en-US/whatsnew.txt index 1afa49656..dd1c5a2a0 100644 --- a/AndorsTrail/play/listings/en-US/whatsnew.txt +++ b/AndorsTrail/play/listings/en-US/whatsnew.txt @@ -1,5 +1,32 @@ I put both (release notes + forum announcement) into this source, so it will be easier to maintain them parallel: +APK 62 (0.7.15) //just fixes+translations + +Release notes +============= +* Various small changes and bug fixes +* Translations actualized + + +Forum announcement //2021-12-1x +================== +Hello fellow adventurers, + +here is a new Andor's Trail! 8-) + +There is no new content - and also no christmas edition (awww) +We publish this release mainly to fix a nasty bug that could prevent you from getting entry to the Elm mine. + +This is what we have done: +- Fix of missing scout and of a non disappearing Ortholion in certain conditions +- Venom dagger gets poisonous +- actual translations +- diverse fixes of little bugs and typos + +And here is the link to the productive version: static/AndorsTrail_v0.7.15.apk + + + APK 61 (0.7.14) //Omi2 Release notes diff --git a/AndorsTrail/res/raw/conversationlist_omi2.json b/AndorsTrail/res/raw/conversationlist_omi2.json index 2e44acd19..f5af91b52 100644 --- a/AndorsTrail/res/raw/conversationlist_omi2.json +++ b/AndorsTrail/res/raw/conversationlist_omi2.json @@ -6433,6 +6433,13 @@ "text":"[muttering] I hope so. The potion was expensive enough!", "nextPhraseID":"arghest_alert_9" } + ], + "rewards":[ + { + "rewardType":"questProgress", + "rewardID":"bwm72_beginning", + "value":22 + } ] }, { @@ -6451,13 +6458,6 @@ "text":"Don't worry, I won't cause too much trouble.", "nextPhraseID":"X" } - ], - "rewards":[ - { - "rewardType":"questProgress", - "rewardID":"bwm72_beginning", - "value":22 - } ] }, { @@ -9573,12 +9573,16 @@ "requireType":"questProgress", "requireID":"Omi2_bwm1", "value":46 - }, + } + ] + }, + { + "nextPhraseID":"omi2_fix_ortholion_bwm43_10", + "requires":[ { "requireType":"questProgress", "requireID":"Omi2_bwm1", - "value":47, - "negate":true + "value":47 } ] } diff --git a/AndorsTrail/res/raw/droplists_omi2.json b/AndorsTrail/res/raw/droplists_omi2.json index 366e47de3..d8a7333f2 100644 --- a/AndorsTrail/res/raw/droplists_omi2.json +++ b/AndorsTrail/res/raw/droplists_omi2.json @@ -1636,7 +1636,7 @@ } }, { - "itemID":"large_bottle", + "itemID":"health_major2", "chance":"1/8", "quantity":{ "min":1, From 1289c24cf3e5ea1fd90f10d831d8982565c25f58 Mon Sep 17 00:00:00 2001 From: "Nut.andor" Date: Sat, 18 Dec 2021 00:33:36 +0100 Subject: [PATCH 2/3] fix Ehrenfest reappear --- .../res/raw/conversationlist_omi2.json | 40 ++++++++++++++++++- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/AndorsTrail/res/raw/conversationlist_omi2.json b/AndorsTrail/res/raw/conversationlist_omi2.json index f5af91b52..9d15ac6a0 100644 --- a/AndorsTrail/res/raw/conversationlist_omi2.json +++ b/AndorsTrail/res/raw/conversationlist_omi2.json @@ -783,6 +783,16 @@ { "id":"ehrenfest_selector_2", "replies":[ + { + "nextPhraseID":"omi2_fix_ehrenfest_53", + "requires":[ + { + "requireType":"questProgress", + "requireID":"Omi2_bwm1", + "value":53 + } + ] + }, { "nextPhraseID":"ehrenfest_49", "requires":[ @@ -8291,9 +8301,14 @@ "mapName":"elm5f_2" }, { - "rewardType":"deactivateSpawnArea", + "rewardType":"removeSpawnArea", "rewardID":"ehrenfest", - "mapName":"elm5f_2" + "mapName":"blackwater_mountain43" + }, + { + "rewardType":"removeSpawnArea", + "rewardID":"ortholion", + "mapName":"blackwater_mountain43" }, { "rewardType":"questProgress", @@ -9595,6 +9610,27 @@ "rewardType":"removeSpawnArea", "rewardID":"ortholion", "mapName":"blackwater_mountain43" + }, + { + "rewardType":"removeSpawnArea", + "rewardID":"ehrenfest", + "mapName":"blackwater_mountain43" + } + ] + }, + { + "id":"omi2_fix_ehrenfest_53", + "message":"You are wrong. I'm not here, just an illusion.", + "rewards":[ + { + "rewardType":"removeSpawnArea", + "rewardID":"ortholion", + "mapName":"blackwater_mountain43" + }, + { + "rewardType":"removeSpawnArea", + "rewardID":"ehrenfest", + "mapName":"blackwater_mountain43" } ] } From 71e8afa949de4880c8f39c4ac72df492358f1ed7 Mon Sep 17 00:00:00 2001 From: "Nut.andor" Date: Sat, 18 Dec 2021 16:32:15 +0100 Subject: [PATCH 3/3] release notes --- AndorsTrail/play/listings/en-US/whatsnew.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AndorsTrail/play/listings/en-US/whatsnew.txt b/AndorsTrail/play/listings/en-US/whatsnew.txt index dd1c5a2a0..88db7ace9 100644 --- a/AndorsTrail/play/listings/en-US/whatsnew.txt +++ b/AndorsTrail/play/listings/en-US/whatsnew.txt @@ -4,6 +4,7 @@ APK 62 (0.7.15) //just fixes+translations Release notes ============= +* Fix of missing scout and of a non disappearing Ortholion and Ehrenfest in certain conditions * Various small changes and bug fixes * Translations actualized @@ -18,7 +19,7 @@ There is no new content - and also no christmas edition (awww) We publish this release mainly to fix a nasty bug that could prevent you from getting entry to the Elm mine. This is what we have done: -- Fix of missing scout and of a non disappearing Ortholion in certain conditions +- Fix of missing scout and of a non disappearing Ortholion and Ehrenfest in certain conditions - Venom dagger gets poisonous - actual translations - diverse fixes of little bugs and typos