• 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!
  • Dawn, Gloria, Juliana, or Summer - 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.

[Developing] [Updated Every Year] Pokemon Green Remix

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                       #
################################################################################
 
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?
 
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.
 
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
 
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
 
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.
 
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.
 
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!
 
I just starded my new adventure, random starters...shiny Arcanine!
Is shiny ratio that high?
 
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