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

Script selects first instead of preferred

Open Orpheus25 opened this issue 5 years ago • 4 comments

Hi,

I don't really know why but the script only picks "first" despite being asked for "preferred".

Also as a side issue, the script gives me error messages about { not being close when i try to add skillset specific conditions besides what i already have, but i add them between the {} so i don't really understand.

Here is the script as i'm trying to use it : https://puu.sh/GsPwI/b66997d13e.lua

Thanks for reading me.

Orpheus25 avatar Sep 15 '20 06:09 Orpheus25

Update : tested various things, for some reason i can't fathom it insists on picking waver specifically.

Orpheus25 avatar Sep 15 '20 07:09 Orpheus25

See the lines

Support_PreferredServants = "skadi1.png, skadi2.png, skadi3.png, skadi4.png"
Support_PreferredCEs = ""

above the Autoskill_List? Those are global options which become active if your Autoskill_List item has nothing set for those parameters.

So every autoskill configuration in your file but the Doors one uses Skadi.

reconman avatar Sep 15 '20 09:09 reconman

Hmm, I can't explain why it would pick Waver.

reconman avatar Sep 15 '20 09:09 reconman

If you can't get it fixed, try out https://github.com/MathewSachin/Fate-Grand-Automata

reconman avatar Sep 15 '20 20:09 reconman