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

How to put trainers who have above level 100 pokemon?

Jooys2001

Marigold
11
Posts
7
Years
  • I am a developer of pokemon procyon-deneb since March 3rd 2016.
    But there is trainer bug that don't support trainer's pokemon which level is above 100.
    Though it is beyond the rule of original pokemon series. How to move the script to allow OTHER TRAINER'S POKEMON to make ABOVE 100 LEVEL?
    Sorry for bad English. THX.
     
    Last edited:
    1,682
    Posts
    8
    Years
    • Seen today
    Having pokemon over 100 is a setting in script section Settings, specifically MAXIMUMLEVEL?
     
    1,682
    Posts
    8
    Years
    • Seen today
    Yes they can, You just need to do both that, and when creating the trainer in trainers.txt (it has to be the PBS file, not the Editor, unless you want to edit those scripts too), just set the level to the one you want. The level is the second comma section.
    https://pokemonessentials.wikia.com/wiki/Defining_a_trainer
    It technically checks the level against PBExperience, Constant MAXLEVEL, but that's usually set to MAXIMUMLEVEL, so unless you did something funky, they should be the same.

    If you really want to edit the editor, you'll need to rename Scripts.rxdata to something else, name EditorScripts.rxdata to Scripts.rxdata, then Open your game project. When you're done, change all the names back. (I can't guarantee that it's still named MAXIMUMLEVEL though.)
     
    Back
    Top