Jump to content

Kaphotics

Helpful Member
  • Posts

    6889
  • Joined

  • Last visited

  • Days Won

    322

Everything posted by Kaphotics

  1. Fixed in latest commit. Thanks for reporting!
  2. No, PKHeX will only support official games.
  3. Again, Use pk3DS's GARC extractor, not any of those tools from outdated guides. Do not use GARCTool, only use pk3DS. pk3DS properly extracts multilanguage GARC files.
  4. Use pk3DS's GARC extractor, not any of those tools from outdated guides.
  5. As expected, the wondercard has not been contributed. 0524 XY - OTTOBRE14 Shiny Gengar (ITA) (M).wc6 Yours is female; since this is a fixed-gender event, there is no Female wondercard to compare to. If you still have that card, please contribute it at the contribution thread
  6. PKHeX uses an internal wc6 database; if the event was contributed recently then it wouldn't come in the compiled executable. To expand the wondercard database with recent/custom events, create a 'wc6' folder in the same location as the exe, then put your wc6's in. Batch modification can be done via the Batch Editor (via Tools). See the Frequently Asked Questions post regarding how to use the Batch Editor (especially the final few sentences).
  7. You'd either have to pm the pk6 or post more information regarding the event. Even if it's legit, if the wondercard was never contributed how would PKHeX know yours was obtained from ((unknown))?
  8. Kaphotics

    DexNav Question

    Yes, set the correct event flags/constants. Problem is, nobody cares to figure out what needs to be set.
  9. PKHeX is unable to find a matching wondercard, either it is not contributed or it is a hacked event. Only held item sprites are added (key items are unnecessary), missingno sprite implies it is not a pkm or held item.
  10. https://github.com/kwsch/PKHeX/issues/179
  11. Not able to replicate; are you using the latest version posted in the download thread?
  12. Load a save file first; future versions will have this interaction issue fixed. Setting >510 EVs is still disabled in HaX as they cannot be used in local link battles or Maison. You can get around this restriction by checking 'Hacked Stats' before setting back.
  13. Load a save file first; future versions will have this interaction issue fixed.
  14. Set the pokemon from tabs to a slot in the box/party.
  15. Kaphotics

    Item quantitiy

    PKHeX caps item quantities at 995 so that you can still receive a few in-game without rolling over to ?000.
  16. missing the checksum https://github.com/kwsch/PKHeX/blob/master/PKM/PK3.cs#L57
  17. ability n = 1<<n 1<<2 = 4 1<<1 = 2 1<<0 = 1 intensity: possibly offset by 1 to not have 0 index values
  18. 1. Not intentional, fixed in latest commit. Feel free to re-roll the Encryption Constant for >=gen6 PKM, and copy the PID to EC for <gen6 Future iterations of the code will consider the original generation (if it was imported up) when doing this copy. 2. Gen6 Event Pokemon should never have an OT Friendship other than the base friendship. When you inserted the Pokémon with an old version of PKHeX you didn't specify that the current handler was the HT not the OT, hence the OT friendship ticked up. The latest versions of PKHeX automatically sets the current handler value when you put a pkm into a save file.
  19. 4. be sure you're using the latest pkhex posted in the download thread; this was fixed earlier. others: did you ever install basehaxx to that save file? no idea otherwise
  20. Not possible. It's disabled for the user's protection, and is thus indication only.
  21. Causes game crashes and other unintended side effects related to ingame events.
  22. Too many characters, 11 is beyond the limit. You end up not having a "string terminator" so it keeps reading data which is likely invalid characters (?). Ensure your nicknames have the terminator!
×
×
  • Create New...