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.
Eevee Expo's webhost has been having technical issues since Nov. 20th and you might be unable to connect to our site. Staff are also facing issues connecting, so please send a DM to Cat on-site or through Discord directly for faster service!
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...
Judging by the error, it doesn't seem like the plugin was initialized at all. Have you changed maps or used pbInitializeWeather after installing the plugin?
If you use pbForceUpdateWeather and change maps to refresh the displayed weather, it doesn't change at all? I suggest using the code above multiple times and changing maps every time because the code updates the weather only when loading a map.
You could also use pbWeatherForecast to see if the...
You may want to look on the copycat move. I don't have an image, but I had to close the game because the text "Riolu used copycat" (or something like that) was stuck in a loop and I could do nothing.
That depends on how often you will check the value, I guess. If it's not often, just setting the variable to a value before the conditional branch that checks it would be enough. Doing something like game_variables[38] =WeatherSystem.actualWeather[zone] in a script call and changing "zone" by...
You can have the option only appear in-game (not the load screen) by setting the condition for it to be visible only when the player gets something, like the running shoes (one of the options uses it and it doesn't appear in the option menu when accessing it from the loading screen). If you give...