From 4784bd45502a78532561282c3be89480bb2350ae Mon Sep 17 00:00:00 2001 From: MahtraDR <93822896+MahtraDR@users.noreply.github.com> Date: Thu, 15 Feb 2024 23:56:14 +1300 Subject: [PATCH] [scripts][outdoorsmanship] Add outdoorsmanship waggle Since the addition of `collect practice` buffing outdoorsmanship is crucial for lower roundtimes. This adds support for a outdoorsmanship waggle to be cast prior to training. --- outdoorsmanship.lic | 1 + 1 file changed, 1 insertion(+) diff --git a/outdoorsmanship.lic b/outdoorsmanship.lic index 4bb9046500..95c78b1550 100644 --- a/outdoorsmanship.lic +++ b/outdoorsmanship.lic @@ -45,6 +45,7 @@ class Outdoorsmanship start_exp = DRSkill.getxp(@skill_name) @end_exp = [start_exp + @targetxp, 34].min DRCT.walk_to(@outdoors_room) + DRC.wait_for_script_to_complete('buff', ['outdoorsmanship']) train_outdoorsmanship end