• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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.

Recent content by PauloJugoslavia

  1. P

    [Scripting Question] Healing Machine Pokeballs, Pokemon Monitor Icons

    GOAT The ball animation looks a little funny, maybe I just have to adjust some waits inside the event itself, but it works perfectly otherwise, thank you very much!
  2. P

    [Scripting Question] Healing Machine Pokeballs, Pokemon Monitor Icons

    I upgraded my game from v20 to v21. I had these plugins in v20: Better Healing Machine https://reliccastle.com/threads/4115/ Script: class MakeHealingBallGraphics #------------------Settings CENTRE = false #change to false if Pokéball tray is between two tiles #...
  3. P

    Script: Essentials Deluxe [v20.1] [DEPRECATED]

    Of course. I call the script: show_image_pokemon(:CLEFAIRY) I leave everything else to the default because I set the shiny parameter in the method to 0. If I do show_image_pokemon(:CLEFAIRY,0,0,0), it also shows a shiny mon. I just thought Essentials Deluxe also overwrote the...
  4. P

    Script: Essentials Deluxe [v20.1] [DEPRECATED]

    That worked, thank you! But now when the image of the mon is displayed, the shiny sprite is shown. But if I check the Pokedex, the regular mon is registered, not the shiny.
  5. P

    Script: Essentials Deluxe [v20.1] [DEPRECATED]

    I'm using this plugin: https://www.pokecommunity.com/showthread.php?p=10283930. With the latest update to this plugin I now get this error: [Pokémon Essentials version 20.1] [v20.1 Hotfixes 1.0.7] Script error in event 20 (coords 7,12), map 131 (Pokémon Center South) Exception: TypeError...
  6. P

    Show Species Introdution (PE v.18.1)

    It seems that this plugin is not compatible with the latest update of Essentials Deluxe (https://www.pokecommunity.com/showthread.php?t=478494). I get this error when interacting with an event that has the show_image_pokemon script: [Pokémon Essentials version 20.1] [v20.1 Hotfixes 1.0.7]...
  7. P

    Script: Terastal Phenomenon [v20.1] [DEPRECATED]

    Ahhh, I misunderstood the Ace parameter. My bad. Thank you!
  8. P

    Script: Terastal Phenomenon [v20.1] [DEPRECATED]

    Question, would it be possible to have NPC trainers terastallize a Pokémon that doesn't have the Ace parameter? In my game I was intending to have all notable trainers use Mega Evolutions are their Ace. One battle in particular I'll need the trainer to save their ace for last. So if I set this...
  9. P

    [Error] libpng warning: iccp: known incorrect sRGB profile

    Silly question, could you help me out with this? I'm having trouble understanding what you actually did. You used that website to compress all your images? Or all your tilesets? Then downloaded the compressed folder? And then what do you do with that?
  10. P

    Script: Essentials Deluxe [v20.1] [DEPRECATED]

    I see But I don't think the problem wish with :speech, I found that in Midbattle_Triggers, it's checking for lowHPFinal instead of lowHPLast if target.hp <= target.totalhp / 2 lowHP = target.hp <= target.totalhp / 4 if @battle.pbParty(target.index).length >...
  11. P

    Script: Essentials Deluxe [v20.1] [DEPRECATED]

    So I have this issue, when using :speech in the turnCommand trigger, it shows the name of the player, instead of the opposing trainer's. I noticed that in the Midbattle_Config file, the Demo scenario vs. Rocket Grunt in a collapsing cave, has a turnCommand trigger with speech, with :Opposing...
  12. P

    Script: Essentials Deluxe [v20.1] [DEPRECATED]

    So I'm using the Terastallize plugin as well: https://reliccastle.com/resources/987/ When I have a Pkmn in battle that doesn't Mega, use a Z Move, or Tera; I get this error if I press Z: [Pokémon Essentials version 20.1] [v20.1 Hotfixes 1.0.7] Exception: NoMethodError Message: undefined method...
  13. P

    Following Pokemon EX

    I'm aware that this plugin checks for a Pkmn's height, then if the map you're in has encounters or not, and based on this, decides to show or not follower. So I'm outside, with a small Pkmn following me. I go in a house, the Pkmn follows me normally. I switch, put a tall Pkmn following me, and...
  14. P

    Script: Improved Field Skills [v20.1] [DEPRECATED]

    The issue is with the program I used to extract the compressed files, since the folder is completely empty, my program wasn't extracting that folder. But I could see the folder in there.
  15. P

    Script: Improved Field Skills [v20.1] [DEPRECATED]

    Never mind, I created the folder "Improved Field Skills" in Plugins in the PBS folder, and it worked
Back
Top