Skip to content

Commit

Permalink
[scripts][outdoorsmanship] Add outdoorsmanship waggle
Browse files Browse the repository at this point in the history
Since the addition of `collect <item> practice` buffing outdoorsmanship is crucial for lower roundtimes. This adds support for a outdoorsmanship waggle to be cast prior to training.
  • Loading branch information
MahtraDR committed Feb 15, 2024
1 parent 95033e1 commit 4784bd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions outdoorsmanship.lic
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4784bd4

Please sign in to comment.