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

  • 429
    Posts
    4
    Years
    Where am I supposed to implement this code, and how?

    Tried putting it in an NPC's lines as a script, comment, as a thing to say during text, and as a comment. None of that worked, my party size is stuck at 6.
     

    Pokeminer20

    PDM20, Coder of Chaos!
  • 412
    Posts
    10
    Years
    Where am I supposed to implement this code, and how?

    Tried putting it in an NPC's lines as a script, comment, as a thing to say during text, and as a comment. None of that worked, my party size is stuck at 6.

    are you genuinely asking me right now you don't know how to do this?
    Party Plus (v17,v18, & v19)


    or even this in an event?
    Party Plus (v17,v18, & v19)


    I Intentionally made it this simple to use. come on man, how can I make that any clearer?
     
  • 429
    Posts
    4
    Years
    Thanks for the screenshot, it helped. English isn't my best language. I think I've completed that step correctly now because a different error showed up.

    First I talked to a "give me a pikachu" NPC six times in my debug room, talked to the "set team size to 30" NPC, and nothing changed. Can't gain any new pokemon after six.

    So I opened the Pokemon menu and that gave me this error:

    ---------------------------
    Pokemon Essentials
    ---------------------------
    [Pokémon Essentials version 17.2]

    Exception: ArgumentError

    Message: comparison of String with 1 failed

    party plus v2:5418:in `>='

    party plus v2:5418:in `pbStartScene'

    PScreen_Party:1087:in `pbPokemonScreen'

    PScreen_PauseMenu:176:in `pbStartPokemonMenu'

    PScreen_PauseMenu:173:in `pbFadeOutIn'

    PScreen_PauseMenu:173:in `pbStartPokemonMenu'

    PScreen_PauseMenu:142:in `loop'

    PScreen_PauseMenu:271:in `pbStartPokemonMenu'

    Scene_Map:127:in `call_menu'

    Scene_Map:213:in `update'



    This exception was logged in

    C:\Users\MYNAME\Saved Games\Pokemon Essentials\errorlog.txt.

    Press Ctrl+C to copy this message to the clipboard.
    ---------------------------
    OK
    ---------------------------

    After a reset I tried talking to the "set team size to 30" NPC, then talked to the "give me a pikachu" NPC. That gave me this error:

    ---------------------------
    Pokemon Essentials
    ---------------------------
    [Pokémon Essentials version 17.2]

    Exception: RuntimeError

    Message: Script error within event 30 (coords 27,5), map 3 (AA's house):

    Exception: ArgumentError

    Message: party plus v2:1553:in `>='comparison of String with 1 failed

    ***Full script:

    pkmn = pbGenPkmn(:PIKACHU,1)
    pbAddForeignPokemon(pkmn)


    Interpreter:243:in `pbExecuteScript'

    party plus v2:1553:in `pbBoxesFull?'

    party plus v2:1560:in `pbStorePokemon'

    PSystem_PokemonUtilities:167:in `pbAddForeignPokemon'

    (eval):2: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: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 `update'

    Scene_Map:161:in `loop'

    Scene_Map:170:in `update'

    Scene_Map:234:in `main'



    This exception was logged in

    C:\Users\Jason\Saved Games\Pokemon Essentials\errorlog.txt.

    Press Ctrl+C to copy this message to the clipboard.
    ---------------------------
    OK
    ---------------------------
     

    Pokeminer20

    PDM20, Coder of Chaos!
  • 412
    Posts
    10
    Years
    Thanks for the screenshot, it helped. English isn't my best language. I think I've completed that step correctly now because a different error showed up.

    First I talked to a "give me a pikachu" NPC six times in my debug room, talked to the "set team size to 30" NPC, and nothing changed. Can't gain any new pokemon after six.

    So I opened the Pokemon menu and that gave me this error:



    After a reset I tried talking to the "set team size to 30" NPC, then talked to the "give me a pikachu" NPC. That gave me this error:

    that first error, not a clue why it happened. that second error was a mistake on my end. Update to Version 2.1 of the script witch now patches that error.
     
  • 429
    Posts
    4
    Years
    Updated the code, but the crash and bug's still there. When my max party size is 30, I cannot get new Pokemon or select "Pokemon" in the start menu without causing a crash.

    ---------------------------
    Pokemon Essentials
    ---------------------------
    [Pokémon Essentials version 17.2]

    Exception: RuntimeError

    Message: Script error within event 30 (coords 27,5), map 3 (AA's house):

    Exception: ArgumentError

    Message: morepokemonparty:1691:in `>='comparison of String with 1 failed

    ***Full script:

    pkmn = pbGenPkmn(:PIKACHU,1)
    pbAddForeignPokemon(pkmn)


    Interpreter:243:in `pbExecuteScript'

    morepokemonparty:1691:in `pbAddForeignPokemon'

    (eval):2: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'



    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 `update'

    Scene_Map:161:in `loop'

    Scene_Map:170:in `update'

    Scene_Map:234:in `main'



    This exception was logged in

    C:\Users\MYNAME\Saved Games\Pokemon Essentials\errorlog.txt.

    Press Ctrl+C to copy this message to the clipboard.
    ---------------------------
    OK
    ---------------------------
     
    Last edited:

    Pokeminer20

    PDM20, Coder of Chaos!
  • 412
    Posts
    10
    Years
    Updated the code, but the crash and bug's still there. When my max party size is 30, I cannot get new Pokemon or select "Pokemon" in the start menu without causing a crash.

    the only problem I had using your code to add pokemon, was that one of the icons was misaligned. looking in the party looks fine. there's something you have messed up and I'm incapable of helping you without further knowledge on what other things you have programmed into the game. I don't know what else to do for you.

    (Also, V2.1 has been updated to fix the misaligned panel. it won't fix whatever your problem is but I will now check the other panel alignments.)
     

    Pokeminer20

    PDM20, Coder of Chaos!
  • 412
    Posts
    10
    Years
    I'm using this, https://www.pokecommunity.com/showthread.php?p=10200486#post10200486 improved battle menu and summary screen, and that's it for now.

    Though I'm thinking of adding Mouse Interaction, Gigantimax, Z-Moves, Mega Evolution, and Pokemon Amie stuff to my game since I have all of those threads bookmarked.

    The only issue I had with the Improved battle menu was the initial error, which can be fixed by following the install instructions Golisipod provided but in the PartyPlus script, and the fact that pokemon after 6 can't be selected due to an unchanged limit on his end.
     

    Pokeminer20

    PDM20, Coder of Chaos!
  • 412
    Posts
    10
    Years
    V3 of PartyPlus has just been released!
    So what's new?
    Benching
    A way to increase the number of pokemon but limiting how many can actually take part in battle.
    All numbers between 1 and 10 can be selected as the party limit. Same install method and usage as the last version.
    Opponent trainers may use up to 40 pokemon if you implement it that way. If you want a specific party value added, just ask and I'll put out a patch.
     

    YashPokeFan123

    #PokeFan
  • 283
    Posts
    3
    Years
    • Seen Apr 28, 2023
    V3 of PartyPlus has just been released!
    So what's new?
    Benching
    A way to increase the number of pokemon but limiting how many can actually take part in battle.
    All numbers between 1 and 10 can be selected as the party limit. Same install method and usage as the last version.
    Opponent trainers may use up to 40 pokemon if you implement it that way. If you want a specific party value added, just ask and I'll put out a patch.

    this error

    ---------------------------
    Error
    ---------------------------
    Script '[Partyplus]' line 54: ArgumentError occurred.

    comparison of Fixnum with nil failed

    from 'Partyplus' line 54 in `>='
    from 'Partyplus' line 54 in `setBenchedParty'
    from 'Partyplus' line 1105 in `pbStartScene'
    from 'PScreen_Party' line 1230 in `follow_pbPokemonScreen'
    from 'Follower_Main' line 507 in `pbPokemonScreen'
    from 'Quests' line 1215 in `pbStartPokemonMenu'
    from 'Quests' line 1212 in `pbFadeOutIn'
    from 'Quests' line 1217 in `pbStartPokemonMenu'
    from 'Quests' line 1181 in `loop'
    from 'Quests' line 1322 in `pbStartPokemonMenu'
    from 'Scene_Map' line 107 in `call_menu'
    from 'Scene_Map' line 206 in `follow_update'
    ---------------------------
    OK
    ---------------------------
     

    YashPokeFan123

    #PokeFan
  • 283
    Posts
    3
    Years
    • Seen Apr 28, 2023
    Spoiler:


    Error whenever trainer send out Pokemon first it throw fake pokeball then throw the real Pokeball then Pokemon cames
    You know how to fix
     
  • 1
    Posts
    3
    Years
    • Seen Apr 15, 2024
    Super interested in getting this working.
    But I'm getting a Name Error, "uninitialized constant PokemonStorage::NUM_STORAGE_BOXES" when I go to start a new game.
    It seems to really hate line 531.
    def initialize(maxBoxes=NUM_STORAGE_BOXES,maxPokemon=30)

    It matches v3 in your pastebin, not sure what's wrong.
     

    Pokeminer20

    PDM20, Coder of Chaos!
  • 412
    Posts
    10
    Years
    Super interested in getting this working.
    But I'm getting a Name Error, "uninitialized constant PokemonStorage::NUM_STORAGE_BOXES" when I go to start a new game.
    It seems to really hate line 531.
    def initialize(maxBoxes=NUM_STORAGE_BOXES,maxPokemon=30)

    It matches v3 in your pastebin, not sure what's wrong.

    an actual error log would be very enlightening on how to assist you
     

    Pokeminer20

    PDM20, Coder of Chaos!
  • 412
    Posts
    10
    Years
    V3.1 of Party Plus has been released.
    -fixed a bug with capturing Pokémon. links have been updated

    [V4 will be released for V19 of essentials, please have patience as v19 is still updating]
     
  • 3
    Posts
    2
    Years
    • Seen Feb 2, 2023
    Hi, thanks for this great work! I'm having some trouble within battles, not sure if there's some configuration needed for the opponent before them. Anyway, I'm getting this error whie trying to fight a trainer who has 3 pkmn:

    Spoiler:


    After some changes (Like amount of pkmn each trainer has and the partybenched limit), the error doesn't show but the opponent won't throw his second pkmn so I keep getting "...but there is not target".
     

    Pokeminer20

    PDM20, Coder of Chaos!
  • 412
    Posts
    10
    Years
    After some changes (Like amount of pkmn each trainer has and the partybenched limit), the error doesn't show but the opponent won't throw his second pkmn so I keep getting "...but there is not target".

    List a few of the other scripts you have installed so I can determine if there is an incompatible script
     
  • 3
    Posts
    2
    Years
    • Seen Feb 2, 2023
    I have added only two events to the essentials v18 base. One to give the player some pkmn, a pokédex and adjust the party size:
    Spoiler:


    The other one is a trainer to battle:
    Spoiler:


    I'm not sure if my understanding of its use is right or if I missed some step. I also tried setting the 'partybenched' value with the first NPC and leaving it unchanged for the battle. The trainer to battle has 3 pkmn but I also tried changing this number and got the same result. I haven't got the error again, now I'm only stucked in the battle after defeating the first pkmn of the opponent.
     

    Pokeminer20

    PDM20, Coder of Chaos!
  • 412
    Posts
    10
    Years
    I have added only two events to the essentials v18 base. One to give the player some pkmn, a pokédex and adjust the party size:
    Spoiler:


    The other one is a trainer to battle:
    Spoiler:


    I'm not sure if my understanding of its use is right or if I missed some step. I also tried setting the 'partybenched' value with the first NPC and leaving it unchanged for the battle. The trainer to battle has 3 pkmn but I also tried changing this number and got the same result. I haven't got the error again, now I'm only stucked in the battle after defeating the first pkmn of the opponent.

    By scripts, I mean other sets of code you've added to the script editor, not your events.
     
    Back
    Top