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

  1. F

    [Scripting Question] Forcing evolutions after quest completion

    Hello guys! I wanna ask for some help, cause I'm not good at scripting, but i tried my best to achieve what I want using what i found, but i couldn't. I'm trying to force some Pokemon to evolve with These Scripts, and using them I managed to open the selection screen and then evolve the...
  2. F

    Report bugs and errors in unmodified Essentials version 21

    My bad putting the code here. In the code I wrote the right internal name of the species. Anyway, i tried with Rattata too and nothing.
  3. F

    Report bugs and errors in unmodified Essentials version 21

    The trading system isn't working for me. I am using this script, as I found it in the trading NPC in the clean version of V16.1: pbChoosePokemonForTrade(1,2,:POLIWHRIL) In the Pokémon selection scene, the Poliwhril that I have in the party show as Not Able.
  4. F

    Wild Mega Evolved Pok?mon

    Working perfectly fine. Thank you! ;)
  5. F

    Wild Mega Evolved Pok?mon

    That worked! Thank you! :D I assume that I will have to repeat this code, with different values, for each one that I want, right? Or maybe there is a way to make it more generic?
  6. F

    Wild Mega Evolved Pok?mon

    Wild Mega Evolved Pokémon Hello! :) There is a way to make a Mega Evolution to appear using an event encounter? What I want to do doesn't have a trainer related, only the Pokémon. There is a way to make it appear directly on Mega Form, or change to mega during the first turn?
  7. F

    Report bugs and errors in unmodified Essentials version 21

    Created a Gym Leader and gave him a Potion to use. During the battle, this error appears when is supposed to use the item. Exception: NoMethodError Message: undefined method `>=' for nil:NilClass PokeBattle_Battle:1576:in `pbRegisterItem' PokeBattle_AI:3767:in `pbEnemyShouldUseItem?'...
  8. F

    Report bugs and errors in unmodified Essentials version 21

    Me again haha The move rollout is doing all the hits in the same phase. It hits normally in the first turn, but the next one all the hits are done sequentially, like a Fury Attack for example. Tested against a wild Pokémon using rollout on me.
  9. F

    Report bugs and errors in unmodified Essentials version 21

    Well, I replaced all the files in the data folder into my project (only maps and tilesets that I didn't replace) to ensure that my project is only running in the v16. Then I get this error after capture a Pokémon. This is the sequence: Drop the HP to yellow > Throw regular Pokeball > shakes >...
  10. F

    Report bugs and errors in unmodified Essentials version 21

    Yes it is. I tought that only defining false would let me keep the scripts there and the bitmapwrapper working while testing and creating things, but no. I removed everything and now it's fine. Thanks ;)
  11. F

    Report bugs and errors in unmodified Essentials version 21

    Getting this error when throwing a ball on wild Pokémon during battle: Exception: ArgumentError Message: wrong number of arguments(8 for 7) PokeBattle_Scene:3074:in `pokeballThrow' PokeBattle_Scene:3074:in `pbThrow' PokeBattle_Battle:194:in `pbThrowPokeBall' PItem_ItemEffects:1677...
  12. F

    Elite Battle 2015: Gen 5 battle skin

    Ok, thank you Luka! I forgot about it. I dont know if you are already looking for v16 compatibility, but I am trying to use both together, even that I know that will have issues. I get this error when trying to use a Potion during battle: Exception: NoMethodError Message: undefined method...
  13. F

    Elite Battle 2015: Gen 5 battle skin

    One of the things that I've found using EBS and v16 is that the sprites got bigger. Not too big, something like 10%~20% I think on the animated sprites. On previous version, the sprite seems to be more like the image file, without visible zoom. I did see that on battle and summary. Images...
  14. F

    Elite Battle 2015: Gen 5 battle skin

    Ok, thank you Luka. I honestly didn't think that it was related to EBS since everything seems to be working fine. I will figure out what I will do.
  15. F

    Elite Battle 2015: Gen 5 battle skin

    Crash opening the Pokédex using v16 and Elite Battle Hello! I'm getting this error when select the Pokédex in the menu: Script 'PScreen_Pokedex' line 302: NoMethodError occured. undefined method`setSpeciesBitmap' for #<BitmapWrapperSprite:0x807eba0> I am using v16 + eb. This is what I have...
Back
Top