#Not Important
All hail the wishmaker
- 905
- Posts
- 5
- Years
- He/Him
- Hoenn
- Seen Jul 22, 2023
Did u use my system?UPDATE ! v13 is finally out
-SwSh Berry System
It might not work perfectly
Did u use my system?UPDATE ! v13 is finally out
-SwSh Berry System
Did u use my system?
It might not work perfectly
################################################################################
# #
# 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?
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
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.
I played it, but in the oak intro, it froze, saved and closed. When I entered again it gives an error. Fix this
I just starded my new adventure, random starters...shiny Arcanine!
Is shiny ratio that high?