lxy4251326 Posted June 14, 2024 Posted June 14, 2024 how to use .TrashCharCountTrainer= .TrashCharCountNickname=
Kaphotics Posted June 14, 2024 Posted June 14, 2024 17 minutes ago, lxy4251326 said: how to use .TrashCharCountTrainer= .TrashCharCountNickname= Those properties can only be used as filters; you cannot set to them because there is no setter in the source code. They're constant values based on the PKM class type. If you are looking to clear all trash, you can do it like so (filter for a specific pattern, clear and reapply): =OriginalTrainerName=Kurt .OriginalTrainerTrash=$[]00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 .OriginalTrainerName=Kurt =IsNicknamed=false .NicknameTrash=$[]00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 .IsNicknamed=false
PLAFiles Posted July 14, 2024 Posted July 14, 2024 How can I modify all boxes (or multiple boxes) at once?
SkyLink98 Posted July 15, 2024 Posted July 15, 2024 17 hours ago, PLAFiles said: How can I modify all boxes (or multiple boxes) at once? Unless you target specific mons with filter queries, the batch editor already target all the mons in all the boxes.
PLAFiles Posted July 16, 2024 Posted July 16, 2024 On 7/15/2024 at 6:19 AM, SkyLink98 said: Unless you target specific mons with filter queries, the batch editor already target all the mons in all the boxes. Wait, what? Anytime I've done edits, I do, for example: =Box=1 .OriginalTrainerName= .TID= .SID= And then I quickly backspace the "1," make it a "2," then press Tab or whatever to submit it and do that for every box. What I posted above does all Pokémon in one box, but I want all boxes.
SkyLink98 Posted July 16, 2024 Posted July 16, 2024 47 minutes ago, PLAFiles said: Wait, what? Anytime I've done edits, I do, for example: =Box=1 .OriginalTrainerName= .TID= .SID= And then I quickly backspace the "1," make it a "2," then press Tab or whatever to submit it and do that for every box. What I posted above does all Pokémon in one box, but I want all boxes. =Box=1, that's a filter that targets only the first box. Remove it and your script will target all the mons.
WongJowo13 Posted August 9, 2024 Posted August 9, 2024 For the Gen 9 move, does it have an ID number?
BlackShark Posted August 9, 2024 Posted August 9, 2024 5 hours ago, WongJowo13 said: For the Gen 9 move, does it have an ID number? Use this list https://github.com/kwsch/PKHeX/blob/master/PKHeX.Core/Resources/text/other/en/text_Moves_en.txt Move ID is line number - 1.
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