• 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.
  • Congratulations to all of the game jam participants! 🥳 The winners have all been decided and announced.
    If you haven't yet, check out the entries for Eevee Expo's Game Jam here!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Resource icon

v21.1 [DBK] Raid Battles Hotfixes 1.0.5

This resource pertains to version 21.1 of Pokémon Essentials.
# Raid Battles Hotfixes - Changelog
## Version 1.0.3
### Bug Fixes
#### [007] Unown Raid Fix
  • Fixed: Unown not triggering raid shield
  • Fixed: Unown giving no rewards after raid battles
  • Root Cause: Unown only learns Hidden Power, which is banned in raid battles, resulting in an empty moveset
  • Solution: Unown now receives a set of Psychic-type moves for raid battles (Psychic, Psyshock, Psybeam, Stored Power, Confusion, Zen Headbutt, Calm Mind, Amnesia)
#### [008] Ditto Raid Fix
  • Fixed: Ditto causing baseMoves error during raid battles
  • Fixed: Error message appearing but not crashing the game when Ditto attacks
  • Root Cause: The baseMoves attribute may not exist or be nil for transformed Pokémon
  • Solution: Added proper safety checks before accessing baseMoves in shield damage calculation for Ultra and Max raid styles
Bug Fixes
Raid Battles / Pokemon Storage:

CRITICAL FIX: Fixed major bug where caught Pokémon were not being stored in party or PC boxes
Fixed: Raid boss Pokémon now properly stored after capture
Fixed: Wild Pokémon catching still works correctly
Fixed: Stack overflow/infinite loop errors when catching Pokémon
Fixed: F12 soft reset no longer causes storage errors on subsequent catches
Fixed: Pokédex data properly recorded (when player has Pokédex)
Raid Battles Hotfixes:

Enhanced [003] Pokemon Storage Fix.rb with comprehensive debug output
Added parameter fix for raid_pbStorePokemon to prevent parameter mismatch error
Debug logging now tracks Pokemon storage flow and immunities (Bearbeitet)
Separated raid boss detection logic from Pokemon storage logic for better modularity
Created plugin compatibility system to handle interactions between different plugin systems
Resolved ArgumentError: wrong number of arguments crashes during Pokemon capture
Back
Top