diff --git a/src/ui/hunt-optimizer/OptimizationResultComponent.tsx b/src/ui/hunt-optimizer/OptimizationResultComponent.tsx index 0efc30b3..9d620162 100644 --- a/src/ui/hunt-optimizer/OptimizationResultComponent.tsx +++ b/src/ui/hunt-optimizer/OptimizationResultComponent.tsx @@ -129,7 +129,7 @@ export class OptimizationResultComponent extends React.Component { height={height} rowCount={result ? result.optimalMethods.length : 0} columns={this.columns} - fixedColumnCount={3} + fixedColumnCount={4} record={this.record} footer={result != null} updateTrigger={this.updateTrigger} diff --git a/src/ui/hunt-optimizer/WantedItemsComponent.tsx b/src/ui/hunt-optimizer/WantedItemsComponent.tsx index a45bdd7b..dfa48ace 100644 --- a/src/ui/hunt-optimizer/WantedItemsComponent.tsx +++ b/src/ui/hunt-optimizer/WantedItemsComponent.tsx @@ -132,10 +132,10 @@ function Help() { return (

- Add some items with the drop down and click "Optimize" to see the optimal set of method/difficulty/section ID combinations on the right. + Add some items with the drop down and click "Optimize" to see the optimal combination of hunt methods on the right.

- At the moment a method is simply a quest run-through. Partial quest run-throughs are coming. View the list of methods on the "Methods" tab. Each method takes a certain amount of time, which affects the optimization result. Make sure the times are correct for you (at the moment times can't be changed, but this feature is coming). + At the moment a method is simply a quest run-through. Partial quest run-throughs are coming. View the list of methods on the "Methods" tab. Each method takes a certain amount of time, which affects the optimization result. Make sure the times are correct for you.

Only enemy drops are considered. Box drops are coming.