anoyetta / ACT.Hojoring

Advanced Combat Tracker の FFXIV向けプラグインです。トリガ、TTSの拡張、HUDの拡張など。
BSD 3-Clause "New" or "Revised" License
288 stars 67 forks source link

Spell Extend not working correctly? #349

Closed Shiriow closed 2 years ago

Shiriow commented 2 years ago

I'm trying to make a Death's Design trigger from Shadow of Death/Whorl of Death to make it easier to check it, but I'm having trouble with the extend feature. If I add 30s on the trigger, and 30s on the extension it always gives me 60s, even when I first apply it Making the trigger 0s and the extension 30s caps at 30s, even though I have the upper limit at 60s

Advanced_Combat_Tracker_sXrGccZqGo

wbonbon commented 2 years ago

https://github.com/anoyetta/ACT.Hojoring/wiki/SpecialSpellTimer_Examples refer to the first example. No need to extend. 1A:\<id8>:(?\<victim>.+?) gains the effect of (?\<effect>Death's Design) from \<mex> for (?\<duration>[0-9\.]+)

Shiriow commented 2 years ago

That worked, thank you!