ffxiv-craft-opt-web icon indicating copy to clipboard operation
ffxiv-craft-opt-web copied to clipboard

Skill "Inner Quiet" duplicated at the beginning of the action sequence

Open jdubus opened this issue 5 years ago • 1 comments

Required Information

Class: Armorer Level: 29 Craftsmanship: 166 Control: 170 CP: 266 Recipe Name: Steel Claws Recipe Level: 29 Solver Seed: 45048

Expected Behaviour

Proper crafting macro

Actual Behaviour

For some reason the solver put "Inner Quiet" twice at the beginning of the sequence, it didn't have any negative impact since it seems this skill can't be use when already active and so the macro continued without problems.

To note though was the missing line that is always added at the end of the macro :

/echo Macro #1 complete <se.14>

So maybe the fact that the last line is missing while the first was duplicated are linked

From what i can tell this issue should have been solved back in 2015 in issue #84

Steps To Reproduce

Solver options : "Override on condition" checked and Algorithm set to "eaComplex"

jdubus avatar May 18 '19 22:05 jdubus

Generally, a duplicate like that means that the extra step has either a beneficial effect somehow (usually condition timing) or has no effect and just managed to survive through the generations.

With regards to the missing echo at the end of the macro, that's done on purpose when the macro splitting would result in only one action in the last block. In that case, it drops the echo line to squeeze in the last action.

doxxx avatar May 19 '19 13:05 doxxx