zvyc Posted April 12, 2020 Posted April 12, 2020 Hi I am wondering if there is any way to randomise the MetDate and EggMetDate in pkhex, specifically the day and month?
BlackShark Posted April 13, 2020 Posted April 13, 2020 Try this. .Met_Day=$1,28 .Met_Month=$1,12 .Egg_Day=$1,28 .Egg_Month=$1,12 2
asuuru Posted April 13, 2020 Posted April 13, 2020 13 hours ago, BlackShark said: Try this. .Met_Day=$1,28 .Met_Month=$1,12 .Egg_Day=$1,28 .Egg_Month=$1,12 is there any way to set egg_day the same that met_day?
theSLAYER Posted April 13, 2020 Posted April 13, 2020 20 minutes ago, asuuru said: is there any way to set egg_day the same that met_day? Not that we know off
asuuru Posted April 14, 2020 Posted April 14, 2020 4 hours ago, Kaphotics said: Use $suggest to copy the other date. doesn't work
Kaphotics Posted April 14, 2020 Posted April 14, 2020 2 minutes ago, asuuru said: doesn't work Use the latest release. 1
NullTie Posted January 5, 2024 Posted January 5, 2024 Just in case anyone is curious. The actual command would look like: .Met_Day=$1,28 .Met_Month=$1,12 .EggMetDate=$suggest Took me a bit to understand it...lol 1
PLAFiles Posted Monday at 09:42 PM Posted Monday at 09:42 PM (edited) On 1/5/2024 at 8:36 AM, NullTie said: Just in case anyone is curious. The actual command would look like: .Met_Day=$1,28 .Met_Month=$1,12 .EggMetDate=$suggest Took me a bit to understand it...lol Am I just stupid or why isn't it working for me? I am trying to just apply it to all Pokemon (some are from eggs, most aren't). This is in Platinum. @BlackShark Edited Monday at 09:44 PM by PLAFiles
Kaphotics Posted Monday at 09:54 PM Posted Monday at 09:54 PM 10 minutes ago, PLAFiles said: Am I just stupid or why isn't it working for me? I am trying to just apply it to all Pokemon (some are from eggs, most aren't). This is in Platinum. @BlackShark Use the drop down. The two properties you are trying to use were renamed. Don't simply copy paste commands from year old posts.
PLAFiles Posted Monday at 09:55 PM Posted Monday at 09:55 PM (edited) 7 minutes ago, Kaphotics said: Use the drop down. The two properties you are trying to use were renamed. Don't simply copy paste commands from year old posts. Huh, ok. Is there a master list of changes like this (besides having to go to GitHub and inspect things or directly on PKHeX if people are simply searching the forums first) so that users can always have the most updated commands? Or could there be a feature where the program recognizes the old command and suggests/replaces with the updated one? Edited Monday at 10:02 PM by PLAFiles
Kaphotics Posted yesterday at 03:37 AM Posted yesterday at 03:37 AM 5 hours ago, PLAFiles said: Huh, ok. Is there a master list of changes like this (besides having to go to GitHub and inspect things or directly on PKHeX if people are simply searching the forums first) so that users can always have the most updated commands? Or could there be a feature where the program recognizes the old command and suggests/replaces with the updated one? Anything can be done with software, it just isn't worth the time to add such backwards support. The guide has always shown how to use the drop-downs as a means to find whatever properties you want. The syntax and command building experience is not that painful, please just use the drop-downs and indicators inside the GUI.
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