• 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.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Which Pokémon Masters protagonist do you like most? Let us know by casting a vote in our Masters favorite protagonist poll here!
  • Red, Hilda, Paxton, or Kellyn - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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.

Annoying (RPG Maker XP)

Status
Not open for further replies.

cesa

Teh Game Developah
  • 68
    Posts
    15
    Years
    Hey, I recently had changed encounters for my first town, where there is a bit of battle grass, well, it is like this:

    ############
    008 # Xanor Town
    25,25,10
    Land
    PIKACHU,3,5
    MEW, 3,5
    LUGIA,3,5
    DIALGA, 4,13

    (This pokemon are for testing, don't ask why there are legendaries)

    So, just when I changed them, I wanted to test, now, whenever I open the game (Log in works perfectly) it crashes, saying this error:


    Script 'PokeBattle_Trainer' line 91: NameError Occurred
    uninitalized constant PokeBattle_ Trainer:: PBSpecies

    Please help, I really need to test this out.
     
    Hey, I recently had changed encounters for my first town, where there is a bit of battle grass, well, it is like this:

    ############
    008 # Xanor Town
    25,25,10
    Land
    PIKACHU,3,5
    MEW, 3,5
    LUGIA,3,5
    DIALGA, 4,13

    (This pokemon are for testing, don't ask why there are legendaries)

    So, just when I changed them, I wanted to test, now, whenever I open the game (Log in works perfectly) it crashes, saying this error:


    Script 'PokeBattle_Trainer' line 91: NameError Occurred
    uninitalized constant PokeBattle_ Trainer:: PBSpecies

    Please help, I really need to test this out.

    I normally get that error whenever I do something to the .txt files and forget to compile the data in the editor but I'm not sure if that is the problem with your game.
     
    Thanks a lot guys and what you mean Maruno?

    Hey, not resolved yet D:

    Still same error and have my txt file like this:
    ############
    008 # Xanor Town
    25,25,10
    Land
    PIDGEY,1,2
    RATTATA,1,2
    GROUDON,3,4
    CELEBI,3,50
    MEWTWO,30,100
    PIKACHU,3,5
    MEW, 3,5
    LUGIA,3,5
    DIALGA, 4,13
    PALKIA,7,30
    ############
    011 # Route 1
    25,25,10
    Land
    GROUDON,2,4
    KYOGRE,2,5
    RAYQUAZA,3,10
    REGIROCK,4,7
    REGISTEEL,4,7
    REGICE,4,7
    HO-OH,5,9
    LUGIA,5,9
    CELEBI,5,8
    MEW,6,30

    Please, help :O
     
    Last edited:
    Thanks a lot guys and what you mean Maruno?

    Hey, not resolved yet D:

    Still same error and have my txt file like this:
    ############
    008 # Xanor Town
    25,25,10
    Land
    PIDGEY,1,2
    RATTATA,1,2
    GROUDON,3,4
    CELEBI,3,50
    MEWTWO,30,100
    PIKACHU,3,5
    MEW, 3,5
    LUGIA,3,5
    DIALGA, 4,13
    PALKIA,7,30
    ############
    011 # Route 1
    25,25,10
    Land
    GROUDON,2,4
    KYOGRE,2,5
    RAYQUAZA,3,10
    REGIROCK,4,7
    REGISTEEL,4,7
    REGICE,4,7
    HO-OH,5,9
    LUGIA,5,9
    CELEBI,5,8
    MEW,6,30

    Please, help :O

    Delete that section in pokemon.txt in the PBS folder, and edit the section using editor.exe. Manually editing the text file can usually lead to screwups.
     
    You mean me to delete the encounter.txt file?

    EDIT: Nvm, have fixed it, THANKS a lot!!!
     
    Last edited:
    Status
    Not open for further replies.
    Back
    Top