• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!

Search results

  1. Jukes

    Resource Voltseon's Multiplayer Solution

    Any shot this works with v20.1?
  2. Jukes

    Resource [v16/v17/v18/v19/v20/v21] Cable Club

    what i posted is the fix. took me a couple hours but feel free to test it. its working in my game.
  3. Jukes

    Resource [v16/v17/v18/v19/v20/v21] Cable Club

    @Vendily # Inside the loop that reads pokemon.txt if 'Abilities' in species: ability_names = species['Abilities'].split(',') abilities = set(ability_names) if 'HiddenAbilities' in species: abilities.update(species['HiddenAbilities'].split(','))...
  4. Jukes

    Resource [v16/v17/v18/v19/v20/v21] Cable Club

    It seems to only be taking hidden abilites, not taking normal ability and not taking form abilities
  5. Jukes

    Resource [v16/v17/v18/v19/v20/v21] Cable Club

    @Vendily This fix didnt work, now its only copying the first ability and leaving some completely empty
  6. Jukes

    Resource [v16/v17/v18/v19/v20/v21] Cable Club

    @Vendily Could you post the fix? It's stopping me from updating my game :(
  7. Jukes

    Resource [v16/v17/v18/v19/v20/v21] Cable Club

    Yeah ive tried a bunch of different ways to fix this and all of them either do nothing to the output or break it. can you provide the fixed one?
  8. Jukes

    Resource [v16/v17/v18/v19/v20/v21] Cable Club

    are you updating the file? I might just wait for it to be done LOL
  9. Jukes

    Resource [v16/v17/v18/v19/v20/v21] Cable Club

    Managed to break it. Lol ive changed a bunch of species to fspecies. It's still not working
  10. Jukes

    Resource [v16/v17/v18/v19/v20/v21] Cable Club

    so what would I have to change in my pokemon processor to fix that. I figured it out, but dunno how to fix it LOL
  11. Jukes

    Resource [v16/v17/v18/v19/v20/v21] Cable Club

    So aside from that the only other thing i'd like to ask how to do is how can i force it to save after doing a trade. People can duplicate pokemon easily without this feature
  12. Jukes

    Resource [v16/v17/v18/v19/v20/v21] Cable Club

    😀 I'm glad we could fix it!
  13. Jukes

    Resource [v16/v17/v18/v19/v20/v21] Cable Club

    No, I seem to have found the issue. (i think) Only pokemon with forms are getting this issue. (I.e Mega evolutions, Regional forms.) I think the issue is that fspecies isnt being called in joining the abilities so it takes the last two abilities and copies them whereever a form is.
  14. Jukes

    Resource [v16/v17/v18/v19/v20/v21] Cable Club

    I can also confirm that I changed the abilities for netherwrath to poopypants and Errorhere and they both presented in the server_pokemon.txt file
  15. Jukes

    Resource [v16/v17/v18/v19/v20/v21] Cable Club

    Thats the last entry in pokemon.txt
  16. Jukes

    Resource [v16/v17/v18/v19/v20/v21] Cable Club

    #------------------------------- [NETHEWRATH] Name = Nethewrath Types = GHOST,FIGHTING BaseStats = 115,145,90,135,110,90 GenderRatio = Genderless GrowthRate = Slow BaseExp = 340 EVs = ATTACK,3 CatchRate = 3 Happiness = 0 Abilities = SPEEDBOOST HiddenAbilities = STANCECHANGE Moves =...
  17. Jukes

    Resource [v16/v17/v18/v19/v20/v21] Cable Club

    I can assure you that they do not have Stance change or Speed boost in any way. That is the last two abilities of the final pokemon in my pokemon.txt.
  18. Jukes

    Resource [v16/v17/v18/v19/v20/v21] Cable Club

    It also seems to for whatever reason completely ignore my custom Abilities for any pokemon that use them.
Back
Top