29988122 / Fate-Grand-Order_Lua

Fate Grand Order auto battle script - no root needed, for Android use only
MIT License
289 stars 95 forks source link

Occasionally, support Waver is selected over Skadi #398

Open KaitoKid opened 4 years ago

KaitoKid commented 4 years ago

I tested this last night, but I currently have these settings for my config and occasionally, waver with MLB Chaldea Lunchtime is selected:

--AutoSupportSelection Defaults
Support_SelectionMode = "preferred"
Support_SwipesPerUpdate = 10
Support_MaxUpdates = 10
Support_FallbackTo = "first"
Support_FriendsOnly = 1
Support_FriendNames = "Brandon, Ian, Jason, FalK-ON, Haise, Benu, Brun, Randomacts, Annie Hastur"
Support_PreferredServants = "skadi_3.png, skadi1.png, skadi2.png, skadi3.png, skadi4.png"
Support_PreferredCEs = "*chaldea_lunchtime.png"

And for the dictionary of presets:

Autoskill_List =
{
    {
        --Lancelot, Waver, Skadi, Skadi + Plugsuit
        Name = "Everything",
        Skill_Command = "d1g1f14,#,ecx21fi1e4,#,hjd14",
        Support_SelectionMode = "preferred"
    }
}

When waver is selected, it is not the fallback either, it seems to identify it was a preference. I'm currently using the skadi photos inside the repo.

Has anyone else experienced this yet on NA?

coog226 commented 4 years ago

Having the same problem. Waver gets picked instead of skadi. Tried to make my own support images instead of using the ones in the directory and it would still pick waver or not pick anything.

migd513 commented 4 years ago

I was getting this too. I haven't really seen it since enabling final ascension portraits in Game Options. Maybe the pattern matching for waver3.png and the skadi support images are too similar.