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!
You don't need the conditional branch. Once you use the code to advance time, all you need to do is use pbUpdateWeather to update the weather of all zones or pbUpdateWeather(zone) to update the weather of a specific zone of your choice (just change "zone" with the zone number). That code already...
Well, I highlighted the text, selected the translate option when right-clicking on it, and that is what I got:
"Dear Sir/Madam, I know that asking such a question might make me look rather presumptuous, but I still can't help but ask you if you have considered creating a rich map in the style of...
Well, that's weird. My plugin only activates automatically every time you enter a map, not in the middle of it. The only way for it to happen is that in those areas, some code is either conflicting with my plugin or removing the weather for one reason or another.
The only two occasions where my...
First of all, MAPS_POSITIONS doesn't have anything to do with overworld weather. That is only to properly display what weather is active on each place in the town map.
Second, if I understood well, there's a weather on screen but it disappears as soon as you enter maps 48, 76 or 82?
Also, what...
Oh, I see the problem. However, I don't know why you have it since the plugins I had been looking at (the ones I upload to mega) doesn't have it.
To fix it, in pbWildDifficultyCharms(pkmn), modify every instance of "pkmn" to "pokemon" or the other way around (I have them all as pkmn on the...
I can't replicate the error. Try downloading and installing the plugin again. If the error persists, could you share an image of how your WildPokemon_Modify and Easy_Hard_Charm files look like?
Well, the problem is that this plugin is being loaded before the BP System one but I don't know why. You can try taking this one out, compiling the plugins, adding it back and compile again to see if the plugins are loaded in the proper order?
In any case, the code causing problems is adding...
Do you have either my Friend Safari or BP System on your game? It seems that the plugin is detecting you have at least one of those installed but it's loading this one first, which is causing the issue.
Mm... Can you go to the meta.txt file and change the "Optional = Lin's Friend Safari,1.0.11"...
When I download using the link on top of the overview, the metadata says it's v2.2.8, not v2.3. Unless it's the updated version and you forgot to change the version number?
Yes, it's a 2.3 version of the v21.1 update they made. You can pick it (don't click on the "download" link at the top of this thread, that is the original plugin for essentials 20.1) or the one with its own thread, but you have to decide which one you prefer to use.
This is the original v20.1 version of the plugin. The other thread is an updated version that other users are updating for essentials v21.1 since golisopod user isn't updating nor porting his plugins for the time being.
There are links in this thread for a version 21.1 too, but they are also...
I have just defeated Hoenn's league with this team:
Raikou Lv. 91
Leafeon Lv 92
Typhlosion Lv 91
Togekiss Lv 92
Suicune Lv 91
Tyranitar Lv 91
Considering the levels of the Champion, I feel it was an accomplishment. I think Drake was the hardest (his dragonite alone killed half my team...
Ok, two other bugs.
1) In the bike route, if you stand on where the megastone was and press the action button (the one to talk to people) while looking up, the game will freeze (the music will keep sounding but you can't do anything). I saw that there seemed do be something on top of one of the...
I've had another thing to report. After you beat the sevii islands story, the pokemon stops following you. Using the boat makes the pokemon follow you in the animation where you get out of the boat, but it disappears afterwards.
I've saved after the credits and before realising that the pokemon...
Ok, this error is telling you that it isn't finding valid secondary weather for some zones. The WEATHER_SUBSTITUTE in the configuration has to have the same number of zones as you defined in ZONES_MAPS so you can simply fill it with {:None => :None} for the missing zones.
And don't worry for...