- Pokémon Essentials Version
- v20.1 ➖
To install it, paste the folder in your plugins folder.
This plugin converts a poképaste to pokémons you can give to your player via an event.
Simply add a script in the event called genteam(file,inf,sup)
Where file is the pokepaste. It has to be in the root folder of your game. (you can put it elsewhere if you want but in this case, you need to enter the entire path)
inf and sup are the pokemons you want to give to the player.
For example if I want to give them the first 6 pokemons, inf=0 and sup=6 (index starts at 0).
If you don't know, you can put sup=10000, it won't crash.
If you are using this kind of script, remember that your players could abuse of this pokepaste as they can edit it with illegal things. No check is done here. I strongly suggest you to use the pokemon selection script and my banlist script just after where they can generate their pokémons (call the Legalmon rule).
If you want to use this script to modify trainers you will need to use a trainer encounter modifier(see my tutorial here if you don't know what it is). In this case modify the genteam script (at the very bottom of the file) to do what you want.
If you find any bug or weird thing, please report it in the thread. As there are many Pokémons with weird forms, I expect some bugs.
Known bug:
When generating a Rotom form, the game will say they forgot a move. It's the best I can do without changing the Rotom form code.
This plugin converts a poképaste to pokémons you can give to your player via an event.
Simply add a script in the event called genteam(file,inf,sup)
Where file is the pokepaste. It has to be in the root folder of your game. (you can put it elsewhere if you want but in this case, you need to enter the entire path)
inf and sup are the pokemons you want to give to the player.
For example if I want to give them the first 6 pokemons, inf=0 and sup=6 (index starts at 0).
If you don't know, you can put sup=10000, it won't crash.
If you are using this kind of script, remember that your players could abuse of this pokepaste as they can edit it with illegal things. No check is done here. I strongly suggest you to use the pokemon selection script and my banlist script just after where they can generate their pokémons (call the Legalmon rule).
If you want to use this script to modify trainers you will need to use a trainer encounter modifier(see my tutorial here if you don't know what it is). In this case modify the genteam script (at the very bottom of the file) to do what you want.
If you find any bug or weird thing, please report it in the thread. As there are many Pokémons with weird forms, I expect some bugs.
Known bug:
When generating a Rotom form, the game will say they forgot a move. It's the best I can do without changing the Rotom form code.
- Credits
- Grogro