XIVSlothCombo icon indicating copy to clipboard operation
XIVSlothCombo copied to clipboard

[BLM] Low level Firestarter concern

Open Cadwgan opened this issue 2 years ago • 1 comments

Currently when synced to lv50 content, Firestarter procs are being used instantly, this isn't humanly possible to react to and is a dead giveaway of tool usage.

While it isn't technically optimal it may be wise to add an option to delay the Firestarter check and use of it slightly, it may be possible to achieve this by checking if Firestarter has 29 or 28 seconds or less remaining, depending on how the cooldown is read internally.

Cadwgan avatar Jul 08 '22 15:07 Cadwgan

@grimgal thoughts?

k-kz avatar Jul 09 '22 08:07 k-kz

I'll take a look at it to see if I can delay the proc at lower lvls 😃

Kagekazu avatar Nov 21 '22 12:11 Kagekazu

I'll take a look at it to see if I can delay the proc at lower lvls 😃

I'm not familiar with the action in question, but if you can get away with applying a delayed weave, do that, if not, give us a shout on discord and we can discuss a hard delay function.

k-kz avatar Nov 21 '22 12:11 k-kz

I'll take a look at it to see if I can delay the proc at lower lvls 😃

I'm not familiar with the action in question, but if you can get away with applying a delayed weave, do that, if not, give us a shout on discord and we can discuss a hard delay function.

made it like the normal code - if fire phase is 3 secs or lower, use the proc, otherwise just cast fire, should solve the tool usage behavior (firestarter is an instant fire refresh proc that u can get)

Kagekazu avatar Nov 21 '22 12:11 Kagekazu