Recent content by GT-Baka

  1. G

    Script: Z-Power [DBK Add-On] [v21.1]

    How difficult would it be to add a "Partner Move" option for Pika Papow, VeeVee Volley or the stat boosts if the active Pokemon is not Partner Pikachu/Eevee?
  2. G

    Script: [v13+] Pokémon Selection (similar to Stadium/Battle Tower)

    Oh, in base Essentials. I was trying to work out how to in the plugin... Thank you!
  3. G

    Script: [v13+] Pokémon Selection (similar to Stadium/Battle Tower)

    This is perfect for what I need. How would I go about changing "Banned" text to "Not Eligible"?
  4. G

    Pixel and conversation story artist here for hiring!

    I could use your services for 32x32 pixel art if you are still available. I have attached some of the assets that I am working with.
  5. G

    Help & Recruitment for a demake of Platinum

    Can't say I would be a good recruit as I don't have any experience with rom hacking, but making a Sinnoh remake in Pokemon Essentials is on my list of things to do. Feel free to reach out to me if you need any help, I will try to be of assistance.
  6. G

    [Other Question] Pokemon essentials for switch

    Pokemon Essentials is exclusively for RPG Maker XP, no support for MV as it uses a completely different programing language than XP. The lead developer has stated he has no interest in porting the project to any other versions of RPG Maker. Only Windows is supported, but might be usable on Mac...
  7. G

    [Error] Please Help, I Closed Playtest While Compiling!

    Copy species.dat from the data folder of a clean copy of Essentials to your copy of essentials
  8. G

    [Scripting Question] Manipulating a variable within a script

    I am on mobile right now, so I can't go into a lot of detail, but I believe you are looking for: $game_variables[VARIABLE] += rand(1..2) This will add a random amount between 1 and 2 to one of you game variables.
  9. G

    [Scripting Question] [v19.1] Triple Triad, Add Pokemon Forms

    The easiest way to achieve this is to add "Dummy" Pokemon to your Pokédex. No trainer should have this Pokemon, they should not appear in the wild, they should not be seen in any way. Make these dummy Pokémon clones of the forms you want. EX: If your game only has the first 151 Pokemon in it...
  10. G

    [PBS Question] What is an Encounter limit?

    When you ask if there is a limit on encounter.txt, do you mean the encounter version? If so then I don't think there is a limit, though if you are only going to increase the level of the wild Pokémon after each badge then shouldn't you only need the number to go up to 8? If not then please...
  11. G

    Flower Encounters [PE v19][Plug-in]

    There does seem to be some errors in my script, thank you for pointing this out. I will update this when I am able to make the needed corrections.
  12. G

    [Scripting Question] Change back sprites from Pokemon Essentials like Pokemon DPPt or Essentials v17

    Yes, simply replace the back sprites with the ones you want to use. You may have to adjust the positioning of the Y coordinate.
  13. G

    [Error] Pokemon Essentials 19.1 Script Editor error

    That is interesting, script editor should only be a window not full screen with the options of Okay, Apply, and Cancel at the bottom like so. https://www.rpg-maker.fr/dl/monos/aide/xp/source/rpgxp/img/script1.png (On mobile rn, can seen a proper screen shot so had to take one from Google) Is...
  14. G

    [Error] Pokemon Essentials 19.1 Script Editor error

    I don't think the script editor works with the shortcut Ctrl + S, you need to hit apply. If that doesn't work then try providing us with the script you are using.
  15. G

    [Error] My Pokemon can't learn more than 4 attacks (v16.3)

    I am on mobile right now so it is hard for me to look over the code properly, but the error message does call out the summary screen a few times. Maybe you can remove or comment out the first script you added and see if anything changes.
Back
Top