Mansonia Posted August 22, 2023 Share Posted August 22, 2023 Hello! Sorry for my english. That's my problem: when I do .Language=3 for make my Pokemon in french, I've got this problem (check pictures, I put the Alert in english for you). What can I do to fix this, i need my this. Thanks everyone! Link to comment Share on other sites More sharing options...
Zullivan1987 Posted August 28, 2023 Share Posted August 28, 2023 Hi, in the new version of PKhex, this my bacth editor for POKEMON GO: .Language=7 .TID16=123456 .SID16=0000 .OT_Name=Lord Cthulhu .Version=34 .Met_Location=30012 .Ball=$suggest .Ribbons=$suggestNone .Moves=$suggest .Met_Level=15 .IsEgg=False .EggMetDate=0 .Egg_Location=0 .CurrentLevel=100 .EncryptionConstant=$rand .RelearnMoves=$suggestNone .HyperTrainFlags=0 .PID=$rand .IV_ATK=31 .IV_DEF=31 .IV_HP=31 .IV_SPA=31 .IV_SPD=31 .IV_SPE=31 i try to uncheck "As egg", in Meet menu box... using batch editor i read this solution in the page 4, .EggMetDate=0 .Egg_Location=0 Or .IsEgg=False but not works. Link to comment Share on other sites More sharing options...
BlackShark Posted August 28, 2023 Share Posted August 28, 2023 2 hours ago, Zullivan1987 said: i try to uncheck "As egg", in Meet menu box... using batch editor Use this: .Egg_Location=65535 Link to comment Share on other sites More sharing options...
Zullivan1987 Posted August 28, 2023 Share Posted August 28, 2023 4 hours ago, BlackShark said: Use this: .Egg_Location=65535 Thanks, works for me. How i can get maxed Height 255 and weight 255, in cosmectic menu box and valid all boxed, because all PKMS have alert. Link to comment Share on other sites More sharing options...
Fmj Posted October 21, 2023 Share Posted October 21, 2023 when i try to change the gender to male fo r all the Pokemon it doesn't do it, even though it says that 163/163 have been modified any fix? trying it on a gen 3 emerald save Link to comment Share on other sites More sharing options...
lxy4251326 Posted February 2 Share Posted February 2 DirtType DirtLocation what is mean Link to comment Share on other sites More sharing options...
Kaphotics Posted February 2 Share Posted February 2 2 hours ago, lxy4251326 said: DirtType DirtLocation what is mean It's for the Amie dirt that you can clean, entirely cosmetic. Link to comment Share on other sites More sharing options...
lxy4251326 Posted February 3 Share Posted February 3 (edited) 18 hours ago, Kaphotics said: It's for the Amie dirt that you can clean, entirely cosmetic. Amie ?what is this ? use in let go? Edited February 3 by lxy4251326 Link to comment Share on other sites More sharing options...
Kaphotics Posted February 3 Share Posted February 3 6 hours ago, lxy4251326 said: Amie ?what is this ? use in let go? https://bulbapedia.bulbagarden.net/wiki/Pokémon-Amie Link to comment Share on other sites More sharing options...
IamAVeryNicePereson Posted February 7 Share Posted February 7 Say I want to put each of these Zorua in a different ball. Is there a way to automate this process using the batch editor? I'm doing this for multiple Pokemon and I'm getting tired of manually changing the ball. Link to comment Share on other sites More sharing options...
Kaphotics Posted February 7 Share Posted February 7 1 hour ago, IamAVeryNicePereson said: Say I want to put each of these Zorua in a different ball. Is there a way to automate this process using the batch editor? I'm doing this for multiple Pokemon and I'm getting tired of manually changing the ball. What batch editor commands have you tried? A simple one would be to filter for species only being Zorua, then change the ball ID to the ball ID you want. The guide tells you how to find these IDs based on the currently loaded Pokémon. If it's only 6, it's probably faster to just change the ball manually rather than finding the correct IDs. Clicking on the ball will bring up a selection interface, and you can use the keyboard modifiers to quickly view/set by holding ctrl & shift respectively. Link to comment Share on other sites More sharing options...
lxy4251326 Posted February 7 Share Posted February 7 On 2/4/2024 at 3:01 AM, Kaphotics said: https://bulbapedia.bulbagarden.net/wiki/Pokémon-Amie thanks。I find bug. when i use .HT_Name= , latest handler is disappear,but HT Gender is still there on the inside ,I can't find a way to eliminate it in bulk Link to comment Share on other sites More sharing options...
Kaphotics Posted February 7 Share Posted February 7 42 minutes ago, lxy4251326 said: thanks。I find bug. when i use .HT_Name= , latest handler is disappear,but HT Gender is still there on the inside ,I can't find a way to eliminate it in bulk The default value is 0. If you clear the HT Name, you need to clear the other HT values as well. Link to comment Share on other sites More sharing options...
IamAVeryNicePereson Posted February 7 Share Posted February 7 17 hours ago, Kaphotics said: What batch editor commands have you tried? A simple one would be to filter for species only being Zorua, then change the ball ID to the ball ID you want. The guide tells you how to find these IDs based on the currently loaded Pokémon. If it's only 6, it's probably faster to just change the ball manually rather than finding the correct IDs. Clicking on the ball will bring up a selection interface, and you can use the keyboard modifiers to quickly view/set by holding ctrl & shift respectively. What that does is it puts every Zorua in the specified ball. What I want is those six Zorua to be identical with the only difference being the ball they were caught in. Zorua 1 would be in a Fast Ball, Zorua 2 would be in a Friend Ball, and so on. It'd be helpful for me if there were a way to automate this process and then export the changes in a .pk7. In short I'm trying to figure out a way to make clones of a Pokemon with slight variations, like creating a whole set of Zorua in Apriballs for breeding, or creating a Breeding Ditto set that each have a different nature. Apologies if I didn't explain that well. Link to comment Share on other sites More sharing options...
Kaphotics Posted February 8 Share Posted February 8 4 hours ago, IamAVeryNicePereson said: What that does is it puts every Zorua in the specified ball. What I want is those six Zorua to be identical with the only difference being the ball they were caught in. Zorua 1 would be in a Fast Ball, Zorua 2 would be in a Friend Ball, and so on. It'd be helpful for me if there were a way to automate this process and then export the changes in a .pk7. In short I'm trying to figure out a way to make clones of a Pokemon with slight variations, like creating a whole set of Zorua in Apriballs for breeding, or creating a Breeding Ditto set that each have a different nature. Apologies if I didn't explain that well. There's no way to specify incremental values with the batch editor. The batch editor only processes one pokemon at a time, and each does not influence any other slot. The batch editor edits a batch with the same modifications; if you want custom code with varied behavior, you can always write your own code with something like LINQPad. Link to comment Share on other sites More sharing options...
IamAVeryNicePereson Posted February 8 Share Posted February 8 5 hours ago, Kaphotics said: There's no way to specify incremental values with the batch editor. The batch editor only processes one pokemon at a time, and each does not influence any other slot. The batch editor edits a batch with the same modifications; if you want custom code with varied behavior, you can always write your own code with something like LINQPad. Understood, thank you Link to comment Share on other sites More sharing options...
onlyone1307 Posted February 8 Share Posted February 8 한국 국가 코드, 3ds 지역 코드 방법이 궁금합니다 ?? Link to comment Share on other sites More sharing options...
Kaphotics Posted February 8 Share Posted February 8 2 hours ago, onlyone1307 said: 한국 국가 코드, 3ds 지역 코드 방법이 궁금합니다 ?? Refer to the guide. The label above the text box tells you what the current value is in the PKM editor pane. Link to comment Share on other sites More sharing options...
Jormungand72 Posted February 16 Share Posted February 16 how to select pokemon by their evolution stage. If I want to make all basic stage level 5, stage one level 50 and stage two level 100; is that possible with batch editing? Link to comment Share on other sites More sharing options...
Kaphotics Posted February 16 Share Posted February 16 2 hours ago, Jormungand72 said: how to select pokemon by their evolution stage. If I want to make all basic stage level 5, stage one level 50 and stage two level 100; is that possible with batch editing? No; the Batch Editor isn't intended for much logic based on non-stored properties. You can always write your own code (C#, LINQPad etc) to fetch the evo stage from the Personal data. Alternatively, you can use BST thresholds to apply a specific current level. Link to comment Share on other sites More sharing options...
RedEliwood Posted March 1 Share Posted March 1 Hello, I try hard to use the batch editor, but I get the following error, is anyone able to help me? I try to change the OT, ID, language, region, subregion, gender and country, but whatever I try I always get the same error. All this for 3DS I'm new to these things and would appreciate the help. Link to comment Share on other sites More sharing options...
Kaphotics Posted March 1 Share Posted March 1 1 hour ago, RedEliwood said: Hello, I try hard to use the batch editor, but I get the following error, is anyone able to help me? I try to change the OT, ID, language, region, subregion, gender and country, but whatever I try I always get the same error. All this for 3DS I'm new to these things and would appreciate the help. Empty/blank lines should not be included in the text box. Ensure you have only entered two lines, and that all lines you have entered are "complete" instructions. 1 Link to comment Share on other sites More sharing options...
RedEliwood Posted March 1 Share Posted March 1 15 hours ago, Kaphotics said: Empty/blank lines should not be included in the text box. Ensure you have only entered two lines, and that all lines you have entered are "complete" instructions. Thanks, Do you know how to know the country and subregion number of the 3DS? Link to comment Share on other sites More sharing options...
BlackShark Posted March 2 Share Posted March 2 2 hours ago, RedEliwood said: Thanks, Do you know how to know the country and subregion number of the 3DS? Check PKHeX's source https://github.com/kwsch/PKHeX/tree/master/PKHeX.Core/Resources/text/locale3DS Alternatively, set the values you want in the main GUI editor and let the program indicate the current GUI's value beneath the drop-down selection. Link to comment Share on other sites More sharing options...
LuffyMonkeyD Posted May 9 Share Posted May 9 (edited) Is there a way to batch set nicknames to the default nickname? I used the batch editor to change the country, region and language of every pokemon in my save. Changing the language automatically changed the nicknames back to default for most newer games, but not for pokemon from Gen3, and a few from Gen4. They are marked as illegal citing that the nickname does not match the species name. I've tried .isNicknamed=True and then .isNicknamed=False, but both fail. And i'm not sure what i would be able to set .Nickname= to for the default name. Any help would be appreciated. Edit: If anyone also knows how to filter by game version and OT. I would like to change my TID/SID based on the game it originated while keeping event pokemon intact. For example: =Version=HG =OriginalTrainerName=MyName (to avoid changing event pokemon) .TID16=12345 .SID16=54321 or with =Version=7, or =HG=True, I get the error "No instructions defined for a modification set." Edited May 9 by LuffyMonkeyD 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