While working on writing some Dragoon combat logic, I kept running into this issue with the combos, mainly that
Chaos Thrust,
Wheeling Trust and
Fang and Claw aren't available in the ActionManager after use. Since the combo action order for Dragoon changed with the release of 5.0, that might have something to do with it?
Code:
LastSpell Name: True Thrust
Time left on Combo: 12.84901
---
LastSpell Name: Disembowel
Time left on Combo: 13.28636
---
LastSpell Name: EmptySpell <- Used Chaos Thrust here
Time left on Combo: 0
---
LastSpell Name: EmptySpell <- Used Wheeling Thrust here
Time left on Combo: 0
---
LastSpell Name: EmptySpell <- Used Fang and Claw here
Time left on Combo: 0
---
LastSpell Name: True Thrust
Time left on Combo: 12.91748
---
LastSpell Name: Vorpal Thrust
Time left on Combo: 12.78737
---
LastSpell Name: Full Thrust
Time left on Combo: 13.08021
---
LastSpell Name: EmptySpell <- Used Fang and Claw here
Time left on Combo: 0
---
LastSpell Name: EmptySpell <- Used Wheeling Thrust here
Time left on Combo: 0
Though not lv76 yet, at lv76 after performing a Wheeling Thrust => Fang and Claw combo or a Fang and Claw => Wheeling Thrust combo, the player receives the aura "Raiden Thrust Ready" which changes True Thrust into Raiden Thrust. Raiden Thrust acts as True Trust in that sense of combo actions so those should behave the same way in regards to combos.