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

  1. S

    GTS system for v17 (v18 coming soon) + Online Panel

    Hey, thank you so much for this Script and the Server. It works great. I just have one minor problem. When the GTS opens the Pokémon-Box, I have the "overlay_party.png" in front. But the cursor is in the back.
  2. S

    [PBS Question] Required entry Evolutions is missing or empty

    Hi, everytime I am changing a PBS File, I get this Error: --------------------------- Pokémon Mondweiß --------------------------- Exception: RuntimeError Message: Required entry Evolutions is missing or empty in section 3 (PBS/pokemon.txt) Compiler:2289:in `pbCompilePokemonData'...
  3. S

    Secret Bases

    I always get this Error when i try to place Decoration: --------------------------- Pokémon --------------------------- Exception: RuntimeError Message: Script error within event 1, map 317 (Geheimbasis): Exception: NoMethodError Message: Section158:1180:in `getSecretArrow'undefined method...
  4. S

    [Scripting Question] New Evolution Method for Forms

    I tried to add a new Evolution Method, but it don't work. I found a lot of simular Topics but could not find a solution. i added "when 26" in PokemonEvolution in the section for Evolution Stones i changed the evoparameter to 2 i changed the Name from Custom1 to ItemForm Pokemon.txt...
  5. S

    Trading not working

    Thank you, this fixed my problem. Yes I am using v11, because I made a lot of changes in the scripts and an update would throw me back :/
  6. S

    Trading not working

    Hello, I have a problem with ingame Trading. Everything looks fine, but after the Trading I have still my old Pokémon and not the new one. Thx for help
  7. S

    Setting a 1 v 1 Pokemon Battle.

    Hello, I have nearly the same question. I want to let the player choose 1 Pokémon for a 1 vs 1 Battle. But the choosen Pokémon must be a Water Type .... how can I do this? Thanks for Help.
  8. S

    Hidden power checker

    I copied just the Script from the Debug function in an Event and it works: pbChoosePokemon(1,3) pkmn=pbGetPokemon(1) type=0 type|=(pkmn.iv[0]&1) type|=(pkmn.iv[1]&1)<<1 type|=(pkmn.iv[2]&1)<<2 type|=(pkmn.iv[3]&1)<<3 type|=(pkmn.iv[4]&1)<<4 type|=(pkmn.iv[5]&1)<<5 type=(type*15/63).floor if...
  9. S

    Stop Eevee from evolving?

    to check for a pokémon in your team you have to use a conditional branch with pbHasSpecies?(::PBSpecies::EEVEE) The other questition ... i think you have to change the pokemon.txt during the game, but i don't know how
  10. S

    I can´t modify the encounters.txt

    I had the same problem ... I changed from UTF-8 to ANSI ... and it worked for me :)
  11. S

    Report bugs and errors in unmodified Essentials version 21

    don't know if it was mentioned before ... but the move tutor don't work anymore.
  12. S

    How to add a Fakemon?

    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 :(
  13. S

    How to add a Fakemon?

    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)
  14. S

    Disable fly for a while

    Hi, is it possible to disable fly to just one certain city as long as a switch is on? It's essential for my storyline and it would be nice if someone can help out.
  15. S

    How to add a Fakemon?

    Yes, the Datas are all compiled.
Back
Top