-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
task-forage #6700
task-forage #6700
Conversation
task-forage completes foraging tasks from NPCs like Mags, primarily intended for Trading EXP. Supports Crossing (Mags) and Shard (flower peddler)
Contains room numbers for most known foraged items, particularly in Zoluren and Ilithi.
default settings for task-forage
Using correct rubocop settings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very neat, coding in fast_find is interesting.
I really appreciate the thorough review. It's incredibly helpful to see someone else's perspective on my code, especially as I'm still fairly naive with Ruby. |
Don't sell yourself short, this is very good. All of my comments are style choices, not bad code. |
Incorporating Raykyn's suggestions from review
Refined boost logic
task-forage completes foraging tasks for Trading EXP from task givers in Crossing (Mags) and Shard (flower peddler). Similar to Magzon, but with some new features (more convenient locations, option to use BOOST TASK, use collect instead of forage, not sending people to die in storm bulls in search of tea leaves, etc.)