• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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

180
Posts
6
Years
    • Seen Apr 15, 2024
    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
     
    62
    Posts
    6
    Years
    • Seen Aug 11, 2022
    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!
     
    180
    Posts
    6
    Years
    • Seen Apr 15, 2024
    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?
     
    62
    Posts
    6
    Years
    • Seen Aug 11, 2022
    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