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

  1. E

    Randomized Pokemon Script

    Hi Umbreon I'm having the same problem as a number of other people who replied to your thread seem to be having. It happens when an event Pokémon is given to the player, that being a starter or any other Pokémon given by commands. This is the error: Exception: RuntimeError Message: Script...
  2. E

    Plug-and-play Delta Pokemon/Alolan Forms script

    I don't know whether this happens to everybody or just me but when I catch an Alolan Pokémon, it still has its old moves (For example: Catching an Alolan Graveler with the move Earthquake) but upon leveling up it learns the moves it should learn (like Thunderpunch) Also thank you for this...
  3. E

    Plug-and-play Delta Pokemon/Alolan Forms script

    I found a way to make it work! I went to your script and searched for the line: ret[0][2]=getConst(PBItems,:ICESTONE) if isConst?(species,PBSpecies,:VULPIX) && getConst(PBItems,:ICESTONE)!=nil and changed it to: ret[0][1]=getConst(PBItems,:ICESTONE) if isConst?(species,PBSpecies,:VULPIX) The...
  4. E

    Plug-and-play Delta Pokemon/Alolan Forms script

    Yes, in PBItem_Items I added 'ICESTONE' (with : in front) to def pbIsEvolutionStone?(item) In PBItem_ItemEffects I added it to ItemHandlers::UseOnPokemon.copy Is there a specific order I have to maintain? Or do I have to add the Ice Stone in other parts of the script too? I just searched in the...
  5. E

    Plug-and-play Delta Pokemon/Alolan Forms script

    I have made an event that gives an Alolan Vulpix to the player like this: poke=PokeBattle_Pokemon.new(:VULPIX,50,$Trainer) poke.makeDelta poke.pbLearnMove(:BLIZZARD) poke.pbLearnMove(:GRUDGE) poke.pbLearnMove(:CAPTIVATE) poke.pbLearnMove(:SHEERCOLD) pbAddPokemon(poke) poke.calcStats...
Back
Top