• 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 Form before April 2! You can also message Cat with any questions.

Recent content by halily

  1. halily

    Resource Deluxe Battle Kit [v21.1]

    Change it to @battle.pbDisplay("#{pbThis} is completely immune to indirect damage!") if showMsg , but it doesn't seem to hide our ability bar.
  2. halily

    Resource Add the function of exchanging ball types in the Party UI

    https://imgbox.com/iCJHpUT9 I have tested it on the pure version of 21, it is impossible that there was no response.
  3. halily

    Resource Add the function of exchanging ball types in the Party UI

    You can change the number of 'order' to see, or can you provide a picture for me to see?
  4. halily

    Resource Add the function of exchanging ball types in the Party UI

    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...
  5. halily

    v21.1 Add the function of exchanging ball types in the Party UI

    Allow players to easily switch between different types of balls MenuHandlers.add(:party_menu, :change_ball, { "name" => _INTL("Ball"), "order" => 35, "condition" => proc { |screen, party, party_idx| next !party[party_idx].egg? && !party[party_idx].mail }, "effect" => proc {...
  6. halily

    Resource Enhanced Battle UI [DBK Add-On] [v21.1]

    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]...
  7. halily

    Resource Customizable Battle UI

    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...
  8. halily

    Resource M.A.G (Moves & Abilities Galore)

    After installing this plugin, the Ability effect I wrote elsewhere cannot be read.
  9. halily

    Resource [v20.1\v21.1] Arcky's Poké Market

    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)...
  10. halily

    Resource Lure Item for v21.1

    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
  11. halily

    Resource Lure Item for v21.1

    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
Back
Top