• 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.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • 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.

Let's Go Catch Combos

  • 183
    Posts
    7
    Years
    • Seen Jan 22, 2025
    Hi all!
    Did you know about the catch Combos?
    Things are a new form of shiny hunting, where you catch the same Pokémon followed to be more likely to have a shiny appearing.
    And you have more chance to get rare pokémon more commonly.
    Pastebin Link
    You just have to paste that in a new script, above main.
    Instructions are in my mother languaje, spanish, sorry
     
    Hi all!
    Did you know about the catch Combos?
    Things are a new form of shiny hunting, where you catch the same Pokémon followed to be more likely to have a shiny appearing.
    And you have more chance to get rare pokémon more commonly.
    Pastebin Link
    You just have to paste that in a new script, above main.
    Instructions are in my mother languaje, spanish, sorry

    Hello,

    I get this error.

    Line 74 : "if $PokemonTemp.catchcombo>=2"

    Exception: NoMethodError
    Message: undefined method `>=' for [0, 422]:Array
    Let's Go Catch Combo--:74
    Let's Go Catch Combo--:71:in `call'
    EventHandlers:54:in `trigger'
    EventHandlers:49:in `each'
    EventHandlers:49:in `trigger'

    Do you know how I can fix it?
    Tanks!
     
    Hello,

    I get this error.

    Line 74 : "if $PokemonTemp.catchcombo>=2"

    Exception: NoMethodError
    Message: undefined method `>=' for [0, 422]:Array
    Let's Go Catch Combo--:74
    Let's Go Catch Combo--:71:in `call'
    EventHandlers:54:in `trigger'
    EventHandlers:49:in `each'
    EventHandlers:49:in `trigger'

    Do you know how I can fix it?
    Tanks!

    Mhhh... Try this "if $PokemonTemp.catchcombo > 2 || if $PokemonTemp.catchcombo == 2"
    But its weird, because the "0, 422" thing... doesn't make much sense... What version are you using?
     
    Hello,

    I get this error.

    Line 74 : "if $PokemonTemp.catchcombo>=2"

    Exception: NoMethodError
    Message: undefined method `>=' for [0, 422]:Array
    Let's Go Catch Combo--:74
    Let's Go Catch Combo--:71:in `call'
    EventHandlers:54:in `trigger'
    EventHandlers:49:in `each'
    EventHandlers:49:in `trigger'

    Do you know how I can fix it?
    Tanks!

    Mhhh... Try this "if $PokemonTemp.catchcombo > 2 || if $PokemonTemp.catchcombo == 2"
    But its weird, because the "0, 422" thing... doesn't make much sense... What version are you using?

    Hello,
    I use version 17.
    I get this error when I meet my second pokemon.

    I also use the script Visible Overworld Encounters from derFischae.
    I notice that he also uses the 'CatchCombo'.
    Maybe the error may come from there.

    I do not know.
     
    Last edited:
    Back
    Top