• Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
Pokémon Amie

v20.1 Pokémon Amie 1.7

This resource pertains to version 20.1 of Pokémon Essentials.
Pokémon Essentials Version
v20.1 ➖
This is a port to 20.1 of this resource: https://www.pokecommunity.com/threads/pokemon-amie-refresh-essentials-v18.439558/

From BhagyaJyoti's post:
Amie1.png

Amie2.png
  • Interact with your Pokemon and play with them.
  • Access the menu as you wish, either from PokeGear, or while OW Pokemon interaction or both.
  • Evolve Eevee based on affection, like in actual games.
  • This script requires "Easy Mouse System" by Luka S.J! Please have that installed before installing this script!
  • Unlike the version of the game Amie, this script does not feed Pokémon PokéPuffs but instead edible items in your game, like Rare Candies and berries!
  • Too many food items in the bag may cause lag.
1. Download the resource.
2. Unzip "Pokemon Amie for 20.1"
3. Copy all three folders inside to the root of your game folder: "Audio", "Graphics", "Plugins"
4. As stated in "Important Notes", the script requires Luka SJ's "Easy Mouse System", which you can download from his resource repository: https://luka-sj.com/res/ESMS
However, there seems to be a typo in the latest version of that script. To fix it, open the Easy Mouse System plugin, find unless @static_x.eql?(@x) && @static_y.eql(@y) and replace that line with unless @static_x.eql?(@x) && @static_y.eql?(@y)
It's really just adding a ? after @static_y.eql
Call this line of code to start Pokémon Amie:
pokemonAmie

Call this line of code to start Pokémon Amie with a specific Pokémon:
pokemonAmie(party index)
Change party index to a number. Index 0 is the first Pokémon in your party, so that call would be pokemonAmie(0)

Changing Edible Items:
Add, remove, or change items in the part of the script where you see EATABLE_ITEMS

Please report any bugs you find. I probably won't be adding features to this since it's just a port that I needed for my project, but I will fix bugs :)
Credits
BhagyaJyoti (Made for v18 with many fixes and made more Plug-n-Play)
PizzaSun (Original Script for v17.2)
rigbycwts (Concept for Essentials)
Gardenette (v20.1 port)
Victorcarvalhosp (Code Refactor, Item Compatibility)
Author
Gardenette
Downloads
232
Views
2,143
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Gardenette

Latest updates

  1. Code Refactor, Item Compatibility

    Hi all, Thanks to Victorcarvalhosp in the discussion thread on this resource, the code has been...
  2. Bug Fixes 12/27/2023

    Fixed an incompatibility with Luka SJ's Scripting Utilities Added Luka SJ to credits. For some...
  3. "A plugin called 'Pokemon Amie' already exists"

    I don't know why I didn't get this error until earlier tonight, but when compiling the plugin...
Back
Top