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

  1. X

    [Scripting Question] Mid Battle Animation for pokemon that change forms

    Yes yes I have the .anm file in the root directory
  2. X

    [Scripting Question] Mid Battle Animation for pokemon that change forms

    I did as follows def pbChangeForm(newForm, msg) return if fainted? || @effects[PBEffects::Transform] || @form == newForm oldForm = @form oldDmg = @totalhp - @HP @battle.pbCommonAnimation("FormChange", self) self.form = newForm pbUpdate(true) @HP = @totalhp - oldDmg...
  3. X

    [Scripting Question] Mid Battle Animation for pokemon that change forms

    So basically what I wanna do is, with my very limited knowledge of ruby, be able to display an animation every time morpeko changes form (which he does at the end of every turn), as well as terapagos (which he does when his hability tera shift activate at the beggening of the battle). Okey so...
  4. X

    [Scripting Question] Mid Battle Animation for pokemon that change forms

    So I dont think I understand, I´m new to this sorry. The line of code for the morpeko form change is this I think: # Morpeko - Hunger Switch if isSpecies?(:MORPEKO) && hasActiveAbility?(:HUNGERSWITCH) && endOfRound # Intentionally doesn't show the ability splash or a message...
  5. X

    [Scripting Question] Mid Battle Animation for pokemon that change forms

    So I´ve installed the Gen 9 repack for essentials from relic castle, its excellent, but I realised Pokemon such as Morpeko, Wishiwashi, Terapagos among others change form in an awkard way and I would like to add some animations to those form changes while in battle. The question I guess is: How...
Back
Top