• 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.

[Developing] [Updated Every Year] Pokemon Green Remix

Zeak6464

Zeak #3205 - Discord
1,101
Posts
11
Years
  • Did u use my system?
    It might not work perfectly

    I just modded it to work with my game that's all :D you did a great job setting up the ground work tho

    Code:
    ################################################################################
    #                                                                              #
    #                       Berry Tree From Galar Script                           #
    #                            By #Not Imortant                                  #
    #                          For Essentials v17.2                                #
    #                                 v 1.1.0                                      #
    #                           Complete plug-n-play                               #
    #                                                                              #
    ################################################################################
    # USAGE:
    # Call with pbBerryTree
    # Remember to credit me!
    ################################################################################
    #                                 Scripts                                      #
    ################################################################################
    def pbshake
      if $game_variables[800] == 0
            Kernel.pbReceiveItem(rand(389..452))
            Kernel.pbMessage("There are berries on the ground, keep shaking?")
          command=Kernel.pbShowCommands(nil,[
              _INTL("No"),
              _INTL("Yes")
              ],command)
              case command
             when -1
                Kernel.pbMessage("Left it alone...")
              when 0
                Kernel.pbMessage("Left it alone...")
              when 1
                $game_variables[800]=rand(1..3)
                pbshake
    			end
          elsif $game_variables[800] == 1
            Kernel.pbMessage("Other pokemon took the berries left on the tree away...")
            $game_variables[802]= $game_variables[801] + 86400
          elsif $game_variables[800] == 2 
            Kernel.pbMessage("Looks like a Pokemon came out of the Tree!")
            pbEncounter(EncounterTypes::BerryTree)
            $game_variables[802]= $game_variables[801] + 86400
          elsif $game_variables[800] == 3
            Kernel.pbReceiveItem(rand(389..452))
            Kernel.pbMessage("There are berries on the ground, keep shaking?")
          command=Kernel.pbShowCommands(nil,[
              _INTL("No"),
              _INTL("Yes")
              ],command)
              case command
             when -1
                Kernel.pbMessage("Left it alone...")
              when 0
                Kernel.pbMessage("Left it alone...")
              when 1
                $game_variables[800]=rand(1..3)
                pbshake
              end
            end
          end
          
        
    ################################################################################
    #                        Script you call                                       #
    ################################################################################
    def pbBerryTree
        $game_variables[800]=0
        pbshake
      end
    
    
    def pbBerryTreeTest
      if $DEBUG
        pbEncounter(EncounterTypes::BerryTree)
      end
    end
    ################################################################################
    #                          By #Not Important  & Zeak6464                       #
    ################################################################################
     
    4
    Posts
    4
    Years
    • Seen Nov 14, 2023
    Is the PBS updater supposed to update the game? because it just takes me to the PBS+ Menu instead. How do i update the game?
     

    Zeak6464

    Zeak #3205 - Discord
    1,101
    Posts
    11
    Years
  • Is the PBS updater supposed to update the game? because it just takes me to the PBS+ Menu instead. How do i update the game?

    no that doesn't update the game lol , there is no "Updater" you have to download the latest version of the game from the 1st post of the thread.
     
    2
    Posts
    4
    Years
    • Seen Nov 28, 2022
    I can't play because of this :


    trueException: NoMethodError

    Message: undefined method `active?' for #<Game_Mouse:0xdb498a8>

    EliteBattle_UI*:771:in `pbCommandMenuEx'

    EliteBattle_UI*:765:in `loop'

    EliteBattle_UI*:812:in `pbCommandMenuEx'

    PokeBattle_Scene:2318:in `pbCommandMenu_ebs'

    EliteBattle_UI*:727:in `pbCommandMenu'

    PokeBattle_Battle - G7:2647:in `pbCommandMenu'

    PokeBattle_Battle - G7:2692:in `pbCommandPhase_ebs'

    PokeBattle_Battle - G7:2691:in `loop'

    PokeBattle_Battle - G7:2781:in `pbCommandPhase_ebs'

    PokeBattle_Battle - G7:2680:in `each'
    ---------------------------

    Help ? :S
     

    Zeak6464

    Zeak #3205 - Discord
    1,101
    Posts
    11
    Years
  • I can't play because of this :


    trueException: NoMethodError

    Message: undefined method `active?' for #<Game_Mouse:0xdb498a8>

    EliteBattle_UI*:771:in `pbCommandMenuEx'

    EliteBattle_UI*:765:in `loop'

    EliteBattle_UI*:812:in `pbCommandMenuEx'

    PokeBattle_Scene:2318:in `pbCommandMenu_ebs'

    EliteBattle_UI*:727:in `pbCommandMenu'

    PokeBattle_Battle - G7:2647:in `pbCommandMenu'

    PokeBattle_Battle - G7:2692:in `pbCommandPhase_ebs'

    PokeBattle_Battle - G7:2691:in `loop'

    PokeBattle_Battle - G7:2781:in `pbCommandPhase_ebs'

    PokeBattle_Battle - G7:2680:in `each'
    ---------------------------

    Help ? :S

    redownload and it should be good to go
     
    2
    Posts
    4
    Years
    • Seen Mar 17, 2020
    Hello, I am having problems running this game on the latest Windows 10, It starts up, Shows a black screen then just closes, No error messages or logs or anything. I've tried out a few other RPG maker XP games that I found on Gamejolt and Itch.io and They had the same issue. I tried Compatibility mode for Windows XP (sp 1, 2 and 3) and Windows 7 with no luck.
     

    Zeak6464

    Zeak #3205 - Discord
    1,101
    Posts
    11
    Years
  • Hello, I am having problems running this game on the latest Windows 10, It starts up, Shows a black screen then just closes, No error messages or logs or anything. I've tried out a few other RPG maker XP games that I found on Gamejolt and Itch.io and They had the same issue. I tried Compatibility mode for Windows XP (sp 1, 2 and 3) and Windows 7 with no luck.

    multiple people have came to me with this issue , it seems to be the new windows update killed a lot of stuff.
     
    2
    Posts
    4
    Years
    • Seen Mar 17, 2020
    Sorry, I am new to the site, Is there a way to give you rep! I kind of assumed that it was Windows update killing it but Thank you for answering!
     

    #Not Important

    All hail the wishmaker
    910
    Posts
    4
    Years
  • I played it, but in the oak intro, it froze, saved and closed. When I entered again it gives an error. Fix this
     

    #Not Important

    All hail the wishmaker
    910
    Posts
    4
    Years
  • I deleted it but the problem was that it saved while a script/event was executing. So it would have to be resumed from the clock part and it cant happen, so maybe take the clock out...
     
    57
    Posts
    10
    Years
    • Seen Sep 10, 2022
    I just starded my new adventure, random starters...shiny Arcanine!
    Is shiny ratio that high?
     

    xPrimarinax

    Developer of Pokémon Come with me Pikachu and Eeve
    3
    Posts
    5
    Years
  • This looks to be a good game
    I'm amazed by how fast many people can finish their games ^^
    I just thought because of your name I kinda thought I know you from the hacked games, but idk maybe I'm wrong
    Then I'm wondering what projects you are gonna do?
     
    Back
    Top