Kaphotics Posted August 30, 2022 Posted August 30, 2022 3 hours ago, lxy4251326 said: thank you,I want to learn .PSV=?.Rank=? Again, refer to the program's source code. You shouldn't need to change either of those.
gouron Posted September 4, 2022 Posted September 4, 2022 (edited) my sons got the ash pokemon from the on going event, but they are japanese and they want them in german, so i tried to recreate them. this is what i have: Dragonite (F) @ Heavy-Duty Boots Ability: Inner Focus Language: German OT: Ash Ketchum TID: 200126 SID: 147 OTGender: Male Ball: Poke Ball .PKRS_Cured=true .Ribbons=$suggest .Met_Location=40011 .Met_Level=80 .MetDate=20220828 .FatefulEncounter=true EVs: 252 Atk / 252 Spe Jolly Nature - Dragon Claw - Draco Meteor - Hurricane - Dragon Dance the meet location and the metdate are not working. anybody can help, pls BTW i chnaged a little bit something, just to make them a bit better this is the msg the tradebot give me: Exhausted 208/592 possible encounters what are the id's for this parameter: .Characteristic= Edited September 4, 2022 by gouron
Perry_Eiji Posted September 7, 2022 Posted September 7, 2022 Hello everyone. Is there a way to use the "HasOriginalMetLocation" batch command? and then there is a way to fix all the levels of the pokemon of the pits (like bulbasaur at 5, ivysaur at 16 and venusaur at 32)? Thank you
SuperOkazaki Posted October 9, 2022 Posted October 9, 2022 On 8/22/2022 at 7:31 AM, BlackShark said: That's not possible. It actually is. I figured it out. .TrainerSID7=$1000,2124 .TrainerID7=$100000,511481
xStingz Posted October 16, 2022 Posted October 16, 2022 Is it possible to inject an entire dex? Like a empy boxes
lxy4251326 Posted November 27, 2022 Posted November 27, 2022 .TeraTypeOriginal=? How to use it to make it default to the first or second attribute How to use it to make it default to the first or second attribute
Weltenfeind666 Posted November 27, 2022 Posted November 27, 2022 is it possible to set all IVs from all pokemon in all boxes in total to max (186) not hypertrained)) with batch editor, and if, how? thanks
rafikimcfly Posted January 13, 2023 Posted January 13, 2023 (edited) I'm fairly familiar with the batch editor, but I have a question about changing multiple nicknames at once. I am currently working on a Black save file and my boxes are full of all fully evolved Pokemon. What I'm trying to do is make it so they all have unique nicknames but I'm wondering if there is a faster way to do it than one at a time. The way I'm currently going about it is with this operation =Box=1 =Slot=3 .Nickname=John and just changing the box and slot and nickname one at a time, but looking to see if multiple can be done in a list of some sort? Thanks in advance! Edited January 13, 2023 by rafikimcfly
Brucethedragonoid Posted January 23, 2023 Posted January 23, 2023 Im trying to use the batch editor but the item list is all wrong for bdsp is there an updated list with new numbers?
Siobhan Seraphs Posted February 16, 2023 Posted February 16, 2023 Is there a way to set the StatNature to the same value that the Nature currently has? I want to randomize the natures of a bunch of Pokémon and want their statnatures to be the same. (I know there are a few values that the statnature can't have. I already have another command to fix that, when it occures.)
BloodSugar420 Posted March 10, 2023 Posted March 10, 2023 On 2/16/2023 at 1:04 PM, Siobhan Seraphs said: Is there a way to set the StatNature to the same value that the Nature currently has? I want to randomize the natures of a bunch of Pokémon and want their statnatures to be the same. (I know there are a few values that the statnature can't have. I already have another command to fix that, when it occures.) I figured this out because I wanted to have the same EggDate and MetDate. You just add a * to the field you’re gonna copy. .EggMetDate =*MetDate 1
Adamoadam Posted March 11, 2023 Posted March 11, 2023 What would put in to have a pokemon be able to relearn every legal TM/TR?
lxy4251326 Posted March 11, 2023 Posted March 11, 2023 Is it possible to view and set up Pokemon by using the batch Editor, when I am using .AbilityNumber=
Hogarth Hughes Posted March 19, 2023 Posted March 19, 2023 On 9/4/2022 at 5:20 AM, rua said: Has a solution been found for this? All of the old Mark commands are gone now. The MarkCircle is no longer valid,please help
Zullivan1987 Posted April 3, 2023 Posted April 3, 2023 (edited) Thanks Edited August 28, 2023 by Zullivan1987
Kaphotics Posted April 3, 2023 Posted April 3, 2023 1 hour ago, Zullivan1987 said: I also have another problem, if I use the latest version of "PKHEX" 23/02/27 I get this error: Exception Details: System.AggregateException: One or more errors occurred. (Exception of type 'System.ArgumentOutOfRangeException' was thrown. (Parameter 'gameSource') Actual value was HGSS.) ---> System.ArgumentOutOfRangeException: Exception of type 'System.ArgumentOutOfRangeException' was thrown. (Parameter 'gameSource') Actual value was HGSS. at PKHeX.Core.EncounterGenerator4.GetStatic(GameVersion gameSource) at PKHeX.Core.EncounterGenerator4.GetPossible(PKM _, EvoCriteria[] chain, GameVersion game, EncounterTypeGroup groups)+MoveNext() at PKHeX.Core.EncounterMovesetGenerator.GetStatic(PKM pk, UInt16[] needs, EvoCriteria[] chain, GameVersion version, IEncounterGenerator generator)+MoveNext() at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.MoveNext() at PKHeX.Core.EncounterMovesetGenerator.GenerateEncounters(PKM pk, UInt16[] moves, IReadOnlyList`1 vers)+MoveNext() at PKHeX.Core.EncounterMovesetGenerator.GenerateEncounters(PKM pk, UInt16[] moves, GameVersion[] versions)+MoveNext() at PKHeX.Core.AutoMod.APILegality.GetLegalFromTemplate(ITrainerInfo dest, PKM template, IBattleTemplate set, LegalizationResult& satisfied, Boolean nativeOnly) in D:\a\1\s\PKHeX.Core.AutoMod\AutoMod\APILegality.cs:line 82 at PKHeX.Core.AutoMod.APILegality.<>c__DisplayClass100_0.<GetLegalFromTemplateTimeout>g__GetLegal|0() in D:\a\1\s\PKHeX.Core.AutoMod\AutoMod\APILegality.cs:line 1429 at System.Threading.Tasks.Task`1.InnerInvoke() at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at PKHeX.Core.AutoMod.APILegality.TimeoutAfter(Task`1 task, TimeSpan timeout) in D:\a\1\s\PKHeX.Core.AutoMod\AutoMod\APILegality.cs:line 1474 --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) at PKHeX.Core.AutoMod.APILegality.GetLegalFromTemplateTimeout(ITrainerInfo dest, PKM template, IBattleTemplate set, LegalizationResult& satisfied, Boolean nativeOnly) in D:\a\1\s\PKHeX.Core.AutoMod\AutoMod\APILegality.cs:line 1439 at PKHeX.Core.AutoMod.Legalizer.TryAPIConvert(ITrainerInfo tr, IBattleTemplate set, PKM template, PKM& pkm, Boolean nativeOnly) in D:\a\1\s\PKHeX.Core.AutoMod\AutoMod\Legalization\Legalizer.cs:line 200 at PKHeX.Core.AutoMod.ModLogic.GetRandomEncounter(PKM blank, ITrainerInfo tr, UInt16 species, Byte form, Boolean shiny, Boolean alpha, Boolean nativeOnly) in D:\a\1\s\PKHeX.Core.AutoMod\Enhancements\ModLogic.cs:line 176 at PKHeX.Core.AutoMod.ModLogic.GetRandomEncounter(ITrainerInfo tr, UInt16 species, Byte form, Boolean shiny, Boolean alpha, Boolean nativeOnly, PKM& pk) in D:\a\1\s\PKHeX.Core.AutoMod\Enhancements\ModLogic.cs:line 126 at PKHeX.Core.AutoMod.ModLogic.AddPKM(SaveFile sav, ITrainerInfo tr, UInt16 species, Byte form, Boolean shiny, Boolean alpha, Boolean nativeOnly) in D:\a\1\s\PKHeX.Core.AutoMod\Enhancements\ModLogic.cs:line 89 at PKHeX.Core.AutoMod.ModLogic.GenerateLivingDex(SaveFile sav, Boolean includeforms, Boolean shiny, Boolean alpha, Boolean nativeOnly) in D:\a\1\s\PKHeX.Core.AutoMod\Enhancements\ModLogic.cs:line 75 at PKHeX.Core.AutoMod.ModLogic.GenerateLivingDex(SaveFile sav) in D:\a\1\s\PKHeX.Core.AutoMod\Enhancements\ModLogic.cs:line 45 at AutoModPlugins.LivingDex.GenLivingDex(Object sender, EventArgs e) at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e) at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea) at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ToolStrip.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam) Loaded Assemblies: -------------------- System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Private.CoreLib.dll PKHeX, Version=23.2.27.0, Culture=neutral, PublicKeyToken=null C:\Users\DIDIER~1\AppData\Local\Temp\.net\PKHeX\GX4qNkcJE9DZWdZN79akTVuQ5uBYOGM=\PKHeX.dll System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Runtime.dll System.Threading.Thread, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Threading.Thread.dll System.Windows.Forms, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.3\System.Windows.Forms.dll System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.ComponentModel.Primitives.dll System.Windows.Forms.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.3\System.Windows.Forms.Primitives.dll System.Runtime.InteropServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Runtime.InteropServices.dll System.Drawing.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Drawing.Primitives.dll System.Collections.Specialized, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Collections.Specialized.dll System.Collections, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Collections.dll System.Threading, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Threading.dll System.Diagnostics.TraceSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Diagnostics.TraceSource.dll System.Drawing.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.3\System.Drawing.Common.dll Microsoft.Win32.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\Microsoft.Win32.Primitives.dll System.ComponentModel.EventBasedAsync, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.ComponentModel.EventBasedAsync.dll Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.3\Accessibility.dll System.Resources.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.3\System.Resources.Extensions.dll System.Memory, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Memory.dll System.Drawing, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.3\System.Drawing.dll System.Numerics.Vectors, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Numerics.Vectors.dll Microsoft.Win32.SystemEvents, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.3\Microsoft.Win32.SystemEvents.dll System.ComponentModel.TypeConverter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.ComponentModel.TypeConverter.dll System.ComponentModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.ComponentModel.dll PKHeX.Core, Version=23.2.27.0, Culture=neutral, PublicKeyToken=null C:\Users\DIDIER~1\AppData\Local\Temp\.net\PKHeX\GX4qNkcJE9DZWdZN79akTVuQ5uBYOGM=\PKHeX.Core.dll System.Linq, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Linq.dll System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Collections.NonGeneric.dll System.Text.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Text.Json.dll System.Text.Encodings.Web, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Text.Encodings.Web.dll System.Text.Encoding.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Text.Encoding.Extensions.dll System.Runtime.Intrinsics, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Runtime.Intrinsics.dll System.Collections.Concurrent, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Collections.Concurrent.dll PKHeX.Drawing.PokeSprite, Version=23.2.27.0, Culture=neutral, PublicKeyToken=null C:\Users\DIDIER~1\AppData\Local\Temp\.net\PKHeX\GX4qNkcJE9DZWdZN79akTVuQ5uBYOGM=\PKHeX.Drawing.PokeSprite.dll System.ObjectModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.ObjectModel.dll System.Runtime.Loader, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Runtime.Loader.dll System.Windows.Forms.resources, Version=7.0.0.0, Culture=es, PublicKeyToken=b77a5c561934e089 C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.3\es\System.Windows.Forms.resources.dll System.Private.Uri, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Private.Uri.dll System.Net.Http, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Net.Http.dll System.Net.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Net.Primitives.dll System.Diagnostics.Tracing, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Diagnostics.Tracing.dll System.Diagnostics.DiagnosticSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Diagnostics.DiagnosticSource.dll System.Net.Security, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Net.Security.dll System.Security.Cryptography, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Security.Cryptography.dll System.Net.Quic, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Net.Quic.dll PKHeX.Drawing, Version=23.2.27.0, Culture=neutral, PublicKeyToken=null C:\Users\DIDIER~1\AppData\Local\Temp\.net\PKHeX\GX4qNkcJE9DZWdZN79akTVuQ5uBYOGM=\PKHeX.Drawing.dll System.Threading.ThreadPool, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Threading.ThreadPool.dll System.Net.Sockets, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Net.Sockets.dll PKHeX.Drawing.Misc, Version=23.2.27.0, Culture=neutral, PublicKeyToken=null C:\Users\DIDIER~1\AppData\Local\Temp\.net\PKHeX\GX4qNkcJE9DZWdZN79akTVuQ5uBYOGM=\PKHeX.Drawing.Misc.dll System.Threading.Overlapped, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Threading.Overlapped.dll System.Net.NameResolution, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Net.NameResolution.dll System.Security.Principal.Windows, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Security.Principal.Windows.dll System.Security.Claims, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Security.Claims.dll System.Text.RegularExpressions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Text.RegularExpressions.dll System.Windows.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.3\System.Windows.Extensions.dll AutoModPlugins, Version=23.2.27.0, Culture=neutral, PublicKeyToken=null C:\Users\Didier D\Desktop\PK\plugins\AutoModPlugins.dll System.IO.Compression, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.IO.Compression.dll PKHeX.Core.Injection, Version=23.2.27.0, Culture=neutral, PublicKeyToken=null System.Configuration.ConfigurationManager, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\7.0.3\System.Configuration.ConfigurationManager.dll QRPlugins, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null C:\Users\Didier D\Desktop\PK\plugins\QRPlugins.dll mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\mscorlib.dll PKHeX.Core.AutoMod, Version=23.2.27.0, Culture=neutral, PublicKeyToken=null System.Runtime.Serialization.Formatters, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Runtime.Serialization.Formatters.dll System.Xml.ReaderWriter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Xml.ReaderWriter.dll System.Private.Xml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Private.Xml.dll System.Net.WebClient, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Net.WebClient.dll System.Xml.XmlSerializer, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Xml.XmlSerializer.dll System.Console, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Console.dll System.Diagnostics.FileVersionInfo, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Diagnostics.FileVersionInfo.dll System.Text.Encoding.CodePages, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Text.Encoding.CodePages.dll System.Diagnostics.Process, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Diagnostics.Process.dll System.Diagnostics.StackTrace, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Diagnostics.StackTrace.dll System.Reflection.Metadata, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Reflection.Metadata.dll System.Collections.Immutable, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.3\System.Collections.Immutable.dll -------------------- User Message: An unhandled exception has occurred. You can continue running PKHeX, but please report this error. This is not a PKHeX error. Plugins issues should be directed to the plugin author, not the main program.
lxy4251326 Posted April 5, 2023 Posted April 5, 2023 I found that.ivs= and .Evs= had disappeared , could be back?
BlackShark Posted April 5, 2023 Posted April 5, 2023 11 hours ago, lxy4251326 said: I found that.ivs= and .Evs= had disappeared , could be back? There is .EV_HP=, .EV_ATK=, .EV_DEF=, .EV_SPA=, .EV_SPD=, and .EV_SPE= as well as .IV_HP=, .IV_ATK=, .IV_DEF=, .IV_SPA=, .IV_SPD=, and .IV_SPE=, use those?
lxy4251326 Posted April 8, 2023 Posted April 8, 2023 On 2023/4/5 at PM11点28分, BlackShark said: 有.EV_HP=、.EV_ATK=、.EV_DEF=、.EV_SPA=、.EV_SPD= 和 .EV_SPE=以及.IV_HP=、.IV_ATK=、.IV_DEF=、.IV_SPA=、.IV_SPD= 和.IV_SPE=,使用那些? .Evs=¥sugget is Very useful ,I couldn't find a replacement for it
lxy4251326 Posted April 18, 2023 Posted April 18, 2023 ≥Stat_ATK=Stat_SPA Is it possible? Or is there any other way to achieve a similar effect?
shiny_sanaito Posted May 6, 2023 Posted May 6, 2023 Is there a way to give just specific ribbons in Emerald? like only the effort and Champion? TIA
Nessus Posted June 24, 2023 Posted June 24, 2023 Hi folks, Sorry to be a pain but does anyone know the version numbers for Pokémon Legends Arceus, Brilliant Diamond & Shining Pearl please? I know Scarlet=50 and Violet=51 but they are missing from the list above so thought I'd ask
BlackShark Posted June 24, 2023 Posted June 24, 2023 55 minutes ago, Nessus said: Hi folks, Sorry to be a pain but does anyone know the version numbers for Pokémon Legends Arceus, Brilliant Diamond & Shining Pearl please? I know Scarlet=50 and Violet=51 but they are missing from the list above so thought I'd ask PLA = 47, BD = 48, SP = 49 You can take this list as a reference, it's line number - 1 https://github.com/kwsch/PKHeX/blob/master/PKHeX.Core/Resources/text/other/en/text_Games_en.txt 1
lvlann Posted August 15, 2023 Posted August 15, 2023 I am trying to get a living dex with appropriate levels for each pokemon in SWSH and BDSP for example: Charmander: Level 1 Charmeleon: Level 16 Charizard: Level 36 or Eevee: Level 1 Sylveon: Level 1 or Dracazolt: Level 10 or Milotic: Level 2 with Max Beauty. or Frosmoth: Level 2 There are a bunch of Batch editing shortcuts like if I want to give all legal ribbons: .Ribbons=$suggestAll or give it suggested moves: .RelearnMoves=$suggestAll. Is there any command that would make all the pokemon in the boxes, lowest possible and legal level in its respective game?
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