Jump to content

Kaphotics

Helpful Member
  • Posts

    8036
  • Joined

  • Last visited

  • Days Won

    486

Everything posted by Kaphotics

  1. Incorrectly transferred pk6->pk7. Working as intended.
  2. Such metadata is not stored inside a mystery gift, and would have to be assembled into a separate metadata file. It's not something I'm interested in implementing thus it falls on community members to contribute. Associated issue on GitHub here.
  3. try https://social.msdn.microsoft.com/Forums/windowsapps/en-US/83db9968-fc8a-4456-b8c4-524cc6e93094/how-do-i-unblock-assemblies?forum=wpdevelop
  4. extract both the dll and exe.
  5. PKHeX automatically fixes a previous error; the pkm was illegal as the Handling Trainer Gender was set to 2 not 0. You can fix your box data in one go with the Batch Editor: =HT_Gender=2 .HT_Gender=0
  6. Thanks, fixed in latest commit. https://github.com/kwsch/PKHeX/commit/e810e7c430b184fb0cbfe63faa27d462eddaa701
  7. New update has been posted.
  8. No, just incredibly (1:2^32) unlikely.
  9. Offset is the relative offset from the start of the block, and value is the label. PKHeX doesn't modify trainer stats when setting pkm, your box data is never uploaded to Game Sync so they'll never check that. Game Freak only cares about online interaction hacking; pretty sure the underlying reason they banned people was due to insane FC amounts and too-high plaza levels. Probably can plot playtime to coins and see a disconnect.
  10. Fixed in latest commit. https://github.com/kwsch/PKHeX/commit/16203b36b9ae8a3d60506c048dba44a65489c4a5 Thanks
  11. https://github.com/kwsch/PKHeX/commits/master >30 changes have been made since the day bank came out.
  12. PKHeX merely gives you the skeleton key. If you do something you shouldn't, you should be pointing the finger in the other direction
  13. Was fixed the day after the last release (161231), new release will be out in a day or two.
  14. Please wait until the next release is posted on the site; the continuous integration server is mainly for testing build options for every commit, and is not intended to be a substitute for the stable release posted on the forums. You can always compile the build yourself. The current state is still rough and unfinished, so new features are not behaving 100% yet. The latest commits are there for people wanting to test new features with no guarantee of stability.
  15. A new commit was added 2 hours ago to add the new field and remove that legality check, more research is needed to figure out what 0x2A signifies.
  16. fixed in latest commit https://github.com/kwsch/PKHeX/commit/ae8f929f974c7c80d456f5618369b7d8b28fa1e0
  17. Original issue was an out of date version, has already been resolved in latest commits. Latter memory issue discussion here, and has also been resolved in latest commits.
  18. Closing, out of date versions. Just use wine / winebottler. PKHeX uses .NET 4.0
  19. A pkm has 3 abilities, and it stores which abilitynumber (0/1/2) as well as the actual ability ID. The Batch Editor can't [generically] set the actual ability ID that corresponds to the ability number, but will have the capability in the future. Different species have different abilities, so: .AbilityNumber=4 .Ability=128 Will set all PKM's abilities to Defiant and says to the game that they have their hidden ability. The game only cares about which abilitynumber when it evolves (to pick the new ability ID).
  20. https://github.com/kwsch/PKHeX/commit/0bddd2f072a0c76ce53962ffcb8e02d37da2ef33 fyi, event mons can have ribbons (classic) that prevent certain types of online interactions.
  21. PKHeX already emulates 3->4, 4->5, 5->6, and other inter-generational transfer methods. 6->7 and 1->7 just came out 24h ago.
  22. Bank was released no more than a day ago. Implementing things takes time, especially so when it's an unpaid position irl duties come first!
  23. The batch editor only changes individual properties, for abilities there is the ability number and the actual ability ID. You need to set the ability number as well as the index for it to be recognized in game. PKHeX loads the ability number and ignores the ability ID, which is misleading you. I'll add in special commands to the batch editor to revise the ability setting in one instruction.
  24. PKHeX will ignore legality and performs the transfer as if it was legal, unlike bank.
×
×
  • Create New...