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

  1. N

    [Completed] Pokémon Island [v2.1] - Gen 9, Battle vs yourself, Habitat List and more

    Is there a map/walkthrough/wiki thing for this game? The sea is really irritating to navigate without it.
  2. N

    Project: Generation 6 for Pokémon Essentials (Pokémon sprites and PBS files)

    So... <Rubs hands together, then claps.> Zygarde's new forms. Will they be added? Also did the Mega Eon Pokemon's sprites get added to the EBS Battlers rar file?
  3. N

    Even More Fixes and Additions to Help-14's Following Pokemon Script

    It says I have a syntax error on line 187. What do I do?
  4. N

    Meloetta Forme Changing

    You're welcome.
  5. N

    Meloetta Forme Changing

    Here's a working Meloetta and Aegislash, put it in PokeBattle_Battle: if hasWorkingAbility(:STANCECHANGE) && self.species==PBSpecies::AEGISLASH if thismove.basedamage > 0 && @pokemon.form==0 @pokemon.form=1 @battle.pbDisplayEffect(self)...
  6. N

    Project: Generation 6 for Pokémon Essentials (Pokémon sprites and PBS files)

    I think I have Hyperspace Fury working: ################################################################################ # Hyperspace Fury ################################################################################ class PokeBattle_Move_720 < PokeBattle_Move def...
  7. N

    Meloetta Forme Changing

    Ought to be something like this: ################################################################################ # Relic Song ################################################################################ class PokeBattle_Move_648 < PokeBattle_Move def...
  8. N

    Project: Generation 6 for Pokémon Essentials (Pokémon sprites and PBS files)

    Venom Drench code Here's Venom Drench, in case you guys don't have it: #Venom Drench class PokeBattle_Move_155 < PokeBattle_Move def pbEffect(attacker,opponent,hitnum=0,alltargets=nil,showanimation=true) if opponent.status!=PBStatuses::POISON @battle.pbDisplay(_INTL("{1} is...
Back
Top