• 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!
Resource icon

Resource Advanced Items Field Moves Patch 2.0.0b [34w25a]

hi !
I was messing around with the plugins limits trying to see what fieldmove could be used with other fieldmove and i just ran into an error by using magic monocle, rock climbing, whirlpool and lava whirlpool. It happens any time i use lava whirlpool, i guess it has something to do with the animation for that fieldmove because i can do water whirlpool fine but it wont be showing the animation and trying to use lava whirlpool will crash the game.

Replacing the "animations" scripts in "data" fixes everything.
I had this error multiple time and i try to recreate it but i can't find the proper setup to do it again.

[2025-08-16 17:19:25 +0200]
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]

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

Backtrace:
RPG_Sprite:127:in `effect?'
RPG_Sprite:321:in `block in effect?'
RPG_Sprite:321:in `each'
RPG_Sprite:321:in `effect?'
Sprite_AnimationSprite:35:in `update'
Sprite_AnimationSprite:79:in `block in update'
Sprite_AnimationSprite:79:in `each'
Sprite_AnimationSprite:79:in `update'
Scene_Map:151:in `block in updateSpritesets'
Scene_Map:149:in `each'
 

sorry sir, when i compress my game data and deleted my plugins and pbs folder its cause a problem from this plugin, is there anyway to fix this?
i have compile the game bfore compressing em.
That is a good question. I have no great answer to it.
But i can look into it, when i get the time, if you need a fast answer maybe try discord in "ask for help" section
Im sorry that I cant help you more right now
 
That is a good question. I have no great answer to it.
But i can look into it, when i get the time, if you need a fast answer maybe try discord in "ask for help" section
Im sorry that I cant help you more right now
sir dpertierra from discord help me fix it

the thing is that the AIFM instead of using PluginManager.installed? it uses PluginManager.findDirectory change those and it should be good
 
sir dpertierra from discord help me fix it

the thing is that the AIFM instead of using PluginManager.installed? it uses PluginManager.findDirectory change those and it should be good
I will make that change when i can, hopefully soon
 
Bergium updated Advanced Items Field Moves with a new update entry:

Patch

  • Added an Option to change/set the start value for options for the boot
  • Changed "PluginManager.findDirectory" to "PluginManager.installed?" // Thanks to Ryuushedo & Dpertierra
  • New Animation changed "New animation" from 30 to 6, because it looked slow on my laptop
    • More tweaking in the future, this feature is still new

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