From 15e652a5f4e2da5ebbe129550d32ed76468c1b2e Mon Sep 17 00:00:00 2001 From: Daan Vanden Bosch Date: Sat, 22 Jun 2019 12:23:24 +0200 Subject: [PATCH] Visual bug fix and improved help text for hunt optimizer. --- src/ui/hunt-optimizer/OptimizationResultComponent.tsx | 2 +- src/ui/hunt-optimizer/WantedItemsComponent.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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.