• 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!
Berry Planting Improvements

Resource Berry Planting Improvements 1.9.5

I have both berry pots and your improvements plugin. I did the setup in installation to swap lines of code. I'm not sure what's happening with the two plugins. Berry Pots doesn't open and crashes the game.

Ruby:
Expand Collapse Copy
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]

Exception: NoMethodError
Message: undefined method `move_speed' for nil:NilClass

Backtrace:
[TDW Berry Planting Improvements] 001_BerryPlantingImprovements.rb:36:in `tdw_new_init'
[TDW Berry Planting Improvements] 001_BerryPlantingImprovements.rb:31:in `initialize'
[BerryPots for Essentials] BerryPots.rb:76:in `new'
[BerryPots for Essentials] BerryPots.rb:76:in `block in pbStartScene'
[BerryPots for Essentials] BerryPots.rb:75:in `each'
[BerryPots for Essentials] BerryPots.rb:75:in `pbStartScene'
[TDW Berry Planting Improvements] 005_CompatibilityPatches.rb:44:in `pbStartScene'
[BerryPots for Essentials] BerryPots.rb:59:in `pbStartScreen'
[BerryPots for Essentials] BerryPots.rb:28:in `block in pbBerryPots'
MessageConfig:575:in `pbFadeOutIn'

Edit: Somehow the berry pots is working now. I repasted the watering code. Compiled it. Maybe between the many tests, it finally worked.
  • item scene from bag
  • register scene
  • pb script event call
all worked with berry pots and no errors with the improvement scripts.
im getting the same error and cant seem to fix it

Funny enough, this crash only happened if you were in a map where you hadn't interacted with an event yet. That's likely why the crash stopped for Zephyrias after a while. Should be handled now.
 
Funny enough, this crash only happened if you were in a map where you hadn't interacted with an event yet. That's likely why the crash stopped for Zephyrias after a while. Should be handled now.
just figured that out and came back to report it. thank you so much.
 
Back
Top