Fate-Grand-Order_Lua
Fate-Grand-Order_Lua copied to clipboard
Autoskill fails click on animations which redistribute crit stars
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.
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.