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

  1. A

    [Error] undefined method pbTryUseMove when using a move

    The new things I do remember pasting in are Burn Up, Surge abilities, Baneful Bunker, Laser Focus, Throat Chop, Stomping Tantrum, Aurora Veil, Plasma Fists, Triage (maybe), Core Enforcer, the Alolan Legendary signature effect (ignoring abilities upon using the move in question), Shell Trap...
  2. A

    [Error] undefined method pbTryUseMove when using a move

    Identified one error and solved it (Beak Blast referring to the wrong function code), but it did not fix the glitch as a whole.
  3. A

    [Error] undefined method pbTryUseMove when using a move

    Full code of each section mentioned: UseMove (line 3209 in Battler) def pbUseMove(choice,specialusage=false) # TODO: lastMoveUsed is not to be updated on nested calls # Note: user.lastMoveUsedType IS to be updated on nested calls; is used for Conversion 2 turneffects=[]...
  4. A

    [Error] undefined method pbTryUseMove when using a move

    Errors are tied to an undefined method of 'pbTryUseMove' in PokeBattle_Battler, which doesn't make sense as it's defined before it's called, and PokeBattle_Battle. I've only added certain effects attributed to Gen VII abilities and attacks since I began poking around in Essentials. I can post...
  5. A

    [Question] Need help with a dual healing move script

    I'm trying to create a new signature move for a Pokemon I'll be creating for a custom game of mine. However, the attempts at the script have, so far, given me nothing but syntax errors. I will admit that Ruby is sort of like gibberish to me right now, but I understand how 'end' works, and it...
Back
Top