Fate-Grand-Order_Lua icon indicating copy to clipboard operation
Fate-Grand-Order_Lua copied to clipboard

Autoskill fails click on animations which redistribute crit stars

Open Ink-WeiZhang opened this issue 5 years ago • 1 comments

Environment Samsung Galaxy S9+ Ankulua 8.5.3 Pro2

Description Anytime autoskill uses a skill which causes critical stars to redistribute, the next click will fail and the script usually halts there. I have currently encountered this with both Gil and Raikou's star absorb skills as well as moving a unit in with plugsuit.

I have managed to "fix" the issue simply by adding a wait(1) in the CastSkill() function.

Ink-WeiZhang avatar Sep 09 '19 17:09 Ink-WeiZhang

Oh I see! This explains why there are occasional issues with the CastSkill() function. I never noticed that it was specifically star redistribution skills that caused it. Thanks for the info! I have a similar fix implemented in one of my personal repos that is currently pending review in the Pull Requests section.

TryBane avatar Sep 17 '19 11:09 TryBane