From eafc38f879260a182ca7c196d12b4f2d770c4881 Mon Sep 17 00:00:00 2001 From: Marco Federici Date: Fri, 19 Aug 2016 11:46:19 +0200 Subject: [PATCH] =?UTF-8?q?Create=20How=20to=20add=20pok=C3=A8mons=20to=20?= =?UTF-8?q?your=20team?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- How to add pokèmons to your team | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 How to add pokèmons to your team diff --git a/How to add pokèmons to your team b/How to add pokèmons to your team new file mode 100644 index 0000000..db2fc78 --- /dev/null +++ b/How to add pokèmons to your team @@ -0,0 +1,6 @@ +1) Open the server folder and open the file at the following directory: src\packets\Responses.GetInventory.js +2) Search for the word "proto.Enums.PokemonId.PIDGEY" (which is the only Pokèmon you find in your inventory if you download a release of the server) +3) There you can copy the entire function to add more than one Pokèmon, for example I filled mine with all the legendary ones that you can't find in the official client +4) To be sure everything is working you will have to edit the pokemon_id field which will be "proto.Enums.PokemonId.NAMEOFYOURPOKEMON" (for example "proto.Enums.PokemonId.MEW") +5) Don't forget also to edit the id field with the number of your Pokèmon (Pokedex), you can find it by googling the name. +6) When you're ready you can save the file and start the server.