BLACKBERREST3 Posted November 28 Posted November 28 (edited) I've posted a power automate script (and the subflow) that automatically control-click, rerolls pid, then shift-click the box slot for an ultra sun/ultra moon save (or whatever has 30 slots). I haven't found another way to do this since batch editing .PID=$rand does not reroll for a legal PID/Nature combo in gen3. It just randomizes it, whereas if you manually click reroll, it gives you a legal combo. Has anyone found a better way? PKHex Reroll Set Loop.txt Box Reroll Set.txt PKHexReroll Set Loop Shiny.txt Box Reroll Set Shiny.txt Edited November 28 by BLACKBERREST3 Fixed Row 5 Columns 3&4 in Power Automate Script and Row 3 Columns 1&2
BLACKBERREST3 Posted November 28 Author Posted November 28 (edited) Script works. Have to go back and fix 4 slots for each box, but should work the next time I run it. Can't get the EC to equal PID in batch edit, but I added "shiny" action after each "reroll" in case it is useful for someone. Edited November 28 by BLACKBERREST3
BLACKBERREST3 Posted November 28 Author Posted November 28 (edited) There is a better way. Use this instead for gen 3: .PID=$rand then use until close to 0 =Legal=false .PID=$rand .EncryptionConstant=*PID export, then for shiny, use .PID=$shiny then use until 0 =Legal=false .PID=$rand .PID=$shiny .EncryptionConstant=*PID Edited November 29 by BLACKBERREST3 found a faster method
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now