• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Scottie, Todd, Serena, Kris - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Trading not working

  • 26
    Posts
    17
    Years
    Hello, I have a problem with ingame Trading.

    Everything looks fine, but after the Trading I have still my old Pokémon and not the new one.

    [PokeCommunity.com] Trading not working


    Thx for help
     
    I believe this was an old bug that was fixed...
    Maruno said:
    I'm amazed I actually did that. I accidentally deleted a line (highlighted below) which needs to be added back into def pbStartTrade in script section PokemonTrading.
    Code:
      pbSeenForm(yourPokemon)
      pbFadeOutInWithMusic(99999){
        evo=PokemonTradeScene.new
        evo.pbStartScreen(myPokemon,yourPokemon,$Trainer.name,opponent.name)
        evo.pbTrade
        evo.pbEndScreen
      }
      [COLOR="Red"]$Trainer.party[pokemonIndex]=yourPokemon[/COLOR]
    end
    That red line was missing... But that was way back in v11... I can't imagine you're using that version... At least I hope not anyway.

    Maybe that's your problem anyway.
     
    Thank you, this fixed my problem.
    Yes I am using v11, because I made a lot of changes in the scripts and an update would throw me back :/
     
    That's quite alright lol... Quick and easy fix I suppose, at least it was nothing you did.

    I suggest you upgrade... Because things have changed dramatically and if we are to help you further, we'd need to drop back a few versions to do so, it was just by luck I remembered your problem was solved... I'd copy all your scripts to v13 or when Maruno gets around to it, v14... I wouldn't stay where you are anyway, there are new scripts around which aren't compatible with versions before v13 and there are new moves being created which rely on other variables which were created in v12 and v13.

    Yes it's long winded to upgrade, but it's worth it.
     
    Back
    Top