Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
Just realized, that this script "ignores" Illusion. If you fight a zorua it still displays as such wth the abbility illusion in your screen. Is there an easy fix for that?
I am making an Essentials game. I had the text entry working with the keyboard the entire time.
I just changed some PBS files and now i have the textentry without the keyboard. I can't change it in any way.
Does anyone has any idea?
fixed it.
Hello,
I am making an Essentials v19 Pokemon game and all Pokemon i get are from a "faraway place" instead of the map id.
Does anyone has any idea how to fix that?
fixed it
With the new update you can now call it with pbStartAdventureMenu.
Alternatively you can start it with:
pbFadeOutIn(99999) {
scene = Adventure_Scene.new
screen = Adventure_Screen.new(scene,$Trainer.party)
screen.pbStartScreen
}
Glad you like the idea
I am starting to learn some ruby and essentials and made this script as a proof of concept.
This script adds a menu where you can send up to 6 pokemon on an adventure. They will collect items and battle pokémon.
Sometimes (if there is space) they can even befriend the pokemon.
You can even...
Hey, i am working on a project, that does not use icons. I have now tried for multiple hours to remove the part of the code, that shows the icon, but it just want's to stay. What part do i have to edit for the icon to not appear?
Hey, whenever i add this plugin, all other encounter types stop working. I can't find anything in the grass or go fishing or anything. But the phenomena encounter work fine. Once i remove this plugin fishing and finding pokemon in grass works again.
Hey,
I was wondering if Its possible to disable Evolution of different forms of Pokemon (e.g. Spikes eared pichu)
Is there some function i can call in the MultipleForms Script?