Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
Apologies if you've had troubles connecting to the site, you may need a VPN to access it. Staff are also facing issues connecting, so if it's urgent please message Cat on-site or through Discord directly.
Hey Guest, staff applications are open! If you are interested in becoming a forum staff member and/or Discord staff member, please apply through this Google Formbefore April 2! You can also message Cat with any questions.
halily submitted a new resource:
Add the function of exchanging ball types in the Party UI - Allow players to easily switch between different types of balls
Read more about this resource...
Exception `NoMethodError' at [[DBK] Enhanced Battle UI] [002] Selection Menu.rb:277 - undefined method `visible' for nil:NilClass
When I changed the Settings: UI_PROMPT_DISPLAY ==2 to 1 in line 277, pressing the S key still resulted in an error message:
Exception NoMethodError 'at [DBK]...
It seems that $game_variables needs to be initialized:
class PokemonSystem
attr_accessor :battle_ui
alias custUI_initialize initialize
def initialize
custUI_initialize
@battle_ui = 0 # Default battle ui (see also Settings::BATTLE_UI)
$game_variables = []
end
end
When I...
Seemingly incompatible with Secret Bases Remade
When I was using his script, an error occurred:
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]
Script error in event 9 (coords 15,8), map 101 (Zero Town)
Exception: ArgumentError
Message: wrong number of arguments (given 6, expected 7..9)...
Yes, this happens when I switch another save on the initial screen.
Script '[Lure ltem Add-on] [001] Main.rb' line 199: NoMethodError occured.undefined method lure' for nil:NilClass
When I save multiple saves, opening the game again will result in an error message.
Exception `NoMethodError' at [Lure Item Add-on] [001] Main.rb:199 - undefined method `lure' for nil:NilClass