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

Party Plus (v17,v18, & v19)

Pokeminer20

PDM20, Coder of Chaos!
412
Posts
10
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:

    Pokeminer20

    PDM20, Coder of Chaos!
    412
    Posts
    10
    Years
  • V3 of Partyplus for Essentials 18 is out now. redownload the graphic pack above and install this to whatever game you are making. (The bugs above are still the same as before)
    V4 update for Essentials 19

    Version 3.1
    Version 4.0.2
     
    Last edited:

    5QU3L3T0N

    The random hobo we found in the street
    5
    Posts
    6
    Years
  • Wait, that's illegal. In all seriousness, this is very cool.
     
    Last edited:

    Pokeminer20

    PDM20, Coder of Chaos!
    412
    Posts
    10
    Years
  • to anyone who has installed this script and is about to comment saying "Storage withdraw doesn't work" or "Battles won't allow me to use mons 7 & 8" reinstall the script.
     
    Last edited:
    74
    Posts
    13
    Years
  • 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   
    ---------------------------
     

    NoNoNever

    Creator from Pokemon Illuison, Pokemon Arcadia, Po
    89
    Posts
    5
    Years
  • 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
     
    74
    Posts
    13
    Years
  • 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.
     

    Pokeminer20

    PDM20, Coder of Chaos!
    412
    Posts
    10
    Years
  • 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
     
    2
    Posts
    4
    Years
    • Seen Apr 8, 2022
    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.
     

    Pokeminer20

    PDM20, Coder of Chaos!
    412
    Posts
    10
    Years
  • 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
     
    24
    Posts
    11
    Years
    • Seen Apr 7, 2022
    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:
     

    Pokeminer20

    PDM20, Coder of Chaos!
    412
    Posts
    10
    Years
  • 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
     

    Pokeminer20

    PDM20, Coder of Chaos!
    412
    Posts
    10
    Years
  • 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:
    429
    Posts
    4
    Years
  • 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:

    NoNoNever

    Creator from Pokemon Illuison, Pokemon Arcadia, Po
    89
    Posts
    5
    Years
  • 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
     
    429
    Posts
    4
    Years
  • 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?
     

    Pokeminer20

    PDM20, Coder of Chaos!
    412
    Posts
    10
    Years
  • 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