• 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!
Friend Safari

v20.1 Friend Safari 1.1.3

This resource pertains to version 20.1 of Pokémon Essentials.
  • Added code that allows to check on conditional branches if a name is registered or not.
  • Checked events on example map to make sure no outdated code remained.
  • Fixed an error when trying to delete an NPC data from the computer.
  • Changed the variable to make posible to add it on created save files. Even so, better to test new plugins on new save files.
  • Fixed an error when trying to register a friend.
  • Fixed an error when trying to use pbSafariPC.
  • Changed code to display the safari pokemon's name as a string instead of an array of ID.
  • Added a compiler that automatically adds flags to the pokemon from the file in PBS/Plugins/Friend Safari. Go to Lin's Friend Safari/01 - Main and delete the compiler of the version you aren't using.
  • Included a file that automatically adds the "Fossil", "Legendary", "Mythical", "Paradox" and "UltraBeast" to the pokemon file.
  • Changed the extra probability at shinyness to extra retries.
  • Fixed an error caused by leftover $PokemonSystem that were not changed to $PokemonGlobal.
Fixed crash that happened when the game tried to give a hidden ability with a pokémon with less than 2 abilities.
  • Added compatibility with Cable Club.
  • Changed the code to use fewer variables.
  • Added a function that allows overwriting previously registered data when trying to register it again with the same name.

WARNING: The variables used in the plugin have changed so you have to start a new game.
Fixed the pbShowFriendPokemon to actually work with other players' data instead of NPC's data.
  • Changed the code for reading a player's safari data so the keywords it detects can be changed to match the language like when the file is created.
  • Added a visual page count on the show safari types screen. It can be activated on the configuration file.

WARNING: The plugin can't read the text properly if there are accents or other symbols so do not add them when translating the arrays and the keywords of the reading plugin or the process will fail.
Changed some events in the example map that were causing errors when getting in the map but that had nothing to do with the plugin. You should be able to properly test the map now.
Download the map again or delete/edit the graphics of events 5 and 6 to solve the problem.
  • Fixed error that only created up to 5 max IV instead of 6.
  • Added probability of pokémon appearing with their hidden ability. It also chooses randomly between all hidden abilities available for the pokémon.
Fixed the code for getting the full list of pokémon in the game with a certain type or flag so the flag's ban list actually works.
Back
Top