Skip to content

Commit

Permalink
Update base.yaml for task-forage
Browse files Browse the repository at this point in the history
Added wait_in_place to task-forage
Added spaces in comments for consistency and readability
  • Loading branch information
urbaj-dr authored Oct 10, 2023
1 parent c3f3369 commit c901a49
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions profiles/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2511,17 +2511,19 @@ base_wayto_overrides:
end_room: 13603
str_proc: start_script('bescort', ['coffin']); wait_while{running?('bescort')};

#Settings for task-forage (completing foraging tasks for Mags and similar NPCs, primarily for Trading experience)
# Settings for task-forage (completing foraging tasks for Mags and similar NPCs, primarily for Trading experience)
task_forage_settings:
#Where foraged items should be temporarily stored
# Where foraged items should be temporarily stored
container: backpack
#Whether or not to use BOOST TASK in order to reduce task cooldowns
# Whether or not to use BOOST TASK in order to reduce task cooldowns
task_boosts: false
#Use COLLECT for large tasks instead of FORAGE (only use if you know you can COLLECT reliably)
# Use COLLECT for large tasks instead of FORAGE (only use if you know you can COLLECT reliably)
collect: false
#When to exit the script and stop training Trading
# When to exit the script and stop training Trading
trading_limit: 30
#Exit as soon as a cooldown is encountered.
# Exit as soon as a cooldown is encountered.
never_wait: false
#Show verbose debug messaging
# If waiting for a cooldown, do it by collecting rocks at the task giver. If false, task-forage will run outdoorsmanship.lic at your outdoors_room or safe_Room
wait_in_place: true
# Show verbose debug messaging
debug: false

0 comments on commit c901a49

Please sign in to comment.