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

Recent content by PikachuMazzinga

  1. PikachuMazzinga

    [Developing] Pokémon Starfall

    Follow us on Twitter / X : @PKMNStarfall and join our dedicated Discord Server! Location and Story Welcome to the vibrant Hannan region, where adventure awaits at every turn! Get ready to embark on an epic quest through arid deserts and lush forests, from the highest peaks to the darkest...
  2. PikachuMazzinga

    I need help

    They would have to be 2 different Trainer Classes, one with May's sprite and one with Brendan's sprite for example. You'll then need to choose which one to show to the player on the specific event. Following the May/Brendan example that would be a conditional branch testing s:$player.isMale...
  3. PikachuMazzinga

    Field moves usable by compatibility [v17.2 - v19.1]

    (This is how I did it, there may be a better way) Inside getFieldMoves(), instead of declaring the vector already full of moves, declare it with only the moves you want to be accessible by default like Headbutt that usually do not require a badge to be used: moveList = [...
  4. PikachuMazzinga

    International List of Names (in .csv)

    You can also find on Bulbapedia : List of moves in other languages List of Abilities in other languages List of categories in other languages List of locations in other languages Nature in other languages (Specific Natures) And if you want to go crazy there's also a list of all trainers and...
  5. PikachuMazzinga

    International List of Names (in .csv)

    This reference sheet will come in handy to anyone looking to translate games and documentation, good job! I'm taking care of the Italian columns. May I know what ordering are you going by? It might be useful to keep it in mind or noted somewhere, especially for Items, Moves and Abilities since...
  6. PikachuMazzinga

    [Question] Custom Time System

    You could try using Unreal time system by FL. I'm currently using it on v18.1 without issues and it's also easly customizable 👌.
  7. PikachuMazzinga

    I cannot understand clearly what you are asking me. What are you struggling with exactly? (also...

    I cannot understand clearly what you are asking me. What are you struggling with exactly? (also it would be nice if you used the thread you created to talk about this)
  8. PikachuMazzinga

    [Eventing Question] SWORD AND SHIELD FOOTPRINTS SYSTEM?

    I'll leave a step by step rapresentation of what I mean: 1) Choose a free variable (I chose number 90 but it can be whichever you want) 2) Scatter 50 of these events wherever you want 3) For the encounter, nothing fancy, just a standard static encounter but with a condition on the variable...
  9. PikachuMazzinga

    [Eventing Question] SWORD AND SHIELD FOOTPRINTS SYSTEM?

    If you are talking abount how you can find footprints of Cobalion, Terrakion and Virizion in the Crown Thundra: I think you can easly get away with some copy-pasted events scattered around the map, similar to hidden items. Every one of these will then go on and increase a global variable until...
Back
Top