lxy4251326 Posted June 14 Share Posted June 14 how to use .TrashCharCountTrainer= .TrashCharCountNickname= Link to comment Share on other sites More sharing options...
Kaphotics Posted June 14 Share Posted June 14 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 Link to comment Share on other sites More sharing options...
PLAFiles Posted July 14 Share Posted July 14 How can I modify all boxes (or multiple boxes) at once? Link to comment Share on other sites More sharing options...
SkyLink98 Posted July 15 Share Posted July 15 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. Link to comment Share on other sites More sharing options...
PLAFiles Posted July 16 Share Posted July 16 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. Link to comment Share on other sites More sharing options...
SkyLink98 Posted July 16 Share Posted July 16 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. Link to comment Share on other sites More sharing options...
WongJowo13 Posted August 9 Share Posted August 9 For the Gen 9 move, does it have an ID number? Link to comment Share on other sites More sharing options...
BlackShark Posted August 9 Share Posted August 9 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. Link to comment Share on other sites More sharing options...
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