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

  1. A

    Adding a new entry hazard (please help)

    When defining the move in the PBS file did you set the function code to 134? PS: In PokemonBattle_Battle shouldn't it be: "pkmn.pbOwnSide.pbHasType?(:FIRE)" and "pkmn.pbOwnSide.pbCanBurnSpikes?", instead of: "pkmn.pbHasType?(:FIRE)" and "pkmn.pbCanBurnSpikes?" (add "pbOwnSide"). Probably I'm...
  2. A

    Script 'Scene_Intro' line 78: NameError occurred.

    In the Intro script there should be a command called "Play BGM: 'begin', 100, 100". Did you changed it? If yes, try to set it as default.
  3. A

    Question about items the boost stats

    This is the function that sets how many EVs your pokemon gains by eating a vitamin: You can find it in the script section, PokemonItems at line 287. Then this function is used in PokemonItemsEffects (line 482), one time for each vitamine. The case for HPUP is this: I added in yellow the...
  4. A

    Script 'Scene_Intro' line 78: NameError occurred.

    What did you changed exactly? Did you changed something in the compiler section, around line 2412? Try to comment line 78 in Scene_Intro section, by putting # at its beginning, and see what happens next. If it works, try battling some pokemon.
  5. A

    Pokemon dropping items after battle

    This way it should work: [S-HIGHLIGHT]pbDisplayPaused(_INTL("{1} picked up {2} from {3}!",$Trainer.name,PBItems.getName(@battlers[i].item),@battlers[i].name))[/S-HIGHLIGHT] "@battlers[i].name" should get you the species of the pokemon.
  6. A

    Retrieve thrown pokeballs after battle

    Tired of throwing pokeballs that misteriously disappear after battle? This script allows you to retrieve some of the balls you used. With my settings, you can retrieve 1/3 of the balls with 40% chances, 1/2 with 9% and all but one with 1%. This is valid for each kind of ball you use during the...
  7. A

    Pokemon dropping items after battle

    I made this simple script to make wild pokemon drop the items they held. HankMan and Nickalooose first discussed this subject in an old topic (I still can't post the link to the topic, but if you search for "Pokemon essentials dropping items" on Google you will find it) . If a wild pokemon is...
  8. A

    Hello

    Hi to everyone, I've been a pokemon fan since I was little. Then, last june I discovered Pokemon Essentials and, thanks to that, I have come to this forum. I hope to contribute to many discussions, mostly in the Pokemon Essentials section, since one of my objectives is to create my own pokemon...
Back
Top