Change logs:
Added blacklist and whitelist array to determine when to trigger or skip autosave while entering specified maps
Fixed the save trigger when transferring between 2 unconnected outdoor maps
Initially, this condition was designed for an unconnected map without a gate, like a forest.
However, upon further checking, it also triggers a save when teleporting between unconnected outdoor maps.
Sorry, I'm unable to replicate this error. However, it may be caused by line 385.
Changing the line from (cx - cradius..cx + cradius).each do |j| to ((cx - cradius).to_i..(cx + cradius).to_i).each do |j| might resolve the issue.
Change logs:
Added Chilly Reception move failure check, so it fails if the Pokémon cannot switch and under Hail or Primodial weather
Added Silk Trap effect in pbEndOfRoundPhase
Fixed Charge effect to ends only after using an Electric-type damaging move
Fixed Chilly Reception MoveFailureCheck AI...
Caruban updated Generation 9 Resource Pack [v21.1] (Updated with Indigo Disk contents) with a new update entry:
Minor update v3.3.1
Read the rest of this update entry...
Added missing AI related for Drowsy and Frostbite.
Change log:
Fixed the Psychic Noise effect on a fainted target
Added Drowsy and Frostbite as a status that could be healed by abilities with an OnSwitchOut AbilityEffects handler
Added Drowsy and Frostbite to...
Caruban updated Generation 9 Resource Pack [v21.1] (Updated with Indigo Disk contents) with a new update entry:
Minor AI update (v3.2.10)
Read the rest of this update entry...
Yeah, it should use def compile_moves(*paths) and in the line after that, use contests_move_compiler_(*paths) instead of contests_move_compiler_(path)
I tested it with a new move saved in a separate file, similar to the Gen 9 plugin's moves, and it worked. It compiled all the move files first...
Hi, I tried to use this script in v21.1, and it worked quite well after making several changes.
Here’s a summary of the modifications I made to the script:
Removed the STRUGGLE move data from movesx_contest.txt.
Updated the PBMoveRoute constants.
Updated the pbMessageDisplay function.
Updated...
Caruban updated More Pokédex Page : Size Comparison with a new update entry:
Added Lucidious89's Animated Pokemon System compability
Read the rest of this update entry...