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

  1. IvyMe

    [Scripting Question] Error when "itemizing" Flash

    I tried that, but nothing. I ultra simplified the code: def UseMoveFlash Kernel.pbMessage(_INTL("?Jugador us? el Casco Minero!")) end But shows me the same error. The problem should it be in another part but I can know where could it be
  2. IvyMe

    [Scripting Question] Error when "itemizing" Flash

    I am trying to convert HM Flash to an item, but when I use them I have this error: Excepción: NameError Mensaje: uninitialized constant UseMoveFlash PItem_ItemEffects:1755 PItem_ItemEffects:1754:in `call' Event:150:in `trigger' PItem_Items:219:in `triggerUseInField' PItem_Items:499:in...
  3. IvyMe

    Adding Evo Stones and Fossils

    For evo stones, you have to add it first to the PBS item.txt file, and then you have to go to PItem_Items script and search fordef pbIsEvolutionStone?(item)and add your stone internal name. Then, in PItem_ItemEffects, search this line ItemHandlers::UseOnPokemon.copy(:FIRESTONE,and add here your...
  4. IvyMe

    [Scripting Question] Help with custom weather and stone evolution

    Thanks a lot! It works now! I wish to learn how to code in rgss, to solve this issues myself. Have a good day! :pink_boogie:
  5. IvyMe

    [Scripting Question] Help with custom weather and stone evolution

    Yes, graphics are set on form 1 and 0. My code is this: if evonib==PBEvolution::Shedinja next poke if $PokemonBag.pbQuantity(getConst(PBItems,:POKEBALL))>0 elsif evonib==PBEvolution::TradeItem || evonib==PBEvolution::DayHoldItem ||...
  6. IvyMe

    [Scripting Question] Help with custom weather and stone evolution

    Now evolves, but it doesn't change form when the weather is Sun:(
  7. IvyMe

    [Scripting Question] Help with custom weather and stone evolution

    Thanks for the code, but I tried it and it shows me the same error. Excepción: ArgumentError Mensaje: wrong number of arguments(0 for 3) Pokemon_Evolution:983:in `weather' Pokemon_Evolution:983:in `pbMiniCheckEvolutionItem' Pokemon_Evolution:1017:in `pbCheckEvolution' Pokemon_Evolution:1016:in...
  8. IvyMe

    [PBS] Gen 7 PBS, Scripts, Graphics and more

    2 errors: In Liquid Voice script, i think you are missing the ability, your code is: if attacker.hasWorkingAbility && isSoundBased? atype=getConst(PBTypes,:WATER) || 0 end but after attacker.hasWorkingAbility, I think that should be an (:LIQUIDVOICE), and the result should be...
  9. IvyMe

    Pok?mon XYORAS Cries

    Wow! This is really great! Congratulations for that amazing and also hard work! ^^
  10. IvyMe

    I'm missing graphics in EBS

    Did you make any modification to the code? And you have all the images on that folder? When it started to show that error?
  11. IvyMe

    [Scripting Question] Help with custom weather and stone evolution

    Hi, I'm new in this forum, and it's full of scripts and resources, is really great. But I'm going with my problem: I put an alolan form for exeggutor, and I made an alternate evolution form in PokemonEvolution script to get it. I want when I use Leaf stone in sun, evolve to alolan form. And...
Back
Top