• Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!

Search results

  1. Jukes

    Resource [v13+] Unreal Time System

    I was able to accomplish this by doing the following Change the SetEventTime in Interpreter to def pbSetEventTime(*arg) $PokemonGlobal.eventvars = {} if !$PokemonGlobal.eventvars time = Time.now.to_i pbSetSelfSwitch(@event_id, "A", true) $PokemonGlobal.eventvars[[@map_id, @event_id]] =...
  2. Jukes

    Resource [v13+] Unreal Time System

    @-FL- is there a way for me to make it so SetEventTime uses the computer local time instead? or maybe a pbSetEventRealTime? I'm struggling with making time based events in my game as this makes them move too fast
  3. Jukes

    Resource Focus Meter System [v20.1]

    I wish I was a better coder so that I could make it so RNG was still in this, but this worked more like a Limit break system than a complete overhaul :| If I were to make an attempt i would only need to edit Battle_move Move_Effects Ability_handlers and Item handlers right @Lucidious89 ?
  4. Jukes

    Resource Mega MewThree's Achievement System for v21.1

    I'm looking to make achievements for a few things if someone can help me Looking to implement the following: Lifetime money earned. Lifetime Coins earned. $game_variables[94] reaching a certain number the sum of a bunch of variables being a certain number.
  5. Jukes

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

    Because of that I decided to rollback the version in hopes that it would be fixed
  6. Jukes

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

    @Vendily The newest version of your code has so many errors, for starters, You cant select your team to be in any other order than the default because it will cause desync and the wrong Pokémon will show on the enemies side, The processor still doesn't have Pokémon correct despite my fixes it...
  7. Jukes

    Resource Voltseon's Multiplayer Solution

    Any shot this works with v20.1?
  8. 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.
  9. 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(','))...
  10. 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
  11. 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
  12. Jukes

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

    @Vendily Could you post the fix? It's stopping me from updating my game :(
  13. 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?
  14. 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
  15. 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
  16. 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
  17. 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
  18. Jukes

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

    😀 I'm glad we could fix it!
Back
Top