Make the process of searching for a particular encounter faster by skipping the battle animations. When an encounter appears, the player will receive a message telling them what species it is. The player then has the option to Fight or Run. Saves time by telling you exactly what Pokémon it is in...
Here's how to fix the Pause Menu UI not disappearing when entering a different UI:
Underneath def menuHide (in class PauseMenu):
Add
def open_screen
menuHide
pbFadeOutIn { yield }
menuRefresh
showOverlay(true)
end
Next, for every menu option, replace every instance of pbFadeOutIn with...
I open the game, entering the load screen. I immediately press F12 to soft reset, ending up on the load screen again. Then I press 'New Game', after which this error appears
Exception: SystemStackError
Message: stack level too deep
line 140:in `initialize'
If I press 'Continue' immediately...
I took matters into my own hands and released a version with the changes quoted above.
Get my version of the script here: https://mega.nz/file/IacWHBIL#Rf-ul5zNFuuwkXumgdKO75WmISKLdvMsPAY0eteHy9E
The event should refresh itself exactly 24 hours after you complete it (timer starts immediately after you earn your $1000). In other words, if you complete the event at 11:59 PM, you wouldn't be able to do it again at 12:00 AM and would have to wait until the next 11:59 PM.
Would it be possible to add an option to delete based on regional_dexes.txt rather than pokemon.txt?
Also, the tool will crash if you have any additional folders within the folder it is trying to clean.
Exception: Errno::EISDIR
Message: Is a directory @ rb_sysopen - Graphics/Pokemon/Back/Gigantamax
I made some changes to the script. The script now asks the player to save before exporting a Pokemon. This prevents the player from abusing soft reset to generate infinite copies of a Pokemon for trading. I also corrected a typo that was preventing the 'clear' command from working. Get my...
Thanks, the "purple" was the issue.
The reason I didn't update to 2.7.0 is because I couldn't find a download link for a version of Arcky's Utilities that was compatible with v20.1. The download link provided in your gitbook seems to be v21 only as when I tried to install it in v20.1 it crashed.
Your suggestion worked, thank you!
I have another question. Would it be possible to ban a Pokemon by species? If I've understood correctly, currently there is only the option to filter by generation or flags.
Hello, I am using plugin version 2.5.2 and Essentials v20.1.
[Pokémon Essentials version 20.1]
[v20.1 Hotfixes 1.0.7]
Exception: NoMethodError
Message: undefined method `<=' for #<Quest>
Backtrace:
Game_Switches:19:in `[]'
[Arcky's Region Map] 005_RegionMap_QuestPreview.rb:41:in `block in...
I was testing the NPC in the demo map and noticed that even when I hit "cancel" in pbChooseNPCSafari, the "set move route" command beneath it still activates. To fix this issue, would it be possible for you to modify the pbChooseNPCSafari script so that when "cancel" is pressed, something akin...
Is this plugin compatible with Essentials Deluxe?
=================
[Pokémon Essentials version 20.1]
[v20.1 Hotfixes 1.0.7]
Exception: ArgumentError
Message: wrong number of arguments (given 7, expected 2..3)
Backtrace:
[Essentials Deluxe] Species Files.rb:77:in `check_graphic_file'
[[F2P]...