Recent content by Snapper_Kins

  1. S

    [Scripting Question] Adding "Magic Guard" Copy Abilities Easily?

    Hello all, just a question I'm hoping someone can help me with. In the game I've been working on, I want to add two abilities that work exactly like Magic Guard (damage only from damaging moves) that are more logical for Pokémon that aren't fairy/psychic. I'm using (I believe) version 16.2...
  2. S

    Two Questions Relating to the "Bag"

    Hello all, I could really use some help. I'm experiencing a problem with the bag, and in order to solve the second problem (that I'll cover below) I need to figure out what's wrong with the bag scripts first. I went to go fill my bag in the Debug Menu and I got the error below. I had previously...
  3. S

    Pokedex randomly started crashing

    PokemonPokedex164: return @commands.length==0 ? 0 : @commands[self.index][0] PokemonPokedex548: iconspecies=@sprites["pokedex"].species PokemonPokedex398: pbRefreshDexList($PokemonGlobal.pokedexIndex[pbGetSavePositionIndex]) PokemonPokedex1109: @scene.pbStartScene PokemonPauseMenu161...
  4. S

    Pokedex randomly started crashing

    Hello, So recently whenever I attempt to to open the Pokedex I get this error: Exception: NoMethodError Message: undefined method `[]' for nil:NilClass PokemonPokedex:164:in `species' PokemonPokedex:548:in `pbRefreshDexList' PokemonPokedex:398:in `pbStartScene' PokemonPokedex:1109:in...
  5. S

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

    AH! Thank you so much! I have been struggling with that for so long!
  6. S

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

    Guys help! I was trying to put in the type modifying abilities (Pixilate, Refrigerate, Aerilate) and I can't launch the playtest now. This is what it looks like in the script editor (PokeBattle_Move): def pbType(type,attacker,opponent) if type>=0 &&...
  7. S

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

    Amethyst is really generous for helping people out. But unfortunately so far copying over the Reborn scripts made everything all whacked out specifically, the battle system. When I'm doing battles, the moves don't do damage or anything, nor do they show the animation. I don't know what else...
Back
Top