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 forums will be going offline starting at 9:00 am PST, 12:00 pm EST, 4:00 pm UTC, 5:00 pm BST. Please check our socials for an announcement when the website will come back online!
Had this error when my playtesters Zorua disguised as a Thwackey used Shadow Sneak
[2024-08-17 23:30:52 -0500]
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]
Exception: RGSSError
Message: disposed bitmap
Backtrace:
[[DBK] Animated Pokémon System] [006] Battler Sprites.rb:276:in...
Just wanted to mention here I had to delete the "def Encounter_Type" portion of the 02 - encounter code.rb because it was overwriting all my custom encounter types. From what I can tell the Encounter_Type method defined in this plugin is exactly the same as the one in default Essentials, so I...
Had to change INDEEDEE_1 to INDEEDEE_female for it to work in my game. I use Gen 9 Resource pack and a few of your other plugins. Just figured I'd put this in here in case it wasn't just a me problem.
Error when pressing S while in the fight menu. I do not have the Z-Move plugin installed.
Exception: NoMethodError
Message: undefined method `zMove?' for #<Battle::Move::LowerTargetAttack1>
Backtrace:
[[DBK] Enhanced Battle UI] [004] Move Info UI.rb:382:in `pbGetFinalModifier'
[[DBK] Enhanced...
New update doesn't seem to have fixed it, still seeing heavy rain forecast on the map that should only have fog. I also still can't see any of the graphics for weather.
Wow you are fast with the fixes, thank you. Unfortunately that doesn't seem to have fixed my issue. I still see rain and snow in the forecast of the forest map
Even with a map change I see no weather. Also I'm not sure if this is intended but the weather not changing until midnight is strange, that's 9 hours of the current weather.
After trying the script again it's the same line but the weather has been storm with chance of some places having storm. The weather will change to none with chance of none on some places.
very strange, because the forest maps should have no chance of storm
Edit: All testing I've posted about...
"The weather on the zone has been none, with chance of some places having none, since 15:21. The weather will change at 0:0 to none with chance of none on some places."
I've tried a new game and an existing save
So that gave no errors, meaning the weather isn't being initialized without that...
Tried using that script on an event in the dark forest with the zone being "1"
Script error in event 35 (coords 80,26), map 81 (Dark Forest)
Exception: NoMethodError
Message: undefined method `mainWeather' for nil:NilClass
***Full script:
pbWeatherForecast(1)
Backtrace:
[Lin's Weather...
I do have them marked as outdoors in the metadata. I believe that is working cause I can see the day/night lighting on those maps. I would like to keep the indoor maps weather-free, so I don't want to delete those lines you mentioned.
I can't seem to get the weather from this plugin working. I've got my zones made and the probabilities set, but I see no weather at all in any of the maps. Here are the relevant bits from Configuration.rb - sorry I'm not sure how to format or send the entire file
NO_WEATHER = false...