• 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.

Party Plus (v17,v18, & v19)

Pokeminer20

PDM20, Coder of Chaos!
  • 412
    Posts
    11
    Years
    Ever thought that it'd be cool to play a game that allows you to travel with more than 6 Pokemon? Now you can, with this script! Party Plus is a Plug and play script I made that can now increases AND Decrease the Pokemon Party Limit to 22 new party limits. Just install this script above Main in the Script Editor and download the additional Graphics pack to make this work! drag and drop the Graphics folder of the Appropriate Version

    Version 1.0
    Version 2.1

    Current Known "Issues":
    NurJoy Animation
    Battle ball Icons (Prior to sending out pokemon)
    Continue Screen
    Hall of Fame
     
    Last edited:
    Wait, that's illegal. In all seriousness, this is very cool.
     
    Last edited:
    I followed the installation instructions and it crashes when viewing my party.

    Code:
    ---------------------------
    Error
    ---------------------------
    Script 'PartyPlus' line 979: NoMethodError occurred.
    
    undefined method `partyplus' for #<PokeBattle_Trainer:0xd57bc70>
    
    from 'PartyPlus' line 979 in `pbStartScene'
    from 'BetterRegionMap' line 383 in `pbPokemonScreen'
    from 'PScreen_PauseMenu' line 176 in `pbStartPokemonMenu'
    from 'PScreen_PauseMenu' line 173 in `pbFadeOutIn'
    from 'PScreen_PauseMenu' line 173 in `pbStartPokemonMenu'
    from 'PScreen_PauseMenu' line 142 in `loop'
    from 'PScreen_PauseMenu' line 271 in `pbStartPokemonMenu'
    from 'Scene_Map' line 127 in `call_menu'
    from 'Scene_Map' line 213 in `update'
    from 'Scene_Map' line 234 in `main'
    from 'Scene_Map' line 231 in `loop'
    from 'Scene_Map' line 236 in `main'
    ---------------------------
    OK   
    ---------------------------
     
    Exception: RuntimeError
    Message: Script error within event 5 (coords 25,20), map 2 (Alvorada Town):
    Exception: NoMethodError
    Message: (eval):1:in `pbExecuteScript'undefined method `partyplus=' for #<PokeBattle_Trainer:0xde91378>
    ***Full script:
    $Trainer.partyplus=true

    Interpreter:243:in `pbExecuteScript'
    Interpreter:1606:in `eval'
    Interpreter:243:in `pbExecuteScript'
    Interpreter:1606:in `command_355'
    Interpreter:494:in `execute_command'
    Interpreter:193:in `update'
    Interpreter:106:in `loop'
    Interpreter:198:in `update'
    Scene_Map:163:in `follow_update'
    Scene_Map:161:in `loop'

    Interpreter:276:in `pbExecuteScript'
    Interpreter:1606:in `command_355'
    Interpreter:494:in `execute_command'
    Interpreter:193:in `update'
    Interpreter:106:in `loop'
    Interpreter:198:in `update'
    Scene_Map:163:in `follow_update'
    Scene_Map:161:in `loop'
    Scene_Map:170:in `follow_update'
    Pokemon Follow Script:1556:in `update'

    Every time

    Started new game 5 times

    Tried in a clean fresh Essentials 17.2 Version

    Copy pasted the script many times
     
    I tried making a new save, but it still doesn't work. I use EBS so I also tried it on a non-EBS file - both files have game-crashing errors similar to the ones NoNoEver and I posted.
     
    That is my bad, I forgot some instructions in the making of this script.
    Aside from adding this script above main, you will need to go the script titled PokeBattle_Trainer in
    Code:
    Class PokeBattle_Trainer
    and insert
    Code:
    attr_accessor(:partyplus)
    anywhere between the start of the class and
    Code:
    def trainerTypeName


    as well as add
    Code:
    @partyplus=false
    between
    Code:
    def initialize(name,trainertype)
    and
    Code:
    for i in 1..PBSpecies.maxValue
     
    Hello
    I tried the script but I got the following error that appears

    script 'main' line 5358 syntaxerror occured

    I was not able to install it via ruby ​​so I directly copy it to main.
    I hope someone can help me.
     
    Hello
    I tried the script but I got the following error that appears

    script 'main' line 5358 syntaxerror occured

    I was not able to install it via ruby ​​so I directly copy it to main.
    I hope someone can help me.

    was an error on my end, I've updated the pastebin
     
    I put your script in a fresh copy of essentials and I can hold 8 Pokemon in my party; however, whenever I enter a battle, I get the following error:
    Spoiler:
     
    I put your script in a fresh copy of essentials and I can hold 8 Pokemon in my party; however, whenever I enter a battle, I get the following error:
    Spoiler:

    read line 39 of the script
     
    MAJOR UPDATE!
    Updated to Version 2.0! Which now allows you to increase AND decrease the party limit to any of the following Limits:
    1,2,3,4,5,8,9,10,12,14,15,16,18,20,21,24,25,28,30,32,35, or 40
    Opponent trainers can also have any number of pokemon between 1-40.

    Original Post Edited with the proper links
     
    Last edited:
    What do you mean by

    NurJoy Animation
    Battle ball Icons (Prior to sending out pokemon)
    Continue Screen
    Hall of Fame
    as known issues?

    edit: I have copypasted the graphics and code where they were meant to go, but nothing seems to have changed. 6 is still my party limit.

    Is there a final activation step somewhere, where I choose the pokemon party limit for this game?
     
    Last edited:
    What do you mean by

    as known issues?

    edit: I have copypasted the graphics and code where they were meant to go, but nothing seems to have changed. 6 is still my party limit.

    Is there a final activation step somewhere, where I choose the pokemon party limit for this game?

    To activate the Script, use the command #
    #$Trainer.partyplus='#' in a script and replace '#' with any of the following #
    #numbers: 1,2,3,4,5,8,9,10,12,14,15,16,18,20,2124,25,26,30,32,35, or 40
     
    To activate the Script, use the command #
    #$Trainer.partyplus='#' in a script and replace '#' with any of the following #
    #numbers: 1,2,3,4,5,8,9,10,12,14,15,16,18,20,2124,25,26,30,32,35, or 40

    Does this mean I could gradually increase the player's party size over the course of the game, increasing it after each gym badge?
     
    Does this mean I could gradually increase the player's party size over the course of the game, increasing it after each gym badge?

    yes, easily. all you have to do is call the command with the desired applicable number. just make sure you think ahead before decreasing that number.
     
    Back
    Top