• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • There is an important update regarding account security and 2FA. Please click here for more information.
  • 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.
  • Imgur has blocked certain regions from viewing any images uploaded to their site. If you use Imgur, please consider replacing any image links/embeds you may have on PokéCommunity so everyone can see your images. Click here to learn more.

How to add a Fakemon?

  • 28
    Posts
    17
    Years
    Hi, I added a new evolution for Eevee.
    I added Battle Sprites, Icons and the section in pokemon.txt
    But when its evolving this message appears:


    Code:
    ---------------------------
    Pokemon Mondweiß
    ---------------------------
    Exception: NoMethodError
    
    Message: undefined method `[]=' for nil:NilClass
    
    PokemonUtilities:1250:in `pbSeenForm'
    
    PokemonUtilities:1249:in `each'
    
    PokemonUtilities:1249:in `pbSeenForm'
    
    PokemonEvolution:507:in `pbEvolution'
    
    PokemonItemEffects:663:in `pbChangeLevel'
    
    PokemonItemEffects:660:in `pbFadeOutInWithMusic'
    
    PokemonUtilities:814:in `pbFadeOutIn'
    
    PokemonUtilities:814:in `pbFadeOutInWithMusic'
    
    PokemonItemEffects:660:in `pbChangeLevel'
    
    PokemonItemEffects:675
     
    Sure ... I copied the Data from Umbreon and changed it a little

    Code:
    [494]
    Name=Spuketta
    InternalName=SPOOKEON
    Type1=GHOST
    BaseStats=95,60,110,65,60,130
    GenderRate=FemaleOneEighth
    GrowthRate=Medium
    BaseEXP=197
    EffortPoints=0,0,0,0,0,2
    Rareness=45
    Happiness=35
    Abilities=PRANKSTER
    HiddenAbility=INFILTRATOR
    Moves=1,HYPNOSIS,1,TACKLE,1,HELPINGHAND,8,SPITE,15,NIGHTSHADE,22,QUICKATTACK,29,CONFUSERAY,36,SHADOWBALL,43,DREAMEATER,50,LASTRESORT,57,MEANLOOK,64,SCREECH,71,MOONLIGHT,78,GUARDSWAP
    EggMoves=
    Compatibility=5,5
    StepsToHatch=9180
    Height=1.0
    Weight=14.0
    Color=Purple
    Habitat=Forest
    Kind=Moonlight
    Pokedex=Umbreon evolved from exposure to the moon's energy pulses. It lurks in darkness and waits for its foes to move. The rings on its body glow when it leaps to attack.
    BattlerPlayerY=0
    BattlerEnemyY=17
    BattlerAltitude=0
    Evolutions=
     
    I'm German so the name is the german name from the pokemon and the internal name the english ... i made that because i want to bring out the game in english too. They dont need to match...

    But here the code from eevee
    Code:
    Evolutions=VAPOREON,Item,WATERSTONE,JOLTEON,Item,THUNDERSTONE,FLAREON,Item,FIRESTONE,LEAFEON,Location,37,GLACEON,Location,117,ESPEON,HappinessDay,,UMBREON,HappinessNight,,SPOOKEON,Location,110
     
    Thx, the error is gone ... but the Fakemon can not attack. If I chose an attack it's like I press x, it brings me back to the menu (attack, pokemon, bag, run)
     
    Thx, the error is gone ... but the Fakemon can not attack. If I chose an attack it's like I press x, it brings me back to the menu (attack, pokemon, bag, run)

    are you sure you hit the right button? That has happened to me a few times, but I ended up accidentally hitting x instead of c. There has to be a problem in one of the poke battle scripts then
     
    Thx, the error is gone ... but the Fakemon can not attack. If I chose an attack it's like I press x, it brings me back to the menu (attack, pokemon, bag, run)

    I suggest you to remove the ability Prankster to this Fakemon and put another ability.

    It is possible that it is for the ability.
     
    Yes I am sure, cause I tested it more than one time and I switched an other Pokémon in and this pokemon was able to attack ... with the same button ^^

    //Edit: Yes you are right ... Prankster does not work :(
     
    Back
    Top