From 44ca3f7c62eaeba605328cf7115b77ee519648a6 Mon Sep 17 00:00:00 2001 From: MahtraDR <93822896+MahtraDR@users.noreply.github.com> Date: Sat, 17 Feb 2024 18:27:08 +1300 Subject: [PATCH 1/2] [scripts][common-travel] Add regex for town I forget which vendor has this... It's needed somewhere. :) --- common-travel.lic | 1 + 1 file changed, 1 insertion(+) diff --git a/common-travel.lic b/common-travel.lic index a6b4fc132c..d15e55ad61 100644 --- a/common-travel.lic +++ b/common-travel.lic @@ -48,6 +48,7 @@ module DRCT /cost you (?:just )?(.*) (?:kronar|lirum|dokora)s?/, /it may be yours for just (.*) (?:kronar|lirum|dokora)s?/, /I'll give that to you for (.*) (?:kronar|lirum|dokora)s?/, + /I'll let you have it for (.*) (?:kronar|lirum|dokora)s?/i, /I ask that you give (.*) copper (?:kronar|lirum|dokora)s?/, /it'll be (.*) (?:kronar|lirum|dokora)s?/, /the price of (.*) coins? is all I ask/, From 81b3b548541f23732a8dd4ce2b44c337307c6a35 Mon Sep 17 00:00:00 2001 From: MahtraDR <93822896+MahtraDR@users.noreply.github.com> Date: Sat, 17 Feb 2024 18:33:52 +1300 Subject: [PATCH 2/2] [scripts][wand-watcher] Add line match Just avoids 15s timeout sometimes. --- wand-watcher.lic | 1 + 1 file changed, 1 insertion(+) diff --git a/wand-watcher.lic b/wand-watcher.lic index 444a6e0874..9e9ce991ee 100644 --- a/wand-watcher.lic +++ b/wand-watcher.lic @@ -43,6 +43,7 @@ class WandWatcher /^You really shouldn't be loitering in here/, /^As you begin to do that an assistant scowls at you and motions for you to stop/, /^You cannot .* while maintaining the effort to stay hidden/, + /You'll interrupt your research/, /^You are in no condition to do that/] UserVars.wand_watcher_timers = {} if !(UserVars.wand_watcher_timers) || args.reset