- 6
- Posts
- 7
- Years
- Seen Dec 12, 2022
Hello. I'm mr. S, and today I will teach you how to make Mimikyu multiple fantasies in Pokémon Essentials v17.2.
First, you will download this resource: https://www.mediafire.com/file/i1jfoe5ea3iqk55/Mimikyu_Fantasy_Pack_by_Mr._S.rar/file
And add this in PBS/pokemonforms.txt
Spoiler:
[MIMIKYU-2]
FormName=*new fantasy name* Disguise
FormName=*new fantasy name* Disguise
Now, you will create a new event. This event will be responsible for changing the fantasy of Mimikyu. This example is in portuguese (I'm brazilian), but with the help of a translator you can easily understand.
![[PokeCommunity.com] Mimikyu Fantasy Tutorial [PokeCommunity.com] Mimikyu Fantasy Tutorial](https://data.pokecommunity.com/attachments/8/8964-2ccaa9c531b93a08078c9861d99574a2.jpg)
This is the event script:
Spoiler:
for pkmn in $Trainer.pokemonParty
if isConst?(pkmn.species,PBSpecies,
:MIMIKYU)
pkmn.form=2
pbSet(1,pkmn.name)
break
end
end
if isConst?(pkmn.species,PBSpecies,
:MIMIKYU)
pkmn.form=2
pbSet(1,pkmn.name)
break
end
end
In the .rar archive, you can found the NPC and fantasies graphics, and just paste the NPC into the Graphics / Characters folder and the sprite you want in Graphics / Battlers. Creedits are needed.
Here a example of Mimikyu after the fantasy change:
![[PokeCommunity.com] Mimikyu Fantasy Tutorial [PokeCommunity.com] Mimikyu Fantasy Tutorial](https://data.pokecommunity.com/attachments/8/8970-e080657e2bb78fe0803bd3949b14ebc5.jpg)
You can change the fantasy number in "pkmn.form=2" in the script
Here you can see more examples:
![[PokeCommunity.com] Mimikyu Fantasy Tutorial [PokeCommunity.com] Mimikyu Fantasy Tutorial](https://data.pokecommunity.com/attachments/8/8969-a142a14d32496264167cc34b3ec0cf41.jpg)
![[PokeCommunity.com] Mimikyu Fantasy Tutorial [PokeCommunity.com] Mimikyu Fantasy Tutorial](https://data.pokecommunity.com/attachments/8/8968-2dba4f449aab987b459a64ce2f51843a.jpg)
And this is the post. Thank You, and sorry for any inconveniences. Bye!
Last edited: