• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • 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.

Script: Mid battle dialogue for v20+

  • 6
    Posts
    1
    Years
    • Seen Sep 18, 2024
    This is an upgraded version of Mid battle dialogue from Golisopod User for the newests versions of Essentials.
    Download it here!
    Simply paste what's inside the folder in the root folder of your game to install it.
    if you need the v18 version, it's here. (only the last version, v21 here, is updated!)

    If you are using Essentials Deluxe and its associated plugins, use their mid battle functionnalites instead of this one.

    A limited SOS battle plugin is provided with this plugin. Remove it if you are already using the official one.

    A bossprotect effect have been added in this script. If you already have custom effects, you should copy their initialization in the init_effect file (or the opposite).
    It creates a mist and a safeguard effect +prevents OHKO and such things to happen.
    I also removed the 255 cap in pokémon basestats to make huge bosses.

    How it works

    Making mid battle dialogue require two things: what you are doing and when you are doing it.

    Conditions
    Spoiler:

    Once you made your choice you need to add this command in the battle event before the fight like this:
    [PokeCommunity.com] Mid battle dialogue for v20+



    Use extendtext.exe that is in your root folder to avoid synthax errors.
    So here I'm executing the function Tdamage at the end of the first turn (yes the first turn is turn 0).
    But we still need to define Tdamage.

    Creating the scripts
    Spoiler:

    Effects examples
    Here are the things you can put in the do what you want part in the section above.

    Spoiler:


    Credits:
    Mid battle Dialogue
    Golisopod User (creator)
    Luka SJ
    Grogro for v20/v21 changes

    SOS battles
    thatonekriegerwriter
    Vendily (For Original Script)
    SoloReprise (for v19 Update)
     
    Simply paste what's inside the folder in the root folder of your game to install it.

    By that do you mean copy the folders in plugin into the plugin folder already there? The script seems to have what I need for the specific dialogue scenarios I want, but I mostly want these dialogue choices for the gym leaders, villainous admins, villainous leader, rivals, elite four, and champion, but I want to change the music for the Gym leaders when they're on their last Pokemon.
     
    apologies for the delay, there are more things than code in the dowloaded folder, so pasting everything in the root folder ensures that it goes to the right place
     
    Back
    Top