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.
The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games. Don't forget to come back September 21st to vote for your favorites!
Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Fixed minor AI and trace ability bugs.
Change logs:
Fixed Trace interaction with Ability Shield
Changed Doodle and Dragon Cheer Battle:🇦🇮:Handlers from using batttle.allSameSideBattlers to ai.each_same_side_battler
Moved rough_damage method from Battle::AI to Battle:🇦🇮:AIMove
Moved...
Caruban updated Generation 9 Resource Pack [v21.1] (Updated with Indigo Disk contents) with a new update entry:
Minor AI Update (v3.2.6)
Read the rest of this update entry...
So, it was caused by the pbContinualAbilityChecks from the pack. I need to change the code a bit.
Ok, I found the problem. It was caused by 'battle.allSameSideBattlers' that return a battler instead of AI_Battler.
I will update these bugs over the weekend.
Hmm..
"Stack too deep" usually happens when a script calls itself continuously.
Maybe your last script changes or plugins, because I cannot replicate this error myself.
Caruban updated Generation 9 Resource Pack [v21.1] (Updated with Indigo Disk contents) with a new update entry:
Minor Update (v3.2.5)
Read the rest of this update entry...
Fixed the shifted and switched-out situation for Pokemon affected by Commander ability and Ogerpon battle forms bugs.
Change logs:
Added new alias for pbCanShift? method to ensure Pokemon affected by Commander cannot shift positions
Changed Ogerpon "getFormOnEnteringBattle" method to...
Change logs:
- Added Terapagos terastal form and Archaludon overworld
- Fixed Battle AI ShouldSwitch handler for Zero to Hero ability effect
- Fixed Make it Rain from making stat drop for every targets
- Fixed Whirldwind/Roar move function
Caruban updated Generation 9 Resource Pack [v21.1] (Updated with Indigo Disk contents) with a new update entry:
v3.2.2 Minor update
Read the rest of this update entry...
Change logs:
Added the missing overworld sprites (except Ogerpon tera forms, Archaludon, Terapagos terastal form, and Terapagos stellar form)
Fixed discrepancies between the main PBS and the backup PBS (standalone)
Fixed error when AI used Spicy Extract
Fixed error when player walks and all the...
Caruban updated Generation 9 Resource Pack [v21.1] (Updated with Indigo Disk contents) with a new update entry:
Minor update
Read the rest of this update entry...
Check if there is a local variable with no input, if statement or method that are not closed with an end, or something before the def pbCheckForm line?