Jump to content

Recommended Posts

Posted (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?

 

image.thumb.png.333ee7374a0afc28bb4d88977818f7fe.png

PKHex Reroll Set Loop.txt

 

Box Reroll Set.txt

PKHexReroll Set Loop Shiny.txt Box Reroll Set Shiny.txt

Edited by BLACKBERREST3
Fixed Row 5 Columns 3&4 in Power Automate Script and Row 3 Columns 1&2
Posted (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.

 

image.thumb.png.befdd2bdf1d785b2650bc33c2b8ab604.png

Edited by BLACKBERREST3
Posted (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 by BLACKBERREST3
found a faster method

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...