From 7d9d07bcc05bd441d718fda4ed010011dc488a9c Mon Sep 17 00:00:00 2001 From: Mahtra <93822896+MahtraDR@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:11:53 +1300 Subject: [PATCH 1/2] [scripts][athletics] Add buffing --- athletics.lic | 2 ++ 1 file changed, 2 insertions(+) diff --git a/athletics.lic b/athletics.lic index ce0e65b1f3..f842c140b4 100644 --- a/athletics.lic +++ b/athletics.lic @@ -34,6 +34,8 @@ class Athletics args = parse_args(arg_definitions) + DRC.wait_for_script_to_complete('buff', ['athletics']) + @end_exp = 32 if args.max start_script('skill-recorder') unless Script.running?('skill-recorder') if args.wyvern || (@settings.climbing_target == 'wyvern') From ebd63ba6d03c31ada6d9a7174d57fc44b955ed23 Mon Sep 17 00:00:00 2001 From: Mahtra <93822896+MahtraDR@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:14:31 +1300 Subject: [PATCH 2/2] rejig --- athletics.lic | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/athletics.lic b/athletics.lic index f842c140b4..390392967d 100644 --- a/athletics.lic +++ b/athletics.lic @@ -16,6 +16,8 @@ class Athletics have_climbing_rope = get_settings.have_climbing_rope @outdoorsmanship_rooms = get_settings.athletics_outdoorsmanship_rooms + DRC.wait_for_script_to_complete('buff', ['athletics']) + get_athletics_items start_exp = DRSkill.getxp('Athletics') @@ -34,8 +36,6 @@ class Athletics args = parse_args(arg_definitions) - DRC.wait_for_script_to_complete('buff', ['athletics']) - @end_exp = 32 if args.max start_script('skill-recorder') unless Script.running?('skill-recorder') if args.wyvern || (@settings.climbing_target == 'wyvern')