talimity / MPTimer

Black mage MP timer for the FFXIV Dalamud plugin framework
5 stars 1 forks source link

Use GetAdjustedCastTime to lookup real Fire III cast time #2

Open talimity opened 3 years ago

talimity commented 3 years ago

Per suggestion from aers on the Discord, we can call GetAdjustedCastTime from FFXIVClientStructs to fetch the real Fire III cast time while in Umbral Ice. This would replace the hard-coded 1.5s assumed Fire III cast time in MPTimer.

 public partial float GetAdjustedCastTime(ActionType actionType, uint actionID, byte a3 = 1, byte a4 = 0);

// fire 3:

GetAdjustedCastTime(1, 152, true, null)