• 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!
Generation 9 Resource Pack [v21.1] (Updated with Indigo Disk contents)

Resource Generation 9 Resource Pack [v21.1] (Updated with Indigo Disk contents) 3.3.2

Crashed when my Sceptile used Scale Shot on a Charmander.

[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.3]

Exception: SystemStackError
Message: stack level too deep

Backtrace:
Validation:18:in `block (2 levels) in validate'
Validation:18:in `any?'
Validation:18:in `block in validate'
Validation:16:in `each'
Validation:16:in `map'
Validation:16:in `validate'
GameData:111:in `try_get'
Battle_Battler:73:in `ability'
[Generation 9 Pack] [002] Battle_Battler.rb:269:in `abilityActive?'
Battle_Battler:359:in `hasActiveAbility?'
 
Crashed when my Sceptile used Scale Shot on a Charmander.

[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.3]

Exception: SystemStackError
Message: stack level too deep

Backtrace:
Validation:18:in `block (2 levels) in validate'
Validation:18:in `any?'
Validation:18:in `block in validate'
Validation:16:in `each'
Validation:16:in `map'
Validation:16:in `validate'
GameData:111:in `try_get'
Battle_Battler:73:in `ability'
[Generation 9 Pack] [002] Battle_Battler.rb:269:in `abilityActive?'
Battle_Battler:359:in `hasActiveAbility?'
this error means that something is being used twice or more, do you have other plugins or script that is trying to do the same function in Gen 9 Script?
 
Crashed when my Sceptile used Scale Shot on a Charmander.

[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.3]

Exception: SystemStackError
Message: stack level too deep

Backtrace:
Validation:18:in `block (2 levels) in validate'
Validation:18:in `any?'
Validation:18:in `block in validate'
Validation:16:in `each'
Validation:16:in `map'
Validation:16:in `validate'
GameData:111:in `try_get'
Battle_Battler:73:in `ability'
[Generation 9 Pack] [002] Battle_Battler.rb:269:in `abilityActive?'
Battle_Battler:359:in `hasActiveAbility?'
this error means that something is being used twice or more, do you have other plugins or script that is trying to do the same function in Gen 9 Script?
Scale Shot is just bugged in the plugin. Just remove the entire function code from the plugin scripts, it has no reason to be there and was included due to an oversight.
 
How can I download this plugin for v20.1? I've been trying for a while with older versions but It never works.
 
How can I download this plugin for v20.1? I've been trying for a while with older versions but It never works.
v2.0 in the History tab.
 
1705252953077.png


I am trying to update the pbs using Compiler.update_gen9 but I get this error, does anyone know how to solve it?
 
The only way it could be undefined is if the plugin itself isn't actually installed.
I have copied the audio, graphics and plugins folder. And after pbs I copied the gen9_pack. And then I compiled the project. I shouldn't do anything else, right?
 
I have copied the audio, graphics and plugins folder. And after pbs I copied the gen9_pack. And then I compiled the project. I shouldn't do anything else, right?
Does the Gen 9 Pack appear in the list of installed plugins in the dubug console when you start the game?
 
23999

Wow, it doesn't appear, I think it wasn't compiled correctly.
I compiled it again and now it does appreciate but I get this error
Does the Gen 9 Pack appear in the list of installed plugins in the dubug console when you start the game?
 

Attachments

  • 1705256489905.png
    1705256489905.png
    127.2 KB · Views: 330
23999

Wow, it doesn't appear, I think it wasn't compiled correctly.
I compiled it again and now it does appreciate but I get this error
You're using the v21.1 plugin in Essentials v20.1.
 
oooh... I thought it also works for v20.1. Do you know if this same plugin exists for this version?
Version 2.0 in the history tab was made for v20.1, so you can install that. Keep in mind that any new content, bug fixes, or DLC additions added since then will not be present in that version, nor will any support be provided for that outdated version.

Also keep in mind that the installation for older versions will not follow the same steps as the current version. So youre kinda on your own in terms of figuring it all out
 
Caruban updated Generation 9 Resource Pack [v21.1] (Updated with Indigo Disk contents) with a new update entry:

Indigo Disk Contents update

Change logs:
  • Added Indigo Disk DLC Pokémon, abilities, moves, and several items to PBS
  • Added Resized Gen 8 Pokémon sprites
  • Added Meteorite item handler
  • Added MultipleForms for Terapagos
  • Added Electro Shot, Burning Bulwark, Fickle Beam, Dragon Cheer, Alluring Voice, Psychic Noise, Upper Hand Move handler
  • Added BurningBulwark effect in pbEndOfRoundPhase
  • Added Battle::DamageState class for Tera Shell
  • Added new ability trigger OnInflictingStatus for Poison...

Read the rest of this update entry...
 
Back
Top