• Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • 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 Krigeris

  1. K

    Issues using essentials BW

    Hello, I am attempting to use this here https://pokemonfangames.com/p-pokemon-essentials-bw However I am using unanimated battle sprites and icons. 2 issues arise using my own graphics 1. The icons of the pokemon in the pokemon menu are flickering. I reckon this is because they are supposed...
  2. K

    [Completed] [v6.4] Pokémon Infinite Fusion (New Pokémon, Character Customization and more!)

    May I present an idea to easily have all 721 pokemon fusable? Ok, you take your current system for everything except sprites. For sprites, you take the sprite from the first Mon, and the color pallette for the second mon. I wanted to do this but have no experience with programming images Edit...
  3. K

    Error using pbAddPokemon and a related custom script

    Sorry for not being more clear, the event was just a plain add pokemon script. I figured out the issue I was passing generatedMon, but if the switch was off then generatedMon was never generated so I was passing nothing.
  4. K

    Error using pbAddPokemon and a related custom script

    I'm using an essentials script made by umbreon and modified by me to randomize the pokemon roughly around the same strength It seems to randomize trainers and triggered battles just fine but I crash with an error when using pbAddPokemon, the original unmodified script crashes as well though...
  5. K

    Returning the base stats of a mon?

    awesome thanks again
  6. K

    Returning the base stats of a mon?

    Thank you very much, works like a charm Though I am confused as to why the "i" in the chunk of code below automatically knows to give you bs[i] for i in bs bst+=i end
  7. K

    Returning the base stats of a mon?

    Hi, I'm using someone elses script which randomly generates pokemon in each instance you are going to battle one. I'm attempting to set it up in a way where the pokemon are in separate tiers based on base stats. species = rand(PBSpecies.maxValue - 1) + 1 bs =...
Back
Top