Jump to content

theSLAYER

Administrator
  • Posts

    22363
  • Joined

  • Last visited

  • Days Won

    902

Everything posted by theSLAYER

  1. Depends. Post an image and we can tell you whether it’s rare
  2. It’s a custom event not programmed into the game. you should just follow his instructions.
  3. I don’t even know if there’s a resource to teach you how to do that. I don’t even remember how I learned, reckon there were others being patient with me. 1. Create a GitHub account. It allows you to make your own repositories (basically individual project areas for code) 2. With your account, you’ll be able to fork their project. What that means is that you’ll get a 1:1 copy of the project that was shared at that time, and you can proceed to make changes to the code 3. have a program that can edit and compile code. I use Visual Studio (I think 2019?) for free. Use it for making my mini programs or plugins Let’s get that all done before we jump to next steps
  4. You could consider forking the repo and updating it to use the nuget or something idk.
  5. Create a folder in your PKHeX folder called “mgdb”, place the wonder card that has the same move and Tera type (with the wc9 extension) into that folder.
  6. Submit the pk8 and pk9 of the mon. Transfer support is still a work in progress.
  7. PKHeX has a setting on whether to ignore if a trackers exist. Since yours “became legal”, it is ignoring the lack of tracker. Also don’t understand why you sent a video. Sounds like the same thing the OP described. HOME can remove the location legally, it’s a known thing.
  8. https://projectpokemon.org/home/forums/topic/37050-general-event-archived-posts-thread/page/54/#comment-197374
  9. Placing this here: https://projectpokemon.org/home/forums/topic/37050-general-event-archived-posts-thread/?do=findComment&comment=195783
  10. Placing this here: https://projectpokemon.org/home/forums/topic/37050-general-event-archived-posts-thread/?do=findComment&comment=195783
  11. To be frank I didn't look at any of your files so I don't know about the tracker scenario. I'm not sure if PKHeX implemented a check for mons with no location without a tracker, so just hasn't implemented a 'lack of location' check. In any case, the location being eaten is something that HOME does, as my screenshots provided mention
  12. Happens naturally with HOME. Not sure if the met location thing is being resolved by PKHeX. Make sure you have a valid tracker on them too. (on Discord, the conversation starts from here: https://discord.com/channels/343093766477053953/406851200928055297/1137164667949678752)
  13. To my understanding PKHeX doesn’t validate any of the PCNY mons. Make sure you’re just adding them to your cartridge and play; you won’t get penalised by the game. Don’t add them to your virtual console copies nor try to transfer them forwarded; PCNY mons aren’t legal outside of the retail cartridges of Gen 1/2
  14. For RNG methods that are too complex (typically usage of super long seeds), PKHeX don’t validate it’s legality. An example of not doing it I can think off, would be validating boxes of mons causing general slowdowns for the user. This isn’t uncommon; SWSH Max Raids/Dens could be validated individually too, but not done via PKHeX. Any simple stat change or gender change would have resulted in a Legend Arceus Mon illegal, you just wouldn’t know it. And you’ve been told about that a few times now, so keep it in mind I feel like there isn’t a need to keep asking about whether a mon is legal or illegal. Just submit purely legal Pokémon, basically ones that you caught normally with no cheats and extracted and made no changes, and don’t claim that changing stats would be “legal”, and you’re good. (also it isn’t an issue; it’s just how PKHeX and RNG validation works.)
  15. Use hex editing to look for the appropriate species number (it should be in hex with the endian flipped) then replace it with the wanted species number.
  16. Just replace the raid files with the ones we attach on our site, then cycle your date forward.
  17. Here’s a guess: - make sure the PID would have yielded a female (based on Combee’s gender ratio) if that still doesn’t work - make the transferred Met Level below Current Level
×
×
  • Create New...