From 8e86b5e2541882f0e8a933e77d108459450d84b1 Mon Sep 17 00:00:00 2001 From: hat071af Date: Fri, 15 Nov 2024 16:38:57 -0800 Subject: [PATCH 1/2] [script] [setupaliases] Added mme alias for ;eq make_map_edits --- setupaliases.lic | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setupaliases.lic b/setupaliases.lic index 5e4033a971..fefe84a13d 100644 --- a/setupaliases.lic +++ b/setupaliases.lic @@ -58,6 +58,9 @@ aliases_to_add = [ ['dm', "#{$clean_lich_char}repos download-mapdb"], ['rm', "#{$clean_lich_char}e Map.reload"], + # This will reload the map with your personal overrides without needing to restart dependency + ['mme', "#{$clean_lich_char}eq make_map_edits"], + # List all hunting zones from base-hunting alphabetically by name ['hz', "#{$clean_lich_char}e get_data('hunting').hunting_zones.sort.each{ |x| echo x }"], # List all escort zones from base-hunting alphabetically by name. From 1f6648fdec7bb321ad8cbb5fbeb612916e092aa9 Mon Sep 17 00:00:00 2001 From: hat071af Date: Fri, 15 Nov 2024 16:43:57 -0800 Subject: [PATCH 2/2] Update setupaliases.lic --- setupaliases.lic | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setupaliases.lic b/setupaliases.lic index fefe84a13d..55cb77763d 100644 --- a/setupaliases.lic +++ b/setupaliases.lic @@ -55,10 +55,9 @@ aliases_to_add = [ # These work as a pair; use dm to download the latest map # Wait for the 'Lich: repository has exited.' message and then use rm to reload the map + # Once reloaded, use mme to update it with your personal overrides ['dm', "#{$clean_lich_char}repos download-mapdb"], ['rm', "#{$clean_lich_char}e Map.reload"], - - # This will reload the map with your personal overrides without needing to restart dependency ['mme', "#{$clean_lich_char}eq make_map_edits"], # List all hunting zones from base-hunting alphabetically by name